Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 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-ssh8422559548162461760.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5173326385323675203.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15199548117329302934.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15629222504038993178.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-ssh4313083940887588178.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.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/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-4624 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 # timeout=10 Commit message: "Merge pull request #1303 from jinlinGuan/messaging-issue-166" > git rev-list --no-walk 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-06T04:26:09.701Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-06T04:26:09.808Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-06T04:26:09.830Z] ========================================================= [2023-02-06T04:26:09.830Z] EdgeX Global Pipelines Version Info [2023-02-06T04:26:09.830Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:26:10.547Z] ------------------- [2023-02-06T04:26:10.547Z] stable info: [2023-02-06T04:26:10.547Z] ------------------- [2023-02-06T04:26:10.547Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-06T04:26:10.547Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T04:26:10.547Z] Message: update stable to v1.0.244 [2023-02-06T04:26:11.115Z] ------------------- [2023-02-06T04:26:11.115Z] experimental info: [2023-02-06T04:26:11.115Z] ------------------- [2023-02-06T04:26:11.115Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-06T04:26:11.115Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T04:26:11.115Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-06T04:26:11.290Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-06T04:26:11.303Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-06T04:26:11.317Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-06T04:26:11.328Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-06T04:26:11.341Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-06T04:26:11.353Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-06T04:26:11.366Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-06T04:26:11.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-06T04:26:11.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-06T04:26:11.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-06T04:26:11.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-06T04:26:11.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-06T04:26:11.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-06T04:26:11.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-06T04:26:11.471Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-06T04:26:11.489Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T04:26:11.505Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T04:26:11.516Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T04:26:11.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-06T04:26:11.540Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-06T04:26:11.551Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-06T04:26:11.562Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-06T04:26:11.574Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-06T04:26:11.585Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-06T04:26:11.596Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-06T04:26:11.611Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-06T04:26:11.628Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-06T04:26:11.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-06T04:26:11.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-06T04:26:11.667Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-06T04:26:11.686Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [Pipeline] echo [2023-02-06T04:26:11.705Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3773e8a [Pipeline] echo [2023-02-06T04:26:11.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T04:26:11.769Z] provisioning config files... [2023-02-06T04:26:11.782Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1432168614837122149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:26:12.085Z] ---> docker-login.sh [2023-02-06T04:26:12.085Z] nexus3.edgexfoundry.org:10001 [2023-02-06T04:26:13.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:13.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:13.347Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:13.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:13.348Z] [2023-02-06T04:26:13.348Z] Login Succeeded [2023-02-06T04:26:13.348Z] nexus3.edgexfoundry.org:10002 [2023-02-06T04:26:13.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:13.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:13.348Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:13.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:13.348Z] [2023-02-06T04:26:13.348Z] Login Succeeded [2023-02-06T04:26:13.348Z] nexus3.edgexfoundry.org:10003 [2023-02-06T04:26:13.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:13.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:13.616Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:13.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:13.616Z] [2023-02-06T04:26:13.616Z] Login Succeeded [2023-02-06T04:26:13.616Z] nexus3.edgexfoundry.org:10004 [2023-02-06T04:26:13.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:13.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:13.881Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:13.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:13.881Z] [2023-02-06T04:26:13.881Z] Login Succeeded [2023-02-06T04:26:13.881Z] docker.io [2023-02-06T04:26:13.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:14.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:14.150Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:14.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:14.150Z] [2023-02-06T04:26:14.150Z] Login Succeeded [2023-02-06T04:26:14.150Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T04:26:14.157Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-06T04:26:14.529Z] + git rev-list -1 --merges 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5~1..3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [Pipeline] echo [2023-02-06T04:26:14.589Z] -----------> git rev-list -1 --merges 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5~1..3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [2023-02-06T04:26:14.589Z] 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [false] [Pipeline] sh [2023-02-06T04:26:14.872Z] + git log --format=format:%s -1 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [Pipeline] echo [2023-02-06T04:26:14.887Z] ========================================================= [2023-02-06T04:26:14.887Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-06T04:26:14.887Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T04:26:15.206Z] + git log --format=format:%s -1 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [Pipeline] echo [2023-02-06T04:26:15.218Z] [semverPrep] GIT_COMMIT: 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5, Commit Message: Merge pull request #1303 from jinlinGuan/messaging-issue-166 [Pipeline] echo [2023-02-06T04:26:15.230Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-06T04:26:15.599Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T04:26:15.599Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-06T04:26:15.599Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-06T04:26:15.599Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-06T04:26:15.599Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-06T04:26:15.599Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-06T04:26:15.599Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:26:16.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T04:26:16.010Z] [2023-02-06T04:26:16.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:26:16.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T04:26:16.320Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-06T04:26:16.320Z] b85a868b505f: Pulling fs layer [2023-02-06T04:26:16.320Z] e2be974225ed: Pulling fs layer [2023-02-06T04:26:16.320Z] 339a4e72a1f5: Pulling fs layer [2023-02-06T04:26:16.320Z] 988bab9f4d93: Pulling fs layer [2023-02-06T04:26:16.320Z] 1469e6f7b9e6: Pulling fs layer [2023-02-06T04:26:16.320Z] eaf3925da568: Pulling fs layer [2023-02-06T04:26:16.320Z] bab4dde63d76: Pulling fs layer [2023-02-06T04:26:16.320Z] bde34c3a00c8: Pulling fs layer [2023-02-06T04:26:16.320Z] b352a97aabf1: Pulling fs layer [2023-02-06T04:26:16.320Z] 4872d77fe225: Pulling fs layer [2023-02-06T04:26:16.320Z] 5851b861e8e6: Pulling fs layer [2023-02-06T04:26:16.320Z] 4872d77fe225: Waiting [2023-02-06T04:26:16.320Z] 5851b861e8e6: Waiting [2023-02-06T04:26:16.320Z] bab4dde63d76: Waiting [2023-02-06T04:26:16.320Z] 1469e6f7b9e6: Waiting [2023-02-06T04:26:16.320Z] bde34c3a00c8: Waiting [2023-02-06T04:26:16.320Z] b352a97aabf1: Waiting [2023-02-06T04:26:16.320Z] 988bab9f4d93: Waiting [2023-02-06T04:26:16.320Z] eaf3925da568: Waiting [2023-02-06T04:26:16.320Z] e2be974225ed: Verifying Checksum [2023-02-06T04:26:16.320Z] e2be974225ed: Download complete [2023-02-06T04:26:16.320Z] 988bab9f4d93: Verifying Checksum [2023-02-06T04:26:16.320Z] 988bab9f4d93: Download complete [2023-02-06T04:26:16.628Z] 339a4e72a1f5: Verifying Checksum [2023-02-06T04:26:16.628Z] 339a4e72a1f5: Download complete [2023-02-06T04:26:16.628Z] eaf3925da568: Verifying Checksum [2023-02-06T04:26:16.628Z] eaf3925da568: Download complete [2023-02-06T04:26:16.628Z] 1469e6f7b9e6: Verifying Checksum [2023-02-06T04:26:16.628Z] 1469e6f7b9e6: Download complete [2023-02-06T04:26:16.628Z] bde34c3a00c8: Verifying Checksum [2023-02-06T04:26:16.628Z] bde34c3a00c8: Download complete [2023-02-06T04:26:16.890Z] b352a97aabf1: Download complete [2023-02-06T04:26:16.890Z] 4872d77fe225: Download complete [2023-02-06T04:26:16.890Z] b85a868b505f: Verifying Checksum [2023-02-06T04:26:16.890Z] b85a868b505f: Download complete [2023-02-06T04:26:16.890Z] 5851b861e8e6: Verifying Checksum [2023-02-06T04:26:16.890Z] 5851b861e8e6: Download complete [2023-02-06T04:26:17.157Z] bab4dde63d76: Verifying Checksum [2023-02-06T04:26:17.157Z] bab4dde63d76: Download complete [2023-02-06T04:26:18.104Z] b85a868b505f: Pull complete [2023-02-06T04:26:18.367Z] e2be974225ed: Pull complete [2023-02-06T04:26:18.627Z] 339a4e72a1f5: Pull complete [2023-02-06T04:26:18.886Z] 988bab9f4d93: Pull complete [2023-02-06T04:26:19.145Z] 1469e6f7b9e6: Pull complete [2023-02-06T04:26:19.406Z] eaf3925da568: Pull complete [2023-02-06T04:26:21.312Z] bab4dde63d76: Pull complete [2023-02-06T04:26:21.312Z] bde34c3a00c8: Pull complete [2023-02-06T04:26:21.312Z] b352a97aabf1: Pull complete [2023-02-06T04:26:21.312Z] 4872d77fe225: Pull complete [2023-02-06T04:26:21.312Z] 5851b861e8e6: Pull complete [2023-02-06T04:26:21.572Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-06T04:26:21.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T04:26:21.572Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:26:21.669Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:26:21.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T04:26:24.775Z] $ docker top 30c8b11230d33b8f8e4dd7be8643ae1e90ca11847c36732b28dae3a8a90d3ab3 -eo pid,comm [2023-02-06T04:26:24.837Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-06T04:26:24.837Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T04:26:24.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T04:26:24.875Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T04:26:25.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T04:26:25.017Z] $ docker exec 30c8b11230d33b8f8e4dd7be8643ae1e90ca11847c36732b28dae3a8a90d3ab3 ssh-agent [2023-02-06T04:26:25.123Z] SSH_AUTH_SOCK=/tmp/ssh-agrr1WC0s1hV/agent.32 [2023-02-06T04:26:25.123Z] SSH_AGENT_PID=39 [2023-02-06T04:26:25.130Z] Running ssh-add (command line suppressed) [2023-02-06T04:26:25.229Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11471714394125709039.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11471714394125709039.key) [2023-02-06T04:26:25.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T04:26:25.531Z] + git tag --points-at HEAD [Pipeline] } [2023-02-06T04:26:25.552Z] $ docker exec --env ******** --env ******** 30c8b11230d33b8f8e4dd7be8643ae1e90ca11847c36732b28dae3a8a90d3ab3 ssh-agent -k [2023-02-06T04:26:25.665Z] unset SSH_AUTH_SOCK; [2023-02-06T04:26:25.666Z] unset SSH_AGENT_PID; [2023-02-06T04:26:25.666Z] echo Agent pid 39 killed; [2023-02-06T04:26:25.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-06T04:26:25.701Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T04:26:25.701Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T04:26:25.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T04:26:25.813Z] $ docker exec 30c8b11230d33b8f8e4dd7be8643ae1e90ca11847c36732b28dae3a8a90d3ab3 ssh-agent [2023-02-06T04:26:25.934Z] SSH_AUTH_SOCK=/tmp/ssh-SmBNsxUMNyI8/agent.71 [2023-02-06T04:26:25.934Z] SSH_AGENT_PID=77 [2023-02-06T04:26:25.939Z] Running ssh-add (command line suppressed) [2023-02-06T04:26:26.047Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16667506138035932556.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16667506138035932556.key) [2023-02-06T04:26:26.062Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T04:26:26.350Z] + git semver init [2023-02-06T04:26:26.612Z] 2023-02-06 04:26:26,571 [run_init] DEBUG init version:0.0.0 force:False [2023-02-06T04:26:26.612Z] 2023-02-06 04:26:26,571 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-06T04:26:26.612Z] 2023-02-06 04:26:26,572 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-06T04:26:26.612Z] 2023-02-06 04:26:26,572 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-06T04:26:27.999Z] 2023-02-06 04:26:27,618 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-06T04:26:27.999Z] 2023-02-06 04:26:27,618 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-06T04:26:27.999Z] 2023-02-06 04:26:27,619 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:26:27.999Z] 2023-02-06 04:26:27,619 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:26:27.999Z] 3.0.0-dev.19 [Pipeline] } [2023-02-06T04:26:28.010Z] $ docker exec --env ******** --env ******** 30c8b11230d33b8f8e4dd7be8643ae1e90ca11847c36732b28dae3a8a90d3ab3 ssh-agent -k [2023-02-06T04:26:28.106Z] unset SSH_AUTH_SOCK; [2023-02-06T04:26:28.107Z] unset SSH_AGENT_PID; [2023-02-06T04:26:28.107Z] echo Agent pid 77 killed; [2023-02-06T04:26:28.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T04:26:28.421Z] + git semver [Pipeline] } [2023-02-06T04:26:28.700Z] $ docker stop --time=1 30c8b11230d33b8f8e4dd7be8643ae1e90ca11847c36732b28dae3a8a90d3ab3 [2023-02-06T04:26:29.979Z] $ docker rm -f --volumes 30c8b11230d33b8f8e4dd7be8643ae1e90ca11847c36732b28dae3a8a90d3ab3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T04:26:30.313Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-06T04:26:30.524Z] Stashed 1 file(s) [Pipeline] echo [2023-02-06T04:26:30.528Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.19 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T04:26:30.676Z] provisioning config files... [2023-02-06T04:26:30.685Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1615403989542518642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:26:30.982Z] ---> docker-login.sh [2023-02-06T04:26:30.982Z] nexus3.edgexfoundry.org:10001 [2023-02-06T04:26:30.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:30.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:30.982Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:30.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:30.982Z] [2023-02-06T04:26:30.982Z] Login Succeeded [2023-02-06T04:26:30.982Z] nexus3.edgexfoundry.org:10002 [2023-02-06T04:26:30.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:30.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:30.982Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:30.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:30.982Z] [2023-02-06T04:26:30.982Z] Login Succeeded [2023-02-06T04:26:30.982Z] nexus3.edgexfoundry.org:10003 [2023-02-06T04:26:31.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:31.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:31.242Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:31.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:31.242Z] [2023-02-06T04:26:31.242Z] Login Succeeded [2023-02-06T04:26:31.242Z] nexus3.edgexfoundry.org:10004 [2023-02-06T04:26:31.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:31.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:31.242Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:31.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:31.242Z] [2023-02-06T04:26:31.242Z] Login Succeeded [2023-02-06T04:26:31.242Z] docker.io [2023-02-06T04:26:31.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:26:31.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:26:31.502Z] Configure a credential helper to remove this warning. See [2023-02-06T04:26:31.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:26:31.502Z] [2023-02-06T04:26:31.503Z] Login Succeeded [2023-02-06T04:26:31.503Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T04:26:31.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-06T04:26:31.567Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T04:26:31.577Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T04:26:31.587Z] ========================================================= [2023-02-06T04:26:31.587Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-06T04:26:31.587Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:26:31.903Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-06T04:26:31.903Z] Sending build context to Docker daemon 10.5MB [2023-02-06T04:26:31.903Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T04:26:31.903Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-06T04:26:31.903Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-06T04:26:31.903Z] 213ec9aee27d: Pulling fs layer [2023-02-06T04:26:31.903Z] 4583459ba037: Pulling fs layer [2023-02-06T04:26:31.903Z] 93c1e223e6f2: Pulling fs layer [2023-02-06T04:26:31.903Z] 53926ce57604: Pulling fs layer [2023-02-06T04:26:31.903Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-06T04:26:31.903Z] 22ff95d597cd: Pulling fs layer [2023-02-06T04:26:31.903Z] 12d6caf4c0d1: Pulling fs layer [2023-02-06T04:26:31.903Z] 96b7cbca73a9: Pulling fs layer [2023-02-06T04:26:31.903Z] a7acece74701: Pulling fs layer [2023-02-06T04:26:31.903Z] 53926ce57604: Waiting [2023-02-06T04:26:31.903Z] 21b2b0c7a3f4: Waiting [2023-02-06T04:26:31.903Z] 12d6caf4c0d1: Waiting [2023-02-06T04:26:31.903Z] 96b7cbca73a9: Waiting [2023-02-06T04:26:31.903Z] a7acece74701: Waiting [2023-02-06T04:26:31.903Z] 93c1e223e6f2: Verifying Checksum [2023-02-06T04:26:31.903Z] 93c1e223e6f2: Download complete [2023-02-06T04:26:31.903Z] 4583459ba037: Verifying Checksum [2023-02-06T04:26:31.903Z] 4583459ba037: Download complete [2023-02-06T04:26:32.163Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-06T04:26:32.163Z] 21b2b0c7a3f4: Download complete [2023-02-06T04:26:32.163Z] 22ff95d597cd: Verifying Checksum [2023-02-06T04:26:32.163Z] 22ff95d597cd: Download complete [2023-02-06T04:26:32.163Z] 213ec9aee27d: Download complete [2023-02-06T04:26:32.163Z] 12d6caf4c0d1: Download complete [2023-02-06T04:26:32.423Z] 213ec9aee27d: Pull complete [2023-02-06T04:26:32.423Z] 4583459ba037: Pull complete [2023-02-06T04:26:32.423Z] 93c1e223e6f2: Pull complete [2023-02-06T04:26:33.401Z] a7acece74701: Verifying Checksum [2023-02-06T04:26:33.401Z] a7acece74701: Download complete [2023-02-06T04:26:33.662Z] 96b7cbca73a9: Download complete [2023-02-06T04:26:33.662Z] 53926ce57604: Verifying Checksum [2023-02-06T04:26:33.662Z] 53926ce57604: Download complete [2023-02-06T04:26:37.849Z] 53926ce57604: Pull complete [2023-02-06T04:26:37.849Z] 21b2b0c7a3f4: Pull complete [2023-02-06T04:26:37.849Z] 22ff95d597cd: Pull complete [2023-02-06T04:26:37.849Z] 12d6caf4c0d1: Pull complete [2023-02-06T04:26:39.753Z] 96b7cbca73a9: Pull complete [2023-02-06T04:26:40.699Z] a7acece74701: Pull complete [2023-02-06T04:26:40.699Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-06T04:26:40.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T04:26:40.699Z] ---> db6d94c90886 [2023-02-06T04:26:40.699Z] Step 3/10 : ARG MAKE=make build [2023-02-06T04:26:44.923Z] ---> Running in 63112f663035 [2023-02-06T04:26:44.923Z] Removing intermediate container 63112f663035 [2023-02-06T04:26:44.923Z] ---> 079560f17591 [2023-02-06T04:26:44.923Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-06T04:26:44.923Z] ---> Running in e65f10077678 [2023-02-06T04:26:45.182Z] Removing intermediate container e65f10077678 [2023-02-06T04:26:45.182Z] ---> b7c2b79ffeaf [2023-02-06T04:26:45.182Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T04:26:45.182Z] ---> Running in 183640ec32d4 [2023-02-06T04:26:45.442Z] Removing intermediate container 183640ec32d4 [2023-02-06T04:26:45.442Z] ---> f7f8f63f2f20 [2023-02-06T04:26:45.442Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-06T04:26:45.442Z] ---> Running in 2122a4ce5568 [2023-02-06T04:26:45.635Z] Still waiting to schedule task [2023-02-06T04:26:45.635Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-06T04:26:45.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T04:26:45.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T04:26:45.960Z] OK: 211 MiB in 51 packages [2023-02-06T04:26:46.527Z] Removing intermediate container 2122a4ce5568 [2023-02-06T04:26:46.527Z] ---> 02c72f7cc74e [2023-02-06T04:26:46.527Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-06T04:26:46.527Z] ---> 51ca01651ba4 [2023-02-06T04:26:46.527Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T04:26:46.527Z] ---> Running in def691a41d6e [2023-02-06T04:27:54.240Z] Removing intermediate container def691a41d6e [2023-02-06T04:27:54.240Z] ---> 17c6795428d5 [2023-02-06T04:27:54.240Z] Step 9/10 : COPY . . [2023-02-06T04:27:54.240Z] ---> 8ae50dce643b [2023-02-06T04:27:54.240Z] Step 10/10 : RUN ${MAKE} [2023-02-06T04:27:54.240Z] ---> Running in 11a57d65d075 [2023-02-06T04:27:54.240Z] noop [2023-02-06T04:27:54.240Z] Removing intermediate container 11a57d65d075 [2023-02-06T04:27:54.240Z] ---> ceb16d768e20 [2023-02-06T04:27:54.240Z] Successfully built ceb16d768e20 [2023-02-06T04:27:54.240Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:27:54.563Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T04:27:54.563Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:27:54.634Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:27:54.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T04:27:55.026Z] $ docker top ec1987fa9c54bb23547228776161dd4ca49be97b9eb78a36d681630d050c537f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T04:27:55.372Z] + go version [2023-02-06T04:27:55.372Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-06T04:27:55.388Z] $ docker stop --time=1 ec1987fa9c54bb23547228776161dd4ca49be97b9eb78a36d681630d050c537f [2023-02-06T04:27:56.653Z] $ docker rm -f --volumes ec1987fa9c54bb23547228776161dd4ca49be97b9eb78a36d681630d050c537f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:27:57.071Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T04:27:57.071Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:27:57.143Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:27:57.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T04:27:57.667Z] $ docker top 2fca795c9b929a26657ed430c0771d8c88f6e2f7da7fdebe4526b9918c74f180 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T04:27:58.027Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-06T04:27:58.327Z] + make test [2023-02-06T04:27:58.327Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T04:28:04.894Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-06T04:28:19.788Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.062s coverage: 27.6% of statements [2023-02-06T04:28:19.788Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.085s coverage: 78.9% of statements [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-06T04:28:19.788Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.171s coverage: 70.2% of statements [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-06T04:28:19.788Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.120s coverage: 59.8% of statements [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-06T04:28:19.788Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.099s coverage: 65.1% of statements [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-06T04:28:19.788Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.777s coverage: 89.2% of statements [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-06T04:28:19.788Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.068s coverage: 4.7% of statements [2023-02-06T04:28:19.788Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-06T04:28:31.994Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4625 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-06T04:28:32.006Z] Running in /w/workspace/device-sdk-go/149 [Pipeline] { [Pipeline] checkout [2023-02-06T04:28:32.040Z] The recommended git tool is: git [2023-02-06T04:28:37.063Z] using credential edgex-jenkins-ssh [2023-02-06T04:28:37.084Z] Cloning the remote Git repository [2023-02-06T04:28:37.903Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-06T04:28:37.904Z] GO111MODULE=on go vet ./... [2023-02-06T04:28:37.131Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-06T04:28:37.206Z] > git init /w/workspace/device-sdk-go/149 # timeout=10 [2023-02-06T04:28:37.350Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-06T04:28:37.351Z] > git --version # timeout=10 [2023-02-06T04:28:37.367Z] > git --version # 'git version 2.25.1' [2023-02-06T04:28:37.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-06T04:28:37.427Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T04:28:38.968Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-06T04:28:38.986Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T04:28:39.761Z] Avoid second fetch [2023-02-06T04:28:39.761Z] Checking out Revision 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 (main) [2023-02-06T04:28:40.274Z] Commit message: "Merge pull request #1303 from jinlinGuan/messaging-issue-166" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T04:28:39.776Z] > git config core.sparsecheckout # timeout=10 [2023-02-06T04:28:39.796Z] > git checkout -f 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 # timeout=10 [2023-02-06T04:28:41.189Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T04:28:41.189Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T04:28:41.189Z] ./bin/test-attribution-txt.sh [2023-02-06T04:28:41.194Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-06T04:28:41.194Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T04:28:41.194Z] Dload Upload Total Spent Left Speed [2023-02-06T04:28:41.194Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 85577 [Pipeline] echo [2023-02-06T04:28:41.202Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T04:28:41.221Z] $ docker stop --time=1 2fca795c9b929a26657ed430c0771d8c88f6e2f7da7fdebe4526b9918c74f180 [2023-02-06T04:28:44.991Z] $ docker rm -f --volumes 2fca795c9b929a26657ed430c0771d8c88f6e2f7da7fdebe4526b9918c74f180 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2023-02-06T04:28:45.521Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T04:28:45.579Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T04:28:45.584Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-06T04:28:45.921Z] + sudo tee /etc/docker/daemon.new [2023-02-06T04:28:45.921Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-06T04:28:45.921Z] { [2023-02-06T04:28:45.921Z] "registry-mirrors": [ [2023-02-06T04:28:45.921Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-06T04:28:45.921Z] ], [2023-02-06T04:28:45.921Z] "bip": "10.250.0.254/24", [2023-02-06T04:28:45.921Z] "hosts": [ [2023-02-06T04:28:45.921Z] "tcp://0.0.0.0:5555", [2023-02-06T04:28:45.921Z] "unix:///var/run/docker.sock" [2023-02-06T04:28:45.921Z] ], [2023-02-06T04:28:45.921Z] "mtu": 1458, [2023-02-06T04:28:45.921Z] "selinux-enabled": true, [2023-02-06T04:28:45.921Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-06T04:28:45.921Z] } [Pipeline] sh [2023-02-06T04:28:46.113Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-06T04:28:46.249Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-06T04:28:46.391Z] + ls -al . [2023-02-06T04:28:46.391Z] total 272 [2023-02-06T04:28:46.391Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 6 04:27 . [2023-02-06T04:28:46.391Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 04:26 .. [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 6 04:26 .dockerignore [2023-02-06T04:28:46.391Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 04:28 .git [2023-02-06T04:28:46.391Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 04:26 .github [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 6 04:26 .gitignore [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 6 04:26 .golangci.yml [2023-02-06T04:28:46.391Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 04:26 .semver [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 6 04:26 CHANGELOG.md [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 04:26 GOVERNANCE.md [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 6 04:26 Jenkinsfile [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 6 04:26 LICENSE [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 6 04:26 Makefile [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 6 04:26 OWNERS.md [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 6 04:26 README.md [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 6 04:26 VERSION [2023-02-06T04:28:46.391Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 04:26 bin [2023-02-06T04:28:46.391Z] -rw-r--r-- 1 jenkins jenkins 99763 Feb 6 04:28 coverage.out [2023-02-06T04:28:46.391Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 6 04:26 example [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 6 04:26 go.mod [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 6 04:26 go.sum [2023-02-06T04:28:46.391Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 6 04:26 internal [2023-02-06T04:28:46.391Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 04:26 openapi [2023-02-06T04:28:46.391Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 6 04:26 pkg [2023-02-06T04:28:46.391Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 04:26 snap [2023-02-06T04:28:46.391Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 6 04:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:28:46.579Z] + sudo service docker restart [2023-02-06T04:28:46.693Z] + 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=3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 --label arch=amd64 --label version=3.0.0-dev.19 . [2023-02-06T04:28:46.693Z] Sending build context to Docker daemon 10.6MB [2023-02-06T04:28:46.693Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T04:28:46.693Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-06T04:28:46.693Z] ---> ceb16d768e20 [2023-02-06T04:28:46.693Z] Step 3/23 : ARG MAKE=make build [2023-02-06T04:28:46.952Z] ---> Running in a905dab7467d [2023-02-06T04:28:46.952Z] Removing intermediate container a905dab7467d [2023-02-06T04:28:46.952Z] ---> 5a814be0aabe [2023-02-06T04:28:46.952Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-06T04:28:46.952Z] ---> Running in 6fdc6731b131 [2023-02-06T04:28:46.952Z] Removing intermediate container 6fdc6731b131 [2023-02-06T04:28:46.952Z] ---> 560390d16f36 [2023-02-06T04:28:46.952Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T04:28:47.211Z] ---> Running in d3bde61ee895 [2023-02-06T04:28:47.211Z] Removing intermediate container d3bde61ee895 [2023-02-06T04:28:47.211Z] ---> 8895031c20f2 [2023-02-06T04:28:47.211Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-06T04:28:47.211Z] ---> Running in 177758bce0d1 [2023-02-06T04:28:47.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T04:28:47.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T04:28:47.990Z] OK: 211 MiB in 51 packages [2023-02-06T04:28:48.249Z] Removing intermediate container 177758bce0d1 [2023-02-06T04:28:48.249Z] ---> 0ea5eefd5945 [2023-02-06T04:28:48.249Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-06T04:28:48.516Z] ---> 340212ccbe96 [2023-02-06T04:28:48.516Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T04:28:48.516Z] ---> Running in c8c3e9eb5636 [2023-02-06T04:28:49.454Z] Removing intermediate container c8c3e9eb5636 [2023-02-06T04:28:49.454Z] ---> 79c77b7b9437 [2023-02-06T04:28:49.454Z] Step 9/23 : COPY . . [2023-02-06T04:28:49.712Z] ---> 5c3b7061bd22 [2023-02-06T04:28:49.712Z] Step 10/23 : RUN ${MAKE} [2023-02-06T04:28:49.712Z] ---> Running in d150603ee3c3 [2023-02-06T04:28:49.970Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.19" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T04:29:04.854Z] provisioning config files... [2023-02-06T04:29:04.883Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/149@tmp/config5587933271077311020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:29:05.238Z] ---> docker-login.sh [2023-02-06T04:29:05.238Z] nexus3.edgexfoundry.org:10001 [2023-02-06T04:29:05.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:29:05.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:29:05.784Z] Configure a credential helper to remove this warning. See [2023-02-06T04:29:05.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:29:05.784Z] [2023-02-06T04:29:05.784Z] Login Succeeded [2023-02-06T04:29:05.784Z] nexus3.edgexfoundry.org:10002 [2023-02-06T04:29:06.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:29:06.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:29:06.324Z] Configure a credential helper to remove this warning. See [2023-02-06T04:29:06.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:29:06.324Z] [2023-02-06T04:29:06.324Z] Login Succeeded [2023-02-06T04:29:06.324Z] nexus3.edgexfoundry.org:10003 [2023-02-06T04:29:06.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:29:06.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:29:06.605Z] Configure a credential helper to remove this warning. See [2023-02-06T04:29:06.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:29:06.605Z] [2023-02-06T04:29:06.605Z] Login Succeeded [2023-02-06T04:29:06.605Z] nexus3.edgexfoundry.org:10004 [2023-02-06T04:29:06.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:29:06.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:29:06.874Z] Configure a credential helper to remove this warning. See [2023-02-06T04:29:06.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:29:06.874Z] [2023-02-06T04:29:06.874Z] Login Succeeded [2023-02-06T04:29:06.874Z] docker.io [2023-02-06T04:29:07.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T04:29:07.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T04:29:07.418Z] Configure a credential helper to remove this warning. See [2023-02-06T04:29:07.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T04:29:07.418Z] [2023-02-06T04:29:07.418Z] Login Succeeded [2023-02-06T04:29:07.418Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T04:29:07.430Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-06T04:29:07.688Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T04:29:07.701Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T04:29:07.712Z] ========================================================= [2023-02-06T04:29:07.712Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-06T04:29:07.712Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:29:08.063Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-06T04:29:08.333Z] Sending build context to Docker daemon 5.635MB [2023-02-06T04:29:08.333Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T04:29:08.333Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-06T04:29:08.606Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-06T04:29:08.606Z] 9b18e9b68314: Pulling fs layer [2023-02-06T04:29:08.606Z] 35d82f9e3411: Pulling fs layer [2023-02-06T04:29:08.606Z] e16973657156: Pulling fs layer [2023-02-06T04:29:08.606Z] fc693d55d65f: Pulling fs layer [2023-02-06T04:29:08.606Z] 7e9fc2657dce: Pulling fs layer [2023-02-06T04:29:08.606Z] dda99020689f: Pulling fs layer [2023-02-06T04:29:08.606Z] db1c61fa0a46: Pulling fs layer [2023-02-06T04:29:08.606Z] 891c053d2c06: Pulling fs layer [2023-02-06T04:29:08.606Z] dda99020689f: Waiting [2023-02-06T04:29:08.606Z] db1c61fa0a46: Waiting [2023-02-06T04:29:08.606Z] 891c053d2c06: Waiting [2023-02-06T04:29:08.606Z] 7e9fc2657dce: Waiting [2023-02-06T04:29:08.606Z] fc693d55d65f: Waiting [2023-02-06T04:29:08.606Z] e16973657156: Verifying Checksum [2023-02-06T04:29:08.606Z] e16973657156: Download complete [2023-02-06T04:29:08.606Z] 35d82f9e3411: Verifying Checksum [2023-02-06T04:29:08.606Z] 35d82f9e3411: Download complete [2023-02-06T04:29:08.606Z] 7e9fc2657dce: Verifying Checksum [2023-02-06T04:29:08.606Z] 7e9fc2657dce: Download complete [2023-02-06T04:29:08.606Z] dda99020689f: Verifying Checksum [2023-02-06T04:29:08.606Z] dda99020689f: Download complete [2023-02-06T04:29:08.877Z] 9b18e9b68314: Download complete [2023-02-06T04:29:09.860Z] 9b18e9b68314: Pull complete [2023-02-06T04:29:09.860Z] 891c053d2c06: Verifying Checksum [2023-02-06T04:29:09.860Z] 891c053d2c06: Download complete [2023-02-06T04:29:10.142Z] 35d82f9e3411: Pull complete [2023-02-06T04:29:10.735Z] e16973657156: Pull complete [2023-02-06T04:29:11.008Z] db1c61fa0a46: Verifying Checksum [2023-02-06T04:29:11.008Z] db1c61fa0a46: Download complete [2023-02-06T04:29:11.597Z] fc693d55d65f: Download complete [2023-02-06T04:29:11.894Z] Removing intermediate container d150603ee3c3 [2023-02-06T04:29:11.894Z] ---> 5ce3ca7ca8ed [2023-02-06T04:29:11.894Z] Step 11/23 : FROM alpine:3.16 [2023-02-06T04:29:11.894Z] 3.16: Pulling from library/alpine [2023-02-06T04:29:11.894Z] ca7dd9ec2225: Pulling fs layer [2023-02-06T04:29:11.894Z] ca7dd9ec2225: Verifying Checksum [2023-02-06T04:29:11.894Z] ca7dd9ec2225: Download complete [2023-02-06T04:29:11.894Z] ca7dd9ec2225: Pull complete [2023-02-06T04:29:11.894Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-06T04:29:11.894Z] Status: Downloaded newer image for alpine:3.16 [2023-02-06T04:29:11.894Z] ---> bfe296a52501 [2023-02-06T04:29:11.894Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-06T04:29:11.894Z] ---> Running in 7e114adda4f2 [2023-02-06T04:29:11.894Z] Removing intermediate container 7e114adda4f2 [2023-02-06T04:29:11.894Z] ---> 53a4d3c14867 [2023-02-06T04:29:11.894Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-06T04:29:11.894Z] ---> Running in ae539e0472be [2023-02-06T04:29:12.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T04:29:12.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T04:29:12.671Z] OK: 6 MiB in 14 packages [2023-02-06T04:29:13.240Z] Removing intermediate container ae539e0472be [2023-02-06T04:29:13.240Z] ---> 081ade0857e8 [2023-02-06T04:29:13.240Z] Step 14/23 : WORKDIR / [2023-02-06T04:29:13.240Z] ---> Running in 8d82367f7522 [2023-02-06T04:29:13.240Z] Removing intermediate container 8d82367f7522 [2023-02-06T04:29:13.240Z] ---> 5acc38f3937f [2023-02-06T04:29:13.240Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-06T04:29:13.240Z] ---> b294f11949ee [2023-02-06T04:29:13.240Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-06T04:29:14.175Z] ---> d9f8dd1a6849 [2023-02-06T04:29:14.175Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-06T04:29:14.175Z] ---> e032d56177f8 [2023-02-06T04:29:14.175Z] Step 18/23 : EXPOSE 59999 [2023-02-06T04:29:14.433Z] ---> Running in e43d1bfd35a9 [2023-02-06T04:29:14.433Z] Removing intermediate container e43d1bfd35a9 [2023-02-06T04:29:14.433Z] ---> 44aa1c7edfbc [2023-02-06T04:29:14.433Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-06T04:29:14.433Z] ---> Running in 9a406d02419f [2023-02-06T04:29:14.433Z] Removing intermediate container 9a406d02419f [2023-02-06T04:29:14.433Z] ---> 75c8635e005c [2023-02-06T04:29:14.433Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T04:29:14.433Z] ---> Running in 7c9f5884f763 [2023-02-06T04:29:14.692Z] Removing intermediate container 7c9f5884f763 [2023-02-06T04:29:14.692Z] ---> fde8bc937ee2 [2023-02-06T04:29:14.692Z] Step 21/23 : LABEL arch=amd64 [2023-02-06T04:29:14.692Z] ---> Running in 0103bc348586 [2023-02-06T04:29:14.692Z] Removing intermediate container 0103bc348586 [2023-02-06T04:29:14.692Z] ---> 2c449e508a33 [2023-02-06T04:29:14.692Z] Step 22/23 : LABEL git_sha=3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [2023-02-06T04:29:14.692Z] ---> Running in a1af9b4350e9 [2023-02-06T04:29:14.692Z] Removing intermediate container a1af9b4350e9 [2023-02-06T04:29:14.692Z] ---> b97c561faac5 [2023-02-06T04:29:14.692Z] Step 23/23 : LABEL version=3.0.0-dev.19 [2023-02-06T04:29:14.692Z] ---> Running in 979e8f9e61fd [2023-02-06T04:29:14.950Z] Removing intermediate container 979e8f9e61fd [2023-02-06T04:29:14.950Z] ---> 7d7a26c8c109 [2023-02-06T04:29:14.950Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-06T04:29:14.950Z] Successfully built 7d7a26c8c109 [2023-02-06T04:29:14.950Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:29:15.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T04:29:15.470Z] [2023-02-06T04:29:15.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:29:15.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T04:29:15.821Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-06T04:29:15.821Z] 5eb5b503b376: Pulling fs layer [2023-02-06T04:29:15.821Z] 5c69ac0246d0: Pulling fs layer [2023-02-06T04:29:15.821Z] ec43610c2a17: Pulling fs layer [2023-02-06T04:29:15.821Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-06T04:29:15.821Z] 33b1e0a273af: Pulling fs layer [2023-02-06T04:29:15.821Z] 5d3b04190fa2: Pulling fs layer [2023-02-06T04:29:15.821Z] 2f39f015ded8: Pulling fs layer [2023-02-06T04:29:15.821Z] 3a2ae6a8a46f: Waiting [2023-02-06T04:29:15.821Z] 33b1e0a273af: Waiting [2023-02-06T04:29:15.821Z] 5d3b04190fa2: Waiting [2023-02-06T04:29:15.821Z] 2f39f015ded8: Waiting [2023-02-06T04:29:15.821Z] 5c69ac0246d0: Verifying Checksum [2023-02-06T04:29:15.821Z] 5c69ac0246d0: Download complete [2023-02-06T04:29:15.821Z] 3a2ae6a8a46f: Download complete [2023-02-06T04:29:16.128Z] 33b1e0a273af: Verifying Checksum [2023-02-06T04:29:16.128Z] 33b1e0a273af: Download complete [2023-02-06T04:29:16.128Z] 5d3b04190fa2: Download complete [2023-02-06T04:29:16.128Z] ec43610c2a17: Verifying Checksum [2023-02-06T04:29:16.128Z] ec43610c2a17: Download complete [2023-02-06T04:29:16.388Z] 5eb5b503b376: Verifying Checksum [2023-02-06T04:29:16.388Z] 5eb5b503b376: Download complete [2023-02-06T04:29:17.327Z] 2f39f015ded8: Download complete [2023-02-06T04:29:17.586Z] 5eb5b503b376: Pull complete [2023-02-06T04:29:17.844Z] 5c69ac0246d0: Pull complete [2023-02-06T04:29:18.103Z] ec43610c2a17: Pull complete [2023-02-06T04:29:18.362Z] 3a2ae6a8a46f: Pull complete [2023-02-06T04:29:18.621Z] 33b1e0a273af: Pull complete [2023-02-06T04:29:18.621Z] 5d3b04190fa2: Pull complete [2023-02-06T04:29:23.909Z] 2f39f015ded8: Pull complete [2023-02-06T04:29:23.909Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-06T04:29:23.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T04:29:23.909Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [2023-02-06T04:29:23.923Z] fc693d55d65f: Pull complete [2023-02-06T04:29:23.923Z] 7e9fc2657dce: Pull complete [2023-02-06T04:29:23.923Z] dda99020689f: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:29:24.010Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:29:24.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T04:29:27.521Z] $ docker top 905fce5df5d4d812fc1a69a290f95b958e44ba36a900d87d9a5e369b0dbe74be -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:29:27.948Z] ---> job-cost.sh [2023-02-06T04:29:27.948Z] lf-activate-venv: SKIPPING [2023-02-06T04:29:27.948Z] INFO: No Stack... [2023-02-06T04:29:28.208Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T04:29:28.468Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T04:29:28.764Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-06T04:29:28.764Z] + cut -d, -f6 [Pipeline] lock [2023-02-06T04:29:28.781Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] [2023-02-06T04:29:28.788Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] did not exist. Created. [2023-02-06T04:29:28.788Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T04:29:29.093Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-06T04:29:29.130Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T04:29:29.140Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T04:29:29.158Z] $ docker stop --time=1 905fce5df5d4d812fc1a69a290f95b958e44ba36a900d87d9a5e369b0dbe74be [2023-02-06T04:29:30.316Z] $ docker rm -f --volumes 905fce5df5d4d812fc1a69a290f95b958e44ba36a900d87d9a5e369b0dbe74be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-06T04:29:30.581Z] db1c61fa0a46: Pull complete [2023-02-06T04:29:32.001Z] 891c053d2c06: Pull complete [2023-02-06T04:29:32.001Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-06T04:29:32.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T04:29:32.002Z] ---> f96f9c87975a [2023-02-06T04:29:32.002Z] Step 3/10 : ARG MAKE=make build [2023-02-06T04:29:33.957Z] ---> Running in 71ca0d0b14bf [2023-02-06T04:29:33.957Z] Removing intermediate container 71ca0d0b14bf [2023-02-06T04:29:33.957Z] ---> 18229187ad5d [2023-02-06T04:29:33.957Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-06T04:29:34.226Z] ---> Running in 5e39084303f7 [2023-02-06T04:29:34.497Z] Removing intermediate container 5e39084303f7 [2023-02-06T04:29:34.497Z] ---> 0f906b656154 [2023-02-06T04:29:34.497Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T04:29:34.497Z] ---> Running in c358e4ececc2 [2023-02-06T04:29:34.769Z] Removing intermediate container c358e4ececc2 [2023-02-06T04:29:34.769Z] ---> d506e99be213 [2023-02-06T04:29:34.769Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-06T04:29:34.769Z] ---> Running in 98ae78180645 [2023-02-06T04:29:36.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T04:29:36.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T04:29:37.435Z] OK: 221 MiB in 51 packages [2023-02-06T04:29:40.792Z] Removing intermediate container 98ae78180645 [2023-02-06T04:29:40.793Z] ---> 742be4d156aa [2023-02-06T04:29:40.793Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-06T04:29:40.793Z] ---> 669bb8cb66d0 [2023-02-06T04:29:40.793Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T04:29:40.793Z] ---> Running in d5a6ff75e7c1 [2023-02-06T04:30:48.774Z] Removing intermediate container d5a6ff75e7c1 [2023-02-06T04:30:48.774Z] ---> e26cf3d2faec [2023-02-06T04:30:48.774Z] Step 9/10 : COPY . . [2023-02-06T04:30:48.774Z] ---> 86c1e963475f [2023-02-06T04:30:48.774Z] Step 10/10 : RUN ${MAKE} [2023-02-06T04:30:48.774Z] ---> Running in 7173747a98f6 [2023-02-06T04:30:48.774Z] noop [2023-02-06T04:30:48.774Z] Removing intermediate container 7173747a98f6 [2023-02-06T04:30:48.774Z] ---> 08a91b882337 [2023-02-06T04:30:48.774Z] Successfully built 08a91b882337 [2023-02-06T04:30:48.774Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:30:49.113Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T04:30:49.114Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:30:49.292Z] prd-ubuntu20.04-docker-arm64-4c-16g-4625 does not seem to be running inside a container [2023-02-06T04:30:49.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T04:30:50.530Z] $ docker top 29fc91115faf0dfd59a9e0f0bb2666b0cb9aa6b6e566bcffb602edbf2275fad7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T04:30:51.368Z] + go version [2023-02-06T04:30:51.368Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-06T04:30:51.390Z] $ docker stop --time=1 29fc91115faf0dfd59a9e0f0bb2666b0cb9aa6b6e566bcffb602edbf2275fad7 [2023-02-06T04:30:52.989Z] $ docker rm -f --volumes 29fc91115faf0dfd59a9e0f0bb2666b0cb9aa6b6e566bcffb602edbf2275fad7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:30:53.502Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T04:30:53.502Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:30:53.680Z] prd-ubuntu20.04-docker-arm64-4c-16g-4625 does not seem to be running inside a container [2023-02-06T04:30:53.749Z] $ 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/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T04:30:54.942Z] $ docker top 98b17280582cd8b47f0d414c8bca9191e1a05633821a02d8723fa0d9ae2af162 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T04:30:55.463Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/149 [Pipeline] fileExists [Pipeline] sh [2023-02-06T04:30:56.386Z] + make test [2023-02-06T04:30:56.386Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T04:31:28.613Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-06T04:33:20.355Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-06T04:33:20.355Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-06T04:33:20.355Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-06T04:33:20.355Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-06T04:33:20.355Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-06T04:33:25.730Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.318s coverage: 27.6% of statements [2023-02-06T04:33:26.694Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.279s coverage: 78.9% of statements [2023-02-06T04:33:26.694Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-06T04:33:26.694Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.629s coverage: 70.2% of statements [2023-02-06T04:33:26.695Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-06T04:33:26.695Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-06T04:33:36.784Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.530s coverage: 59.8% of statements [2023-02-06T04:33:36.784Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-06T04:33:36.784Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-06T04:33:36.784Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-06T04:33:36.784Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.452s coverage: 65.1% of statements [2023-02-06T04:33:36.784Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-06T04:33:36.784Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-06T04:33:36.784Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.461s coverage: 89.2% of statements [2023-02-06T04:33:36.784Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-06T04:33:36.784Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.500s coverage: 4.7% of statements [2023-02-06T04:33:36.784Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-06T04:33:37.368Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-06T04:33:37.368Z] GO111MODULE=on go vet ./... [2023-02-06T04:35:14.029Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T04:35:14.029Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T04:35:14.029Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-06T04:35:14.049Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T04:35:14.069Z] $ docker stop --time=1 98b17280582cd8b47f0d414c8bca9191e1a05633821a02d8723fa0d9ae2af162 [2023-02-06T04:35:17.348Z] $ docker rm -f --volumes 98b17280582cd8b47f0d414c8bca9191e1a05633821a02d8723fa0d9ae2af162 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T04:35:18.696Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T04:35:18.724Z] Warning: overwriting stash ‘coverage-report’ [2023-02-06T04:35:19.298Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T04:35:19.695Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-06T04:35:20.020Z] + ls -al . [2023-02-06T04:35:20.020Z] total 268 [2023-02-06T04:35:20.020Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 04:30 . [2023-02-06T04:35:20.020Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 04:28 .. [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 6 04:28 .dockerignore [2023-02-06T04:35:20.020Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 04:28 .git [2023-02-06T04:35:20.020Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 04:28 .github [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 6 04:28 .gitignore [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 6 04:28 .golangci.yml [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 6 04:28 CHANGELOG.md [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 04:28 GOVERNANCE.md [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 6 04:28 Jenkinsfile [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 6 04:28 LICENSE [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 6 04:28 Makefile [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 6 04:28 OWNERS.md [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 6 04:28 README.md [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 6 04:26 VERSION [2023-02-06T04:35:20.020Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 04:28 bin [2023-02-06T04:35:20.020Z] -rw-r--r-- 1 jenkins jenkins 99762 Feb 6 04:33 coverage.out [2023-02-06T04:35:20.020Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 6 04:28 example [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 6 04:28 go.mod [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 6 04:28 go.sum [2023-02-06T04:35:20.020Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 6 04:28 internal [2023-02-06T04:35:20.020Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 04:28 openapi [2023-02-06T04:35:20.020Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 6 04:28 pkg [2023-02-06T04:35:20.020Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 04:28 snap [2023-02-06T04:35:20.020Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 6 04:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:35:20.368Z] + 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=3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 --label arch=arm64 --label version=3.0.0-dev.19 . [2023-02-06T04:35:20.635Z] Sending build context to Docker daemon 5.735MB [2023-02-06T04:35:20.635Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T04:35:20.635Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-06T04:35:20.635Z] ---> 08a91b882337 [2023-02-06T04:35:20.635Z] Step 3/23 : ARG MAKE=make build [2023-02-06T04:35:20.904Z] ---> Running in 47db6f011aad [2023-02-06T04:35:21.176Z] Removing intermediate container 47db6f011aad [2023-02-06T04:35:21.176Z] ---> 055384c7f2e1 [2023-02-06T04:35:21.176Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-06T04:35:21.176Z] ---> Running in 0eddcfda924e [2023-02-06T04:35:21.454Z] Removing intermediate container 0eddcfda924e [2023-02-06T04:35:21.454Z] ---> 5235947e13be [2023-02-06T04:35:21.454Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T04:35:21.723Z] ---> Running in c46e13c8a515 [2023-02-06T04:35:21.991Z] Removing intermediate container c46e13c8a515 [2023-02-06T04:35:21.991Z] ---> 3b15b3643b2a [2023-02-06T04:35:21.991Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-06T04:35:21.991Z] ---> Running in daba6074d859 [2023-02-06T04:35:22.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T04:35:23.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T04:35:24.180Z] OK: 221 MiB in 51 packages [2023-02-06T04:35:25.142Z] Removing intermediate container daba6074d859 [2023-02-06T04:35:25.142Z] ---> 2e505ff979ab [2023-02-06T04:35:25.142Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-06T04:35:25.740Z] ---> 65ce691ad475 [2023-02-06T04:35:25.740Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T04:35:25.740Z] ---> Running in 421a5120edcd [2023-02-06T04:35:28.325Z] Removing intermediate container 421a5120edcd [2023-02-06T04:35:28.325Z] ---> d38a77727d0d [2023-02-06T04:35:28.325Z] Step 9/23 : COPY . . [2023-02-06T04:35:30.277Z] ---> d84bb7260446 [2023-02-06T04:35:30.277Z] Step 10/23 : RUN ${MAKE} [2023-02-06T04:35:30.277Z] ---> Running in 9dc6ac0a5c5a [2023-02-06T04:35:30.862Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.19" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-06T04:37:37.562Z] Removing intermediate container 9dc6ac0a5c5a [2023-02-06T04:37:37.563Z] ---> c22bce83274a [2023-02-06T04:37:37.563Z] Step 11/23 : FROM alpine:3.16 [2023-02-06T04:37:37.563Z] 3.16: Pulling from library/alpine [2023-02-06T04:37:37.563Z] 6875df1f5354: Pulling fs layer [2023-02-06T04:37:37.563Z] 6875df1f5354: Verifying Checksum [2023-02-06T04:37:37.563Z] 6875df1f5354: Download complete [2023-02-06T04:37:37.563Z] 6875df1f5354: Pull complete [2023-02-06T04:37:37.563Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-06T04:37:37.563Z] Status: Downloaded newer image for alpine:3.16 [2023-02-06T04:37:37.563Z] ---> 2b4661558fb8 [2023-02-06T04:37:37.563Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-06T04:37:37.563Z] ---> Running in df7bec286409 [2023-02-06T04:37:37.563Z] Removing intermediate container df7bec286409 [2023-02-06T04:37:37.563Z] ---> 4a3f64221702 [2023-02-06T04:37:37.563Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-06T04:37:37.840Z] ---> Running in bf425b149a14 [2023-02-06T04:37:38.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T04:37:39.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T04:37:40.029Z] OK: 5 MiB in 14 packages [2023-02-06T04:37:41.009Z] Removing intermediate container bf425b149a14 [2023-02-06T04:37:41.009Z] ---> 65da0c3b6b0f [2023-02-06T04:37:41.009Z] Step 14/23 : WORKDIR / [2023-02-06T04:37:41.009Z] ---> Running in 9fc786b2102f [2023-02-06T04:37:41.279Z] Removing intermediate container 9fc786b2102f [2023-02-06T04:37:41.279Z] ---> e2f6f14ca9b0 [2023-02-06T04:37:41.279Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-06T04:37:41.871Z] ---> 025a1748a717 [2023-02-06T04:37:41.871Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-06T04:37:43.273Z] ---> ebfb81c95220 [2023-02-06T04:37:43.273Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-06T04:37:43.539Z] ---> 7035eef1118f [2023-02-06T04:37:43.539Z] Step 18/23 : EXPOSE 59999 [2023-02-06T04:37:43.539Z] ---> Running in b49914a56d19 [2023-02-06T04:37:43.805Z] Removing intermediate container b49914a56d19 [2023-02-06T04:37:43.805Z] ---> 7d922627daa1 [2023-02-06T04:37:43.805Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-06T04:37:43.805Z] ---> Running in 4603eea18db5 [2023-02-06T04:37:44.072Z] Removing intermediate container 4603eea18db5 [2023-02-06T04:37:44.072Z] ---> 4d677976e312 [2023-02-06T04:37:44.072Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T04:37:44.341Z] ---> Running in 2cfb9956e375 [2023-02-06T04:37:44.605Z] Removing intermediate container 2cfb9956e375 [2023-02-06T04:37:44.605Z] ---> 2b4692aeeb1a [2023-02-06T04:37:44.605Z] Step 21/23 : LABEL arch=arm64 [2023-02-06T04:37:44.605Z] ---> Running in 6ee03269f6b7 [2023-02-06T04:37:44.871Z] Removing intermediate container 6ee03269f6b7 [2023-02-06T04:37:44.871Z] ---> 897ecc89b07b [2023-02-06T04:37:44.871Z] Step 22/23 : LABEL git_sha=3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [2023-02-06T04:37:44.871Z] ---> Running in 5366ec477c41 [2023-02-06T04:37:45.135Z] Removing intermediate container 5366ec477c41 [2023-02-06T04:37:45.135Z] ---> 2edaf6bb0bea [2023-02-06T04:37:45.135Z] Step 23/23 : LABEL version=3.0.0-dev.19 [2023-02-06T04:37:45.135Z] ---> Running in 3e21e0c27e43 [2023-02-06T04:37:45.400Z] Removing intermediate container 3e21e0c27e43 [2023-02-06T04:37:45.400Z] ---> 2764c28f1e1a [2023-02-06T04:37:45.400Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-06T04:37:45.400Z] Successfully built 2764c28f1e1a [2023-02-06T04:37:45.401Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:37:45.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T04:37:45.840Z] [2023-02-06T04:37:45.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:37:46.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T04:37:46.169Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-06T04:37:46.169Z] 8998bd30e6a1: Pulling fs layer [2023-02-06T04:37:46.169Z] 04944245beec: Pulling fs layer [2023-02-06T04:37:46.169Z] 699f458cf7ca: Pulling fs layer [2023-02-06T04:37:46.169Z] 765212b225bb: Pulling fs layer [2023-02-06T04:37:46.169Z] f23df028b6ca: Pulling fs layer [2023-02-06T04:37:46.169Z] d65c8cfc05b1: Pulling fs layer [2023-02-06T04:37:46.169Z] 2437ff75d9bd: Pulling fs layer [2023-02-06T04:37:46.169Z] f23df028b6ca: Waiting [2023-02-06T04:37:46.169Z] d65c8cfc05b1: Waiting [2023-02-06T04:37:46.169Z] 765212b225bb: Waiting [2023-02-06T04:37:46.169Z] 2437ff75d9bd: Waiting [2023-02-06T04:37:46.437Z] 04944245beec: Verifying Checksum [2023-02-06T04:37:46.437Z] 04944245beec: Download complete [2023-02-06T04:37:46.437Z] 765212b225bb: Verifying Checksum [2023-02-06T04:37:46.437Z] 765212b225bb: Download complete [2023-02-06T04:37:46.437Z] f23df028b6ca: Download complete [2023-02-06T04:37:46.704Z] d65c8cfc05b1: Verifying Checksum [2023-02-06T04:37:46.704Z] d65c8cfc05b1: Download complete [2023-02-06T04:37:46.704Z] 699f458cf7ca: Verifying Checksum [2023-02-06T04:37:46.704Z] 699f458cf7ca: Download complete [2023-02-06T04:37:46.970Z] 8998bd30e6a1: Download complete [2023-02-06T04:37:49.542Z] 2437ff75d9bd: Verifying Checksum [2023-02-06T04:37:49.542Z] 2437ff75d9bd: Download complete [2023-02-06T04:37:50.496Z] 8998bd30e6a1: Pull complete [2023-02-06T04:37:50.762Z] 04944245beec: Pull complete [2023-02-06T04:37:52.171Z] 699f458cf7ca: Pull complete [2023-02-06T04:37:52.171Z] 765212b225bb: Pull complete [2023-02-06T04:37:52.751Z] f23df028b6ca: Pull complete [2023-02-06T04:37:53.017Z] d65c8cfc05b1: Pull complete [2023-02-06T04:38:05.312Z] 2437ff75d9bd: Pull complete [2023-02-06T04:38:05.312Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-06T04:38:05.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T04:38:05.312Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:38:05.501Z] prd-ubuntu20.04-docker-arm64-4c-16g-4625 does not seem to be running inside a container [2023-02-06T04:38:05.586Z] $ 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/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-06T04:38:08.309Z] $ docker top cb57a6db98669f6c30feaa5c2fc0c646ba7828127d2269bc5c79746a0cc69def -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:38:09.145Z] ---> job-cost.sh [2023-02-06T04:38:09.145Z] lf-activate-venv: SKIPPING [2023-02-06T04:38:09.145Z] INFO: No Stack... [2023-02-06T04:38:09.411Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-06T04:38:10.370Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T04:38:10.697Z] + cat /w/workspace/device-sdk-go/149/archives/cost.csv [2023-02-06T04:38:10.697Z] + cut -d, -f6 [Pipeline] lock [2023-02-06T04:38:10.998Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] [2023-02-06T04:38:11.004Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] did not exist. Created. [2023-02-06T04:38:11.004Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T04:38:11.658Z] /w/workspace/device-sdk-go/149@tmp/durable-5acdb186/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-06T04:38:12.307Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-06T04:38:12.332Z] Warning: overwriting stash ‘stack-cost’ [2023-02-06T04:38:12.398Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T04:38:12.405Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-149-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T04:38:12.430Z] $ docker stop --time=1 cb57a6db98669f6c30feaa5c2fc0c646ba7828127d2269bc5c79746a0cc69def [2023-02-06T04:38:13.977Z] $ docker rm -f --volumes cb57a6db98669f6c30feaa5c2fc0c646ba7828127d2269bc5c79746a0cc69def [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-06T04:38:14.368Z] provisioning config files... [2023-02-06T04:38:14.377Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10729875898533451260tmp [Pipeline] { [Pipeline] sh [2023-02-06T04:38:14.670Z] + set +x [2023-02-06T04:38:14.670Z] + curl -s https://codecov.io/bash [2023-02-06T04:38:14.670Z] + bash -s -- [2023-02-06T04:38:14.670Z] [2023-02-06T04:38:14.670Z] _____ _ [2023-02-06T04:38:14.670Z] / ____| | | [2023-02-06T04:38:14.670Z] | | ___ __| | ___ ___ _____ __ [2023-02-06T04:38:14.670Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-06T04:38:14.670Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-06T04:38:14.670Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-06T04:38:14.670Z] Bash-1.0.6 [2023-02-06T04:38:14.670Z] [2023-02-06T04:38:14.670Z] [2023-02-06T04:38:14.670Z] ==> git version 2.25.1 found [2023-02-06T04:38:14.670Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-06T04:38:14.670Z] Release-Date: 2020-01-08 [2023-02-06T04:38:14.670Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-06T04:38:14.670Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-06T04:38:14.670Z] ==> Jenkins CI detected. [2023-02-06T04:38:14.670Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-06T04:38:14.670Z] project root: . [2023-02-06T04:38:14.670Z] --> token set from env [2023-02-06T04:38:14.670Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-06T04:38:14.930Z] ==> Running gcov in . (disable via -X gcov) [2023-02-06T04:38:14.930Z] ==> Python coveragepy not found [2023-02-06T04:38:14.930Z] ==> Searching for coverage reports in: [2023-02-06T04:38:14.930Z] + . [2023-02-06T04:38:14.930Z] -> Found 1 reports [2023-02-06T04:38:14.930Z] ==> Detecting git/mercurial file structure [2023-02-06T04:38:14.930Z] ==> Reading reports [2023-02-06T04:38:14.930Z] + ./coverage.out bytes=99762 [2023-02-06T04:38:14.930Z] ==> Appending adjustments [2023-02-06T04:38:14.930Z] https://docs.codecov.io/docs/fixing-reports [2023-02-06T04:38:15.189Z] + Found adjustments [2023-02-06T04:38:15.189Z] ==> Gzipping contents [2023-02-06T04:38:15.189Z] 16K /tmp/codecov.heXl8a.gz [2023-02-06T04:38:15.189Z] ==> Uploading reports [2023-02-06T04:38:15.189Z] url: https://codecov.io [2023-02-06T04:38:15.189Z] query: branch=main&commit=3773e8a09c42b3e5a0abcc52fe8487ac954c24c5&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F149%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T04:38:15.189Z] -> Pinging Codecov [2023-02-06T04:38:15.189Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=main&commit=3773e8a09c42b3e5a0abcc52fe8487ac954c24c5&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F149%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T04:38:15.446Z] -> Uploading to [2023-02-06T04:38:15.446Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-06/7E55EF52A471D76F132DFD9A03CDDE97/3773e8a09c42b3e5a0abcc52fe8487ac954c24c5/0d4e81d4-d161-4192-b0ee-43f3e655c017.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T043815Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=09989274e37d0ba820a47e3466238ec6a63bdbfb95e425c9a2054235736cfd62 [2023-02-06T04:38:15.446Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T04:38:15.446Z] Dload Upload Total Spent Left Speed [2023-02-06T04:38:15.964Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14422 0 0 100 14422 0 41442 --:--:-- --:--:-- --:--:-- 41323 [2023-02-06T04:38:15.964Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [Pipeline] } [2023-02-06T04:38:15.972Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-06T04:38:16.179Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-06T04:38:16.191Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:38:16.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T04:38:16.495Z] [2023-02-06T04:38:16.495Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:38:16.800Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T04:38:16.801Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-06T04:38:16.801Z] df9b9388f04a: Pulling fs layer [2023-02-06T04:38:16.801Z] 52dc419b0ee2: Pulling fs layer [2023-02-06T04:38:16.801Z] 25bc292e5bac: Pulling fs layer [2023-02-06T04:38:16.801Z] 114826534d7a: Pulling fs layer [2023-02-06T04:38:16.801Z] 4657fd5d0bcf: Pulling fs layer [2023-02-06T04:38:16.801Z] 6ad1cebc031e: Pulling fs layer [2023-02-06T04:38:16.801Z] 8a3aa393b2d8: Pulling fs layer [2023-02-06T04:38:16.801Z] 114826534d7a: Waiting [2023-02-06T04:38:16.801Z] 4657fd5d0bcf: Waiting [2023-02-06T04:38:16.801Z] 6ad1cebc031e: Waiting [2023-02-06T04:38:16.801Z] 8a3aa393b2d8: Waiting [2023-02-06T04:38:16.801Z] 25bc292e5bac: Download complete [2023-02-06T04:38:16.801Z] 52dc419b0ee2: Verifying Checksum [2023-02-06T04:38:16.801Z] 52dc419b0ee2: Download complete [2023-02-06T04:38:16.801Z] 4657fd5d0bcf: Verifying Checksum [2023-02-06T04:38:16.801Z] 4657fd5d0bcf: Download complete [2023-02-06T04:38:16.801Z] df9b9388f04a: Verifying Checksum [2023-02-06T04:38:16.801Z] df9b9388f04a: Download complete [2023-02-06T04:38:17.065Z] df9b9388f04a: Pull complete [2023-02-06T04:38:17.065Z] 52dc419b0ee2: Pull complete [2023-02-06T04:38:17.341Z] 6ad1cebc031e: Verifying Checksum [2023-02-06T04:38:17.341Z] 6ad1cebc031e: Download complete [2023-02-06T04:38:17.341Z] 25bc292e5bac: Pull complete [2023-02-06T04:38:17.916Z] 114826534d7a: Verifying Checksum [2023-02-06T04:38:17.916Z] 114826534d7a: Download complete [2023-02-06T04:38:18.174Z] 8a3aa393b2d8: Verifying Checksum [2023-02-06T04:38:18.174Z] 8a3aa393b2d8: Download complete [2023-02-06T04:38:21.454Z] 114826534d7a: Pull complete [2023-02-06T04:38:21.454Z] 4657fd5d0bcf: Pull complete [2023-02-06T04:38:22.040Z] 6ad1cebc031e: Pull complete [2023-02-06T04:38:25.428Z] 8a3aa393b2d8: Pull complete [2023-02-06T04:38:25.428Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-06T04:38:25.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T04:38:25.428Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:38:25.510Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:38:25.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-06T04:38:30.311Z] $ docker top a4bb7e73c78a5cdef8b7046a89a94b88bcbf32b9d4c37b38db99e6cd8cc247d9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-06T04:38:30.388Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-06T04:38:30.666Z] + set -o pipefail [2023-02-06T04:38:30.666Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-06T04:38:34.854Z] [2023-02-06T04:38:34.854Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-06T04:38:34.854Z] [2023-02-06T04:38:34.854Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/5d10ce2a-32da-4bd8-b5af-e1b090a614ad [2023-02-06T04:38:34.854Z] [2023-02-06T04:38:34.854Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-06T04:38:34.854Z] [2023-02-06T04:38:35.422Z] [2023-02-06T04:38:35.422Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-06T04:38:35.422Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-06T04:38:35.422Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-06T04:38:35.437Z] $ docker stop --time=1 a4bb7e73c78a5cdef8b7046a89a94b88bcbf32b9d4c37b38db99e6cd8cc247d9 [2023-02-06T04:38:38.885Z] $ docker rm -f --volumes a4bb7e73c78a5cdef8b7046a89a94b88bcbf32b9d4c37b38db99e6cd8cc247d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-06T04:38:39.269Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T04:38:39.283Z] provisioning config files... [2023-02-06T04:38:39.291Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5295463733305310524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:38:39.587Z] --> edgex-publish-swagger.sh [2023-02-06T04:38:39.587Z] === Publish openapi/v3 API === [2023-02-06T04:38:39.587Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-06T04:38:39.587Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-06T04:38:39.587Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T04:38:39.587Z] Dload Upload Total Spent Left Speed [2023-02-06T04:38:40.156Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47094 0 0 100 47094 0 219k --:--:-- --:--:-- --:--:-- 217k 100 47094 0 0 100 47094 0 71899 --:--:-- --:--:-- --:--:-- 71789 [2023-02-06T04:38:40.156Z] [2023-02-06T04:38:40.156Z] [Pipeline] } [2023-02-06T04:38:40.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T04:38:40.562Z] + git log --format=format:%s -1 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 [Pipeline] sh [2023-02-06T04:38:40.852Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T04:38:40.852Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:38:41.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T04:38:41.151Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:38:41.223Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:38:41.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T04:38:41.672Z] $ docker top 108051dc532781fb02d715420f180bebbb2b01ff758471e04c5508cb9fcab2c0 -eo pid,comm [2023-02-06T04:38:41.720Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-06T04:38:41.720Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T04:38:41.759Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T04:38:41.759Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T04:38:41.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T04:38:41.876Z] $ docker exec 108051dc532781fb02d715420f180bebbb2b01ff758471e04c5508cb9fcab2c0 ssh-agent [2023-02-06T04:38:42.008Z] SSH_AUTH_SOCK=/tmp/ssh-5zNpxEZvzY6e/agent.34 [2023-02-06T04:38:42.008Z] SSH_AGENT_PID=40 [2023-02-06T04:38:42.014Z] Running ssh-add (command line suppressed) [2023-02-06T04:38:42.132Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8314897109387969924.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8314897109387969924.key) [2023-02-06T04:38:42.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T04:38:42.432Z] + git semver tag [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,645 [run_tag] DEBUG tag force:False [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,646 [check_head_tag] DEBUG check head tag [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,647 [execute] INFO git cat-file --batch-check [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,647 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,652 [execute] INFO git cat-file --batch [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,652 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,682 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,682 [execute] INFO git tag -a v3.0.0-dev.19 -m v3.0.0-dev.19 [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,682 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.19', '-m', 'v3.0.0-dev.19'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-06T04:38:42.692Z] 2023-02-06 04:38:42,688 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:38:42.692Z] 3.0.0-dev.19 [Pipeline] } [2023-02-06T04:38:42.963Z] $ docker exec --env ******** --env ******** 108051dc532781fb02d715420f180bebbb2b01ff758471e04c5508cb9fcab2c0 ssh-agent -k [2023-02-06T04:38:43.063Z] unset SSH_AUTH_SOCK; [2023-02-06T04:38:43.064Z] unset SSH_AGENT_PID; [2023-02-06T04:38:43.064Z] echo Agent pid 40 killed; [2023-02-06T04:38:43.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T04:38:43.375Z] + git semver [Pipeline] } [2023-02-06T04:38:43.650Z] $ docker stop --time=1 108051dc532781fb02d715420f180bebbb2b01ff758471e04c5508cb9fcab2c0 [2023-02-06T04:38:44.923Z] $ docker rm -f --volumes 108051dc532781fb02d715420f180bebbb2b01ff758471e04c5508cb9fcab2c0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:38:45.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T04:38:45.309Z] [2023-02-06T04:38:45.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:38:45.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T04:38:45.615Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-06T04:38:45.615Z] ab5ef0e58194: Pulling fs layer [2023-02-06T04:38:45.615Z] 9712f1f96733: Pulling fs layer [2023-02-06T04:38:45.615Z] 63f879dbbcfc: Pulling fs layer [2023-02-06T04:38:45.615Z] 0d9ebad4ef96: Pulling fs layer [2023-02-06T04:38:45.615Z] e9a5061849ea: Pulling fs layer [2023-02-06T04:38:45.615Z] d747dcd14b5f: Pulling fs layer [2023-02-06T04:38:45.615Z] 2de7ff778b66: Pulling fs layer [2023-02-06T04:38:45.615Z] 0d9ebad4ef96: Waiting [2023-02-06T04:38:45.615Z] e9a5061849ea: Waiting [2023-02-06T04:38:45.615Z] d747dcd14b5f: Waiting [2023-02-06T04:38:45.615Z] 2de7ff778b66: Waiting [2023-02-06T04:38:45.615Z] 9712f1f96733: Download complete [2023-02-06T04:38:46.198Z] 63f879dbbcfc: Verifying Checksum [2023-02-06T04:38:46.198Z] 63f879dbbcfc: Download complete [2023-02-06T04:38:46.465Z] e9a5061849ea: Verifying Checksum [2023-02-06T04:38:46.465Z] e9a5061849ea: Download complete [2023-02-06T04:38:46.465Z] d747dcd14b5f: Download complete [2023-02-06T04:38:46.727Z] ab5ef0e58194: Verifying Checksum [2023-02-06T04:38:46.727Z] ab5ef0e58194: Download complete [2023-02-06T04:38:46.727Z] 0d9ebad4ef96: Verifying Checksum [2023-02-06T04:38:46.727Z] 0d9ebad4ef96: Download complete [2023-02-06T04:38:46.985Z] 2de7ff778b66: Verifying Checksum [2023-02-06T04:38:46.985Z] 2de7ff778b66: Download complete [2023-02-06T04:38:50.265Z] ab5ef0e58194: Pull complete [2023-02-06T04:38:50.265Z] 9712f1f96733: Pull complete [2023-02-06T04:38:50.522Z] 63f879dbbcfc: Pull complete [2023-02-06T04:38:54.705Z] 0d9ebad4ef96: Pull complete [2023-02-06T04:38:54.705Z] e9a5061849ea: Pull complete [2023-02-06T04:38:54.963Z] d747dcd14b5f: Pull complete [2023-02-06T04:38:56.336Z] 2de7ff778b66: Pull complete [2023-02-06T04:38:56.336Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-06T04:38:56.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T04:38:56.336Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:38:56.415Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:38:56.446Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-06T04:39:01.656Z] $ docker top 86428bffb68f03ecd9b392b0377191b8b5ce212ec88abb0a5c9979e65438db01 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-06T04:39:01.731Z] provisioning config files... [2023-02-06T04:39:01.738Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2136749712264653468tmp [2023-02-06T04:39:01.750Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17681902909132378151tmp [2023-02-06T04:39:01.759Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11210122208244649303tmp [Pipeline] { [Pipeline] echo [2023-02-06T04:39:01.775Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:02.063Z] ---> sigul-configuration.sh [2023-02-06T04:39:02.063Z] gpg: directory `/root/.gnupg' created [2023-02-06T04:39:02.063Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-06T04:39:02.063Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-06T04:39:02.063Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-06T04:39:02.063Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-06T04:39:02.063Z] gpg: CAST5 encrypted data [2023-02-06T04:39:02.063Z] gpg: encrypted with 1 passphrase [2023-02-06T04:39:02.063Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-06T04:39:02.353Z] + mkdir /home/jenkins [2023-02-06T04:39:02.353Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-06T04:39:02.639Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-06T04:39:02.649Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:02.933Z] ---> sigul-install.sh [2023-02-06T04:39:02.933Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-06T04:39:03.220Z] + git tag --list [2023-02-06T04:39:03.221Z] 0.7.1 [2023-02-06T04:39:03.221Z] delhi-tag [2023-02-06T04:39:03.221Z] v1.0.0 [2023-02-06T04:39:03.221Z] v1.1.0 [2023-02-06T04:39:03.221Z] v1.1.1 [2023-02-06T04:39:03.221Z] v1.1.2 [2023-02-06T04:39:03.221Z] v1.2.0 [2023-02-06T04:39:03.221Z] v1.2.1 [2023-02-06T04:39:03.221Z] v1.2.2 [2023-02-06T04:39:03.221Z] v1.2.3 [2023-02-06T04:39:03.221Z] v1.3.0 [2023-02-06T04:39:03.221Z] v1.4.0 [2023-02-06T04:39:03.221Z] v2.0.0 [2023-02-06T04:39:03.221Z] v2.1.0 [2023-02-06T04:39:03.221Z] v2.1.1 [2023-02-06T04:39:03.221Z] v2.1.1-dev.2 [2023-02-06T04:39:03.221Z] v2.1.1-dev.3 [2023-02-06T04:39:03.221Z] v2.2.0 [2023-02-06T04:39:03.221Z] v2.2.1-dev.1 [2023-02-06T04:39:03.221Z] v2.2.1-dev.10 [2023-02-06T04:39:03.221Z] v2.2.1-dev.11 [2023-02-06T04:39:03.221Z] v2.2.1-dev.12 [2023-02-06T04:39:03.221Z] v2.2.1-dev.13 [2023-02-06T04:39:03.221Z] v2.2.1-dev.14 [2023-02-06T04:39:03.221Z] v2.2.1-dev.2 [2023-02-06T04:39:03.221Z] v2.2.1-dev.3 [2023-02-06T04:39:03.221Z] v2.2.1-dev.4 [2023-02-06T04:39:03.221Z] v2.2.1-dev.5 [2023-02-06T04:39:03.221Z] v2.2.1-dev.6 [2023-02-06T04:39:03.221Z] v2.2.1-dev.7 [2023-02-06T04:39:03.221Z] v2.2.1-dev.8 [2023-02-06T04:39:03.221Z] v2.2.1-dev.9 [2023-02-06T04:39:03.221Z] v2.3.0 [2023-02-06T04:39:03.221Z] v2.3.0-dev.14 [2023-02-06T04:39:03.221Z] v2.3.0-dev.15 [2023-02-06T04:39:03.221Z] v2.3.0-dev.16 [2023-02-06T04:39:03.221Z] v2.3.0-dev.17 [2023-02-06T04:39:03.221Z] v2.3.0-dev.18 [2023-02-06T04:39:03.221Z] v2.3.0-dev.19 [2023-02-06T04:39:03.221Z] v2.3.0-dev.20 [2023-02-06T04:39:03.221Z] v2.3.0-dev.21 [2023-02-06T04:39:03.221Z] v2.3.0-dev.22 [2023-02-06T04:39:03.221Z] v2.3.0-dev.23 [2023-02-06T04:39:03.221Z] v2.3.0-dev.24 [2023-02-06T04:39:03.221Z] v2.3.0-dev.25 [2023-02-06T04:39:03.221Z] v2.3.0-dev.26 [2023-02-06T04:39:03.221Z] v2.3.0-dev.27 [2023-02-06T04:39:03.221Z] v2.3.0-dev.28 [2023-02-06T04:39:03.221Z] v2.3.0-dev.29 [2023-02-06T04:39:03.221Z] v2.3.0-dev.30 [2023-02-06T04:39:03.221Z] v2.3.0-dev.31 [2023-02-06T04:39:03.221Z] v2.3.0-dev.32 [2023-02-06T04:39:03.221Z] v2.3.0-dev.33 [2023-02-06T04:39:03.221Z] v2.3.0-dev.34 [2023-02-06T04:39:03.221Z] v2.3.0-dev.35 [2023-02-06T04:39:03.221Z] v2.3.0-dev.36 [2023-02-06T04:39:03.221Z] v2.3.0-dev.37 [2023-02-06T04:39:03.221Z] v2.3.0-dev.38 [2023-02-06T04:39:03.221Z] v2.3.0-dev.39 [2023-02-06T04:39:03.221Z] v2.3.0-dev.40 [2023-02-06T04:39:03.221Z] v2.3.0-dev.41 [2023-02-06T04:39:03.221Z] v2.3.0-dev.42 [2023-02-06T04:39:03.221Z] v2.3.0-dev.43 [2023-02-06T04:39:03.221Z] v2.3.0-dev.44 [2023-02-06T04:39:03.221Z] v2.3.0-dev.45 [2023-02-06T04:39:03.221Z] v2.3.0-dev.46 [2023-02-06T04:39:03.221Z] v2.3.0-dev.47 [2023-02-06T04:39:03.221Z] v2.3.0-dev.48 [2023-02-06T04:39:03.221Z] v2.3.0-dev.49 [2023-02-06T04:39:03.221Z] v2.3.0-dev.50 [2023-02-06T04:39:03.221Z] v2.3.0-dev.51 [2023-02-06T04:39:03.221Z] v2.3.1-dev.1 [2023-02-06T04:39:03.221Z] v2.3.1-dev.2 [2023-02-06T04:39:03.221Z] v3.0.0-dev.1 [2023-02-06T04:39:03.221Z] v3.0.0-dev.10 [2023-02-06T04:39:03.221Z] v3.0.0-dev.11 [2023-02-06T04:39:03.221Z] v3.0.0-dev.12 [2023-02-06T04:39:03.221Z] v3.0.0-dev.13 [2023-02-06T04:39:03.221Z] v3.0.0-dev.14 [2023-02-06T04:39:03.221Z] v3.0.0-dev.15 [2023-02-06T04:39:03.221Z] v3.0.0-dev.16 [2023-02-06T04:39:03.221Z] v3.0.0-dev.17 [2023-02-06T04:39:03.221Z] v3.0.0-dev.18 [2023-02-06T04:39:03.221Z] v3.0.0-dev.19 [2023-02-06T04:39:03.221Z] v3.0.0-dev.2 [2023-02-06T04:39:03.221Z] v3.0.0-dev.3 [2023-02-06T04:39:03.221Z] v3.0.0-dev.4 [2023-02-06T04:39:03.221Z] v3.0.0-dev.5 [2023-02-06T04:39:03.221Z] v3.0.0-dev.6 [2023-02-06T04:39:03.221Z] v3.0.0-dev.7 [2023-02-06T04:39:03.221Z] v3.0.0-dev.8 [2023-02-06T04:39:03.221Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-06T04:39:03.506Z] + lftools sign git-tag v3.0.0-dev.19 [2023-02-06T04:39:04.074Z] Signing Git tag with Sigul... [2023-02-06T04:39:04.074Z] Signing v3.0.0-dev.19 [Pipeline] echo [2023-02-06T04:39:04.343Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:04.627Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-06T04:39:04.634Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-06T04:39:04.653Z] $ docker stop --time=1 86428bffb68f03ecd9b392b0377191b8b5ce212ec88abb0a5c9979e65438db01 [2023-02-06T04:39:06.075Z] $ docker rm -f --volumes 86428bffb68f03ecd9b392b0377191b8b5ce212ec88abb0a5c9979e65438db01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-06T04:39:06.487Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T04:39:06.487Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:39:06.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T04:39:06.787Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:39:06.867Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:39:06.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T04:39:07.255Z] $ docker top 9f99b6d72749ff3a9aab190856f5cf1c0bdf3b2c774353fdc2b36d50caf69507 -eo pid,comm [2023-02-06T04:39:07.308Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-06T04:39:07.308Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T04:39:07.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T04:39:07.340Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T04:39:07.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T04:39:07.468Z] $ docker exec 9f99b6d72749ff3a9aab190856f5cf1c0bdf3b2c774353fdc2b36d50caf69507 ssh-agent [2023-02-06T04:39:07.585Z] SSH_AUTH_SOCK=/tmp/ssh-HLPDrxdxIjgR/agent.31 [2023-02-06T04:39:07.585Z] SSH_AGENT_PID=37 [2023-02-06T04:39:07.590Z] Running ssh-add (command line suppressed) [2023-02-06T04:39:07.707Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9619431551361319075.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9619431551361319075.key) [2023-02-06T04:39:07.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T04:39:08.003Z] + git semver bump pre [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,173 [bump_version] DEBUG bumping version:3.0.0-dev.19 on axis:pre with prefix:dev [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,173 [bump_version] DEBUG bumped version:3.0.0-dev.20 [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,173 [write_version] DEBUG write version:3.0.0-dev.20 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,173 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,175 [execute] INFO git cat-file --batch-check [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,175 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,181 [execute] INFO git cat-file --batch [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,181 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T04:39:08.262Z] 2023-02-06 04:39:08,186 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:39:08.262Z] 3.0.0-dev.20 [Pipeline] } [2023-02-06T04:39:08.273Z] $ docker exec --env ******** --env ******** 9f99b6d72749ff3a9aab190856f5cf1c0bdf3b2c774353fdc2b36d50caf69507 ssh-agent -k [2023-02-06T04:39:08.381Z] unset SSH_AUTH_SOCK; [2023-02-06T04:39:08.381Z] unset SSH_AGENT_PID; [2023-02-06T04:39:08.381Z] echo Agent pid 37 killed; [2023-02-06T04:39:08.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T04:39:08.685Z] + git semver [Pipeline] } [2023-02-06T04:39:08.957Z] $ docker stop --time=1 9f99b6d72749ff3a9aab190856f5cf1c0bdf3b2c774353fdc2b36d50caf69507 [2023-02-06T04:39:10.246Z] $ docker rm -f --volumes 9f99b6d72749ff3a9aab190856f5cf1c0bdf3b2c774353fdc2b36d50caf69507 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T04:39:10.585Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T04:39:10.585Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:39:10.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T04:39:10.885Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:39:10.956Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:39:10.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T04:39:11.387Z] $ docker top fb3f3c4df17c8ce2d98a5cc6df0f4a8da2ed91088674e25b839e3ff770517b1c -eo pid,comm [2023-02-06T04:39:11.435Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-06T04:39:11.435Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T04:39:11.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T04:39:11.474Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T04:39:11.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T04:39:11.587Z] $ docker exec fb3f3c4df17c8ce2d98a5cc6df0f4a8da2ed91088674e25b839e3ff770517b1c ssh-agent [2023-02-06T04:39:11.707Z] SSH_AUTH_SOCK=/tmp/ssh-CN26MTkxwkvt/agent.32 [2023-02-06T04:39:11.707Z] SSH_AGENT_PID=38 [2023-02-06T04:39:11.712Z] Running ssh-add (command line suppressed) [2023-02-06T04:39:11.819Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_748213631206590734.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_748213631206590734.key) [2023-02-06T04:39:11.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T04:39:12.122Z] + git semver push [2023-02-06T04:39:12.381Z] 2023-02-06 04:39:12,322 [run_push] DEBUG push [2023-02-06T04:39:12.381Z] 2023-02-06 04:39:12,323 [execute] INFO git cat-file --batch-check [2023-02-06T04:39:12.381Z] 2023-02-06 04:39:12,323 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T04:39:12.381Z] 2023-02-06 04:39:12,327 [execute] INFO git rev-list ed9a2273ad6689da7400eb25a6e76ad4d941eb68 -- [2023-02-06T04:39:12.381Z] 2023-02-06 04:39:12,328 [execute] DEBUG Popen(['git', 'rev-list', 'ed9a2273ad6689da7400eb25a6e76ad4d941eb68', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-06T04:39:12.381Z] 2023-02-06 04:39:12,341 [execute] INFO git fetch -v origin [2023-02-06T04:39:12.381Z] 2023-02-06 04:39:12,341 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-06T04:39:12.948Z] 2023-02-06 04:39:12,890 [run_push] DEBUG no remote changes detected [2023-02-06T04:39:12.948Z] 2023-02-06 04:39:12,890 [execute] INFO git push origin semver [2023-02-06T04:39:12.948Z] 2023-02-06 04:39:12,891 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-06T04:39:13.882Z] 2023-02-06 04:39:13,846 [run_push] DEBUG push all version tags [2023-02-06T04:39:13.882Z] 2023-02-06 04:39:13,846 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-06T04:39:13.882Z] 2023-02-06 04:39:13,847 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-06T04:39:14.816Z] 2023-02-06 04:39:14,629 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T04:39:14.816Z] 3.0.0-dev.20 [Pipeline] } [2023-02-06T04:39:14.827Z] $ docker exec --env ******** --env ******** fb3f3c4df17c8ce2d98a5cc6df0f4a8da2ed91088674e25b839e3ff770517b1c ssh-agent -k [2023-02-06T04:39:14.925Z] unset SSH_AUTH_SOCK; [2023-02-06T04:39:14.925Z] unset SSH_AGENT_PID; [2023-02-06T04:39:14.925Z] echo Agent pid 38 killed; [2023-02-06T04:39:14.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T04:39:15.229Z] + git semver [Pipeline] } [2023-02-06T04:39:15.501Z] $ docker stop --time=1 fb3f3c4df17c8ce2d98a5cc6df0f4a8da2ed91088674e25b839e3ff770517b1c [2023-02-06T04:39:16.799Z] $ docker rm -f --volumes fb3f3c4df17c8ce2d98a5cc6df0f4a8da2ed91088674e25b839e3ff770517b1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-06T04:39:17.366Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-06T04:39:17.366Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-06T04:39:17.366Z] total 16 [2023-02-06T04:39:17.366Z] drwxr-xr-x 3 root root 4096 Feb 6 04:29 . [2023-02-06T04:39:17.366Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 04:39 .. [2023-02-06T04:39:17.366Z] drwxr-xr-x 2 root root 4096 Feb 6 04:29 cost [2023-02-06T04:39:17.366Z] -rw-r--r-- 1 root root 85 Feb 6 04:29 cost.csv [2023-02-06T04:39:17.366Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-06T04:39:17.366Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-06T04:39:17.366Z] total 16 [2023-02-06T04:39:17.366Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 04:29 . [2023-02-06T04:39:17.366Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 04:39 .. [2023-02-06T04:39:17.366Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 6 04:29 cost [2023-02-06T04:39:17.366Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 6 04:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:17.773Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:18.367Z] ---> package-listing.sh [2023-02-06T04:39:18.367Z] ++ facter osfamily [2023-02-06T04:39:18.367Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-06T04:39:18.627Z] + OS_FAMILY=debian [2023-02-06T04:39:18.627Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-06T04:39:18.627Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-06T04:39:18.627Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-06T04:39:18.627Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-06T04:39:18.627Z] + PACKAGES=/tmp/packages_start.txt [2023-02-06T04:39:18.627Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-06T04:39:18.627Z] + PACKAGES=/tmp/packages_end.txt [2023-02-06T04:39:18.627Z] + case "${OS_FAMILY}" in [2023-02-06T04:39:18.627Z] + dpkg -l [2023-02-06T04:39:18.627Z] + grep '^ii' [2023-02-06T04:39:18.627Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-06T04:39:18.627Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-06T04:39:18.627Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-06T04:39:18.627Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-06T04:39:18.627Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-06T04:39:18.627Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-02-06T04:39:18.637Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-06T04:39:18.913Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T04:39:19.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T04:39:19.470Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T04:39:19.539Z] prd-ubuntu20.04-docker-8c-8g-4624 does not seem to be running inside a container [2023-02-06T04:39:19.571Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T04:39:19.795Z] $ docker top 6758cd9de932490288707e404f878ea1e9de4e89ddbeb9b28a30a0c111836285 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T04:39:20.133Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-06T04:39:20.418Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-06T04:39:20.703Z] + ls /var/log/sa-host [2023-02-06T04:39:20.703Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T04:39:20.853Z] provisioning config files... [2023-02-06T04:39:20.861Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9612139074997568958tmp [Pipeline] { [Pipeline] echo [2023-02-06T04:39:20.873Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:21.154Z] ---> create-netrc.sh [Pipeline] } [2023-02-06T04:39:21.161Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:21.501Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-06T04:39:21.510Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:21.793Z] ---> sudo-logs.sh [2023-02-06T04:39:21.793Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-06T04:39:21.817Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:22.097Z] ---> job-cost.sh [2023-02-06T04:39:22.097Z] lf-activate-venv: SKIPPING [2023-02-06T04:39:22.097Z] DEBUG: total: 0.2199999988079071 [2023-02-06T04:39:22.097Z] INFO: Retrieving Stack Cost... [2023-02-06T04:39:22.664Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T04:39:22.924Z] INFO: Archiving Costs [Pipeline] echo [2023-02-06T04:39:22.937Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T04:39:23.216Z] ---> logs-deploy.sh [2023-02-06T04:39:23.216Z] lf-activate-venv: SKIPPING [2023-02-06T04:39:23.216Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/149 [2023-02-06T04:39:23.216Z] INFO: archiving workspace using pattern(s): [2023-02-06T04:39:24.151Z] Archives upload complete. [2023-02-06T04:39:24.410Z] INFO: archiving logs to Nexus