Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 881f10918eb4e60f546b60d89ac5bea6bad2c109 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-ssh4885801054479761493.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-ssh2771309288517935649.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-ssh3326609701997813307.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-ssh15577036102394758674.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-ssh1283407310072357298.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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3946 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 881f10918eb4e60f546b60d89ac5bea6bad2c109 (main) Commit message: "Merge pull request #1279 from jinlinGuan/issue-780-sdk" > 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 881f10918eb4e60f546b60d89ac5bea6bad2c109 # timeout=10 > git rev-list --no-walk 75769cbb60d148b1a5e0cc7835b599c46228d755 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-30T05:06:25.843Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-30T05:06:25.906Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-30T05:06:25.919Z] ========================================================= [2023-01-30T05:06:25.919Z] EdgeX Global Pipelines Version Info [2023-01-30T05:06:25.920Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:06:26.625Z] ------------------- [2023-01-30T05:06:26.626Z] stable info: [2023-01-30T05:06:26.626Z] ------------------- [2023-01-30T05:06:26.626Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-30T05:06:26.626Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T05:06:26.626Z] Message: update stable to v1.0.244 [2023-01-30T05:06:27.194Z] ------------------- [2023-01-30T05:06:27.194Z] experimental info: [2023-01-30T05:06:27.194Z] ------------------- [2023-01-30T05:06:27.194Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-30T05:06:27.194Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T05:06:27.194Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-30T05:06:27.347Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-01-30T05:06:27.362Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-01-30T05:06:27.371Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-30T05:06:27.382Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-30T05:06:27.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-30T05:06:27.409Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-30T05:06:27.421Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-30T05:06:27.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-01-30T05:06:27.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-30T05:06:27.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-30T05:06:27.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-30T05:06:27.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-01-30T05:06:27.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-30T05:06:27.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-30T05:06:27.514Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T05:06:27.525Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T05:06:27.536Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T05:06:27.549Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T05:06:27.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-30T05:06:27.570Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-30T05:06:27.584Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-30T05:06:27.600Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-30T05:06:27.611Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-30T05:06:27.623Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-30T05:06:27.637Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-30T05:06:27.648Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-30T05:06:27.658Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-30T05:06:27.672Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-30T05:06:27.685Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-30T05:06:27.697Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-30T05:06:27.710Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 881f10918eb4e60f546b60d89ac5bea6bad2c109 [Pipeline] echo [2023-01-30T05:06:27.723Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 881f109 [Pipeline] echo [2023-01-30T05:06:27.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T05:06:27.787Z] provisioning config files... [2023-01-30T05:06:27.801Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13246116558711169330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:06:28.104Z] ---> docker-login.sh [2023-01-30T05:06:28.104Z] nexus3.edgexfoundry.org:10001 [2023-01-30T05:06:28.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:28.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:28.364Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:28.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:28.364Z] [2023-01-30T05:06:28.364Z] Login Succeeded [2023-01-30T05:06:28.364Z] nexus3.edgexfoundry.org:10002 [2023-01-30T05:06:28.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:28.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:28.364Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:28.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:28.364Z] [2023-01-30T05:06:28.364Z] Login Succeeded [2023-01-30T05:06:28.364Z] nexus3.edgexfoundry.org:10003 [2023-01-30T05:06:28.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:28.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:28.622Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:28.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:28.622Z] [2023-01-30T05:06:28.622Z] Login Succeeded [2023-01-30T05:06:28.622Z] nexus3.edgexfoundry.org:10004 [2023-01-30T05:06:28.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:28.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:28.622Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:28.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:28.622Z] [2023-01-30T05:06:28.622Z] Login Succeeded [2023-01-30T05:06:28.622Z] docker.io [2023-01-30T05:06:28.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:28.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:28.881Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:28.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:28.881Z] [2023-01-30T05:06:28.881Z] Login Succeeded [2023-01-30T05:06:28.881Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T05:06:28.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-30T05:06:29.242Z] + git rev-list -1 --merges 881f10918eb4e60f546b60d89ac5bea6bad2c109~1..881f10918eb4e60f546b60d89ac5bea6bad2c109 [Pipeline] echo [2023-01-30T05:06:29.280Z] -----------> git rev-list -1 --merges 881f10918eb4e60f546b60d89ac5bea6bad2c109~1..881f10918eb4e60f546b60d89ac5bea6bad2c109 881f10918eb4e60f546b60d89ac5bea6bad2c109 [2023-01-30T05:06:29.280Z] 881f10918eb4e60f546b60d89ac5bea6bad2c109 [false] [Pipeline] sh [2023-01-30T05:06:29.566Z] + git log --format=format:%s -1 881f10918eb4e60f546b60d89ac5bea6bad2c109 [Pipeline] echo [2023-01-30T05:06:29.582Z] ========================================================= [2023-01-30T05:06:29.582Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-30T05:06:29.582Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T05:06:29.900Z] + git log --format=format:%s -1 881f10918eb4e60f546b60d89ac5bea6bad2c109 [Pipeline] echo [2023-01-30T05:06:29.913Z] [semverPrep] GIT_COMMIT: 881f10918eb4e60f546b60d89ac5bea6bad2c109, Commit Message: Merge pull request #1279 from jinlinGuan/issue-780-sdk [Pipeline] echo [2023-01-30T05:06:29.924Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-30T05:06:30.315Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T05:06:30.315Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-30T05:06:30.315Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-30T05:06:30.315Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-30T05:06:30.315Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-30T05:06:30.315Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-30T05:06:30.315Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:06:30.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T05:06:30.728Z] [2023-01-30T05:06:30.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:06:31.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T05:06:31.029Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-30T05:06:31.029Z] b85a868b505f: Pulling fs layer [2023-01-30T05:06:31.029Z] e2be974225ed: Pulling fs layer [2023-01-30T05:06:31.029Z] 339a4e72a1f5: Pulling fs layer [2023-01-30T05:06:31.029Z] 988bab9f4d93: Pulling fs layer [2023-01-30T05:06:31.029Z] 1469e6f7b9e6: Pulling fs layer [2023-01-30T05:06:31.029Z] eaf3925da568: Pulling fs layer [2023-01-30T05:06:31.029Z] bab4dde63d76: Pulling fs layer [2023-01-30T05:06:31.029Z] 988bab9f4d93: Waiting [2023-01-30T05:06:31.029Z] 1469e6f7b9e6: Waiting [2023-01-30T05:06:31.029Z] eaf3925da568: Waiting [2023-01-30T05:06:31.029Z] bde34c3a00c8: Pulling fs layer [2023-01-30T05:06:31.029Z] b352a97aabf1: Pulling fs layer [2023-01-30T05:06:31.029Z] bab4dde63d76: Waiting [2023-01-30T05:06:31.029Z] bde34c3a00c8: Waiting [2023-01-30T05:06:31.029Z] 4872d77fe225: Pulling fs layer [2023-01-30T05:06:31.029Z] 5851b861e8e6: Pulling fs layer [2023-01-30T05:06:31.029Z] 4872d77fe225: Waiting [2023-01-30T05:06:31.029Z] 5851b861e8e6: Waiting [2023-01-30T05:06:31.029Z] b352a97aabf1: Waiting [2023-01-30T05:06:31.029Z] e2be974225ed: Verifying Checksum [2023-01-30T05:06:31.029Z] e2be974225ed: Download complete [2023-01-30T05:06:31.029Z] 988bab9f4d93: Download complete [2023-01-30T05:06:31.296Z] 1469e6f7b9e6: Verifying Checksum [2023-01-30T05:06:31.296Z] 1469e6f7b9e6: Download complete [2023-01-30T05:06:31.296Z] eaf3925da568: Verifying Checksum [2023-01-30T05:06:31.296Z] 339a4e72a1f5: Verifying Checksum [2023-01-30T05:06:31.296Z] 339a4e72a1f5: Download complete [2023-01-30T05:06:31.296Z] bde34c3a00c8: Verifying Checksum [2023-01-30T05:06:31.296Z] bde34c3a00c8: Download complete [2023-01-30T05:06:31.560Z] b352a97aabf1: Download complete [2023-01-30T05:06:31.560Z] 5851b861e8e6: Verifying Checksum [2023-01-30T05:06:31.560Z] 5851b861e8e6: Download complete [2023-01-30T05:06:31.560Z] b85a868b505f: Verifying Checksum [2023-01-30T05:06:31.560Z] b85a868b505f: Download complete [2023-01-30T05:06:31.821Z] bab4dde63d76: Verifying Checksum [2023-01-30T05:06:31.821Z] bab4dde63d76: Download complete [2023-01-30T05:06:32.759Z] b85a868b505f: Pull complete [2023-01-30T05:06:32.759Z] e2be974225ed: Pull complete [2023-01-30T05:06:33.327Z] 339a4e72a1f5: Pull complete [2023-01-30T05:06:33.327Z] 988bab9f4d93: Pull complete [2023-01-30T05:06:33.327Z] 1469e6f7b9e6: Pull complete [2023-01-30T05:06:33.585Z] eaf3925da568: Pull complete [2023-01-30T05:06:34.963Z] bab4dde63d76: Pull complete [2023-01-30T05:06:35.221Z] bde34c3a00c8: Pull complete [2023-01-30T05:06:35.221Z] b352a97aabf1: Pull complete [2023-01-30T05:06:35.221Z] 4872d77fe225: Pull complete [2023-01-30T05:06:35.480Z] 5851b861e8e6: Pull complete [2023-01-30T05:06:35.480Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-30T05:06:35.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T05:06:35.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:06:35.564Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:06:35.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T05:06:37.690Z] $ docker top 406ea4212b3ed572be48fa6441fa313f21c4e85c7d373b33b156d3f2cea4c877 -eo pid,comm [2023-01-30T05:06:37.750Z] 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-01-30T05:06:37.750Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T05:06:37.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T05:06:37.784Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T05:06:37.893Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T05:06:37.892Z] $ docker exec 406ea4212b3ed572be48fa6441fa313f21c4e85c7d373b33b156d3f2cea4c877 ssh-agent [2023-01-30T05:06:38.007Z] SSH_AUTH_SOCK=/tmp/ssh-fkVjV2pjKyJk/agent.32 [2023-01-30T05:06:38.007Z] SSH_AGENT_PID=38 [2023-01-30T05:06:38.013Z] Running ssh-add (command line suppressed) [2023-01-30T05:06:38.094Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3429851529337481347.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3429851529337481347.key) [2023-01-30T05:06:38.112Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T05:06:38.399Z] + git tag --points-at HEAD [Pipeline] } [2023-01-30T05:06:38.410Z] $ docker exec --env ******** --env ******** 406ea4212b3ed572be48fa6441fa313f21c4e85c7d373b33b156d3f2cea4c877 ssh-agent -k [2023-01-30T05:06:38.502Z] unset SSH_AUTH_SOCK; [2023-01-30T05:06:38.502Z] unset SSH_AGENT_PID; [2023-01-30T05:06:38.502Z] echo Agent pid 38 killed; [2023-01-30T05:06:38.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-30T05:06:38.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T05:06:38.541Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T05:06:38.646Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T05:06:38.644Z] $ docker exec 406ea4212b3ed572be48fa6441fa313f21c4e85c7d373b33b156d3f2cea4c877 ssh-agent [2023-01-30T05:06:38.739Z] SSH_AUTH_SOCK=/tmp/ssh-h4OpDehArJFc/agent.71 [2023-01-30T05:06:38.739Z] SSH_AGENT_PID=77 [2023-01-30T05:06:38.744Z] Running ssh-add (command line suppressed) [2023-01-30T05:06:38.859Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15307912516495551506.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15307912516495551506.key) [2023-01-30T05:06:38.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T05:06:39.168Z] + git semver init [2023-01-30T05:06:39.429Z] 2023-01-30 05:06:39,374 [run_init] DEBUG init version:0.0.0 force:False [2023-01-30T05:06:39.429Z] 2023-01-30 05:06:39,375 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-01-30T05:06:39.429Z] 2023-01-30 05:06:39,375 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-01-30T05:06:39.429Z] 2023-01-30 05:06:39,375 [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-01-30T05:06:40.364Z] 2023-01-30 05:06:40,304 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-01-30T05:06:40.364Z] 2023-01-30 05:06:40,305 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-01-30T05:06:40.364Z] 2023-01-30 05:06:40,305 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:06:40.364Z] 2023-01-30 05:06:40,305 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:06:40.364Z] 3.0.0-dev.13 [Pipeline] } [2023-01-30T05:06:40.368Z] $ docker exec --env ******** --env ******** 406ea4212b3ed572be48fa6441fa313f21c4e85c7d373b33b156d3f2cea4c877 ssh-agent -k [2023-01-30T05:06:40.454Z] unset SSH_AUTH_SOCK; [2023-01-30T05:06:40.455Z] unset SSH_AGENT_PID; [2023-01-30T05:06:40.455Z] echo Agent pid 77 killed; [2023-01-30T05:06:40.469Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T05:06:40.780Z] + git semver [Pipeline] } [2023-01-30T05:06:41.047Z] $ docker stop --time=1 406ea4212b3ed572be48fa6441fa313f21c4e85c7d373b33b156d3f2cea4c877 [2023-01-30T05:06:42.384Z] $ docker rm -f --volumes 406ea4212b3ed572be48fa6441fa313f21c4e85c7d373b33b156d3f2cea4c877 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T05:06:42.726Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-30T05:06:42.920Z] Stashed 1 file(s) [Pipeline] echo [2023-01-30T05:06:42.924Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [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-01-30T05:06:43.036Z] provisioning config files... [2023-01-30T05:06:43.045Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3624299582703645946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:06:43.340Z] ---> docker-login.sh [2023-01-30T05:06:43.340Z] nexus3.edgexfoundry.org:10001 [2023-01-30T05:06:43.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:43.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:43.340Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:43.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:43.340Z] [2023-01-30T05:06:43.340Z] Login Succeeded [2023-01-30T05:06:43.340Z] nexus3.edgexfoundry.org:10002 [2023-01-30T05:06:43.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:43.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:43.598Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:43.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:43.598Z] [2023-01-30T05:06:43.598Z] Login Succeeded [2023-01-30T05:06:43.598Z] nexus3.edgexfoundry.org:10003 [2023-01-30T05:06:43.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:43.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:43.598Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:43.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:43.598Z] [2023-01-30T05:06:43.598Z] Login Succeeded [2023-01-30T05:06:43.598Z] nexus3.edgexfoundry.org:10004 [2023-01-30T05:06:43.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:43.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:43.857Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:43.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:43.857Z] [2023-01-30T05:06:43.857Z] Login Succeeded [2023-01-30T05:06:43.857Z] docker.io [2023-01-30T05:06:43.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:06:44.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:06:44.115Z] Configure a credential helper to remove this warning. See [2023-01-30T05:06:44.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:06:44.115Z] [2023-01-30T05:06:44.115Z] Login Succeeded [2023-01-30T05:06:44.115Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T05:06:44.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T05:06:44.181Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T05:06:44.196Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T05:06:44.204Z] ========================================================= [2023-01-30T05:06:44.204Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-30T05:06:44.204Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:06:44.508Z] + 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-01-30T05:06:44.508Z] Sending build context to Docker daemon 10.52MB [2023-01-30T05:06:44.508Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T05:06:44.508Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-30T05:06:44.508Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-30T05:06:44.508Z] 213ec9aee27d: Pulling fs layer [2023-01-30T05:06:44.508Z] 4583459ba037: Pulling fs layer [2023-01-30T05:06:44.508Z] 93c1e223e6f2: Pulling fs layer [2023-01-30T05:06:44.508Z] 53926ce57604: Pulling fs layer [2023-01-30T05:06:44.508Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-30T05:06:44.508Z] 22ff95d597cd: Pulling fs layer [2023-01-30T05:06:44.508Z] 12d6caf4c0d1: Pulling fs layer [2023-01-30T05:06:44.508Z] 96b7cbca73a9: Pulling fs layer [2023-01-30T05:06:44.508Z] a7acece74701: Pulling fs layer [2023-01-30T05:06:44.508Z] 96b7cbca73a9: Waiting [2023-01-30T05:06:44.508Z] a7acece74701: Waiting [2023-01-30T05:06:44.508Z] 12d6caf4c0d1: Waiting [2023-01-30T05:06:44.508Z] 53926ce57604: Waiting [2023-01-30T05:06:44.508Z] 21b2b0c7a3f4: Waiting [2023-01-30T05:06:44.508Z] 22ff95d597cd: Waiting [2023-01-30T05:06:44.771Z] 93c1e223e6f2: Verifying Checksum [2023-01-30T05:06:44.771Z] 93c1e223e6f2: Download complete [2023-01-30T05:06:44.771Z] 4583459ba037: Verifying Checksum [2023-01-30T05:06:44.771Z] 4583459ba037: Download complete [2023-01-30T05:06:44.771Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-30T05:06:44.771Z] 21b2b0c7a3f4: Download complete [2023-01-30T05:06:44.771Z] 22ff95d597cd: Verifying Checksum [2023-01-30T05:06:44.771Z] 22ff95d597cd: Download complete [2023-01-30T05:06:44.771Z] 213ec9aee27d: Verifying Checksum [2023-01-30T05:06:44.771Z] 213ec9aee27d: Download complete [2023-01-30T05:06:44.771Z] 12d6caf4c0d1: Verifying Checksum [2023-01-30T05:06:44.771Z] 12d6caf4c0d1: Download complete [2023-01-30T05:06:45.039Z] 213ec9aee27d: Pull complete [2023-01-30T05:06:45.039Z] 4583459ba037: Pull complete [2023-01-30T05:06:45.039Z] 93c1e223e6f2: Pull complete [2023-01-30T05:06:46.042Z] a7acece74701: Verifying Checksum [2023-01-30T05:06:46.042Z] a7acece74701: Download complete [2023-01-30T05:06:46.042Z] 53926ce57604: Verifying Checksum [2023-01-30T05:06:46.042Z] 53926ce57604: Download complete [2023-01-30T05:06:46.042Z] 96b7cbca73a9: Verifying Checksum [2023-01-30T05:06:46.042Z] 96b7cbca73a9: Download complete [2023-01-30T05:06:49.739Z] 53926ce57604: Pull complete [2023-01-30T05:06:49.739Z] 21b2b0c7a3f4: Pull complete [2023-01-30T05:06:49.739Z] 22ff95d597cd: Pull complete [2023-01-30T05:06:49.739Z] 12d6caf4c0d1: Pull complete [2023-01-30T05:06:51.637Z] 96b7cbca73a9: Pull complete [2023-01-30T05:06:52.203Z] a7acece74701: Pull complete [2023-01-30T05:06:52.203Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-30T05:06:52.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T05:06:52.203Z] ---> db6d94c90886 [2023-01-30T05:06:52.203Z] Step 3/10 : ARG MAKE=make build [2023-01-30T05:06:55.491Z] ---> Running in a3d4bc00869d [2023-01-30T05:06:55.491Z] Removing intermediate container a3d4bc00869d [2023-01-30T05:06:55.491Z] ---> 694865e44266 [2023-01-30T05:06:55.491Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-30T05:06:55.491Z] ---> Running in 18f2e01a01c4 [2023-01-30T05:06:55.491Z] Removing intermediate container 18f2e01a01c4 [2023-01-30T05:06:55.491Z] ---> 1baaeb08ec80 [2023-01-30T05:06:55.491Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-30T05:06:55.491Z] ---> Running in fd5dc981270a [2023-01-30T05:06:55.491Z] Removing intermediate container fd5dc981270a [2023-01-30T05:06:55.491Z] ---> 8c938015475e [2023-01-30T05:06:55.491Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-01-30T05:06:55.491Z] ---> Running in a8e2e3f30cb5 [2023-01-30T05:06:55.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T05:06:56.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T05:06:56.267Z] OK: 211 MiB in 51 packages [2023-01-30T05:06:56.525Z] Removing intermediate container a8e2e3f30cb5 [2023-01-30T05:06:56.525Z] ---> d08ecfbeb9a9 [2023-01-30T05:06:56.525Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-30T05:06:56.784Z] ---> 179603a851f3 [2023-01-30T05:06:56.784Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T05:06:56.784Z] ---> Running in 8f8a74b7d05a [2023-01-30T05:06:58.006Z] Still waiting to schedule task [2023-01-30T05:06:58.007Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-01-30T05:07:23.347Z] Removing intermediate container 8f8a74b7d05a [2023-01-30T05:07:23.347Z] ---> a9e6decd386b [2023-01-30T05:07:23.347Z] Step 9/10 : COPY . . [2023-01-30T05:07:23.715Z] ---> 3ba4a81a5f23 [2023-01-30T05:07:23.715Z] Step 10/10 : RUN ${MAKE} [2023-01-30T05:07:23.715Z] ---> Running in afddc0d673ce [2023-01-30T05:07:23.715Z] noop [2023-01-30T05:07:23.973Z] Removing intermediate container afddc0d673ce [2023-01-30T05:07:23.973Z] ---> 37cfd3942af9 [2023-01-30T05:07:23.973Z] Successfully built 37cfd3942af9 [2023-01-30T05:07:23.973Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:07:24.287Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T05:07:24.287Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:07:24.354Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:07:24.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T05:07:24.695Z] $ docker top 134278711e9a83ca4b983eb8af81d8afbc3dd1c10980397a63cbaa100d0fe8f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T05:07:25.037Z] + go version [2023-01-30T05:07:25.037Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-30T05:07:25.047Z] $ docker stop --time=1 134278711e9a83ca4b983eb8af81d8afbc3dd1c10980397a63cbaa100d0fe8f2 [2023-01-30T05:07:26.305Z] $ docker rm -f --volumes 134278711e9a83ca4b983eb8af81d8afbc3dd1c10980397a63cbaa100d0fe8f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:07:26.720Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T05:07:26.720Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:07:26.797Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:07:26.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T05:07:27.130Z] $ docker top e20d0f1a4d45eaeb59cac6fbb50aaa2a1144e66f2bedac2df021876b0f909282 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T05:07:27.475Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-30T05:07:27.773Z] + make test [2023-01-30T05:07:27.773Z] go test -race -coverprofile=coverage.out ./... [2023-01-30T05:07:34.336Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-01-30T05:07:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.048s coverage: 27.6% of statements [2023-01-30T05:07:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.083s coverage: 78.9% of statements [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-01-30T05:07:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.102s coverage: 73.6% of statements [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-01-30T05:07:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.095s coverage: 60.6% of statements [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] [2023-01-30T05:07:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.087s coverage: 65.1% of statements [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-01-30T05:07:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.773s coverage: 89.2% of statements [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-01-30T05:07:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.055s coverage: 4.6% of statements [2023-01-30T05:07:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-01-30T05:08:01.395Z] 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-01-30T05:08:01.395Z] GO111MODULE=on go vet ./... [2023-01-30T05:08:02.766Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-30T05:08:02.766Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-30T05:08:02.766Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-30T05:08:03.034Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-30T05:08:03.047Z] $ docker stop --time=1 e20d0f1a4d45eaeb59cac6fbb50aaa2a1144e66f2bedac2df021876b0f909282 [2023-01-30T05:08:06.086Z] $ docker rm -f --volumes e20d0f1a4d45eaeb59cac6fbb50aaa2a1144e66f2bedac2df021876b0f909282 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T05:08:06.548Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-30T05:08:06.600Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-30T05:08:07.119Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-30T05:08:07.402Z] + ls -al . [2023-01-30T05:08:07.402Z] total 272 [2023-01-30T05:08:07.402Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 30 05:07 . [2023-01-30T05:08:07.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 05:06 .. [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 30 05:06 .dockerignore [2023-01-30T05:08:07.402Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 30 05:07 .git [2023-01-30T05:08:07.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 05:06 .github [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 131 Jan 30 05:06 .gitignore [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 30 05:06 .golangci.yml [2023-01-30T05:08:07.402Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 30 05:06 .semver [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 31677 Jan 30 05:06 CHANGELOG.md [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 30 05:06 GOVERNANCE.md [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 880 Jan 30 05:06 Jenkinsfile [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 30 05:06 LICENSE [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 1679 Jan 30 05:06 Makefile [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 30 05:06 OWNERS.md [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 4891 Jan 30 05:06 README.md [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 30 05:06 VERSION [2023-01-30T05:08:07.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 05:06 bin [2023-01-30T05:08:07.402Z] -rw-r--r-- 1 jenkins jenkins 100832 Jan 30 05:07 coverage.out [2023-01-30T05:08:07.402Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 30 05:06 example [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 3307 Jan 30 05:06 go.mod [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 34396 Jan 30 05:06 go.sum [2023-01-30T05:08:07.402Z] drwxrwxr-x 14 jenkins jenkins 4096 Jan 30 05:06 internal [2023-01-30T05:08:07.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 05:06 openapi [2023-01-30T05:08:07.402Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 30 05:06 pkg [2023-01-30T05:08:07.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 05:06 snap [2023-01-30T05:08:07.402Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 30 05:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:08:07.713Z] + 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=881f10918eb4e60f546b60d89ac5bea6bad2c109 --label arch=amd64 --label version=3.0.0-dev.13 . [2023-01-30T05:08:07.714Z] Sending build context to Docker daemon 10.63MB [2023-01-30T05:08:07.714Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T05:08:07.714Z] Step 2/23 : FROM ${BASE} AS builder [2023-01-30T05:08:07.714Z] ---> 37cfd3942af9 [2023-01-30T05:08:07.714Z] Step 3/23 : ARG MAKE=make build [2023-01-30T05:08:07.972Z] ---> Running in 9f5f57bbd95c [2023-01-30T05:08:07.972Z] Removing intermediate container 9f5f57bbd95c [2023-01-30T05:08:07.972Z] ---> 7a1ff0dcfb21 [2023-01-30T05:08:07.972Z] Step 4/23 : WORKDIR /device-sdk-go [2023-01-30T05:08:07.972Z] ---> Running in 0ed5bc5da2a7 [2023-01-30T05:08:07.972Z] Removing intermediate container 0ed5bc5da2a7 [2023-01-30T05:08:07.972Z] ---> 01ed935cc279 [2023-01-30T05:08:07.972Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-30T05:08:07.972Z] ---> Running in a25b89b5df50 [2023-01-30T05:08:08.230Z] Removing intermediate container a25b89b5df50 [2023-01-30T05:08:08.230Z] ---> 375b0f0f0bfa [2023-01-30T05:08:08.230Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-01-30T05:08:08.230Z] ---> Running in 9fd9a535e70a [2023-01-30T05:08:08.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T05:08:08.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T05:08:08.747Z] OK: 211 MiB in 51 packages [2023-01-30T05:08:09.005Z] Removing intermediate container 9fd9a535e70a [2023-01-30T05:08:09.005Z] ---> 70516c04faa3 [2023-01-30T05:08:09.005Z] Step 7/23 : COPY go.mod vendor* ./ [2023-01-30T05:08:09.005Z] ---> aa9183c80ce4 [2023-01-30T05:08:09.005Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T05:08:09.005Z] ---> Running in add747aa8c88 [2023-01-30T05:08:09.970Z] Removing intermediate container add747aa8c88 [2023-01-30T05:08:09.970Z] ---> 09e6962fbaa5 [2023-01-30T05:08:09.970Z] Step 9/23 : COPY . . [2023-01-30T05:08:10.229Z] ---> 8e75b758c1cc [2023-01-30T05:08:10.229Z] Step 10/23 : RUN ${MAKE} [2023-01-30T05:08:10.229Z] ---> Running in ac424ea21f90 [2023-01-30T05:08:10.487Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.13" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-01-30T05:08:28.747Z] Removing intermediate container ac424ea21f90 [2023-01-30T05:08:28.747Z] ---> e601be30a5c5 [2023-01-30T05:08:28.747Z] Step 11/23 : FROM alpine:3.16 [2023-01-30T05:08:28.747Z] 3.16: Pulling from library/alpine [2023-01-30T05:08:28.747Z] ca7dd9ec2225: Pulling fs layer [2023-01-30T05:08:28.747Z] ca7dd9ec2225: Verifying Checksum [2023-01-30T05:08:28.747Z] ca7dd9ec2225: Download complete [2023-01-30T05:08:28.747Z] ca7dd9ec2225: Pull complete [2023-01-30T05:08:28.747Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T05:08:28.747Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T05:08:28.747Z] ---> bfe296a52501 [2023-01-30T05:08:28.747Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-30T05:08:28.747Z] ---> Running in 72404c1b5e25 [2023-01-30T05:08:28.747Z] Removing intermediate container 72404c1b5e25 [2023-01-30T05:08:28.747Z] ---> 226248e6921f [2023-01-30T05:08:28.747Z] Step 13/23 : RUN apk add --update --no-cache [2023-01-30T05:08:28.747Z] ---> Running in 2653e294ba16 [2023-01-30T05:08:28.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T05:08:28.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T05:08:29.006Z] OK: 6 MiB in 14 packages [2023-01-30T05:08:29.265Z] Removing intermediate container 2653e294ba16 [2023-01-30T05:08:29.265Z] ---> 8d722af5f75a [2023-01-30T05:08:29.265Z] Step 14/23 : WORKDIR / [2023-01-30T05:08:29.265Z] ---> Running in 653212127b22 [2023-01-30T05:08:29.524Z] Removing intermediate container 653212127b22 [2023-01-30T05:08:29.525Z] ---> e267c5700557 [2023-01-30T05:08:29.525Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-01-30T05:08:29.525Z] ---> 2cfb27ffc454 [2023-01-30T05:08:29.525Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-01-30T05:08:30.091Z] ---> c3b9c3af8686 [2023-01-30T05:08:30.091Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-01-30T05:08:30.350Z] ---> 48189087a62b [2023-01-30T05:08:30.350Z] Step 18/23 : EXPOSE 59999 [2023-01-30T05:08:30.350Z] ---> Running in 842a0c06a1b7 [2023-01-30T05:08:30.350Z] Removing intermediate container 842a0c06a1b7 [2023-01-30T05:08:30.350Z] ---> 8fdbc5cf6a9e [2023-01-30T05:08:30.350Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-01-30T05:08:30.350Z] ---> Running in 0e5ddffb2efb [2023-01-30T05:08:30.350Z] Removing intermediate container 0e5ddffb2efb [2023-01-30T05:08:30.350Z] ---> f771bb244182 [2023-01-30T05:08:30.350Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T05:08:30.350Z] ---> Running in 1d631a2e8302 [2023-01-30T05:08:30.608Z] Removing intermediate container 1d631a2e8302 [2023-01-30T05:08:30.608Z] ---> f5d6036032da [2023-01-30T05:08:30.608Z] Step 21/23 : LABEL arch=amd64 [2023-01-30T05:08:30.608Z] ---> Running in 9e4dff0d60d6 [2023-01-30T05:08:30.608Z] Removing intermediate container 9e4dff0d60d6 [2023-01-30T05:08:30.608Z] ---> b7e544ffd97b [2023-01-30T05:08:30.608Z] Step 22/23 : LABEL git_sha=881f10918eb4e60f546b60d89ac5bea6bad2c109 [2023-01-30T05:08:30.608Z] ---> Running in d8e180477c79 [2023-01-30T05:08:30.608Z] Removing intermediate container d8e180477c79 [2023-01-30T05:08:30.608Z] ---> 513adec41d15 [2023-01-30T05:08:30.608Z] Step 23/23 : LABEL version=3.0.0-dev.13 [2023-01-30T05:08:30.608Z] ---> Running in 49568b2dd7c6 [2023-01-30T05:08:30.868Z] Removing intermediate container 49568b2dd7c6 [2023-01-30T05:08:30.868Z] ---> 083951337dc2 [2023-01-30T05:08:30.868Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-30T05:08:30.868Z] Successfully built 083951337dc2 [2023-01-30T05:08:30.868Z] 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-01-30T05:08:31.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T05:08:31.295Z] [2023-01-30T05:08:31.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:08:31.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T05:08:31.598Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-30T05:08:31.598Z] 5eb5b503b376: Pulling fs layer [2023-01-30T05:08:31.598Z] 5c69ac0246d0: Pulling fs layer [2023-01-30T05:08:31.598Z] ec43610c2a17: Pulling fs layer [2023-01-30T05:08:31.598Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-30T05:08:31.598Z] 33b1e0a273af: Pulling fs layer [2023-01-30T05:08:31.598Z] 5d3b04190fa2: Pulling fs layer [2023-01-30T05:08:31.598Z] 2f39f015ded8: Pulling fs layer [2023-01-30T05:08:31.598Z] 3a2ae6a8a46f: Waiting [2023-01-30T05:08:31.598Z] 33b1e0a273af: Waiting [2023-01-30T05:08:31.598Z] 5d3b04190fa2: Waiting [2023-01-30T05:08:31.598Z] 2f39f015ded8: Waiting [2023-01-30T05:08:31.598Z] 5c69ac0246d0: Verifying Checksum [2023-01-30T05:08:31.598Z] 5c69ac0246d0: Download complete [2023-01-30T05:08:31.598Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-30T05:08:31.598Z] 3a2ae6a8a46f: Download complete [2023-01-30T05:08:31.858Z] 33b1e0a273af: Verifying Checksum [2023-01-30T05:08:31.858Z] 33b1e0a273af: Download complete [2023-01-30T05:08:31.858Z] 5d3b04190fa2: Download complete [2023-01-30T05:08:31.858Z] ec43610c2a17: Verifying Checksum [2023-01-30T05:08:31.858Z] ec43610c2a17: Download complete [2023-01-30T05:08:31.858Z] 5eb5b503b376: Verifying Checksum [2023-01-30T05:08:31.858Z] 5eb5b503b376: Download complete [2023-01-30T05:08:32.793Z] 2f39f015ded8: Download complete [2023-01-30T05:08:33.051Z] 5eb5b503b376: Pull complete [2023-01-30T05:08:33.051Z] 5c69ac0246d0: Pull complete [2023-01-30T05:08:33.615Z] ec43610c2a17: Pull complete [2023-01-30T05:08:33.616Z] 3a2ae6a8a46f: Pull complete [2023-01-30T05:08:33.874Z] 33b1e0a273af: Pull complete [2023-01-30T05:08:33.874Z] 5d3b04190fa2: Pull complete [2023-01-30T05:08:38.060Z] 2f39f015ded8: Pull complete [2023-01-30T05:08:38.060Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-30T05:08:38.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T05:08:38.060Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:08:38.133Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:08:38.165Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T05:08:40.511Z] $ docker top 35bfb67e17280afb6748589633de77c15532aa4ca18b3322c84fae697153930e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:08:40.894Z] ---> job-cost.sh [2023-01-30T05:08:40.895Z] lf-activate-venv: SKIPPING [2023-01-30T05:08:40.895Z] INFO: No Stack... [2023-01-30T05:08:41.463Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T05:08:41.723Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T05:08:42.012Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-01-30T05:08:42.012Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T05:08:42.028Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] [2023-01-30T05:08:42.036Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] did not exist. Created. [2023-01-30T05:08:42.036Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T05:08:42.336Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-30T05:08:42.369Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T05:08:42.376Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T05:08:42.400Z] $ docker stop --time=1 35bfb67e17280afb6748589633de77c15532aa4ca18b3322c84fae697153930e [2023-01-30T05:08:43.546Z] $ docker rm -f --volumes 35bfb67e17280afb6748589633de77c15532aa4ca18b3322c84fae697153930e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-30T05:10:05.863Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3947 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-01-30T05:10:05.876Z] Running in /w/workspace/device-sdk-go/143 [Pipeline] { [Pipeline] checkout [2023-01-30T05:10:05.905Z] The recommended git tool is: git [2023-01-30T05:10:10.795Z] using credential edgex-jenkins-ssh [2023-01-30T05:10:10.810Z] Cloning the remote Git repository [2023-01-30T05:10:10.858Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-01-30T05:10:10.929Z] > git init /w/workspace/device-sdk-go/143 # timeout=10 [2023-01-30T05:10:11.078Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-01-30T05:10:11.079Z] > git --version # timeout=10 [2023-01-30T05:10:11.099Z] > git --version # 'git version 2.25.1' [2023-01-30T05:10:11.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-30T05:10:11.152Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T05:10:12.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-01-30T05:10:12.825Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T05:10:13.705Z] Avoid second fetch [2023-01-30T05:10:13.705Z] Checking out Revision 881f10918eb4e60f546b60d89ac5bea6bad2c109 (main) [2023-01-30T05:10:14.241Z] Commit message: "Merge pull request #1279 from jinlinGuan/issue-780-sdk" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T05:10:13.728Z] > git config core.sparsecheckout # timeout=10 [2023-01-30T05:10:13.744Z] > git checkout -f 881f10918eb4e60f546b60d89ac5bea6bad2c109 # timeout=10 [2023-01-30T05:10:15.260Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-30T05:10:15.260Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T05:10:15.260Z] Dload Upload Total Spent Left Speed [2023-01-30T05:10:15.260Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2023-01-30T05:10:15.866Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-30T05:10:16.190Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-30T05:10:16.190Z] + sudo tee /etc/docker/daemon.new [2023-01-30T05:10:16.190Z] { [2023-01-30T05:10:16.190Z] "registry-mirrors": [ [2023-01-30T05:10:16.190Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-30T05:10:16.190Z] ], [2023-01-30T05:10:16.190Z] "bip": "10.250.0.254/24", [2023-01-30T05:10:16.190Z] "hosts": [ [2023-01-30T05:10:16.190Z] "tcp://0.0.0.0:5555", [2023-01-30T05:10:16.190Z] "unix:///var/run/docker.sock" [2023-01-30T05:10:16.190Z] ], [2023-01-30T05:10:16.190Z] "mtu": 1458, [2023-01-30T05:10:16.190Z] "selinux-enabled": true, [2023-01-30T05:10:16.190Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-30T05:10:16.190Z] } [Pipeline] sh [2023-01-30T05:10:16.522Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-30T05:10:16.850Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T05:10:35.094Z] provisioning config files... [2023-01-30T05:10:35.120Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/143@tmp/config14325099355097498482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:10:35.468Z] ---> docker-login.sh [2023-01-30T05:10:35.468Z] nexus3.edgexfoundry.org:10001 [2023-01-30T05:10:35.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:10:36.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:10:36.006Z] Configure a credential helper to remove this warning. See [2023-01-30T05:10:36.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:10:36.006Z] [2023-01-30T05:10:36.006Z] Login Succeeded [2023-01-30T05:10:36.006Z] nexus3.edgexfoundry.org:10002 [2023-01-30T05:10:36.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:10:36.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:10:36.554Z] Configure a credential helper to remove this warning. See [2023-01-30T05:10:36.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:10:36.554Z] [2023-01-30T05:10:36.554Z] Login Succeeded [2023-01-30T05:10:36.554Z] nexus3.edgexfoundry.org:10003 [2023-01-30T05:10:36.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:10:36.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:10:36.823Z] Configure a credential helper to remove this warning. See [2023-01-30T05:10:36.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:10:36.824Z] [2023-01-30T05:10:36.824Z] Login Succeeded [2023-01-30T05:10:36.824Z] nexus3.edgexfoundry.org:10004 [2023-01-30T05:10:37.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:10:37.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:10:37.091Z] Configure a credential helper to remove this warning. See [2023-01-30T05:10:37.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:10:37.091Z] [2023-01-30T05:10:37.091Z] Login Succeeded [2023-01-30T05:10:37.091Z] docker.io [2023-01-30T05:10:37.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T05:10:37.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T05:10:37.628Z] Configure a credential helper to remove this warning. See [2023-01-30T05:10:37.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T05:10:37.628Z] [2023-01-30T05:10:37.628Z] Login Succeeded [2023-01-30T05:10:37.628Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T05:10:37.641Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T05:10:37.890Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T05:10:37.909Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T05:10:37.922Z] ========================================================= [2023-01-30T05:10:37.922Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-30T05:10:37.922Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:10:38.275Z] + 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-01-30T05:10:38.542Z] Sending build context to Docker daemon 5.687MB [2023-01-30T05:10:38.542Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T05:10:38.542Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-30T05:10:38.811Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-30T05:10:38.811Z] 9b18e9b68314: Pulling fs layer [2023-01-30T05:10:38.811Z] 35d82f9e3411: Pulling fs layer [2023-01-30T05:10:38.811Z] e16973657156: Pulling fs layer [2023-01-30T05:10:38.811Z] fc693d55d65f: Pulling fs layer [2023-01-30T05:10:38.811Z] 7e9fc2657dce: Pulling fs layer [2023-01-30T05:10:38.811Z] dda99020689f: Pulling fs layer [2023-01-30T05:10:38.811Z] db1c61fa0a46: Pulling fs layer [2023-01-30T05:10:38.811Z] 891c053d2c06: Pulling fs layer [2023-01-30T05:10:38.811Z] fc693d55d65f: Waiting [2023-01-30T05:10:38.811Z] 7e9fc2657dce: Waiting [2023-01-30T05:10:38.811Z] dda99020689f: Waiting [2023-01-30T05:10:38.811Z] db1c61fa0a46: Waiting [2023-01-30T05:10:38.811Z] 891c053d2c06: Waiting [2023-01-30T05:10:38.811Z] e16973657156: Verifying Checksum [2023-01-30T05:10:38.811Z] e16973657156: Download complete [2023-01-30T05:10:38.811Z] 35d82f9e3411: Download complete [2023-01-30T05:10:38.811Z] 7e9fc2657dce: Verifying Checksum [2023-01-30T05:10:38.811Z] 7e9fc2657dce: Download complete [2023-01-30T05:10:38.811Z] dda99020689f: Verifying Checksum [2023-01-30T05:10:38.811Z] dda99020689f: Download complete [2023-01-30T05:10:38.811Z] 9b18e9b68314: Verifying Checksum [2023-01-30T05:10:38.811Z] 9b18e9b68314: Download complete [2023-01-30T05:10:39.779Z] 9b18e9b68314: Pull complete [2023-01-30T05:10:40.056Z] 891c053d2c06: Verifying Checksum [2023-01-30T05:10:40.056Z] 891c053d2c06: Download complete [2023-01-30T05:10:40.333Z] 35d82f9e3411: Pull complete [2023-01-30T05:10:40.604Z] e16973657156: Pull complete [2023-01-30T05:10:41.195Z] db1c61fa0a46: Verifying Checksum [2023-01-30T05:10:41.195Z] db1c61fa0a46: Download complete [2023-01-30T05:10:41.779Z] fc693d55d65f: Verifying Checksum [2023-01-30T05:10:41.779Z] fc693d55d65f: Download complete [2023-01-30T05:10:51.857Z] fc693d55d65f: Pull complete [2023-01-30T05:10:52.125Z] 7e9fc2657dce: Pull complete [2023-01-30T05:10:52.125Z] dda99020689f: Pull complete [2023-01-30T05:10:57.468Z] db1c61fa0a46: Pull complete [2023-01-30T05:10:59.431Z] 891c053d2c06: Pull complete [2023-01-30T05:10:59.432Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-30T05:10:59.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T05:10:59.432Z] ---> f96f9c87975a [2023-01-30T05:10:59.432Z] Step 3/10 : ARG MAKE=make build [2023-01-30T05:11:01.372Z] ---> Running in ba6f57301208 [2023-01-30T05:11:01.372Z] Removing intermediate container ba6f57301208 [2023-01-30T05:11:01.372Z] ---> 3ab34f86e6ef [2023-01-30T05:11:01.372Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-30T05:11:01.372Z] ---> Running in d90bd70a0e0a [2023-01-30T05:11:01.639Z] Removing intermediate container d90bd70a0e0a [2023-01-30T05:11:01.639Z] ---> 36d8328a132a [2023-01-30T05:11:01.639Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-30T05:11:01.639Z] ---> Running in e4d5c291cca2 [2023-01-30T05:11:01.908Z] Removing intermediate container e4d5c291cca2 [2023-01-30T05:11:01.908Z] ---> 91ee0891b19d [2023-01-30T05:11:01.908Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-01-30T05:11:02.176Z] ---> Running in 6aad3a78f8c5 [2023-01-30T05:11:03.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T05:11:03.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T05:11:04.372Z] OK: 221 MiB in 51 packages [2023-01-30T05:11:05.338Z] Removing intermediate container 6aad3a78f8c5 [2023-01-30T05:11:05.338Z] ---> 70df353eabeb [2023-01-30T05:11:05.338Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-30T05:11:05.603Z] ---> 65cee088de93 [2023-01-30T05:11:05.603Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T05:11:05.871Z] ---> Running in 8a856bf06b2c [2023-01-30T05:12:13.911Z] Removing intermediate container 8a856bf06b2c [2023-01-30T05:12:13.911Z] ---> beea8e19ef06 [2023-01-30T05:12:13.911Z] Step 9/10 : COPY . . [2023-01-30T05:12:13.911Z] ---> 222a8216074b [2023-01-30T05:12:13.911Z] Step 10/10 : RUN ${MAKE} [2023-01-30T05:12:13.911Z] ---> Running in cfec4d5bfcbb [2023-01-30T05:12:13.911Z] noop [2023-01-30T05:12:13.911Z] Removing intermediate container cfec4d5bfcbb [2023-01-30T05:12:13.911Z] ---> 681891501383 [2023-01-30T05:12:13.911Z] Successfully built 681891501383 [2023-01-30T05:12:13.911Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:12:14.268Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T05:12:14.268Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:12:14.453Z] prd-ubuntu20.04-docker-arm64-4c-16g-3947 does not seem to be running inside a container [2023-01-30T05:12:14.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/143 -v /w/workspace/device-sdk-go/143:/w/workspace/device-sdk-go/143:rw,z -v /w/workspace/device-sdk-go/143@tmp:/w/workspace/device-sdk-go/143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-30T05:12:15.771Z] $ docker top ca510abd249d3c5194d42e9fab83cdb87d80c7fe707a9b270b1999b828400051 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T05:12:16.604Z] + go version [2023-01-30T05:12:16.604Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-30T05:12:16.622Z] $ docker stop --time=1 ca510abd249d3c5194d42e9fab83cdb87d80c7fe707a9b270b1999b828400051 [2023-01-30T05:12:18.206Z] $ docker rm -f --volumes ca510abd249d3c5194d42e9fab83cdb87d80c7fe707a9b270b1999b828400051 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:12:18.732Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T05:12:18.732Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:12:18.899Z] prd-ubuntu20.04-docker-arm64-4c-16g-3947 does not seem to be running inside a container [2023-01-30T05:12:18.960Z] $ 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/143 -v /w/workspace/device-sdk-go/143:/w/workspace/device-sdk-go/143:rw,z -v /w/workspace/device-sdk-go/143@tmp:/w/workspace/device-sdk-go/143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-30T05:12:20.062Z] $ docker top 3d6891abb329bf4c041b6dd8161d90aa115686fc9b979400416572b41756a936 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T05:12:20.573Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/143 [Pipeline] fileExists [Pipeline] sh [2023-01-30T05:12:20.908Z] + make test [2023-01-30T05:12:21.181Z] go test -race -coverprofile=coverage.out ./... [2023-01-30T05:12:53.386Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-01-30T05:15:00.156Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-01-30T05:15:00.156Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-01-30T05:15:00.156Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-01-30T05:15:00.156Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-01-30T05:15:00.156Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-01-30T05:15:00.156Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.410s coverage: 27.6% of statements [2023-01-30T05:15:00.156Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.359s coverage: 78.9% of statements [2023-01-30T05:15:00.156Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-01-30T05:15:06.791Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.536s coverage: 73.6% of statements [2023-01-30T05:15:06.791Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-01-30T05:15:06.791Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-01-30T05:15:09.376Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.597s coverage: 60.6% of statements [2023-01-30T05:15:09.376Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-01-30T05:15:09.376Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-01-30T05:15:09.376Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-01-30T05:15:09.376Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] [2023-01-30T05:15:09.376Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.528s coverage: 65.1% of statements [2023-01-30T05:15:09.376Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-01-30T05:15:09.376Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-01-30T05:15:09.972Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.791s coverage: 89.2% of statements [2023-01-30T05:15:09.972Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-01-30T05:15:09.972Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.460s coverage: 4.6% of statements [2023-01-30T05:15:09.972Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-01-30T05:15:10.929Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-30T05:15:10.929Z] GO111MODULE=on go vet ./... [2023-01-30T05:16:47.559Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-30T05:16:47.559Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-30T05:16:47.559Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-30T05:16:47.577Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-30T05:16:47.584Z] $ docker stop --time=1 3d6891abb329bf4c041b6dd8161d90aa115686fc9b979400416572b41756a936 [2023-01-30T05:16:49.433Z] $ docker rm -f --volumes 3d6891abb329bf4c041b6dd8161d90aa115686fc9b979400416572b41756a936 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T05:16:50.772Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-30T05:16:50.795Z] Warning: overwriting stash ‘coverage-report’ [2023-01-30T05:16:51.396Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T05:16:51.757Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-30T05:16:52.077Z] + ls -al . [2023-01-30T05:16:52.077Z] total 268 [2023-01-30T05:16:52.077Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 30 05:12 . [2023-01-30T05:16:52.077Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 05:10 .. [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 30 05:10 .dockerignore [2023-01-30T05:16:52.077Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 30 05:10 .git [2023-01-30T05:16:52.077Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 05:10 .github [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 131 Jan 30 05:10 .gitignore [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 30 05:10 .golangci.yml [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 31677 Jan 30 05:10 CHANGELOG.md [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 30 05:10 GOVERNANCE.md [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 880 Jan 30 05:10 Jenkinsfile [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 30 05:10 LICENSE [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 1679 Jan 30 05:10 Makefile [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 30 05:10 OWNERS.md [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 4891 Jan 30 05:10 README.md [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 30 05:06 VERSION [2023-01-30T05:16:52.077Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 05:10 bin [2023-01-30T05:16:52.077Z] -rw-r--r-- 1 jenkins jenkins 100832 Jan 30 05:15 coverage.out [2023-01-30T05:16:52.077Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 30 05:10 example [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 3307 Jan 30 05:10 go.mod [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 34396 Jan 30 05:10 go.sum [2023-01-30T05:16:52.077Z] drwxrwxr-x 14 jenkins jenkins 4096 Jan 30 05:10 internal [2023-01-30T05:16:52.077Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 05:10 openapi [2023-01-30T05:16:52.077Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 30 05:10 pkg [2023-01-30T05:16:52.077Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 05:10 snap [2023-01-30T05:16:52.077Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 30 05:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:16:52.415Z] + 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=881f10918eb4e60f546b60d89ac5bea6bad2c109 --label arch=arm64 --label version=3.0.0-dev.13 . [2023-01-30T05:16:52.681Z] Sending build context to Docker daemon 5.788MB [2023-01-30T05:16:52.949Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T05:16:52.949Z] Step 2/23 : FROM ${BASE} AS builder [2023-01-30T05:16:52.949Z] ---> 681891501383 [2023-01-30T05:16:52.949Z] Step 3/23 : ARG MAKE=make build [2023-01-30T05:16:52.949Z] ---> Running in 3ba75954c48d [2023-01-30T05:16:53.215Z] Removing intermediate container 3ba75954c48d [2023-01-30T05:16:53.215Z] ---> 56d94e92a635 [2023-01-30T05:16:53.215Z] Step 4/23 : WORKDIR /device-sdk-go [2023-01-30T05:16:53.215Z] ---> Running in f43073ff243c [2023-01-30T05:16:53.798Z] Removing intermediate container f43073ff243c [2023-01-30T05:16:53.798Z] ---> a33cc5d02f4c [2023-01-30T05:16:53.798Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-30T05:16:53.798Z] ---> Running in f067fe9c009e [2023-01-30T05:16:54.067Z] Removing intermediate container f067fe9c009e [2023-01-30T05:16:54.067Z] ---> 07e6a8e1ee59 [2023-01-30T05:16:54.067Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-01-30T05:16:54.067Z] ---> Running in b0d023ea2a82 [2023-01-30T05:16:55.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T05:16:55.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T05:16:56.260Z] OK: 221 MiB in 51 packages [2023-01-30T05:16:57.223Z] Removing intermediate container b0d023ea2a82 [2023-01-30T05:16:57.223Z] ---> 7062a1ea1677 [2023-01-30T05:16:57.223Z] Step 7/23 : COPY go.mod vendor* ./ [2023-01-30T05:16:57.811Z] ---> c27114300895 [2023-01-30T05:16:57.811Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T05:16:57.811Z] ---> Running in e06dae874840 [2023-01-30T05:17:00.396Z] Removing intermediate container e06dae874840 [2023-01-30T05:17:00.397Z] ---> 4dfa92ba4b51 [2023-01-30T05:17:00.397Z] Step 9/23 : COPY . . [2023-01-30T05:17:01.826Z] ---> afb581fa373a [2023-01-30T05:17:01.826Z] Step 10/23 : RUN ${MAKE} [2023-01-30T05:17:01.826Z] ---> Running in bc35dd98607b [2023-01-30T05:17:02.791Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.13" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-01-30T05:19:24.496Z] Removing intermediate container bc35dd98607b [2023-01-30T05:19:24.496Z] ---> b8ac77a145b2 [2023-01-30T05:19:24.496Z] Step 11/23 : FROM alpine:3.16 [2023-01-30T05:19:24.496Z] 3.16: Pulling from library/alpine [2023-01-30T05:19:24.496Z] 6875df1f5354: Pulling fs layer [2023-01-30T05:19:24.496Z] 6875df1f5354: Verifying Checksum [2023-01-30T05:19:24.496Z] 6875df1f5354: Download complete [2023-01-30T05:19:24.496Z] 6875df1f5354: Pull complete [2023-01-30T05:19:24.496Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T05:19:24.496Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T05:19:24.496Z] ---> 2b4661558fb8 [2023-01-30T05:19:24.496Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-30T05:19:24.496Z] ---> Running in 948c21e2abaa [2023-01-30T05:19:24.496Z] Removing intermediate container 948c21e2abaa [2023-01-30T05:19:24.496Z] ---> 1e4c501e1a8e [2023-01-30T05:19:24.496Z] Step 13/23 : RUN apk add --update --no-cache [2023-01-30T05:19:24.496Z] ---> Running in 7b80bfd51f07 [2023-01-30T05:19:24.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T05:19:24.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T05:19:24.496Z] OK: 5 MiB in 14 packages [2023-01-30T05:19:24.496Z] Removing intermediate container 7b80bfd51f07 [2023-01-30T05:19:24.496Z] ---> 71145111d46f [2023-01-30T05:19:24.496Z] Step 14/23 : WORKDIR / [2023-01-30T05:19:24.496Z] ---> Running in 1bf239bb1882 [2023-01-30T05:19:24.496Z] Removing intermediate container 1bf239bb1882 [2023-01-30T05:19:24.496Z] ---> a7675f919e47 [2023-01-30T05:19:24.496Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-01-30T05:19:24.496Z] ---> 42db55615b0f [2023-01-30T05:19:24.496Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-01-30T05:19:24.496Z] ---> a194582bc5cb [2023-01-30T05:19:24.496Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-01-30T05:19:24.496Z] ---> f472c8d6b6aa [2023-01-30T05:19:24.496Z] Step 18/23 : EXPOSE 59999 [2023-01-30T05:19:24.496Z] ---> Running in 6183cbf7e2b3 [2023-01-30T05:19:24.496Z] Removing intermediate container 6183cbf7e2b3 [2023-01-30T05:19:24.497Z] ---> 01d3cc4dfc91 [2023-01-30T05:19:24.497Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-01-30T05:19:24.497Z] ---> Running in e74979b3355e [2023-01-30T05:19:24.497Z] Removing intermediate container e74979b3355e [2023-01-30T05:19:24.497Z] ---> 51a44667aad9 [2023-01-30T05:19:24.497Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T05:19:24.497Z] ---> Running in 09b48b25e1d9 [2023-01-30T05:19:24.497Z] Removing intermediate container 09b48b25e1d9 [2023-01-30T05:19:24.497Z] ---> 82b3d2ac3ab0 [2023-01-30T05:19:24.497Z] Step 21/23 : LABEL arch=arm64 [2023-01-30T05:19:24.497Z] ---> Running in 923268def2e9 [2023-01-30T05:19:24.497Z] Removing intermediate container 923268def2e9 [2023-01-30T05:19:24.497Z] ---> 0a6b86e4a3ec [2023-01-30T05:19:24.497Z] Step 22/23 : LABEL git_sha=881f10918eb4e60f546b60d89ac5bea6bad2c109 [2023-01-30T05:19:24.497Z] ---> Running in 791637f5817d [2023-01-30T05:19:24.497Z] Removing intermediate container 791637f5817d [2023-01-30T05:19:24.497Z] ---> c873a216187f [2023-01-30T05:19:24.497Z] Step 23/23 : LABEL version=3.0.0-dev.13 [2023-01-30T05:19:24.497Z] ---> Running in d8c78d86b82c [2023-01-30T05:19:24.497Z] Removing intermediate container d8c78d86b82c [2023-01-30T05:19:24.497Z] ---> 990a1dc2cae5 [2023-01-30T05:19:24.497Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-30T05:19:24.497Z] Successfully built 990a1dc2cae5 [2023-01-30T05:19:24.497Z] 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-01-30T05:19:24.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T05:19:24.921Z] [2023-01-30T05:19:24.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:19:25.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T05:19:25.258Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-30T05:19:25.258Z] 8998bd30e6a1: Pulling fs layer [2023-01-30T05:19:25.258Z] 04944245beec: Pulling fs layer [2023-01-30T05:19:25.258Z] 699f458cf7ca: Pulling fs layer [2023-01-30T05:19:25.258Z] 765212b225bb: Pulling fs layer [2023-01-30T05:19:25.258Z] f23df028b6ca: Pulling fs layer [2023-01-30T05:19:25.258Z] d65c8cfc05b1: Pulling fs layer [2023-01-30T05:19:25.258Z] 2437ff75d9bd: Pulling fs layer [2023-01-30T05:19:25.258Z] 765212b225bb: Waiting [2023-01-30T05:19:25.258Z] f23df028b6ca: Waiting [2023-01-30T05:19:25.258Z] d65c8cfc05b1: Waiting [2023-01-30T05:19:25.258Z] 2437ff75d9bd: Waiting [2023-01-30T05:19:25.534Z] 04944245beec: Verifying Checksum [2023-01-30T05:19:25.534Z] 04944245beec: Download complete [2023-01-30T05:19:25.534Z] 765212b225bb: Verifying Checksum [2023-01-30T05:19:25.534Z] 765212b225bb: Download complete [2023-01-30T05:19:25.534Z] f23df028b6ca: Verifying Checksum [2023-01-30T05:19:25.534Z] f23df028b6ca: Download complete [2023-01-30T05:19:25.534Z] d65c8cfc05b1: Verifying Checksum [2023-01-30T05:19:25.534Z] d65c8cfc05b1: Download complete [2023-01-30T05:19:25.800Z] 699f458cf7ca: Verifying Checksum [2023-01-30T05:19:25.800Z] 699f458cf7ca: Download complete [2023-01-30T05:19:26.066Z] 8998bd30e6a1: Verifying Checksum [2023-01-30T05:19:26.066Z] 8998bd30e6a1: Download complete [2023-01-30T05:19:28.010Z] 2437ff75d9bd: Verifying Checksum [2023-01-30T05:19:28.010Z] 2437ff75d9bd: Download complete [2023-01-30T05:19:29.950Z] 8998bd30e6a1: Pull complete [2023-01-30T05:19:29.950Z] 04944245beec: Pull complete [2023-01-30T05:19:31.355Z] 699f458cf7ca: Pull complete [2023-01-30T05:19:31.355Z] 765212b225bb: Pull complete [2023-01-30T05:19:32.330Z] f23df028b6ca: Pull complete [2023-01-30T05:19:32.330Z] d65c8cfc05b1: Pull complete [2023-01-30T05:19:44.660Z] 2437ff75d9bd: Pull complete [2023-01-30T05:19:44.660Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-30T05:19:44.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T05:19:44.660Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:19:44.856Z] prd-ubuntu20.04-docker-arm64-4c-16g-3947 does not seem to be running inside a container [2023-01-30T05:19:44.924Z] $ 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/143 -v /w/workspace/device-sdk-go/143:/w/workspace/device-sdk-go/143:rw,z -v /w/workspace/device-sdk-go/143@tmp:/w/workspace/device-sdk-go/143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-30T05:19:47.553Z] $ docker top 0d082364281e930fee82fde093f7873f37d83fe3d70742bd4da878415d78694b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:19:48.100Z] ---> job-cost.sh [2023-01-30T05:19:48.373Z] lf-activate-venv: SKIPPING [2023-01-30T05:19:48.373Z] INFO: No Stack... [2023-01-30T05:19:48.958Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-30T05:19:49.539Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T05:19:49.855Z] + cat /w/workspace/device-sdk-go/143/archives/cost.csv [2023-01-30T05:19:49.855Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T05:19:49.918Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] [2023-01-30T05:19:49.925Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] did not exist. Created. [2023-01-30T05:19:49.925Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T05:19:50.265Z] /w/workspace/device-sdk-go/143@tmp/durable-01f18c37/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-30T05:19:50.593Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-30T05:19:50.878Z] Warning: overwriting stash ‘stack-cost’ [2023-01-30T05:19:50.939Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T05:19:50.946Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-143-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T05:19:50.961Z] $ docker stop --time=1 0d082364281e930fee82fde093f7873f37d83fe3d70742bd4da878415d78694b [2023-01-30T05:19:52.382Z] $ docker rm -f --volumes 0d082364281e930fee82fde093f7873f37d83fe3d70742bd4da878415d78694b [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-01-30T05:19:52.796Z] provisioning config files... [2023-01-30T05:19:52.803Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11661456220283683737tmp [Pipeline] { [Pipeline] sh [2023-01-30T05:19:53.090Z] + set +x [2023-01-30T05:19:53.090Z] + curl -s https://codecov.io/bash [2023-01-30T05:19:53.090Z] + bash -s -- [2023-01-30T05:19:53.090Z] [2023-01-30T05:19:53.090Z] _____ _ [2023-01-30T05:19:53.090Z] / ____| | | [2023-01-30T05:19:53.090Z] | | ___ __| | ___ ___ _____ __ [2023-01-30T05:19:53.090Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-30T05:19:53.090Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-30T05:19:53.090Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-30T05:19:53.090Z] Bash-1.0.6 [2023-01-30T05:19:53.090Z] [2023-01-30T05:19:53.090Z] [2023-01-30T05:19:53.090Z] ==> git version 2.25.1 found [2023-01-30T05:19:53.090Z] ==> 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-01-30T05:19:53.090Z] Release-Date: 2020-01-08 [2023-01-30T05:19:53.090Z] 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-01-30T05:19:53.090Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-30T05:19:53.090Z] ==> Jenkins CI detected. [2023-01-30T05:19:53.090Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-01-30T05:19:53.090Z] project root: . [2023-01-30T05:19:53.090Z] --> token set from env [2023-01-30T05:19:53.090Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-30T05:19:53.090Z] ==> Running gcov in . (disable via -X gcov) [2023-01-30T05:19:53.090Z] ==> Python coveragepy not found [2023-01-30T05:19:53.090Z] ==> Searching for coverage reports in: [2023-01-30T05:19:53.090Z] + . [2023-01-30T05:19:53.090Z] -> Found 1 reports [2023-01-30T05:19:53.090Z] ==> Detecting git/mercurial file structure [2023-01-30T05:19:53.090Z] ==> Reading reports [2023-01-30T05:19:53.090Z] + ./coverage.out bytes=100832 [2023-01-30T05:19:53.090Z] ==> Appending adjustments [2023-01-30T05:19:53.090Z] https://docs.codecov.io/docs/fixing-reports [2023-01-30T05:19:53.656Z] + Found adjustments [2023-01-30T05:19:53.656Z] ==> Gzipping contents [2023-01-30T05:19:53.656Z] 16K /tmp/codecov.4nOtAQ.gz [2023-01-30T05:19:53.656Z] ==> Uploading reports [2023-01-30T05:19:53.656Z] url: https://codecov.io [2023-01-30T05:19:53.656Z] query: branch=main&commit=881f10918eb4e60f546b60d89ac5bea6bad2c109&build=143&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F143%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T05:19:53.656Z] -> Pinging Codecov [2023-01-30T05:19:53.656Z] 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=881f10918eb4e60f546b60d89ac5bea6bad2c109&build=143&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F143%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T05:19:53.916Z] -> Uploading to [2023-01-30T05:19:53.916Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-30/7E55EF52A471D76F132DFD9A03CDDE97/881f10918eb4e60f546b60d89ac5bea6bad2c109/de9c0652-4dc8-4b41-b6b2-bcdb4fbebe6b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230130T051953Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c154327d8c1f7bc7c91b329a26f51aeae1f7193731f690cdbf10f8600c485b9a [2023-01-30T05:19:53.916Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T05:19:53.916Z] Dload Upload Total Spent Left Speed [2023-01-30T05:19:54.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14728 0 0 100 14728 0 57984 --:--:-- --:--:-- --:--:-- 57984 [2023-01-30T05:19:54.176Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/881f10918eb4e60f546b60d89ac5bea6bad2c109 [Pipeline] } [2023-01-30T05:19:54.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-30T05:19:54.399Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-30T05:19:54.409Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:19:54.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T05:19:54.716Z] [2023-01-30T05:19:54.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:19:55.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T05:19:55.016Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-30T05:19:55.016Z] df9b9388f04a: Pulling fs layer [2023-01-30T05:19:55.016Z] 52dc419b0ee2: Pulling fs layer [2023-01-30T05:19:55.016Z] 25bc292e5bac: Pulling fs layer [2023-01-30T05:19:55.016Z] 114826534d7a: Pulling fs layer [2023-01-30T05:19:55.016Z] 4657fd5d0bcf: Pulling fs layer [2023-01-30T05:19:55.016Z] 6ad1cebc031e: Pulling fs layer [2023-01-30T05:19:55.016Z] 8a3aa393b2d8: Pulling fs layer [2023-01-30T05:19:55.016Z] 6ad1cebc031e: Waiting [2023-01-30T05:19:55.016Z] 8a3aa393b2d8: Waiting [2023-01-30T05:19:55.016Z] 25bc292e5bac: Verifying Checksum [2023-01-30T05:19:55.016Z] 25bc292e5bac: Download complete [2023-01-30T05:19:55.016Z] 52dc419b0ee2: Download complete [2023-01-30T05:19:55.016Z] 4657fd5d0bcf: Verifying Checksum [2023-01-30T05:19:55.016Z] 4657fd5d0bcf: Download complete [2023-01-30T05:19:55.016Z] df9b9388f04a: Verifying Checksum [2023-01-30T05:19:55.016Z] df9b9388f04a: Download complete [2023-01-30T05:19:55.282Z] df9b9388f04a: Pull complete [2023-01-30T05:19:55.560Z] 52dc419b0ee2: Pull complete [2023-01-30T05:19:55.560Z] 6ad1cebc031e: Verifying Checksum [2023-01-30T05:19:55.560Z] 6ad1cebc031e: Download complete [2023-01-30T05:19:55.560Z] 25bc292e5bac: Pull complete [2023-01-30T05:19:57.088Z] 114826534d7a: Verifying Checksum [2023-01-30T05:19:57.088Z] 114826534d7a: Download complete [2023-01-30T05:19:57.088Z] 8a3aa393b2d8: Verifying Checksum [2023-01-30T05:19:57.088Z] 8a3aa393b2d8: Download complete [2023-01-30T05:20:00.360Z] 114826534d7a: Pull complete [2023-01-30T05:20:00.360Z] 4657fd5d0bcf: Pull complete [2023-01-30T05:20:00.360Z] 6ad1cebc031e: Pull complete [2023-01-30T05:20:03.174Z] 8a3aa393b2d8: Pull complete [2023-01-30T05:20:03.174Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-30T05:20:03.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T05:20:03.174Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:20:03.243Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:20:03.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-30T05:20:07.210Z] $ docker top b906228186b3eb57e9250929489dc08f6e53ef66217f3c8f0c69c2403c891bf4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-30T05:20:07.284Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-01-30T05:20:07.855Z] + set -o pipefail [2023-01-30T05:20:07.855Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-01-30T05:20:17.347Z] [2023-01-30T05:20:17.347Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-01-30T05:20:17.347Z] [2023-01-30T05:20:17.347Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/735c3e43-c0c2-4c9b-bca6-5da371e018e9 [2023-01-30T05:20:17.347Z] [2023-01-30T05:20:17.347Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-30T05:20:17.347Z] [2023-01-30T05:20:17.347Z] [2023-01-30T05:20:17.347Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-30T05:20:17.347Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-30T05:20:17.347Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-30T05:20:17.348Z] $ docker stop --time=1 b906228186b3eb57e9250929489dc08f6e53ef66217f3c8f0c69c2403c891bf4 [2023-01-30T05:20:20.365Z] $ docker rm -f --volumes b906228186b3eb57e9250929489dc08f6e53ef66217f3c8f0c69c2403c891bf4 [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-01-30T05:20:20.851Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T05:20:20.865Z] provisioning config files... [2023-01-30T05:20:20.872Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8071664804082886789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:21.172Z] --> edgex-publish-swagger.sh [2023-01-30T05:20:21.172Z] === Publish openapi/v2 API === [2023-01-30T05:20:21.172Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-30T05:20:21.172Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] [2023-01-30T05:20:21.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T05:20:21.172Z] Dload Upload Total Spent Left Speed [2023-01-30T05:20:21.432Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53610 100 38 100 53572 76 105k --:--:-- --:--:-- --:--:-- 105k [2023-01-30T05:20:21.690Z] {"code":403,"message":"Access Denied"} [2023-01-30T05:20:21.690Z] [Pipeline] } [2023-01-30T05:20:21.698Z] 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-01-30T05:20:22.099Z] + git log --format=format:%s -1 881f10918eb4e60f546b60d89ac5bea6bad2c109 [Pipeline] sh [2023-01-30T05:20:22.388Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T05:20:22.388Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:20:22.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T05:20:22.692Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:20:22.767Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:20:22.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T05:20:23.193Z] $ docker top c6a1dd3d4df50e7cf019d9158188ffe7d581a10a6b66100c1e7d429655af12f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T05:20:23.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T05:20:23.281Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T05:20:23.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T05:20:23.383Z] $ docker exec c6a1dd3d4df50e7cf019d9158188ffe7d581a10a6b66100c1e7d429655af12f0 ssh-agent [2023-01-30T05:20:23.483Z] SSH_AUTH_SOCK=/tmp/ssh-pTUXCKofzckI/agent.32 [2023-01-30T05:20:23.483Z] SSH_AGENT_PID=38 [2023-01-30T05:20:23.488Z] Running ssh-add (command line suppressed) [2023-01-30T05:20:23.580Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11146679168018858942.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11146679168018858942.key) [2023-01-30T05:20:23.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T05:20:23.884Z] + git semver tag [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,051 [run_tag] DEBUG tag force:False [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,052 [check_head_tag] DEBUG check head tag [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,053 [execute] INFO git cat-file --batch-check [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,053 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,056 [execute] INFO git cat-file --batch [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,056 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,082 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,082 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,083 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-30T05:20:24.142Z] 2023-01-30 05:20:24,087 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:20:24.142Z] 3.0.0-dev.13 [Pipeline] } [2023-01-30T05:20:24.141Z] $ docker exec --env ******** --env ******** c6a1dd3d4df50e7cf019d9158188ffe7d581a10a6b66100c1e7d429655af12f0 ssh-agent -k [2023-01-30T05:20:24.232Z] unset SSH_AUTH_SOCK; [2023-01-30T05:20:24.232Z] unset SSH_AGENT_PID; [2023-01-30T05:20:24.232Z] echo Agent pid 38 killed; [2023-01-30T05:20:24.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T05:20:24.542Z] + git semver [Pipeline] } [2023-01-30T05:20:24.799Z] $ docker stop --time=1 c6a1dd3d4df50e7cf019d9158188ffe7d581a10a6b66100c1e7d429655af12f0 [2023-01-30T05:20:26.069Z] $ docker rm -f --volumes c6a1dd3d4df50e7cf019d9158188ffe7d581a10a6b66100c1e7d429655af12f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:20:26.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T05:20:26.469Z] [2023-01-30T05:20:26.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:20:26.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T05:20:26.774Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-30T05:20:26.774Z] ab5ef0e58194: Pulling fs layer [2023-01-30T05:20:26.774Z] 9712f1f96733: Pulling fs layer [2023-01-30T05:20:26.774Z] 63f879dbbcfc: Pulling fs layer [2023-01-30T05:20:26.774Z] 0d9ebad4ef96: Pulling fs layer [2023-01-30T05:20:26.774Z] e9a5061849ea: Pulling fs layer [2023-01-30T05:20:26.774Z] d747dcd14b5f: Pulling fs layer [2023-01-30T05:20:26.774Z] 2de7ff778b66: Pulling fs layer [2023-01-30T05:20:26.774Z] e9a5061849ea: Waiting [2023-01-30T05:20:26.774Z] d747dcd14b5f: Waiting [2023-01-30T05:20:26.774Z] 2de7ff778b66: Waiting [2023-01-30T05:20:26.774Z] 0d9ebad4ef96: Waiting [2023-01-30T05:20:26.774Z] 9712f1f96733: Download complete [2023-01-30T05:20:27.777Z] 63f879dbbcfc: Verifying Checksum [2023-01-30T05:20:27.777Z] 63f879dbbcfc: Download complete [2023-01-30T05:20:28.043Z] 0d9ebad4ef96: Verifying Checksum [2023-01-30T05:20:28.043Z] 0d9ebad4ef96: Download complete [2023-01-30T05:20:28.043Z] d747dcd14b5f: Download complete [2023-01-30T05:20:28.043Z] ab5ef0e58194: Verifying Checksum [2023-01-30T05:20:28.043Z] ab5ef0e58194: Download complete [2023-01-30T05:20:28.043Z] e9a5061849ea: Verifying Checksum [2023-01-30T05:20:28.043Z] e9a5061849ea: Download complete [2023-01-30T05:20:28.301Z] 2de7ff778b66: Verifying Checksum [2023-01-30T05:20:28.301Z] 2de7ff778b66: Download complete [2023-01-30T05:20:30.831Z] ab5ef0e58194: Pull complete [2023-01-30T05:20:30.831Z] 9712f1f96733: Pull complete [2023-01-30T05:20:31.088Z] 63f879dbbcfc: Pull complete [2023-01-30T05:20:34.375Z] 0d9ebad4ef96: Pull complete [2023-01-30T05:20:34.634Z] e9a5061849ea: Pull complete [2023-01-30T05:20:34.894Z] d747dcd14b5f: Pull complete [2023-01-30T05:20:35.827Z] 2de7ff778b66: Pull complete [2023-01-30T05:20:35.827Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-30T05:20:35.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T05:20:35.827Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:20:36.253Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:20:36.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-30T05:20:39.481Z] $ docker top b95ecadebf112d5acc4d7d943ab4f89d8d9e0acdf4fdd23e4cfea38adbf8beb7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-30T05:20:39.561Z] provisioning config files... [2023-01-30T05:20:39.567Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14965415356726387897tmp [2023-01-30T05:20:39.576Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5892168392673658644tmp [2023-01-30T05:20:39.586Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18314259667225207745tmp [Pipeline] { [Pipeline] echo [2023-01-30T05:20:39.602Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:39.883Z] ---> sigul-configuration.sh [2023-01-30T05:20:39.883Z] gpg: directory `/root/.gnupg' created [2023-01-30T05:20:39.883Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-30T05:20:39.883Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-30T05:20:39.883Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-30T05:20:39.883Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-30T05:20:39.883Z] gpg: CAST5 encrypted data [2023-01-30T05:20:39.883Z] gpg: encrypted with 1 passphrase [2023-01-30T05:20:39.883Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-30T05:20:40.167Z] + mkdir /home/jenkins [2023-01-30T05:20:40.167Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-30T05:20:40.452Z] + 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-01-30T05:20:40.460Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:40.740Z] ---> sigul-install.sh [2023-01-30T05:20:40.740Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-30T05:20:41.023Z] + git tag --list [2023-01-30T05:20:41.023Z] 0.7.1 [2023-01-30T05:20:41.023Z] delhi-tag [2023-01-30T05:20:41.023Z] v1.0.0 [2023-01-30T05:20:41.023Z] v1.1.0 [2023-01-30T05:20:41.023Z] v1.1.1 [2023-01-30T05:20:41.023Z] v1.1.2 [2023-01-30T05:20:41.023Z] v1.2.0 [2023-01-30T05:20:41.023Z] v1.2.1 [2023-01-30T05:20:41.023Z] v1.2.2 [2023-01-30T05:20:41.023Z] v1.2.3 [2023-01-30T05:20:41.023Z] v1.3.0 [2023-01-30T05:20:41.023Z] v1.4.0 [2023-01-30T05:20:41.023Z] v2.0.0 [2023-01-30T05:20:41.023Z] v2.1.0 [2023-01-30T05:20:41.023Z] v2.1.1 [2023-01-30T05:20:41.023Z] v2.1.1-dev.2 [2023-01-30T05:20:41.023Z] v2.1.1-dev.3 [2023-01-30T05:20:41.023Z] v2.2.0 [2023-01-30T05:20:41.024Z] v2.2.1-dev.1 [2023-01-30T05:20:41.024Z] v2.2.1-dev.10 [2023-01-30T05:20:41.024Z] v2.2.1-dev.11 [2023-01-30T05:20:41.024Z] v2.2.1-dev.12 [2023-01-30T05:20:41.024Z] v2.2.1-dev.13 [2023-01-30T05:20:41.024Z] v2.2.1-dev.14 [2023-01-30T05:20:41.024Z] v2.2.1-dev.2 [2023-01-30T05:20:41.024Z] v2.2.1-dev.3 [2023-01-30T05:20:41.024Z] v2.2.1-dev.4 [2023-01-30T05:20:41.024Z] v2.2.1-dev.5 [2023-01-30T05:20:41.024Z] v2.2.1-dev.6 [2023-01-30T05:20:41.024Z] v2.2.1-dev.7 [2023-01-30T05:20:41.024Z] v2.2.1-dev.8 [2023-01-30T05:20:41.024Z] v2.2.1-dev.9 [2023-01-30T05:20:41.024Z] v2.3.0 [2023-01-30T05:20:41.024Z] v2.3.0-dev.14 [2023-01-30T05:20:41.024Z] v2.3.0-dev.15 [2023-01-30T05:20:41.024Z] v2.3.0-dev.16 [2023-01-30T05:20:41.024Z] v2.3.0-dev.17 [2023-01-30T05:20:41.024Z] v2.3.0-dev.18 [2023-01-30T05:20:41.024Z] v2.3.0-dev.19 [2023-01-30T05:20:41.024Z] v2.3.0-dev.20 [2023-01-30T05:20:41.024Z] v2.3.0-dev.21 [2023-01-30T05:20:41.024Z] v2.3.0-dev.22 [2023-01-30T05:20:41.024Z] v2.3.0-dev.23 [2023-01-30T05:20:41.024Z] v2.3.0-dev.24 [2023-01-30T05:20:41.024Z] v2.3.0-dev.25 [2023-01-30T05:20:41.024Z] v2.3.0-dev.26 [2023-01-30T05:20:41.024Z] v2.3.0-dev.27 [2023-01-30T05:20:41.024Z] v2.3.0-dev.28 [2023-01-30T05:20:41.024Z] v2.3.0-dev.29 [2023-01-30T05:20:41.024Z] v2.3.0-dev.30 [2023-01-30T05:20:41.024Z] v2.3.0-dev.31 [2023-01-30T05:20:41.024Z] v2.3.0-dev.32 [2023-01-30T05:20:41.024Z] v2.3.0-dev.33 [2023-01-30T05:20:41.024Z] v2.3.0-dev.34 [2023-01-30T05:20:41.024Z] v2.3.0-dev.35 [2023-01-30T05:20:41.024Z] v2.3.0-dev.36 [2023-01-30T05:20:41.024Z] v2.3.0-dev.37 [2023-01-30T05:20:41.024Z] v2.3.0-dev.38 [2023-01-30T05:20:41.024Z] v2.3.0-dev.39 [2023-01-30T05:20:41.024Z] v2.3.0-dev.40 [2023-01-30T05:20:41.024Z] v2.3.0-dev.41 [2023-01-30T05:20:41.024Z] v2.3.0-dev.42 [2023-01-30T05:20:41.024Z] v2.3.0-dev.43 [2023-01-30T05:20:41.024Z] v2.3.0-dev.44 [2023-01-30T05:20:41.024Z] v2.3.0-dev.45 [2023-01-30T05:20:41.024Z] v2.3.0-dev.46 [2023-01-30T05:20:41.024Z] v2.3.0-dev.47 [2023-01-30T05:20:41.024Z] v2.3.0-dev.48 [2023-01-30T05:20:41.024Z] v2.3.0-dev.49 [2023-01-30T05:20:41.024Z] v2.3.0-dev.50 [2023-01-30T05:20:41.024Z] v2.3.0-dev.51 [2023-01-30T05:20:41.024Z] v2.3.1-dev.1 [2023-01-30T05:20:41.024Z] v2.3.1-dev.2 [2023-01-30T05:20:41.024Z] v3.0.0-dev.1 [2023-01-30T05:20:41.024Z] v3.0.0-dev.10 [2023-01-30T05:20:41.024Z] v3.0.0-dev.11 [2023-01-30T05:20:41.024Z] v3.0.0-dev.12 [2023-01-30T05:20:41.024Z] v3.0.0-dev.13 [2023-01-30T05:20:41.024Z] v3.0.0-dev.2 [2023-01-30T05:20:41.024Z] v3.0.0-dev.3 [2023-01-30T05:20:41.024Z] v3.0.0-dev.4 [2023-01-30T05:20:41.024Z] v3.0.0-dev.5 [2023-01-30T05:20:41.024Z] v3.0.0-dev.6 [2023-01-30T05:20:41.024Z] v3.0.0-dev.7 [2023-01-30T05:20:41.024Z] v3.0.0-dev.8 [2023-01-30T05:20:41.024Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-30T05:20:41.309Z] + lftools sign git-tag v3.0.0-dev.13 [2023-01-30T05:20:41.875Z] Signing Git tag with Sigul... [2023-01-30T05:20:41.875Z] Signing v3.0.0-dev.13 [Pipeline] echo [2023-01-30T05:20:42.145Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:42.429Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-30T05:20:42.436Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-30T05:20:42.445Z] $ docker stop --time=1 b95ecadebf112d5acc4d7d943ab4f89d8d9e0acdf4fdd23e4cfea38adbf8beb7 [2023-01-30T05:20:43.693Z] $ docker rm -f --volumes b95ecadebf112d5acc4d7d943ab4f89d8d9e0acdf4fdd23e4cfea38adbf8beb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-30T05:20:44.117Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T05:20:44.117Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:20:44.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T05:20:44.418Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:20:44.487Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:20:44.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T05:20:44.827Z] $ docker top 89bdae47bc1c71b15f3545d38a704baac041fcac8b1f334efbba4428862c2500 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T05:20:44.922Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T05:20:44.922Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T05:20:45.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T05:20:45.018Z] $ docker exec 89bdae47bc1c71b15f3545d38a704baac041fcac8b1f334efbba4428862c2500 ssh-agent [2023-01-30T05:20:45.137Z] SSH_AUTH_SOCK=/tmp/ssh-ftaWEBjdYgJj/agent.31 [2023-01-30T05:20:45.137Z] SSH_AGENT_PID=37 [2023-01-30T05:20:45.142Z] Running ssh-add (command line suppressed) [2023-01-30T05:20:45.225Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13891074145976182680.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13891074145976182680.key) [2023-01-30T05:20:45.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T05:20:45.541Z] + git semver bump pre [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,695 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,695 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,695 [bump_version] DEBUG bumped version:3.0.0-dev.14 [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,695 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,695 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,696 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,698 [execute] INFO git cat-file --batch-check [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,698 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,702 [execute] INFO git cat-file --batch [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,702 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T05:20:45.802Z] 2023-01-30 05:20:45,707 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:20:45.802Z] 3.0.0-dev.14 [Pipeline] } [2023-01-30T05:20:45.804Z] $ docker exec --env ******** --env ******** 89bdae47bc1c71b15f3545d38a704baac041fcac8b1f334efbba4428862c2500 ssh-agent -k [2023-01-30T05:20:45.911Z] unset SSH_AUTH_SOCK; [2023-01-30T05:20:45.911Z] unset SSH_AGENT_PID; [2023-01-30T05:20:45.912Z] echo Agent pid 37 killed; [2023-01-30T05:20:45.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T05:20:46.231Z] + git semver [Pipeline] } [2023-01-30T05:20:46.495Z] $ docker stop --time=1 89bdae47bc1c71b15f3545d38a704baac041fcac8b1f334efbba4428862c2500 [2023-01-30T05:20:47.800Z] $ docker rm -f --volumes 89bdae47bc1c71b15f3545d38a704baac041fcac8b1f334efbba4428862c2500 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T05:20:48.150Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T05:20:48.151Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:20:48.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T05:20:48.447Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:20:48.516Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:20:48.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T05:20:48.856Z] $ docker top 77bfa2baef28dcf9bf8768d2edcd4c1a4549aa4d66cb2e82f8b7bd43d44f38bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T05:20:48.946Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T05:20:48.947Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T05:20:49.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T05:20:49.044Z] $ docker exec 77bfa2baef28dcf9bf8768d2edcd4c1a4549aa4d66cb2e82f8b7bd43d44f38bc ssh-agent [2023-01-30T05:20:49.155Z] SSH_AUTH_SOCK=/tmp/ssh-iK3MrnYKSJln/agent.31 [2023-01-30T05:20:49.155Z] SSH_AGENT_PID=37 [2023-01-30T05:20:49.160Z] Running ssh-add (command line suppressed) [2023-01-30T05:20:49.257Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6078722799756497948.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6078722799756497948.key) [2023-01-30T05:20:49.280Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T05:20:49.570Z] + git semver push [2023-01-30T05:20:49.828Z] 2023-01-30 05:20:49,716 [run_push] DEBUG push [2023-01-30T05:20:49.828Z] 2023-01-30 05:20:49,716 [execute] INFO git cat-file --batch-check [2023-01-30T05:20:49.828Z] 2023-01-30 05:20:49,717 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T05:20:49.828Z] 2023-01-30 05:20:49,720 [execute] INFO git rev-list 3c07d9f30545c769dcdb78333ac75552570935ed -- [2023-01-30T05:20:49.828Z] 2023-01-30 05:20:49,720 [execute] DEBUG Popen(['git', 'rev-list', '3c07d9f30545c769dcdb78333ac75552570935ed', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T05:20:49.828Z] 2023-01-30 05:20:49,731 [execute] INFO git fetch -v origin [2023-01-30T05:20:49.828Z] 2023-01-30 05:20:49,731 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-30T05:20:50.396Z] 2023-01-30 05:20:50,253 [run_push] DEBUG no remote changes detected [2023-01-30T05:20:50.396Z] 2023-01-30 05:20:50,254 [execute] INFO git push origin semver [2023-01-30T05:20:50.396Z] 2023-01-30 05:20:50,254 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T05:20:51.343Z] 2023-01-30 05:20:51,036 [run_push] DEBUG push all version tags [2023-01-30T05:20:51.343Z] 2023-01-30 05:20:51,036 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-30T05:20:51.343Z] 2023-01-30 05:20:51,037 [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-01-30T05:20:51.910Z] 2023-01-30 05:20:51,762 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-30T05:20:51.910Z] 3.0.0-dev.14 [Pipeline] } [2023-01-30T05:20:51.911Z] $ docker exec --env ******** --env ******** 77bfa2baef28dcf9bf8768d2edcd4c1a4549aa4d66cb2e82f8b7bd43d44f38bc ssh-agent -k [2023-01-30T05:20:52.011Z] unset SSH_AUTH_SOCK; [2023-01-30T05:20:52.011Z] unset SSH_AGENT_PID; [2023-01-30T05:20:52.011Z] echo Agent pid 37 killed; [2023-01-30T05:20:52.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T05:20:52.343Z] + git semver [Pipeline] } [2023-01-30T05:20:52.604Z] $ docker stop --time=1 77bfa2baef28dcf9bf8768d2edcd4c1a4549aa4d66cb2e82f8b7bd43d44f38bc [2023-01-30T05:20:53.920Z] $ docker rm -f --volumes 77bfa2baef28dcf9bf8768d2edcd4c1a4549aa4d66cb2e82f8b7bd43d44f38bc [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-01-30T05:20:54.464Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-01-30T05:20:54.464Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-30T05:20:54.464Z] total 16 [2023-01-30T05:20:54.464Z] drwxr-xr-x 3 root root 4096 Jan 30 05:08 . [2023-01-30T05:20:54.464Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 30 05:20 .. [2023-01-30T05:20:54.464Z] drwxr-xr-x 2 root root 4096 Jan 30 05:08 cost [2023-01-30T05:20:54.464Z] -rw-r--r-- 1 root root 85 Jan 30 05:08 cost.csv [2023-01-30T05:20:54.464Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-30T05:20:54.464Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-30T05:20:54.464Z] total 16 [2023-01-30T05:20:54.464Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 30 05:08 . [2023-01-30T05:20:54.464Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 30 05:20 .. [2023-01-30T05:20:54.464Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 30 05:08 cost [2023-01-30T05:20:54.464Z] -rw-r--r-- 1 jenkins jenkins 85 Jan 30 05:08 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:54.755Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:55.611Z] ---> package-listing.sh [2023-01-30T05:20:55.611Z] ++ facter osfamily [2023-01-30T05:20:55.611Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-30T05:20:55.869Z] + OS_FAMILY=debian [2023-01-30T05:20:55.869Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-01-30T05:20:55.869Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-30T05:20:55.869Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-30T05:20:55.869Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-30T05:20:55.869Z] + PACKAGES=/tmp/packages_start.txt [2023-01-30T05:20:55.869Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-01-30T05:20:55.869Z] + PACKAGES=/tmp/packages_end.txt [2023-01-30T05:20:55.869Z] + case "${OS_FAMILY}" in [2023-01-30T05:20:55.869Z] + dpkg -l [2023-01-30T05:20:55.869Z] + grep '^ii' [2023-01-30T05:20:55.869Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-30T05:20:55.869Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-30T05:20:55.869Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-30T05:20:55.869Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-01-30T05:20:55.869Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-01-30T05:20:55.869Z] + 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-01-30T05:20:55.880Z] 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-01-30T05:20:56.156Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T05:20:56.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T05:20:56.711Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T05:20:56.771Z] prd-ubuntu20.04-docker-8c-8g-3946 does not seem to be running inside a container [2023-01-30T05:20:56.786Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T05:20:56.979Z] $ docker top 835c88cdaf3fc04d0b7ab8e6b23a3a7a99e9390235400b228a1a4ce2435f7abe -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T05:20:57.327Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-30T05:20:57.610Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-30T05:20:57.891Z] + ls /var/log/sa-host [2023-01-30T05:20:57.891Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T05:20:58.045Z] provisioning config files... [2023-01-30T05:20:58.053Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14985222147717977901tmp [Pipeline] { [Pipeline] echo [2023-01-30T05:20:58.064Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:58.345Z] ---> create-netrc.sh [Pipeline] } [2023-01-30T05:20:58.351Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:58.672Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-30T05:20:58.682Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:58.963Z] ---> sudo-logs.sh [2023-01-30T05:20:58.963Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-30T05:20:58.990Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:20:59.273Z] ---> job-cost.sh [2023-01-30T05:20:59.273Z] lf-activate-venv: SKIPPING [2023-01-30T05:20:59.273Z] DEBUG: total: 0.2199999988079071 [2023-01-30T05:20:59.273Z] INFO: Retrieving Stack Cost... [2023-01-30T05:20:59.532Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T05:21:00.099Z] INFO: Archiving Costs [Pipeline] echo [2023-01-30T05:21:00.112Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T05:21:00.395Z] ---> logs-deploy.sh [2023-01-30T05:21:00.395Z] lf-activate-venv: SKIPPING [2023-01-30T05:21:00.395Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/143 [2023-01-30T05:21:00.395Z] INFO: archiving workspace using pattern(s): [2023-01-30T05:21:01.331Z] Archives upload complete. [2023-01-30T05:21:01.331Z] INFO: archiving logs to Nexus