Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b 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-ssh11657781261587297795.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh18090758313177013378.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh5245176642620987381.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh3912132513650064716.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-ssh5696035785664385623.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.21 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 ‘prd-ubuntu20.04-docker-8c-8g-6737’ Running on prd-ubuntu20.04-docker-8c-8g-6740 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b (main) Commit message: "Merge pull request #1607 from cloudxxx8/issue-1606" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b # timeout=10 > git rev-list --no-walk 9af2c67acc1b0a717523512c26f369bc9793e2f1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-30T07:28:34.760Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-30T07:28:34.832Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-30T07:28:34.858Z] ========================================================= [2024-07-30T07:28:34.858Z] EdgeX Global Pipelines Version Info [2024-07-30T07:28:34.858Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:28:35.589Z] ------------------- [2024-07-30T07:28:35.589Z] stable info: [2024-07-30T07:28:35.589Z] ------------------- [2024-07-30T07:28:35.589Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-30T07:28:35.589Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-30T07:28:35.589Z] Message: update stable to v1.0.260 [2024-07-30T07:28:36.158Z] ------------------- [2024-07-30T07:28:36.158Z] experimental info: [2024-07-30T07:28:36.158Z] ------------------- [2024-07-30T07:28:36.158Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-30T07:28:36.158Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-30T07:28:36.158Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-30T07:28:36.244Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2024-07-30T07:28:36.267Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2024-07-30T07:28:36.293Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-30T07:28:36.315Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-30T07:28:36.337Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-30T07:28:36.359Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-30T07:28:36.388Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-30T07:28:36.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2024-07-30T07:28:36.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-30T07:28:36.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-30T07:28:36.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-30T07:28:36.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2024-07-30T07:28:36.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-30T07:28:36.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-30T07:28:36.593Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-30T07:28:36.621Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-07-30T07:28:36.641Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-30T07:28:36.661Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-30T07:28:36.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-30T07:28:36.705Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-30T07:28:36.724Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-30T07:28:36.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-30T07:28:36.762Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-30T07:28:36.783Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-30T07:28:36.816Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-30T07:28:36.842Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-30T07:28:36.868Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-30T07:28:36.894Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-30T07:28:36.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-30T07:28:36.945Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-30T07:28:36.969Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [Pipeline] echo [2024-07-30T07:28:36.987Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c2a377 [Pipeline] echo [2024-07-30T07:28:37.011Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T07:28:37.075Z] provisioning config files... [2024-07-30T07:28:37.088Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18251607114545905991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:28:37.418Z] ---> ****-login.sh [2024-07-30T07:28:37.418Z] nexus3.edgexfoundry.org:10001 [2024-07-30T07:28:37.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:37.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:37.678Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:37.678Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:37.678Z] [2024-07-30T07:28:37.678Z] Login Succeeded [2024-07-30T07:28:37.678Z] nexus3.edgexfoundry.org:10002 [2024-07-30T07:28:37.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:37.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:37.937Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:37.937Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:37.937Z] [2024-07-30T07:28:37.937Z] Login Succeeded [2024-07-30T07:28:37.937Z] nexus3.edgexfoundry.org:10003 [2024-07-30T07:28:37.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:37.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:37.937Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:37.937Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:37.937Z] [2024-07-30T07:28:37.937Z] Login Succeeded [2024-07-30T07:28:37.937Z] nexus3.edgexfoundry.org:10004 [2024-07-30T07:28:38.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:38.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:38.196Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:38.196Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:38.196Z] [2024-07-30T07:28:38.196Z] Login Succeeded [2024-07-30T07:28:38.196Z] ****.io [2024-07-30T07:28:38.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:38.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:38.456Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:38.456Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:38.456Z] [2024-07-30T07:28:38.456Z] Login Succeeded [2024-07-30T07:28:38.456Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T07:28:38.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-30T07:28:38.861Z] + git rev-list -1 --merges 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b~1..5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [Pipeline] echo [2024-07-30T07:28:38.887Z] -----------> git rev-list -1 --merges 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b~1..5c2a377d73b399f8f8c2d20a5426d9b5e769b74b 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [2024-07-30T07:28:38.887Z] 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [false] [Pipeline] sh [2024-07-30T07:28:39.173Z] + git log --format=format:%s -1 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [Pipeline] echo [2024-07-30T07:28:39.189Z] ========================================================= [2024-07-30T07:28:39.189Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-30T07:28:39.189Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-30T07:28:39.533Z] + git log --format=format:%s -1 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [Pipeline] echo [2024-07-30T07:28:39.546Z] [semverPrep] GIT_COMMIT: 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b, Commit Message: Merge pull request #1607 from cloudxxx8/issue-1606 [Pipeline] echo [2024-07-30T07:28:39.558Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-30T07:28:39.932Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T07:28:39.932Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-30T07:28:39.932Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-30T07:28:39.932Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-30T07:28:39.932Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-30T07:28:39.932Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-30T07:28:39.932Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:28:40.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T07:28:40.355Z] [2024-07-30T07:28:40.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:28:40.670Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T07:28:40.670Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-30T07:28:40.670Z] b85a868b505f: Pulling fs layer [2024-07-30T07:28:40.670Z] e2be974225ed: Pulling fs layer [2024-07-30T07:28:40.670Z] 339a4e72a1f5: Pulling fs layer [2024-07-30T07:28:40.670Z] 988bab9f4d93: Pulling fs layer [2024-07-30T07:28:40.670Z] 1469e6f7b9e6: Pulling fs layer [2024-07-30T07:28:40.670Z] eaf3925da568: Pulling fs layer [2024-07-30T07:28:40.670Z] bab4dde63d76: Pulling fs layer [2024-07-30T07:28:40.670Z] bde34c3a00c8: Pulling fs layer [2024-07-30T07:28:40.670Z] b352a97aabf1: Pulling fs layer [2024-07-30T07:28:40.671Z] 4872d77fe225: Pulling fs layer [2024-07-30T07:28:40.671Z] 5851b861e8e6: Pulling fs layer [2024-07-30T07:28:40.671Z] 1469e6f7b9e6: Waiting [2024-07-30T07:28:40.671Z] 5851b861e8e6: Waiting [2024-07-30T07:28:40.671Z] 4872d77fe225: Waiting [2024-07-30T07:28:40.671Z] eaf3925da568: Waiting [2024-07-30T07:28:40.671Z] 988bab9f4d93: Waiting [2024-07-30T07:28:40.671Z] bab4dde63d76: Waiting [2024-07-30T07:28:40.671Z] b352a97aabf1: Waiting [2024-07-30T07:28:40.671Z] bde34c3a00c8: Waiting [2024-07-30T07:28:40.671Z] e2be974225ed: Download complete [2024-07-30T07:28:40.671Z] 988bab9f4d93: Verifying Checksum [2024-07-30T07:28:40.671Z] 988bab9f4d93: Download complete [2024-07-30T07:28:40.671Z] 1469e6f7b9e6: Verifying Checksum [2024-07-30T07:28:40.671Z] 1469e6f7b9e6: Download complete [2024-07-30T07:28:40.929Z] eaf3925da568: Verifying Checksum [2024-07-30T07:28:40.929Z] eaf3925da568: Download complete [2024-07-30T07:28:40.929Z] 339a4e72a1f5: Verifying Checksum [2024-07-30T07:28:40.929Z] 339a4e72a1f5: Download complete [2024-07-30T07:28:40.929Z] bde34c3a00c8: Download complete [2024-07-30T07:28:40.929Z] b352a97aabf1: Download complete [2024-07-30T07:28:40.929Z] 4872d77fe225: Verifying Checksum [2024-07-30T07:28:40.929Z] 4872d77fe225: Download complete [2024-07-30T07:28:40.929Z] 5851b861e8e6: Download complete [2024-07-30T07:28:40.929Z] b85a868b505f: Verifying Checksum [2024-07-30T07:28:40.929Z] b85a868b505f: Download complete [2024-07-30T07:28:41.188Z] bab4dde63d76: Verifying Checksum [2024-07-30T07:28:41.188Z] bab4dde63d76: Download complete [2024-07-30T07:28:42.124Z] b85a868b505f: Pull complete [2024-07-30T07:28:42.124Z] e2be974225ed: Pull complete [2024-07-30T07:28:42.691Z] 339a4e72a1f5: Pull complete [2024-07-30T07:28:42.691Z] 988bab9f4d93: Pull complete [2024-07-30T07:28:42.951Z] 1469e6f7b9e6: Pull complete [2024-07-30T07:28:42.951Z] eaf3925da568: Pull complete [2024-07-30T07:28:44.329Z] bab4dde63d76: Pull complete [2024-07-30T07:28:44.588Z] bde34c3a00c8: Pull complete [2024-07-30T07:28:44.588Z] b352a97aabf1: Pull complete [2024-07-30T07:28:44.588Z] 4872d77fe225: Pull complete [2024-07-30T07:28:44.847Z] 5851b861e8e6: Pull complete [2024-07-30T07:28:44.847Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-30T07:28:44.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T07:28:44.847Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:28:44.986Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:28:45.019Z] $ 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 [2024-07-30T07:28:48.579Z] $ docker top 1af6c52ee303f692d7310fcd8301224c84c8b57d0ccb79db297ab1e6123a31f5 -eo pid,comm [2024-07-30T07:28:48.637Z] 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). [2024-07-30T07:28:48.637Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T07:28:48.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T07:28:48.695Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T07:28:48.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T07:28:48.812Z] $ docker exec 1af6c52ee303f692d7310fcd8301224c84c8b57d0ccb79db297ab1e6123a31f5 ssh-agent [2024-07-30T07:28:48.910Z] SSH_AUTH_SOCK=/tmp/ssh-FGCbyg60tnqy/agent.33 [2024-07-30T07:28:48.910Z] SSH_AGENT_PID=39 [2024-07-30T07:28:48.916Z] Running ssh-add (command line suppressed) [2024-07-30T07:28:49.008Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2442889557148380167.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2442889557148380167.key) [2024-07-30T07:28:49.023Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T07:28:49.317Z] + git tag --points-at HEAD [Pipeline] } [2024-07-30T07:28:49.327Z] $ docker exec --env ******** --env ******** 1af6c52ee303f692d7310fcd8301224c84c8b57d0ccb79db297ab1e6123a31f5 ssh-agent -k [2024-07-30T07:28:49.416Z] unset SSH_AUTH_SOCK; [2024-07-30T07:28:49.417Z] unset SSH_AGENT_PID; [2024-07-30T07:28:49.417Z] echo Agent pid 39 killed; [2024-07-30T07:28:49.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-30T07:28:49.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T07:28:49.471Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T07:28:49.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T07:28:49.580Z] $ docker exec 1af6c52ee303f692d7310fcd8301224c84c8b57d0ccb79db297ab1e6123a31f5 ssh-agent [2024-07-30T07:28:49.688Z] SSH_AUTH_SOCK=/tmp/ssh-SdADQJyLmqJY/agent.72 [2024-07-30T07:28:49.688Z] SSH_AGENT_PID=78 [2024-07-30T07:28:49.696Z] Running ssh-add (command line suppressed) [2024-07-30T07:28:49.805Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14866296796994756844.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14866296796994756844.key) [2024-07-30T07:28:49.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T07:28:50.109Z] + git semver init [2024-07-30T07:28:50.368Z] 2024-07-30 07:28:50,269 [run_init] DEBUG init version:0.0.0 force:False [2024-07-30T07:28:50.368Z] 2024-07-30 07:28:50,270 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-07-30T07:28:50.368Z] 2024-07-30 07:28:50,271 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-07-30T07:28:50.368Z] 2024-07-30 07:28:50,271 [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) [2024-07-30T07:28:52.907Z] 2024-07-30 07:28:52,437 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2024-07-30T07:28:52.907Z] 2024-07-30 07:28:52,438 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2024-07-30T07:28:52.907Z] 2024-07-30 07:28:52,438 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:28:52.907Z] 2024-07-30 07:28:52,438 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:28:52.907Z] 3.2.0-dev.29 [Pipeline] } [2024-07-30T07:28:52.917Z] $ docker exec --env ******** --env ******** 1af6c52ee303f692d7310fcd8301224c84c8b57d0ccb79db297ab1e6123a31f5 ssh-agent -k [2024-07-30T07:28:53.005Z] unset SSH_AUTH_SOCK; [2024-07-30T07:28:53.005Z] unset SSH_AGENT_PID; [2024-07-30T07:28:53.005Z] echo Agent pid 78 killed; [2024-07-30T07:28:53.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T07:28:53.333Z] + git semver [Pipeline] } [2024-07-30T07:28:53.604Z] $ docker stop --time=1 1af6c52ee303f692d7310fcd8301224c84c8b57d0ccb79db297ab1e6123a31f5 [2024-07-30T07:28:54.887Z] $ docker rm -f --volumes 1af6c52ee303f692d7310fcd8301224c84c8b57d0ccb79db297ab1e6123a31f5 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T07:28:55.229Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-30T07:28:55.453Z] Stashed 1 file(s) [Pipeline] echo [2024-07-30T07:28:55.459Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.29 [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 [2024-07-30T07:28:55.639Z] provisioning config files... [2024-07-30T07:28:55.648Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5362025378145320514tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:28:55.969Z] ---> ****-login.sh [2024-07-30T07:28:55.969Z] nexus3.edgexfoundry.org:10001 [2024-07-30T07:28:55.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:55.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:55.969Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:55.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:55.970Z] [2024-07-30T07:28:55.970Z] Login Succeeded [2024-07-30T07:28:55.970Z] nexus3.edgexfoundry.org:10002 [2024-07-30T07:28:55.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:55.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:55.970Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:55.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:55.970Z] [2024-07-30T07:28:55.970Z] Login Succeeded [2024-07-30T07:28:55.970Z] nexus3.edgexfoundry.org:10003 [2024-07-30T07:28:55.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:56.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:56.228Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:56.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:56.228Z] [2024-07-30T07:28:56.228Z] Login Succeeded [2024-07-30T07:28:56.228Z] nexus3.edgexfoundry.org:10004 [2024-07-30T07:28:56.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:56.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:56.228Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:56.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:56.228Z] [2024-07-30T07:28:56.228Z] Login Succeeded [2024-07-30T07:28:56.228Z] ****.io [2024-07-30T07:28:56.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:28:56.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:28:56.487Z] Configure a credential helper to remove this warning. See [2024-07-30T07:28:56.488Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:28:56.488Z] [2024-07-30T07:28:56.488Z] Login Succeeded [2024-07-30T07:28:56.488Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T07:28:56.495Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-30T07:28:56.597Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T07:28:56.619Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T07:28:56.633Z] ========================================================= [2024-07-30T07:28:56.633Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-30T07:28:56.633Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:28:56.970Z] + 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.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-30T07:28:56.970Z] Sending build context to Docker daemon 25.14MB [2024-07-30T07:28:56.970Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T07:28:56.970Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-30T07:28:57.228Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-30T07:28:57.228Z] 619be1103602: Pulling fs layer [2024-07-30T07:28:57.228Z] 7862e08f4a3e: Pulling fs layer [2024-07-30T07:28:57.228Z] 5df492c9dc93: Pulling fs layer [2024-07-30T07:28:57.228Z] 7629e6793208: Pulling fs layer [2024-07-30T07:28:57.228Z] 4f4fb700ef54: Pulling fs layer [2024-07-30T07:28:57.228Z] fb5054dd5b73: Pulling fs layer [2024-07-30T07:28:57.228Z] eeca6798cff9: Pulling fs layer [2024-07-30T07:28:57.228Z] aa269ceb94a6: Pulling fs layer [2024-07-30T07:28:57.228Z] ada007ff1a6a: Pulling fs layer [2024-07-30T07:28:57.228Z] eeca6798cff9: Waiting [2024-07-30T07:28:57.228Z] 7629e6793208: Waiting [2024-07-30T07:28:57.228Z] 4f4fb700ef54: Waiting [2024-07-30T07:28:57.228Z] fb5054dd5b73: Waiting [2024-07-30T07:28:57.228Z] aa269ceb94a6: Waiting [2024-07-30T07:28:57.228Z] ada007ff1a6a: Waiting [2024-07-30T07:28:57.228Z] 7862e08f4a3e: Download complete [2024-07-30T07:28:57.228Z] 7629e6793208: Verifying Checksum [2024-07-30T07:28:57.228Z] 7629e6793208: Download complete [2024-07-30T07:28:57.228Z] 4f4fb700ef54: Verifying Checksum [2024-07-30T07:28:57.228Z] 4f4fb700ef54: Download complete [2024-07-30T07:28:57.228Z] fb5054dd5b73: Download complete [2024-07-30T07:28:57.228Z] 619be1103602: Verifying Checksum [2024-07-30T07:28:57.228Z] 619be1103602: Download complete [2024-07-30T07:28:57.228Z] eeca6798cff9: Verifying Checksum [2024-07-30T07:28:57.228Z] eeca6798cff9: Download complete [2024-07-30T07:28:57.486Z] 619be1103602: Pull complete [2024-07-30T07:28:57.486Z] ada007ff1a6a: Verifying Checksum [2024-07-30T07:28:57.486Z] ada007ff1a6a: Download complete [2024-07-30T07:28:57.486Z] 7862e08f4a3e: Pull complete [2024-07-30T07:28:57.745Z] 5df492c9dc93: Verifying Checksum [2024-07-30T07:28:57.745Z] 5df492c9dc93: Download complete [2024-07-30T07:28:58.001Z] aa269ceb94a6: Verifying Checksum [2024-07-30T07:28:58.001Z] aa269ceb94a6: Download complete [2024-07-30T07:29:00.525Z] 5df492c9dc93: Pull complete [2024-07-30T07:29:00.525Z] 7629e6793208: Pull complete [2024-07-30T07:29:00.525Z] 4f4fb700ef54: Pull complete [2024-07-30T07:29:00.525Z] fb5054dd5b73: Pull complete [2024-07-30T07:29:00.782Z] eeca6798cff9: Pull complete [2024-07-30T07:29:03.442Z] aa269ceb94a6: Pull complete [2024-07-30T07:29:03.442Z] ada007ff1a6a: Pull complete [2024-07-30T07:29:03.442Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-30T07:29:03.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-30T07:29:03.442Z] ---> f489d0715acc [2024-07-30T07:29:03.442Z] Step 3/10 : ARG MAKE=make build [2024-07-30T07:29:07.636Z] ---> Running in 92846fdc2e19 [2024-07-30T07:29:07.894Z] Removing intermediate container 92846fdc2e19 [2024-07-30T07:29:07.894Z] ---> 771c80dd7ca8 [2024-07-30T07:29:07.894Z] Step 4/10 : WORKDIR /device-sdk-go [2024-07-30T07:29:07.894Z] ---> Running in 385df5020918 [2024-07-30T07:29:07.894Z] Removing intermediate container 385df5020918 [2024-07-30T07:29:07.894Z] ---> 75a7e21eb927 [2024-07-30T07:29:07.894Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-30T07:29:07.894Z] ---> Running in 1291543e45c3 [2024-07-30T07:29:07.894Z] Removing intermediate container 1291543e45c3 [2024-07-30T07:29:07.894Z] ---> a49ee7d3c002 [2024-07-30T07:29:07.894Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-07-30T07:29:07.894Z] ---> Running in a1d8f70164bc [2024-07-30T07:29:08.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T07:29:08.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T07:29:08.668Z] OK: 264 MiB in 52 packages [2024-07-30T07:29:08.928Z] Removing intermediate container a1d8f70164bc [2024-07-30T07:29:08.928Z] ---> 8fda484122da [2024-07-30T07:29:08.928Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-30T07:29:09.186Z] ---> 0bd6424e315d [2024-07-30T07:29:09.186Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T07:29:09.186Z] ---> Running in 5d241f639309 [2024-07-30T07:29:10.593Z] Still waiting to schedule task [2024-07-30T07:29:10.594Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-6738’ is offline [2024-07-30T07:30:05.409Z] Removing intermediate container 5d241f639309 [2024-07-30T07:30:05.410Z] ---> c9b14e0c11c4 [2024-07-30T07:30:05.410Z] Step 9/10 : COPY . . [2024-07-30T07:30:05.410Z] ---> a40e7eb78437 [2024-07-30T07:30:05.410Z] Step 10/10 : RUN ${MAKE} [2024-07-30T07:30:05.410Z] ---> Running in 27c121467985 [2024-07-30T07:30:05.410Z] noop [2024-07-30T07:30:05.410Z] Removing intermediate container 27c121467985 [2024-07-30T07:30:05.410Z] ---> 6eb23c804692 [2024-07-30T07:30:05.410Z] Successfully built 6eb23c804692 [2024-07-30T07:30:05.410Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:30:05.733Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-30T07:30:05.733Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:30:05.809Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:30:05.838Z] $ 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 [2024-07-30T07:30:06.156Z] $ docker top 35f83e8c34b0d5ab1bcdc1ee484877e0aaf47edd2f4a7fbce39624bfca655bb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T07:30:06.493Z] + go version [2024-07-30T07:30:06.493Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-30T07:30:06.501Z] $ docker stop --time=1 35f83e8c34b0d5ab1bcdc1ee484877e0aaf47edd2f4a7fbce39624bfca655bb9 [2024-07-30T07:30:07.741Z] $ docker rm -f --volumes 35f83e8c34b0d5ab1bcdc1ee484877e0aaf47edd2f4a7fbce39624bfca655bb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:30:08.185Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-30T07:30:08.185Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:30:08.263Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:30:08.290Z] $ 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 [2024-07-30T07:30:08.601Z] $ docker top 5bb86bee81023640e4b62338123f8cf36496c2f52b9ec12dfc22fdd8f4ebfb5d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T07:30:08.945Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2024-07-30T07:30:09.241Z] + make test [2024-07-30T07:30:09.241Z] go test -race -coverprofile=coverage.out ./... [2024-07-30T07:30:15.796Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-07-30T07:30:42.843Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.182s coverage: 27.0% of statements [2024-07-30T07:30:42.843Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.182s coverage: 79.4% of statements [2024-07-30T07:30:42.843Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.182s coverage: 86.0% of statements [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-07-30T07:30:42.843Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.075s coverage: 52.2% of statements [2024-07-30T07:30:42.843Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-07-30T07:30:45.375Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.039s coverage: 14.4% of statements [2024-07-30T07:30:45.375Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.025s coverage: 44.6% of statements [2024-07-30T07:30:45.375Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.075s coverage: 68.5% of statements [2024-07-30T07:30:45.375Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.091s coverage: 89.2% of statements [2024-07-30T07:30:45.375Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.044s coverage: 5.4% of statements [2024-07-30T07:31:17.439Z] GO111MODULE=on go vet ./... [2024-07-30T07:31:19.961Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-30T07:31:19.961Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-30T07:31:19.961Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-30T07:31:19.972Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-30T07:31:19.986Z] $ docker stop --time=1 5bb86bee81023640e4b62338123f8cf36496c2f52b9ec12dfc22fdd8f4ebfb5d [2024-07-30T07:31:23.991Z] $ docker rm -f --volumes 5bb86bee81023640e4b62338123f8cf36496c2f52b9ec12dfc22fdd8f4ebfb5d [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T07:31:24.615Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-30T07:31:24.669Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-30T07:31:25.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-30T07:31:25.495Z] + ls -al . [2024-07-30T07:31:25.495Z] total 380 [2024-07-30T07:31:25.495Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 30 07:30 . [2024-07-30T07:31:25.495Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 07:28 .. [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 30 07:28 .dockerignore [2024-07-30T07:31:25.495Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 07:30 .git [2024-07-30T07:31:25.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 07:28 .github [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 30 07:28 .gitignore [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 30 07:28 .golangci.yml [2024-07-30T07:31:25.495Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 30 07:28 .semver [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 48109 Jul 30 07:28 CHANGELOG.md [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 30 07:28 GOVERNANCE.md [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 30 07:28 Jenkinsfile [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 30 07:28 LICENSE [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 30 07:28 Makefile [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 30 07:28 OWNERS.md [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 30 07:28 README.md [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 30 07:28 VERSION [2024-07-30T07:31:25.495Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 07:28 bin [2024-07-30T07:31:25.495Z] -rw-r--r-- 1 jenkins jenkins 125703 Jul 30 07:30 coverage.out [2024-07-30T07:31:25.495Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 30 07:28 example [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 6996 Jul 30 07:28 go.mod [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 101460 Jul 30 07:28 go.sum [2024-07-30T07:31:25.495Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 30 07:28 internal [2024-07-30T07:31:25.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 07:28 openapi [2024-07-30T07:31:25.495Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 30 07:28 pkg [2024-07-30T07:31:25.495Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 07:28 snap [2024-07-30T07:31:25.495Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 30 07:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:31:25.801Z] + 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=5c2a377d73b399f8f8c2d20a5426d9b5e769b74b --label arch=amd64 --label version=3.2.0-dev.29 . [2024-07-30T07:31:25.801Z] Sending build context to Docker daemon 25.27MB [2024-07-30T07:31:25.801Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T07:31:25.801Z] Step 2/24 : FROM ${BASE} AS builder [2024-07-30T07:31:25.801Z] ---> 6eb23c804692 [2024-07-30T07:31:25.801Z] Step 3/24 : ARG MAKE=make build [2024-07-30T07:31:26.368Z] ---> Running in 0248f0682828 [2024-07-30T07:31:26.368Z] Removing intermediate container 0248f0682828 [2024-07-30T07:31:26.368Z] ---> 5aea9341451b [2024-07-30T07:31:26.368Z] Step 4/24 : WORKDIR /device-sdk-go [2024-07-30T07:31:26.368Z] ---> Running in 10042cbf58a8 [2024-07-30T07:31:26.627Z] Removing intermediate container 10042cbf58a8 [2024-07-30T07:31:26.627Z] ---> 88a106355de3 [2024-07-30T07:31:26.627Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-30T07:31:26.627Z] ---> Running in 3674147d299e [2024-07-30T07:31:26.627Z] Removing intermediate container 3674147d299e [2024-07-30T07:31:26.627Z] ---> 492612c8e354 [2024-07-30T07:31:26.627Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-07-30T07:31:26.627Z] ---> Running in 1bc4569c4c9e [2024-07-30T07:31:26.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T07:31:27.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T07:31:27.402Z] OK: 264 MiB in 52 packages [2024-07-30T07:31:27.659Z] Removing intermediate container 1bc4569c4c9e [2024-07-30T07:31:27.659Z] ---> c2c062245dea [2024-07-30T07:31:27.659Z] Step 7/24 : COPY go.mod vendor* ./ [2024-07-30T07:31:27.659Z] ---> 9be7f377c5cf [2024-07-30T07:31:27.659Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T07:31:27.659Z] ---> Running in fe24e645e09c [2024-07-30T07:31:27.920Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6743 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2024-07-30T07:31:27.935Z] Running in /w/workspace/device-sdk-go/304 [Pipeline] { [Pipeline] checkout [2024-07-30T07:31:27.976Z] The recommended git tool is: git [2024-07-30T07:31:28.226Z] Removing intermediate container fe24e645e09c [2024-07-30T07:31:28.226Z] ---> 5ae33bbf9d2d [2024-07-30T07:31:28.226Z] Step 9/24 : COPY . . [2024-07-30T07:31:29.158Z] ---> adbe63596f74 [2024-07-30T07:31:29.158Z] Step 10/24 : RUN ${MAKE} [2024-07-30T07:31:29.158Z] ---> Running in c810f0a12a90 [2024-07-30T07:31:29.416Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.29 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.29" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-07-30T07:31:32.891Z] using credential edgex-jenkins-ssh [2024-07-30T07:31:32.915Z] Cloning the remote Git repository [2024-07-30T07:31:32.953Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2024-07-30T07:31:33.042Z] > git init /w/workspace/device-sdk-go/304 # timeout=10 [2024-07-30T07:31:33.190Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2024-07-30T07:31:33.191Z] > git --version # timeout=10 [2024-07-30T07:31:33.211Z] > git --version # 'git version 2.25.1' [2024-07-30T07:31:33.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-30T07:31:33.363Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-30T07:31:36.700Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2024-07-30T07:31:36.725Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-30T07:31:37.562Z] Avoid second fetch [2024-07-30T07:31:37.563Z] Checking out Revision 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b (main) [2024-07-30T07:31:38.191Z] Commit message: "Merge pull request #1607 from cloudxxx8/issue-1606" [2024-07-30T07:31:37.578Z] > git config core.sparsecheckout # timeout=10 [2024-07-30T07:31:37.635Z] > git checkout -f 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-30T07:31:42.912Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-30T07:31:42.912Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-30T07:31:42.912Z] Dload Upload Total Spent Left Speed [2024-07-30T07:31:42.912Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 75017 0 --:--:-- --:--:-- --:--:-- 75458 [Pipeline] sh [2024-07-30T07:31:43.248Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-30T07:31:43.576Z] + sudo tee /etc/docker/daemon.new [2024-07-30T07:31:43.576Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-30T07:31:43.576Z] { [2024-07-30T07:31:43.576Z] "registry-mirrors": [ [2024-07-30T07:31:43.576Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-30T07:31:43.576Z] ], [2024-07-30T07:31:43.576Z] "bip": "10.250.0.254/24", [2024-07-30T07:31:43.576Z] "hosts": [ [2024-07-30T07:31:43.576Z] "tcp://0.0.0.0:5555", [2024-07-30T07:31:43.576Z] "unix:///var/run/docker.sock" [2024-07-30T07:31:43.576Z] ], [2024-07-30T07:31:43.576Z] "mtu": 1458, [2024-07-30T07:31:43.576Z] "selinux-enabled": true, [2024-07-30T07:31:43.576Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-30T07:31:43.576Z] } [Pipeline] sh [2024-07-30T07:31:43.905Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-30T07:31:44.237Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T07:32:02.471Z] provisioning config files... [2024-07-30T07:32:02.495Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/304@tmp/config301387055214309799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:32:02.930Z] ---> ****-login.sh [2024-07-30T07:32:02.930Z] nexus3.edgexfoundry.org:10001 [2024-07-30T07:32:03.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:32:03.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:32:03.470Z] Configure a credential helper to remove this warning. See [2024-07-30T07:32:03.470Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:32:03.470Z] [2024-07-30T07:32:03.470Z] Login Succeeded [2024-07-30T07:32:03.470Z] nexus3.edgexfoundry.org:10002 [2024-07-30T07:32:03.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:32:04.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:32:04.007Z] Configure a credential helper to remove this warning. See [2024-07-30T07:32:04.007Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:32:04.007Z] [2024-07-30T07:32:04.007Z] Login Succeeded [2024-07-30T07:32:04.007Z] nexus3.edgexfoundry.org:10003 [2024-07-30T07:32:04.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:32:04.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:32:04.279Z] Configure a credential helper to remove this warning. See [2024-07-30T07:32:04.279Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:32:04.279Z] [2024-07-30T07:32:04.279Z] Login Succeeded [2024-07-30T07:32:04.279Z] nexus3.edgexfoundry.org:10004 [2024-07-30T07:32:04.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:32:04.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:32:04.548Z] Configure a credential helper to remove this warning. See [2024-07-30T07:32:04.548Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:32:04.548Z] [2024-07-30T07:32:04.548Z] Login Succeeded [2024-07-30T07:32:04.548Z] ****.io [2024-07-30T07:32:04.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T07:32:05.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T07:32:05.082Z] Configure a credential helper to remove this warning. See [2024-07-30T07:32:05.082Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T07:32:05.082Z] [2024-07-30T07:32:05.082Z] Login Succeeded [2024-07-30T07:32:05.082Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T07:32:05.100Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-30T07:32:05.405Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T07:32:05.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T07:32:05.436Z] ========================================================= [2024-07-30T07:32:05.436Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-30T07:32:05.436Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:32:05.801Z] + 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.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-30T07:32:06.392Z] Sending build context to Docker daemon 13.01MB [2024-07-30T07:32:06.392Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T07:32:06.392Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-30T07:32:06.392Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-30T07:32:06.392Z] c6b39de5b339: Pulling fs layer [2024-07-30T07:32:06.392Z] a69c41024577: Pulling fs layer [2024-07-30T07:32:06.392Z] d6de4b400683: Pulling fs layer [2024-07-30T07:32:06.392Z] 35cb2a7552d0: Pulling fs layer [2024-07-30T07:32:06.392Z] 4f4fb700ef54: Pulling fs layer [2024-07-30T07:32:06.392Z] 464afbd9ba4c: Pulling fs layer [2024-07-30T07:32:06.392Z] 00f215d4a9da: Pulling fs layer [2024-07-30T07:32:06.392Z] d496ad576159: Pulling fs layer [2024-07-30T07:32:06.392Z] 4f4fb700ef54: Waiting [2024-07-30T07:32:06.392Z] 464afbd9ba4c: Waiting [2024-07-30T07:32:06.392Z] 00f215d4a9da: Waiting [2024-07-30T07:32:06.392Z] d496ad576159: Waiting [2024-07-30T07:32:06.392Z] 35cb2a7552d0: Waiting [2024-07-30T07:32:06.658Z] a69c41024577: Download complete [2024-07-30T07:32:06.658Z] 35cb2a7552d0: Verifying Checksum [2024-07-30T07:32:06.658Z] 35cb2a7552d0: Download complete [2024-07-30T07:32:06.658Z] 4f4fb700ef54: Verifying Checksum [2024-07-30T07:32:06.658Z] 4f4fb700ef54: Download complete [2024-07-30T07:32:06.659Z] 464afbd9ba4c: Verifying Checksum [2024-07-30T07:32:06.659Z] 464afbd9ba4c: Download complete [2024-07-30T07:32:06.659Z] c6b39de5b339: Verifying Checksum [2024-07-30T07:32:06.659Z] c6b39de5b339: Download complete [2024-07-30T07:32:06.926Z] d496ad576159: Verifying Checksum [2024-07-30T07:32:06.926Z] d496ad576159: Download complete [2024-07-30T07:32:07.512Z] c6b39de5b339: Pull complete [2024-07-30T07:32:08.156Z] Removing intermediate container c810f0a12a90 [2024-07-30T07:32:08.156Z] ---> 202bfbbe6f48 [2024-07-30T07:32:08.156Z] Step 11/24 : FROM alpine:3.18 [2024-07-30T07:32:08.156Z] 3.18: Pulling from library/alpine [2024-07-30T07:32:08.156Z] 930bdd4d222e: Pulling fs layer [2024-07-30T07:32:08.156Z] 930bdd4d222e: Verifying Checksum [2024-07-30T07:32:08.156Z] 930bdd4d222e: Download complete [2024-07-30T07:32:08.156Z] 930bdd4d222e: Pull complete [2024-07-30T07:32:08.156Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-30T07:32:08.156Z] Status: Downloaded newer image for alpine:3.18 [2024-07-30T07:32:08.156Z] ---> 18f865063206 [2024-07-30T07:32:08.156Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-07-30T07:32:08.156Z] ---> Running in 93011b912e10 [2024-07-30T07:32:08.156Z] Removing intermediate container 93011b912e10 [2024-07-30T07:32:08.156Z] ---> 52ade4b6b241 [2024-07-30T07:32:08.156Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-07-30T07:32:08.156Z] ---> Running in fc9b78fac44b [2024-07-30T07:32:08.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T07:32:08.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T07:32:08.156Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-30T07:32:08.156Z] Executing busybox-1.36.1-r7.trigger [2024-07-30T07:32:08.156Z] OK: 7 MiB in 16 packages [2024-07-30T07:32:08.156Z] Removing intermediate container fc9b78fac44b [2024-07-30T07:32:08.156Z] ---> 692d7bdad607 [2024-07-30T07:32:08.156Z] Step 14/24 : RUN apk --no-cache upgrade [2024-07-30T07:32:08.156Z] ---> Running in 08de81540ba7 [2024-07-30T07:32:08.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T07:32:08.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T07:32:08.156Z] OK: 7 MiB in 16 packages [2024-07-30T07:32:08.156Z] Removing intermediate container 08de81540ba7 [2024-07-30T07:32:08.156Z] ---> 59e9e7ef50a4 [2024-07-30T07:32:08.156Z] Step 15/24 : WORKDIR / [2024-07-30T07:32:08.156Z] ---> Running in c55b71b90edc [2024-07-30T07:32:08.156Z] Removing intermediate container c55b71b90edc [2024-07-30T07:32:08.156Z] ---> 3947c46ad952 [2024-07-30T07:32:08.156Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-07-30T07:32:08.156Z] ---> 66521bf90a77 [2024-07-30T07:32:08.156Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-07-30T07:32:08.480Z] a69c41024577: Pull complete [2024-07-30T07:32:08.480Z] d6de4b400683: Download complete [2024-07-30T07:32:09.439Z] 00f215d4a9da: Verifying Checksum [2024-07-30T07:32:09.439Z] 00f215d4a9da: Download complete [2024-07-30T07:32:09.531Z] ---> df8b1aa304ba [2024-07-30T07:32:09.531Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-07-30T07:32:09.531Z] ---> 454e52350937 [2024-07-30T07:32:09.531Z] Step 19/24 : EXPOSE 59999 [2024-07-30T07:32:09.531Z] ---> Running in 3bbaebee0651 [2024-07-30T07:32:09.531Z] Removing intermediate container 3bbaebee0651 [2024-07-30T07:32:09.531Z] ---> 50fef53f6885 [2024-07-30T07:32:09.531Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-07-30T07:32:09.531Z] ---> Running in e8d258fe14e7 [2024-07-30T07:32:09.531Z] Removing intermediate container e8d258fe14e7 [2024-07-30T07:32:09.531Z] ---> 418b6039f7b5 [2024-07-30T07:32:09.531Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-30T07:32:09.531Z] ---> Running in e3a58dbd597c [2024-07-30T07:32:09.531Z] Removing intermediate container e3a58dbd597c [2024-07-30T07:32:09.531Z] ---> 7d19ec089d73 [2024-07-30T07:32:09.531Z] Step 22/24 : LABEL arch=amd64 [2024-07-30T07:32:09.789Z] ---> Running in 9e378cbb11e4 [2024-07-30T07:32:09.789Z] Removing intermediate container 9e378cbb11e4 [2024-07-30T07:32:09.789Z] ---> 650acf90e68d [2024-07-30T07:32:09.789Z] Step 23/24 : LABEL git_sha=5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [2024-07-30T07:32:09.789Z] ---> Running in 65c78b5f491b [2024-07-30T07:32:09.789Z] Removing intermediate container 65c78b5f491b [2024-07-30T07:32:09.789Z] ---> de4dabe4a761 [2024-07-30T07:32:09.789Z] Step 24/24 : LABEL version=3.2.0-dev.29 [2024-07-30T07:32:09.789Z] ---> Running in 3e5a4b25d637 [2024-07-30T07:32:09.789Z] Removing intermediate container 3e5a4b25d637 [2024-07-30T07:32:09.789Z] ---> d75024e57ac7 [2024-07-30T07:32:09.789Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-30T07:32:10.047Z] Successfully built d75024e57ac7 [2024-07-30T07:32:10.047Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:32:10.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T07:32:10.523Z] [2024-07-30T07:32:10.523Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:32:10.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T07:32:10.818Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-30T07:32:10.818Z] 5eb5b503b376: Pulling fs layer [2024-07-30T07:32:10.818Z] 5c69ac0246d0: Pulling fs layer [2024-07-30T07:32:10.818Z] ec43610c2a17: Pulling fs layer [2024-07-30T07:32:10.818Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-30T07:32:10.818Z] 33b1e0a273af: Pulling fs layer [2024-07-30T07:32:10.818Z] 5d3b04190fa2: Pulling fs layer [2024-07-30T07:32:10.818Z] 2f39f015ded8: Pulling fs layer [2024-07-30T07:32:10.818Z] 33b1e0a273af: Waiting [2024-07-30T07:32:10.818Z] 5d3b04190fa2: Waiting [2024-07-30T07:32:10.818Z] 3a2ae6a8a46f: Waiting [2024-07-30T07:32:10.818Z] 2f39f015ded8: Waiting [2024-07-30T07:32:10.818Z] 5c69ac0246d0: Verifying Checksum [2024-07-30T07:32:10.818Z] 5c69ac0246d0: Download complete [2024-07-30T07:32:10.818Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-30T07:32:10.818Z] 3a2ae6a8a46f: Download complete [2024-07-30T07:32:10.818Z] 33b1e0a273af: Verifying Checksum [2024-07-30T07:32:10.818Z] 33b1e0a273af: Download complete [2024-07-30T07:32:10.818Z] 5d3b04190fa2: Verifying Checksum [2024-07-30T07:32:10.818Z] 5d3b04190fa2: Download complete [2024-07-30T07:32:10.818Z] ec43610c2a17: Verifying Checksum [2024-07-30T07:32:10.818Z] ec43610c2a17: Download complete [2024-07-30T07:32:11.076Z] 5eb5b503b376: Verifying Checksum [2024-07-30T07:32:11.076Z] 5eb5b503b376: Download complete [2024-07-30T07:32:11.641Z] 2f39f015ded8: Verifying Checksum [2024-07-30T07:32:11.641Z] 2f39f015ded8: Download complete [2024-07-30T07:32:12.206Z] 5eb5b503b376: Pull complete [2024-07-30T07:32:12.206Z] 5c69ac0246d0: Pull complete [2024-07-30T07:32:12.772Z] ec43610c2a17: Pull complete [2024-07-30T07:32:12.772Z] 3a2ae6a8a46f: Pull complete [2024-07-30T07:32:12.772Z] 33b1e0a273af: Pull complete [2024-07-30T07:32:13.031Z] 5d3b04190fa2: Pull complete [2024-07-30T07:32:17.233Z] 2f39f015ded8: Pull complete [2024-07-30T07:32:17.233Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-30T07:32:17.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T07:32:17.233Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:32:17.341Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:32:17.367Z] $ 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 [2024-07-30T07:32:20.968Z] $ docker top 8090aeee4d1b7b3a9e891b8f0d060b43f8388973cb03be2e9e15518ffc7ad95e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:32:21.401Z] ---> job-cost.sh [2024-07-30T07:32:21.401Z] lf-activate-venv: SKIPPING [2024-07-30T07:32:21.401Z] INFO: No Stack... [2024-07-30T07:32:21.660Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-30T07:32:21.741Z] d6de4b400683: Pull complete [2024-07-30T07:32:21.741Z] 35cb2a7552d0: Pull complete [2024-07-30T07:32:21.741Z] 4f4fb700ef54: Pull complete [2024-07-30T07:32:21.741Z] 464afbd9ba4c: Pull complete [2024-07-30T07:32:22.232Z] INFO: Archiving Costs [Pipeline] sh [2024-07-30T07:32:22.528Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2024-07-30T07:32:22.528Z] + cut -d, -f6 [Pipeline] lock [2024-07-30T07:32:22.544Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] [2024-07-30T07:32:22.556Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] did not exist. Created. [2024-07-30T07:32:22.564Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-30T07:32:22.875Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-30T07:32:22.918Z] Stashed 1 file(s) [Pipeline] } [2024-07-30T07:32:22.926Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-30T07:32:22.952Z] $ docker stop --time=1 8090aeee4d1b7b3a9e891b8f0d060b43f8388973cb03be2e9e15518ffc7ad95e [2024-07-30T07:32:24.093Z] $ docker rm -f --volumes 8090aeee4d1b7b3a9e891b8f0d060b43f8388973cb03be2e9e15518ffc7ad95e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-30T07:32:29.964Z] 00f215d4a9da: Pull complete [2024-07-30T07:32:31.920Z] d496ad576159: Pull complete [2024-07-30T07:32:31.920Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-30T07:32:31.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-30T07:32:31.920Z] ---> f246e2811388 [2024-07-30T07:32:31.920Z] Step 3/10 : ARG MAKE=make build [2024-07-30T07:32:33.887Z] ---> Running in 9280cd50d3ea [2024-07-30T07:32:33.887Z] Removing intermediate container 9280cd50d3ea [2024-07-30T07:32:33.887Z] ---> c84cfaa423bc [2024-07-30T07:32:33.887Z] Step 4/10 : WORKDIR /device-sdk-go [2024-07-30T07:32:33.887Z] ---> Running in 0ff4211e9898 [2024-07-30T07:32:34.156Z] Removing intermediate container 0ff4211e9898 [2024-07-30T07:32:34.156Z] ---> 0faf173cefc8 [2024-07-30T07:32:34.156Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-30T07:32:34.156Z] ---> Running in fc48e9b9ba63 [2024-07-30T07:32:34.423Z] Removing intermediate container fc48e9b9ba63 [2024-07-30T07:32:34.423Z] ---> 6782af544b4d [2024-07-30T07:32:34.423Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-07-30T07:32:34.690Z] ---> Running in d5bf4222ca15 [2024-07-30T07:32:35.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T07:32:36.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T07:32:37.197Z] OK: 266 MiB in 52 packages [2024-07-30T07:32:38.161Z] Removing intermediate container d5bf4222ca15 [2024-07-30T07:32:38.161Z] ---> 7c45064d38b7 [2024-07-30T07:32:38.161Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-30T07:32:38.744Z] ---> a71272e905d0 [2024-07-30T07:32:38.744Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T07:32:38.744Z] ---> Running in 41dd92b084a8 [2024-07-30T07:34:30.440Z] Removing intermediate container 41dd92b084a8 [2024-07-30T07:34:30.440Z] ---> d653174f5364 [2024-07-30T07:34:30.440Z] Step 9/10 : COPY . . [2024-07-30T07:34:30.440Z] ---> 43ca1e3961e9 [2024-07-30T07:34:30.440Z] Step 10/10 : RUN ${MAKE} [2024-07-30T07:34:30.440Z] ---> Running in ef7a3322904e [2024-07-30T07:34:30.440Z] noop [2024-07-30T07:34:30.440Z] Removing intermediate container ef7a3322904e [2024-07-30T07:34:30.440Z] ---> 8f7b4287d9c8 [2024-07-30T07:34:30.440Z] Successfully built 8f7b4287d9c8 [2024-07-30T07:34:30.440Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:34:30.814Z] + docker inspect -f . ci-base-image-arm64 [2024-07-30T07:34:30.814Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:34:31.038Z] prd-ubuntu20.04-docker-arm64-4c-16g-6743 does not seem to be running inside a container [2024-07-30T07:34:31.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/304 -v /w/workspace/device-sdk-go/304:/w/workspace/device-sdk-go/304:rw,z -v /w/workspace/device-sdk-go/304@tmp:/w/workspace/device-sdk-go/304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-30T07:34:32.279Z] $ docker top 0bd80e2f79eba6895f38f218866c2c0fd597d7bdbd8b06ced4381451b8c5571d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T07:34:33.125Z] + go version [2024-07-30T07:34:33.125Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-30T07:34:33.142Z] $ docker stop --time=1 0bd80e2f79eba6895f38f218866c2c0fd597d7bdbd8b06ced4381451b8c5571d [2024-07-30T07:34:34.766Z] $ docker rm -f --volumes 0bd80e2f79eba6895f38f218866c2c0fd597d7bdbd8b06ced4381451b8c5571d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:34:35.357Z] + docker inspect -f . ci-base-image-arm64 [2024-07-30T07:34:35.357Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:34:35.537Z] prd-ubuntu20.04-docker-arm64-4c-16g-6743 does not seem to be running inside a container [2024-07-30T07:34:35.595Z] $ 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/304 -v /w/workspace/device-sdk-go/304:/w/workspace/device-sdk-go/304:rw,z -v /w/workspace/device-sdk-go/304@tmp:/w/workspace/device-sdk-go/304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-30T07:34:36.761Z] $ docker top 19a0251818b664c9d86c5e047f1a9989a34d6765f2f0188fd5f390cc7624de93 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T07:34:37.578Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/304 [Pipeline] fileExists [Pipeline] sh [2024-07-30T07:34:37.920Z] + make test [2024-07-30T07:34:37.920Z] go test -race -coverprofile=coverage.out ./... [2024-07-30T07:35:16.829Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-07-30T07:38:53.812Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-07-30T07:38:53.812Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-07-30T07:38:53.812Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-07-30T07:38:53.812Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-07-30T07:38:53.812Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-07-30T07:39:06.121Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.110s coverage: 27.0% of statements [2024-07-30T07:39:09.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.158s coverage: 79.4% of statements [2024-07-30T07:39:16.071Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-07-30T07:39:16.071Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-07-30T07:39:16.340Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.281s coverage: 86.0% of statements [2024-07-30T07:39:21.231Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-07-30T07:39:21.499Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.479s coverage: 52.2% of statements [2024-07-30T07:39:25.747Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.139s coverage: 14.4% of statements [2024-07-30T07:39:25.747Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.553s coverage: 44.6% of statements [2024-07-30T07:39:26.711Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-07-30T07:39:26.711Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-07-30T07:39:28.116Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.297s coverage: 68.5% of statements [2024-07-30T07:39:30.692Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.435s coverage: 89.2% of statements [2024-07-30T07:39:34.027Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-07-30T07:39:34.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.236s coverage: 5.4% of statements [2024-07-30T07:39:36.378Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-30T07:39:36.378Z] GO111MODULE=on go vet ./... [2024-07-30T07:43:13.142Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-30T07:43:13.142Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-30T07:43:13.142Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-30T07:43:13.162Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-30T07:43:13.180Z] $ docker stop --time=1 19a0251818b664c9d86c5e047f1a9989a34d6765f2f0188fd5f390cc7624de93 [2024-07-30T07:43:15.192Z] $ docker rm -f --volumes 19a0251818b664c9d86c5e047f1a9989a34d6765f2f0188fd5f390cc7624de93 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T07:43:17.782Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-30T07:43:17.809Z] Warning: overwriting stash ‘coverage-report’ [2024-07-30T07:43:18.353Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-30T07:43:18.768Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-30T07:43:19.083Z] + ls -al . [2024-07-30T07:43:19.083Z] total 376 [2024-07-30T07:43:19.083Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 30 07:34 . [2024-07-30T07:43:19.083Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 07:31 .. [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 30 07:31 .dockerignore [2024-07-30T07:43:19.083Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 07:31 .git [2024-07-30T07:43:19.083Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 07:31 .github [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 30 07:31 .gitignore [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 30 07:31 .golangci.yml [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 48109 Jul 30 07:31 CHANGELOG.md [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 30 07:31 GOVERNANCE.md [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 30 07:31 Jenkinsfile [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 30 07:31 LICENSE [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 30 07:31 Makefile [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 30 07:31 OWNERS.md [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 30 07:31 README.md [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 30 07:28 VERSION [2024-07-30T07:43:19.083Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 07:31 bin [2024-07-30T07:43:19.083Z] -rw-r--r-- 1 jenkins jenkins 125703 Jul 30 07:39 coverage.out [2024-07-30T07:43:19.083Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 30 07:31 example [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 6996 Jul 30 07:31 go.mod [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 101460 Jul 30 07:31 go.sum [2024-07-30T07:43:19.083Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 30 07:31 internal [2024-07-30T07:43:19.083Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 07:31 openapi [2024-07-30T07:43:19.083Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 30 07:31 pkg [2024-07-30T07:43:19.083Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 07:31 snap [2024-07-30T07:43:19.083Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 30 07:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:43:19.425Z] + 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=5c2a377d73b399f8f8c2d20a5426d9b5e769b74b --label arch=arm64 --label version=3.2.0-dev.29 . [2024-07-30T07:43:20.010Z] Sending build context to Docker daemon 13.13MB [2024-07-30T07:43:20.010Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T07:43:20.010Z] Step 2/24 : FROM ${BASE} AS builder [2024-07-30T07:43:20.010Z] ---> 8f7b4287d9c8 [2024-07-30T07:43:20.010Z] Step 3/24 : ARG MAKE=make build [2024-07-30T07:43:20.010Z] ---> Running in e0d612741fd3 [2024-07-30T07:43:20.288Z] Removing intermediate container e0d612741fd3 [2024-07-30T07:43:20.288Z] ---> 6136f4de6382 [2024-07-30T07:43:20.288Z] Step 4/24 : WORKDIR /device-sdk-go [2024-07-30T07:43:20.556Z] ---> Running in 49c3e890e877 [2024-07-30T07:43:20.825Z] Removing intermediate container 49c3e890e877 [2024-07-30T07:43:20.825Z] ---> bdd41f5d2df3 [2024-07-30T07:43:20.825Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-30T07:43:20.825Z] ---> Running in 97a42e9d786d [2024-07-30T07:43:21.095Z] Removing intermediate container 97a42e9d786d [2024-07-30T07:43:21.095Z] ---> 012fb4db5288 [2024-07-30T07:43:21.095Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-07-30T07:43:21.095Z] ---> Running in 44097d0540af [2024-07-30T07:43:22.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T07:43:22.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T07:43:23.606Z] OK: 266 MiB in 52 packages [2024-07-30T07:43:24.917Z] Removing intermediate container 44097d0540af [2024-07-30T07:43:24.917Z] ---> 33d715e662e7 [2024-07-30T07:43:24.917Z] Step 7/24 : COPY go.mod vendor* ./ [2024-07-30T07:43:24.917Z] ---> 8cd5f7d71f42 [2024-07-30T07:43:24.917Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T07:43:25.744Z] ---> Running in 0c599cf8d3a5 [2024-07-30T07:43:27.155Z] Removing intermediate container 0c599cf8d3a5 [2024-07-30T07:43:27.155Z] ---> 9121f56dd984 [2024-07-30T07:43:27.155Z] Step 9/24 : COPY . . [2024-07-30T07:43:28.564Z] ---> e3c397b0763c [2024-07-30T07:43:28.564Z] Step 10/24 : RUN ${MAKE} [2024-07-30T07:43:28.829Z] ---> Running in 510e061a81f6 [2024-07-30T07:43:29.783Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.29 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.29" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-07-30T07:46:51.703Z] Removing intermediate container 510e061a81f6 [2024-07-30T07:46:51.703Z] ---> 11af2a3e84cb [2024-07-30T07:46:51.703Z] Step 11/24 : FROM alpine:3.18 [2024-07-30T07:46:51.703Z] 3.18: Pulling from library/alpine [2024-07-30T07:46:51.703Z] 4983c3fe2029: Pulling fs layer [2024-07-30T07:46:51.703Z] 4983c3fe2029: Verifying Checksum [2024-07-30T07:46:51.703Z] 4983c3fe2029: Download complete [2024-07-30T07:46:51.703Z] 4983c3fe2029: Pull complete [2024-07-30T07:46:51.703Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-30T07:46:51.703Z] Status: Downloaded newer image for alpine:3.18 [2024-07-30T07:46:51.703Z] ---> a0237000ae83 [2024-07-30T07:46:51.703Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-07-30T07:46:51.703Z] ---> Running in c29f3376b6f1 [2024-07-30T07:46:51.703Z] Removing intermediate container c29f3376b6f1 [2024-07-30T07:46:51.703Z] ---> 6a0dbe7e188f [2024-07-30T07:46:51.703Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-07-30T07:46:51.703Z] ---> Running in fd41dcd09854 [2024-07-30T07:46:51.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T07:46:51.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T07:46:51.703Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-30T07:46:51.703Z] Executing busybox-1.36.1-r7.trigger [2024-07-30T07:46:51.703Z] OK: 8 MiB in 16 packages [2024-07-30T07:46:52.658Z] Removing intermediate container fd41dcd09854 [2024-07-30T07:46:52.658Z] ---> d6366ee24369 [2024-07-30T07:46:52.658Z] Step 14/24 : RUN apk --no-cache upgrade [2024-07-30T07:46:52.658Z] ---> Running in 305c33d50c6a [2024-07-30T07:46:53.611Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T07:46:53.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T07:46:54.826Z] OK: 8 MiB in 16 packages [2024-07-30T07:46:55.405Z] Removing intermediate container 305c33d50c6a [2024-07-30T07:46:55.405Z] ---> c287b629f80c [2024-07-30T07:46:55.405Z] Step 15/24 : WORKDIR / [2024-07-30T07:46:55.670Z] ---> Running in 3a4dd8fb3d45 [2024-07-30T07:46:55.935Z] Removing intermediate container 3a4dd8fb3d45 [2024-07-30T07:46:55.935Z] ---> 7cae464f8ad4 [2024-07-30T07:46:55.935Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-07-30T07:46:56.514Z] ---> 5f82d1c456d8 [2024-07-30T07:46:56.514Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-07-30T07:46:58.447Z] ---> cce29939021c [2024-07-30T07:46:58.447Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-07-30T07:46:59.036Z] ---> 383d2f93f340 [2024-07-30T07:46:59.036Z] Step 19/24 : EXPOSE 59999 [2024-07-30T07:46:59.036Z] ---> Running in f4ee18917fc6 [2024-07-30T07:46:59.301Z] Removing intermediate container f4ee18917fc6 [2024-07-30T07:46:59.301Z] ---> f2cde4df86e6 [2024-07-30T07:46:59.301Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-07-30T07:46:59.301Z] ---> Running in 5ccd3eb467b3 [2024-07-30T07:46:59.884Z] Removing intermediate container 5ccd3eb467b3 [2024-07-30T07:46:59.884Z] ---> 78ef1db03834 [2024-07-30T07:46:59.884Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-30T07:46:59.884Z] ---> Running in 95f73cd5b415 [2024-07-30T07:47:00.151Z] Removing intermediate container 95f73cd5b415 [2024-07-30T07:47:00.151Z] ---> 08d4e2818ad5 [2024-07-30T07:47:00.151Z] Step 22/24 : LABEL arch=arm64 [2024-07-30T07:47:00.151Z] ---> Running in 646583f332bc [2024-07-30T07:47:00.417Z] Removing intermediate container 646583f332bc [2024-07-30T07:47:00.417Z] ---> 3f05e0763b29 [2024-07-30T07:47:00.417Z] Step 23/24 : LABEL git_sha=5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [2024-07-30T07:47:00.417Z] ---> Running in 9512efbdfa7c [2024-07-30T07:47:00.685Z] Removing intermediate container 9512efbdfa7c [2024-07-30T07:47:00.685Z] ---> b75e37d96f43 [2024-07-30T07:47:00.685Z] Step 24/24 : LABEL version=3.2.0-dev.29 [2024-07-30T07:47:00.949Z] ---> Running in 28ae099d6f97 [2024-07-30T07:47:01.226Z] Removing intermediate container 28ae099d6f97 [2024-07-30T07:47:01.226Z] ---> 9f06a52d4be4 [2024-07-30T07:47:01.226Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-30T07:47:01.226Z] Successfully built 9f06a52d4be4 [2024-07-30T07:47:01.226Z] 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:47:01.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-30T07:47:01.675Z] [2024-07-30T07:47:01.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:47:02.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-30T07:47:02.014Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-30T07:47:02.014Z] 8998bd30e6a1: Pulling fs layer [2024-07-30T07:47:02.014Z] 04944245beec: Pulling fs layer [2024-07-30T07:47:02.014Z] 699f458cf7ca: Pulling fs layer [2024-07-30T07:47:02.014Z] 765212b225bb: Pulling fs layer [2024-07-30T07:47:02.014Z] f23df028b6ca: Pulling fs layer [2024-07-30T07:47:02.014Z] d65c8cfc05b1: Pulling fs layer [2024-07-30T07:47:02.014Z] 2437ff75d9bd: Pulling fs layer [2024-07-30T07:47:02.014Z] 765212b225bb: Waiting [2024-07-30T07:47:02.014Z] f23df028b6ca: Waiting [2024-07-30T07:47:02.014Z] d65c8cfc05b1: Waiting [2024-07-30T07:47:02.014Z] 2437ff75d9bd: Waiting [2024-07-30T07:47:02.281Z] 04944245beec: Verifying Checksum [2024-07-30T07:47:02.281Z] 04944245beec: Download complete [2024-07-30T07:47:02.281Z] 765212b225bb: Verifying Checksum [2024-07-30T07:47:02.281Z] 765212b225bb: Download complete [2024-07-30T07:47:02.281Z] f23df028b6ca: Verifying Checksum [2024-07-30T07:47:02.281Z] f23df028b6ca: Download complete [2024-07-30T07:47:02.281Z] d65c8cfc05b1: Verifying Checksum [2024-07-30T07:47:02.281Z] d65c8cfc05b1: Download complete [2024-07-30T07:47:02.549Z] 699f458cf7ca: Verifying Checksum [2024-07-30T07:47:02.549Z] 699f458cf7ca: Download complete [2024-07-30T07:47:02.815Z] 8998bd30e6a1: Verifying Checksum [2024-07-30T07:47:02.815Z] 8998bd30e6a1: Download complete [2024-07-30T07:47:05.395Z] 2437ff75d9bd: Verifying Checksum [2024-07-30T07:47:05.395Z] 2437ff75d9bd: Download complete [2024-07-30T07:47:07.336Z] 8998bd30e6a1: Pull complete [2024-07-30T07:47:07.918Z] 04944245beec: Pull complete [2024-07-30T07:47:09.321Z] 699f458cf7ca: Pull complete [2024-07-30T07:47:09.586Z] 765212b225bb: Pull complete [2024-07-30T07:47:10.544Z] f23df028b6ca: Pull complete [2024-07-30T07:47:10.810Z] d65c8cfc05b1: Pull complete [2024-07-30T07:47:29.003Z] 2437ff75d9bd: Pull complete [2024-07-30T07:47:29.003Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-30T07:47:29.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-30T07:47:29.003Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:47:29.219Z] prd-ubuntu20.04-docker-arm64-4c-16g-6743 does not seem to be running inside a container [2024-07-30T07:47:29.271Z] $ 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/304 -v /w/workspace/device-sdk-go/304:/w/workspace/device-sdk-go/304:rw,z -v /w/workspace/device-sdk-go/304@tmp:/w/workspace/device-sdk-go/304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-30T07:47:31.903Z] $ docker top e19c84008bc8c168aa518b2c0a31e182a79026bb49d12b3b25bf14a4b93cfe1a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:47:32.776Z] ---> job-cost.sh [2024-07-30T07:47:32.776Z] lf-activate-venv: SKIPPING [2024-07-30T07:47:32.776Z] INFO: No Stack... [2024-07-30T07:47:33.353Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-30T07:47:33.933Z] INFO: Archiving Costs [Pipeline] sh [2024-07-30T07:47:34.269Z] + cat /w/workspace/device-sdk-go/304/archives/cost.csv [2024-07-30T07:47:34.535Z] + cut -d, -f6 [Pipeline] lock [2024-07-30T07:47:34.570Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] [2024-07-30T07:47:34.579Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] did not exist. Created. [2024-07-30T07:47:34.587Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-30T07:47:35.246Z] /w/workspace/device-sdk-go/304@tmp/durable-d378a859/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-30T07:47:35.570Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-30T07:47:35.860Z] Warning: overwriting stash ‘stack-cost’ [2024-07-30T07:47:35.936Z] Stashed 1 file(s) [Pipeline] } [2024-07-30T07:47:35.944Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-304-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-30T07:47:35.963Z] $ docker stop --time=1 e19c84008bc8c168aa518b2c0a31e182a79026bb49d12b3b25bf14a4b93cfe1a [2024-07-30T07:47:37.468Z] $ docker rm -f --volumes e19c84008bc8c168aa518b2c0a31e182a79026bb49d12b3b25bf14a4b93cfe1a [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 [2024-07-30T07:47:37.998Z] provisioning config files... [2024-07-30T07:47:38.004Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6611364456721377561tmp [Pipeline] { [Pipeline] sh [2024-07-30T07:47:38.308Z] + set +x [2024-07-30T07:47:38.308Z] + curl -s https://codecov.io/bash [2024-07-30T07:47:38.308Z] + bash -s -- [2024-07-30T07:47:38.308Z] [2024-07-30T07:47:38.308Z] _____ _ [2024-07-30T07:47:38.308Z] / ____| | | [2024-07-30T07:47:38.308Z] | | ___ __| | ___ ___ _____ __ [2024-07-30T07:47:38.308Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-30T07:47:38.308Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-30T07:47:38.308Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-30T07:47:38.308Z] Bash-1.0.6 [2024-07-30T07:47:38.308Z] [2024-07-30T07:47:38.308Z] [2024-07-30T07:47:38.308Z] ==> git version 2.25.1 found [2024-07-30T07:47:38.308Z] ==> 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 [2024-07-30T07:47:38.308Z] Release-Date: 2020-01-08 [2024-07-30T07:47:38.308Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-30T07:47:38.308Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-30T07:47:38.308Z] ==> Jenkins CI detected. [2024-07-30T07:47:38.308Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2024-07-30T07:47:38.308Z] project root: . [2024-07-30T07:47:38.308Z] --> token set from env [2024-07-30T07:47:38.308Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-30T07:47:38.567Z] ==> Running gcov in . (disable via -X gcov) [2024-07-30T07:47:38.567Z] ==> Python coveragepy not found [2024-07-30T07:47:38.567Z] ==> Searching for coverage reports in: [2024-07-30T07:47:38.567Z] + . [2024-07-30T07:47:38.567Z] -> Found 1 reports [2024-07-30T07:47:38.567Z] ==> Detecting git/mercurial file structure [2024-07-30T07:47:38.567Z] ==> Reading reports [2024-07-30T07:47:38.567Z] + ./coverage.out bytes=125703 [2024-07-30T07:47:38.567Z] ==> Appending adjustments [2024-07-30T07:47:38.567Z] https://docs.codecov.io/docs/fixing-reports [2024-07-30T07:47:38.826Z] + Found adjustments [2024-07-30T07:47:38.826Z] ==> Gzipping contents [2024-07-30T07:47:38.826Z] 20K /tmp/codecov.qi1KYm.gz [2024-07-30T07:47:38.826Z] ==> Uploading reports [2024-07-30T07:47:38.826Z] url: https://codecov.io [2024-07-30T07:47:38.826Z] query: branch=main&commit=5c2a377d73b399f8f8c2d20a5426d9b5e769b74b&build=304&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F304%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-30T07:47:38.826Z] -> Pinging Codecov [2024-07-30T07:47:38.826Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=5c2a377d73b399f8f8c2d20a5426d9b5e769b74b&build=304&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F304%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-30T07:47:38.826Z] -> Uploading to [2024-07-30T07:47:38.826Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-30/7E55EF52A471D76F132DFD9A03CDDE97/5c2a377d73b399f8f8c2d20a5426d9b5e769b74b/8cde6603-8f7e-4d8b-bcd1-a3d747bad0c5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240730%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240730T074738Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d756886eae46385e23dccdd6ab2a5cc19348d0bbb177174a6e48798f76925c6 [2024-07-30T07:47:38.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-30T07:47:38.826Z] Dload Upload Total Spent Left Speed [2024-07-30T07:47:39.086Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17128 0 0 100 17128 0 67968 --:--:-- --:--:-- --:--:-- 67968 [2024-07-30T07:47:39.086Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [Pipeline] } [2024-07-30T07:47:39.094Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-30T07:47:39.324Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-30T07:47:39.342Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:47:39.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-30T07:47:39.652Z] [2024-07-30T07:47:39.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:47:39.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-30T07:47:39.963Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-30T07:47:39.963Z] 619be1103602: Already exists [2024-07-30T07:47:39.963Z] f8ea3408117e: Pulling fs layer [2024-07-30T07:47:39.963Z] 91320369b822: Pulling fs layer [2024-07-30T07:47:39.963Z] 0406650e8295: Pulling fs layer [2024-07-30T07:47:39.963Z] 4f4fb700ef54: Pulling fs layer [2024-07-30T07:47:39.963Z] 96d80e3f36e1: Pulling fs layer [2024-07-30T07:47:39.963Z] bcf3aedb951c: Pulling fs layer [2024-07-30T07:47:39.963Z] 4f4fb700ef54: Waiting [2024-07-30T07:47:39.963Z] bcf3aedb951c: Waiting [2024-07-30T07:47:39.963Z] 0406650e8295: Download complete [2024-07-30T07:47:39.963Z] f8ea3408117e: Verifying Checksum [2024-07-30T07:47:39.963Z] f8ea3408117e: Download complete [2024-07-30T07:47:39.963Z] 4f4fb700ef54: Verifying Checksum [2024-07-30T07:47:39.963Z] 4f4fb700ef54: Download complete [2024-07-30T07:47:39.963Z] f8ea3408117e: Pull complete [2024-07-30T07:47:40.221Z] 96d80e3f36e1: Verifying Checksum [2024-07-30T07:47:40.221Z] 96d80e3f36e1: Download complete [2024-07-30T07:47:40.478Z] 91320369b822: Verifying Checksum [2024-07-30T07:47:40.478Z] 91320369b822: Download complete [2024-07-30T07:47:40.734Z] bcf3aedb951c: Verifying Checksum [2024-07-30T07:47:40.734Z] bcf3aedb951c: Download complete [2024-07-30T07:47:44.914Z] 91320369b822: Pull complete [2024-07-30T07:47:46.291Z] 0406650e8295: Pull complete [2024-07-30T07:47:58.514Z] 4f4fb700ef54: Pull complete [2024-07-30T07:47:58.514Z] 96d80e3f36e1: Pull complete [2024-07-30T07:48:01.044Z] bcf3aedb951c: Pull complete [2024-07-30T07:48:01.045Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-30T07:48:01.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-30T07:48:01.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:48:01.143Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:48:01.165Z] $ 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:latest cat [2024-07-30T07:48:05.377Z] $ docker top c546da1e24d0a3056a2746e2f308be58afffab91759945ffcf06b9fcbc68e478 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T07:48:05.722Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2024-07-30T07:48:05.731Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2024-07-30T07:48:06.010Z] + set -o pipefail [2024-07-30T07:48:06.010Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2024-07-30T07:48:12.573Z] [2024-07-30T07:48:12.573Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2024-07-30T07:48:12.573Z] [2024-07-30T07:48:12.573Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/b754f7c9-87c3-414d-be74-c93dd135e87a [2024-07-30T07:48:12.573Z] [2024-07-30T07:48:12.573Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-30T07:48:12.573Z] [2024-07-30T07:48:12.573Z] [2024-07-30T07:48:12.573Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-30T07:48:12.573Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-30T07:48:12.575Z] $ docker stop --time=1 c546da1e24d0a3056a2746e2f308be58afffab91759945ffcf06b9fcbc68e478 [2024-07-30T07:48:17.419Z] $ docker rm -f --volumes c546da1e24d0a3056a2746e2f308be58afffab91759945ffcf06b9fcbc68e478 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-07-30T07:48:17.957Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T07:48:17.982Z] provisioning config files... [2024-07-30T07:48:17.990Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14638663598558494056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:18.300Z] --> edgex-publish-swagger.sh [2024-07-30T07:48:18.300Z] === Publish openapi/v3 API === [2024-07-30T07:48:18.300Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-07-30T07:48:18.300Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2024-07-30T07:48:18.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-30T07:48:18.300Z] Dload Upload Total Spent Left Speed [2024-07-30T07:48:18.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28528 100 156 100 28372 267 48582 --:--:-- --:--:-- --:--:-- 48765 100 28528 100 156 100 28372 267 48582 --:--:-- --:--:-- --:--:-- 48765 [2024-07-30T07:48:18.866Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-30T07:48:18.866Z] [Pipeline] } [2024-07-30T07:48:18.873Z] 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 [2024-07-30T07:48:19.303Z] + git log --format=format:%s -1 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b [Pipeline] sh [2024-07-30T07:48:19.587Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T07:48:19.588Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:48:19.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T07:48:19.885Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:48:19.956Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:48:19.974Z] $ 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 [2024-07-30T07:48:20.451Z] $ docker top 69b9510fb2116bf9a1c4203be0624cd4ece625d60033bce8c0d63d3052b0505a -eo pid,comm [2024-07-30T07:48:20.500Z] 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). [2024-07-30T07:48:20.500Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T07:48:20.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T07:48:20.563Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T07:48:20.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T07:48:20.660Z] $ docker exec 69b9510fb2116bf9a1c4203be0624cd4ece625d60033bce8c0d63d3052b0505a ssh-agent [2024-07-30T07:48:20.773Z] SSH_AUTH_SOCK=/tmp/ssh-QjZAjPVTnCbV/agent.32 [2024-07-30T07:48:20.773Z] SSH_AGENT_PID=38 [2024-07-30T07:48:20.777Z] Running ssh-add (command line suppressed) [2024-07-30T07:48:20.883Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13801152926487224405.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13801152926487224405.key) [2024-07-30T07:48:20.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T07:48:21.194Z] + git semver tag [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,353 [run_tag] DEBUG tag force:False [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,354 [check_head_tag] DEBUG check head tag [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,356 [execute] INFO git cat-file --batch-check [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,359 [execute] INFO git cat-file --batch [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,360 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,387 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,387 [execute] INFO git tag -a v3.2.0-dev.29 -m v3.2.0-dev.29 [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,387 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.29', '-m', 'v3.2.0-dev.29'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-30T07:48:21.454Z] 2024-07-30 07:48:21,392 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:48:21.454Z] 3.2.0-dev.29 [Pipeline] } [2024-07-30T07:48:21.458Z] $ docker exec --env ******** --env ******** 69b9510fb2116bf9a1c4203be0624cd4ece625d60033bce8c0d63d3052b0505a ssh-agent -k [2024-07-30T07:48:21.564Z] unset SSH_AUTH_SOCK; [2024-07-30T07:48:21.565Z] unset SSH_AGENT_PID; [2024-07-30T07:48:21.565Z] echo Agent pid 38 killed; [2024-07-30T07:48:21.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T07:48:21.908Z] + git semver [Pipeline] } [2024-07-30T07:48:22.174Z] $ docker stop --time=1 69b9510fb2116bf9a1c4203be0624cd4ece625d60033bce8c0d63d3052b0505a [2024-07-30T07:48:23.424Z] $ docker rm -f --volumes 69b9510fb2116bf9a1c4203be0624cd4ece625d60033bce8c0d63d3052b0505a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:48:23.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-30T07:48:23.828Z] [2024-07-30T07:48:23.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:48:24.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-30T07:48:24.132Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-30T07:48:24.132Z] ab5ef0e58194: Pulling fs layer [2024-07-30T07:48:24.132Z] 9712f1f96733: Pulling fs layer [2024-07-30T07:48:24.132Z] 63f879dbbcfc: Pulling fs layer [2024-07-30T07:48:24.132Z] 0d9ebad4ef96: Pulling fs layer [2024-07-30T07:48:24.132Z] e9a5061849ea: Pulling fs layer [2024-07-30T07:48:24.132Z] d747dcd14b5f: Pulling fs layer [2024-07-30T07:48:24.132Z] 2de7ff778b66: Pulling fs layer [2024-07-30T07:48:24.132Z] e9a5061849ea: Waiting [2024-07-30T07:48:24.132Z] d747dcd14b5f: Waiting [2024-07-30T07:48:24.132Z] 0d9ebad4ef96: Waiting [2024-07-30T07:48:24.132Z] 2de7ff778b66: Waiting [2024-07-30T07:48:24.132Z] 9712f1f96733: Verifying Checksum [2024-07-30T07:48:24.132Z] 9712f1f96733: Download complete [2024-07-30T07:48:24.390Z] 63f879dbbcfc: Verifying Checksum [2024-07-30T07:48:24.390Z] 63f879dbbcfc: Download complete [2024-07-30T07:48:24.648Z] 0d9ebad4ef96: Verifying Checksum [2024-07-30T07:48:24.648Z] 0d9ebad4ef96: Download complete [2024-07-30T07:48:24.648Z] e9a5061849ea: Verifying Checksum [2024-07-30T07:48:24.648Z] e9a5061849ea: Download complete [2024-07-30T07:48:24.648Z] d747dcd14b5f: Download complete [2024-07-30T07:48:24.648Z] ab5ef0e58194: Download complete [2024-07-30T07:48:24.648Z] 2de7ff778b66: Verifying Checksum [2024-07-30T07:48:24.648Z] 2de7ff778b66: Download complete [2024-07-30T07:48:27.181Z] ab5ef0e58194: Pull complete [2024-07-30T07:48:27.181Z] 9712f1f96733: Pull complete [2024-07-30T07:48:27.748Z] 63f879dbbcfc: Pull complete [2024-07-30T07:48:31.935Z] 0d9ebad4ef96: Pull complete [2024-07-30T07:48:31.935Z] e9a5061849ea: Pull complete [2024-07-30T07:48:31.935Z] d747dcd14b5f: Pull complete [2024-07-30T07:48:32.502Z] 2de7ff778b66: Pull complete [2024-07-30T07:48:32.502Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-30T07:48:32.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-30T07:48:32.502Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:48:32.592Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:48:32.616Z] $ 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 [2024-07-30T07:48:37.802Z] $ docker top 0f9a3e2430a9059255fc904549ede011b127b550130b464c0a758b6229964024 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-30T07:48:37.888Z] provisioning config files... [2024-07-30T07:48:37.895Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1564286199664319009tmp [2024-07-30T07:48:37.904Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4058146052385618354tmp [2024-07-30T07:48:37.911Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5008099406193871462tmp [Pipeline] { [Pipeline] echo [2024-07-30T07:48:37.941Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:38.239Z] ---> sigul-configuration.sh [2024-07-30T07:48:38.239Z] gpg: directory `/root/.gnupg' created [2024-07-30T07:48:38.239Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-30T07:48:38.239Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-30T07:48:38.239Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-30T07:48:38.239Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-30T07:48:38.239Z] gpg: CAST5 encrypted data [2024-07-30T07:48:38.239Z] gpg: encrypted with 1 passphrase [2024-07-30T07:48:38.239Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-30T07:48:38.529Z] + mkdir /home/jenkins [2024-07-30T07:48:38.529Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-30T07:48:38.820Z] + 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 [2024-07-30T07:48:38.832Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:39.123Z] ---> sigul-install.sh [2024-07-30T07:48:39.123Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-30T07:48:39.417Z] + git tag --list [2024-07-30T07:48:39.417Z] 0.7.1 [2024-07-30T07:48:39.417Z] delhi-tag [2024-07-30T07:48:39.417Z] v1.0.0 [2024-07-30T07:48:39.417Z] v1.1.0 [2024-07-30T07:48:39.417Z] v1.1.1 [2024-07-30T07:48:39.417Z] v1.1.2 [2024-07-30T07:48:39.417Z] v1.2.0 [2024-07-30T07:48:39.417Z] v1.2.1 [2024-07-30T07:48:39.417Z] v1.2.2 [2024-07-30T07:48:39.417Z] v1.2.3 [2024-07-30T07:48:39.417Z] v1.3.0 [2024-07-30T07:48:39.417Z] v1.4.0 [2024-07-30T07:48:39.417Z] v2.0.0 [2024-07-30T07:48:39.417Z] v2.1.0 [2024-07-30T07:48:39.417Z] v2.1.1 [2024-07-30T07:48:39.417Z] v2.2.0 [2024-07-30T07:48:39.417Z] v2.3.0 [2024-07-30T07:48:39.417Z] v2.3.1 [2024-07-30T07:48:39.417Z] v3.0 [2024-07-30T07:48:39.417Z] v3.0.0 [2024-07-30T07:48:39.417Z] v3.0.1-dev.1 [2024-07-30T07:48:39.417Z] v3.1 [2024-07-30T07:48:39.417Z] v3.1.0 [2024-07-30T07:48:39.417Z] v3.1.0-dev.1 [2024-07-30T07:48:39.417Z] v3.1.0-dev.10 [2024-07-30T07:48:39.417Z] v3.1.0-dev.11 [2024-07-30T07:48:39.417Z] v3.1.0-dev.12 [2024-07-30T07:48:39.417Z] v3.1.0-dev.13 [2024-07-30T07:48:39.417Z] v3.1.0-dev.14 [2024-07-30T07:48:39.417Z] v3.1.0-dev.15 [2024-07-30T07:48:39.417Z] v3.1.0-dev.16 [2024-07-30T07:48:39.417Z] v3.1.0-dev.17 [2024-07-30T07:48:39.417Z] v3.1.0-dev.18 [2024-07-30T07:48:39.417Z] v3.1.0-dev.19 [2024-07-30T07:48:39.417Z] v3.1.0-dev.2 [2024-07-30T07:48:39.417Z] v3.1.0-dev.20 [2024-07-30T07:48:39.417Z] v3.1.0-dev.21 [2024-07-30T07:48:39.417Z] v3.1.0-dev.22 [2024-07-30T07:48:39.417Z] v3.1.0-dev.23 [2024-07-30T07:48:39.417Z] v3.1.0-dev.24 [2024-07-30T07:48:39.417Z] v3.1.0-dev.25 [2024-07-30T07:48:39.417Z] v3.1.0-dev.26 [2024-07-30T07:48:39.417Z] v3.1.0-dev.27 [2024-07-30T07:48:39.417Z] v3.1.0-dev.28 [2024-07-30T07:48:39.417Z] v3.1.0-dev.29 [2024-07-30T07:48:39.417Z] v3.1.0-dev.3 [2024-07-30T07:48:39.417Z] v3.1.0-dev.30 [2024-07-30T07:48:39.417Z] v3.1.0-dev.31 [2024-07-30T07:48:39.417Z] v3.1.0-dev.32 [2024-07-30T07:48:39.417Z] v3.1.0-dev.33 [2024-07-30T07:48:39.417Z] v3.1.0-dev.34 [2024-07-30T07:48:39.417Z] v3.1.0-dev.35 [2024-07-30T07:48:39.417Z] v3.1.0-dev.36 [2024-07-30T07:48:39.417Z] v3.1.0-dev.37 [2024-07-30T07:48:39.417Z] v3.1.0-dev.38 [2024-07-30T07:48:39.417Z] v3.1.0-dev.39 [2024-07-30T07:48:39.417Z] v3.1.0-dev.4 [2024-07-30T07:48:39.417Z] v3.1.0-dev.40 [2024-07-30T07:48:39.417Z] v3.1.0-dev.41 [2024-07-30T07:48:39.417Z] v3.1.0-dev.5 [2024-07-30T07:48:39.417Z] v3.1.0-dev.6 [2024-07-30T07:48:39.417Z] v3.1.0-dev.7 [2024-07-30T07:48:39.417Z] v3.1.0-dev.8 [2024-07-30T07:48:39.417Z] v3.1.0-dev.9 [2024-07-30T07:48:39.417Z] v3.1.1 [2024-07-30T07:48:39.417Z] v3.1.1-dev.1 [2024-07-30T07:48:39.417Z] v3.2.0-dev.1 [2024-07-30T07:48:39.417Z] v3.2.0-dev.10 [2024-07-30T07:48:39.417Z] v3.2.0-dev.11 [2024-07-30T07:48:39.417Z] v3.2.0-dev.12 [2024-07-30T07:48:39.417Z] v3.2.0-dev.13 [2024-07-30T07:48:39.417Z] v3.2.0-dev.14 [2024-07-30T07:48:39.417Z] v3.2.0-dev.15 [2024-07-30T07:48:39.417Z] v3.2.0-dev.16 [2024-07-30T07:48:39.417Z] v3.2.0-dev.17 [2024-07-30T07:48:39.417Z] v3.2.0-dev.18 [2024-07-30T07:48:39.417Z] v3.2.0-dev.19 [2024-07-30T07:48:39.417Z] v3.2.0-dev.2 [2024-07-30T07:48:39.417Z] v3.2.0-dev.20 [2024-07-30T07:48:39.417Z] v3.2.0-dev.21 [2024-07-30T07:48:39.417Z] v3.2.0-dev.22 [2024-07-30T07:48:39.417Z] v3.2.0-dev.23 [2024-07-30T07:48:39.417Z] v3.2.0-dev.24 [2024-07-30T07:48:39.417Z] v3.2.0-dev.25 [2024-07-30T07:48:39.417Z] v3.2.0-dev.26 [2024-07-30T07:48:39.417Z] v3.2.0-dev.27 [2024-07-30T07:48:39.417Z] v3.2.0-dev.28 [2024-07-30T07:48:39.417Z] v3.2.0-dev.29 [2024-07-30T07:48:39.417Z] v3.2.0-dev.3 [2024-07-30T07:48:39.417Z] v3.2.0-dev.4 [2024-07-30T07:48:39.417Z] v3.2.0-dev.5 [2024-07-30T07:48:39.417Z] v3.2.0-dev.6 [2024-07-30T07:48:39.417Z] v3.2.0-dev.7 [2024-07-30T07:48:39.417Z] v3.2.0-dev.8 [2024-07-30T07:48:39.417Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-30T07:48:39.710Z] + lftools sign git-tag v3.2.0-dev.29 [2024-07-30T07:48:40.279Z] Signing Git tag with Sigul... [2024-07-30T07:48:40.279Z] Signing v3.2.0-dev.29 [Pipeline] echo [2024-07-30T07:48:40.554Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:40.845Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-30T07:48:40.852Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-30T07:48:40.877Z] $ docker stop --time=1 0f9a3e2430a9059255fc904549ede011b127b550130b464c0a758b6229964024 [2024-07-30T07:48:42.210Z] $ docker rm -f --volumes 0f9a3e2430a9059255fc904549ede011b127b550130b464c0a758b6229964024 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-30T07:48:42.658Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T07:48:42.658Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:48:42.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T07:48:42.967Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:48:43.052Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:48:43.078Z] $ 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 [2024-07-30T07:48:43.401Z] $ docker top de9531f9c727ae542e0f7eea7a192f016f7fa5eb6023f4580f31b60a5a227c8d -eo pid,comm [2024-07-30T07:48:43.451Z] 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). [2024-07-30T07:48:43.451Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T07:48:43.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T07:48:43.519Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T07:48:43.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T07:48:43.621Z] $ docker exec de9531f9c727ae542e0f7eea7a192f016f7fa5eb6023f4580f31b60a5a227c8d ssh-agent [2024-07-30T07:48:43.716Z] SSH_AUTH_SOCK=/tmp/ssh-Rz6O8Mg4JKvA/agent.32 [2024-07-30T07:48:43.716Z] SSH_AGENT_PID=38 [2024-07-30T07:48:43.719Z] Running ssh-add (command line suppressed) [2024-07-30T07:48:43.812Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17069703419100968416.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17069703419100968416.key) [2024-07-30T07:48:43.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T07:48:44.118Z] + git semver bump pre [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,262 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,262 [bump_version] DEBUG bumping version:3.2.0-dev.29 on axis:pre with prefix:dev [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,262 [bump_version] DEBUG bumped version:3.2.0-dev.30 [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,262 [write_version] DEBUG write version:3.2.0-dev.30 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,262 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,262 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,264 [execute] INFO git cat-file --batch-check [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,264 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,269 [execute] INFO git cat-file --batch [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,269 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-30T07:48:44.377Z] 2024-07-30 07:48:44,274 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:48:44.377Z] 3.2.0-dev.30 [Pipeline] } [2024-07-30T07:48:44.380Z] $ docker exec --env ******** --env ******** de9531f9c727ae542e0f7eea7a192f016f7fa5eb6023f4580f31b60a5a227c8d ssh-agent -k [2024-07-30T07:48:44.480Z] unset SSH_AUTH_SOCK; [2024-07-30T07:48:44.480Z] unset SSH_AGENT_PID; [2024-07-30T07:48:44.480Z] echo Agent pid 38 killed; [2024-07-30T07:48:44.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T07:48:44.824Z] + git semver [Pipeline] } [2024-07-30T07:48:45.090Z] $ docker stop --time=1 de9531f9c727ae542e0f7eea7a192f016f7fa5eb6023f4580f31b60a5a227c8d [2024-07-30T07:48:46.362Z] $ docker rm -f --volumes de9531f9c727ae542e0f7eea7a192f016f7fa5eb6023f4580f31b60a5a227c8d [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T07:48:46.722Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T07:48:46.722Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:48:47.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T07:48:47.028Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:48:47.104Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:48:47.129Z] $ 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 [2024-07-30T07:48:47.442Z] $ docker top 5ebd52d2cd02d9fbc0adf681f39fcc79a9062069f76f2d39b6c9bd0e98b20632 -eo pid,comm [2024-07-30T07:48:47.489Z] 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). [2024-07-30T07:48:47.489Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T07:48:47.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T07:48:47.549Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T07:48:47.660Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T07:48:47.657Z] $ docker exec 5ebd52d2cd02d9fbc0adf681f39fcc79a9062069f76f2d39b6c9bd0e98b20632 ssh-agent [2024-07-30T07:48:47.765Z] SSH_AUTH_SOCK=/tmp/ssh-TZBV4m3T28Qy/agent.33 [2024-07-30T07:48:47.765Z] SSH_AGENT_PID=39 [2024-07-30T07:48:47.769Z] Running ssh-add (command line suppressed) [2024-07-30T07:48:47.861Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16776752607262035754.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16776752607262035754.key) [2024-07-30T07:48:47.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T07:48:48.165Z] + git semver push [2024-07-30T07:48:48.424Z] 2024-07-30 07:48:48,315 [run_push] DEBUG push [2024-07-30T07:48:48.424Z] 2024-07-30 07:48:48,316 [execute] INFO git cat-file --batch-check [2024-07-30T07:48:48.424Z] 2024-07-30 07:48:48,316 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-30T07:48:48.424Z] 2024-07-30 07:48:48,319 [execute] INFO git rev-list e067d4fb31303e588f6edceae7e1840e7d4e0769 -- [2024-07-30T07:48:48.424Z] 2024-07-30 07:48:48,320 [execute] DEBUG Popen(['git', 'rev-list', 'e067d4fb31303e588f6edceae7e1840e7d4e0769', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-30T07:48:48.424Z] 2024-07-30 07:48:48,327 [execute] INFO git fetch -v origin [2024-07-30T07:48:48.424Z] 2024-07-30 07:48:48,327 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-30T07:48:48.994Z] 2024-07-30 07:48:48,777 [run_push] DEBUG no remote changes detected [2024-07-30T07:48:48.994Z] 2024-07-30 07:48:48,778 [execute] INFO git push origin semver [2024-07-30T07:48:48.994Z] 2024-07-30 07:48:48,778 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-30T07:48:49.562Z] 2024-07-30 07:48:49,462 [run_push] DEBUG push all version tags [2024-07-30T07:48:49.562Z] 2024-07-30 07:48:49,463 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-30T07:48:49.562Z] 2024-07-30 07:48:49,463 [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) [2024-07-30T07:48:50.501Z] 2024-07-30 07:48:50,194 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-30T07:48:50.502Z] 3.2.0-dev.30 [Pipeline] } [2024-07-30T07:48:50.505Z] $ docker exec --env ******** --env ******** 5ebd52d2cd02d9fbc0adf681f39fcc79a9062069f76f2d39b6c9bd0e98b20632 ssh-agent -k [2024-07-30T07:48:50.603Z] unset SSH_AUTH_SOCK; [2024-07-30T07:48:50.603Z] unset SSH_AGENT_PID; [2024-07-30T07:48:50.603Z] echo Agent pid 39 killed; [2024-07-30T07:48:50.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T07:48:50.940Z] + git semver [Pipeline] } [2024-07-30T07:48:51.204Z] $ docker stop --time=1 5ebd52d2cd02d9fbc0adf681f39fcc79a9062069f76f2d39b6c9bd0e98b20632 [2024-07-30T07:48:52.486Z] $ docker rm -f --volumes 5ebd52d2cd02d9fbc0adf681f39fcc79a9062069f76f2d39b6c9bd0e98b20632 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-30T07:48:53.136Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2024-07-30T07:48:53.137Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-30T07:48:53.137Z] total 16 [2024-07-30T07:48:53.137Z] drwxr-xr-x 3 root root 4096 Jul 30 07:32 . [2024-07-30T07:48:53.137Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 30 07:48 .. [2024-07-30T07:48:53.137Z] drwxr-xr-x 2 root root 4096 Jul 30 07:32 cost [2024-07-30T07:48:53.137Z] -rw-r--r-- 1 root root 85 Jul 30 07:32 cost.csv [2024-07-30T07:48:53.137Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-30T07:48:53.137Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-30T07:48:53.137Z] total 16 [2024-07-30T07:48:53.137Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 30 07:32 . [2024-07-30T07:48:53.137Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 30 07:48 .. [2024-07-30T07:48:53.137Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 30 07:32 cost [2024-07-30T07:48:53.137Z] -rw-r--r-- 1 jenkins jenkins 85 Jul 30 07:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:53.421Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:54.276Z] ---> package-listing.sh [2024-07-30T07:48:54.276Z] ++ facter osfamily [2024-07-30T07:48:54.276Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-30T07:48:54.534Z] + OS_FAMILY=debian [2024-07-30T07:48:54.534Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2024-07-30T07:48:54.534Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-30T07:48:54.534Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-30T07:48:54.534Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-30T07:48:54.534Z] + PACKAGES=/tmp/packages_start.txt [2024-07-30T07:48:54.534Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-07-30T07:48:54.534Z] + PACKAGES=/tmp/packages_end.txt [2024-07-30T07:48:54.534Z] + case "${OS_FAMILY}" in [2024-07-30T07:48:54.534Z] + dpkg -l [2024-07-30T07:48:54.534Z] + grep '^ii' [2024-07-30T07:48:54.534Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-30T07:48:54.534Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-30T07:48:54.534Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-30T07:48:54.534Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-07-30T07:48:54.534Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2024-07-30T07:48:54.534Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2024-07-30T07:48:54.545Z] 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 [2024-07-30T07:48:54.821Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T07:48:55.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T07:48:55.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T07:48:55.456Z] prd-ubuntu20.04-docker-8c-8g-6740 does not seem to be running inside a container [2024-07-30T07:48:55.477Z] $ 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 [2024-07-30T07:48:55.683Z] $ docker top ef74bb2e08a5d66f11d45095f4c1e90feddd205285c3ac83dfad8bdba7b734e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T07:48:56.033Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-30T07:48:56.543Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-30T07:48:56.826Z] + ls /var/log/sa-host [2024-07-30T07:48:56.826Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T07:48:56.997Z] provisioning config files... [2024-07-30T07:48:57.006Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1264893565878947782tmp [Pipeline] { [Pipeline] echo [2024-07-30T07:48:57.023Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:57.305Z] ---> create-netrc.sh [Pipeline] } [2024-07-30T07:48:57.313Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:57.663Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-30T07:48:57.673Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:57.955Z] ---> sudo-logs.sh [2024-07-30T07:48:57.955Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-30T07:48:57.986Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:58.266Z] ---> job-cost.sh [2024-07-30T07:48:58.266Z] lf-activate-venv: SKIPPING [2024-07-30T07:48:58.266Z] DEBUG: total: 0.2199999988079071 [2024-07-30T07:48:58.266Z] INFO: Retrieving Stack Cost... [2024-07-30T07:48:58.524Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-30T07:48:58.783Z] INFO: Archiving Costs [Pipeline] echo [2024-07-30T07:48:58.795Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T07:48:59.077Z] ---> logs-deploy.sh [2024-07-30T07:48:59.077Z] lf-activate-venv: SKIPPING [2024-07-30T07:48:59.077Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/304 [2024-07-30T07:48:59.077Z] INFO: archiving workspace using pattern(s): [2024-07-30T07:49:00.014Z] Archives upload complete. [2024-07-30T07:49:00.014Z] INFO: archiving logs to Nexus