Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d 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-ssh4173216107194515154.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh14448803644020234586.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5481988681801674560.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh8603745609301850196.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-ssh8047202370614642326.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-225 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d (main) Commit message: "build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#1383)" > git config core.sparsecheckout # timeout=10 > git checkout -f a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d # timeout=10 > git rev-list --no-walk 76ea4d1458b486cd84374d1f970a86ad0e64425c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-14T18:50:49.443Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-14T18:50:49.491Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-14T18:50:49.502Z] ========================================================= [2023-03-14T18:50:49.502Z] EdgeX Global Pipelines Version Info [2023-03-14T18:50:49.502Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:50:50.208Z] ------------------- [2023-03-14T18:50:50.208Z] stable info: [2023-03-14T18:50:50.208Z] ------------------- [2023-03-14T18:50:50.208Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-14T18:50:50.208Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-14T18:50:50.208Z] Message: update stable to v1.0.245 [2023-03-14T18:50:50.779Z] ------------------- [2023-03-14T18:50:50.779Z] experimental info: [2023-03-14T18:50:50.779Z] ------------------- [2023-03-14T18:50:50.779Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-14T18:50:50.779Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-14T18:50:50.779Z] Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-14T18:50:50.962Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-03-14T18:50:50.975Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-03-14T18:50:50.986Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-14T18:50:50.997Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-14T18:50:51.007Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-14T18:50:51.018Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-14T18:50:51.030Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-14T18:50:51.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-03-14T18:50:51.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-14T18:50:51.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-14T18:50:51.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-14T18:50:51.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-03-14T18:50:51.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-14T18:50:51.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-14T18:50:51.130Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-14T18:50:51.140Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T18:50:51.153Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T18:50:51.164Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T18:50:51.174Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-14T18:50:51.185Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-14T18:50:51.198Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-14T18:50:51.209Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-14T18:50:51.222Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-14T18:50:51.240Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-14T18:50:51.255Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-14T18:50:51.266Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-14T18:50:51.277Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-14T18:50:51.289Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-14T18:50:51.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-14T18:50:51.313Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-14T18:50:51.326Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [Pipeline] echo [2023-03-14T18:50:51.337Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a467ed6 [Pipeline] echo [2023-03-14T18:50:51.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T18:50:51.388Z] provisioning config files... [2023-03-14T18:50:51.402Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5652815012255683240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:50:51.705Z] ---> docker-login.sh [2023-03-14T18:50:51.705Z] nexus3.edgexfoundry.org:10001 [2023-03-14T18:50:51.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:51.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:51.969Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:51.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:51.969Z] [2023-03-14T18:50:51.969Z] Login Succeeded [2023-03-14T18:50:51.969Z] nexus3.edgexfoundry.org:10002 [2023-03-14T18:50:51.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:51.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:51.969Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:51.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:51.969Z] [2023-03-14T18:50:51.969Z] Login Succeeded [2023-03-14T18:50:51.969Z] nexus3.edgexfoundry.org:10003 [2023-03-14T18:50:51.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:52.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:52.229Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:52.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:52.229Z] [2023-03-14T18:50:52.229Z] Login Succeeded [2023-03-14T18:50:52.229Z] nexus3.edgexfoundry.org:10004 [2023-03-14T18:50:52.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:52.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:52.229Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:52.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:52.229Z] [2023-03-14T18:50:52.229Z] Login Succeeded [2023-03-14T18:50:52.229Z] docker.io [2023-03-14T18:50:52.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:52.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:52.489Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:52.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:52.489Z] [2023-03-14T18:50:52.489Z] Login Succeeded [2023-03-14T18:50:52.489Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T18:50:52.496Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-14T18:50:52.877Z] + git rev-list -1 --merges a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d~1..a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [Pipeline] echo [2023-03-14T18:50:52.899Z] -----------> git rev-list -1 --merges a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d~1..a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [false] [Pipeline] sh [2023-03-14T18:50:53.189Z] + git log --format=format:%s -1 a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [Pipeline] echo [2023-03-14T18:50:53.211Z] ========================================================= [2023-03-14T18:50:53.211Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-14T18:50:53.211Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T18:50:53.549Z] + git log --format=format:%s -1 a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [Pipeline] echo [2023-03-14T18:50:53.561Z] [semverPrep] GIT_COMMIT: a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d, Commit Message: build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#1383) [Pipeline] echo [2023-03-14T18:50:53.570Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-14T18:50:53.930Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T18:50:53.930Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-14T18:50:53.930Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-14T18:50:53.930Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-14T18:50:53.930Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-14T18:50:53.930Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-14T18:50:53.930Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:50:54.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T18:50:54.290Z] [2023-03-14T18:50:54.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:50:54.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T18:50:54.589Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-14T18:50:54.589Z] b85a868b505f: Pulling fs layer [2023-03-14T18:50:54.589Z] e2be974225ed: Pulling fs layer [2023-03-14T18:50:54.589Z] 339a4e72a1f5: Pulling fs layer [2023-03-14T18:50:54.589Z] 988bab9f4d93: Pulling fs layer [2023-03-14T18:50:54.589Z] 1469e6f7b9e6: Pulling fs layer [2023-03-14T18:50:54.589Z] 988bab9f4d93: Waiting [2023-03-14T18:50:54.589Z] 1469e6f7b9e6: Waiting [2023-03-14T18:50:54.589Z] eaf3925da568: Pulling fs layer [2023-03-14T18:50:54.589Z] bab4dde63d76: Pulling fs layer [2023-03-14T18:50:54.589Z] bde34c3a00c8: Pulling fs layer [2023-03-14T18:50:54.589Z] bab4dde63d76: Waiting [2023-03-14T18:50:54.589Z] b352a97aabf1: Pulling fs layer [2023-03-14T18:50:54.589Z] 4872d77fe225: Pulling fs layer [2023-03-14T18:50:54.589Z] eaf3925da568: Waiting [2023-03-14T18:50:54.589Z] 5851b861e8e6: Pulling fs layer [2023-03-14T18:50:54.589Z] 4872d77fe225: Waiting [2023-03-14T18:50:54.589Z] 5851b861e8e6: Waiting [2023-03-14T18:50:54.589Z] b352a97aabf1: Waiting [2023-03-14T18:50:54.589Z] e2be974225ed: Verifying Checksum [2023-03-14T18:50:54.589Z] e2be974225ed: Download complete [2023-03-14T18:50:54.589Z] 988bab9f4d93: Download complete [2023-03-14T18:50:54.850Z] 1469e6f7b9e6: Verifying Checksum [2023-03-14T18:50:54.850Z] 1469e6f7b9e6: Download complete [2023-03-14T18:50:54.850Z] eaf3925da568: Download complete [2023-03-14T18:50:54.850Z] 339a4e72a1f5: Verifying Checksum [2023-03-14T18:50:54.850Z] 339a4e72a1f5: Download complete [2023-03-14T18:50:54.850Z] bde34c3a00c8: Verifying Checksum [2023-03-14T18:50:54.850Z] bde34c3a00c8: Download complete [2023-03-14T18:50:54.850Z] b352a97aabf1: Verifying Checksum [2023-03-14T18:50:54.850Z] b352a97aabf1: Download complete [2023-03-14T18:50:54.850Z] 4872d77fe225: Download complete [2023-03-14T18:50:54.850Z] 5851b861e8e6: Verifying Checksum [2023-03-14T18:50:54.850Z] 5851b861e8e6: Download complete [2023-03-14T18:50:55.115Z] b85a868b505f: Verifying Checksum [2023-03-14T18:50:55.115Z] b85a868b505f: Download complete [2023-03-14T18:50:55.375Z] bab4dde63d76: Verifying Checksum [2023-03-14T18:50:55.375Z] bab4dde63d76: Download complete [2023-03-14T18:50:56.310Z] b85a868b505f: Pull complete [2023-03-14T18:50:56.310Z] e2be974225ed: Pull complete [2023-03-14T18:50:56.878Z] 339a4e72a1f5: Pull complete [2023-03-14T18:50:56.878Z] 988bab9f4d93: Pull complete [2023-03-14T18:50:57.138Z] 1469e6f7b9e6: Pull complete [2023-03-14T18:50:57.138Z] eaf3925da568: Pull complete [2023-03-14T18:50:59.046Z] bab4dde63d76: Pull complete [2023-03-14T18:50:59.046Z] bde34c3a00c8: Pull complete [2023-03-14T18:50:59.046Z] b352a97aabf1: Pull complete [2023-03-14T18:50:59.046Z] 4872d77fe225: Pull complete [2023-03-14T18:50:59.305Z] 5851b861e8e6: Pull complete [2023-03-14T18:50:59.305Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-14T18:50:59.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T18:50:59.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:50:59.397Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T18:50:59.422Z] $ 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-03-14T18:51:01.709Z] $ docker top 4268c8ee864c6c4e2f83ba2c83d33c51dcbf062a890650f45600125ccadc9f1b -eo pid,comm [2023-03-14T18:51:01.763Z] 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-03-14T18:51:01.763Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T18:51:01.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T18:51:01.808Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T18:51:01.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T18:51:01.918Z] $ docker exec 4268c8ee864c6c4e2f83ba2c83d33c51dcbf062a890650f45600125ccadc9f1b ssh-agent [2023-03-14T18:51:02.021Z] SSH_AUTH_SOCK=/tmp/ssh-sQ2r7vmIffWa/agent.32 [2023-03-14T18:51:02.021Z] SSH_AGENT_PID=38 [2023-03-14T18:51:02.026Z] Running ssh-add (command line suppressed) [2023-03-14T18:51:02.119Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14286485671831925631.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14286485671831925631.key) [2023-03-14T18:51:02.135Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T18:51:02.421Z] + git tag --points-at HEAD [Pipeline] } [2023-03-14T18:51:02.428Z] $ docker exec --env ******** --env ******** 4268c8ee864c6c4e2f83ba2c83d33c51dcbf062a890650f45600125ccadc9f1b ssh-agent -k [2023-03-14T18:51:02.519Z] unset SSH_AUTH_SOCK; [2023-03-14T18:51:02.519Z] unset SSH_AGENT_PID; [2023-03-14T18:51:02.519Z] echo Agent pid 38 killed; [2023-03-14T18:51:02.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-14T18:51:02.562Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T18:51:02.562Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T18:51:02.668Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T18:51:02.667Z] $ docker exec 4268c8ee864c6c4e2f83ba2c83d33c51dcbf062a890650f45600125ccadc9f1b ssh-agent [2023-03-14T18:51:02.789Z] SSH_AUTH_SOCK=/tmp/ssh-1YXwWij4fKQG/agent.70 [2023-03-14T18:51:02.789Z] SSH_AGENT_PID=76 [2023-03-14T18:51:02.794Z] Running ssh-add (command line suppressed) [2023-03-14T18:51:02.892Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4590840474161082815.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4590840474161082815.key) [2023-03-14T18:51:02.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T18:51:03.200Z] + git semver init [2023-03-14T18:51:03.459Z] 2023-03-14 18:51:03,359 [run_init] DEBUG init version:0.0.0 force:False [2023-03-14T18:51:03.459Z] 2023-03-14 18:51:03,359 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-14T18:51:03.459Z] 2023-03-14 18:51:03,360 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-14T18:51:03.459Z] 2023-03-14 18:51:03,360 [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-03-14T18:51:04.403Z] 2023-03-14 18:51:04,322 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-03-14T18:51:04.403Z] 2023-03-14 18:51:04,322 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-03-14T18:51:04.403Z] 2023-03-14 18:51:04,322 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T18:51:04.403Z] 2023-03-14 18:51:04,323 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T18:51:04.403Z] 3.0.0-dev.53 [Pipeline] } [2023-03-14T18:51:04.411Z] $ docker exec --env ******** --env ******** 4268c8ee864c6c4e2f83ba2c83d33c51dcbf062a890650f45600125ccadc9f1b ssh-agent -k [2023-03-14T18:51:04.518Z] unset SSH_AUTH_SOCK; [2023-03-14T18:51:04.518Z] unset SSH_AGENT_PID; [2023-03-14T18:51:04.518Z] echo Agent pid 76 killed; [2023-03-14T18:51:04.530Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T18:51:04.842Z] + git semver [Pipeline] } [2023-03-14T18:51:05.114Z] $ docker stop --time=1 4268c8ee864c6c4e2f83ba2c83d33c51dcbf062a890650f45600125ccadc9f1b [2023-03-14T18:51:06.445Z] $ docker rm -f --volumes 4268c8ee864c6c4e2f83ba2c83d33c51dcbf062a890650f45600125ccadc9f1b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T18:51:06.784Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-14T18:51:06.970Z] Stashed 1 file(s) [Pipeline] echo [2023-03-14T18:51:06.972Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.53 [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-03-14T18:51:07.087Z] provisioning config files... [2023-03-14T18:51:07.096Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6179853623771871183tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:51:07.388Z] ---> docker-login.sh [2023-03-14T18:51:07.388Z] nexus3.edgexfoundry.org:10001 [2023-03-14T18:51:07.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:51:07.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:51:07.388Z] Configure a credential helper to remove this warning. See [2023-03-14T18:51:07.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:51:07.388Z] [2023-03-14T18:51:07.388Z] Login Succeeded [2023-03-14T18:51:07.388Z] nexus3.edgexfoundry.org:10002 [2023-03-14T18:51:07.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:51:07.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:51:07.388Z] Configure a credential helper to remove this warning. See [2023-03-14T18:51:07.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:51:07.388Z] [2023-03-14T18:51:07.388Z] Login Succeeded [2023-03-14T18:51:07.388Z] nexus3.edgexfoundry.org:10003 [2023-03-14T18:51:07.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:51:07.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:51:07.648Z] Configure a credential helper to remove this warning. See [2023-03-14T18:51:07.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:51:07.648Z] [2023-03-14T18:51:07.648Z] Login Succeeded [2023-03-14T18:51:07.648Z] nexus3.edgexfoundry.org:10004 [2023-03-14T18:51:07.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:51:07.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:51:07.648Z] Configure a credential helper to remove this warning. See [2023-03-14T18:51:07.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:51:07.648Z] [2023-03-14T18:51:07.648Z] Login Succeeded [2023-03-14T18:51:07.648Z] docker.io [2023-03-14T18:51:07.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:51:07.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:51:07.907Z] Configure a credential helper to remove this warning. See [2023-03-14T18:51:07.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:51:07.907Z] [2023-03-14T18:51:07.907Z] Login Succeeded [2023-03-14T18:51:07.907Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T18:51:07.915Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-14T18:51:07.982Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:51:07.993Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:51:08.001Z] ========================================================= [2023-03-14T18:51:08.001Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-14T18:51:08.001Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:51:08.315Z] + 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.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-14T18:51:08.315Z] Sending build context to Docker daemon 10.78MB [2023-03-14T18:51:08.315Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T18:51:08.315Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-14T18:51:08.315Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-14T18:51:08.315Z] 63b65145d645: Pulling fs layer [2023-03-14T18:51:08.315Z] a2d21d5440eb: Pulling fs layer [2023-03-14T18:51:08.315Z] 935e6c44a52c: Pulling fs layer [2023-03-14T18:51:08.315Z] 94cc34f8dd06: Pulling fs layer [2023-03-14T18:51:08.315Z] 30dea6a524f1: Pulling fs layer [2023-03-14T18:51:08.315Z] a2aff8979fd8: Pulling fs layer [2023-03-14T18:51:08.315Z] 6808be2612f2: Pulling fs layer [2023-03-14T18:51:08.315Z] f25807f1079a: Pulling fs layer [2023-03-14T18:51:08.315Z] 94cc34f8dd06: Waiting [2023-03-14T18:51:08.315Z] 30dea6a524f1: Waiting [2023-03-14T18:51:08.315Z] a2aff8979fd8: Waiting [2023-03-14T18:51:08.315Z] 6808be2612f2: Waiting [2023-03-14T18:51:08.576Z] a2d21d5440eb: Verifying Checksum [2023-03-14T18:51:08.576Z] a2d21d5440eb: Download complete [2023-03-14T18:51:08.576Z] 94cc34f8dd06: Verifying Checksum [2023-03-14T18:51:08.576Z] 94cc34f8dd06: Download complete [2023-03-14T18:51:08.576Z] 30dea6a524f1: Verifying Checksum [2023-03-14T18:51:08.576Z] 30dea6a524f1: Download complete [2023-03-14T18:51:08.576Z] 63b65145d645: Verifying Checksum [2023-03-14T18:51:08.576Z] 63b65145d645: Download complete [2023-03-14T18:51:08.576Z] a2aff8979fd8: Verifying Checksum [2023-03-14T18:51:08.576Z] a2aff8979fd8: Download complete [2023-03-14T18:51:08.838Z] 63b65145d645: Pull complete [2023-03-14T18:51:08.838Z] a2d21d5440eb: Pull complete [2023-03-14T18:51:09.098Z] f25807f1079a: Verifying Checksum [2023-03-14T18:51:09.098Z] f25807f1079a: Download complete [2023-03-14T18:51:09.098Z] 935e6c44a52c: Verifying Checksum [2023-03-14T18:51:09.098Z] 935e6c44a52c: Download complete [2023-03-14T18:51:09.357Z] 6808be2612f2: Verifying Checksum [2023-03-14T18:51:09.357Z] 6808be2612f2: Download complete [2023-03-14T18:51:12.642Z] 935e6c44a52c: Pull complete [2023-03-14T18:51:12.642Z] 94cc34f8dd06: Pull complete [2023-03-14T18:51:12.642Z] 30dea6a524f1: Pull complete [2023-03-14T18:51:12.642Z] a2aff8979fd8: Pull complete [2023-03-14T18:51:15.170Z] 6808be2612f2: Pull complete [2023-03-14T18:51:15.737Z] f25807f1079a: Pull complete [2023-03-14T18:51:15.737Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-14T18:51:15.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-14T18:51:15.737Z] ---> 3b553350e43f [2023-03-14T18:51:15.737Z] Step 3/10 : ARG MAKE=make build [2023-03-14T18:51:19.034Z] ---> Running in 3b82365d5a9b [2023-03-14T18:51:19.034Z] Removing intermediate container 3b82365d5a9b [2023-03-14T18:51:19.034Z] ---> 0496dc1e1b72 [2023-03-14T18:51:19.034Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-14T18:51:19.034Z] ---> Running in 117394b8bfcd [2023-03-14T18:51:19.034Z] Removing intermediate container 117394b8bfcd [2023-03-14T18:51:19.034Z] ---> cf0b33d75d5d [2023-03-14T18:51:19.034Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-14T18:51:19.034Z] ---> Running in 160d00f8ea6b [2023-03-14T18:51:19.294Z] Removing intermediate container 160d00f8ea6b [2023-03-14T18:51:19.294Z] ---> 372d862439c5 [2023-03-14T18:51:19.294Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-14T18:51:19.294Z] ---> Running in ad2d41646458 [2023-03-14T18:51:19.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-14T18:51:19.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-14T18:51:19.811Z] OK: 265 MiB in 53 packages [2023-03-14T18:51:20.378Z] Removing intermediate container ad2d41646458 [2023-03-14T18:51:20.378Z] ---> 52bea268372a [2023-03-14T18:51:20.378Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-14T18:51:20.378Z] ---> 75dcf0143942 [2023-03-14T18:51:20.378Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T18:51:20.378Z] ---> Running in 5aff9956ee69 [2023-03-14T18:51:22.053Z] Still waiting to schedule task [2023-03-14T18:51:22.053Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-222’ [2023-03-14T18:51:42.320Z] Removing intermediate container 5aff9956ee69 [2023-03-14T18:51:42.320Z] ---> 7c38d8aab63c [2023-03-14T18:51:42.320Z] Step 9/10 : COPY . . [2023-03-14T18:51:42.579Z] ---> d663536b6ffc [2023-03-14T18:51:42.579Z] Step 10/10 : RUN ${MAKE} [2023-03-14T18:51:42.579Z] ---> Running in 3ea1435cc533 [2023-03-14T18:51:42.839Z] noop [2023-03-14T18:51:43.097Z] Removing intermediate container 3ea1435cc533 [2023-03-14T18:51:43.097Z] ---> bb7488ec7c7e [2023-03-14T18:51:43.097Z] Successfully built bb7488ec7c7e [2023-03-14T18:51:43.097Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:51:43.417Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-14T18:51:43.417Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:51:43.490Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T18:51:43.520Z] $ 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-03-14T18:51:43.856Z] $ docker top 3a3fd545b18264ccecc8a2c124f28e59268a2a5561a016bfc69dec50d58b37df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:51:44.186Z] + go version [2023-03-14T18:51:44.186Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-14T18:51:44.201Z] $ docker stop --time=1 3a3fd545b18264ccecc8a2c124f28e59268a2a5561a016bfc69dec50d58b37df [2023-03-14T18:51:45.451Z] $ docker rm -f --volumes 3a3fd545b18264ccecc8a2c124f28e59268a2a5561a016bfc69dec50d58b37df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:51:45.843Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-14T18:51:45.843Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:51:45.914Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T18:51:45.946Z] $ 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-03-14T18:51:46.268Z] $ docker top 24614e325e38d937f0c891fce2011f13ddbe85fbc72d4efde5e6be14cc121be7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:51:46.604Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-14T18:51:46.897Z] + make test [2023-03-14T18:51:46.897Z] go test -race -coverprofile=coverage.out ./... [2023-03-14T18:51:55.010Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-14T18:52:09.886Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-14T18:52:09.886Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-14T18:52:09.886Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-14T18:52:09.886Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-14T18:52:09.886Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-14T18:52:09.886Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.046s coverage: 27.6% of statements [2023-03-14T18:52:09.886Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.056s coverage: 78.9% of statements [2023-03-14T18:52:09.886Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-14T18:52:09.886Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-14T18:52:09.886Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.079s coverage: 86.0% of statements [2023-03-14T18:52:10.145Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-14T18:52:10.145Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-14T18:52:10.145Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.087s coverage: 75.9% of statements [2023-03-14T18:52:10.403Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-14T18:52:10.403Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-14T18:52:11.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-14T18:52:13.239Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.062s coverage: 15.2% of statements [2023-03-14T18:52:13.239Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.077s coverage: 65.7% of statements [2023-03-14T18:52:13.239Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.106s coverage: 89.2% of statements [2023-03-14T18:52:13.239Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.061s coverage: 5.5% of statements [2023-03-14T18:52:35.160Z] GO111MODULE=on go vet ./... [2023-03-14T18:52:38.440Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-14T18:52:38.440Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-14T18:52:38.440Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-14T18:52:38.451Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-14T18:52:38.472Z] $ docker stop --time=1 24614e325e38d937f0c891fce2011f13ddbe85fbc72d4efde5e6be14cc121be7 [2023-03-14T18:52:41.719Z] $ docker rm -f --volumes 24614e325e38d937f0c891fce2011f13ddbe85fbc72d4efde5e6be14cc121be7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T18:52:42.257Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-14T18:52:42.317Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-14T18:52:42.737Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-14T18:52:43.018Z] + ls -al . [2023-03-14T18:52:43.018Z] total 276 [2023-03-14T18:52:43.018Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 14 18:51 . [2023-03-14T18:52:43.018Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:50 .. [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 14 18:50 .dockerignore [2023-03-14T18:52:43.018Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:51 .git [2023-03-14T18:52:43.018Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:50 .github [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 14 18:50 .gitignore [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 14 18:50 .golangci.yml [2023-03-14T18:52:43.018Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 18:51 .semver [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 14 18:50 CHANGELOG.md [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 18:50 GOVERNANCE.md [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 14 18:50 Jenkinsfile [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 14 18:50 LICENSE [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 1714 Mar 14 18:50 Makefile [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 14 18:50 OWNERS.md [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 14 18:50 README.md [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 18:51 VERSION [2023-03-14T18:52:43.018Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:50 bin [2023-03-14T18:52:43.018Z] -rw-r--r-- 1 jenkins jenkins 109536 Mar 14 18:52 coverage.out [2023-03-14T18:52:43.018Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 14 18:50 example [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 3278 Mar 14 18:50 go.mod [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 30839 Mar 14 18:50 go.sum [2023-03-14T18:52:43.018Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 14 18:50 internal [2023-03-14T18:52:43.018Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 18:50 openapi [2023-03-14T18:52:43.018Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 14 18:50 pkg [2023-03-14T18:52:43.018Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:50 snap [2023-03-14T18:52:43.018Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 14 18:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:43.436Z] + 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=a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d --label arch=amd64 --label version=3.0.0-dev.53 . [2023-03-14T18:52:43.436Z] Sending build context to Docker daemon 10.89MB [2023-03-14T18:52:43.436Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T18:52:43.436Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-14T18:52:43.436Z] ---> bb7488ec7c7e [2023-03-14T18:52:43.436Z] Step 3/23 : ARG MAKE=make build [2023-03-14T18:52:43.727Z] ---> Running in 87d437041243 [2023-03-14T18:52:43.727Z] Removing intermediate container 87d437041243 [2023-03-14T18:52:43.727Z] ---> 171cf5149be4 [2023-03-14T18:52:43.727Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-14T18:52:43.727Z] ---> Running in eb71e0438960 [2023-03-14T18:52:43.727Z] Removing intermediate container eb71e0438960 [2023-03-14T18:52:43.727Z] ---> 20c17c7685cb [2023-03-14T18:52:43.727Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-14T18:52:43.727Z] ---> Running in 8ef32acdb36e [2023-03-14T18:52:44.011Z] Removing intermediate container 8ef32acdb36e [2023-03-14T18:52:44.011Z] ---> 8f035f15de50 [2023-03-14T18:52:44.011Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-14T18:52:44.011Z] ---> Running in c4ddf395e49d [2023-03-14T18:52:44.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-14T18:52:44.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-14T18:52:44.528Z] OK: 265 MiB in 53 packages [2023-03-14T18:52:44.787Z] Removing intermediate container c4ddf395e49d [2023-03-14T18:52:44.788Z] ---> e362f1e47c68 [2023-03-14T18:52:44.788Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-14T18:52:44.788Z] ---> 85f0658b1cd8 [2023-03-14T18:52:44.788Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T18:52:44.788Z] ---> Running in 1885ffd5e0a1 [2023-03-14T18:52:45.782Z] Removing intermediate container 1885ffd5e0a1 [2023-03-14T18:52:45.782Z] ---> 06ed8fb0c03e [2023-03-14T18:52:45.782Z] Step 9/23 : COPY . . [2023-03-14T18:52:46.348Z] ---> c3411758b400 [2023-03-14T18:52:46.348Z] Step 10/23 : RUN ${MAKE} [2023-03-14T18:52:46.348Z] ---> Running in b72c5ac70b6d [2023-03-14T18:52:46.606Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.53" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-14T18:53:04.680Z] Removing intermediate container b72c5ac70b6d [2023-03-14T18:53:04.680Z] ---> 8145f3acc1bc [2023-03-14T18:53:04.680Z] Step 11/23 : FROM alpine:3.17 [2023-03-14T18:53:04.939Z] 3.17: Pulling from library/alpine [2023-03-14T18:53:04.939Z] 63b65145d645: Already exists [2023-03-14T18:53:05.198Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-14T18:53:05.198Z] Status: Downloaded newer image for alpine:3.17 [2023-03-14T18:53:05.198Z] ---> b2aa39c304c2 [2023-03-14T18:53:05.198Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-14T18:53:05.198Z] ---> Running in 3abe68ae3dd9 [2023-03-14T18:53:05.198Z] Removing intermediate container 3abe68ae3dd9 [2023-03-14T18:53:05.198Z] ---> 5a608eec7b9d [2023-03-14T18:53:05.198Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-14T18:53:05.198Z] ---> Running in c12766cf200b [2023-03-14T18:53:05.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-14T18:53:05.715Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-14T18:53:05.974Z] OK: 7 MiB in 15 packages [2023-03-14T18:53:06.232Z] Removing intermediate container c12766cf200b [2023-03-14T18:53:06.232Z] ---> cbdbbb71617e [2023-03-14T18:53:06.232Z] Step 14/23 : WORKDIR / [2023-03-14T18:53:06.232Z] ---> Running in 1e6759ec679b [2023-03-14T18:53:06.232Z] Removing intermediate container 1e6759ec679b [2023-03-14T18:53:06.232Z] ---> be35e61d0bc5 [2023-03-14T18:53:06.232Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-14T18:53:06.490Z] ---> 597172969a17 [2023-03-14T18:53:06.490Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-14T18:53:07.184Z] ---> 4b8dead5cffd [2023-03-14T18:53:07.184Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-14T18:53:07.444Z] ---> 8928afa783bd [2023-03-14T18:53:07.444Z] Step 18/23 : EXPOSE 59999 [2023-03-14T18:53:07.444Z] ---> Running in be4390b3b620 [2023-03-14T18:53:07.444Z] Removing intermediate container be4390b3b620 [2023-03-14T18:53:07.444Z] ---> 8a7e45e50611 [2023-03-14T18:53:07.444Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-14T18:53:07.444Z] ---> Running in 2adb8ee9c908 [2023-03-14T18:53:07.444Z] Removing intermediate container 2adb8ee9c908 [2023-03-14T18:53:07.444Z] ---> 26c6c19a5a93 [2023-03-14T18:53:07.444Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-14T18:53:07.444Z] ---> Running in 9783ea46a048 [2023-03-14T18:53:07.701Z] Removing intermediate container 9783ea46a048 [2023-03-14T18:53:07.701Z] ---> 4aab94e5953e [2023-03-14T18:53:07.701Z] Step 21/23 : LABEL arch=amd64 [2023-03-14T18:53:07.701Z] ---> Running in 077b8cb95f87 [2023-03-14T18:53:07.701Z] Removing intermediate container 077b8cb95f87 [2023-03-14T18:53:07.701Z] ---> b7a490326a20 [2023-03-14T18:53:07.701Z] Step 22/23 : LABEL git_sha=a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [2023-03-14T18:53:07.701Z] ---> Running in acb1b5172037 [2023-03-14T18:53:07.701Z] Removing intermediate container acb1b5172037 [2023-03-14T18:53:07.701Z] ---> ce601a4b8cfe [2023-03-14T18:53:07.701Z] Step 23/23 : LABEL version=3.0.0-dev.53 [2023-03-14T18:53:07.960Z] ---> Running in 80f8f86d9392 [2023-03-14T18:53:07.960Z] Removing intermediate container 80f8f86d9392 [2023-03-14T18:53:07.960Z] ---> 40d74266bc61 [2023-03-14T18:53:07.960Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-14T18:53:07.960Z] Successfully built 40d74266bc61 [2023-03-14T18:53:07.960Z] 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-03-14T18:53:08.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T18:53:08.356Z] [2023-03-14T18:53:08.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:53:08.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T18:53:08.649Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-14T18:53:08.649Z] 5eb5b503b376: Pulling fs layer [2023-03-14T18:53:08.649Z] 5c69ac0246d0: Pulling fs layer [2023-03-14T18:53:08.649Z] ec43610c2a17: Pulling fs layer [2023-03-14T18:53:08.649Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-14T18:53:08.649Z] 33b1e0a273af: Pulling fs layer [2023-03-14T18:53:08.649Z] 5d3b04190fa2: Pulling fs layer [2023-03-14T18:53:08.649Z] 2f39f015ded8: Pulling fs layer [2023-03-14T18:53:08.649Z] 5d3b04190fa2: Waiting [2023-03-14T18:53:08.649Z] 2f39f015ded8: Waiting [2023-03-14T18:53:08.649Z] 3a2ae6a8a46f: Waiting [2023-03-14T18:53:08.649Z] 33b1e0a273af: Waiting [2023-03-14T18:53:08.649Z] 5c69ac0246d0: Download complete [2023-03-14T18:53:08.649Z] 3a2ae6a8a46f: Download complete [2023-03-14T18:53:08.907Z] 33b1e0a273af: Verifying Checksum [2023-03-14T18:53:08.907Z] 33b1e0a273af: Download complete [2023-03-14T18:53:08.907Z] 5d3b04190fa2: Verifying Checksum [2023-03-14T18:53:08.907Z] 5d3b04190fa2: Download complete [2023-03-14T18:53:08.907Z] ec43610c2a17: Verifying Checksum [2023-03-14T18:53:08.907Z] ec43610c2a17: Download complete [2023-03-14T18:53:08.907Z] 5eb5b503b376: Verifying Checksum [2023-03-14T18:53:08.907Z] 5eb5b503b376: Download complete [2023-03-14T18:53:09.473Z] 2f39f015ded8: Download complete [2023-03-14T18:53:10.038Z] 5eb5b503b376: Pull complete [2023-03-14T18:53:10.296Z] 5c69ac0246d0: Pull complete [2023-03-14T18:53:10.863Z] ec43610c2a17: Pull complete [2023-03-14T18:53:10.863Z] 3a2ae6a8a46f: Pull complete [2023-03-14T18:53:10.863Z] 33b1e0a273af: Pull complete [2023-03-14T18:53:11.120Z] 5d3b04190fa2: Pull complete [2023-03-14T18:53:15.309Z] 2f39f015ded8: Pull complete [2023-03-14T18:53:15.309Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-14T18:53:15.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T18:53:15.309Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:53:15.380Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T18:53:15.413Z] $ 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-03-14T18:53:17.585Z] $ docker top 5adfab02a7eeeced5c800af5861c446cced250ac91d5a00ff918daa3e68c4b87 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:53:17.952Z] ---> job-cost.sh [2023-03-14T18:53:17.952Z] lf-activate-venv: SKIPPING [2023-03-14T18:53:17.952Z] INFO: No Stack... [2023-03-14T18:53:18.211Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-14T18:53:18.471Z] INFO: Archiving Costs [Pipeline] sh [2023-03-14T18:53:18.762Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-03-14T18:53:18.762Z] + cut -d, -f6 [Pipeline] lock [2023-03-14T18:53:18.773Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] [2023-03-14T18:53:18.778Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] did not exist. Created. [2023-03-14T18:53:18.778Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-14T18:53:19.075Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-14T18:53:19.104Z] Stashed 1 file(s) [Pipeline] } [2023-03-14T18:53:19.110Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-14T18:53:19.132Z] $ docker stop --time=1 5adfab02a7eeeced5c800af5861c446cced250ac91d5a00ff918daa3e68c4b87 [2023-03-14T18:53:20.276Z] $ docker rm -f --volumes 5adfab02a7eeeced5c800af5861c446cced250ac91d5a00ff918daa3e68c4b87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-14T18:53:48.101Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-228 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-03-14T18:53:48.114Z] Running in /w/workspace/device-sdk-go/183 [Pipeline] { [Pipeline] checkout [2023-03-14T18:53:48.150Z] The recommended git tool is: git [2023-03-14T18:53:54.350Z] using credential edgex-jenkins-ssh [2023-03-14T18:53:54.375Z] Cloning the remote Git repository [2023-03-14T18:53:54.434Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-03-14T18:53:54.555Z] > git init /w/workspace/device-sdk-go/183 # timeout=10 [2023-03-14T18:53:54.733Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-03-14T18:53:54.734Z] > git --version # timeout=10 [2023-03-14T18:53:54.756Z] > git --version # 'git version 2.25.1' [2023-03-14T18:53:54.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-14T18:53:54.951Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-14T18:53:56.691Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-03-14T18:53:56.715Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-14T18:53:57.726Z] Avoid second fetch [2023-03-14T18:53:57.726Z] Checking out Revision a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d (main) [2023-03-14T18:53:57.749Z] > git config core.sparsecheckout # timeout=10 [2023-03-14T18:53:57.847Z] > git checkout -f a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d # timeout=10 [2023-03-14T18:53:58.434Z] Commit message: "build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#1383)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T18:53:59.361Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-14T18:53:59.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-14T18:53:59.361Z] Dload Upload Total Spent Left Speed [2023-03-14T18:53:59.361Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 200k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh [2023-03-14T18:54:00.023Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-14T18:54:00.360Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-14T18:54:00.360Z] + sudo tee /etc/docker/daemon.new [2023-03-14T18:54:00.360Z] { [2023-03-14T18:54:00.360Z] "registry-mirrors": [ [2023-03-14T18:54:00.360Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-14T18:54:00.360Z] ], [2023-03-14T18:54:00.360Z] "bip": "10.250.0.254/24", [2023-03-14T18:54:00.360Z] "hosts": [ [2023-03-14T18:54:00.360Z] "tcp://0.0.0.0:5555", [2023-03-14T18:54:00.360Z] "unix:///var/run/docker.sock" [2023-03-14T18:54:00.360Z] ], [2023-03-14T18:54:00.360Z] "mtu": 1458, [2023-03-14T18:54:00.360Z] "selinux-enabled": true, [2023-03-14T18:54:00.360Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-14T18:54:00.360Z] } [Pipeline] sh [2023-03-14T18:54:00.711Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-14T18:54:01.052Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T18:54:19.354Z] provisioning config files... [2023-03-14T18:54:19.393Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/183@tmp/config14559767832951855654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:54:19.772Z] ---> docker-login.sh [2023-03-14T18:54:19.772Z] nexus3.edgexfoundry.org:10001 [2023-03-14T18:54:20.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:20.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:20.371Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:20.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:20.371Z] [2023-03-14T18:54:20.371Z] Login Succeeded [2023-03-14T18:54:20.371Z] nexus3.edgexfoundry.org:10002 [2023-03-14T18:54:20.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:20.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:20.918Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:20.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:20.918Z] [2023-03-14T18:54:20.918Z] Login Succeeded [2023-03-14T18:54:20.918Z] nexus3.edgexfoundry.org:10003 [2023-03-14T18:54:21.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:21.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:21.194Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:21.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:21.194Z] [2023-03-14T18:54:21.194Z] Login Succeeded [2023-03-14T18:54:21.194Z] nexus3.edgexfoundry.org:10004 [2023-03-14T18:54:21.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:21.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:21.791Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:21.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:21.791Z] [2023-03-14T18:54:21.791Z] Login Succeeded [2023-03-14T18:54:21.791Z] docker.io [2023-03-14T18:54:22.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:22.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:22.334Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:22.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:22.334Z] [2023-03-14T18:54:22.334Z] Login Succeeded [2023-03-14T18:54:22.334Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T18:54:22.351Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-14T18:54:22.664Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:54:22.679Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:54:22.690Z] ========================================================= [2023-03-14T18:54:22.690Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-14T18:54:22.690Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:54:23.054Z] + 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.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-14T18:54:23.694Z] Sending build context to Docker daemon 5.788MB [2023-03-14T18:54:23.694Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T18:54:23.694Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-14T18:54:23.694Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-14T18:54:23.694Z] af6eaf76a39c: Pulling fs layer [2023-03-14T18:54:23.694Z] 55522c791124: Pulling fs layer [2023-03-14T18:54:23.694Z] ce5c4a1c91eb: Pulling fs layer [2023-03-14T18:54:23.694Z] 169dfbe0d373: Pulling fs layer [2023-03-14T18:54:23.694Z] e1ff8fa3b103: Pulling fs layer [2023-03-14T18:54:23.694Z] 52ebb69f0ebf: Pulling fs layer [2023-03-14T18:54:23.694Z] 5abe8eddf0d5: Pulling fs layer [2023-03-14T18:54:23.694Z] e1ff8fa3b103: Waiting [2023-03-14T18:54:23.694Z] 52ebb69f0ebf: Waiting [2023-03-14T18:54:23.694Z] 5abe8eddf0d5: Waiting [2023-03-14T18:54:23.694Z] 169dfbe0d373: Waiting [2023-03-14T18:54:23.971Z] 55522c791124: Verifying Checksum [2023-03-14T18:54:23.971Z] 55522c791124: Download complete [2023-03-14T18:54:23.971Z] 169dfbe0d373: Verifying Checksum [2023-03-14T18:54:23.971Z] 169dfbe0d373: Download complete [2023-03-14T18:54:23.971Z] e1ff8fa3b103: Verifying Checksum [2023-03-14T18:54:23.971Z] e1ff8fa3b103: Download complete [2023-03-14T18:54:23.972Z] af6eaf76a39c: Verifying Checksum [2023-03-14T18:54:23.972Z] af6eaf76a39c: Download complete [2023-03-14T18:54:24.974Z] af6eaf76a39c: Pull complete [2023-03-14T18:54:25.263Z] 5abe8eddf0d5: Verifying Checksum [2023-03-14T18:54:25.263Z] 5abe8eddf0d5: Download complete [2023-03-14T18:54:25.868Z] 55522c791124: Pull complete [2023-03-14T18:54:26.851Z] ce5c4a1c91eb: Verifying Checksum [2023-03-14T18:54:26.851Z] ce5c4a1c91eb: Download complete [2023-03-14T18:54:26.851Z] 52ebb69f0ebf: Verifying Checksum [2023-03-14T18:54:26.851Z] 52ebb69f0ebf: Download complete [2023-03-14T18:54:36.947Z] ce5c4a1c91eb: Pull complete [2023-03-14T18:54:37.221Z] 169dfbe0d373: Pull complete [2023-03-14T18:54:37.814Z] e1ff8fa3b103: Pull complete [2023-03-14T18:54:47.935Z] 52ebb69f0ebf: Pull complete [2023-03-14T18:54:49.891Z] 5abe8eddf0d5: Pull complete [2023-03-14T18:54:49.891Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-14T18:54:50.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-14T18:54:50.164Z] ---> 6cb57ee374ae [2023-03-14T18:54:50.164Z] Step 3/10 : ARG MAKE=make build [2023-03-14T18:54:52.129Z] ---> Running in 85164215e49d [2023-03-14T18:54:52.129Z] Removing intermediate container 85164215e49d [2023-03-14T18:54:52.129Z] ---> ea10fb99c4eb [2023-03-14T18:54:52.129Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-14T18:54:52.399Z] ---> Running in dc92aeee4bd7 [2023-03-14T18:54:52.668Z] Removing intermediate container dc92aeee4bd7 [2023-03-14T18:54:52.668Z] ---> bc6cd2e8ea25 [2023-03-14T18:54:52.668Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-14T18:54:52.668Z] ---> Running in bffb75155a7a [2023-03-14T18:54:53.007Z] Removing intermediate container bffb75155a7a [2023-03-14T18:54:53.007Z] ---> 7097b044ee1b [2023-03-14T18:54:53.007Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-14T18:54:53.302Z] ---> Running in 2748c455d96b [2023-03-14T18:54:54.744Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-14T18:54:55.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-14T18:54:56.750Z] OK: 263 MiB in 53 packages [2023-03-14T18:54:57.716Z] Removing intermediate container 2748c455d96b [2023-03-14T18:54:57.716Z] ---> 13f7300aba4d [2023-03-14T18:54:57.716Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-14T18:54:57.989Z] ---> 91cefeffe5ab [2023-03-14T18:54:57.989Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T18:54:58.261Z] ---> Running in 915e67239d50 [2023-03-14T18:56:06.172Z] Removing intermediate container 915e67239d50 [2023-03-14T18:56:06.172Z] ---> edf8e1b0b89f [2023-03-14T18:56:06.172Z] Step 9/10 : COPY . . [2023-03-14T18:56:06.172Z] ---> c3cda58598c1 [2023-03-14T18:56:06.172Z] Step 10/10 : RUN ${MAKE} [2023-03-14T18:56:06.172Z] ---> Running in cf96445914eb [2023-03-14T18:56:06.172Z] noop [2023-03-14T18:56:06.172Z] Removing intermediate container cf96445914eb [2023-03-14T18:56:06.172Z] ---> 817a946ef32a [2023-03-14T18:56:06.172Z] Successfully built 817a946ef32a [2023-03-14T18:56:06.172Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:56:06.527Z] + docker inspect -f . ci-base-image-arm64 [2023-03-14T18:56:06.528Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:56:06.766Z] prd-ubuntu20.04-docker-arm64-4c-16g-228 does not seem to be running inside a container [2023-03-14T18:56:06.846Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/183 -v /w/workspace/device-sdk-go/183:/w/workspace/device-sdk-go/183:rw,z -v /w/workspace/device-sdk-go/183@tmp:/w/workspace/device-sdk-go/183@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-03-14T18:56:08.117Z] $ docker top e3eedfd67ef0c36afe15d87b1065cfc48025ec756a1aab12a1bf6dcc980c10b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:56:08.941Z] + go version [2023-03-14T18:56:08.941Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-14T18:56:08.967Z] $ docker stop --time=1 e3eedfd67ef0c36afe15d87b1065cfc48025ec756a1aab12a1bf6dcc980c10b2 [2023-03-14T18:56:10.595Z] $ docker rm -f --volumes e3eedfd67ef0c36afe15d87b1065cfc48025ec756a1aab12a1bf6dcc980c10b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:56:11.134Z] + docker inspect -f . ci-base-image-arm64 [2023-03-14T18:56:11.134Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:56:11.333Z] prd-ubuntu20.04-docker-arm64-4c-16g-228 does not seem to be running inside a container [2023-03-14T18:56:11.412Z] $ 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/183 -v /w/workspace/device-sdk-go/183:/w/workspace/device-sdk-go/183:rw,z -v /w/workspace/device-sdk-go/183@tmp:/w/workspace/device-sdk-go/183@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-03-14T18:56:12.684Z] $ docker top fb94575901dff81150e786d0b57be6c4e9e305e533baa85dadc05e2a89c4f125 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:56:13.528Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/183 [Pipeline] fileExists [Pipeline] sh [2023-03-14T18:56:14.181Z] + make test [2023-03-14T18:56:14.181Z] go test -race -coverprofile=coverage.out ./... [2023-03-14T18:57:01.046Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-14T18:59:25.795Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-14T18:59:25.795Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-14T18:59:25.795Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-14T18:59:25.795Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-14T18:59:25.795Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-14T18:59:34.027Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.240s coverage: 27.6% of statements [2023-03-14T18:59:35.973Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.285s coverage: 78.9% of statements [2023-03-14T18:59:48.288Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-14T18:59:48.289Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-14T18:59:48.289Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.414s coverage: 86.0% of statements [2023-03-14T18:59:52.547Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-14T18:59:52.547Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-14T18:59:52.547Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.504s coverage: 75.9% of statements [2023-03-14T18:59:55.890Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.290s coverage: 15.2% of statements [2023-03-14T18:59:58.480Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-14T18:59:58.480Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-14T18:59:58.747Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.507s coverage: 65.7% of statements [2023-03-14T19:00:00.160Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.456s coverage: 89.2% of statements [2023-03-14T19:00:03.509Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-14T19:00:03.780Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.254s coverage: 5.5% of statements [2023-03-14T19:00:04.742Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-14T19:00:04.742Z] GO111MODULE=on go vet ./... [2023-03-14T19:02:56.516Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-14T19:02:56.516Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-14T19:02:56.516Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-14T19:02:56.535Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-14T19:02:56.556Z] $ docker stop --time=1 fb94575901dff81150e786d0b57be6c4e9e305e533baa85dadc05e2a89c4f125 [2023-03-14T19:02:58.538Z] $ docker rm -f --volumes fb94575901dff81150e786d0b57be6c4e9e305e533baa85dadc05e2a89c4f125 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T19:03:00.239Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-14T19:03:00.262Z] Warning: overwriting stash ‘coverage-report’ [2023-03-14T19:03:00.905Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T19:03:01.296Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-14T19:03:01.616Z] + ls -al . [2023-03-14T19:03:01.616Z] total 272 [2023-03-14T19:03:01.616Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 14 18:56 . [2023-03-14T19:03:01.616Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:53 .. [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 14 18:53 .dockerignore [2023-03-14T19:03:01.616Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:53 .git [2023-03-14T19:03:01.616Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:53 .github [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 14 18:53 .gitignore [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 14 18:53 .golangci.yml [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 14 18:53 CHANGELOG.md [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 18:53 GOVERNANCE.md [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 14 18:53 Jenkinsfile [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 14 18:53 LICENSE [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 1714 Mar 14 18:53 Makefile [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 14 18:53 OWNERS.md [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 14 18:53 README.md [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 18:51 VERSION [2023-03-14T19:03:01.616Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:53 bin [2023-03-14T19:03:01.616Z] -rw-r--r-- 1 jenkins jenkins 109538 Mar 14 19:00 coverage.out [2023-03-14T19:03:01.616Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 14 18:53 example [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 3278 Mar 14 18:53 go.mod [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 30839 Mar 14 18:53 go.sum [2023-03-14T19:03:01.616Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 14 18:53 internal [2023-03-14T19:03:01.616Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 18:53 openapi [2023-03-14T19:03:01.616Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 14 18:53 pkg [2023-03-14T19:03:01.616Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:53 snap [2023-03-14T19:03:01.616Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 14 18:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:03:01.953Z] + 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=a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d --label arch=arm64 --label version=3.0.0-dev.53 . [2023-03-14T19:03:02.219Z] Sending build context to Docker daemon 5.898MB [2023-03-14T19:03:02.485Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T19:03:02.486Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-14T19:03:02.486Z] ---> 817a946ef32a [2023-03-14T19:03:02.486Z] Step 3/23 : ARG MAKE=make build [2023-03-14T19:03:02.486Z] ---> Running in 77a2d121fc2c [2023-03-14T19:03:02.754Z] Removing intermediate container 77a2d121fc2c [2023-03-14T19:03:02.754Z] ---> f8bbf4c29e59 [2023-03-14T19:03:02.754Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-14T19:03:03.020Z] ---> Running in 7fb4d0916a2f [2023-03-14T19:03:03.291Z] Removing intermediate container 7fb4d0916a2f [2023-03-14T19:03:03.291Z] ---> 4de8aadbbcaf [2023-03-14T19:03:03.291Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-14T19:03:03.291Z] ---> Running in 4b3847cc42a6 [2023-03-14T19:03:03.558Z] Removing intermediate container 4b3847cc42a6 [2023-03-14T19:03:03.558Z] ---> 5ef8216f4b4e [2023-03-14T19:03:03.558Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-14T19:03:03.558Z] ---> Running in a9a4c77e936f [2023-03-14T19:03:04.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-14T19:03:05.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-14T19:03:06.443Z] OK: 263 MiB in 53 packages [2023-03-14T19:03:07.852Z] Removing intermediate container a9a4c77e936f [2023-03-14T19:03:07.852Z] ---> 28e8c3a4911d [2023-03-14T19:03:07.852Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-14T19:03:08.126Z] ---> 90245c112b79 [2023-03-14T19:03:08.126Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T19:03:08.514Z] ---> Running in 87c390e08714 [2023-03-14T19:03:11.146Z] Removing intermediate container 87c390e08714 [2023-03-14T19:03:11.146Z] ---> 3148f8a8a881 [2023-03-14T19:03:11.146Z] Step 9/23 : COPY . . [2023-03-14T19:03:12.575Z] ---> f9ff50c6964a [2023-03-14T19:03:12.575Z] Step 10/23 : RUN ${MAKE} [2023-03-14T19:03:12.575Z] ---> Running in af13cb817062 [2023-03-14T19:03:13.536Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.53" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-14T19:05:35.230Z] Removing intermediate container af13cb817062 [2023-03-14T19:05:35.230Z] ---> c2ca4c821f87 [2023-03-14T19:05:35.230Z] Step 11/23 : FROM alpine:3.17 [2023-03-14T19:05:35.230Z] 3.17: Pulling from library/alpine [2023-03-14T19:05:35.230Z] af6eaf76a39c: Already exists [2023-03-14T19:05:35.230Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-14T19:05:35.230Z] Status: Downloaded newer image for alpine:3.17 [2023-03-14T19:05:35.230Z] ---> d74e625d9115 [2023-03-14T19:05:35.231Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-14T19:05:35.231Z] ---> Running in 39854738427b [2023-03-14T19:05:35.231Z] Removing intermediate container 39854738427b [2023-03-14T19:05:35.231Z] ---> 8537e268a716 [2023-03-14T19:05:35.231Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-14T19:05:35.497Z] ---> Running in cce280d97ce1 [2023-03-14T19:05:36.460Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-14T19:05:37.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-14T19:05:38.004Z] OK: 7 MiB in 15 packages [2023-03-14T19:05:38.965Z] Removing intermediate container cce280d97ce1 [2023-03-14T19:05:38.965Z] ---> 259342fa32ff [2023-03-14T19:05:38.965Z] Step 14/23 : WORKDIR / [2023-03-14T19:05:38.965Z] ---> Running in a602fff5dc85 [2023-03-14T19:05:39.233Z] Removing intermediate container a602fff5dc85 [2023-03-14T19:05:39.233Z] ---> 151d75c51f40 [2023-03-14T19:05:39.233Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-14T19:05:39.818Z] ---> fcf93128aa51 [2023-03-14T19:05:39.818Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-14T19:05:42.401Z] ---> 2fc2a262afe5 [2023-03-14T19:05:42.401Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-14T19:05:42.668Z] ---> 3d64b3fc5620 [2023-03-14T19:05:42.668Z] Step 18/23 : EXPOSE 59999 [2023-03-14T19:05:42.668Z] ---> Running in d648c681e69d [2023-03-14T19:05:42.936Z] Removing intermediate container d648c681e69d [2023-03-14T19:05:42.936Z] ---> 0d8f41ed8b55 [2023-03-14T19:05:42.936Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-14T19:05:42.936Z] ---> Running in cdf0ae4e8754 [2023-03-14T19:05:43.523Z] Removing intermediate container cdf0ae4e8754 [2023-03-14T19:05:43.523Z] ---> 38453912e634 [2023-03-14T19:05:43.523Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-14T19:05:43.523Z] ---> Running in 7f3b08670bf8 [2023-03-14T19:05:43.792Z] Removing intermediate container 7f3b08670bf8 [2023-03-14T19:05:43.792Z] ---> 53b5c664f3ff [2023-03-14T19:05:43.792Z] Step 21/23 : LABEL arch=arm64 [2023-03-14T19:05:43.792Z] ---> Running in d60a39e904ff [2023-03-14T19:05:44.060Z] Removing intermediate container d60a39e904ff [2023-03-14T19:05:44.060Z] ---> ae08d330d593 [2023-03-14T19:05:44.060Z] Step 22/23 : LABEL git_sha=a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [2023-03-14T19:05:44.060Z] ---> Running in 48a471b1fe33 [2023-03-14T19:05:44.329Z] Removing intermediate container 48a471b1fe33 [2023-03-14T19:05:44.329Z] ---> 3aa3c856a75e [2023-03-14T19:05:44.329Z] Step 23/23 : LABEL version=3.0.0-dev.53 [2023-03-14T19:05:44.599Z] ---> Running in d3cb1665b223 [2023-03-14T19:05:44.867Z] Removing intermediate container d3cb1665b223 [2023-03-14T19:05:44.867Z] ---> 806beba91595 [2023-03-14T19:05:44.867Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-14T19:05:44.867Z] Successfully built 806beba91595 [2023-03-14T19:05:44.867Z] 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-03-14T19:05:45.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T19:05:45.271Z] [2023-03-14T19:05:45.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:05:45.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T19:05:45.604Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-14T19:05:45.604Z] 8998bd30e6a1: Pulling fs layer [2023-03-14T19:05:45.604Z] 04944245beec: Pulling fs layer [2023-03-14T19:05:45.604Z] 699f458cf7ca: Pulling fs layer [2023-03-14T19:05:45.604Z] 765212b225bb: Pulling fs layer [2023-03-14T19:05:45.604Z] f23df028b6ca: Pulling fs layer [2023-03-14T19:05:45.604Z] d65c8cfc05b1: Pulling fs layer [2023-03-14T19:05:45.604Z] 2437ff75d9bd: Pulling fs layer [2023-03-14T19:05:45.604Z] 765212b225bb: Waiting [2023-03-14T19:05:45.604Z] d65c8cfc05b1: Waiting [2023-03-14T19:05:45.604Z] 2437ff75d9bd: Waiting [2023-03-14T19:05:45.604Z] f23df028b6ca: Waiting [2023-03-14T19:05:45.875Z] 04944245beec: Verifying Checksum [2023-03-14T19:05:45.875Z] 04944245beec: Download complete [2023-03-14T19:05:45.875Z] 765212b225bb: Verifying Checksum [2023-03-14T19:05:45.875Z] 765212b225bb: Download complete [2023-03-14T19:05:45.875Z] f23df028b6ca: Verifying Checksum [2023-03-14T19:05:45.875Z] f23df028b6ca: Download complete [2023-03-14T19:05:45.875Z] d65c8cfc05b1: Verifying Checksum [2023-03-14T19:05:45.875Z] d65c8cfc05b1: Download complete [2023-03-14T19:05:46.144Z] 699f458cf7ca: Verifying Checksum [2023-03-14T19:05:46.144Z] 699f458cf7ca: Download complete [2023-03-14T19:05:46.411Z] 8998bd30e6a1: Verifying Checksum [2023-03-14T19:05:46.411Z] 8998bd30e6a1: Download complete [2023-03-14T19:05:48.995Z] 2437ff75d9bd: Verifying Checksum [2023-03-14T19:05:48.995Z] 2437ff75d9bd: Download complete [2023-03-14T19:05:50.403Z] 8998bd30e6a1: Pull complete [2023-03-14T19:05:50.986Z] 04944245beec: Pull complete [2023-03-14T19:05:52.394Z] 699f458cf7ca: Pull complete [2023-03-14T19:05:52.660Z] 765212b225bb: Pull complete [2023-03-14T19:05:53.249Z] f23df028b6ca: Pull complete [2023-03-14T19:05:53.516Z] d65c8cfc05b1: Pull complete [2023-03-14T19:06:08.510Z] 2437ff75d9bd: Pull complete [2023-03-14T19:06:08.510Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-14T19:06:08.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T19:06:08.510Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:06:08.707Z] prd-ubuntu20.04-docker-arm64-4c-16g-228 does not seem to be running inside a container [2023-03-14T19:06:08.786Z] $ 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/183 -v /w/workspace/device-sdk-go/183:/w/workspace/device-sdk-go/183:rw,z -v /w/workspace/device-sdk-go/183@tmp:/w/workspace/device-sdk-go/183@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-03-14T19:06:11.577Z] $ docker top 1001dedc5a6c5b090b07483e4af8f1627676dab976c4b36fdb6debbc31d2c7ac -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:12.414Z] ---> job-cost.sh [2023-03-14T19:06:12.414Z] lf-activate-venv: SKIPPING [2023-03-14T19:06:12.414Z] INFO: No Stack... [2023-03-14T19:06:12.996Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-14T19:06:13.581Z] INFO: Archiving Costs [Pipeline] sh [2023-03-14T19:06:14.493Z] + cat /w/workspace/device-sdk-go/183/archives/cost.csv [2023-03-14T19:06:14.493Z] + cut -d, -f6 [Pipeline] lock [2023-03-14T19:06:14.553Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] [2023-03-14T19:06:14.561Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] did not exist. Created. [2023-03-14T19:06:14.561Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-14T19:06:15.220Z] /w/workspace/device-sdk-go/183@tmp/durable-76283f5b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-14T19:06:15.873Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-14T19:06:15.893Z] Warning: overwriting stash ‘stack-cost’ [2023-03-14T19:06:15.964Z] Stashed 1 file(s) [Pipeline] } [2023-03-14T19:06:15.970Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-183-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-14T19:06:15.994Z] $ docker stop --time=1 1001dedc5a6c5b090b07483e4af8f1627676dab976c4b36fdb6debbc31d2c7ac [2023-03-14T19:06:17.536Z] $ docker rm -f --volumes 1001dedc5a6c5b090b07483e4af8f1627676dab976c4b36fdb6debbc31d2c7ac [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-03-14T19:06:17.901Z] provisioning config files... [2023-03-14T19:06:17.908Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14110604800234965679tmp [Pipeline] { [Pipeline] sh [2023-03-14T19:06:18.200Z] + set +x [2023-03-14T19:06:18.200Z] + curl -s https://codecov.io/bash+ [2023-03-14T19:06:18.200Z] bash -s -- [2023-03-14T19:06:18.201Z] [2023-03-14T19:06:18.201Z] _____ _ [2023-03-14T19:06:18.201Z] / ____| | | [2023-03-14T19:06:18.201Z] | | ___ __| | ___ ___ _____ __ [2023-03-14T19:06:18.201Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-14T19:06:18.201Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-14T19:06:18.201Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-14T19:06:18.201Z] Bash-1.0.6 [2023-03-14T19:06:18.201Z] [2023-03-14T19:06:18.201Z] [2023-03-14T19:06:18.201Z] ==> git version 2.25.1 found [2023-03-14T19:06:18.201Z] ==> 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-03-14T19:06:18.201Z] Release-Date: 2020-01-08 [2023-03-14T19:06:18.201Z] 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-03-14T19:06:18.201Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-14T19:06:18.201Z] ==> Jenkins CI detected. [2023-03-14T19:06:18.201Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-03-14T19:06:18.201Z] project root: . [2023-03-14T19:06:18.201Z] --> token set from env [2023-03-14T19:06:18.201Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-14T19:06:18.201Z] ==> Running gcov in . (disable via -X gcov) [2023-03-14T19:06:18.201Z] ==> Python coveragepy not found [2023-03-14T19:06:18.201Z] ==> Searching for coverage reports in: [2023-03-14T19:06:18.201Z] + . [2023-03-14T19:06:18.201Z] -> Found 1 reports [2023-03-14T19:06:18.201Z] ==> Detecting git/mercurial file structure [2023-03-14T19:06:18.201Z] ==> Reading reports [2023-03-14T19:06:18.201Z] + ./coverage.out bytes=109538 [2023-03-14T19:06:18.201Z] ==> Appending adjustments [2023-03-14T19:06:18.201Z] https://docs.codecov.io/docs/fixing-reports [2023-03-14T19:06:18.459Z] + Found adjustments [2023-03-14T19:06:18.459Z] ==> Gzipping contents [2023-03-14T19:06:18.459Z] 16K /tmp/codecov.OpIE3V.gz [2023-03-14T19:06:18.459Z] ==> Uploading reports [2023-03-14T19:06:18.459Z] url: https://codecov.io [2023-03-14T19:06:18.459Z] query: branch=main&commit=a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d&build=183&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F183%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-14T19:06:18.459Z] -> Pinging Codecov [2023-03-14T19:06:18.459Z] 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=a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d&build=183&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F183%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-14T19:06:18.718Z] -> Uploading to [2023-03-14T19:06:18.718Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-14/7E55EF52A471D76F132DFD9A03CDDE97/a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d/532c6c37-50c1-4d91-94ac-3d6b4845be41.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230314T190618Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3110253ca8d7a9551a0fce86c53deed2b4e46a84f634e3b450e27e30b2a107d0 [2023-03-14T19:06:18.718Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-14T19:06:18.718Z] Dload Upload Total Spent Left Speed [2023-03-14T19:06:18.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15226 0 0 100 15226 0 61148 --:--:-- --:--:-- --:--:-- 61148 [2023-03-14T19:06:18.976Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [Pipeline] } [2023-03-14T19:06:18.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-14T19:06:19.072Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-14T19:06:19.080Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:19.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T19:06:19.369Z] [2023-03-14T19:06:19.369Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:19.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T19:06:19.665Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-14T19:06:19.665Z] df9b9388f04a: Pulling fs layer [2023-03-14T19:06:19.665Z] 52dc419b0ee2: Pulling fs layer [2023-03-14T19:06:19.665Z] 25bc292e5bac: Pulling fs layer [2023-03-14T19:06:19.665Z] 114826534d7a: Pulling fs layer [2023-03-14T19:06:19.665Z] 4657fd5d0bcf: Pulling fs layer [2023-03-14T19:06:19.665Z] 6ad1cebc031e: Pulling fs layer [2023-03-14T19:06:19.665Z] 8a3aa393b2d8: Pulling fs layer [2023-03-14T19:06:19.665Z] 4657fd5d0bcf: Waiting [2023-03-14T19:06:19.665Z] 6ad1cebc031e: Waiting [2023-03-14T19:06:19.665Z] 8a3aa393b2d8: Waiting [2023-03-14T19:06:19.665Z] 114826534d7a: Waiting [2023-03-14T19:06:19.665Z] 25bc292e5bac: Download complete [2023-03-14T19:06:19.665Z] 52dc419b0ee2: Download complete [2023-03-14T19:06:19.665Z] 4657fd5d0bcf: Verifying Checksum [2023-03-14T19:06:19.665Z] 4657fd5d0bcf: Download complete [2023-03-14T19:06:19.665Z] df9b9388f04a: Download complete [2023-03-14T19:06:19.936Z] df9b9388f04a: Pull complete [2023-03-14T19:06:19.936Z] 6ad1cebc031e: Verifying Checksum [2023-03-14T19:06:19.936Z] 6ad1cebc031e: Download complete [2023-03-14T19:06:19.936Z] 52dc419b0ee2: Pull complete [2023-03-14T19:06:20.194Z] 25bc292e5bac: Pull complete [2023-03-14T19:06:20.452Z] 114826534d7a: Download complete [2023-03-14T19:06:20.709Z] 8a3aa393b2d8: Verifying Checksum [2023-03-14T19:06:20.709Z] 8a3aa393b2d8: Download complete [2023-03-14T19:06:24.890Z] 114826534d7a: Pull complete [2023-03-14T19:06:24.890Z] 4657fd5d0bcf: Pull complete [2023-03-14T19:06:24.890Z] 6ad1cebc031e: Pull complete [2023-03-14T19:06:28.173Z] 8a3aa393b2d8: Pull complete [2023-03-14T19:06:28.173Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-14T19:06:28.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T19:06:28.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:06:28.256Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T19:06:28.301Z] $ 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-03-14T19:06:32.757Z] $ docker top e499d96b81c871c7a167bb18037c510c931ab9550aa78cb17d205bb59785ccc6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-14T19:06:32.809Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-03-14T19:06:33.085Z] + set -o pipefail [2023-03-14T19:06:33.085Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-03-14T19:06:43.061Z] [2023-03-14T19:06:43.061Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-03-14T19:06:43.061Z] [2023-03-14T19:06:43.061Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/78fc9768-979b-4c27-9b39-c09848d92ae7 [2023-03-14T19:06:43.061Z] [2023-03-14T19:06:43.061Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-14T19:06:43.061Z] [2023-03-14T19:06:45.605Z] [2023-03-14T19:06:45.605Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-14T19:06:45.605Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-14T19:06:45.605Z] More details here: https://snyk.co/ue1NS [2023-03-14T19:06:45.605Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-14T19:06:45.605Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-14T19:06:45.628Z] $ docker stop --time=1 e499d96b81c871c7a167bb18037c510c931ab9550aa78cb17d205bb59785ccc6 [2023-03-14T19:06:48.528Z] $ docker rm -f --volumes e499d96b81c871c7a167bb18037c510c931ab9550aa78cb17d205bb59785ccc6 [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-03-14T19:06:48.912Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T19:06:48.920Z] provisioning config files... [2023-03-14T19:06:48.929Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7590052671867519573tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:49.222Z] --> edgex-publish-swagger.sh [2023-03-14T19:06:49.222Z] === Publish openapi/v3 API === [2023-03-14T19:06:49.222Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-14T19:06:49.222Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-03-14T19:06:49.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-14T19:06:49.222Z] Dload Upload Total Spent Left Speed [2023-03-14T19:06:49.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 41136 --:--:-- --:--:-- --:--:-- 41136 [2023-03-14T19:06:49.790Z] [2023-03-14T19:06:49.790Z] [Pipeline] } [2023-03-14T19:06:49.796Z] 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-03-14T19:06:50.157Z] + git log --format=format:%s -1 a467ed68dbc5545eb1f52ee0fd8c22c9e93ae15d [Pipeline] sh [2023-03-14T19:06:50.447Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T19:06:50.447Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:50.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T19:06:50.744Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:06:50.822Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T19:06:50.863Z] $ 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-03-14T19:06:51.303Z] $ docker top 2c220ab51bbe937a74e22ea3c43df85cec7e3123884fb976f71d7b4b067fe5b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T19:06:51.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T19:06:51.391Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T19:06:51.528Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T19:06:51.543Z] $ docker exec 2c220ab51bbe937a74e22ea3c43df85cec7e3123884fb976f71d7b4b067fe5b9 ssh-agent [2023-03-14T19:06:51.639Z] SSH_AUTH_SOCK=/tmp/ssh-Ab5owWUoahtA/agent.32 [2023-03-14T19:06:51.639Z] SSH_AGENT_PID=38 [2023-03-14T19:06:51.644Z] Running ssh-add (command line suppressed) [2023-03-14T19:06:51.759Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8820595345000093428.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8820595345000093428.key) [2023-03-14T19:06:51.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T19:06:52.046Z] + git semver tag [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,236 [run_tag] DEBUG tag force:False [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,236 [check_head_tag] DEBUG check head tag [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,238 [execute] INFO git cat-file --batch-check [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,239 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,243 [execute] INFO git cat-file --batch [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,243 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,278 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,278 [execute] INFO git tag -a v3.0.0-dev.53 -m v3.0.0-dev.53 [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,279 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.53', '-m', 'v3.0.0-dev.53'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-14T19:06:52.305Z] 2023-03-14 19:06:52,283 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T19:06:52.305Z] 3.0.0-dev.53 [Pipeline] } [2023-03-14T19:06:52.326Z] $ docker exec --env ******** --env ******** 2c220ab51bbe937a74e22ea3c43df85cec7e3123884fb976f71d7b4b067fe5b9 ssh-agent -k [2023-03-14T19:06:52.445Z] unset SSH_AUTH_SOCK; [2023-03-14T19:06:52.445Z] unset SSH_AGENT_PID; [2023-03-14T19:06:52.445Z] echo Agent pid 38 killed; [2023-03-14T19:06:52.443Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T19:06:52.746Z] + git semver [Pipeline] } [2023-03-14T19:06:53.029Z] $ docker stop --time=1 2c220ab51bbe937a74e22ea3c43df85cec7e3123884fb976f71d7b4b067fe5b9 [2023-03-14T19:06:54.337Z] $ docker rm -f --volumes 2c220ab51bbe937a74e22ea3c43df85cec7e3123884fb976f71d7b4b067fe5b9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:54.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T19:06:54.710Z] [2023-03-14T19:06:54.710Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:55.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T19:06:55.005Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-14T19:06:55.005Z] ab5ef0e58194: Pulling fs layer [2023-03-14T19:06:55.005Z] 9712f1f96733: Pulling fs layer [2023-03-14T19:06:55.005Z] 63f879dbbcfc: Pulling fs layer [2023-03-14T19:06:55.005Z] 0d9ebad4ef96: Pulling fs layer [2023-03-14T19:06:55.005Z] e9a5061849ea: Pulling fs layer [2023-03-14T19:06:55.005Z] d747dcd14b5f: Pulling fs layer [2023-03-14T19:06:55.005Z] 2de7ff778b66: Pulling fs layer [2023-03-14T19:06:55.005Z] e9a5061849ea: Waiting [2023-03-14T19:06:55.005Z] d747dcd14b5f: Waiting [2023-03-14T19:06:55.005Z] 2de7ff778b66: Waiting [2023-03-14T19:06:55.005Z] 0d9ebad4ef96: Waiting [2023-03-14T19:06:55.005Z] 9712f1f96733: Download complete [2023-03-14T19:06:55.265Z] 63f879dbbcfc: Verifying Checksum [2023-03-14T19:06:55.265Z] 63f879dbbcfc: Download complete [2023-03-14T19:06:55.523Z] e9a5061849ea: Verifying Checksum [2023-03-14T19:06:55.523Z] e9a5061849ea: Download complete [2023-03-14T19:06:55.523Z] d747dcd14b5f: Download complete [2023-03-14T19:06:55.523Z] 0d9ebad4ef96: Verifying Checksum [2023-03-14T19:06:55.523Z] 0d9ebad4ef96: Download complete [2023-03-14T19:06:55.781Z] ab5ef0e58194: Verifying Checksum [2023-03-14T19:06:55.781Z] ab5ef0e58194: Download complete [2023-03-14T19:06:55.781Z] 2de7ff778b66: Verifying Checksum [2023-03-14T19:06:55.781Z] 2de7ff778b66: Download complete [2023-03-14T19:06:58.311Z] ab5ef0e58194: Pull complete [2023-03-14T19:06:58.311Z] 9712f1f96733: Pull complete [2023-03-14T19:06:59.244Z] 63f879dbbcfc: Pull complete [2023-03-14T19:07:03.440Z] 0d9ebad4ef96: Pull complete [2023-03-14T19:07:03.440Z] e9a5061849ea: Pull complete [2023-03-14T19:07:03.440Z] d747dcd14b5f: Pull complete [2023-03-14T19:07:04.380Z] 2de7ff778b66: Pull complete [2023-03-14T19:07:04.380Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-14T19:07:04.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T19:07:04.380Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:07:04.457Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T19:07:04.498Z] $ 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-03-14T19:07:08.100Z] $ docker top 33b2ae3ef867c38ec2464c73436a38baa81767c602bc69e2b65f80f52aad345f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-14T19:07:08.151Z] provisioning config files... [2023-03-14T19:07:08.158Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config474878006888664410tmp [2023-03-14T19:07:08.165Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15393177740625718646tmp [2023-03-14T19:07:08.173Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config255452667706645861tmp [Pipeline] { [Pipeline] echo [2023-03-14T19:07:08.184Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:08.465Z] ---> sigul-configuration.sh [2023-03-14T19:07:08.465Z] gpg: directory `/root/.gnupg' created [2023-03-14T19:07:08.465Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-14T19:07:08.465Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-14T19:07:08.465Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-14T19:07:08.465Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-14T19:07:08.465Z] gpg: CAST5 encrypted data [2023-03-14T19:07:08.465Z] gpg: encrypted with 1 passphrase [2023-03-14T19:07:08.465Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-14T19:07:08.748Z] + mkdir /home/jenkins [2023-03-14T19:07:08.748Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-14T19:07:09.033Z] + 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-03-14T19:07:09.041Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:09.324Z] ---> sigul-install.sh [2023-03-14T19:07:09.324Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-14T19:07:09.607Z] + git tag --list [2023-03-14T19:07:09.607Z] 0.7.1 [2023-03-14T19:07:09.607Z] delhi-tag [2023-03-14T19:07:09.607Z] v1.0.0 [2023-03-14T19:07:09.607Z] v1.1.0 [2023-03-14T19:07:09.607Z] v1.1.1 [2023-03-14T19:07:09.607Z] v1.1.2 [2023-03-14T19:07:09.607Z] v1.2.0 [2023-03-14T19:07:09.607Z] v1.2.1 [2023-03-14T19:07:09.607Z] v1.2.2 [2023-03-14T19:07:09.607Z] v1.2.3 [2023-03-14T19:07:09.607Z] v1.3.0 [2023-03-14T19:07:09.607Z] v1.4.0 [2023-03-14T19:07:09.607Z] v2.0.0 [2023-03-14T19:07:09.607Z] v2.1.0 [2023-03-14T19:07:09.607Z] v2.1.1 [2023-03-14T19:07:09.607Z] v2.1.1-dev.2 [2023-03-14T19:07:09.607Z] v2.1.1-dev.3 [2023-03-14T19:07:09.607Z] v2.2.0 [2023-03-14T19:07:09.607Z] v2.2.1-dev.1 [2023-03-14T19:07:09.607Z] v2.2.1-dev.10 [2023-03-14T19:07:09.607Z] v2.2.1-dev.11 [2023-03-14T19:07:09.607Z] v2.2.1-dev.12 [2023-03-14T19:07:09.607Z] v2.2.1-dev.13 [2023-03-14T19:07:09.607Z] v2.2.1-dev.14 [2023-03-14T19:07:09.607Z] v2.2.1-dev.2 [2023-03-14T19:07:09.607Z] v2.2.1-dev.3 [2023-03-14T19:07:09.607Z] v2.2.1-dev.4 [2023-03-14T19:07:09.607Z] v2.2.1-dev.5 [2023-03-14T19:07:09.607Z] v2.2.1-dev.6 [2023-03-14T19:07:09.607Z] v2.2.1-dev.7 [2023-03-14T19:07:09.607Z] v2.2.1-dev.8 [2023-03-14T19:07:09.607Z] v2.2.1-dev.9 [2023-03-14T19:07:09.607Z] v2.3.0 [2023-03-14T19:07:09.607Z] v2.3.0-dev.14 [2023-03-14T19:07:09.607Z] v2.3.0-dev.15 [2023-03-14T19:07:09.607Z] v2.3.0-dev.16 [2023-03-14T19:07:09.607Z] v2.3.0-dev.17 [2023-03-14T19:07:09.607Z] v2.3.0-dev.18 [2023-03-14T19:07:09.607Z] v2.3.0-dev.19 [2023-03-14T19:07:09.607Z] v2.3.0-dev.20 [2023-03-14T19:07:09.607Z] v2.3.0-dev.21 [2023-03-14T19:07:09.607Z] v2.3.0-dev.22 [2023-03-14T19:07:09.607Z] v2.3.0-dev.23 [2023-03-14T19:07:09.607Z] v2.3.0-dev.24 [2023-03-14T19:07:09.607Z] v2.3.0-dev.25 [2023-03-14T19:07:09.607Z] v2.3.0-dev.26 [2023-03-14T19:07:09.607Z] v2.3.0-dev.27 [2023-03-14T19:07:09.607Z] v2.3.0-dev.28 [2023-03-14T19:07:09.607Z] v2.3.0-dev.29 [2023-03-14T19:07:09.607Z] v2.3.0-dev.30 [2023-03-14T19:07:09.607Z] v2.3.0-dev.31 [2023-03-14T19:07:09.607Z] v2.3.0-dev.32 [2023-03-14T19:07:09.607Z] v2.3.0-dev.33 [2023-03-14T19:07:09.607Z] v2.3.0-dev.34 [2023-03-14T19:07:09.607Z] v2.3.0-dev.35 [2023-03-14T19:07:09.607Z] v2.3.0-dev.36 [2023-03-14T19:07:09.607Z] v2.3.0-dev.37 [2023-03-14T19:07:09.607Z] v2.3.0-dev.38 [2023-03-14T19:07:09.607Z] v2.3.0-dev.39 [2023-03-14T19:07:09.607Z] v2.3.0-dev.40 [2023-03-14T19:07:09.607Z] v2.3.0-dev.41 [2023-03-14T19:07:09.607Z] v2.3.0-dev.42 [2023-03-14T19:07:09.607Z] v2.3.0-dev.43 [2023-03-14T19:07:09.607Z] v2.3.0-dev.44 [2023-03-14T19:07:09.607Z] v2.3.0-dev.45 [2023-03-14T19:07:09.607Z] v2.3.0-dev.46 [2023-03-14T19:07:09.607Z] v2.3.0-dev.47 [2023-03-14T19:07:09.607Z] v2.3.0-dev.48 [2023-03-14T19:07:09.607Z] v2.3.0-dev.49 [2023-03-14T19:07:09.607Z] v2.3.0-dev.50 [2023-03-14T19:07:09.607Z] v2.3.0-dev.51 [2023-03-14T19:07:09.607Z] v2.3.1-dev.1 [2023-03-14T19:07:09.607Z] v2.3.1-dev.2 [2023-03-14T19:07:09.607Z] v2.3.1-dev.3 [2023-03-14T19:07:09.607Z] v3.0.0-dev.1 [2023-03-14T19:07:09.607Z] v3.0.0-dev.10 [2023-03-14T19:07:09.607Z] v3.0.0-dev.11 [2023-03-14T19:07:09.607Z] v3.0.0-dev.12 [2023-03-14T19:07:09.607Z] v3.0.0-dev.13 [2023-03-14T19:07:09.607Z] v3.0.0-dev.14 [2023-03-14T19:07:09.607Z] v3.0.0-dev.15 [2023-03-14T19:07:09.607Z] v3.0.0-dev.16 [2023-03-14T19:07:09.607Z] v3.0.0-dev.17 [2023-03-14T19:07:09.607Z] v3.0.0-dev.18 [2023-03-14T19:07:09.607Z] v3.0.0-dev.19 [2023-03-14T19:07:09.607Z] v3.0.0-dev.2 [2023-03-14T19:07:09.607Z] v3.0.0-dev.20 [2023-03-14T19:07:09.607Z] v3.0.0-dev.21 [2023-03-14T19:07:09.607Z] v3.0.0-dev.22 [2023-03-14T19:07:09.607Z] v3.0.0-dev.23 [2023-03-14T19:07:09.607Z] v3.0.0-dev.24 [2023-03-14T19:07:09.607Z] v3.0.0-dev.25 [2023-03-14T19:07:09.607Z] v3.0.0-dev.26 [2023-03-14T19:07:09.607Z] v3.0.0-dev.27 [2023-03-14T19:07:09.607Z] v3.0.0-dev.28 [2023-03-14T19:07:09.607Z] v3.0.0-dev.29 [2023-03-14T19:07:09.607Z] v3.0.0-dev.3 [2023-03-14T19:07:09.607Z] v3.0.0-dev.30 [2023-03-14T19:07:09.607Z] v3.0.0-dev.31 [2023-03-14T19:07:09.607Z] v3.0.0-dev.32 [2023-03-14T19:07:09.607Z] v3.0.0-dev.33 [2023-03-14T19:07:09.607Z] v3.0.0-dev.34 [2023-03-14T19:07:09.607Z] v3.0.0-dev.35 [2023-03-14T19:07:09.607Z] v3.0.0-dev.36 [2023-03-14T19:07:09.607Z] v3.0.0-dev.37 [2023-03-14T19:07:09.607Z] v3.0.0-dev.38 [2023-03-14T19:07:09.607Z] v3.0.0-dev.39 [2023-03-14T19:07:09.607Z] v3.0.0-dev.4 [2023-03-14T19:07:09.607Z] v3.0.0-dev.40 [2023-03-14T19:07:09.607Z] v3.0.0-dev.41 [2023-03-14T19:07:09.607Z] v3.0.0-dev.42 [2023-03-14T19:07:09.607Z] v3.0.0-dev.43 [2023-03-14T19:07:09.607Z] v3.0.0-dev.44 [2023-03-14T19:07:09.607Z] v3.0.0-dev.45 [2023-03-14T19:07:09.607Z] v3.0.0-dev.46 [2023-03-14T19:07:09.607Z] v3.0.0-dev.47 [2023-03-14T19:07:09.607Z] v3.0.0-dev.48 [2023-03-14T19:07:09.607Z] v3.0.0-dev.49 [2023-03-14T19:07:09.607Z] v3.0.0-dev.5 [2023-03-14T19:07:09.607Z] v3.0.0-dev.50 [2023-03-14T19:07:09.607Z] v3.0.0-dev.51 [2023-03-14T19:07:09.607Z] v3.0.0-dev.52 [2023-03-14T19:07:09.607Z] v3.0.0-dev.53 [2023-03-14T19:07:09.607Z] v3.0.0-dev.6 [2023-03-14T19:07:09.607Z] v3.0.0-dev.7 [2023-03-14T19:07:09.607Z] v3.0.0-dev.8 [2023-03-14T19:07:09.607Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-14T19:07:09.894Z] + lftools sign git-tag v3.0.0-dev.53 [2023-03-14T19:07:10.461Z] Signing Git tag with Sigul... [2023-03-14T19:07:10.461Z] Signing v3.0.0-dev.53 [Pipeline] echo [2023-03-14T19:07:10.729Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:11.014Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-14T19:07:11.021Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-14T19:07:11.050Z] $ docker stop --time=1 33b2ae3ef867c38ec2464c73436a38baa81767c602bc69e2b65f80f52aad345f [2023-03-14T19:07:12.344Z] $ docker rm -f --volumes 33b2ae3ef867c38ec2464c73436a38baa81767c602bc69e2b65f80f52aad345f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-14T19:07:12.736Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T19:07:12.736Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:07:13.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T19:07:13.029Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:07:13.097Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T19:07:13.138Z] $ 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-03-14T19:07:13.471Z] $ docker top 4d479dcb14708a446424e7db26d29318768dc4abe1ee3b1df11f92e44e66035d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T19:07:13.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T19:07:13.537Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T19:07:13.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T19:07:13.668Z] $ docker exec 4d479dcb14708a446424e7db26d29318768dc4abe1ee3b1df11f92e44e66035d ssh-agent [2023-03-14T19:07:13.758Z] SSH_AUTH_SOCK=/tmp/ssh-zuy2rvNMOXHd/agent.33 [2023-03-14T19:07:13.758Z] SSH_AGENT_PID=39 [2023-03-14T19:07:13.763Z] Running ssh-add (command line suppressed) [2023-03-14T19:07:13.881Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8702690853580820671.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8702690853580820671.key) [2023-03-14T19:07:13.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T19:07:14.174Z] + git semver bump pre [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,360 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,360 [bump_version] DEBUG bumping version:3.0.0-dev.53 on axis:pre with prefix:dev [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,360 [bump_version] DEBUG bumped version:3.0.0-dev.54 [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,361 [write_version] DEBUG write version:3.0.0-dev.54 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,361 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,361 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,363 [execute] INFO git cat-file --batch-check [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,363 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,368 [execute] INFO git cat-file --batch [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,368 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-14T19:07:14.433Z] 2023-03-14 19:07:14,373 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T19:07:14.433Z] 3.0.0-dev.54 [Pipeline] } [2023-03-14T19:07:14.454Z] $ docker exec --env ******** --env ******** 4d479dcb14708a446424e7db26d29318768dc4abe1ee3b1df11f92e44e66035d ssh-agent -k [2023-03-14T19:07:14.561Z] unset SSH_AUTH_SOCK; [2023-03-14T19:07:14.562Z] unset SSH_AGENT_PID; [2023-03-14T19:07:14.562Z] echo Agent pid 39 killed; [2023-03-14T19:07:14.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T19:07:14.867Z] + git semver [Pipeline] } [2023-03-14T19:07:15.151Z] $ docker stop --time=1 4d479dcb14708a446424e7db26d29318768dc4abe1ee3b1df11f92e44e66035d [2023-03-14T19:07:16.428Z] $ docker rm -f --volumes 4d479dcb14708a446424e7db26d29318768dc4abe1ee3b1df11f92e44e66035d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T19:07:16.750Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T19:07:16.750Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:07:17.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T19:07:17.046Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:07:17.114Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T19:07:17.153Z] $ 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-03-14T19:07:17.496Z] $ docker top 8fa9f3fcf0f556a8d03c686e5cecf2c92feff9c9529a33d591bc77e0e557c5d2 -eo pid,comm [2023-03-14T19:07:17.529Z] 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-03-14T19:07:17.529Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T19:07:17.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T19:07:17.568Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T19:07:17.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T19:07:17.691Z] $ docker exec 8fa9f3fcf0f556a8d03c686e5cecf2c92feff9c9529a33d591bc77e0e557c5d2 ssh-agent [2023-03-14T19:07:17.782Z] SSH_AUTH_SOCK=/tmp/ssh-1llnojAqPOcD/agent.32 [2023-03-14T19:07:17.782Z] SSH_AGENT_PID=38 [2023-03-14T19:07:17.788Z] Running ssh-add (command line suppressed) [2023-03-14T19:07:17.939Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13419993073479982321.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13419993073479982321.key) [2023-03-14T19:07:17.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T19:07:18.229Z] + git semver push [2023-03-14T19:07:18.488Z] 2023-03-14 19:07:18,423 [run_push] DEBUG push [2023-03-14T19:07:18.488Z] 2023-03-14 19:07:18,424 [execute] INFO git cat-file --batch-check [2023-03-14T19:07:18.488Z] 2023-03-14 19:07:18,424 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-14T19:07:18.488Z] 2023-03-14 19:07:18,428 [execute] INFO git rev-list 64413b8e6877d9aa9231d863506df7c74b491c52 -- [2023-03-14T19:07:18.488Z] 2023-03-14 19:07:18,429 [execute] DEBUG Popen(['git', 'rev-list', '64413b8e6877d9aa9231d863506df7c74b491c52', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-14T19:07:18.488Z] 2023-03-14 19:07:18,440 [execute] INFO git fetch -v origin [2023-03-14T19:07:18.488Z] 2023-03-14 19:07:18,440 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-14T19:07:19.057Z] 2023-03-14 19:07:18,902 [run_push] DEBUG no remote changes detected [2023-03-14T19:07:19.057Z] 2023-03-14 19:07:18,902 [execute] INFO git push origin semver [2023-03-14T19:07:19.057Z] 2023-03-14 19:07:18,903 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-14T19:07:19.995Z] 2023-03-14 19:07:19,756 [run_push] DEBUG push all version tags [2023-03-14T19:07:19.995Z] 2023-03-14 19:07:19,756 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-14T19:07:19.995Z] 2023-03-14 19:07:19,757 [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-03-14T19:07:20.563Z] 2023-03-14 19:07:20,520 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-14T19:07:20.563Z] 3.0.0-dev.54 [Pipeline] } [2023-03-14T19:07:20.585Z] $ docker exec --env ******** --env ******** 8fa9f3fcf0f556a8d03c686e5cecf2c92feff9c9529a33d591bc77e0e557c5d2 ssh-agent -k [2023-03-14T19:07:20.687Z] unset SSH_AUTH_SOCK; [2023-03-14T19:07:20.688Z] unset SSH_AGENT_PID; [2023-03-14T19:07:20.688Z] echo Agent pid 38 killed; [2023-03-14T19:07:20.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T19:07:20.995Z] + git semver [Pipeline] } [2023-03-14T19:07:21.278Z] $ docker stop --time=1 8fa9f3fcf0f556a8d03c686e5cecf2c92feff9c9529a33d591bc77e0e557c5d2 [2023-03-14T19:07:22.564Z] $ docker rm -f --volumes 8fa9f3fcf0f556a8d03c686e5cecf2c92feff9c9529a33d591bc77e0e557c5d2 [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-03-14T19:07:23.079Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-03-14T19:07:23.079Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-14T19:07:23.079Z] total 16 [2023-03-14T19:07:23.079Z] drwxr-xr-x 3 root root 4096 Mar 14 18:53 . [2023-03-14T19:07:23.079Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 14 19:07 .. [2023-03-14T19:07:23.079Z] drwxr-xr-x 2 root root 4096 Mar 14 18:53 cost [2023-03-14T19:07:23.079Z] -rw-r--r-- 1 root root 85 Mar 14 18:53 cost.csv [2023-03-14T19:07:23.079Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-14T19:07:23.079Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-14T19:07:23.079Z] total 16 [2023-03-14T19:07:23.079Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 18:53 . [2023-03-14T19:07:23.079Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 14 19:07 .. [2023-03-14T19:07:23.079Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 14 18:53 cost [2023-03-14T19:07:23.079Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 14 18:53 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:23.364Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:24.217Z] ---> package-listing.sh [2023-03-14T19:07:24.217Z] ++ facter osfamily [2023-03-14T19:07:24.217Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-14T19:07:24.476Z] + OS_FAMILY=debian [2023-03-14T19:07:24.476Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-03-14T19:07:24.476Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-14T19:07:24.476Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-14T19:07:24.476Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-14T19:07:24.476Z] + PACKAGES=/tmp/packages_start.txt [2023-03-14T19:07:24.476Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-14T19:07:24.476Z] + PACKAGES=/tmp/packages_end.txt [2023-03-14T19:07:24.476Z] + case "${OS_FAMILY}" in [2023-03-14T19:07:24.476Z] + dpkg -l [2023-03-14T19:07:24.476Z] + grep '^ii' [2023-03-14T19:07:24.476Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-14T19:07:24.476Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-14T19:07:24.476Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-14T19:07:24.476Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-14T19:07:24.476Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-03-14T19:07:24.476Z] + 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-03-14T19:07:24.486Z] 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-03-14T19:07:24.763Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:07:25.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T19:07:25.317Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:07:25.391Z] prd-ubuntu20.04-docker-8c-8g-225 does not seem to be running inside a container [2023-03-14T19:07:25.460Z] $ 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-03-14T19:07:25.655Z] $ docker top 02f1a6d4aa97964f32fe269aa07abdd351359d9deecbc9e48271e1c91f94764e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T19:07:26.051Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-14T19:07:26.344Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-14T19:07:26.628Z] + ls /var/log/sa-host [2023-03-14T19:07:26.628Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T19:07:26.687Z] provisioning config files... [2023-03-14T19:07:26.699Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13528856986663734407tmp [Pipeline] { [Pipeline] echo [2023-03-14T19:07:26.716Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:26.997Z] ---> create-netrc.sh [Pipeline] } [2023-03-14T19:07:27.003Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:27.314Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-14T19:07:27.322Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:27.604Z] ---> sudo-logs.sh [2023-03-14T19:07:27.604Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-14T19:07:27.634Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:27.917Z] ---> job-cost.sh [2023-03-14T19:07:27.917Z] lf-activate-venv: SKIPPING [2023-03-14T19:07:27.917Z] DEBUG: total: 0.2199999988079071 [2023-03-14T19:07:27.917Z] INFO: Retrieving Stack Cost... [2023-03-14T19:07:28.176Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-14T19:07:28.745Z] INFO: Archiving Costs [Pipeline] echo [2023-03-14T19:07:28.755Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:07:29.036Z] ---> logs-deploy.sh [2023-03-14T19:07:29.036Z] lf-activate-venv: SKIPPING [2023-03-14T19:07:29.036Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/183 [2023-03-14T19:07:29.036Z] INFO: archiving workspace using pattern(s): [2023-03-14T19:07:29.984Z] Archives upload complete. [2023-03-14T19:07:29.984Z] INFO: archiving logs to Nexus