Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 911624c003e9e773b2d7c94646c77370a636792b 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-ssh1986303379996829720.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-ssh18271023774839145920.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-ssh15356915107873798623.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-ssh2091588771250787734.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-ssh15788219830386892001.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1035 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 911624c003e9e773b2d7c94646c77370a636792b (main) Commit message: "Merge pull request #1584 from lance5890/improve_readme" > git config core.sparsecheckout # timeout=10 > git checkout -f 911624c003e9e773b2d7c94646c77370a636792b # timeout=10 > git rev-list --no-walk 81445e9f6878a65f8ef1da1da155eafc431130c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-29T10:34:14.302Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-29T10:34:14.385Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-29T10:34:14.412Z] ========================================================= [2024-05-29T10:34:14.412Z] EdgeX Global Pipelines Version Info [2024-05-29T10:34:14.412Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:34:15.123Z] ------------------- [2024-05-29T10:34:15.123Z] stable info: [2024-05-29T10:34:15.123Z] ------------------- [2024-05-29T10:34:15.123Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T10:34:15.123Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-05-29T10:34:15.123Z] Message: update stable to v1.0.260 [2024-05-29T10:34:15.694Z] ------------------- [2024-05-29T10:34:15.694Z] experimental info: [2024-05-29T10:34:15.694Z] ------------------- [2024-05-29T10:34:15.694Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T10:34:15.694Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-29T10:34:15.694Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-05-29T10:34:15.779Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2024-05-29T10:34:15.803Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2024-05-29T10:34:15.822Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-29T10:34:15.844Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-05-29T10:34:15.867Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-05-29T10:34:15.893Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-05-29T10:34:15.917Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-05-29T10:34:15.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2024-05-29T10:34:15.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-05-29T10:34:15.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-29T10:34:16.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-05-29T10:34:16.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2024-05-29T10:34:16.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-29T10:34:16.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-05-29T10:34:16.102Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-05-29T10:34:16.124Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-05-29T10:34:16.144Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-05-29T10:34:16.168Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-05-29T10:34:16.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-29T10:34:16.211Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-05-29T10:34:16.233Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-05-29T10:34:16.251Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-05-29T10:34:16.269Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-05-29T10:34:16.293Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-05-29T10:34:16.312Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-05-29T10:34:16.335Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-29T10:34:16.358Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-05-29T10:34:16.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-29T10:34:16.404Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-29T10:34:16.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-29T10:34:16.462Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo [2024-05-29T10:34:16.484Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 911624c [Pipeline] echo [2024-05-29T10:34:16.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T10:34:16.581Z] provisioning config files... [2024-05-29T10:34:16.600Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7820814856222841747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:34:16.935Z] ---> ****-login.sh [2024-05-29T10:34:16.935Z] nexus3.edgexfoundry.org:10001 [2024-05-29T10:34:17.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:17.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:17.195Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:17.195Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:17.195Z] [2024-05-29T10:34:17.195Z] Login Succeeded [2024-05-29T10:34:17.195Z] nexus3.edgexfoundry.org:10002 [2024-05-29T10:34:17.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:17.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:17.456Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:17.456Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:17.456Z] [2024-05-29T10:34:17.456Z] Login Succeeded [2024-05-29T10:34:17.456Z] nexus3.edgexfoundry.org:10003 [2024-05-29T10:34:17.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:17.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:17.456Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:17.456Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:17.456Z] [2024-05-29T10:34:17.456Z] Login Succeeded [2024-05-29T10:34:17.456Z] nexus3.edgexfoundry.org:10004 [2024-05-29T10:34:17.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:17.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:17.456Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:17.456Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:17.456Z] [2024-05-29T10:34:17.456Z] Login Succeeded [2024-05-29T10:34:17.456Z] ****.io [2024-05-29T10:34:17.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:17.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:17.717Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:17.717Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:17.717Z] [2024-05-29T10:34:17.717Z] Login Succeeded [2024-05-29T10:34:17.717Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T10:34:17.723Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-05-29T10:34:18.138Z] + git rev-list -1 --merges 911624c003e9e773b2d7c94646c77370a636792b~1..911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo [2024-05-29T10:34:18.166Z] -----------> git rev-list -1 --merges 911624c003e9e773b2d7c94646c77370a636792b~1..911624c003e9e773b2d7c94646c77370a636792b 911624c003e9e773b2d7c94646c77370a636792b [2024-05-29T10:34:18.166Z] 911624c003e9e773b2d7c94646c77370a636792b [false] [Pipeline] sh [2024-05-29T10:34:18.459Z] + git log --format=format:%s -1 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo [2024-05-29T10:34:18.475Z] ========================================================= [2024-05-29T10:34:18.475Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-05-29T10:34:18.475Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T10:34:18.804Z] + git log --format=format:%s -1 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] echo [2024-05-29T10:34:18.816Z] [semverPrep] GIT_COMMIT: 911624c003e9e773b2d7c94646c77370a636792b, Commit Message: Merge pull request #1584 from lance5890/improve_readme [Pipeline] echo [2024-05-29T10:34:18.834Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-05-29T10:34:19.217Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T10:34:19.217Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-29T10:34:19.217Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-29T10:34:19.217Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-29T10:34:19.217Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-29T10:34:19.217Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-29T10:34:19.217Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:34:19.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T10:34:19.634Z] [2024-05-29T10:34:19.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:34:19.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T10:34:19.934Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-29T10:34:19.934Z] b85a868b505f: Pulling fs layer [2024-05-29T10:34:19.934Z] e2be974225ed: Pulling fs layer [2024-05-29T10:34:19.934Z] 339a4e72a1f5: Pulling fs layer [2024-05-29T10:34:19.934Z] 988bab9f4d93: Pulling fs layer [2024-05-29T10:34:19.934Z] 1469e6f7b9e6: Pulling fs layer [2024-05-29T10:34:19.934Z] eaf3925da568: Pulling fs layer [2024-05-29T10:34:19.934Z] bab4dde63d76: Pulling fs layer [2024-05-29T10:34:19.934Z] bde34c3a00c8: Pulling fs layer [2024-05-29T10:34:19.934Z] b352a97aabf1: Pulling fs layer [2024-05-29T10:34:19.934Z] 4872d77fe225: Pulling fs layer [2024-05-29T10:34:19.934Z] 5851b861e8e6: Pulling fs layer [2024-05-29T10:34:19.934Z] bab4dde63d76: Waiting [2024-05-29T10:34:19.934Z] bde34c3a00c8: Waiting [2024-05-29T10:34:19.934Z] b352a97aabf1: Waiting [2024-05-29T10:34:19.934Z] 4872d77fe225: Waiting [2024-05-29T10:34:19.934Z] 5851b861e8e6: Waiting [2024-05-29T10:34:19.934Z] 1469e6f7b9e6: Waiting [2024-05-29T10:34:19.934Z] 988bab9f4d93: Waiting [2024-05-29T10:34:19.934Z] eaf3925da568: Waiting [2024-05-29T10:34:19.934Z] e2be974225ed: Verifying Checksum [2024-05-29T10:34:19.934Z] e2be974225ed: Download complete [2024-05-29T10:34:19.934Z] 988bab9f4d93: Download complete [2024-05-29T10:34:19.934Z] 1469e6f7b9e6: Verifying Checksum [2024-05-29T10:34:19.934Z] 1469e6f7b9e6: Download complete [2024-05-29T10:34:20.192Z] eaf3925da568: Verifying Checksum [2024-05-29T10:34:20.193Z] eaf3925da568: Download complete [2024-05-29T10:34:20.193Z] 339a4e72a1f5: Verifying Checksum [2024-05-29T10:34:20.193Z] 339a4e72a1f5: Download complete [2024-05-29T10:34:20.193Z] bde34c3a00c8: Verifying Checksum [2024-05-29T10:34:20.193Z] bde34c3a00c8: Download complete [2024-05-29T10:34:20.193Z] b352a97aabf1: Verifying Checksum [2024-05-29T10:34:20.193Z] b352a97aabf1: Download complete [2024-05-29T10:34:20.193Z] 4872d77fe225: Verifying Checksum [2024-05-29T10:34:20.193Z] 4872d77fe225: Download complete [2024-05-29T10:34:20.193Z] 5851b861e8e6: Download complete [2024-05-29T10:34:20.193Z] b85a868b505f: Verifying Checksum [2024-05-29T10:34:20.193Z] b85a868b505f: Download complete [2024-05-29T10:34:20.451Z] bab4dde63d76: Verifying Checksum [2024-05-29T10:34:20.452Z] bab4dde63d76: Download complete [2024-05-29T10:34:21.387Z] b85a868b505f: Pull complete [2024-05-29T10:34:21.647Z] e2be974225ed: Pull complete [2024-05-29T10:34:21.907Z] 339a4e72a1f5: Pull complete [2024-05-29T10:34:21.907Z] 988bab9f4d93: Pull complete [2024-05-29T10:34:22.168Z] 1469e6f7b9e6: Pull complete [2024-05-29T10:34:22.429Z] eaf3925da568: Pull complete [2024-05-29T10:34:23.807Z] bab4dde63d76: Pull complete [2024-05-29T10:34:24.066Z] bde34c3a00c8: Pull complete [2024-05-29T10:34:24.066Z] b352a97aabf1: Pull complete [2024-05-29T10:34:24.066Z] 4872d77fe225: Pull complete [2024-05-29T10:34:24.325Z] 5851b861e8e6: Pull complete [2024-05-29T10:34:24.325Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-29T10:34:24.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T10:34:24.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:34:24.459Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:34:24.495Z] $ 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-05-29T10:34:27.714Z] $ docker top 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe -eo pid,comm [2024-05-29T10:34:27.765Z] 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-05-29T10:34:27.765Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T10:34:27.822Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T10:34:27.822Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T10:34:27.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T10:34:27.930Z] $ docker exec 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent [2024-05-29T10:34:28.036Z] SSH_AUTH_SOCK=/tmp/ssh-nT6d41Tt8Rqv/agent.30 [2024-05-29T10:34:28.036Z] SSH_AGENT_PID=36 [2024-05-29T10:34:28.047Z] Running ssh-add (command line suppressed) [2024-05-29T10:34:28.142Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4991767244904630379.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4991767244904630379.key) [2024-05-29T10:34:28.156Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T10:34:28.456Z] + git tag --points-at HEAD [Pipeline] } [2024-05-29T10:34:28.469Z] $ docker exec --env ******** --env ******** 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent -k [2024-05-29T10:34:28.575Z] unset SSH_AUTH_SOCK; [2024-05-29T10:34:28.575Z] unset SSH_AGENT_PID; [2024-05-29T10:34:28.575Z] echo Agent pid 36 killed; [2024-05-29T10:34:28.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-29T10:34:28.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T10:34:28.624Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T10:34:28.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T10:34:28.743Z] $ docker exec 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent [2024-05-29T10:34:28.866Z] SSH_AUTH_SOCK=/tmp/ssh-Jj2v6umn6Iun/agent.69 [2024-05-29T10:34:28.866Z] SSH_AGENT_PID=75 [2024-05-29T10:34:28.871Z] Running ssh-add (command line suppressed) [2024-05-29T10:34:28.974Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16572173117267925598.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16572173117267925598.key) [2024-05-29T10:34:28.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T10:34:29.279Z] + git semver init [2024-05-29T10:34:29.539Z] 2024-05-29 10:34:29,468 [run_init] DEBUG init version:0.0.0 force:False [2024-05-29T10:34:29.539Z] 2024-05-29 10:34:29,469 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-05-29T10:34:29.539Z] 2024-05-29 10:34:29,469 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-05-29T10:34:29.539Z] 2024-05-29 10:34:29,470 [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-05-29T10:34:30.919Z] 2024-05-29 10:34:30,781 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2024-05-29T10:34:30.919Z] 2024-05-29 10:34:30,782 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2024-05-29T10:34:30.919Z] 2024-05-29 10:34:30,782 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:34:30.919Z] 2024-05-29 10:34:30,782 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:34:30.919Z] 3.2.0-dev.16 [Pipeline] } [2024-05-29T10:34:30.929Z] $ docker exec --env ******** --env ******** 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe ssh-agent -k [2024-05-29T10:34:31.027Z] unset SSH_AUTH_SOCK; [2024-05-29T10:34:31.028Z] unset SSH_AGENT_PID; [2024-05-29T10:34:31.028Z] echo Agent pid 75 killed; [2024-05-29T10:34:31.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T10:34:31.359Z] + git semver [Pipeline] } [2024-05-29T10:34:31.631Z] $ docker stop --time=1 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe [2024-05-29T10:34:32.929Z] $ docker rm -f --volumes 032c8f5fba58a2db0083302a31c95fe960ca675e4b181aec6eb8232894747dfe [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T10:34:33.285Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-29T10:34:33.546Z] Stashed 1 file(s) [Pipeline] echo [2024-05-29T10:34:33.549Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T10:34:33.721Z] provisioning config files... [2024-05-29T10:34:33.733Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1768338317432161246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:34:34.046Z] ---> ****-login.sh [2024-05-29T10:34:34.046Z] nexus3.edgexfoundry.org:10001 [2024-05-29T10:34:34.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:34.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:34.046Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:34.046Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:34.046Z] [2024-05-29T10:34:34.046Z] Login Succeeded [2024-05-29T10:34:34.046Z] nexus3.edgexfoundry.org:10002 [2024-05-29T10:34:34.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:34.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:34.047Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:34.047Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:34.047Z] [2024-05-29T10:34:34.047Z] Login Succeeded [2024-05-29T10:34:34.047Z] nexus3.edgexfoundry.org:10003 [2024-05-29T10:34:34.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:34.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:34.307Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:34.307Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:34.307Z] [2024-05-29T10:34:34.307Z] Login Succeeded [2024-05-29T10:34:34.307Z] nexus3.edgexfoundry.org:10004 [2024-05-29T10:34:34.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:34.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:34.307Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:34.307Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:34.307Z] [2024-05-29T10:34:34.307Z] Login Succeeded [2024-05-29T10:34:34.307Z] ****.io [2024-05-29T10:34:34.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:34:34.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:34:34.569Z] Configure a credential helper to remove this warning. See [2024-05-29T10:34:34.569Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:34:34.569Z] [2024-05-29T10:34:34.569Z] Login Succeeded [2024-05-29T10:34:34.569Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T10:34:34.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-29T10:34:34.671Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T10:34:34.690Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T10:34:34.703Z] ========================================================= [2024-05-29T10:34:34.703Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-05-29T10:34:34.703Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:34:35.044Z] + 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-05-29T10:34:35.044Z] Sending build context to Docker daemon 25.72MB [2024-05-29T10:34:35.044Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T10:34:35.044Z] Step 2/10 : FROM ${BASE} AS builder [2024-05-29T10:34:35.305Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-05-29T10:34:35.305Z] 619be1103602: Pulling fs layer [2024-05-29T10:34:35.305Z] 7862e08f4a3e: Pulling fs layer [2024-05-29T10:34:35.305Z] 5df492c9dc93: Pulling fs layer [2024-05-29T10:34:35.305Z] 7629e6793208: Pulling fs layer [2024-05-29T10:34:35.305Z] 4f4fb700ef54: Pulling fs layer [2024-05-29T10:34:35.305Z] fb5054dd5b73: Pulling fs layer [2024-05-29T10:34:35.305Z] 7629e6793208: Waiting [2024-05-29T10:34:35.305Z] 4f4fb700ef54: Waiting [2024-05-29T10:34:35.305Z] eeca6798cff9: Pulling fs layer [2024-05-29T10:34:35.305Z] aa269ceb94a6: Pulling fs layer [2024-05-29T10:34:35.305Z] ada007ff1a6a: Pulling fs layer [2024-05-29T10:34:35.305Z] fb5054dd5b73: Waiting [2024-05-29T10:34:35.305Z] eeca6798cff9: Waiting [2024-05-29T10:34:35.305Z] ada007ff1a6a: Waiting [2024-05-29T10:34:35.305Z] 7862e08f4a3e: Download complete [2024-05-29T10:34:35.305Z] 7629e6793208: Verifying Checksum [2024-05-29T10:34:35.305Z] 7629e6793208: Download complete [2024-05-29T10:34:35.305Z] 4f4fb700ef54: Verifying Checksum [2024-05-29T10:34:35.305Z] 4f4fb700ef54: Download complete [2024-05-29T10:34:35.305Z] fb5054dd5b73: Verifying Checksum [2024-05-29T10:34:35.305Z] fb5054dd5b73: Download complete [2024-05-29T10:34:35.305Z] 619be1103602: Verifying Checksum [2024-05-29T10:34:35.305Z] 619be1103602: Download complete [2024-05-29T10:34:35.305Z] eeca6798cff9: Verifying Checksum [2024-05-29T10:34:35.305Z] eeca6798cff9: Download complete [2024-05-29T10:34:35.305Z] 619be1103602: Pull complete [2024-05-29T10:34:35.568Z] ada007ff1a6a: Verifying Checksum [2024-05-29T10:34:35.568Z] ada007ff1a6a: Download complete [2024-05-29T10:34:35.568Z] 7862e08f4a3e: Pull complete [2024-05-29T10:34:35.826Z] 5df492c9dc93: Verifying Checksum [2024-05-29T10:34:35.826Z] 5df492c9dc93: Download complete [2024-05-29T10:34:36.085Z] aa269ceb94a6: Verifying Checksum [2024-05-29T10:34:36.085Z] aa269ceb94a6: Download complete [2024-05-29T10:34:38.609Z] 5df492c9dc93: Pull complete [2024-05-29T10:34:38.609Z] 7629e6793208: Pull complete [2024-05-29T10:34:38.609Z] 4f4fb700ef54: Pull complete [2024-05-29T10:34:38.867Z] fb5054dd5b73: Pull complete [2024-05-29T10:34:38.867Z] eeca6798cff9: Pull complete [2024-05-29T10:34:41.396Z] aa269ceb94a6: Pull complete [2024-05-29T10:34:41.655Z] ada007ff1a6a: Pull complete [2024-05-29T10:34:41.655Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-05-29T10:34:41.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-29T10:34:41.655Z] ---> f489d0715acc [2024-05-29T10:34:41.655Z] Step 3/10 : ARG MAKE=make build [2024-05-29T10:34:46.929Z] ---> Running in 3c095cec2f2f [2024-05-29T10:34:46.929Z] Removing intermediate container 3c095cec2f2f [2024-05-29T10:34:46.929Z] ---> 196e71b33810 [2024-05-29T10:34:46.929Z] Step 4/10 : WORKDIR /device-sdk-go [2024-05-29T10:34:46.929Z] ---> Running in 6bc43b1f0fb3 [2024-05-29T10:34:46.929Z] Removing intermediate container 6bc43b1f0fb3 [2024-05-29T10:34:46.929Z] ---> 393280df439d [2024-05-29T10:34:46.929Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-29T10:34:46.929Z] ---> Running in e3efe8fdfb90 [2024-05-29T10:34:46.929Z] Removing intermediate container e3efe8fdfb90 [2024-05-29T10:34:46.929Z] ---> 9bbf85a2c489 [2024-05-29T10:34:46.929Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-05-29T10:34:46.929Z] ---> Running in d25b647b18cc [2024-05-29T10:34:47.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T10:34:47.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T10:34:47.708Z] OK: 264 MiB in 52 packages [2024-05-29T10:34:47.968Z] Removing intermediate container d25b647b18cc [2024-05-29T10:34:47.968Z] ---> 6a28f1ae36a6 [2024-05-29T10:34:47.968Z] Step 7/10 : COPY go.mod vendor* ./ [2024-05-29T10:34:48.228Z] ---> aab013780f70 [2024-05-29T10:34:48.228Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T10:34:48.228Z] ---> Running in eb8eafeb2f1f [2024-05-29T10:34:48.670Z] Still waiting to schedule task [2024-05-29T10:34:48.671Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-05-29T10:35:44.531Z] Removing intermediate container eb8eafeb2f1f [2024-05-29T10:35:44.531Z] ---> a157693fd1fc [2024-05-29T10:35:44.531Z] Step 9/10 : COPY . . [2024-05-29T10:35:44.531Z] ---> 1e35f6bb5fcb [2024-05-29T10:35:44.531Z] Step 10/10 : RUN ${MAKE} [2024-05-29T10:35:44.531Z] ---> Running in 70f442223ad3 [2024-05-29T10:35:44.531Z] noop [2024-05-29T10:35:44.531Z] Removing intermediate container 70f442223ad3 [2024-05-29T10:35:44.531Z] ---> 087e4c01dd15 [2024-05-29T10:35:44.531Z] Successfully built 087e4c01dd15 [2024-05-29T10:35:44.531Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:35:44.860Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-29T10:35:44.860Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:35:44.943Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:35:44.976Z] $ 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-05-29T10:35:45.303Z] $ docker top 4934607d8ac0a56f95d7df834966acf8f3ecafc3f2bdcd313daecd9a8ec00c57 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T10:35:45.665Z] + go version [2024-05-29T10:35:45.665Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-05-29T10:35:45.681Z] $ docker stop --time=1 4934607d8ac0a56f95d7df834966acf8f3ecafc3f2bdcd313daecd9a8ec00c57 [2024-05-29T10:35:46.950Z] $ docker rm -f --volumes 4934607d8ac0a56f95d7df834966acf8f3ecafc3f2bdcd313daecd9a8ec00c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:35:47.386Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-29T10:35:47.386Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:35:47.463Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:35:47.498Z] $ 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-05-29T10:35:47.832Z] $ docker top 28272339d363c34a3e5bd2fa776eed8c83f56e6edfe9aa06e081cf0254f32441 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T10:35:48.174Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2024-05-29T10:35:48.474Z] + make test [2024-05-29T10:35:48.475Z] go test -race -coverprofile=coverage.out ./... [2024-05-29T10:35:55.043Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-05-29T10:36:23.915Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1036 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2024-05-29T10:36:23.930Z] Running in /w/workspace/device-sdk-go/291 [Pipeline] { [Pipeline] checkout [2024-05-29T10:36:23.970Z] The recommended git tool is: git [2024-05-29T10:36:31.943Z] using credential edgex-jenkins-ssh [2024-05-29T10:36:31.976Z] Cloning the remote Git repository [2024-05-29T10:36:32.043Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2024-05-29T10:36:32.230Z] > git init /w/workspace/device-sdk-go/291 # timeout=10 [2024-05-29T10:36:32.584Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2024-05-29T10:36:32.589Z] > git --version # timeout=10 [2024-05-29T10:36:32.667Z] > git --version # 'git version 2.25.1' [2024-05-29T10:36:32.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-29T10:36:33.007Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-05-29T10:36:33.750Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.045s coverage: 27.6% of statements [2024-05-29T10:36:33.750Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.053s coverage: 81.5% of statements [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-05-29T10:36:33.750Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.071s coverage: 86.0% of statements [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-05-29T10:36:33.750Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.109s coverage: 71.8% of statements [2024-05-29T10:36:33.750Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-05-29T10:36:34.688Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.054s coverage: 14.4% of statements [2024-05-29T10:36:34.688Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.826s coverage: 45.9% of statements [2024-05-29T10:36:34.688Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.085s coverage: 68.5% of statements [2024-05-29T10:36:34.688Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.123s coverage: 89.2% of statements [2024-05-29T10:36:34.688Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.067s coverage: 5.5% of statements [2024-05-29T10:36:36.711Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2024-05-29T10:36:36.753Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T10:36:38.241Z] Avoid second fetch [2024-05-29T10:36:38.242Z] Checking out Revision 911624c003e9e773b2d7c94646c77370a636792b (main) [2024-05-29T10:36:39.058Z] Commit message: "Merge pull request #1584 from lance5890/improve_readme" [2024-05-29T10:36:38.257Z] > git config core.sparsecheckout # timeout=10 [2024-05-29T10:36:38.325Z] > git checkout -f 911624c003e9e773b2d7c94646c77370a636792b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T10:36:43.892Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-29T10:36:43.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T10:36:43.892Z] Dload Upload Total Spent Left Speed [2024-05-29T10:36:43.892Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh [2024-05-29T10:36:44.249Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-29T10:36:44.588Z] + sudo tee /etc/docker/daemon.new [2024-05-29T10:36:44.588Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-29T10:36:44.588Z] { [2024-05-29T10:36:44.588Z] "registry-mirrors": [ [2024-05-29T10:36:44.588Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-29T10:36:44.588Z] ], [2024-05-29T10:36:44.588Z] "bip": "10.250.0.254/24", [2024-05-29T10:36:44.588Z] "hosts": [ [2024-05-29T10:36:44.588Z] "tcp://0.0.0.0:5555", [2024-05-29T10:36:44.588Z] "unix:///var/run/docker.sock" [2024-05-29T10:36:44.588Z] ], [2024-05-29T10:36:44.588Z] "mtu": 1458, [2024-05-29T10:36:44.588Z] "selinux-enabled": true, [2024-05-29T10:36:44.588Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-29T10:36:44.588Z] } [Pipeline] sh [2024-05-29T10:36:44.923Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-29T10:36:45.249Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T10:37:03.531Z] provisioning config files... [2024-05-29T10:37:03.557Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/291@tmp/config4081189743363279953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:37:04.009Z] ---> ****-login.sh [2024-05-29T10:37:04.009Z] nexus3.edgexfoundry.org:10001 [2024-05-29T10:37:04.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:37:04.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:37:04.554Z] Configure a credential helper to remove this warning. See [2024-05-29T10:37:04.554Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:37:04.554Z] [2024-05-29T10:37:04.554Z] Login Succeeded [2024-05-29T10:37:04.554Z] nexus3.edgexfoundry.org:10002 [2024-05-29T10:37:04.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:37:04.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:37:04.828Z] Configure a credential helper to remove this warning. See [2024-05-29T10:37:04.828Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:37:04.828Z] [2024-05-29T10:37:04.828Z] Login Succeeded [2024-05-29T10:37:04.828Z] nexus3.edgexfoundry.org:10003 [2024-05-29T10:37:05.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:37:05.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:37:05.098Z] Configure a credential helper to remove this warning. See [2024-05-29T10:37:05.098Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:37:05.098Z] [2024-05-29T10:37:05.098Z] Login Succeeded [2024-05-29T10:37:05.098Z] nexus3.edgexfoundry.org:10004 [2024-05-29T10:37:05.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:37:05.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:37:05.642Z] Configure a credential helper to remove this warning. See [2024-05-29T10:37:05.642Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:37:05.642Z] [2024-05-29T10:37:05.642Z] Login Succeeded [2024-05-29T10:37:05.642Z] ****.io [2024-05-29T10:37:05.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T10:37:05.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T10:37:05.908Z] Configure a credential helper to remove this warning. See [2024-05-29T10:37:05.908Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T10:37:05.908Z] [2024-05-29T10:37:05.908Z] Login Succeeded [2024-05-29T10:37:05.908Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T10:37:05.920Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-29T10:37:06.185Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T10:37:06.207Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T10:37:06.221Z] ========================================================= [2024-05-29T10:37:06.221Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-05-29T10:37:06.221Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:37:06.595Z] + 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-05-29T10:37:06.759Z] GO111MODULE=on go vet ./... [2024-05-29T10:37:07.194Z] Sending build context to Docker daemon 12.94MB [2024-05-29T10:37:07.194Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T10:37:07.194Z] Step 2/10 : FROM ${BASE} AS builder [2024-05-29T10:37:07.194Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-05-29T10:37:07.194Z] c6b39de5b339: Pulling fs layer [2024-05-29T10:37:07.194Z] a69c41024577: Pulling fs layer [2024-05-29T10:37:07.194Z] d6de4b400683: Pulling fs layer [2024-05-29T10:37:07.194Z] 35cb2a7552d0: Pulling fs layer [2024-05-29T10:37:07.194Z] 4f4fb700ef54: Pulling fs layer [2024-05-29T10:37:07.194Z] 464afbd9ba4c: Pulling fs layer [2024-05-29T10:37:07.194Z] 00f215d4a9da: Pulling fs layer [2024-05-29T10:37:07.194Z] d496ad576159: Pulling fs layer [2024-05-29T10:37:07.194Z] 464afbd9ba4c: Waiting [2024-05-29T10:37:07.194Z] 00f215d4a9da: Waiting [2024-05-29T10:37:07.194Z] d496ad576159: Waiting [2024-05-29T10:37:07.194Z] 4f4fb700ef54: Waiting [2024-05-29T10:37:07.194Z] 35cb2a7552d0: Waiting [2024-05-29T10:37:07.470Z] a69c41024577: Verifying Checksum [2024-05-29T10:37:07.470Z] a69c41024577: Download complete [2024-05-29T10:37:07.470Z] 35cb2a7552d0: Verifying Checksum [2024-05-29T10:37:07.470Z] 35cb2a7552d0: Download complete [2024-05-29T10:37:07.470Z] 4f4fb700ef54: Verifying Checksum [2024-05-29T10:37:07.470Z] 4f4fb700ef54: Download complete [2024-05-29T10:37:07.470Z] 464afbd9ba4c: Verifying Checksum [2024-05-29T10:37:07.470Z] 464afbd9ba4c: Download complete [2024-05-29T10:37:07.470Z] c6b39de5b339: Verifying Checksum [2024-05-29T10:37:07.470Z] c6b39de5b339: Download complete [2024-05-29T10:37:07.698Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-29T10:37:07.698Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-29T10:37:07.958Z] ./bin/test-attribution-txt.sh [2024-05-29T10:37:07.958Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-05-29T10:37:07.958Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-05-29T10:37:07.970Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-29T10:37:07.995Z] $ docker stop --time=1 28272339d363c34a3e5bd2fa776eed8c83f56e6edfe9aa06e081cf0254f32441 [2024-05-29T10:37:08.057Z] d496ad576159: Verifying Checksum [2024-05-29T10:37:08.057Z] d496ad576159: Download complete [2024-05-29T10:37:08.325Z] c6b39de5b339: Pull complete [2024-05-29T10:37:08.914Z] a69c41024577: Pull complete [2024-05-29T10:37:09.189Z] d6de4b400683: Verifying Checksum [2024-05-29T10:37:09.189Z] d6de4b400683: Download complete [2024-05-29T10:37:10.164Z] 00f215d4a9da: Verifying Checksum [2024-05-29T10:37:10.164Z] 00f215d4a9da: Download complete [2024-05-29T10:37:14.239Z] $ docker rm -f --volumes 28272339d363c34a3e5bd2fa776eed8c83f56e6edfe9aa06e081cf0254f32441 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T10:37:14.866Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-29T10:37:14.936Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-05-29T10:37:15.467Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T10:37:15.756Z] + ls -al . [2024-05-29T10:37:15.756Z] total 376 [2024-05-29T10:37:15.756Z] drwxrwxr-x 11 jenkins jenkins 4096 May 29 10:35 . [2024-05-29T10:37:15.756Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:34 .. [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 140 May 29 10:34 .dockerignore [2024-05-29T10:37:15.756Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 10:36 .git [2024-05-29T10:37:15.756Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:34 .github [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 137 May 29 10:34 .gitignore [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 42 May 29 10:34 .golangci.yml [2024-05-29T10:37:15.756Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 10:34 .semver [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 48109 May 29 10:34 CHANGELOG.md [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 10:34 GOVERNANCE.md [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 885 May 29 10:34 Jenkinsfile [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 29 10:34 LICENSE [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 1842 May 29 10:34 Makefile [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 619 May 29 10:34 OWNERS.md [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 4937 May 29 10:34 README.md [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 10:34 VERSION [2024-05-29T10:37:15.756Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 10:34 bin [2024-05-29T10:37:15.756Z] -rw-r--r-- 1 jenkins jenkins 122155 May 29 10:36 coverage.out [2024-05-29T10:37:15.756Z] drwxrwxr-x 5 jenkins jenkins 4096 May 29 10:34 example [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 7064 May 29 10:34 go.mod [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 101331 May 29 10:34 go.sum [2024-05-29T10:37:15.756Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:34 internal [2024-05-29T10:37:15.756Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:34 openapi [2024-05-29T10:37:15.756Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 10:34 pkg [2024-05-29T10:37:15.756Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:34 snap [2024-05-29T10:37:15.756Z] -rw-rw-r-- 1 jenkins jenkins 222 May 29 10:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:37:16.155Z] + 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=911624c003e9e773b2d7c94646c77370a636792b --label arch=amd64 --label version=3.2.0-dev.16 . [2024-05-29T10:37:16.155Z] Sending build context to Docker daemon 25.84MB [2024-05-29T10:37:16.155Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T10:37:16.155Z] Step 2/24 : FROM ${BASE} AS builder [2024-05-29T10:37:16.155Z] ---> 087e4c01dd15 [2024-05-29T10:37:16.155Z] Step 3/24 : ARG MAKE=make build [2024-05-29T10:37:16.733Z] ---> Running in 455063d9bb23 [2024-05-29T10:37:16.733Z] Removing intermediate container 455063d9bb23 [2024-05-29T10:37:16.733Z] ---> 5ce0547431cf [2024-05-29T10:37:16.733Z] Step 4/24 : WORKDIR /device-sdk-go [2024-05-29T10:37:16.733Z] ---> Running in af562bce593d [2024-05-29T10:37:16.733Z] Removing intermediate container af562bce593d [2024-05-29T10:37:16.733Z] ---> d7ad594210da [2024-05-29T10:37:16.733Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-29T10:37:16.733Z] ---> Running in 2b6fd4bdd03f [2024-05-29T10:37:16.733Z] Removing intermediate container 2b6fd4bdd03f [2024-05-29T10:37:16.733Z] ---> 6aaf478ce973 [2024-05-29T10:37:16.733Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-05-29T10:37:16.993Z] ---> Running in 079e13a8bec2 [2024-05-29T10:37:17.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:17.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:17.512Z] OK: 264 MiB in 52 packages [2024-05-29T10:37:18.079Z] Removing intermediate container 079e13a8bec2 [2024-05-29T10:37:18.079Z] ---> 440acd10d67b [2024-05-29T10:37:18.079Z] Step 7/24 : COPY go.mod vendor* ./ [2024-05-29T10:37:18.079Z] ---> 52b2bcc3adf0 [2024-05-29T10:37:18.079Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T10:37:18.079Z] ---> Running in feee6d42f163 [2024-05-29T10:37:18.646Z] Removing intermediate container feee6d42f163 [2024-05-29T10:37:18.646Z] ---> 69cce025962b [2024-05-29T10:37:18.646Z] Step 9/24 : COPY . . [2024-05-29T10:37:20.026Z] ---> b48f988b5ae5 [2024-05-29T10:37:20.026Z] Step 10/24 : RUN ${MAKE} [2024-05-29T10:37:20.026Z] ---> Running in ade497872bd0 [2024-05-29T10:37:20.026Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.16" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-05-29T10:37:22.506Z] d6de4b400683: Pull complete [2024-05-29T10:37:22.506Z] 35cb2a7552d0: Pull complete [2024-05-29T10:37:22.775Z] 4f4fb700ef54: Pull complete [2024-05-29T10:37:22.775Z] 464afbd9ba4c: Pull complete [2024-05-29T10:37:32.872Z] 00f215d4a9da: Pull complete [2024-05-29T10:37:33.143Z] d496ad576159: Pull complete [2024-05-29T10:37:33.143Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-05-29T10:37:33.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-29T10:37:33.143Z] ---> f246e2811388 [2024-05-29T10:37:33.143Z] Step 3/10 : ARG MAKE=make build [2024-05-29T10:37:35.108Z] ---> Running in b193fe49eb9e [2024-05-29T10:37:35.108Z] Removing intermediate container b193fe49eb9e [2024-05-29T10:37:35.108Z] ---> 5696f8ccd15c [2024-05-29T10:37:35.108Z] Step 4/10 : WORKDIR /device-sdk-go [2024-05-29T10:37:35.108Z] ---> Running in 173b94803019 [2024-05-29T10:37:35.696Z] Removing intermediate container 173b94803019 [2024-05-29T10:37:35.696Z] ---> 181384cdae9e [2024-05-29T10:37:35.696Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-29T10:37:35.696Z] ---> Running in 98326f799795 [2024-05-29T10:37:35.982Z] Removing intermediate container 98326f799795 [2024-05-29T10:37:35.982Z] ---> bc2eb22bf2bf [2024-05-29T10:37:35.982Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-05-29T10:37:35.982Z] ---> Running in cda5cde5ee81 [2024-05-29T10:37:36.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T10:37:37.539Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T10:37:38.501Z] OK: 266 MiB in 52 packages [2024-05-29T10:37:39.471Z] Removing intermediate container cda5cde5ee81 [2024-05-29T10:37:39.471Z] ---> f02930bfeef7 [2024-05-29T10:37:39.471Z] Step 7/10 : COPY go.mod vendor* ./ [2024-05-29T10:37:39.741Z] ---> 4f04d5bdf1a4 [2024-05-29T10:37:39.741Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T10:37:39.741Z] ---> Running in 619f143a6a1a [2024-05-29T10:37:52.133Z] Removing intermediate container ade497872bd0 [2024-05-29T10:37:52.133Z] ---> 5c0855666ae5 [2024-05-29T10:37:52.133Z] Step 11/24 : FROM alpine:3.18 [2024-05-29T10:37:52.133Z] 3.18: Pulling from library/alpine [2024-05-29T10:37:52.133Z] 619be1103602: Already exists [2024-05-29T10:37:52.133Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-29T10:37:52.134Z] Status: Downloaded newer image for alpine:3.18 [2024-05-29T10:37:52.134Z] ---> d3782b16ccc9 [2024-05-29T10:37:52.134Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-05-29T10:37:52.134Z] ---> Running in 0d53f6e9e6f4 [2024-05-29T10:37:52.134Z] Removing intermediate container 0d53f6e9e6f4 [2024-05-29T10:37:52.134Z] ---> c79b1ec34826 [2024-05-29T10:37:52.134Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-05-29T10:37:52.134Z] ---> Running in d9e5c6cbbf96 [2024-05-29T10:37:52.392Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:52.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:52.909Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-05-29T10:37:52.909Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T10:37:52.909Z] OK: 7 MiB in 16 packages [2024-05-29T10:37:53.170Z] Removing intermediate container d9e5c6cbbf96 [2024-05-29T10:37:53.170Z] ---> af74abfbfd63 [2024-05-29T10:37:53.170Z] Step 14/24 : RUN apk --no-cache upgrade [2024-05-29T10:37:53.170Z] ---> Running in eb3974b1327d [2024-05-29T10:37:53.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:53.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:53.687Z] Upgrading critical system libraries and apk-tools: [2024-05-29T10:37:53.687Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-29T10:37:53.687Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T10:37:53.687Z] Continuing the upgrade transaction with new apk-tools: [2024-05-29T10:37:53.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:53.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T10:37:53.947Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T10:37:53.947Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-29T10:37:53.947Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T10:37:53.947Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-29T10:37:53.947Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T10:37:54.205Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T10:37:54.205Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T10:37:54.205Z] Executing busybox-1.36.1-r6.trigger [2024-05-29T10:37:54.205Z] OK: 7 MiB in 16 packages [2024-05-29T10:37:54.771Z] Removing intermediate container eb3974b1327d [2024-05-29T10:37:54.771Z] ---> f19b149afb90 [2024-05-29T10:37:54.771Z] Step 15/24 : WORKDIR / [2024-05-29T10:37:54.771Z] ---> Running in aecb4f056975 [2024-05-29T10:37:54.771Z] Removing intermediate container aecb4f056975 [2024-05-29T10:37:54.771Z] ---> a8ba0ff08bc0 [2024-05-29T10:37:54.771Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-05-29T10:37:55.031Z] ---> 9a59c1f82cb8 [2024-05-29T10:37:55.031Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-05-29T10:37:56.407Z] ---> 1b9b6a02a4f1 [2024-05-29T10:37:56.407Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-05-29T10:37:56.665Z] ---> 489b40255be7 [2024-05-29T10:37:56.665Z] Step 19/24 : EXPOSE 59999 [2024-05-29T10:37:56.665Z] ---> Running in 0f98fafb47da [2024-05-29T10:37:56.665Z] Removing intermediate container 0f98fafb47da [2024-05-29T10:37:56.665Z] ---> 4bcdbaf15cc0 [2024-05-29T10:37:56.665Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-05-29T10:37:56.924Z] ---> Running in ec8241d05322 [2024-05-29T10:37:56.924Z] Removing intermediate container ec8241d05322 [2024-05-29T10:37:56.924Z] ---> 09e5adbdc179 [2024-05-29T10:37:56.924Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-05-29T10:37:56.924Z] ---> Running in 270dcffa0c07 [2024-05-29T10:37:56.924Z] Removing intermediate container 270dcffa0c07 [2024-05-29T10:37:56.924Z] ---> 54f9ad74f594 [2024-05-29T10:37:56.924Z] Step 22/24 : LABEL arch=amd64 [2024-05-29T10:37:56.924Z] ---> Running in d00c325fff8f [2024-05-29T10:37:56.924Z] Removing intermediate container d00c325fff8f [2024-05-29T10:37:56.924Z] ---> ce868f23f1e4 [2024-05-29T10:37:56.924Z] Step 23/24 : LABEL git_sha=911624c003e9e773b2d7c94646c77370a636792b [2024-05-29T10:37:57.184Z] ---> Running in 212319d5228f [2024-05-29T10:37:57.184Z] Removing intermediate container 212319d5228f [2024-05-29T10:37:57.184Z] ---> c2f9bea6bec3 [2024-05-29T10:37:57.184Z] Step 24/24 : LABEL version=3.2.0-dev.16 [2024-05-29T10:37:57.184Z] ---> Running in 8e3a905a15e7 [2024-05-29T10:37:57.184Z] Removing intermediate container 8e3a905a15e7 [2024-05-29T10:37:57.184Z] ---> 3081fd04e629 [2024-05-29T10:37:57.184Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T10:37:57.184Z] Successfully built 3081fd04e629 [2024-05-29T10:37:57.184Z] 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-05-29T10:37:57.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T10:37:57.655Z] [2024-05-29T10:37:57.655Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:37:57.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T10:37:57.954Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-29T10:37:57.954Z] 5eb5b503b376: Pulling fs layer [2024-05-29T10:37:57.954Z] 5c69ac0246d0: Pulling fs layer [2024-05-29T10:37:57.954Z] ec43610c2a17: Pulling fs layer [2024-05-29T10:37:57.954Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-29T10:37:57.954Z] 33b1e0a273af: Pulling fs layer [2024-05-29T10:37:57.954Z] 5d3b04190fa2: Pulling fs layer [2024-05-29T10:37:57.954Z] 2f39f015ded8: Pulling fs layer [2024-05-29T10:37:57.954Z] 3a2ae6a8a46f: Waiting [2024-05-29T10:37:57.954Z] 2f39f015ded8: Waiting [2024-05-29T10:37:57.954Z] 33b1e0a273af: Waiting [2024-05-29T10:37:57.954Z] 5d3b04190fa2: Waiting [2024-05-29T10:37:57.954Z] 5c69ac0246d0: Download complete [2024-05-29T10:37:57.954Z] 3a2ae6a8a46f: Download complete [2024-05-29T10:37:57.954Z] 33b1e0a273af: Verifying Checksum [2024-05-29T10:37:57.954Z] 33b1e0a273af: Download complete [2024-05-29T10:37:57.954Z] 5d3b04190fa2: Verifying Checksum [2024-05-29T10:37:57.954Z] 5d3b04190fa2: Download complete [2024-05-29T10:37:57.954Z] ec43610c2a17: Verifying Checksum [2024-05-29T10:37:57.954Z] ec43610c2a17: Download complete [2024-05-29T10:37:58.216Z] 5eb5b503b376: Verifying Checksum [2024-05-29T10:37:58.216Z] 5eb5b503b376: Download complete [2024-05-29T10:37:58.785Z] 2f39f015ded8: Download complete [2024-05-29T10:37:59.353Z] 5eb5b503b376: Pull complete [2024-05-29T10:37:59.611Z] 5c69ac0246d0: Pull complete [2024-05-29T10:37:59.869Z] ec43610c2a17: Pull complete [2024-05-29T10:38:00.127Z] 3a2ae6a8a46f: Pull complete [2024-05-29T10:38:00.385Z] 33b1e0a273af: Pull complete [2024-05-29T10:38:00.385Z] 5d3b04190fa2: Pull complete [2024-05-29T10:38:04.741Z] 2f39f015ded8: Pull complete [2024-05-29T10:38:04.741Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-29T10:38:04.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T10:38:04.741Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:38:04.855Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:38:04.890Z] $ 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-05-29T10:38:09.320Z] $ docker top 1a2498458e29b6c736e35c69076357985945eb6445a08930a47f6a579d1eb818 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:38:09.717Z] ---> job-cost.sh [2024-05-29T10:38:09.717Z] lf-activate-venv: SKIPPING [2024-05-29T10:38:09.717Z] INFO: No Stack... [2024-05-29T10:38:09.976Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T10:38:10.235Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T10:38:10.522Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2024-05-29T10:38:10.522Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T10:38:10.535Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [2024-05-29T10:38:10.543Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] did not exist. Created. [2024-05-29T10:38:10.550Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T10:38:10.854Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-29T10:38:10.882Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T10:38:10.890Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T10:38:11.059Z] $ docker stop --time=1 1a2498458e29b6c736e35c69076357985945eb6445a08930a47f6a579d1eb818 [2024-05-29T10:38:12.206Z] $ docker rm -f --volumes 1a2498458e29b6c736e35c69076357985945eb6445a08930a47f6a579d1eb818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-29T10:39:32.391Z] Removing intermediate container 619f143a6a1a [2024-05-29T10:39:32.391Z] ---> c9c197554f4e [2024-05-29T10:39:32.391Z] Step 9/10 : COPY . . [2024-05-29T10:39:32.391Z] ---> 50cbf40f7ecf [2024-05-29T10:39:32.391Z] Step 10/10 : RUN ${MAKE} [2024-05-29T10:39:32.391Z] ---> Running in 031e7736c3cc [2024-05-29T10:39:32.391Z] noop [2024-05-29T10:39:32.391Z] Removing intermediate container 031e7736c3cc [2024-05-29T10:39:32.391Z] ---> 138e7ac12573 [2024-05-29T10:39:32.391Z] Successfully built 138e7ac12573 [2024-05-29T10:39:32.391Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:39:32.770Z] + docker inspect -f . ci-base-image-arm64 [2024-05-29T10:39:32.771Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:39:32.956Z] prd-ubuntu20.04-docker-arm64-4c-16g-1036 does not seem to be running inside a container [2024-05-29T10:39:33.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/291 -v /w/workspace/device-sdk-go/291:/w/workspace/device-sdk-go/291:rw,z -v /w/workspace/device-sdk-go/291@tmp:/w/workspace/device-sdk-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-05-29T10:39:34.260Z] $ docker top 111dbdcf67df934e824ef0a939a21c277519beb137ff2cc0dbf91a8afc885fb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T10:39:35.097Z] + go version [2024-05-29T10:39:35.097Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-05-29T10:39:35.113Z] $ docker stop --time=1 111dbdcf67df934e824ef0a939a21c277519beb137ff2cc0dbf91a8afc885fb1 [2024-05-29T10:39:36.721Z] $ docker rm -f --volumes 111dbdcf67df934e824ef0a939a21c277519beb137ff2cc0dbf91a8afc885fb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:39:37.293Z] + docker inspect -f . ci-base-image-arm64 [2024-05-29T10:39:37.293Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:39:37.468Z] prd-ubuntu20.04-docker-arm64-4c-16g-1036 does not seem to be running inside a container [2024-05-29T10:39:37.535Z] $ 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/291 -v /w/workspace/device-sdk-go/291:/w/workspace/device-sdk-go/291:rw,z -v /w/workspace/device-sdk-go/291@tmp:/w/workspace/device-sdk-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-05-29T10:39:38.691Z] $ docker top 9926585077c67b1b16713de85580236df6232b24f8f72d01010e27161aa0b971 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T10:39:39.203Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/291 [Pipeline] fileExists [Pipeline] sh [2024-05-29T10:39:40.126Z] + make test [2024-05-29T10:39:40.126Z] go test -race -coverprofile=coverage.out ./... [2024-05-29T10:40:18.989Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-05-29T10:43:40.773Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-05-29T10:43:40.773Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-05-29T10:43:40.773Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-05-29T10:43:40.773Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-05-29T10:43:40.773Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-05-29T10:43:43.374Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.232s coverage: 27.6% of statements [2024-05-29T10:43:47.642Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.278s coverage: 81.5% of statements [2024-05-29T10:43:54.304Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-05-29T10:43:54.304Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-05-29T10:43:54.887Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.411s coverage: 86.0% of statements [2024-05-29T10:43:58.233Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-05-29T10:43:59.651Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.557s coverage: 71.8% of statements [2024-05-29T10:44:04.001Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.265s coverage: 14.4% of statements [2024-05-29T10:44:04.268Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-05-29T10:44:04.268Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-05-29T10:44:04.268Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.974s coverage: 45.9% of statements [2024-05-29T10:44:05.681Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.438s coverage: 68.5% of statements [2024-05-29T10:44:09.951Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.528s coverage: 89.2% of statements [2024-05-29T10:44:11.904Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-05-29T10:44:13.311Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.341s coverage: 5.5% of statements [2024-05-29T10:44:14.733Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-05-29T10:44:14.733Z] GO111MODULE=on go vet ./... [2024-05-29T10:47:51.519Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-29T10:47:51.786Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-29T10:47:51.786Z] ./bin/test-attribution-txt.sh [2024-05-29T10:47:52.055Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-05-29T10:47:52.055Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-05-29T10:47:52.322Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-05-29T10:47:52.589Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-05-29T10:47:52.610Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-29T10:47:52.623Z] $ docker stop --time=1 9926585077c67b1b16713de85580236df6232b24f8f72d01010e27161aa0b971 [2024-05-29T10:47:54.607Z] $ docker rm -f --volumes 9926585077c67b1b16713de85580236df6232b24f8f72d01010e27161aa0b971 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T10:47:56.956Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-29T10:47:56.984Z] Warning: overwriting stash ‘coverage-report’ [2024-05-29T10:47:57.552Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T10:47:57.949Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T10:47:58.266Z] + ls -al . [2024-05-29T10:47:58.267Z] total 372 [2024-05-29T10:47:58.267Z] drwxrwxr-x 10 jenkins jenkins 4096 May 29 10:39 . [2024-05-29T10:47:58.267Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:36 .. [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 140 May 29 10:36 .dockerignore [2024-05-29T10:47:58.267Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 10:36 .git [2024-05-29T10:47:58.267Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:36 .github [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 137 May 29 10:36 .gitignore [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 42 May 29 10:36 .golangci.yml [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 48109 May 29 10:36 CHANGELOG.md [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 10:36 GOVERNANCE.md [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 885 May 29 10:36 Jenkinsfile [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 29 10:36 LICENSE [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 1842 May 29 10:36 Makefile [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 619 May 29 10:36 OWNERS.md [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 4937 May 29 10:36 README.md [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 10:34 VERSION [2024-05-29T10:47:58.267Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 10:36 bin [2024-05-29T10:47:58.267Z] -rw-r--r-- 1 jenkins jenkins 122153 May 29 10:44 coverage.out [2024-05-29T10:47:58.267Z] drwxrwxr-x 5 jenkins jenkins 4096 May 29 10:36 example [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 7064 May 29 10:36 go.mod [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 101331 May 29 10:36 go.sum [2024-05-29T10:47:58.267Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:36 internal [2024-05-29T10:47:58.267Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 10:36 openapi [2024-05-29T10:47:58.267Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 10:36 pkg [2024-05-29T10:47:58.267Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 10:36 snap [2024-05-29T10:47:58.267Z] -rw-rw-r-- 1 jenkins jenkins 222 May 29 10:36 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:47:58.610Z] + 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=911624c003e9e773b2d7c94646c77370a636792b --label arch=arm64 --label version=3.2.0-dev.16 . [2024-05-29T10:47:59.200Z] Sending build context to Docker daemon 13.06MB [2024-05-29T10:47:59.200Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T10:47:59.200Z] Step 2/24 : FROM ${BASE} AS builder [2024-05-29T10:47:59.200Z] ---> 138e7ac12573 [2024-05-29T10:47:59.200Z] Step 3/24 : ARG MAKE=make build [2024-05-29T10:47:59.200Z] ---> Running in 6894a4fb9a2f [2024-05-29T10:47:59.782Z] Removing intermediate container 6894a4fb9a2f [2024-05-29T10:47:59.782Z] ---> 03373e4c62ac [2024-05-29T10:47:59.782Z] Step 4/24 : WORKDIR /device-sdk-go [2024-05-29T10:47:59.782Z] ---> Running in 0ff38fc0ae60 [2024-05-29T10:48:00.047Z] Removing intermediate container 0ff38fc0ae60 [2024-05-29T10:48:00.047Z] ---> 9c0f1324bee0 [2024-05-29T10:48:00.047Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-29T10:48:00.047Z] ---> Running in cd8bef7f7f10 [2024-05-29T10:48:00.318Z] Removing intermediate container cd8bef7f7f10 [2024-05-29T10:48:00.318Z] ---> 133cf691cdc3 [2024-05-29T10:48:00.318Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-05-29T10:48:00.318Z] ---> Running in 72da940dd808 [2024-05-29T10:48:01.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T10:48:01.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T10:48:02.832Z] OK: 266 MiB in 52 packages [2024-05-29T10:48:03.417Z] Removing intermediate container 72da940dd808 [2024-05-29T10:48:03.418Z] ---> e26b19379cc4 [2024-05-29T10:48:03.418Z] Step 7/24 : COPY go.mod vendor* ./ [2024-05-29T10:48:04.003Z] ---> a688bc138194 [2024-05-29T10:48:04.003Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T10:48:04.003Z] ---> Running in 16472fd4a2f5 [2024-05-29T10:48:06.591Z] Removing intermediate container 16472fd4a2f5 [2024-05-29T10:48:06.592Z] ---> 547e7660564c [2024-05-29T10:48:06.592Z] Step 9/24 : COPY . . [2024-05-29T10:48:08.011Z] ---> 8bb68c07f097 [2024-05-29T10:48:08.011Z] Step 10/24 : RUN ${MAKE} [2024-05-29T10:48:08.011Z] ---> Running in 5ccf55d78661 [2024-05-29T10:48:08.987Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.16" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-05-29T10:51:30.735Z] Removing intermediate container 5ccf55d78661 [2024-05-29T10:51:30.735Z] ---> b86f179bc638 [2024-05-29T10:51:30.735Z] Step 11/24 : FROM alpine:3.18 [2024-05-29T10:51:30.735Z] 3.18: Pulling from library/alpine [2024-05-29T10:51:30.735Z] c6b39de5b339: Already exists [2024-05-29T10:51:30.735Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-29T10:51:30.735Z] Status: Downloaded newer image for alpine:3.18 [2024-05-29T10:51:30.735Z] ---> 33abbf032149 [2024-05-29T10:51:30.735Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-05-29T10:51:30.735Z] ---> Running in dbc9fc65ede5 [2024-05-29T10:51:30.735Z] Removing intermediate container dbc9fc65ede5 [2024-05-29T10:51:30.735Z] ---> e58d3af38cb0 [2024-05-29T10:51:30.735Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-05-29T10:51:30.735Z] ---> Running in a0f302421a6f [2024-05-29T10:51:30.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T10:51:30.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T10:51:31.316Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-05-29T10:51:31.316Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T10:51:31.316Z] OK: 8 MiB in 16 packages [2024-05-29T10:51:32.273Z] Removing intermediate container a0f302421a6f [2024-05-29T10:51:32.273Z] ---> cc84153718a4 [2024-05-29T10:51:32.273Z] Step 14/24 : RUN apk --no-cache upgrade [2024-05-29T10:51:32.273Z] ---> Running in bb591cf64545 [2024-05-29T10:51:33.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T10:51:33.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T10:51:34.455Z] Upgrading critical system libraries and apk-tools: [2024-05-29T10:51:34.456Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-29T10:51:34.456Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T10:51:34.723Z] Continuing the upgrade transaction with new apk-tools: [2024-05-29T10:51:34.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T10:51:35.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T10:51:36.215Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T10:51:36.215Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-29T10:51:36.215Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T10:51:36.215Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-29T10:51:36.215Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T10:51:36.215Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T10:51:36.215Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T10:51:36.215Z] Executing busybox-1.36.1-r6.trigger [2024-05-29T10:51:36.215Z] OK: 8 MiB in 16 packages [2024-05-29T10:51:37.625Z] Removing intermediate container bb591cf64545 [2024-05-29T10:51:37.625Z] ---> 9c1b860034d6 [2024-05-29T10:51:37.625Z] Step 15/24 : WORKDIR / [2024-05-29T10:51:37.625Z] ---> Running in dc939c55b514 [2024-05-29T10:51:37.893Z] Removing intermediate container dc939c55b514 [2024-05-29T10:51:37.893Z] ---> 112204d387fa [2024-05-29T10:51:37.893Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-05-29T10:51:38.487Z] ---> f06791e5f24e [2024-05-29T10:51:38.487Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-05-29T10:51:40.427Z] ---> 4317a32cf15d [2024-05-29T10:51:40.427Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-05-29T10:51:41.010Z] ---> 1801dc268b05 [2024-05-29T10:51:41.010Z] Step 19/24 : EXPOSE 59999 [2024-05-29T10:51:41.010Z] ---> Running in ddef61342cb9 [2024-05-29T10:51:41.277Z] Removing intermediate container ddef61342cb9 [2024-05-29T10:51:41.277Z] ---> ddc225480e3c [2024-05-29T10:51:41.277Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-05-29T10:51:41.277Z] ---> Running in 57f7b1ec7eb9 [2024-05-29T10:51:41.545Z] Removing intermediate container 57f7b1ec7eb9 [2024-05-29T10:51:41.545Z] ---> 13fa7fd08df9 [2024-05-29T10:51:41.545Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-05-29T10:51:41.812Z] ---> Running in ebf7299b51cb [2024-05-29T10:51:41.812Z] Removing intermediate container ebf7299b51cb [2024-05-29T10:51:41.812Z] ---> 5cadd7b3e9c6 [2024-05-29T10:51:41.812Z] Step 22/24 : LABEL arch=arm64 [2024-05-29T10:51:42.079Z] ---> Running in 645888ecedf8 [2024-05-29T10:51:42.345Z] Removing intermediate container 645888ecedf8 [2024-05-29T10:51:42.346Z] ---> 97168e499c44 [2024-05-29T10:51:42.346Z] Step 23/24 : LABEL git_sha=911624c003e9e773b2d7c94646c77370a636792b [2024-05-29T10:51:42.346Z] ---> Running in b93311ffcd24 [2024-05-29T10:51:42.611Z] Removing intermediate container b93311ffcd24 [2024-05-29T10:51:42.611Z] ---> a2daefe5796f [2024-05-29T10:51:42.611Z] Step 24/24 : LABEL version=3.2.0-dev.16 [2024-05-29T10:51:42.877Z] ---> Running in 82a2b9bbd5e1 [2024-05-29T10:51:43.143Z] Removing intermediate container 82a2b9bbd5e1 [2024-05-29T10:51:43.143Z] ---> e5d3beccdce9 [2024-05-29T10:51:43.143Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T10:51:43.143Z] Successfully built e5d3beccdce9 [2024-05-29T10:51:43.143Z] 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-05-29T10:51:43.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T10:51:43.610Z] [2024-05-29T10:51:43.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:51:43.944Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T10:51:43.944Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-29T10:51:43.944Z] 8998bd30e6a1: Pulling fs layer [2024-05-29T10:51:43.944Z] 04944245beec: Pulling fs layer [2024-05-29T10:51:43.944Z] 699f458cf7ca: Pulling fs layer [2024-05-29T10:51:43.944Z] 765212b225bb: Pulling fs layer [2024-05-29T10:51:43.944Z] f23df028b6ca: Pulling fs layer [2024-05-29T10:51:43.944Z] d65c8cfc05b1: Pulling fs layer [2024-05-29T10:51:43.944Z] 2437ff75d9bd: Pulling fs layer [2024-05-29T10:51:43.944Z] 765212b225bb: Waiting [2024-05-29T10:51:43.944Z] f23df028b6ca: Waiting [2024-05-29T10:51:43.944Z] d65c8cfc05b1: Waiting [2024-05-29T10:51:43.944Z] 2437ff75d9bd: Waiting [2024-05-29T10:51:44.211Z] 04944245beec: Verifying Checksum [2024-05-29T10:51:44.211Z] 04944245beec: Download complete [2024-05-29T10:51:44.211Z] 765212b225bb: Verifying Checksum [2024-05-29T10:51:44.211Z] 765212b225bb: Download complete [2024-05-29T10:51:44.211Z] f23df028b6ca: Verifying Checksum [2024-05-29T10:51:44.211Z] f23df028b6ca: Download complete [2024-05-29T10:51:44.211Z] d65c8cfc05b1: Verifying Checksum [2024-05-29T10:51:44.211Z] d65c8cfc05b1: Download complete [2024-05-29T10:51:44.211Z] 699f458cf7ca: Verifying Checksum [2024-05-29T10:51:44.211Z] 699f458cf7ca: Download complete [2024-05-29T10:51:44.795Z] 8998bd30e6a1: Verifying Checksum [2024-05-29T10:51:44.795Z] 8998bd30e6a1: Download complete [2024-05-29T10:51:47.377Z] 2437ff75d9bd: Verifying Checksum [2024-05-29T10:51:47.377Z] 2437ff75d9bd: Download complete [2024-05-29T10:51:49.319Z] 8998bd30e6a1: Pull complete [2024-05-29T10:51:49.908Z] 04944245beec: Pull complete [2024-05-29T10:51:51.311Z] 699f458cf7ca: Pull complete [2024-05-29T10:51:51.578Z] 765212b225bb: Pull complete [2024-05-29T10:51:52.536Z] f23df028b6ca: Pull complete [2024-05-29T10:51:52.536Z] d65c8cfc05b1: Pull complete [2024-05-29T10:52:10.740Z] 2437ff75d9bd: Pull complete [2024-05-29T10:52:10.740Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-29T10:52:10.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T10:52:10.740Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:52:10.947Z] prd-ubuntu20.04-docker-arm64-4c-16g-1036 does not seem to be running inside a container [2024-05-29T10:52:11.006Z] $ 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/291 -v /w/workspace/device-sdk-go/291:/w/workspace/device-sdk-go/291:rw,z -v /w/workspace/device-sdk-go/291@tmp:/w/workspace/device-sdk-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-05-29T10:52:13.713Z] $ docker top b0191a853e87ec95a5ee7784fdfcce5761c137d73ff8ebb9332b348ab768071d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:52:14.621Z] ---> job-cost.sh [2024-05-29T10:52:14.621Z] lf-activate-venv: SKIPPING [2024-05-29T10:52:14.621Z] INFO: No Stack... [2024-05-29T10:52:15.211Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-29T10:52:15.803Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T10:52:16.464Z] + cat /w/workspace/device-sdk-go/291/archives/cost.csv [2024-05-29T10:52:16.464Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T10:52:16.512Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [2024-05-29T10:52:16.522Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] did not exist. Created. [2024-05-29T10:52:16.528Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T10:52:17.185Z] /w/workspace/device-sdk-go/291@tmp/durable-c474cfd0/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-29T10:52:17.506Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-29T10:52:17.797Z] Warning: overwriting stash ‘stack-cost’ [2024-05-29T10:52:17.877Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T10:52:17.886Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-291-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T10:52:17.909Z] $ docker stop --time=1 b0191a853e87ec95a5ee7784fdfcce5761c137d73ff8ebb9332b348ab768071d [2024-05-29T10:52:19.401Z] $ docker rm -f --volumes b0191a853e87ec95a5ee7784fdfcce5761c137d73ff8ebb9332b348ab768071d [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-05-29T10:52:19.884Z] provisioning config files... [2024-05-29T10:52:19.891Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5780044711621311533tmp [Pipeline] { [Pipeline] sh [2024-05-29T10:52:20.191Z] + set +x [2024-05-29T10:52:20.191Z] + curl -s https://codecov.io/bash [2024-05-29T10:52:20.191Z] + bash -s -- [2024-05-29T10:52:20.191Z] [2024-05-29T10:52:20.191Z] _____ _ [2024-05-29T10:52:20.191Z] / ____| | | [2024-05-29T10:52:20.191Z] | | ___ __| | ___ ___ _____ __ [2024-05-29T10:52:20.191Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-05-29T10:52:20.191Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-05-29T10:52:20.191Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-05-29T10:52:20.191Z] Bash-1.0.6 [2024-05-29T10:52:20.191Z] [2024-05-29T10:52:20.191Z] [2024-05-29T10:52:20.191Z] ==> git version 2.25.1 found [2024-05-29T10:52:20.191Z] ==> 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-05-29T10:52:20.191Z] Release-Date: 2020-01-08 [2024-05-29T10:52:20.191Z] 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-05-29T10:52:20.191Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-05-29T10:52:20.191Z] ==> Jenkins CI detected. [2024-05-29T10:52:20.191Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2024-05-29T10:52:20.191Z] project root: . [2024-05-29T10:52:20.191Z] --> token set from env [2024-05-29T10:52:20.191Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-05-29T10:52:20.191Z] ==> Running gcov in . (disable via -X gcov) [2024-05-29T10:52:20.191Z] ==> Python coveragepy not found [2024-05-29T10:52:20.191Z] ==> Searching for coverage reports in: [2024-05-29T10:52:20.191Z] + . [2024-05-29T10:52:20.507Z] -> Found 1 reports [2024-05-29T10:52:20.507Z] ==> Detecting git/mercurial file structure [2024-05-29T10:52:20.507Z] ==> Reading reports [2024-05-29T10:52:20.507Z] + ./coverage.out bytes=122153 [2024-05-29T10:52:20.507Z] ==> Appending adjustments [2024-05-29T10:52:20.507Z] https://docs.codecov.io/docs/fixing-reports [2024-05-29T10:52:20.800Z] + Found adjustments [2024-05-29T10:52:20.800Z] ==> Gzipping contents [2024-05-29T10:52:20.800Z] 20K /tmp/codecov.4rFZ4T.gz [2024-05-29T10:52:20.800Z] ==> Uploading reports [2024-05-29T10:52:20.800Z] url: https://codecov.io [2024-05-29T10:52:20.800Z] query: branch=main&commit=911624c003e9e773b2d7c94646c77370a636792b&build=291&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F291%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-29T10:52:20.800Z] -> Pinging Codecov [2024-05-29T10:52:20.800Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=911624c003e9e773b2d7c94646c77370a636792b&build=291&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F291%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-29T10:52:20.800Z] -> Uploading to [2024-05-29T10:52:20.800Z] https://storage.googleapis.com/codecov/v4/raw/2024-05-29/7E55EF52A471D76F132DFD9A03CDDE97/911624c003e9e773b2d7c94646c77370a636792b/8db47b00-504b-4924-88cf-09acbfc3c769.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240529%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240529T105220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f75cd1db12c28a4b9b8f7ae7abec3c75bed669652f2782057990793fdb6ad0e7 [2024-05-29T10:52:20.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T10:52:20.800Z] Dload Upload Total Spent Left Speed [2024-05-29T10:52:21.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16729 0 0 100 16729 0 74351 --:--:-- --:--:-- --:--:-- 74351 [2024-05-29T10:52:21.079Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/911624c003e9e773b2d7c94646c77370a636792b [Pipeline] } [2024-05-29T10:52:21.108Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-05-29T10:52:21.333Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-05-29T10:52:21.354Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:52:21.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-29T10:52:21.687Z] [2024-05-29T10:52:21.687Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:52:22.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-29T10:52:22.010Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-05-29T10:52:22.010Z] 619be1103602: Already exists [2024-05-29T10:52:22.010Z] f8ea3408117e: Pulling fs layer [2024-05-29T10:52:22.010Z] 91320369b822: Pulling fs layer [2024-05-29T10:52:22.010Z] 0406650e8295: Pulling fs layer [2024-05-29T10:52:22.010Z] 4f4fb700ef54: Pulling fs layer [2024-05-29T10:52:22.010Z] 96d80e3f36e1: Pulling fs layer [2024-05-29T10:52:22.010Z] bcf3aedb951c: Pulling fs layer [2024-05-29T10:52:22.010Z] 96d80e3f36e1: Waiting [2024-05-29T10:52:22.011Z] bcf3aedb951c: Waiting [2024-05-29T10:52:22.011Z] 4f4fb700ef54: Waiting [2024-05-29T10:52:22.011Z] 0406650e8295: Verifying Checksum [2024-05-29T10:52:22.011Z] 0406650e8295: Download complete [2024-05-29T10:52:22.011Z] f8ea3408117e: Verifying Checksum [2024-05-29T10:52:22.011Z] f8ea3408117e: Download complete [2024-05-29T10:52:22.011Z] 4f4fb700ef54: Verifying Checksum [2024-05-29T10:52:22.011Z] 4f4fb700ef54: Download complete [2024-05-29T10:52:22.011Z] f8ea3408117e: Pull complete [2024-05-29T10:52:22.273Z] 96d80e3f36e1: Verifying Checksum [2024-05-29T10:52:22.273Z] 96d80e3f36e1: Download complete [2024-05-29T10:52:22.533Z] 91320369b822: Verifying Checksum [2024-05-29T10:52:22.533Z] 91320369b822: Download complete [2024-05-29T10:52:23.103Z] bcf3aedb951c: Verifying Checksum [2024-05-29T10:52:23.103Z] bcf3aedb951c: Download complete [2024-05-29T10:52:25.635Z] 91320369b822: Pull complete [2024-05-29T10:52:25.635Z] 0406650e8295: Pull complete [2024-05-29T10:52:25.635Z] 4f4fb700ef54: Pull complete [2024-05-29T10:52:26.200Z] 96d80e3f36e1: Pull complete [2024-05-29T10:52:28.727Z] bcf3aedb951c: Pull complete [2024-05-29T10:52:28.727Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-05-29T10:52:28.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-29T10:52:28.727Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:52:28.822Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:52:28.864Z] $ 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-05-29T10:52:32.910Z] $ docker top e5ee4770cfc196b1eefb1d18978c040994b8f43832306b951fcdc61543992c26 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T10:52:33.260Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2024-05-29T10:52:33.269Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2024-05-29T10:52:33.551Z] + set -o pipefail [2024-05-29T10:52:33.551Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2024-05-29T10:52:43.541Z] [2024-05-29T10:52:43.541Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2024-05-29T10:52:43.541Z] [2024-05-29T10:52:43.541Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/274fb42f-fc4e-4746-8997-da8889c7aa85 [2024-05-29T10:52:43.541Z] [2024-05-29T10:52:43.541Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-05-29T10:52:43.541Z] [2024-05-29T10:52:43.541Z] [2024-05-29T10:52:43.541Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-05-29T10:52:43.541Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-05-29T10:52:43.572Z] $ docker stop --time=1 e5ee4770cfc196b1eefb1d18978c040994b8f43832306b951fcdc61543992c26 [2024-05-29T10:52:48.413Z] $ docker rm -f --volumes e5ee4770cfc196b1eefb1d18978c040994b8f43832306b951fcdc61543992c26 [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-05-29T10:52:48.996Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T10:52:49.009Z] provisioning config files... [2024-05-29T10:52:49.015Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14399673356292344862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:52:49.315Z] --> edgex-publish-swagger.sh [2024-05-29T10:52:49.315Z] === Publish openapi/v3 API === [2024-05-29T10:52:49.315Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-05-29T10:52:49.315Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2024-05-29T10:52:49.315Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T10:52:49.315Z] Dload Upload Total Spent Left Speed [2024-05-29T10:52:49.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23830 100 156 100 23674 230 34968 --:--:-- --:--:-- --:--:-- 35147 100 23830 100 156 100 23674 230 34968 --:--:-- --:--:-- --:--:-- 35147 [2024-05-29T10:52:49.883Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-05-29T10:52:49.883Z] [Pipeline] } [2024-05-29T10:52:49.890Z] 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-05-29T10:52:50.330Z] + git log --format=format:%s -1 911624c003e9e773b2d7c94646c77370a636792b [Pipeline] sh [2024-05-29T10:52:50.621Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T10:52:50.621Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:52:50.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T10:52:50.920Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:52:51.007Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:52:51.045Z] $ 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-05-29T10:52:51.515Z] $ docker top f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc -eo pid,comm [2024-05-29T10:52:51.558Z] 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-05-29T10:52:51.558Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T10:52:51.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T10:52:51.612Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T10:52:51.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T10:52:51.736Z] $ docker exec f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc ssh-agent [2024-05-29T10:52:51.844Z] SSH_AUTH_SOCK=/tmp/ssh-TjSVjvWSGBkM/agent.33 [2024-05-29T10:52:51.844Z] SSH_AGENT_PID=39 [2024-05-29T10:52:51.849Z] Running ssh-add (command line suppressed) [2024-05-29T10:52:51.954Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1621185752666222773.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1621185752666222773.key) [2024-05-29T10:52:51.961Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T10:52:52.254Z] + git semver tag [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,436 [run_tag] DEBUG tag force:False [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,437 [check_head_tag] DEBUG check head tag [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,438 [execute] INFO git cat-file --batch-check [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,438 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,442 [execute] INFO git cat-file --batch [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,442 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,468 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,468 [execute] INFO git tag -a v3.2.0-dev.16 -m v3.2.0-dev.16 [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,468 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.16', '-m', 'v3.2.0-dev.16'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2024-05-29T10:52:52.514Z] 2024-05-29 10:52:52,473 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:52:52.514Z] 3.2.0-dev.16 [Pipeline] } [2024-05-29T10:52:52.528Z] $ docker exec --env ******** --env ******** f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc ssh-agent -k [2024-05-29T10:52:52.617Z] unset SSH_AUTH_SOCK; [2024-05-29T10:52:52.618Z] unset SSH_AGENT_PID; [2024-05-29T10:52:52.618Z] echo Agent pid 39 killed; [2024-05-29T10:52:52.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T10:52:52.941Z] + git semver [Pipeline] } [2024-05-29T10:52:53.221Z] $ docker stop --time=1 f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc [2024-05-29T10:52:54.502Z] $ docker rm -f --volumes f2b9cd8baf584cd050ebc9e4ebe0a78fb999ab83840d32fd135c68bd22e623fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:52:54.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-29T10:52:54.905Z] [2024-05-29T10:52:54.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:52:55.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-29T10:52:55.208Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-05-29T10:52:55.208Z] ab5ef0e58194: Pulling fs layer [2024-05-29T10:52:55.208Z] 9712f1f96733: Pulling fs layer [2024-05-29T10:52:55.208Z] 63f879dbbcfc: Pulling fs layer [2024-05-29T10:52:55.208Z] 0d9ebad4ef96: Pulling fs layer [2024-05-29T10:52:55.208Z] e9a5061849ea: Pulling fs layer [2024-05-29T10:52:55.208Z] d747dcd14b5f: Pulling fs layer [2024-05-29T10:52:55.208Z] 2de7ff778b66: Pulling fs layer [2024-05-29T10:52:55.208Z] d747dcd14b5f: Waiting [2024-05-29T10:52:55.208Z] 2de7ff778b66: Waiting [2024-05-29T10:52:55.208Z] 0d9ebad4ef96: Waiting [2024-05-29T10:52:55.208Z] e9a5061849ea: Waiting [2024-05-29T10:52:55.208Z] 9712f1f96733: Verifying Checksum [2024-05-29T10:52:55.208Z] 9712f1f96733: Download complete [2024-05-29T10:52:55.469Z] 63f879dbbcfc: Verifying Checksum [2024-05-29T10:52:55.469Z] 63f879dbbcfc: Download complete [2024-05-29T10:52:55.727Z] e9a5061849ea: Verifying Checksum [2024-05-29T10:52:55.727Z] e9a5061849ea: Download complete [2024-05-29T10:52:55.727Z] d747dcd14b5f: Verifying Checksum [2024-05-29T10:52:55.727Z] d747dcd14b5f: Download complete [2024-05-29T10:52:55.727Z] ab5ef0e58194: Verifying Checksum [2024-05-29T10:52:55.727Z] ab5ef0e58194: Download complete [2024-05-29T10:52:55.727Z] 0d9ebad4ef96: Download complete [2024-05-29T10:52:55.727Z] 2de7ff778b66: Verifying Checksum [2024-05-29T10:52:55.727Z] 2de7ff778b66: Download complete [2024-05-29T10:52:58.256Z] ab5ef0e58194: Pull complete [2024-05-29T10:52:58.256Z] 9712f1f96733: Pull complete [2024-05-29T10:52:58.824Z] 63f879dbbcfc: Pull complete [2024-05-29T10:53:02.109Z] 0d9ebad4ef96: Pull complete [2024-05-29T10:53:02.677Z] e9a5061849ea: Pull complete [2024-05-29T10:53:02.677Z] d747dcd14b5f: Pull complete [2024-05-29T10:53:03.613Z] 2de7ff778b66: Pull complete [2024-05-29T10:53:03.613Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-05-29T10:53:03.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-29T10:53:03.613Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:53:03.715Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:53:03.752Z] $ 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-05-29T10:53:08.636Z] $ docker top 6e9958b54124f82ef189759a73e9498db2e506e37ef1903cfc4d73f9603a56e7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-05-29T10:53:08.701Z] provisioning config files... [2024-05-29T10:53:08.706Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13922732237364234619tmp [2024-05-29T10:53:08.716Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10409138331734077536tmp [2024-05-29T10:53:08.725Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10787706580180312758tmp [Pipeline] { [Pipeline] echo [2024-05-29T10:53:08.759Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:09.056Z] ---> sigul-configuration.sh [2024-05-29T10:53:09.056Z] gpg: directory `/root/.gnupg' created [2024-05-29T10:53:09.056Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-05-29T10:53:09.056Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-05-29T10:53:09.056Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-05-29T10:53:09.056Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-05-29T10:53:09.056Z] gpg: CAST5 encrypted data [2024-05-29T10:53:09.056Z] gpg: encrypted with 1 passphrase [2024-05-29T10:53:09.056Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-05-29T10:53:09.355Z] + mkdir /home/jenkins [2024-05-29T10:53:09.355Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-05-29T10:53:09.648Z] + 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-05-29T10:53:09.664Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:09.961Z] ---> sigul-install.sh [2024-05-29T10:53:09.961Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-05-29T10:53:10.262Z] + git tag --list [2024-05-29T10:53:10.262Z] 0.7.1 [2024-05-29T10:53:10.262Z] delhi-tag [2024-05-29T10:53:10.262Z] v1.0.0 [2024-05-29T10:53:10.262Z] v1.1.0 [2024-05-29T10:53:10.262Z] v1.1.1 [2024-05-29T10:53:10.262Z] v1.1.2 [2024-05-29T10:53:10.262Z] v1.2.0 [2024-05-29T10:53:10.262Z] v1.2.1 [2024-05-29T10:53:10.262Z] v1.2.2 [2024-05-29T10:53:10.262Z] v1.2.3 [2024-05-29T10:53:10.262Z] v1.3.0 [2024-05-29T10:53:10.262Z] v1.4.0 [2024-05-29T10:53:10.262Z] v2.0.0 [2024-05-29T10:53:10.262Z] v2.1.0 [2024-05-29T10:53:10.262Z] v2.1.1 [2024-05-29T10:53:10.262Z] v2.2.0 [2024-05-29T10:53:10.262Z] v2.3.0 [2024-05-29T10:53:10.262Z] v2.3.1 [2024-05-29T10:53:10.262Z] v3.0 [2024-05-29T10:53:10.262Z] v3.0.0 [2024-05-29T10:53:10.262Z] v3.0.1-dev.1 [2024-05-29T10:53:10.262Z] v3.1 [2024-05-29T10:53:10.262Z] v3.1.0 [2024-05-29T10:53:10.262Z] v3.1.0-dev.1 [2024-05-29T10:53:10.262Z] v3.1.0-dev.10 [2024-05-29T10:53:10.262Z] v3.1.0-dev.11 [2024-05-29T10:53:10.262Z] v3.1.0-dev.12 [2024-05-29T10:53:10.262Z] v3.1.0-dev.13 [2024-05-29T10:53:10.262Z] v3.1.0-dev.14 [2024-05-29T10:53:10.262Z] v3.1.0-dev.15 [2024-05-29T10:53:10.262Z] v3.1.0-dev.16 [2024-05-29T10:53:10.262Z] v3.1.0-dev.17 [2024-05-29T10:53:10.262Z] v3.1.0-dev.18 [2024-05-29T10:53:10.262Z] v3.1.0-dev.19 [2024-05-29T10:53:10.262Z] v3.1.0-dev.2 [2024-05-29T10:53:10.262Z] v3.1.0-dev.20 [2024-05-29T10:53:10.262Z] v3.1.0-dev.21 [2024-05-29T10:53:10.262Z] v3.1.0-dev.22 [2024-05-29T10:53:10.262Z] v3.1.0-dev.23 [2024-05-29T10:53:10.262Z] v3.1.0-dev.24 [2024-05-29T10:53:10.262Z] v3.1.0-dev.25 [2024-05-29T10:53:10.262Z] v3.1.0-dev.26 [2024-05-29T10:53:10.262Z] v3.1.0-dev.27 [2024-05-29T10:53:10.262Z] v3.1.0-dev.28 [2024-05-29T10:53:10.262Z] v3.1.0-dev.29 [2024-05-29T10:53:10.262Z] v3.1.0-dev.3 [2024-05-29T10:53:10.262Z] v3.1.0-dev.30 [2024-05-29T10:53:10.262Z] v3.1.0-dev.31 [2024-05-29T10:53:10.262Z] v3.1.0-dev.32 [2024-05-29T10:53:10.262Z] v3.1.0-dev.33 [2024-05-29T10:53:10.262Z] v3.1.0-dev.34 [2024-05-29T10:53:10.262Z] v3.1.0-dev.35 [2024-05-29T10:53:10.262Z] v3.1.0-dev.36 [2024-05-29T10:53:10.262Z] v3.1.0-dev.37 [2024-05-29T10:53:10.262Z] v3.1.0-dev.38 [2024-05-29T10:53:10.262Z] v3.1.0-dev.39 [2024-05-29T10:53:10.262Z] v3.1.0-dev.4 [2024-05-29T10:53:10.262Z] v3.1.0-dev.40 [2024-05-29T10:53:10.262Z] v3.1.0-dev.41 [2024-05-29T10:53:10.262Z] v3.1.0-dev.5 [2024-05-29T10:53:10.262Z] v3.1.0-dev.6 [2024-05-29T10:53:10.262Z] v3.1.0-dev.7 [2024-05-29T10:53:10.262Z] v3.1.0-dev.8 [2024-05-29T10:53:10.262Z] v3.1.0-dev.9 [2024-05-29T10:53:10.262Z] v3.1.1 [2024-05-29T10:53:10.262Z] v3.1.1-dev.1 [2024-05-29T10:53:10.262Z] v3.2.0-dev.1 [2024-05-29T10:53:10.262Z] v3.2.0-dev.10 [2024-05-29T10:53:10.262Z] v3.2.0-dev.11 [2024-05-29T10:53:10.262Z] v3.2.0-dev.12 [2024-05-29T10:53:10.262Z] v3.2.0-dev.13 [2024-05-29T10:53:10.262Z] v3.2.0-dev.14 [2024-05-29T10:53:10.262Z] v3.2.0-dev.15 [2024-05-29T10:53:10.262Z] v3.2.0-dev.16 [2024-05-29T10:53:10.262Z] v3.2.0-dev.2 [2024-05-29T10:53:10.262Z] v3.2.0-dev.3 [2024-05-29T10:53:10.262Z] v3.2.0-dev.4 [2024-05-29T10:53:10.262Z] v3.2.0-dev.5 [2024-05-29T10:53:10.262Z] v3.2.0-dev.6 [2024-05-29T10:53:10.262Z] v3.2.0-dev.7 [2024-05-29T10:53:10.262Z] v3.2.0-dev.8 [2024-05-29T10:53:10.262Z] v3.2.0-dev.9 [Pipeline] sh [2024-05-29T10:53:10.561Z] + lftools sign git-tag v3.2.0-dev.16 [2024-05-29T10:53:11.131Z] Signing Git tag with Sigul... [2024-05-29T10:53:11.131Z] Signing v3.2.0-dev.16 [Pipeline] echo [2024-05-29T10:53:11.401Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:11.696Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-05-29T10:53:11.702Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-05-29T10:53:11.739Z] $ docker stop --time=1 6e9958b54124f82ef189759a73e9498db2e506e37ef1903cfc4d73f9603a56e7 [2024-05-29T10:53:13.035Z] $ docker rm -f --volumes 6e9958b54124f82ef189759a73e9498db2e506e37ef1903cfc4d73f9603a56e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-05-29T10:53:13.479Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T10:53:13.479Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:53:13.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T10:53:13.786Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:53:13.864Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:53:13.899Z] $ 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-05-29T10:53:14.241Z] $ docker top 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T10:53:14.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T10:53:14.339Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T10:53:14.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T10:53:14.467Z] $ docker exec 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd ssh-agent [2024-05-29T10:53:14.565Z] SSH_AUTH_SOCK=/tmp/ssh-TWbsRW2rduWd/agent.32 [2024-05-29T10:53:14.566Z] SSH_AGENT_PID=38 [2024-05-29T10:53:14.570Z] Running ssh-add (command line suppressed) [2024-05-29T10:53:14.674Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14359922636032878287.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14359922636032878287.key) [2024-05-29T10:53:14.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T10:53:14.978Z] + git semver bump pre [2024-05-29T10:53:15.236Z] 2024-05-29 10:53:15,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:53:15.236Z] 2024-05-29 10:53:15,173 [bump_version] DEBUG bumping version:3.2.0-dev.16 on axis:pre with prefix:dev [2024-05-29T10:53:15.236Z] 2024-05-29 10:53:15,173 [bump_version] DEBUG bumped version:3.2.0-dev.17 [2024-05-29T10:53:15.236Z] 2024-05-29 10:53:15,173 [write_version] DEBUG write version:3.2.0-dev.17 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2024-05-29T10:53:15.236Z] 2024-05-29 10:53:15,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:53:15.236Z] 2024-05-29 10:53:15,173 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:53:15.236Z] 2024-05-29 10:53:15,175 [execute] INFO git cat-file --batch-check [2024-05-29T10:53:15.237Z] 2024-05-29 10:53:15,175 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-29T10:53:15.237Z] 2024-05-29 10:53:15,182 [execute] INFO git cat-file --batch [2024-05-29T10:53:15.237Z] 2024-05-29 10:53:15,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-29T10:53:15.237Z] 2024-05-29 10:53:15,189 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:53:15.237Z] 3.2.0-dev.17 [Pipeline] } [2024-05-29T10:53:15.253Z] $ docker exec --env ******** --env ******** 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd ssh-agent -k [2024-05-29T10:53:15.351Z] unset SSH_AUTH_SOCK; [2024-05-29T10:53:15.351Z] unset SSH_AGENT_PID; [2024-05-29T10:53:15.351Z] echo Agent pid 38 killed; [2024-05-29T10:53:15.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T10:53:15.679Z] + git semver [Pipeline] } [2024-05-29T10:53:15.960Z] $ docker stop --time=1 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd [2024-05-29T10:53:17.239Z] $ docker rm -f --volumes 5114ab00cae001723d2c93a0054934dad453cd796ca2571a34ba5c9e2d1fa4cd [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T10:53:17.589Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T10:53:17.589Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:53:17.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T10:53:17.891Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:53:17.975Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:53:18.013Z] $ 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-05-29T10:53:18.331Z] $ docker top 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 -eo pid,comm [2024-05-29T10:53:18.370Z] 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-05-29T10:53:18.370Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T10:53:18.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T10:53:18.433Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T10:53:18.548Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T10:53:18.558Z] $ docker exec 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 ssh-agent [2024-05-29T10:53:18.661Z] SSH_AUTH_SOCK=/tmp/ssh-jWTyhgMDKNi8/agent.31 [2024-05-29T10:53:18.661Z] SSH_AGENT_PID=38 [2024-05-29T10:53:18.666Z] Running ssh-add (command line suppressed) [2024-05-29T10:53:18.763Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9605733968103103294.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9605733968103103294.key) [2024-05-29T10:53:18.770Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T10:53:19.061Z] + git semver push [2024-05-29T10:53:19.320Z] 2024-05-29 10:53:19,243 [run_push] DEBUG push [2024-05-29T10:53:19.320Z] 2024-05-29 10:53:19,244 [execute] INFO git cat-file --batch-check [2024-05-29T10:53:19.320Z] 2024-05-29 10:53:19,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-29T10:53:19.320Z] 2024-05-29 10:53:19,249 [execute] INFO git rev-list 95d92cd7a33a93256e23fe55c7fd4326e2d4387f -- [2024-05-29T10:53:19.320Z] 2024-05-29 10:53:19,249 [execute] DEBUG Popen(['git', 'rev-list', '95d92cd7a33a93256e23fe55c7fd4326e2d4387f', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-29T10:53:19.320Z] 2024-05-29 10:53:19,260 [execute] INFO git fetch -v origin [2024-05-29T10:53:19.320Z] 2024-05-29 10:53:19,260 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-05-29T10:53:19.888Z] 2024-05-29 10:53:19,713 [run_push] DEBUG no remote changes detected [2024-05-29T10:53:19.888Z] 2024-05-29 10:53:19,714 [execute] INFO git push origin semver [2024-05-29T10:53:19.888Z] 2024-05-29 10:53:19,714 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-29T10:53:20.829Z] 2024-05-29 10:53:20,529 [run_push] DEBUG push all version tags [2024-05-29T10:53:20.829Z] 2024-05-29 10:53:20,529 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-05-29T10:53:20.829Z] 2024-05-29 10:53:20,530 [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-05-29T10:53:21.399Z] 2024-05-29 10:53:21,162 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-05-29T10:53:21.399Z] 3.2.0-dev.17 [Pipeline] } [2024-05-29T10:53:21.416Z] $ docker exec --env ******** --env ******** 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 ssh-agent -k [2024-05-29T10:53:21.522Z] unset SSH_AUTH_SOCK; [2024-05-29T10:53:21.522Z] unset SSH_AGENT_PID; [2024-05-29T10:53:21.522Z] echo Agent pid 38 killed; [2024-05-29T10:53:21.525Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T10:53:21.856Z] + git semver [Pipeline] } [2024-05-29T10:53:22.134Z] $ docker stop --time=1 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 [2024-05-29T10:53:23.439Z] $ docker rm -f --volumes 80ddd7ac0fec2587ad52ee24e8c1448239c1ac4b11169cc4d4fd491596563ee1 [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-05-29T10:53:24.091Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2024-05-29T10:53:24.092Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-05-29T10:53:24.092Z] total 16 [2024-05-29T10:53:24.092Z] drwxr-xr-x 3 root root 4096 May 29 10:38 . [2024-05-29T10:53:24.092Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:53 .. [2024-05-29T10:53:24.092Z] drwxr-xr-x 2 root root 4096 May 29 10:38 cost [2024-05-29T10:53:24.092Z] -rw-r--r-- 1 root root 85 May 29 10:38 cost.csv [2024-05-29T10:53:24.092Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-05-29T10:53:24.092Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-05-29T10:53:24.092Z] total 16 [2024-05-29T10:53:24.092Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 10:38 . [2024-05-29T10:53:24.092Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 10:53 .. [2024-05-29T10:53:24.092Z] drwxr-xr-x 2 jenkins jenkins 4096 May 29 10:38 cost [2024-05-29T10:53:24.092Z] -rw-r--r-- 1 jenkins jenkins 85 May 29 10:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:24.384Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:25.246Z] ---> package-listing.sh [2024-05-29T10:53:25.246Z] ++ facter osfamily [2024-05-29T10:53:25.246Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-29T10:53:25.506Z] + OS_FAMILY=debian [2024-05-29T10:53:25.506Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2024-05-29T10:53:25.506Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-29T10:53:25.506Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-29T10:53:25.506Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-29T10:53:25.506Z] + PACKAGES=/tmp/packages_start.txt [2024-05-29T10:53:25.506Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-05-29T10:53:25.506Z] + PACKAGES=/tmp/packages_end.txt [2024-05-29T10:53:25.506Z] + case "${OS_FAMILY}" in [2024-05-29T10:53:25.506Z] + dpkg -l [2024-05-29T10:53:25.506Z] + grep '^ii' [2024-05-29T10:53:25.506Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-29T10:53:25.506Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-29T10:53:25.506Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-29T10:53:25.506Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-05-29T10:53:25.506Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2024-05-29T10:53:25.506Z] + 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-05-29T10:53:25.517Z] 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-05-29T10:53:25.796Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T10:53:26.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T10:53:26.365Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T10:53:26.455Z] prd-ubuntu20.04-docker-8c-8g-1035 does not seem to be running inside a container [2024-05-29T10:53:26.494Z] $ 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-05-29T10:53:26.678Z] $ docker top 74f597ac45d6e048431cced48674534b2a9a0bff9d5e25021f78f3270f53a926 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T10:53:27.030Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-29T10:53:27.318Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-29T10:53:27.605Z] + ls /var/log/sa-host [2024-05-29T10:53:27.606Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T10:53:27.765Z] provisioning config files... [2024-05-29T10:53:27.774Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17222565138299941380tmp [Pipeline] { [Pipeline] echo [2024-05-29T10:53:27.797Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:28.085Z] ---> create-netrc.sh [Pipeline] } [2024-05-29T10:53:28.092Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:28.443Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-29T10:53:28.452Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:28.735Z] ---> sudo-logs.sh [2024-05-29T10:53:28.736Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-29T10:53:28.759Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:29.039Z] ---> job-cost.sh [2024-05-29T10:53:29.039Z] lf-activate-venv: SKIPPING [2024-05-29T10:53:29.039Z] DEBUG: total: 0.2199999988079071 [2024-05-29T10:53:29.039Z] INFO: Retrieving Stack Cost... [2024-05-29T10:53:29.606Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T10:53:29.864Z] INFO: Archiving Costs [Pipeline] echo [2024-05-29T10:53:29.874Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T10:53:30.157Z] ---> logs-deploy.sh [2024-05-29T10:53:30.157Z] lf-activate-venv: SKIPPING [2024-05-29T10:53:30.157Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/291 [2024-05-29T10:53:30.157Z] INFO: archiving workspace using pattern(s): [2024-05-29T10:53:31.094Z] Archives upload complete. [2024-05-29T10:53:31.355Z] INFO: archiving logs to Nexus