Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 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-ssh14372226436615707771.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-ssh7162341030559154598.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-ssh1538531372514590797.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-ssh12779465208342235283.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-ssh2399294653598300926.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-4523 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 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 (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 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 # timeout=10 Commit message: "Merge pull request #1302 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.0.0-dev.6" > git rev-list --no-walk f7da20bf34cbd31aed01d59c29d04f5a73da2a5d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-04T10:25:50.729Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-04T10:25:50.773Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-04T10:25:50.786Z] ========================================================= [2023-02-04T10:25:50.786Z] EdgeX Global Pipelines Version Info [2023-02-04T10:25:50.786Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:25:51.489Z] ------------------- [2023-02-04T10:25:51.489Z] stable info: [2023-02-04T10:25:51.489Z] ------------------- [2023-02-04T10:25:51.489Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-04T10:25:51.489Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-04T10:25:51.489Z] Message: update stable to v1.0.244 [2023-02-04T10:25:52.057Z] ------------------- [2023-02-04T10:25:52.057Z] experimental info: [2023-02-04T10:25:52.057Z] ------------------- [2023-02-04T10:25:52.057Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-04T10:25:52.057Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-04T10:25:52.057Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-04T10:25:52.229Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-04T10:25:52.240Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-04T10:25:52.253Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-04T10:25:52.268Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-04T10:25:52.279Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-04T10:25:52.292Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-04T10:25:52.303Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-04T10:25:52.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-04T10:25:52.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-04T10:25:52.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-04T10:25:52.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-04T10:25:52.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-04T10:25:52.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-04T10:25:52.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-04T10:25:52.401Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-04T10:25:52.415Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-04T10:25:52.431Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-04T10:25:52.442Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-04T10:25:52.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-04T10:25:52.472Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-04T10:25:52.482Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-04T10:25:52.494Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-04T10:25:52.507Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-04T10:25:52.517Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-04T10:25:52.529Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-04T10:25:52.542Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-04T10:25:52.553Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-04T10:25:52.564Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-04T10:25:52.577Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-04T10:25:52.588Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-04T10:25:52.600Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [Pipeline] echo [2023-02-04T10:25:52.612Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1acc2ef [Pipeline] echo [2023-02-04T10:25:52.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:25:52.666Z] provisioning config files... [2023-02-04T10:25:52.678Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5228472137063784118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:25:52.985Z] ---> docker-login.sh [2023-02-04T10:25:52.985Z] nexus3.edgexfoundry.org:10001 [2023-02-04T10:25:53.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:25:53.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:25:53.504Z] Configure a credential helper to remove this warning. See [2023-02-04T10:25:53.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:25:53.504Z] [2023-02-04T10:25:53.504Z] Login Succeeded [2023-02-04T10:25:53.504Z] nexus3.edgexfoundry.org:10002 [2023-02-04T10:25:53.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:25:53.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:25:53.504Z] Configure a credential helper to remove this warning. See [2023-02-04T10:25:53.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:25:53.504Z] [2023-02-04T10:25:53.504Z] Login Succeeded [2023-02-04T10:25:53.504Z] nexus3.edgexfoundry.org:10003 [2023-02-04T10:25:53.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:25:53.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:25:53.762Z] Configure a credential helper to remove this warning. See [2023-02-04T10:25:53.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:25:53.762Z] [2023-02-04T10:25:53.762Z] Login Succeeded [2023-02-04T10:25:53.762Z] nexus3.edgexfoundry.org:10004 [2023-02-04T10:25:53.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:25:53.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:25:53.762Z] Configure a credential helper to remove this warning. See [2023-02-04T10:25:53.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:25:53.762Z] [2023-02-04T10:25:53.762Z] Login Succeeded [2023-02-04T10:25:53.762Z] docker.io [2023-02-04T10:25:53.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:25:54.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:25:54.021Z] Configure a credential helper to remove this warning. See [2023-02-04T10:25:54.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:25:54.021Z] [2023-02-04T10:25:54.021Z] Login Succeeded [2023-02-04T10:25:54.021Z] ---> docker-login.sh ends [Pipeline] } [2023-02-04T10:25:54.028Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-04T10:25:54.397Z] + git rev-list -1 --merges 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223~1..1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [Pipeline] echo [2023-02-04T10:25:54.441Z] -----------> git rev-list -1 --merges 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223~1..1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [2023-02-04T10:25:54.441Z] 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [false] [Pipeline] sh [2023-02-04T10:25:54.737Z] + git log --format=format:%s -1 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [Pipeline] echo [2023-02-04T10:25:54.754Z] ========================================================= [2023-02-04T10:25:54.754Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-04T10:25:54.754Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-04T10:25:55.113Z] + git log --format=format:%s -1 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [Pipeline] echo [2023-02-04T10:25:55.125Z] [semverPrep] GIT_COMMIT: 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223, Commit Message: Merge pull request #1302 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.0.0-dev.6 [Pipeline] echo [2023-02-04T10:25:55.135Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-04T10:25:55.502Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:25:55.502Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-04T10:25:55.502Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-04T10:25:55.502Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-04T10:25:55.502Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-04T10:25:55.502Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-04T10:25:55.502Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:25:55.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:25:55.924Z] [2023-02-04T10:25:55.924Z] 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-04T10:25:56.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:25:56.227Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-04T10:25:56.227Z] b85a868b505f: Pulling fs layer [2023-02-04T10:25:56.227Z] e2be974225ed: Pulling fs layer [2023-02-04T10:25:56.227Z] 339a4e72a1f5: Pulling fs layer [2023-02-04T10:25:56.227Z] 988bab9f4d93: Pulling fs layer [2023-02-04T10:25:56.227Z] 1469e6f7b9e6: Pulling fs layer [2023-02-04T10:25:56.227Z] eaf3925da568: Pulling fs layer [2023-02-04T10:25:56.227Z] bab4dde63d76: Pulling fs layer [2023-02-04T10:25:56.227Z] bde34c3a00c8: Pulling fs layer [2023-02-04T10:25:56.227Z] b352a97aabf1: Pulling fs layer [2023-02-04T10:25:56.227Z] 4872d77fe225: Pulling fs layer [2023-02-04T10:25:56.227Z] 5851b861e8e6: Pulling fs layer [2023-02-04T10:25:56.227Z] 988bab9f4d93: Waiting [2023-02-04T10:25:56.227Z] 1469e6f7b9e6: Waiting [2023-02-04T10:25:56.227Z] eaf3925da568: Waiting [2023-02-04T10:25:56.227Z] bab4dde63d76: Waiting [2023-02-04T10:25:56.227Z] b352a97aabf1: Waiting [2023-02-04T10:25:56.227Z] 4872d77fe225: Waiting [2023-02-04T10:25:56.227Z] 5851b861e8e6: Waiting [2023-02-04T10:25:56.227Z] bde34c3a00c8: Waiting [2023-02-04T10:25:56.493Z] e2be974225ed: Verifying Checksum [2023-02-04T10:25:56.493Z] e2be974225ed: Download complete [2023-02-04T10:25:56.493Z] 988bab9f4d93: Verifying Checksum [2023-02-04T10:25:56.493Z] 988bab9f4d93: Download complete [2023-02-04T10:25:56.766Z] 1469e6f7b9e6: Verifying Checksum [2023-02-04T10:25:56.766Z] 1469e6f7b9e6: Download complete [2023-02-04T10:25:56.766Z] eaf3925da568: Verifying Checksum [2023-02-04T10:25:56.766Z] eaf3925da568: Download complete [2023-02-04T10:25:56.766Z] 339a4e72a1f5: Verifying Checksum [2023-02-04T10:25:56.766Z] 339a4e72a1f5: Download complete [2023-02-04T10:25:56.766Z] bde34c3a00c8: Verifying Checksum [2023-02-04T10:25:56.766Z] bde34c3a00c8: Download complete [2023-02-04T10:25:56.766Z] b352a97aabf1: Verifying Checksum [2023-02-04T10:25:56.766Z] b352a97aabf1: Download complete [2023-02-04T10:25:56.766Z] 4872d77fe225: Verifying Checksum [2023-02-04T10:25:56.766Z] 4872d77fe225: Download complete [2023-02-04T10:25:57.027Z] 5851b861e8e6: Verifying Checksum [2023-02-04T10:25:57.027Z] 5851b861e8e6: Download complete [2023-02-04T10:25:57.027Z] b85a868b505f: Verifying Checksum [2023-02-04T10:25:57.027Z] b85a868b505f: Download complete [2023-02-04T10:25:57.287Z] bab4dde63d76: Verifying Checksum [2023-02-04T10:25:57.287Z] bab4dde63d76: Download complete [2023-02-04T10:25:58.222Z] b85a868b505f: Pull complete [2023-02-04T10:25:58.481Z] e2be974225ed: Pull complete [2023-02-04T10:25:59.050Z] 339a4e72a1f5: Pull complete [2023-02-04T10:25:59.050Z] 988bab9f4d93: Pull complete [2023-02-04T10:25:59.310Z] 1469e6f7b9e6: Pull complete [2023-02-04T10:25:59.310Z] eaf3925da568: Pull complete [2023-02-04T10:26:01.390Z] bab4dde63d76: Pull complete [2023-02-04T10:26:01.391Z] bde34c3a00c8: Pull complete [2023-02-04T10:26:01.391Z] b352a97aabf1: Pull complete [2023-02-04T10:26:01.391Z] 4872d77fe225: Pull complete [2023-02-04T10:26:01.391Z] 5851b861e8e6: Pull complete [2023-02-04T10:26:01.651Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-04T10:26:01.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:26:01.651Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:26:02.180Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:26:02.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:26:08.696Z] $ docker top 12e8068fbba6de7e96c9b01ff3a755cfd2a2f331c0f372fc55e7595b91b52507 -eo pid,comm [2023-02-04T10:26:08.773Z] 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-04T10:26:08.773Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:26:08.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:26:08.812Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:26:08.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:26:08.976Z] $ docker exec 12e8068fbba6de7e96c9b01ff3a755cfd2a2f331c0f372fc55e7595b91b52507 ssh-agent [2023-02-04T10:26:09.152Z] SSH_AUTH_SOCK=/tmp/ssh-OXya7T5q1hHO/agent.14 [2023-02-04T10:26:09.152Z] SSH_AGENT_PID=20 [2023-02-04T10:26:09.162Z] Running ssh-add (command line suppressed) [2023-02-04T10:26:09.265Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8358716032671737801.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8358716032671737801.key) [2023-02-04T10:26:09.274Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:26:09.563Z] + git tag --points-at HEAD [Pipeline] } [2023-02-04T10:26:09.585Z] $ docker exec --env ******** --env ******** 12e8068fbba6de7e96c9b01ff3a755cfd2a2f331c0f372fc55e7595b91b52507 ssh-agent -k [2023-02-04T10:26:09.688Z] unset SSH_AUTH_SOCK; [2023-02-04T10:26:09.688Z] unset SSH_AGENT_PID; [2023-02-04T10:26:09.688Z] echo Agent pid 20 killed; [2023-02-04T10:26:09.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-04T10:26:09.773Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:26:09.774Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:26:09.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:26:09.914Z] $ docker exec 12e8068fbba6de7e96c9b01ff3a755cfd2a2f331c0f372fc55e7595b91b52507 ssh-agent [2023-02-04T10:26:10.035Z] SSH_AUTH_SOCK=/tmp/ssh-FV1EEIC0BxCc/agent.52 [2023-02-04T10:26:10.035Z] SSH_AGENT_PID=58 [2023-02-04T10:26:10.041Z] Running ssh-add (command line suppressed) [2023-02-04T10:26:10.139Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6005346576535197536.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6005346576535197536.key) [2023-02-04T10:26:10.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:26:10.434Z] + git semver init [2023-02-04T10:26:11.003Z] 2023-02-04 10:26:10,967 [run_init] DEBUG init version:0.0.0 force:False [2023-02-04T10:26:11.003Z] 2023-02-04 10:26:10,969 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-04T10:26:11.003Z] 2023-02-04 10:26:10,970 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-04T10:26:11.003Z] 2023-02-04 10:26:10,970 [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-04T10:26:12.915Z] 2023-02-04 10:26:12,866 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-04T10:26:12.915Z] 2023-02-04 10:26:12,867 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-04T10:26:12.915Z] 2023-02-04 10:26:12,867 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:26:12.915Z] 2023-02-04 10:26:12,867 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:26:12.915Z] 3.0.0-dev.18 [Pipeline] } [2023-02-04T10:26:12.928Z] $ docker exec --env ******** --env ******** 12e8068fbba6de7e96c9b01ff3a755cfd2a2f331c0f372fc55e7595b91b52507 ssh-agent -k [2023-02-04T10:26:13.013Z] unset SSH_AUTH_SOCK; [2023-02-04T10:26:13.013Z] unset SSH_AGENT_PID; [2023-02-04T10:26:13.013Z] echo Agent pid 58 killed; [2023-02-04T10:26:13.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:26:13.314Z] + git semver [Pipeline] } [2023-02-04T10:26:13.900Z] $ docker stop --time=1 12e8068fbba6de7e96c9b01ff3a755cfd2a2f331c0f372fc55e7595b91b52507 [2023-02-04T10:26:17.113Z] $ docker rm -f --volumes 12e8068fbba6de7e96c9b01ff3a755cfd2a2f331c0f372fc55e7595b91b52507 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-04T10:26:17.781Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-04T10:26:18.028Z] Stashed 1 file(s) [Pipeline] echo [2023-02-04T10:26:18.033Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.18 [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-04T10:26:18.164Z] provisioning config files... [2023-02-04T10:26:18.173Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2965563705723452442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:26:18.473Z] ---> docker-login.sh [2023-02-04T10:26:18.473Z] nexus3.edgexfoundry.org:10001 [2023-02-04T10:26:18.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:26:18.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:26:18.473Z] Configure a credential helper to remove this warning. See [2023-02-04T10:26:18.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:26:18.473Z] [2023-02-04T10:26:18.473Z] Login Succeeded [2023-02-04T10:26:18.473Z] nexus3.edgexfoundry.org:10002 [2023-02-04T10:26:18.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:26:18.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:26:18.473Z] Configure a credential helper to remove this warning. See [2023-02-04T10:26:18.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:26:18.473Z] [2023-02-04T10:26:18.473Z] Login Succeeded [2023-02-04T10:26:18.473Z] nexus3.edgexfoundry.org:10003 [2023-02-04T10:26:18.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:26:18.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:26:18.733Z] Configure a credential helper to remove this warning. See [2023-02-04T10:26:18.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:26:18.733Z] [2023-02-04T10:26:18.733Z] Login Succeeded [2023-02-04T10:26:18.733Z] nexus3.edgexfoundry.org:10004 [2023-02-04T10:26:18.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:26:18.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:26:18.733Z] Configure a credential helper to remove this warning. See [2023-02-04T10:26:18.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:26:18.733Z] [2023-02-04T10:26:18.733Z] Login Succeeded [2023-02-04T10:26:18.733Z] docker.io [2023-02-04T10:26:18.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:26:18.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:26:18.993Z] Configure a credential helper to remove this warning. See [2023-02-04T10:26:18.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:26:18.993Z] [2023-02-04T10:26:18.993Z] Login Succeeded [2023-02-04T10:26:18.993Z] ---> docker-login.sh ends [Pipeline] } [2023-02-04T10:26:19.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-04T10:26:19.055Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:26:19.065Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:26:19.071Z] ========================================================= [2023-02-04T10:26:19.071Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-04T10:26:19.071Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:26:19.373Z] + 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-04T10:26:19.373Z] Sending build context to Docker daemon 10.49MB [2023-02-04T10:26:19.373Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:26:19.373Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-04T10:26:19.373Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-04T10:26:19.373Z] 213ec9aee27d: Pulling fs layer [2023-02-04T10:26:19.373Z] 4583459ba037: Pulling fs layer [2023-02-04T10:26:19.373Z] 93c1e223e6f2: Pulling fs layer [2023-02-04T10:26:19.373Z] 53926ce57604: Pulling fs layer [2023-02-04T10:26:19.373Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-04T10:26:19.373Z] 22ff95d597cd: Pulling fs layer [2023-02-04T10:26:19.373Z] 12d6caf4c0d1: Pulling fs layer [2023-02-04T10:26:19.373Z] 96b7cbca73a9: Pulling fs layer [2023-02-04T10:26:19.373Z] a7acece74701: Pulling fs layer [2023-02-04T10:26:19.373Z] 22ff95d597cd: Waiting [2023-02-04T10:26:19.373Z] 53926ce57604: Waiting [2023-02-04T10:26:19.373Z] 21b2b0c7a3f4: Waiting [2023-02-04T10:26:19.373Z] 12d6caf4c0d1: Waiting [2023-02-04T10:26:19.373Z] a7acece74701: Waiting [2023-02-04T10:26:19.656Z] 93c1e223e6f2: Verifying Checksum [2023-02-04T10:26:19.656Z] 93c1e223e6f2: Download complete [2023-02-04T10:26:19.656Z] 4583459ba037: Verifying Checksum [2023-02-04T10:26:19.656Z] 4583459ba037: Download complete [2023-02-04T10:26:19.656Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-04T10:26:19.656Z] 21b2b0c7a3f4: Download complete [2023-02-04T10:26:19.656Z] 22ff95d597cd: Download complete [2023-02-04T10:26:19.656Z] 213ec9aee27d: Verifying Checksum [2023-02-04T10:26:19.656Z] 213ec9aee27d: Download complete [2023-02-04T10:26:19.656Z] 12d6caf4c0d1: Verifying Checksum [2023-02-04T10:26:19.656Z] 12d6caf4c0d1: Download complete [2023-02-04T10:26:19.924Z] 213ec9aee27d: Pull complete [2023-02-04T10:26:19.925Z] 4583459ba037: Pull complete [2023-02-04T10:26:20.207Z] 93c1e223e6f2: Pull complete [2023-02-04T10:26:20.960Z] a7acece74701: Verifying Checksum [2023-02-04T10:26:20.960Z] a7acece74701: Download complete [2023-02-04T10:26:21.243Z] 53926ce57604: Verifying Checksum [2023-02-04T10:26:21.243Z] 53926ce57604: Download complete [2023-02-04T10:26:21.503Z] 96b7cbca73a9: Verifying Checksum [2023-02-04T10:26:21.503Z] 96b7cbca73a9: Download complete [2023-02-04T10:26:24.783Z] 53926ce57604: Pull complete [2023-02-04T10:26:24.783Z] 21b2b0c7a3f4: Pull complete [2023-02-04T10:26:25.040Z] 22ff95d597cd: Pull complete [2023-02-04T10:26:25.040Z] 12d6caf4c0d1: Pull complete [2023-02-04T10:26:27.568Z] 96b7cbca73a9: Pull complete [2023-02-04T10:26:28.944Z] a7acece74701: Pull complete [2023-02-04T10:26:29.206Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-04T10:26:29.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-04T10:26:29.206Z] ---> db6d94c90886 [2023-02-04T10:26:29.206Z] Step 3/10 : ARG MAKE=make build [2023-02-04T10:26:33.125Z] Still waiting to schedule task [2023-02-04T10:26:33.125Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-04T10:26:44.120Z] ---> Running in 7407e3b1dd5a [2023-02-04T10:26:44.120Z] Removing intermediate container 7407e3b1dd5a [2023-02-04T10:26:44.120Z] ---> c3f0d50617d6 [2023-02-04T10:26:44.120Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-04T10:26:44.120Z] ---> Running in 1c73b5a24137 [2023-02-04T10:26:44.120Z] Removing intermediate container 1c73b5a24137 [2023-02-04T10:26:44.120Z] ---> 46f5dac141b2 [2023-02-04T10:26:44.120Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:26:44.120Z] ---> Running in 3e787e22d3c6 [2023-02-04T10:26:44.120Z] Removing intermediate container 3e787e22d3c6 [2023-02-04T10:26:44.120Z] ---> 9437f857e3d5 [2023-02-04T10:26:44.120Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-04T10:26:44.120Z] ---> Running in 995548293b1c [2023-02-04T10:26:44.120Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-04T10:26:44.120Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-04T10:26:44.120Z] OK: 211 MiB in 51 packages [2023-02-04T10:26:44.120Z] Removing intermediate container 995548293b1c [2023-02-04T10:26:44.120Z] ---> 074399e939d7 [2023-02-04T10:26:44.120Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-04T10:26:44.120Z] ---> 97ed0fb8912f [2023-02-04T10:26:44.120Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:26:44.120Z] ---> Running in 58d4c79d4163 [2023-02-04T10:27:40.365Z] Removing intermediate container 58d4c79d4163 [2023-02-04T10:27:40.365Z] ---> b15a95de3bcf [2023-02-04T10:27:40.365Z] Step 9/10 : COPY . . [2023-02-04T10:27:40.624Z] ---> db77b1547d69 [2023-02-04T10:27:40.624Z] Step 10/10 : RUN ${MAKE} [2023-02-04T10:27:40.887Z] ---> Running in f5b8014541dd [2023-02-04T10:27:41.146Z] noop [2023-02-04T10:27:41.714Z] Removing intermediate container f5b8014541dd [2023-02-04T10:27:41.714Z] ---> 13ce009eddef [2023-02-04T10:27:41.714Z] Successfully built 13ce009eddef [2023-02-04T10:27:41.714Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:27:42.021Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-04T10:27:42.021Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:27:42.083Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:27:42.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-04T10:27:42.578Z] $ docker top 16a2f2efb2403a4b133a0e6b93437473e10115859711f02c3772090770dd2d41 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:27:42.914Z] + go version [2023-02-04T10:27:42.914Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-04T10:27:42.927Z] $ docker stop --time=1 16a2f2efb2403a4b133a0e6b93437473e10115859711f02c3772090770dd2d41 [2023-02-04T10:27:44.336Z] $ docker rm -f --volumes 16a2f2efb2403a4b133a0e6b93437473e10115859711f02c3772090770dd2d41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:27:44.751Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-04T10:27:44.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:27:44.824Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:27:44.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-04T10:27:45.187Z] $ docker top 0833c622b176d40d869b2d21bd874822e86e0edf8ad77922337f0c6c46b73b5e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:27:45.531Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-04T10:27:45.824Z] + make test [2023-02-04T10:27:45.824Z] go test -race -coverprofile=coverage.out ./... [2023-02-04T10:27:52.798Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-04T10:28:05.510Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4525 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-04T10:28:05.518Z] Running in /w/workspace/device-sdk-go/148 [Pipeline] { [Pipeline] checkout [2023-02-04T10:28:05.557Z] The recommended git tool is: git [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-04T10:28:07.699Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.060s coverage: 27.6% of statements [2023-02-04T10:28:07.699Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.068s coverage: 78.9% of statements [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-04T10:28:07.699Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.115s coverage: 70.2% of statements [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-04T10:28:07.699Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.107s coverage: 59.8% of statements [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-04T10:28:07.699Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.102s coverage: 65.1% of statements [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-04T10:28:07.699Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.775s coverage: 89.2% of statements [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-04T10:28:07.699Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.055s coverage: 4.7% of statements [2023-02-04T10:28:07.699Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-04T10:28:10.862Z] using credential edgex-jenkins-ssh [2023-02-04T10:28:10.878Z] Cloning the remote Git repository [2023-02-04T10:28:10.929Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-04T10:28:11.003Z] > git init /w/workspace/device-sdk-go/148 # timeout=10 [2023-02-04T10:28:11.171Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-04T10:28:11.172Z] > git --version # timeout=10 [2023-02-04T10:28:11.191Z] > git --version # 'git version 2.25.1' [2023-02-04T10:28:11.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-04T10:28:11.250Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-04T10:28:12.768Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-04T10:28:12.792Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-04T10:28:13.544Z] Avoid second fetch [2023-02-04T10:28:13.545Z] Checking out Revision 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 (main) [2023-02-04T10:28:14.050Z] Commit message: "Merge pull request #1302 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.0.0-dev.6" [2023-02-04T10:28:13.562Z] > git config core.sparsecheckout # timeout=10 [2023-02-04T10:28:13.580Z] > git checkout -f 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-04T10:28:14.873Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-04T10:28:14.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-04T10:28:14.873Z] Dload Upload Total Spent Left Speed [2023-02-04T10:28:14.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh [2023-02-04T10:28:15.436Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-04T10:28:15.759Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-04T10:28:15.759Z] + sudo tee /etc/docker/daemon.new [2023-02-04T10:28:15.759Z] { [2023-02-04T10:28:15.759Z] "registry-mirrors": [ [2023-02-04T10:28:15.759Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-04T10:28:15.759Z] ], [2023-02-04T10:28:15.759Z] "bip": "10.250.0.254/24", [2023-02-04T10:28:15.759Z] "hosts": [ [2023-02-04T10:28:15.759Z] "tcp://0.0.0.0:5555", [2023-02-04T10:28:15.759Z] "unix:///var/run/docker.sock" [2023-02-04T10:28:15.759Z] ], [2023-02-04T10:28:15.759Z] "mtu": 1458, [2023-02-04T10:28:15.759Z] "selinux-enabled": true, [2023-02-04T10:28:15.759Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-04T10:28:15.759Z] } [Pipeline] sh [2023-02-04T10:28:16.090Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-04T10:28:16.432Z] + sudo service docker restart [2023-02-04T10:28:22.613Z] 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-04T10:28:22.613Z] GO111MODULE=on go vet ./... [2023-02-04T10:28:24.515Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-04T10:28:24.515Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-04T10:28:24.515Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-04T10:28:24.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-04T10:28:24.544Z] $ docker stop --time=1 0833c622b176d40d869b2d21bd874822e86e0edf8ad77922337f0c6c46b73b5e [2023-02-04T10:28:36.176Z] $ docker rm -f --volumes 0833c622b176d40d869b2d21bd874822e86e0edf8ad77922337f0c6c46b73b5e [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:28:36.474Z] provisioning config files... [2023-02-04T10:28:36.503Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/148@tmp/config1138992775928009086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:28:36.707Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-04T10:28:36.768Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2023-02-04T10:28:36.861Z] ---> docker-login.sh [2023-02-04T10:28:36.861Z] nexus3.edgexfoundry.org:10001 [Pipeline] sh [2023-02-04T10:28:37.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:28:37.262Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-04T10:28:37.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:28:37.401Z] Configure a credential helper to remove this warning. See [2023-02-04T10:28:37.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:28:37.401Z] [2023-02-04T10:28:37.401Z] Login Succeeded [2023-02-04T10:28:37.401Z] nexus3.edgexfoundry.org:10002 [2023-02-04T10:28:37.548Z] + ls -al . [2023-02-04T10:28:37.548Z] total 272 [2023-02-04T10:28:37.548Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 4 10:27 . [2023-02-04T10:28:37.548Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:25 .. [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 4 10:25 .dockerignore [2023-02-04T10:28:37.548Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 10:28 .git [2023-02-04T10:28:37.548Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:25 .github [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 4 10:25 .gitignore [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 4 10:25 .golangci.yml [2023-02-04T10:28:37.548Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 4 10:26 .semver [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 4 10:25 CHANGELOG.md [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 4 10:25 GOVERNANCE.md [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 4 10:25 Jenkinsfile [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 4 10:25 LICENSE [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 4 10:25 Makefile [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 4 10:25 OWNERS.md [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 4 10:25 README.md [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 4 10:26 VERSION [2023-02-04T10:28:37.548Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:25 bin [2023-02-04T10:28:37.548Z] -rw-r--r-- 1 jenkins jenkins 99762 Feb 4 10:28 coverage.out [2023-02-04T10:28:37.548Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 4 10:25 example [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 4 10:25 go.mod [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 4 10:25 go.sum [2023-02-04T10:28:37.548Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 4 10:25 internal [2023-02-04T10:28:37.548Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 10:25 openapi [2023-02-04T10:28:37.548Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 4 10:25 pkg [2023-02-04T10:28:37.548Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:25 snap [2023-02-04T10:28:37.548Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 4 10:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:28:37.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:28:37.851Z] + 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=1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 --label arch=amd64 --label version=3.0.0-dev.18 . [2023-02-04T10:28:37.851Z] Sending build context to Docker daemon 10.59MB [2023-02-04T10:28:37.851Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:28:37.851Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-04T10:28:37.851Z] ---> 13ce009eddef [2023-02-04T10:28:37.851Z] Step 3/23 : ARG MAKE=make build [2023-02-04T10:28:37.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:28:37.938Z] Configure a credential helper to remove this warning. See [2023-02-04T10:28:37.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:28:37.938Z] [2023-02-04T10:28:37.938Z] Login Succeeded [2023-02-04T10:28:37.938Z] nexus3.edgexfoundry.org:10003 [2023-02-04T10:28:37.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:28:38.110Z] ---> Running in 9d1bd11f9a86 [2023-02-04T10:28:38.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:28:38.207Z] Configure a credential helper to remove this warning. See [2023-02-04T10:28:38.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:28:38.208Z] [2023-02-04T10:28:38.208Z] Login Succeeded [2023-02-04T10:28:38.208Z] nexus3.edgexfoundry.org:10004 [2023-02-04T10:28:38.369Z] Removing intermediate container 9d1bd11f9a86 [2023-02-04T10:28:38.369Z] ---> 6c949f39a062 [2023-02-04T10:28:38.369Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-04T10:28:38.369Z] ---> Running in 2b39eb3581ce [2023-02-04T10:28:38.369Z] Removing intermediate container 2b39eb3581ce [2023-02-04T10:28:38.369Z] ---> fdbc619a60ce [2023-02-04T10:28:38.369Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:28:38.369Z] ---> Running in 88e3ae212185 [2023-02-04T10:28:38.369Z] Removing intermediate container 88e3ae212185 [2023-02-04T10:28:38.369Z] ---> 6a083755a982 [2023-02-04T10:28:38.369Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-04T10:28:38.369Z] ---> Running in 11e861b5275a [2023-02-04T10:28:38.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:28:38.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:28:38.477Z] Configure a credential helper to remove this warning. See [2023-02-04T10:28:38.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:28:38.477Z] [2023-02-04T10:28:38.477Z] Login Succeeded [2023-02-04T10:28:38.477Z] docker.io [2023-02-04T10:28:38.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-04T10:28:38.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:28:38.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-04T10:28:39.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:28:39.015Z] Configure a credential helper to remove this warning. See [2023-02-04T10:28:39.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:28:39.015Z] [2023-02-04T10:28:39.015Z] Login Succeeded [2023-02-04T10:28:39.015Z] ---> docker-login.sh ends [Pipeline] } [2023-02-04T10:28:39.028Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-02-04T10:28:39.143Z] OK: 211 MiB in 51 packages [Pipeline] echo [2023-02-04T10:28:39.269Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:28:39.281Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:28:39.291Z] ========================================================= [2023-02-04T10:28:39.291Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-04T10:28:39.291Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:28:39.401Z] Removing intermediate container 11e861b5275a [2023-02-04T10:28:39.401Z] ---> c683ce27245c [2023-02-04T10:28:39.401Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-04T10:28:39.401Z] ---> 0c9006ee01bb [2023-02-04T10:28:39.401Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:28:39.401Z] ---> Running in cc6851a50105 [2023-02-04T10:28:39.637Z] + 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-04T10:28:39.905Z] Sending build context to Docker daemon 5.63MB [2023-02-04T10:28:39.905Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:28:39.905Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-04T10:28:40.178Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-04T10:28:40.178Z] 9b18e9b68314: Pulling fs layer [2023-02-04T10:28:40.178Z] 35d82f9e3411: Pulling fs layer [2023-02-04T10:28:40.178Z] e16973657156: Pulling fs layer [2023-02-04T10:28:40.178Z] fc693d55d65f: Pulling fs layer [2023-02-04T10:28:40.178Z] 7e9fc2657dce: Pulling fs layer [2023-02-04T10:28:40.178Z] dda99020689f: Pulling fs layer [2023-02-04T10:28:40.178Z] db1c61fa0a46: Pulling fs layer [2023-02-04T10:28:40.178Z] fc693d55d65f: Waiting [2023-02-04T10:28:40.178Z] 7e9fc2657dce: Waiting [2023-02-04T10:28:40.178Z] dda99020689f: Waiting [2023-02-04T10:28:40.178Z] 891c053d2c06: Pulling fs layer [2023-02-04T10:28:40.178Z] db1c61fa0a46: Waiting [2023-02-04T10:28:40.178Z] e16973657156: Verifying Checksum [2023-02-04T10:28:40.178Z] e16973657156: Download complete [2023-02-04T10:28:40.178Z] 35d82f9e3411: Download complete [2023-02-04T10:28:40.178Z] 7e9fc2657dce: Verifying Checksum [2023-02-04T10:28:40.178Z] 7e9fc2657dce: Download complete [2023-02-04T10:28:40.178Z] dda99020689f: Download complete [2023-02-04T10:28:40.460Z] 9b18e9b68314: Verifying Checksum [2023-02-04T10:28:41.313Z] Removing intermediate container cc6851a50105 [2023-02-04T10:28:41.313Z] ---> 6bcc4904b1cd [2023-02-04T10:28:41.313Z] Step 9/23 : COPY . . [2023-02-04T10:28:41.430Z] 9b18e9b68314: Pull complete [2023-02-04T10:28:41.430Z] 891c053d2c06: Verifying Checksum [2023-02-04T10:28:41.430Z] 891c053d2c06: Download complete [2023-02-04T10:28:41.714Z] 35d82f9e3411: Pull complete [2023-02-04T10:28:42.251Z] ---> f79c1cc272a8 [2023-02-04T10:28:42.252Z] Step 10/23 : RUN ${MAKE} [2023-02-04T10:28:42.252Z] ---> Running in 4c954fa6dbb8 [2023-02-04T10:28:42.313Z] e16973657156: Pull complete [2023-02-04T10:28:42.825Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.18" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-04T10:28:42.905Z] db1c61fa0a46: Verifying Checksum [2023-02-04T10:28:43.493Z] fc693d55d65f: Verifying Checksum [2023-02-04T10:28:43.493Z] fc693d55d65f: Download complete [2023-02-04T10:28:55.848Z] fc693d55d65f: Pull complete [2023-02-04T10:28:55.848Z] 7e9fc2657dce: Pull complete [2023-02-04T10:28:55.848Z] dda99020689f: Pull complete [2023-02-04T10:29:02.510Z] db1c61fa0a46: Pull complete [2023-02-04T10:29:03.482Z] 891c053d2c06: Pull complete [2023-02-04T10:29:03.749Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-04T10:29:03.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-04T10:29:03.749Z] ---> f96f9c87975a [2023-02-04T10:29:03.749Z] Step 3/10 : ARG MAKE=make build [2023-02-04T10:29:04.751Z] Removing intermediate container 4c954fa6dbb8 [2023-02-04T10:29:04.751Z] ---> 11f9907ecc3a [2023-02-04T10:29:04.751Z] Step 11/23 : FROM alpine:3.16 [2023-02-04T10:29:04.751Z] 3.16: Pulling from library/alpine [2023-02-04T10:29:04.751Z] ca7dd9ec2225: Pulling fs layer [2023-02-04T10:29:04.751Z] ca7dd9ec2225: Verifying Checksum [2023-02-04T10:29:04.751Z] ca7dd9ec2225: Download complete [2023-02-04T10:29:04.752Z] ca7dd9ec2225: Pull complete [2023-02-04T10:29:04.752Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-04T10:29:04.752Z] Status: Downloaded newer image for alpine:3.16 [2023-02-04T10:29:04.752Z] ---> bfe296a52501 [2023-02-04T10:29:04.752Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-04T10:29:04.752Z] ---> Running in f7afa4b157f2 [2023-02-04T10:29:04.752Z] Removing intermediate container f7afa4b157f2 [2023-02-04T10:29:04.752Z] ---> f5c3c986a54d [2023-02-04T10:29:04.752Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-04T10:29:04.752Z] ---> Running in 62e03769b488 [2023-02-04T10:29:04.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-04T10:29:05.009Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-04T10:29:05.267Z] OK: 6 MiB in 14 packages [2023-02-04T10:29:05.526Z] Removing intermediate container 62e03769b488 [2023-02-04T10:29:05.526Z] ---> 287e8ae169ff [2023-02-04T10:29:05.526Z] Step 14/23 : WORKDIR / [2023-02-04T10:29:05.526Z] ---> Running in ae992e08443c [2023-02-04T10:29:05.695Z] ---> Running in bfa79d9cec0e [2023-02-04T10:29:05.695Z] Removing intermediate container bfa79d9cec0e [2023-02-04T10:29:05.695Z] ---> 741690cb1c4e [2023-02-04T10:29:05.695Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-04T10:29:05.695Z] ---> Running in 8f0eddf5048e [2023-02-04T10:29:05.785Z] Removing intermediate container ae992e08443c [2023-02-04T10:29:05.785Z] ---> 4cf2525b7a50 [2023-02-04T10:29:05.785Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-04T10:29:05.962Z] Removing intermediate container 8f0eddf5048e [2023-02-04T10:29:05.962Z] ---> d2dfbb34dc2c [2023-02-04T10:29:05.962Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:29:06.043Z] ---> 9a9458a3e858 [2023-02-04T10:29:06.043Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-04T10:29:06.230Z] ---> Running in 3d91fbac1c13 [2023-02-04T10:29:06.498Z] Removing intermediate container 3d91fbac1c13 [2023-02-04T10:29:06.498Z] ---> 428777eb11bf [2023-02-04T10:29:06.498Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-04T10:29:06.498Z] ---> Running in 9c04b4637705 [2023-02-04T10:29:06.977Z] ---> dfa6f92ce069 [2023-02-04T10:29:06.978Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-04T10:29:06.978Z] ---> 3c63efd42148 [2023-02-04T10:29:06.978Z] Step 18/23 : EXPOSE 59999 [2023-02-04T10:29:06.978Z] ---> Running in d54e30117a6b [2023-02-04T10:29:06.978Z] Removing intermediate container d54e30117a6b [2023-02-04T10:29:06.978Z] ---> 46aa073fa428 [2023-02-04T10:29:06.978Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-04T10:29:06.978Z] ---> Running in 0e1218b356f5 [2023-02-04T10:29:07.236Z] Removing intermediate container 0e1218b356f5 [2023-02-04T10:29:07.236Z] ---> a2410fa173fb [2023-02-04T10:29:07.236Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-04T10:29:07.236Z] ---> Running in ef49d9bd8d5b [2023-02-04T10:29:07.236Z] Removing intermediate container ef49d9bd8d5b [2023-02-04T10:29:07.236Z] ---> 76fb1d838c06 [2023-02-04T10:29:07.236Z] Step 21/23 : LABEL arch=amd64 [2023-02-04T10:29:07.236Z] ---> Running in 92b49a61a097 [2023-02-04T10:29:07.236Z] Removing intermediate container 92b49a61a097 [2023-02-04T10:29:07.236Z] ---> 660b57c7aae9 [2023-02-04T10:29:07.236Z] Step 22/23 : LABEL git_sha=1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [2023-02-04T10:29:07.504Z] ---> Running in 8a19a8f80ddb [2023-02-04T10:29:07.504Z] Removing intermediate container 8a19a8f80ddb [2023-02-04T10:29:07.504Z] ---> d91d15ce59de [2023-02-04T10:29:07.504Z] Step 23/23 : LABEL version=3.0.0-dev.18 [2023-02-04T10:29:07.504Z] ---> Running in 8462ed73ebf0 [2023-02-04T10:29:07.504Z] Removing intermediate container 8462ed73ebf0 [2023-02-04T10:29:07.504Z] ---> dd680b3738a7 [2023-02-04T10:29:07.504Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-04T10:29:07.504Z] Successfully built dd680b3738a7 [2023-02-04T10:29:07.504Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2023-02-04T10:29:07.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 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-04T10:29:07.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-04T10:29:07.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:29:07.925Z] [2023-02-04T10:29:07.925Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:29:08.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:29:08.223Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-04T10:29:08.223Z] 5eb5b503b376: Pulling fs layer [2023-02-04T10:29:08.223Z] 5c69ac0246d0: Pulling fs layer [2023-02-04T10:29:08.223Z] ec43610c2a17: Pulling fs layer [2023-02-04T10:29:08.223Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-04T10:29:08.223Z] 33b1e0a273af: Pulling fs layer [2023-02-04T10:29:08.223Z] 5d3b04190fa2: Pulling fs layer [2023-02-04T10:29:08.223Z] 2f39f015ded8: Pulling fs layer [2023-02-04T10:29:08.223Z] 3a2ae6a8a46f: Waiting [2023-02-04T10:29:08.223Z] 33b1e0a273af: Waiting [2023-02-04T10:29:08.223Z] 5d3b04190fa2: Waiting [2023-02-04T10:29:08.223Z] 2f39f015ded8: Waiting [2023-02-04T10:29:08.223Z] 5c69ac0246d0: Verifying Checksum [2023-02-04T10:29:08.223Z] 5c69ac0246d0: Download complete [2023-02-04T10:29:08.223Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-04T10:29:08.223Z] 3a2ae6a8a46f: Download complete [2023-02-04T10:29:08.484Z] 33b1e0a273af: Verifying Checksum [2023-02-04T10:29:08.484Z] 33b1e0a273af: Download complete [2023-02-04T10:29:08.484Z] 5d3b04190fa2: Verifying Checksum [2023-02-04T10:29:08.484Z] 5d3b04190fa2: Download complete [2023-02-04T10:29:08.484Z] ec43610c2a17: Verifying Checksum [2023-02-04T10:29:08.484Z] ec43610c2a17: Download complete [2023-02-04T10:29:08.743Z] 5eb5b503b376: Verifying Checksum [2023-02-04T10:29:08.743Z] 5eb5b503b376: Download complete [2023-02-04T10:29:08.831Z] OK: 221 MiB in 51 packages [2023-02-04T10:29:09.308Z] 2f39f015ded8: Download complete [2023-02-04T10:29:09.800Z] Removing intermediate container 9c04b4637705 [2023-02-04T10:29:09.800Z] ---> db0ade49a5b1 [2023-02-04T10:29:09.800Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-04T10:29:09.875Z] 5eb5b503b376: Pull complete [2023-02-04T10:29:10.068Z] ---> 8b1ba6304c7c [2023-02-04T10:29:10.068Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:29:10.133Z] 5c69ac0246d0: Pull complete [2023-02-04T10:29:10.340Z] ---> Running in c1ecaa6902ec [2023-02-04T10:29:10.701Z] ec43610c2a17: Pull complete [2023-02-04T10:29:10.701Z] 3a2ae6a8a46f: Pull complete [2023-02-04T10:29:10.959Z] 33b1e0a273af: Pull complete [2023-02-04T10:29:10.959Z] 5d3b04190fa2: Pull complete [2023-02-04T10:29:15.143Z] 2f39f015ded8: Pull complete [2023-02-04T10:29:15.143Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-04T10:29:15.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:29:15.401Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:29:15.484Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:29:15.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-04T10:29:25.996Z] $ docker top 2bedac71578a603c8ac0aab9d522bdf233d2c5532a12349cee9d5246a434e9e1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:29:26.380Z] ---> job-cost.sh [2023-02-04T10:29:26.380Z] lf-activate-venv: SKIPPING [2023-02-04T10:29:26.380Z] INFO: No Stack... [2023-02-04T10:29:26.639Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-04T10:29:26.897Z] INFO: Archiving Costs [Pipeline] sh [2023-02-04T10:29:27.187Z] + + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-04T10:29:27.187Z] cut -d, -f6 [Pipeline] lock [2023-02-04T10:29:27.202Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] [2023-02-04T10:29:27.213Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] did not exist. Created. [2023-02-04T10:29:27.213Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-04T10:29:27.519Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-04T10:29:27.546Z] Stashed 1 file(s) [Pipeline] } [2023-02-04T10:29:27.554Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-04T10:29:27.578Z] $ docker stop --time=1 2bedac71578a603c8ac0aab9d522bdf233d2c5532a12349cee9d5246a434e9e1 [2023-02-04T10:29:28.841Z] $ docker rm -f --volumes 2bedac71578a603c8ac0aab9d522bdf233d2c5532a12349cee9d5246a434e9e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-04T10:30:18.230Z] Removing intermediate container c1ecaa6902ec [2023-02-04T10:30:18.230Z] ---> 3a2186fab103 [2023-02-04T10:30:18.230Z] Step 9/10 : COPY . . [2023-02-04T10:30:18.230Z] ---> 3867219c4773 [2023-02-04T10:30:18.230Z] Step 10/10 : RUN ${MAKE} [2023-02-04T10:30:18.230Z] ---> Running in 48abd708aabf [2023-02-04T10:30:18.230Z] noop [2023-02-04T10:30:18.230Z] Removing intermediate container 48abd708aabf [2023-02-04T10:30:18.230Z] ---> ff7b683e54b9 [2023-02-04T10:30:18.230Z] Successfully built ff7b683e54b9 [2023-02-04T10:30:18.230Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:30:18.603Z] + docker inspect -f . ci-base-image-arm64 [2023-02-04T10:30:18.603Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:30:18.817Z] prd-ubuntu20.04-docker-arm64-4c-16g-4525 does not seem to be running inside a container [2023-02-04T10:30:18.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/148 -v /w/workspace/device-sdk-go/148:/w/workspace/device-sdk-go/148:rw,z -v /w/workspace/device-sdk-go/148@tmp:/w/workspace/device-sdk-go/148@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-04T10:30:20.615Z] $ docker top a6347eb83f17fda157333b487305c6de6a2784e484b0f57db85f2996913b4e57 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:30:21.435Z] + go version [2023-02-04T10:30:21.435Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-04T10:30:21.457Z] $ docker stop --time=1 a6347eb83f17fda157333b487305c6de6a2784e484b0f57db85f2996913b4e57 [2023-02-04T10:30:23.053Z] $ docker rm -f --volumes a6347eb83f17fda157333b487305c6de6a2784e484b0f57db85f2996913b4e57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:30:23.590Z] + docker inspect -f . ci-base-image-arm64 [2023-02-04T10:30:23.591Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:30:23.770Z] prd-ubuntu20.04-docker-arm64-4c-16g-4525 does not seem to be running inside a container [2023-02-04T10:30:23.831Z] $ 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/148 -v /w/workspace/device-sdk-go/148:/w/workspace/device-sdk-go/148:rw,z -v /w/workspace/device-sdk-go/148@tmp:/w/workspace/device-sdk-go/148@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-04T10:30:25.017Z] $ docker top 75294d60fa8ae2c562977d8c91943c14fc89222f8984158a2c65466fe3f492a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:30:25.509Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/148 [Pipeline] fileExists [Pipeline] sh [2023-02-04T10:30:26.167Z] + make test [2023-02-04T10:30:26.167Z] go test -race -coverprofile=coverage.out ./... [2023-02-04T10:30:58.394Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-04T10:32:50.162Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-04T10:32:50.162Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-04T10:32:50.162Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-04T10:32:50.162Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-04T10:32:50.162Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-04T10:33:00.245Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.304s coverage: 27.6% of statements [2023-02-04T10:33:00.831Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.449s coverage: 78.9% of statements [2023-02-04T10:33:00.831Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-04T10:33:00.831Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.670s coverage: 70.2% of statements [2023-02-04T10:33:00.831Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-04T10:33:00.831Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-04T10:33:13.153Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.542s coverage: 59.8% of statements [2023-02-04T10:33:13.153Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-04T10:33:13.153Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-04T10:33:13.153Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-04T10:33:13.153Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.472s coverage: 65.1% of statements [2023-02-04T10:33:13.153Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-04T10:33:13.153Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-04T10:33:13.153Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.982s coverage: 89.2% of statements [2023-02-04T10:33:13.153Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-04T10:33:13.153Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.396s coverage: 4.7% of statements [2023-02-04T10:33:13.153Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-04T10:33:13.153Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-04T10:33:13.153Z] GO111MODULE=on go vet ./... [2023-02-04T10:34:52.485Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-04T10:34:52.485Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-04T10:34:52.485Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-04T10:34:52.508Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-04T10:34:52.523Z] $ docker stop --time=1 75294d60fa8ae2c562977d8c91943c14fc89222f8984158a2c65466fe3f492a0 [2023-02-04T10:34:54.416Z] $ docker rm -f --volumes 75294d60fa8ae2c562977d8c91943c14fc89222f8984158a2c65466fe3f492a0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-04T10:34:55.848Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-04T10:34:55.869Z] Warning: overwriting stash ‘coverage-report’ [2023-02-04T10:34:56.503Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-04T10:34:56.883Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-04T10:34:57.201Z] + ls -al . [2023-02-04T10:34:57.201Z] total 268 [2023-02-04T10:34:57.201Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 4 10:30 . [2023-02-04T10:34:57.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:28 .. [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 4 10:28 .dockerignore [2023-02-04T10:34:57.201Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 10:28 .git [2023-02-04T10:34:57.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:28 .github [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 4 10:28 .gitignore [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 4 10:28 .golangci.yml [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 4 10:28 CHANGELOG.md [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 4 10:28 GOVERNANCE.md [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 4 10:28 Jenkinsfile [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 4 10:28 LICENSE [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 4 10:28 Makefile [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 4 10:28 OWNERS.md [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 4 10:28 README.md [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 4 10:26 VERSION [2023-02-04T10:34:57.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:28 bin [2023-02-04T10:34:57.201Z] -rw-r--r-- 1 jenkins jenkins 99763 Feb 4 10:33 coverage.out [2023-02-04T10:34:57.201Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 4 10:28 example [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 4 10:28 go.mod [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 4 10:28 go.sum [2023-02-04T10:34:57.201Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 4 10:28 internal [2023-02-04T10:34:57.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 10:28 openapi [2023-02-04T10:34:57.201Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 4 10:28 pkg [2023-02-04T10:34:57.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:28 snap [2023-02-04T10:34:57.201Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 4 10:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:34:57.553Z] + 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=1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 --label arch=arm64 --label version=3.0.0-dev.18 . [2023-02-04T10:34:57.835Z] Sending build context to Docker daemon 5.73MB [2023-02-04T10:34:58.104Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:34:58.104Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-04T10:34:58.104Z] ---> ff7b683e54b9 [2023-02-04T10:34:58.104Z] Step 3/23 : ARG MAKE=make build [2023-02-04T10:34:58.104Z] ---> Running in 7ebe00ff13a9 [2023-02-04T10:34:58.374Z] Removing intermediate container 7ebe00ff13a9 [2023-02-04T10:34:58.374Z] ---> d05a0cc33ecb [2023-02-04T10:34:58.374Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-04T10:35:01.379Z] ---> Running in 616f7284cac8 [2023-02-04T10:35:01.379Z] Removing intermediate container 616f7284cac8 [2023-02-04T10:35:01.379Z] ---> e24e31baee15 [2023-02-04T10:35:01.379Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:35:01.379Z] ---> Running in 701cb1cee01b [2023-02-04T10:35:01.379Z] Removing intermediate container 701cb1cee01b [2023-02-04T10:35:01.379Z] ---> 1379ef7c0bba [2023-02-04T10:35:01.379Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-04T10:35:01.379Z] ---> Running in e360758434c5 [2023-02-04T10:35:01.379Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-04T10:35:03.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-04T10:35:04.290Z] OK: 221 MiB in 51 packages [2023-02-04T10:35:05.258Z] Removing intermediate container e360758434c5 [2023-02-04T10:35:05.258Z] ---> ebf5ddbcb6b9 [2023-02-04T10:35:05.258Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-04T10:35:05.527Z] ---> 081c0d8af3fb [2023-02-04T10:35:05.527Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:35:05.527Z] ---> Running in 95aa9afa96c1 [2023-02-04T10:35:08.888Z] Removing intermediate container 95aa9afa96c1 [2023-02-04T10:35:08.888Z] ---> d6c3e473c53d [2023-02-04T10:35:08.888Z] Step 9/23 : COPY . . [2023-02-04T10:35:09.475Z] ---> 050bee972c56 [2023-02-04T10:35:09.475Z] Step 10/23 : RUN ${MAKE} [2023-02-04T10:35:09.745Z] ---> Running in 2dbf398e6bfe [2023-02-04T10:35:10.710Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.18" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-04T10:37:17.408Z] Removing intermediate container 2dbf398e6bfe [2023-02-04T10:37:17.408Z] ---> 8c95004ad014 [2023-02-04T10:37:17.408Z] Step 11/23 : FROM alpine:3.16 [2023-02-04T10:37:17.989Z] 3.16: Pulling from library/alpine [2023-02-04T10:37:18.257Z] 6875df1f5354: Pulling fs layer [2023-02-04T10:37:18.257Z] 6875df1f5354: Verifying Checksum [2023-02-04T10:37:18.257Z] 6875df1f5354: Download complete [2023-02-04T10:37:18.851Z] 6875df1f5354: Pull complete [2023-02-04T10:37:18.851Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-04T10:37:18.851Z] Status: Downloaded newer image for alpine:3.16 [2023-02-04T10:37:18.851Z] ---> 2b4661558fb8 [2023-02-04T10:37:18.851Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-04T10:37:19.118Z] ---> Running in ff4eb65f7246 [2023-02-04T10:37:19.386Z] Removing intermediate container ff4eb65f7246 [2023-02-04T10:37:19.386Z] ---> f00eb53ae8e6 [2023-02-04T10:37:19.386Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-04T10:37:19.386Z] ---> Running in f1c208de5877 [2023-02-04T10:37:20.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-04T10:37:20.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-04T10:37:22.024Z] OK: 5 MiB in 14 packages [2023-02-04T10:37:22.608Z] Removing intermediate container f1c208de5877 [2023-02-04T10:37:22.608Z] ---> 7238bc6a70a8 [2023-02-04T10:37:22.608Z] Step 14/23 : WORKDIR / [2023-02-04T10:37:22.608Z] ---> Running in 4fd1f2a40f92 [2023-02-04T10:37:23.192Z] Removing intermediate container 4fd1f2a40f92 [2023-02-04T10:37:23.192Z] ---> a87377c26e59 [2023-02-04T10:37:23.192Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-04T10:37:23.776Z] ---> ad53a62d5756 [2023-02-04T10:37:23.776Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-04T10:37:25.181Z] ---> 6fed364a78c2 [2023-02-04T10:37:25.181Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-04T10:37:25.762Z] ---> 9f8dae769aa9 [2023-02-04T10:37:25.762Z] Step 18/23 : EXPOSE 59999 [2023-02-04T10:37:25.762Z] ---> Running in 8ef67b049490 [2023-02-04T10:37:26.028Z] Removing intermediate container 8ef67b049490 [2023-02-04T10:37:26.028Z] ---> 879817238817 [2023-02-04T10:37:26.028Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-04T10:37:26.028Z] ---> Running in 9dadcd0c418d [2023-02-04T10:37:26.294Z] Removing intermediate container 9dadcd0c418d [2023-02-04T10:37:26.294Z] ---> 76e786ab1f17 [2023-02-04T10:37:26.294Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-04T10:37:26.562Z] ---> Running in 258595ecc9d0 [2023-02-04T10:37:26.827Z] Removing intermediate container 258595ecc9d0 [2023-02-04T10:37:26.827Z] ---> b19b7c3cdcb7 [2023-02-04T10:37:26.827Z] Step 21/23 : LABEL arch=arm64 [2023-02-04T10:37:26.827Z] ---> Running in 43cb2c8be556 [2023-02-04T10:37:27.095Z] Removing intermediate container 43cb2c8be556 [2023-02-04T10:37:27.095Z] ---> 963dd06d5c39 [2023-02-04T10:37:27.095Z] Step 22/23 : LABEL git_sha=1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [2023-02-04T10:37:27.095Z] ---> Running in 26dc936cb19b [2023-02-04T10:37:27.361Z] Removing intermediate container 26dc936cb19b [2023-02-04T10:37:27.361Z] ---> 287316cf127c [2023-02-04T10:37:27.361Z] Step 23/23 : LABEL version=3.0.0-dev.18 [2023-02-04T10:37:27.361Z] ---> Running in 192d04963561 [2023-02-04T10:37:27.628Z] Removing intermediate container 192d04963561 [2023-02-04T10:37:27.628Z] ---> 7d8f9e09f1aa [2023-02-04T10:37:27.628Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-04T10:37:27.895Z] Successfully built 7d8f9e09f1aa [2023-02-04T10:37:27.895Z] 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-04T10:37:28.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-04T10:37:28.319Z] [2023-02-04T10:37:28.319Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:37:28.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-04T10:37:28.651Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-04T10:37:28.651Z] 8998bd30e6a1: Pulling fs layer [2023-02-04T10:37:28.651Z] 04944245beec: Pulling fs layer [2023-02-04T10:37:28.651Z] 699f458cf7ca: Pulling fs layer [2023-02-04T10:37:28.651Z] 765212b225bb: Pulling fs layer [2023-02-04T10:37:28.651Z] f23df028b6ca: Pulling fs layer [2023-02-04T10:37:28.651Z] d65c8cfc05b1: Pulling fs layer [2023-02-04T10:37:28.651Z] 2437ff75d9bd: Pulling fs layer [2023-02-04T10:37:28.651Z] 765212b225bb: Waiting [2023-02-04T10:37:28.651Z] f23df028b6ca: Waiting [2023-02-04T10:37:28.651Z] d65c8cfc05b1: Waiting [2023-02-04T10:37:28.651Z] 2437ff75d9bd: Waiting [2023-02-04T10:37:28.920Z] 04944245beec: Verifying Checksum [2023-02-04T10:37:28.920Z] 04944245beec: Download complete [2023-02-04T10:37:28.920Z] 765212b225bb: Download complete [2023-02-04T10:37:28.920Z] f23df028b6ca: Verifying Checksum [2023-02-04T10:37:28.920Z] f23df028b6ca: Download complete [2023-02-04T10:37:28.920Z] d65c8cfc05b1: Verifying Checksum [2023-02-04T10:37:28.920Z] d65c8cfc05b1: Download complete [2023-02-04T10:37:29.189Z] 699f458cf7ca: Verifying Checksum [2023-02-04T10:37:29.189Z] 699f458cf7ca: Download complete [2023-02-04T10:37:29.457Z] 8998bd30e6a1: Verifying Checksum [2023-02-04T10:37:29.457Z] 8998bd30e6a1: Download complete [2023-02-04T10:37:31.525Z] 2437ff75d9bd: Verifying Checksum [2023-02-04T10:37:31.525Z] 2437ff75d9bd: Download complete [2023-02-04T10:37:33.545Z] 8998bd30e6a1: Pull complete [2023-02-04T10:37:33.822Z] 04944245beec: Pull complete [2023-02-04T10:37:35.225Z] 699f458cf7ca: Pull complete [2023-02-04T10:37:35.225Z] 765212b225bb: Pull complete [2023-02-04T10:37:35.807Z] f23df028b6ca: Pull complete [2023-02-04T10:37:36.389Z] d65c8cfc05b1: Pull complete [2023-02-04T10:37:48.688Z] 2437ff75d9bd: Pull complete [2023-02-04T10:37:48.688Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-04T10:37:48.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-04T10:37:48.688Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:37:48.872Z] prd-ubuntu20.04-docker-arm64-4c-16g-4525 does not seem to be running inside a container [2023-02-04T10:37:48.937Z] $ 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/148 -v /w/workspace/device-sdk-go/148:/w/workspace/device-sdk-go/148:rw,z -v /w/workspace/device-sdk-go/148@tmp:/w/workspace/device-sdk-go/148@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-04T10:37:51.635Z] $ docker top f1e11bc1ed79d6f2d2325336d567fd8296f75f6db98633b12d1473a297cc68ad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:37:52.482Z] ---> job-cost.sh [2023-02-04T10:37:52.482Z] lf-activate-venv: SKIPPING [2023-02-04T10:37:52.482Z] INFO: No Stack... [2023-02-04T10:37:52.748Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-04T10:37:53.709Z] INFO: Archiving Costs [Pipeline] sh [2023-02-04T10:37:54.349Z] + + cat /w/workspace/device-sdk-go/148/archives/cost.csv [2023-02-04T10:37:54.349Z] cut -d, -f6 [Pipeline] lock [2023-02-04T10:37:54.431Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] [2023-02-04T10:37:54.437Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] did not exist. Created. [2023-02-04T10:37:54.437Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-04T10:37:55.101Z] /w/workspace/device-sdk-go/148@tmp/durable-750ce8e9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-04T10:37:55.751Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-04T10:37:55.766Z] Warning: overwriting stash ‘stack-cost’ [2023-02-04T10:37:55.836Z] Stashed 1 file(s) [Pipeline] } [2023-02-04T10:37:55.845Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-148-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-04T10:37:55.865Z] $ docker stop --time=1 f1e11bc1ed79d6f2d2325336d567fd8296f75f6db98633b12d1473a297cc68ad [2023-02-04T10:37:57.400Z] $ docker rm -f --volumes f1e11bc1ed79d6f2d2325336d567fd8296f75f6db98633b12d1473a297cc68ad [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-04T10:37:57.841Z] provisioning config files... [2023-02-04T10:37:57.849Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10534271678474251454tmp [Pipeline] { [Pipeline] sh [2023-02-04T10:37:58.140Z] + set +x [2023-02-04T10:37:58.140Z] + bash -s -- [2023-02-04T10:37:58.140Z] + curl -s https://codecov.io/bash [2023-02-04T10:37:58.140Z] [2023-02-04T10:37:58.140Z] _____ _ [2023-02-04T10:37:58.140Z] / ____| | | [2023-02-04T10:37:58.140Z] | | ___ __| | ___ ___ _____ __ [2023-02-04T10:37:58.140Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-04T10:37:58.140Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-04T10:37:58.140Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-04T10:37:58.140Z] Bash-1.0.6 [2023-02-04T10:37:58.140Z] [2023-02-04T10:37:58.140Z] [2023-02-04T10:37:58.140Z] ==> git version 2.25.1 found [2023-02-04T10:37:58.140Z] ==> 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-04T10:37:58.140Z] Release-Date: 2020-01-08 [2023-02-04T10:37:58.140Z] 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-04T10:37:58.140Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-04T10:37:58.140Z] ==> Jenkins CI detected. [2023-02-04T10:37:58.140Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-04T10:37:58.140Z] project root: . [2023-02-04T10:37:58.140Z] --> token set from env [2023-02-04T10:37:58.140Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-04T10:37:58.140Z] ==> Running gcov in . (disable via -X gcov) [2023-02-04T10:37:58.140Z] ==> Python coveragepy not found [2023-02-04T10:37:58.140Z] ==> Searching for coverage reports in: [2023-02-04T10:37:58.140Z] + . [2023-02-04T10:37:58.140Z] -> Found 1 reports [2023-02-04T10:37:58.140Z] ==> Detecting git/mercurial file structure [2023-02-04T10:37:58.140Z] ==> Reading reports [2023-02-04T10:37:58.140Z] + ./coverage.out bytes=99763 [2023-02-04T10:37:58.140Z] ==> Appending adjustments [2023-02-04T10:37:58.140Z] https://docs.codecov.io/docs/fixing-reports [2023-02-04T10:37:58.399Z] + Found adjustments [2023-02-04T10:37:58.657Z] ==> Gzipping contents [2023-02-04T10:37:58.658Z] 16K /tmp/codecov.o9TEfh.gz [2023-02-04T10:37:58.658Z] ==> Uploading reports [2023-02-04T10:37:58.658Z] url: https://codecov.io [2023-02-04T10:37:58.658Z] query: branch=main&commit=1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F148%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-04T10:37:58.658Z] -> Pinging Codecov [2023-02-04T10:37:58.658Z] 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=1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F148%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-04T10:37:58.918Z] -> Uploading to [2023-02-04T10:37:58.918Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-04/7E55EF52A471D76F132DFD9A03CDDE97/1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223/78ca9406-612d-4298-8160-53c82a6b1848.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230204T103758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bcf1406ab45347dba8a2e9737a7e4894b2dd88e2e8d7f261f4da7eaed1ef601a [2023-02-04T10:37:58.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-04T10:37:58.918Z] Dload Upload Total Spent Left Speed [2023-02-04T10:37:59.177Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14419 0 0 100 14419 0 70336 --:--:-- --:--:-- --:--:-- 70336 100 14419 0 0 100 14419 0 64659 --:--:-- --:--:-- --:--:-- 64659 [2023-02-04T10:37:59.177Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [Pipeline] } [2023-02-04T10:37:59.183Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-04T10:37:59.359Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-04T10:37:59.368Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:37:59.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-04T10:37:59.656Z] [2023-02-04T10:37:59.656Z] 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-04T10:37:59.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-04T10:37:59.950Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-04T10:37:59.950Z] df9b9388f04a: Pulling fs layer [2023-02-04T10:37:59.950Z] 52dc419b0ee2: Pulling fs layer [2023-02-04T10:37:59.950Z] 25bc292e5bac: Pulling fs layer [2023-02-04T10:37:59.950Z] 114826534d7a: Pulling fs layer [2023-02-04T10:37:59.950Z] 4657fd5d0bcf: Pulling fs layer [2023-02-04T10:37:59.950Z] 6ad1cebc031e: Pulling fs layer [2023-02-04T10:37:59.950Z] 8a3aa393b2d8: Pulling fs layer [2023-02-04T10:37:59.950Z] 4657fd5d0bcf: Waiting [2023-02-04T10:37:59.950Z] 6ad1cebc031e: Waiting [2023-02-04T10:37:59.950Z] 8a3aa393b2d8: Waiting [2023-02-04T10:37:59.950Z] 25bc292e5bac: Download complete [2023-02-04T10:37:59.950Z] 52dc419b0ee2: Verifying Checksum [2023-02-04T10:37:59.950Z] 52dc419b0ee2: Download complete [2023-02-04T10:37:59.950Z] 4657fd5d0bcf: Download complete [2023-02-04T10:37:59.950Z] df9b9388f04a: Verifying Checksum [2023-02-04T10:37:59.950Z] df9b9388f04a: Download complete [2023-02-04T10:38:00.214Z] df9b9388f04a: Pull complete [2023-02-04T10:38:00.479Z] 52dc419b0ee2: Pull complete [2023-02-04T10:38:00.479Z] 6ad1cebc031e: Verifying Checksum [2023-02-04T10:38:00.479Z] 6ad1cebc031e: Download complete [2023-02-04T10:38:00.479Z] 25bc292e5bac: Pull complete [2023-02-04T10:38:01.093Z] 114826534d7a: Download complete [2023-02-04T10:38:01.664Z] 8a3aa393b2d8: Verifying Checksum [2023-02-04T10:38:01.664Z] 8a3aa393b2d8: Download complete [2023-02-04T10:38:05.336Z] 114826534d7a: Pull complete [2023-02-04T10:38:05.336Z] 4657fd5d0bcf: Pull complete [2023-02-04T10:38:06.269Z] 6ad1cebc031e: Pull complete [2023-02-04T10:38:09.559Z] 8a3aa393b2d8: Pull complete [2023-02-04T10:38:14.859Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-04T10:38:14.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-04T10:38:15.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:38:15.199Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:38:15.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-04T10:38:25.248Z] $ docker top 764222dd23bac108a342178dc0d806e6627995c22edd6dcdf9bd071cdd299b7c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-04T10:38:25.320Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-04T10:38:25.602Z] + set -o pipefail [2023-02-04T10:38:25.602Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-04T10:38:29.795Z] [2023-02-04T10:38:29.795Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-04T10:38:29.795Z] [2023-02-04T10:38:29.795Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/09039392-4fe2-420c-b703-4cb6505840b9 [2023-02-04T10:38:29.795Z] [2023-02-04T10:38:29.795Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-04T10:38:29.795Z] [2023-02-04T10:38:29.795Z] [2023-02-04T10:38:29.795Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-04T10:38:29.795Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-04T10:38:29.795Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-04T10:38:29.807Z] $ docker stop --time=1 764222dd23bac108a342178dc0d806e6627995c22edd6dcdf9bd071cdd299b7c [2023-02-04T10:38:37.455Z] $ docker rm -f --volumes 764222dd23bac108a342178dc0d806e6627995c22edd6dcdf9bd071cdd299b7c [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-04T10:38:38.216Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:38:38.232Z] provisioning config files... [2023-02-04T10:38:38.238Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13865500203040917077tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:38:38.534Z] --> edgex-publish-swagger.sh [2023-02-04T10:38:38.534Z] === Publish openapi/v3 API === [2023-02-04T10:38:38.534Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-04T10:38:38.534Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-04T10:38:38.534Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-04T10:38:38.534Z] Dload Upload Total Spent Left Speed [2023-02-04T10:38:39.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47094 0 0 100 47094 0 73127 --:--:-- --:--:-- --:--:-- 73013 100 47094 0 0 100 47094 0 73127 --:--:-- --:--:-- --:--:-- 73013 [2023-02-04T10:38:39.104Z] [2023-02-04T10:38:39.104Z] [Pipeline] } [2023-02-04T10:38:39.113Z] 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-04T10:38:39.512Z] + git log --format=format:%s -1 1acc2ef1c1fa5446d2eac6cbaedb918f3ccab223 [Pipeline] sh [2023-02-04T10:38:39.801Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:38:39.801Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:38:40.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:38:40.098Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:38:40.163Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:38:40.195Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:38:40.692Z] $ docker top 6317671a0f7da319753503b99c228122d77b38d42d3f459e58075d589fd1b0de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:38:40.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:38:40.778Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:38:40.884Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:38:40.888Z] $ docker exec 6317671a0f7da319753503b99c228122d77b38d42d3f459e58075d589fd1b0de ssh-agent [2023-02-04T10:38:40.998Z] SSH_AUTH_SOCK=/tmp/ssh-MofcygkFSZsk/agent.32 [2023-02-04T10:38:40.998Z] SSH_AGENT_PID=38 [2023-02-04T10:38:41.004Z] Running ssh-add (command line suppressed) [2023-02-04T10:38:41.106Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8008148837692857175.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8008148837692857175.key) [2023-02-04T10:38:41.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:38:41.408Z] + git semver tag [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,589 [run_tag] DEBUG tag force:False [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,589 [check_head_tag] DEBUG check head tag [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,592 [execute] INFO git cat-file --batch-check [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,593 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,596 [execute] INFO git cat-file --batch [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,596 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,621 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,621 [execute] INFO git tag -a v3.0.0-dev.18 -m v3.0.0-dev.18 [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,621 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.18', '-m', 'v3.0.0-dev.18'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-04T10:38:41.667Z] 2023-02-04 10:38:41,624 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:38:41.667Z] 3.0.0-dev.18 [Pipeline] } [2023-02-04T10:38:41.679Z] $ docker exec --env ******** --env ******** 6317671a0f7da319753503b99c228122d77b38d42d3f459e58075d589fd1b0de ssh-agent -k [2023-02-04T10:38:41.776Z] unset SSH_AUTH_SOCK; [2023-02-04T10:38:41.777Z] unset SSH_AGENT_PID; [2023-02-04T10:38:41.777Z] echo Agent pid 38 killed; [2023-02-04T10:38:41.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:38:42.087Z] + git semver [Pipeline] } [2023-02-04T10:38:42.358Z] $ docker stop --time=1 6317671a0f7da319753503b99c228122d77b38d42d3f459e58075d589fd1b0de [2023-02-04T10:38:43.615Z] $ docker rm -f --volumes 6317671a0f7da319753503b99c228122d77b38d42d3f459e58075d589fd1b0de [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:38:43.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-04T10:38:43.999Z] [2023-02-04T10:38:43.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:38:44.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-04T10:38:44.298Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-04T10:38:44.298Z] ab5ef0e58194: Pulling fs layer [2023-02-04T10:38:44.298Z] 9712f1f96733: Pulling fs layer [2023-02-04T10:38:44.298Z] 63f879dbbcfc: Pulling fs layer [2023-02-04T10:38:44.298Z] 0d9ebad4ef96: Pulling fs layer [2023-02-04T10:38:44.298Z] e9a5061849ea: Pulling fs layer [2023-02-04T10:38:44.298Z] d747dcd14b5f: Pulling fs layer [2023-02-04T10:38:44.298Z] 2de7ff778b66: Pulling fs layer [2023-02-04T10:38:44.298Z] 2de7ff778b66: Waiting [2023-02-04T10:38:44.298Z] e9a5061849ea: Waiting [2023-02-04T10:38:44.298Z] 0d9ebad4ef96: Waiting [2023-02-04T10:38:44.298Z] d747dcd14b5f: Waiting [2023-02-04T10:38:44.298Z] 9712f1f96733: Verifying Checksum [2023-02-04T10:38:44.298Z] 9712f1f96733: Download complete [2023-02-04T10:38:46.991Z] 63f879dbbcfc: Verifying Checksum [2023-02-04T10:38:46.991Z] 63f879dbbcfc: Download complete [2023-02-04T10:38:47.274Z] ab5ef0e58194: Download complete [2023-02-04T10:38:47.274Z] e9a5061849ea: Verifying Checksum [2023-02-04T10:38:47.274Z] e9a5061849ea: Download complete [2023-02-04T10:38:47.274Z] d747dcd14b5f: Verifying Checksum [2023-02-04T10:38:47.274Z] d747dcd14b5f: Download complete [2023-02-04T10:38:47.274Z] 0d9ebad4ef96: Verifying Checksum [2023-02-04T10:38:47.274Z] 0d9ebad4ef96: Download complete [2023-02-04T10:38:47.532Z] 2de7ff778b66: Verifying Checksum [2023-02-04T10:38:47.532Z] 2de7ff778b66: Download complete [2023-02-04T10:38:50.066Z] ab5ef0e58194: Pull complete [2023-02-04T10:38:50.066Z] 9712f1f96733: Pull complete [2023-02-04T10:38:50.324Z] 63f879dbbcfc: Pull complete [2023-02-04T10:38:54.600Z] 0d9ebad4ef96: Pull complete [2023-02-04T10:38:54.600Z] e9a5061849ea: Pull complete [2023-02-04T10:38:54.600Z] d747dcd14b5f: Pull complete [2023-02-04T10:38:55.168Z] 2de7ff778b66: Pull complete [2023-02-04T10:38:55.168Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-04T10:38:55.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-04T10:38:55.168Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:38:55.246Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:38:55.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-04T10:39:04.081Z] $ docker top 4fdcd11659b8dce0d3ed6803371a7073d73dc3bc1690dbe60fd982670038b2f0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:39:04.153Z] provisioning config files... [2023-02-04T10:39:04.164Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5852064161454692850tmp [2023-02-04T10:39:04.185Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4437466241922551968tmp [2023-02-04T10:39:04.201Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config403511204436209789tmp [Pipeline] { [Pipeline] echo [2023-02-04T10:39:04.223Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:04.515Z] ---> sigul-configuration.sh [2023-02-04T10:39:04.515Z] gpg: directory `/root/.gnupg' created [2023-02-04T10:39:04.515Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-04T10:39:04.515Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-04T10:39:04.515Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-04T10:39:04.515Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-04T10:39:04.515Z] gpg: CAST5 encrypted data [2023-02-04T10:39:04.515Z] gpg: encrypted with 1 passphrase [2023-02-04T10:39:04.515Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-04T10:39:04.808Z] + mkdir /home/jenkins [2023-02-04T10:39:04.808Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-04T10:39:05.092Z] + 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-04T10:39:05.100Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:05.384Z] ---> sigul-install.sh [2023-02-04T10:39:05.384Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-04T10:39:05.667Z] + git tag --list [2023-02-04T10:39:05.667Z] 0.7.1 [2023-02-04T10:39:05.667Z] delhi-tag [2023-02-04T10:39:05.667Z] v1.0.0 [2023-02-04T10:39:05.667Z] v1.1.0 [2023-02-04T10:39:05.667Z] v1.1.1 [2023-02-04T10:39:05.667Z] v1.1.2 [2023-02-04T10:39:05.667Z] v1.2.0 [2023-02-04T10:39:05.667Z] v1.2.1 [2023-02-04T10:39:05.667Z] v1.2.2 [2023-02-04T10:39:05.667Z] v1.2.3 [2023-02-04T10:39:05.667Z] v1.3.0 [2023-02-04T10:39:05.667Z] v1.4.0 [2023-02-04T10:39:05.667Z] v2.0.0 [2023-02-04T10:39:05.667Z] v2.1.0 [2023-02-04T10:39:05.667Z] v2.1.1 [2023-02-04T10:39:05.667Z] v2.1.1-dev.2 [2023-02-04T10:39:05.667Z] v2.1.1-dev.3 [2023-02-04T10:39:05.667Z] v2.2.0 [2023-02-04T10:39:05.667Z] v2.2.1-dev.1 [2023-02-04T10:39:05.667Z] v2.2.1-dev.10 [2023-02-04T10:39:05.667Z] v2.2.1-dev.11 [2023-02-04T10:39:05.667Z] v2.2.1-dev.12 [2023-02-04T10:39:05.667Z] v2.2.1-dev.13 [2023-02-04T10:39:05.667Z] v2.2.1-dev.14 [2023-02-04T10:39:05.667Z] v2.2.1-dev.2 [2023-02-04T10:39:05.667Z] v2.2.1-dev.3 [2023-02-04T10:39:05.667Z] v2.2.1-dev.4 [2023-02-04T10:39:05.667Z] v2.2.1-dev.5 [2023-02-04T10:39:05.667Z] v2.2.1-dev.6 [2023-02-04T10:39:05.667Z] v2.2.1-dev.7 [2023-02-04T10:39:05.667Z] v2.2.1-dev.8 [2023-02-04T10:39:05.667Z] v2.2.1-dev.9 [2023-02-04T10:39:05.667Z] v2.3.0 [2023-02-04T10:39:05.667Z] v2.3.0-dev.14 [2023-02-04T10:39:05.667Z] v2.3.0-dev.15 [2023-02-04T10:39:05.667Z] v2.3.0-dev.16 [2023-02-04T10:39:05.667Z] v2.3.0-dev.17 [2023-02-04T10:39:05.667Z] v2.3.0-dev.18 [2023-02-04T10:39:05.667Z] v2.3.0-dev.19 [2023-02-04T10:39:05.667Z] v2.3.0-dev.20 [2023-02-04T10:39:05.667Z] v2.3.0-dev.21 [2023-02-04T10:39:05.667Z] v2.3.0-dev.22 [2023-02-04T10:39:05.667Z] v2.3.0-dev.23 [2023-02-04T10:39:05.667Z] v2.3.0-dev.24 [2023-02-04T10:39:05.667Z] v2.3.0-dev.25 [2023-02-04T10:39:05.667Z] v2.3.0-dev.26 [2023-02-04T10:39:05.667Z] v2.3.0-dev.27 [2023-02-04T10:39:05.667Z] v2.3.0-dev.28 [2023-02-04T10:39:05.667Z] v2.3.0-dev.29 [2023-02-04T10:39:05.667Z] v2.3.0-dev.30 [2023-02-04T10:39:05.667Z] v2.3.0-dev.31 [2023-02-04T10:39:05.667Z] v2.3.0-dev.32 [2023-02-04T10:39:05.667Z] v2.3.0-dev.33 [2023-02-04T10:39:05.667Z] v2.3.0-dev.34 [2023-02-04T10:39:05.667Z] v2.3.0-dev.35 [2023-02-04T10:39:05.667Z] v2.3.0-dev.36 [2023-02-04T10:39:05.667Z] v2.3.0-dev.37 [2023-02-04T10:39:05.667Z] v2.3.0-dev.38 [2023-02-04T10:39:05.667Z] v2.3.0-dev.39 [2023-02-04T10:39:05.667Z] v2.3.0-dev.40 [2023-02-04T10:39:05.667Z] v2.3.0-dev.41 [2023-02-04T10:39:05.667Z] v2.3.0-dev.42 [2023-02-04T10:39:05.667Z] v2.3.0-dev.43 [2023-02-04T10:39:05.667Z] v2.3.0-dev.44 [2023-02-04T10:39:05.667Z] v2.3.0-dev.45 [2023-02-04T10:39:05.667Z] v2.3.0-dev.46 [2023-02-04T10:39:05.667Z] v2.3.0-dev.47 [2023-02-04T10:39:05.667Z] v2.3.0-dev.48 [2023-02-04T10:39:05.667Z] v2.3.0-dev.49 [2023-02-04T10:39:05.667Z] v2.3.0-dev.50 [2023-02-04T10:39:05.667Z] v2.3.0-dev.51 [2023-02-04T10:39:05.667Z] v2.3.1-dev.1 [2023-02-04T10:39:05.668Z] v2.3.1-dev.2 [2023-02-04T10:39:05.668Z] v3.0.0-dev.1 [2023-02-04T10:39:05.668Z] v3.0.0-dev.10 [2023-02-04T10:39:05.668Z] v3.0.0-dev.11 [2023-02-04T10:39:05.668Z] v3.0.0-dev.12 [2023-02-04T10:39:05.668Z] v3.0.0-dev.13 [2023-02-04T10:39:05.668Z] v3.0.0-dev.14 [2023-02-04T10:39:05.668Z] v3.0.0-dev.15 [2023-02-04T10:39:05.668Z] v3.0.0-dev.16 [2023-02-04T10:39:05.668Z] v3.0.0-dev.17 [2023-02-04T10:39:05.668Z] v3.0.0-dev.18 [2023-02-04T10:39:05.668Z] v3.0.0-dev.2 [2023-02-04T10:39:05.668Z] v3.0.0-dev.3 [2023-02-04T10:39:05.668Z] v3.0.0-dev.4 [2023-02-04T10:39:05.668Z] v3.0.0-dev.5 [2023-02-04T10:39:05.668Z] v3.0.0-dev.6 [2023-02-04T10:39:05.668Z] v3.0.0-dev.7 [2023-02-04T10:39:05.668Z] v3.0.0-dev.8 [2023-02-04T10:39:05.668Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-04T10:39:05.950Z] + lftools sign git-tag v3.0.0-dev.18 [2023-02-04T10:39:06.518Z] Signing Git tag with Sigul... [2023-02-04T10:39:06.518Z] Signing v3.0.0-dev.18 [Pipeline] echo [2023-02-04T10:39:06.786Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:07.067Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-04T10:39:07.074Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-04T10:39:07.094Z] $ docker stop --time=1 4fdcd11659b8dce0d3ed6803371a7073d73dc3bc1690dbe60fd982670038b2f0 [2023-02-04T10:39:08.374Z] $ docker rm -f --volumes 4fdcd11659b8dce0d3ed6803371a7073d73dc3bc1690dbe60fd982670038b2f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-04T10:39:08.781Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:39:08.781Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:39:09.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:39:09.075Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:39:09.140Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:39:09.170Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:39:09.522Z] $ docker top d98f561a21ea881ea3434f02610a996a3f2c94761102354d1519cb0d70d7fe58 -eo pid,comm [2023-02-04T10:39:09.565Z] 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-04T10:39:09.565Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:39:09.607Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:39:09.607Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:39:09.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:39:09.709Z] $ docker exec d98f561a21ea881ea3434f02610a996a3f2c94761102354d1519cb0d70d7fe58 ssh-agent [2023-02-04T10:39:09.805Z] SSH_AUTH_SOCK=/tmp/ssh-tWeHI5znXxYv/agent.31 [2023-02-04T10:39:09.805Z] SSH_AGENT_PID=37 [2023-02-04T10:39:09.810Z] Running ssh-add (command line suppressed) [2023-02-04T10:39:09.910Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3529673362884113755.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3529673362884113755.key) [2023-02-04T10:39:09.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:39:10.215Z] + git semver bump pre [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,386 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,386 [bump_version] DEBUG bumping version:3.0.0-dev.18 on axis:pre with prefix:dev [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,386 [bump_version] DEBUG bumped version:3.0.0-dev.19 [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,386 [write_version] DEBUG write version:3.0.0-dev.19 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,387 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,387 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,389 [execute] INFO git cat-file --batch-check [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,389 [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-04T10:39:10.473Z] 2023-02-04 10:39:10,393 [execute] INFO git cat-file --batch [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,393 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-04T10:39:10.473Z] 2023-02-04 10:39:10,398 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:39:10.473Z] 3.0.0-dev.19 [Pipeline] } [2023-02-04T10:39:10.484Z] $ docker exec --env ******** --env ******** d98f561a21ea881ea3434f02610a996a3f2c94761102354d1519cb0d70d7fe58 ssh-agent -k [2023-02-04T10:39:10.577Z] unset SSH_AUTH_SOCK; [2023-02-04T10:39:10.577Z] unset SSH_AGENT_PID; [2023-02-04T10:39:10.577Z] echo Agent pid 37 killed; [2023-02-04T10:39:10.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:39:10.894Z] + git semver [Pipeline] } [2023-02-04T10:39:11.167Z] $ docker stop --time=1 d98f561a21ea881ea3434f02610a996a3f2c94761102354d1519cb0d70d7fe58 [2023-02-04T10:39:12.740Z] $ docker rm -f --volumes d98f561a21ea881ea3434f02610a996a3f2c94761102354d1519cb0d70d7fe58 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-04T10:39:13.166Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:39:13.166Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:39:13.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:39:13.471Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:39:13.547Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:39:13.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:39:13.945Z] $ docker top a7470a58c4f912ec6577590435cffb5fd460031ab5f5e6f571fb4e536a715cc4 -eo pid,comm [2023-02-04T10:39:13.984Z] 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-04T10:39:13.984Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:39:14.021Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:39:14.021Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:39:14.131Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:39:14.134Z] $ docker exec a7470a58c4f912ec6577590435cffb5fd460031ab5f5e6f571fb4e536a715cc4 ssh-agent [2023-02-04T10:39:14.234Z] SSH_AUTH_SOCK=/tmp/ssh-EqdHc5edCBZ3/agent.32 [2023-02-04T10:39:14.234Z] SSH_AGENT_PID=39 [2023-02-04T10:39:14.240Z] Running ssh-add (command line suppressed) [2023-02-04T10:39:14.342Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15790492754366943706.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15790492754366943706.key) [2023-02-04T10:39:14.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:39:14.638Z] + git semver push [2023-02-04T10:39:14.897Z] 2023-02-04 10:39:14,831 [run_push] DEBUG push [2023-02-04T10:39:14.897Z] 2023-02-04 10:39:14,831 [execute] INFO git cat-file --batch-check [2023-02-04T10:39:14.897Z] 2023-02-04 10:39:14,831 [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-04T10:39:14.897Z] 2023-02-04 10:39:14,835 [execute] INFO git rev-list cf25aff5e0695ea2eb9c06d34f88055853f8effe -- [2023-02-04T10:39:14.897Z] 2023-02-04 10:39:14,835 [execute] DEBUG Popen(['git', 'rev-list', 'cf25aff5e0695ea2eb9c06d34f88055853f8effe', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-04T10:39:14.897Z] 2023-02-04 10:39:14,846 [execute] INFO git fetch -v origin [2023-02-04T10:39:14.897Z] 2023-02-04 10:39:14,846 [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-04T10:39:15.464Z] 2023-02-04 10:39:15,356 [run_push] DEBUG no remote changes detected [2023-02-04T10:39:15.464Z] 2023-02-04 10:39:15,356 [execute] INFO git push origin semver [2023-02-04T10:39:15.464Z] 2023-02-04 10:39:15,356 [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-04T10:39:16.400Z] 2023-02-04 10:39:16,166 [run_push] DEBUG push all version tags [2023-02-04T10:39:16.400Z] 2023-02-04 10:39:16,166 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-04T10:39:16.400Z] 2023-02-04 10:39:16,166 [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-04T10:39:16.968Z] 2023-02-04 10:39:16,951 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:39:16.968Z] 3.0.0-dev.19 [Pipeline] } [2023-02-04T10:39:17.238Z] $ docker exec --env ******** --env ******** a7470a58c4f912ec6577590435cffb5fd460031ab5f5e6f571fb4e536a715cc4 ssh-agent -k [2023-02-04T10:39:17.319Z] unset SSH_AUTH_SOCK; [2023-02-04T10:39:17.319Z] unset SSH_AGENT_PID; [2023-02-04T10:39:17.319Z] echo Agent pid 39 killed; [2023-02-04T10:39:17.329Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:39:17.626Z] + git semver [Pipeline] } [2023-02-04T10:39:17.902Z] $ docker stop --time=1 a7470a58c4f912ec6577590435cffb5fd460031ab5f5e6f571fb4e536a715cc4 [2023-02-04T10:39:19.351Z] $ docker rm -f --volumes a7470a58c4f912ec6577590435cffb5fd460031ab5f5e6f571fb4e536a715cc4 [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-04T10:39:19.962Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-04T10:39:19.962Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-04T10:39:19.962Z] total 16 [2023-02-04T10:39:19.962Z] drwxr-xr-x 3 root root 4096 Feb 4 10:29 . [2023-02-04T10:39:19.962Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 4 10:39 .. [2023-02-04T10:39:19.962Z] drwxr-xr-x 2 root root 4096 Feb 4 10:29 cost [2023-02-04T10:39:19.962Z] -rw-r--r-- 1 root root 85 Feb 4 10:29 cost.csv [2023-02-04T10:39:19.962Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-04T10:39:19.962Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-04T10:39:19.962Z] total 16 [2023-02-04T10:39:19.962Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 4 10:29 . [2023-02-04T10:39:19.962Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 4 10:39 .. [2023-02-04T10:39:19.962Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 4 10:29 cost [2023-02-04T10:39:19.962Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 4 10:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:20.253Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:21.109Z] ---> package-listing.sh [2023-02-04T10:39:21.109Z] ++ facter osfamily [2023-02-04T10:39:21.109Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-04T10:39:21.367Z] + OS_FAMILY=debian [2023-02-04T10:39:21.367Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-04T10:39:21.367Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-04T10:39:21.367Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-04T10:39:21.367Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-04T10:39:21.367Z] + PACKAGES=/tmp/packages_start.txt [2023-02-04T10:39:21.367Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-04T10:39:21.367Z] + PACKAGES=/tmp/packages_end.txt [2023-02-04T10:39:21.367Z] + case "${OS_FAMILY}" in [2023-02-04T10:39:21.367Z] + dpkg -l [2023-02-04T10:39:21.367Z] + grep '^ii' [2023-02-04T10:39:21.367Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-04T10:39:21.367Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-04T10:39:21.367Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-04T10:39:21.367Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-04T10:39:21.367Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-04T10:39:21.367Z] + 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-04T10:39:21.378Z] 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-04T10:39:21.654Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:39:22.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:39:22.207Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:39:22.273Z] prd-ubuntu20.04-docker-8c-8g-4523 does not seem to be running inside a container [2023-02-04T10:39:22.383Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-04T10:39:22.638Z] $ docker top bdbf0d1e53d05128d0b9aaa08a826f179fed9e5b95dd99651afbba1a28f0812c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:39:22.996Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-04T10:39:23.301Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-04T10:39:23.587Z] + ls /var/log/sa-host [2023-02-04T10:39:23.587Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:39:23.744Z] provisioning config files... [2023-02-04T10:39:23.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12543269062565439681tmp [Pipeline] { [Pipeline] echo [2023-02-04T10:39:23.765Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:24.045Z] ---> create-netrc.sh [Pipeline] } [2023-02-04T10:39:24.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:24.373Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-04T10:39:24.382Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:24.669Z] ---> sudo-logs.sh [2023-02-04T10:39:24.669Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-04T10:39:24.696Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:24.980Z] ---> job-cost.sh [2023-02-04T10:39:24.980Z] lf-activate-venv: SKIPPING [2023-02-04T10:39:24.980Z] DEBUG: total: 0.2199999988079071 [2023-02-04T10:39:24.980Z] INFO: Retrieving Stack Cost... [2023-02-04T10:39:25.549Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-04T10:39:25.809Z] INFO: Archiving Costs [Pipeline] echo [2023-02-04T10:39:25.822Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:39:26.111Z] ---> logs-deploy.sh [2023-02-04T10:39:26.111Z] lf-activate-venv: SKIPPING [2023-02-04T10:39:26.111Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/148 [2023-02-04T10:39:26.111Z] INFO: archiving workspace using pattern(s): [2023-02-04T10:39:27.048Z] Archives upload complete. [2023-02-04T10:39:27.048Z] INFO: archiving logs to Nexus