Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 93a0268657819106988a1ad83ac56bb06d25ff7d 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-ssh18168506656178859103.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-ssh11731733961494174530.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-ssh3224313496281536258.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-ssh18302345450645522275.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-ssh5851574403132092279.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4688 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 93a0268657819106988a1ad83ac56bb06d25ff7d (main) Commit message: "feat: Add resource, command, and device tags to reading/event (#1297)" > git config core.sparsecheckout # timeout=10 > git checkout -f 93a0268657819106988a1ad83ac56bb06d25ff7d # timeout=10 > git rev-list --no-walk 3773e8a09c42b3e5a0abcc52fe8487ac954c24c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-06T16:21:53.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-06T16:21:53.411Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-06T16:21:53.424Z] ========================================================= [2023-02-06T16:21:53.424Z] EdgeX Global Pipelines Version Info [2023-02-06T16:21:53.424Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:21:54.518Z] ------------------- [2023-02-06T16:21:54.518Z] stable info: [2023-02-06T16:21:54.518Z] ------------------- [2023-02-06T16:21:54.518Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-06T16:21:54.518Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T16:21:54.518Z] Message: update stable to v1.0.244 [2023-02-06T16:21:55.088Z] ------------------- [2023-02-06T16:21:55.088Z] experimental info: [2023-02-06T16:21:55.088Z] ------------------- [2023-02-06T16:21:55.088Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-06T16:21:55.088Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T16:21:55.088Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-06T16:21:55.261Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-06T16:21:55.272Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-06T16:21:55.282Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-06T16:21:55.293Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-06T16:21:55.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-06T16:21:55.316Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-06T16:21:55.330Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-06T16:21:55.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-06T16:21:55.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-06T16:21:55.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-06T16:21:55.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-06T16:21:55.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-06T16:21:55.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-06T16:21:55.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-06T16:21:55.433Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-06T16:21:55.445Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T16:21:55.456Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T16:21:55.475Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-06T16:21:55.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-06T16:21:55.501Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-06T16:21:55.513Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-06T16:21:55.533Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-06T16:21:55.551Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-06T16:21:55.561Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-06T16:21:55.576Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-06T16:21:55.586Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-06T16:21:55.598Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-06T16:21:55.610Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-06T16:21:55.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-06T16:21:55.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-06T16:21:55.645Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93a0268657819106988a1ad83ac56bb06d25ff7d [Pipeline] echo [2023-02-06T16:21:55.659Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93a0268 [Pipeline] echo [2023-02-06T16:21:55.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T16:21:55.714Z] provisioning config files... [2023-02-06T16:21:55.726Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9744226662721238201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:21:56.028Z] ---> docker-login.sh [2023-02-06T16:21:56.028Z] nexus3.edgexfoundry.org:10001 [2023-02-06T16:21:56.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:21:56.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:21:56.549Z] Configure a credential helper to remove this warning. See [2023-02-06T16:21:56.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:21:56.549Z] [2023-02-06T16:21:56.549Z] Login Succeeded [2023-02-06T16:21:56.549Z] nexus3.edgexfoundry.org:10002 [2023-02-06T16:21:56.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:21:56.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:21:56.549Z] Configure a credential helper to remove this warning. See [2023-02-06T16:21:56.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:21:56.549Z] [2023-02-06T16:21:56.549Z] Login Succeeded [2023-02-06T16:21:56.549Z] nexus3.edgexfoundry.org:10003 [2023-02-06T16:21:56.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:21:56.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:21:56.809Z] Configure a credential helper to remove this warning. See [2023-02-06T16:21:56.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:21:56.809Z] [2023-02-06T16:21:56.809Z] Login Succeeded [2023-02-06T16:21:56.809Z] nexus3.edgexfoundry.org:10004 [2023-02-06T16:21:56.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:21:56.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:21:56.809Z] Configure a credential helper to remove this warning. See [2023-02-06T16:21:56.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:21:56.809Z] [2023-02-06T16:21:56.809Z] Login Succeeded [2023-02-06T16:21:56.809Z] docker.io [2023-02-06T16:21:56.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:21:57.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:21:57.379Z] Configure a credential helper to remove this warning. See [2023-02-06T16:21:57.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:21:57.379Z] [2023-02-06T16:21:57.379Z] Login Succeeded [2023-02-06T16:21:57.379Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T16:21:57.387Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-06T16:21:57.736Z] + git rev-list -1 --merges 93a0268657819106988a1ad83ac56bb06d25ff7d~1..93a0268657819106988a1ad83ac56bb06d25ff7d [Pipeline] echo [2023-02-06T16:21:57.782Z] -----------> git rev-list -1 --merges 93a0268657819106988a1ad83ac56bb06d25ff7d~1..93a0268657819106988a1ad83ac56bb06d25ff7d 93a0268657819106988a1ad83ac56bb06d25ff7d [false] [Pipeline] sh [2023-02-06T16:21:58.067Z] + git log --format=format:%s -1 93a0268657819106988a1ad83ac56bb06d25ff7d [Pipeline] echo [2023-02-06T16:21:58.078Z] ========================================================= [2023-02-06T16:21:58.078Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-06T16:21:58.078Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T16:21:58.399Z] + git log --format=format:%s -1 93a0268657819106988a1ad83ac56bb06d25ff7d [Pipeline] echo [2023-02-06T16:21:58.409Z] [semverPrep] GIT_COMMIT: 93a0268657819106988a1ad83ac56bb06d25ff7d, Commit Message: feat: Add resource, command, and device tags to reading/event (#1297) [Pipeline] echo [2023-02-06T16:21:58.417Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-06T16:21:58.770Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T16:21:58.770Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-06T16:21:58.770Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-06T16:21:58.770Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-06T16:21:58.770Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2023-02-06T16:21:58.770Z] tee -a /etc/ssh/ssh_known_hosts [2023-02-06T16:21:58.770Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:21:59.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T16:21:59.173Z] [2023-02-06T16:21:59.173Z] 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-06T16:21:59.486Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T16:21:59.749Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-06T16:21:59.749Z] b85a868b505f: Pulling fs layer [2023-02-06T16:21:59.749Z] e2be974225ed: Pulling fs layer [2023-02-06T16:21:59.749Z] 339a4e72a1f5: Pulling fs layer [2023-02-06T16:21:59.749Z] 988bab9f4d93: Pulling fs layer [2023-02-06T16:21:59.749Z] 1469e6f7b9e6: Pulling fs layer [2023-02-06T16:21:59.749Z] eaf3925da568: Pulling fs layer [2023-02-06T16:21:59.749Z] bab4dde63d76: Pulling fs layer [2023-02-06T16:21:59.749Z] bde34c3a00c8: Pulling fs layer [2023-02-06T16:21:59.749Z] b352a97aabf1: Pulling fs layer [2023-02-06T16:21:59.749Z] 4872d77fe225: Pulling fs layer [2023-02-06T16:21:59.749Z] 5851b861e8e6: Pulling fs layer [2023-02-06T16:21:59.749Z] 988bab9f4d93: Waiting [2023-02-06T16:21:59.749Z] 1469e6f7b9e6: Waiting [2023-02-06T16:21:59.749Z] eaf3925da568: Waiting [2023-02-06T16:21:59.749Z] bab4dde63d76: Waiting [2023-02-06T16:21:59.749Z] 4872d77fe225: Waiting [2023-02-06T16:21:59.749Z] 5851b861e8e6: Waiting [2023-02-06T16:21:59.749Z] b352a97aabf1: Waiting [2023-02-06T16:21:59.749Z] bde34c3a00c8: Waiting [2023-02-06T16:21:59.749Z] e2be974225ed: Download complete [2023-02-06T16:21:59.749Z] 988bab9f4d93: Verifying Checksum [2023-02-06T16:21:59.749Z] 988bab9f4d93: Download complete [2023-02-06T16:22:00.014Z] 339a4e72a1f5: Verifying Checksum [2023-02-06T16:22:00.014Z] 339a4e72a1f5: Download complete [2023-02-06T16:22:00.014Z] eaf3925da568: Download complete [2023-02-06T16:22:00.284Z] 1469e6f7b9e6: Verifying Checksum [2023-02-06T16:22:00.284Z] 1469e6f7b9e6: Download complete [2023-02-06T16:22:00.284Z] bde34c3a00c8: Verifying Checksum [2023-02-06T16:22:00.284Z] bde34c3a00c8: Download complete [2023-02-06T16:22:00.284Z] b352a97aabf1: Verifying Checksum [2023-02-06T16:22:00.284Z] b352a97aabf1: Download complete [2023-02-06T16:22:00.284Z] 4872d77fe225: Verifying Checksum [2023-02-06T16:22:00.284Z] 4872d77fe225: Download complete [2023-02-06T16:22:00.284Z] 5851b861e8e6: Download complete [2023-02-06T16:22:00.553Z] b85a868b505f: Verifying Checksum [2023-02-06T16:22:00.553Z] b85a868b505f: Download complete [2023-02-06T16:22:00.812Z] bab4dde63d76: Verifying Checksum [2023-02-06T16:22:00.812Z] bab4dde63d76: Download complete [2023-02-06T16:22:02.190Z] b85a868b505f: Pull complete [2023-02-06T16:22:02.190Z] e2be974225ed: Pull complete [2023-02-06T16:22:03.136Z] 339a4e72a1f5: Pull complete [2023-02-06T16:22:03.397Z] 988bab9f4d93: Pull complete [2023-02-06T16:22:03.977Z] 1469e6f7b9e6: Pull complete [2023-02-06T16:22:03.977Z] eaf3925da568: Pull complete [2023-02-06T16:22:05.882Z] bab4dde63d76: Pull complete [2023-02-06T16:22:05.882Z] bde34c3a00c8: Pull complete [2023-02-06T16:22:06.142Z] b352a97aabf1: Pull complete [2023-02-06T16:22:06.142Z] 4872d77fe225: Pull complete [2023-02-06T16:22:06.142Z] 5851b861e8e6: Pull complete [2023-02-06T16:22:06.142Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-06T16:22:06.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T16:22:06.142Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:22:06.237Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:22:06.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T16:22:10.374Z] $ docker top 7501f7b3bb333c4efb2b92ae1064143a05df8209ae48272230349728be7da2fc -eo pid,comm [2023-02-06T16:22:10.436Z] 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-06T16:22:10.436Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T16:22:10.473Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T16:22:10.473Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T16:22:10.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T16:22:10.592Z] $ docker exec 7501f7b3bb333c4efb2b92ae1064143a05df8209ae48272230349728be7da2fc ssh-agent [2023-02-06T16:22:10.698Z] SSH_AUTH_SOCK=/tmp/ssh-dxstvPNfyyhL/agent.32 [2023-02-06T16:22:10.698Z] SSH_AGENT_PID=38 [2023-02-06T16:22:10.705Z] Running ssh-add (command line suppressed) [2023-02-06T16:22:10.830Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14610979641572349350.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14610979641572349350.key) [2023-02-06T16:22:10.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T16:22:11.134Z] + git tag --points-at HEAD [Pipeline] } [2023-02-06T16:22:11.148Z] $ docker exec --env ******** --env ******** 7501f7b3bb333c4efb2b92ae1064143a05df8209ae48272230349728be7da2fc ssh-agent -k [2023-02-06T16:22:11.252Z] unset SSH_AUTH_SOCK; [2023-02-06T16:22:11.253Z] unset SSH_AGENT_PID; [2023-02-06T16:22:11.253Z] echo Agent pid 38 killed; [2023-02-06T16:22:11.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-06T16:22:11.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T16:22:11.290Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T16:22:11.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T16:22:11.405Z] $ docker exec 7501f7b3bb333c4efb2b92ae1064143a05df8209ae48272230349728be7da2fc ssh-agent [2023-02-06T16:22:11.534Z] SSH_AUTH_SOCK=/tmp/ssh-VDKLIW4GR2xT/agent.70 [2023-02-06T16:22:11.534Z] SSH_AGENT_PID=76 [2023-02-06T16:22:11.540Z] Running ssh-add (command line suppressed) [2023-02-06T16:22:11.640Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3689709671751856621.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3689709671751856621.key) [2023-02-06T16:22:11.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T16:22:11.945Z] + git semver init [2023-02-06T16:22:12.203Z] 2023-02-06 16:22:12,168 [run_init] DEBUG init version:0.0.0 force:False [2023-02-06T16:22:12.203Z] 2023-02-06 16:22:12,169 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-06T16:22:12.203Z] 2023-02-06 16:22:12,169 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-06T16:22:12.203Z] 2023-02-06 16:22:12,170 [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-06T16:22:13.593Z] 2023-02-06 16:22:13,580 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-06T16:22:13.593Z] 2023-02-06 16:22:13,581 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-06T16:22:13.593Z] 2023-02-06 16:22:13,581 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:22:13.593Z] 2023-02-06 16:22:13,581 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:22:13.593Z] 3.0.0-dev.20 [Pipeline] } [2023-02-06T16:22:13.862Z] $ docker exec --env ******** --env ******** 7501f7b3bb333c4efb2b92ae1064143a05df8209ae48272230349728be7da2fc ssh-agent -k [2023-02-06T16:22:13.951Z] unset SSH_AUTH_SOCK; [2023-02-06T16:22:13.951Z] unset SSH_AGENT_PID; [2023-02-06T16:22:13.951Z] echo Agent pid 76 killed; [2023-02-06T16:22:13.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T16:22:14.276Z] + git semver [Pipeline] } [2023-02-06T16:22:14.548Z] $ docker stop --time=1 7501f7b3bb333c4efb2b92ae1064143a05df8209ae48272230349728be7da2fc [2023-02-06T16:22:15.814Z] $ docker rm -f --volumes 7501f7b3bb333c4efb2b92ae1064143a05df8209ae48272230349728be7da2fc [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T16:22:16.210Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-06T16:22:16.445Z] Stashed 1 file(s) [Pipeline] echo [2023-02-06T16:22:16.449Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.20 [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-06T16:22:16.554Z] provisioning config files... [2023-02-06T16:22:16.563Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17899672405433209799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:22:16.861Z] ---> docker-login.sh [2023-02-06T16:22:16.861Z] nexus3.edgexfoundry.org:10001 [2023-02-06T16:22:16.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:22:16.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:22:16.861Z] Configure a credential helper to remove this warning. See [2023-02-06T16:22:16.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:22:16.861Z] [2023-02-06T16:22:16.861Z] Login Succeeded [2023-02-06T16:22:16.861Z] nexus3.edgexfoundry.org:10002 [2023-02-06T16:22:16.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:22:16.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:22:16.861Z] Configure a credential helper to remove this warning. See [2023-02-06T16:22:16.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:22:16.861Z] [2023-02-06T16:22:16.861Z] Login Succeeded [2023-02-06T16:22:16.861Z] nexus3.edgexfoundry.org:10003 [2023-02-06T16:22:17.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:22:17.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:22:17.120Z] Configure a credential helper to remove this warning. See [2023-02-06T16:22:17.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:22:17.120Z] [2023-02-06T16:22:17.120Z] Login Succeeded [2023-02-06T16:22:17.120Z] nexus3.edgexfoundry.org:10004 [2023-02-06T16:22:17.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:22:17.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:22:17.120Z] Configure a credential helper to remove this warning. See [2023-02-06T16:22:17.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:22:17.120Z] [2023-02-06T16:22:17.120Z] Login Succeeded [2023-02-06T16:22:17.120Z] docker.io [2023-02-06T16:22:17.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:22:17.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:22:17.380Z] Configure a credential helper to remove this warning. See [2023-02-06T16:22:17.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:22:17.380Z] [2023-02-06T16:22:17.380Z] Login Succeeded [2023-02-06T16:22:17.380Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T16:22:17.388Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-06T16:22:17.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T16:22:17.479Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T16:22:17.487Z] ========================================================= [2023-02-06T16:22:17.487Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-06T16:22:17.487Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:22:17.807Z] + 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-06T16:22:17.807Z] Sending build context to Docker daemon 10.51MB [2023-02-06T16:22:17.807Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T16:22:17.807Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-06T16:22:17.807Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-06T16:22:17.807Z] 213ec9aee27d: Pulling fs layer [2023-02-06T16:22:17.807Z] 4583459ba037: Pulling fs layer [2023-02-06T16:22:17.807Z] 93c1e223e6f2: Pulling fs layer [2023-02-06T16:22:17.807Z] 53926ce57604: Pulling fs layer [2023-02-06T16:22:17.807Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-06T16:22:17.807Z] 22ff95d597cd: Pulling fs layer [2023-02-06T16:22:17.807Z] 12d6caf4c0d1: Pulling fs layer [2023-02-06T16:22:17.807Z] 96b7cbca73a9: Pulling fs layer [2023-02-06T16:22:17.807Z] a7acece74701: Pulling fs layer [2023-02-06T16:22:17.807Z] 22ff95d597cd: Waiting [2023-02-06T16:22:17.807Z] 53926ce57604: Waiting [2023-02-06T16:22:17.807Z] 21b2b0c7a3f4: Waiting [2023-02-06T16:22:17.807Z] a7acece74701: Waiting [2023-02-06T16:22:17.807Z] 12d6caf4c0d1: Waiting [2023-02-06T16:22:17.807Z] 96b7cbca73a9: Waiting [2023-02-06T16:22:17.807Z] 93c1e223e6f2: Verifying Checksum [2023-02-06T16:22:17.807Z] 93c1e223e6f2: Download complete [2023-02-06T16:22:18.067Z] 4583459ba037: Verifying Checksum [2023-02-06T16:22:18.067Z] 4583459ba037: Download complete [2023-02-06T16:22:18.067Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-06T16:22:18.067Z] 21b2b0c7a3f4: Download complete [2023-02-06T16:22:18.067Z] 22ff95d597cd: Verifying Checksum [2023-02-06T16:22:18.067Z] 22ff95d597cd: Download complete [2023-02-06T16:22:18.067Z] 213ec9aee27d: Verifying Checksum [2023-02-06T16:22:18.067Z] 12d6caf4c0d1: Download complete [2023-02-06T16:22:18.327Z] 213ec9aee27d: Pull complete [2023-02-06T16:22:18.327Z] 4583459ba037: Pull complete [2023-02-06T16:22:18.327Z] 93c1e223e6f2: Pull complete [2023-02-06T16:22:19.344Z] a7acece74701: Verifying Checksum [2023-02-06T16:22:19.344Z] a7acece74701: Download complete [2023-02-06T16:22:19.344Z] 53926ce57604: Verifying Checksum [2023-02-06T16:22:19.344Z] 53926ce57604: Download complete [2023-02-06T16:22:19.610Z] 96b7cbca73a9: Verifying Checksum [2023-02-06T16:22:19.610Z] 96b7cbca73a9: Download complete [2023-02-06T16:22:22.914Z] 53926ce57604: Pull complete [2023-02-06T16:22:22.914Z] 21b2b0c7a3f4: Pull complete [2023-02-06T16:22:23.173Z] 22ff95d597cd: Pull complete [2023-02-06T16:22:23.173Z] 12d6caf4c0d1: Pull complete [2023-02-06T16:22:25.074Z] 96b7cbca73a9: Pull complete [2023-02-06T16:22:26.451Z] a7acece74701: Pull complete [2023-02-06T16:22:26.712Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-06T16:22:26.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T16:22:26.712Z] ---> db6d94c90886 [2023-02-06T16:22:26.712Z] Step 3/10 : ARG MAKE=make build [2023-02-06T16:22:31.525Z] Still waiting to schedule task [2023-02-06T16:22:31.525Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-06T16:22:38.974Z] ---> Running in 0e7b7e43fd3a [2023-02-06T16:22:38.974Z] Removing intermediate container 0e7b7e43fd3a [2023-02-06T16:22:38.974Z] ---> a82081b1fd75 [2023-02-06T16:22:38.974Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-06T16:22:39.232Z] ---> Running in f245ddd9b580 [2023-02-06T16:22:39.492Z] Removing intermediate container f245ddd9b580 [2023-02-06T16:22:39.492Z] ---> 1db5676b184a [2023-02-06T16:22:39.492Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T16:22:39.492Z] ---> Running in ccc87d293e79 [2023-02-06T16:22:39.753Z] Removing intermediate container ccc87d293e79 [2023-02-06T16:22:39.753Z] ---> 66147d47df4b [2023-02-06T16:22:39.753Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-06T16:22:40.012Z] ---> Running in 33b8fea242af [2023-02-06T16:22:40.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T16:22:40.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T16:22:40.836Z] OK: 211 MiB in 51 packages [2023-02-06T16:22:41.402Z] Removing intermediate container 33b8fea242af [2023-02-06T16:22:41.402Z] ---> 5446b5c5637b [2023-02-06T16:22:41.402Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-06T16:22:41.662Z] ---> 75123c072bb2 [2023-02-06T16:22:41.662Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T16:22:41.920Z] ---> Running in c69b856d7b19 [2023-02-06T16:23:49.676Z] Removing intermediate container c69b856d7b19 [2023-02-06T16:23:49.676Z] ---> dd373394fd87 [2023-02-06T16:23:49.676Z] Step 9/10 : COPY . . [2023-02-06T16:23:49.676Z] ---> c2e91ecc03b1 [2023-02-06T16:23:49.676Z] Step 10/10 : RUN ${MAKE} [2023-02-06T16:23:49.676Z] ---> Running in a8600a35746c [2023-02-06T16:23:49.676Z] noop [2023-02-06T16:23:49.676Z] Removing intermediate container a8600a35746c [2023-02-06T16:23:49.676Z] ---> f34794dbe985 [2023-02-06T16:23:49.676Z] Successfully built f34794dbe985 [2023-02-06T16:23:49.676Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:23:50.015Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T16:23:50.015Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:23:50.094Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:23:50.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T16:23:51.163Z] $ docker top e37baab6756a5fc46465665e10b91687469c7cb1479a0ff74a815c5c8bbb1517 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T16:23:51.505Z] + go version [2023-02-06T16:23:51.505Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-06T16:23:51.520Z] $ docker stop --time=1 e37baab6756a5fc46465665e10b91687469c7cb1479a0ff74a815c5c8bbb1517 [2023-02-06T16:23:53.631Z] $ docker rm -f --volumes e37baab6756a5fc46465665e10b91687469c7cb1479a0ff74a815c5c8bbb1517 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:23:54.109Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T16:23:54.109Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:23:54.177Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:23:54.246Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T16:23:54.787Z] $ docker top 6076f570bb7261a468d46fc57f55920fac31daf298fba72707a60ba7e493e488 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T16:23:55.134Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-06T16:23:55.454Z] + make test [2023-02-06T16:23:55.455Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T16:24:02.048Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-06T16:24:02.458Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4689 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-06T16:24:02.470Z] Running in /w/workspace/device-sdk-go/150 [Pipeline] { [Pipeline] checkout [2023-02-06T16:24:02.505Z] The recommended git tool is: git [2023-02-06T16:24:07.461Z] using credential edgex-jenkins-ssh [2023-02-06T16:24:07.480Z] Cloning the remote Git repository [2023-02-06T16:24:07.517Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-06T16:24:07.588Z] > git init /w/workspace/device-sdk-go/150 # timeout=10 [2023-02-06T16:24:07.720Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-06T16:24:07.720Z] > git --version # timeout=10 [2023-02-06T16:24:07.739Z] > git --version # 'git version 2.25.1' [2023-02-06T16:24:07.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-06T16:24:07.794Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T16:24:10.497Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-06T16:24:10.520Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T16:24:11.359Z] Avoid second fetch [2023-02-06T16:24:11.360Z] Checking out Revision 93a0268657819106988a1ad83ac56bb06d25ff7d (main) [2023-02-06T16:24:11.920Z] Commit message: "feat: Add resource, command, and device tags to reading/event (#1297)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T16:24:11.372Z] > git config core.sparsecheckout # timeout=10 [2023-02-06T16:24:11.396Z] > git checkout -f 93a0268657819106988a1ad83ac56bb06d25ff7d # timeout=10 [2023-02-06T16:24:12.811Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-06T16:24:12.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T16:24:12.811Z] Dload Upload Total Spent Left Speed [2023-02-06T16:24:12.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh [2023-02-06T16:24:13.432Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-06T16:24:13.762Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-06T16:24:13.762Z] + sudo tee /etc/docker/daemon.new [2023-02-06T16:24:13.762Z] { [2023-02-06T16:24:13.762Z] "registry-mirrors": [ [2023-02-06T16:24:13.762Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-06T16:24:13.762Z] ], [2023-02-06T16:24:13.762Z] "bip": "10.250.0.254/24", [2023-02-06T16:24:13.762Z] "hosts": [ [2023-02-06T16:24:13.762Z] "tcp://0.0.0.0:5555", [2023-02-06T16:24:13.762Z] "unix:///var/run/docker.sock" [2023-02-06T16:24:13.762Z] ], [2023-02-06T16:24:13.762Z] "mtu": 1458, [2023-02-06T16:24:13.762Z] "selinux-enabled": true, [2023-02-06T16:24:13.762Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-06T16:24:13.762Z] } [Pipeline] sh [2023-02-06T16:24:14.100Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-06T16:24:14.435Z] + sudo service docker restart [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-06T16:24:16.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.068s coverage: 27.6% of statements [2023-02-06T16:24:16.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.075s coverage: 78.9% of statements [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-06T16:24:16.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.094s coverage: 77.8% of statements [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-06T16:24:16.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.108s coverage: 59.8% of statements [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-06T16:24:16.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.097s coverage: 65.2% of statements [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-06T16:24:16.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.814s coverage: 89.2% of statements [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-06T16:24:16.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.056s coverage: 4.7% of statements [2023-02-06T16:24:16.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-06T16:24:31.866Z] 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-06T16:24:31.866Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T16:24:32.737Z] provisioning config files... [2023-02-06T16:24:32.836Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/150@tmp/config1995063608159715798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:24:33.181Z] ---> docker-login.sh [2023-02-06T16:24:33.181Z] nexus3.edgexfoundry.org:10001 [2023-02-06T16:24:33.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:24:33.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:24:33.715Z] Configure a credential helper to remove this warning. See [2023-02-06T16:24:33.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:24:33.715Z] [2023-02-06T16:24:33.715Z] Login Succeeded [2023-02-06T16:24:33.715Z] nexus3.edgexfoundry.org:10002 [2023-02-06T16:24:33.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:24:33.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:24:33.983Z] Configure a credential helper to remove this warning. See [2023-02-06T16:24:33.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:24:33.983Z] [2023-02-06T16:24:33.983Z] Login Succeeded [2023-02-06T16:24:33.983Z] nexus3.edgexfoundry.org:10003 [2023-02-06T16:24:34.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:24:34.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:24:34.524Z] Configure a credential helper to remove this warning. See [2023-02-06T16:24:34.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:24:34.524Z] [2023-02-06T16:24:34.524Z] Login Succeeded [2023-02-06T16:24:34.524Z] nexus3.edgexfoundry.org:10004 [2023-02-06T16:24:34.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:24:34.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:24:34.792Z] Configure a credential helper to remove this warning. See [2023-02-06T16:24:34.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:24:34.792Z] [2023-02-06T16:24:34.792Z] Login Succeeded [2023-02-06T16:24:34.792Z] docker.io [2023-02-06T16:24:35.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T16:24:35.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T16:24:35.328Z] Configure a credential helper to remove this warning. See [2023-02-06T16:24:35.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T16:24:35.328Z] [2023-02-06T16:24:35.328Z] Login Succeeded [2023-02-06T16:24:35.328Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T16:24:35.342Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-06T16:24:35.596Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T16:24:35.614Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T16:24:35.630Z] ========================================================= [2023-02-06T16:24:35.630Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-06T16:24:35.630Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:24:35.997Z] + 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-06T16:24:36.047Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T16:24:36.047Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T16:24:36.047Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-06T16:24:36.060Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T16:24:36.080Z] $ docker stop --time=1 6076f570bb7261a468d46fc57f55920fac31daf298fba72707a60ba7e493e488 [2023-02-06T16:24:36.269Z] Sending build context to Docker daemon 5.647MB [2023-02-06T16:24:36.269Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T16:24:36.269Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-06T16:24:36.536Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-06T16:24:36.536Z] 9b18e9b68314: Pulling fs layer [2023-02-06T16:24:36.536Z] 35d82f9e3411: Pulling fs layer [2023-02-06T16:24:36.536Z] e16973657156: Pulling fs layer [2023-02-06T16:24:36.536Z] fc693d55d65f: Pulling fs layer [2023-02-06T16:24:36.536Z] 7e9fc2657dce: Pulling fs layer [2023-02-06T16:24:36.536Z] dda99020689f: Pulling fs layer [2023-02-06T16:24:36.536Z] db1c61fa0a46: Pulling fs layer [2023-02-06T16:24:36.536Z] 891c053d2c06: Pulling fs layer [2023-02-06T16:24:36.536Z] fc693d55d65f: Waiting [2023-02-06T16:24:36.536Z] dda99020689f: Waiting [2023-02-06T16:24:36.536Z] 7e9fc2657dce: Waiting [2023-02-06T16:24:36.536Z] db1c61fa0a46: Waiting [2023-02-06T16:24:36.536Z] 891c053d2c06: Waiting [2023-02-06T16:24:36.536Z] e16973657156: Verifying Checksum [2023-02-06T16:24:36.536Z] e16973657156: Download complete [2023-02-06T16:24:36.536Z] 35d82f9e3411: Download complete [2023-02-06T16:24:36.536Z] 7e9fc2657dce: Verifying Checksum [2023-02-06T16:24:36.536Z] 7e9fc2657dce: Download complete [2023-02-06T16:24:36.536Z] dda99020689f: Verifying Checksum [2023-02-06T16:24:36.536Z] dda99020689f: Download complete [2023-02-06T16:24:36.803Z] 9b18e9b68314: Verifying Checksum [2023-02-06T16:24:36.803Z] 9b18e9b68314: Download complete [2023-02-06T16:24:37.768Z] 9b18e9b68314: Pull complete [2023-02-06T16:24:37.768Z] 891c053d2c06: Verifying Checksum [2023-02-06T16:24:37.768Z] 891c053d2c06: Download complete [2023-02-06T16:24:38.365Z] 35d82f9e3411: Pull complete [2023-02-06T16:24:38.636Z] e16973657156: Pull complete [2023-02-06T16:24:38.904Z] db1c61fa0a46: Download complete [2023-02-06T16:24:39.493Z] fc693d55d65f: Verifying Checksum [2023-02-06T16:24:39.493Z] fc693d55d65f: Download complete [2023-02-06T16:24:41.447Z] $ docker rm -f --volumes 6076f570bb7261a468d46fc57f55920fac31daf298fba72707a60ba7e493e488 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T16:24:42.000Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T16:24:42.075Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-06T16:24:42.603Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-06T16:24:42.885Z] + ls -al . [2023-02-06T16:24:42.885Z] total 272 [2023-02-06T16:24:42.885Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 6 16:23 . [2023-02-06T16:24:42.885Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 16:21 .. [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 6 16:21 .dockerignore [2023-02-06T16:24:42.885Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 16:24 .git [2023-02-06T16:24:42.885Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 16:21 .github [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 6 16:21 .gitignore [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 6 16:21 .golangci.yml [2023-02-06T16:24:42.885Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 16:22 .semver [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 6 16:21 CHANGELOG.md [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 16:21 GOVERNANCE.md [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 6 16:21 Jenkinsfile [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 6 16:21 LICENSE [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 6 16:21 Makefile [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 6 16:21 OWNERS.md [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 6 16:21 README.md [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 6 16:22 VERSION [2023-02-06T16:24:42.885Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 16:21 bin [2023-02-06T16:24:42.885Z] -rw-r--r-- 1 jenkins jenkins 100849 Feb 6 16:24 coverage.out [2023-02-06T16:24:42.885Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 6 16:21 example [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 6 16:21 go.mod [2023-02-06T16:24:42.885Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 6 16:21 go.sum [2023-02-06T16:24:42.885Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 6 16:21 internal [2023-02-06T16:24:42.885Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 16:21 openapi [2023-02-06T16:24:42.886Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 6 16:21 pkg [2023-02-06T16:24:42.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 16:21 snap [2023-02-06T16:24:42.886Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 6 16:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:24:43.210Z] + 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=93a0268657819106988a1ad83ac56bb06d25ff7d --label arch=amd64 --label version=3.0.0-dev.20 . [2023-02-06T16:24:43.211Z] Sending build context to Docker daemon 10.62MB [2023-02-06T16:24:43.211Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T16:24:43.211Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-06T16:24:43.211Z] ---> f34794dbe985 [2023-02-06T16:24:43.211Z] Step 3/23 : ARG MAKE=make build [2023-02-06T16:24:44.690Z] ---> Running in bc69e1444a10 [2023-02-06T16:24:44.690Z] Removing intermediate container bc69e1444a10 [2023-02-06T16:24:44.690Z] ---> c70d4831179b [2023-02-06T16:24:44.690Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-06T16:24:44.690Z] ---> Running in 31f8f7c0edb5 [2023-02-06T16:24:45.016Z] Removing intermediate container 31f8f7c0edb5 [2023-02-06T16:24:45.016Z] ---> 1e84c44c8e73 [2023-02-06T16:24:45.016Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T16:24:45.282Z] ---> Running in 833ee65f6fc5 [2023-02-06T16:24:45.542Z] Removing intermediate container 833ee65f6fc5 [2023-02-06T16:24:45.542Z] ---> 960a12f68620 [2023-02-06T16:24:45.542Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-06T16:24:46.127Z] ---> Running in f20f2a17ea1b [2023-02-06T16:24:47.064Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T16:24:47.324Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T16:24:47.584Z] OK: 211 MiB in 51 packages [2023-02-06T16:24:49.510Z] Removing intermediate container f20f2a17ea1b [2023-02-06T16:24:49.510Z] ---> ef80f1ced565 [2023-02-06T16:24:49.510Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-06T16:24:49.510Z] ---> 372632884b7d [2023-02-06T16:24:49.510Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T16:24:49.768Z] ---> Running in 497cc173951a [2023-02-06T16:24:51.716Z] Removing intermediate container 497cc173951a [2023-02-06T16:24:51.716Z] ---> 3563640615bf [2023-02-06T16:24:51.716Z] Step 9/23 : COPY . . [2023-02-06T16:24:51.818Z] fc693d55d65f: Pull complete [2023-02-06T16:24:51.818Z] 7e9fc2657dce: Pull complete [2023-02-06T16:24:51.818Z] dda99020689f: Pull complete [2023-02-06T16:24:52.362Z] ---> a47b13911218 [2023-02-06T16:24:52.362Z] Step 10/23 : RUN ${MAKE} [2023-02-06T16:24:52.621Z] ---> Running in bafd1a39bfef [2023-02-06T16:24:53.195Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.20" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-06T16:24:58.483Z] db1c61fa0a46: Pull complete [2023-02-06T16:24:59.895Z] 891c053d2c06: Pull complete [2023-02-06T16:24:59.895Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-06T16:24:59.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T16:24:59.896Z] ---> f96f9c87975a [2023-02-06T16:24:59.896Z] Step 3/10 : ARG MAKE=make build [2023-02-06T16:25:01.853Z] ---> Running in 1b7289f5ced8 [2023-02-06T16:25:01.853Z] Removing intermediate container 1b7289f5ced8 [2023-02-06T16:25:01.853Z] ---> 8f75f44242c9 [2023-02-06T16:25:01.853Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-06T16:25:01.853Z] ---> Running in f4568c401dcb [2023-02-06T16:25:02.129Z] Removing intermediate container f4568c401dcb [2023-02-06T16:25:02.129Z] ---> f4aba6e9ce67 [2023-02-06T16:25:02.129Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T16:25:02.395Z] ---> Running in 85cae33886e9 [2023-02-06T16:25:02.667Z] Removing intermediate container 85cae33886e9 [2023-02-06T16:25:02.667Z] ---> 1dfb242e5585 [2023-02-06T16:25:02.667Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-06T16:25:02.667Z] ---> Running in 9234f6bf088e [2023-02-06T16:25:04.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T16:25:04.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T16:25:05.061Z] OK: 221 MiB in 51 packages [2023-02-06T16:25:06.018Z] Removing intermediate container 9234f6bf088e [2023-02-06T16:25:06.018Z] ---> 019088f79ec9 [2023-02-06T16:25:06.018Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-06T16:25:06.308Z] ---> 1050365db715 [2023-02-06T16:25:06.308Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T16:25:06.308Z] ---> Running in d75c1ee34e76 [2023-02-06T16:25:19.791Z] Removing intermediate container bafd1a39bfef [2023-02-06T16:25:19.791Z] ---> 8096681e264c [2023-02-06T16:25:19.791Z] Step 11/23 : FROM alpine:3.16 [2023-02-06T16:25:19.791Z] 3.16: Pulling from library/alpine [2023-02-06T16:25:19.791Z] ca7dd9ec2225: Pulling fs layer [2023-02-06T16:25:19.791Z] ca7dd9ec2225: Verifying Checksum [2023-02-06T16:25:19.791Z] ca7dd9ec2225: Pull complete [2023-02-06T16:25:19.791Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-06T16:25:19.791Z] Status: Downloaded newer image for alpine:3.16 [2023-02-06T16:25:19.791Z] ---> bfe296a52501 [2023-02-06T16:25:19.791Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-06T16:25:20.362Z] ---> Running in 8100748b80f3 [2023-02-06T16:25:21.335Z] Removing intermediate container 8100748b80f3 [2023-02-06T16:25:21.335Z] ---> 67fcbc20bd81 [2023-02-06T16:25:21.335Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-06T16:25:21.902Z] ---> Running in c1828c6f590c [2023-02-06T16:25:23.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T16:25:23.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T16:25:23.802Z] OK: 6 MiB in 14 packages [2023-02-06T16:25:25.726Z] Removing intermediate container c1828c6f590c [2023-02-06T16:25:25.726Z] ---> 76e37076fc89 [2023-02-06T16:25:25.726Z] Step 14/23 : WORKDIR / [2023-02-06T16:25:26.314Z] ---> Running in 382d97c99128 [2023-02-06T16:25:26.611Z] Removing intermediate container 382d97c99128 [2023-02-06T16:25:26.611Z] ---> d15ad3e3e16e [2023-02-06T16:25:26.611Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-06T16:25:27.177Z] ---> 979a000899ad [2023-02-06T16:25:27.177Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-06T16:25:28.554Z] ---> 88c35c4d93a3 [2023-02-06T16:25:28.554Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-06T16:25:29.124Z] ---> f868913bc500 [2023-02-06T16:25:29.124Z] Step 18/23 : EXPOSE 59999 [2023-02-06T16:25:29.396Z] ---> Running in fddd7cc90a39 [2023-02-06T16:25:29.986Z] Removing intermediate container fddd7cc90a39 [2023-02-06T16:25:29.986Z] ---> 6b96fac3b228 [2023-02-06T16:25:29.986Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-06T16:25:30.555Z] ---> Running in f87fc3b03d96 [2023-02-06T16:25:30.817Z] Removing intermediate container f87fc3b03d96 [2023-02-06T16:25:30.817Z] ---> bb836706b1f1 [2023-02-06T16:25:30.817Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T16:25:31.431Z] ---> Running in 4b287dd6d7f7 [2023-02-06T16:25:32.368Z] Removing intermediate container 4b287dd6d7f7 [2023-02-06T16:25:32.368Z] ---> afbb90beb1c3 [2023-02-06T16:25:32.368Z] Step 21/23 : LABEL arch=amd64 [2023-02-06T16:25:32.628Z] ---> Running in b00ef37a17b5 [2023-02-06T16:25:33.608Z] Removing intermediate container b00ef37a17b5 [2023-02-06T16:25:33.608Z] ---> 706ee3dd4800 [2023-02-06T16:25:33.608Z] Step 22/23 : LABEL git_sha=93a0268657819106988a1ad83ac56bb06d25ff7d [2023-02-06T16:25:34.555Z] ---> Running in e80ef4e05a5b [2023-02-06T16:25:34.813Z] Removing intermediate container e80ef4e05a5b [2023-02-06T16:25:34.813Z] ---> e01c7862aa3c [2023-02-06T16:25:34.813Z] Step 23/23 : LABEL version=3.0.0-dev.20 [2023-02-06T16:25:35.081Z] ---> Running in f31ff5ce6689 [2023-02-06T16:25:35.339Z] Removing intermediate container f31ff5ce6689 [2023-02-06T16:25:35.339Z] ---> 3fa0eaf1da01 [2023-02-06T16:25:35.339Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-06T16:25:35.339Z] Successfully built 3fa0eaf1da01 [2023-02-06T16:25:35.339Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:25:35.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T16:25:35.746Z] [2023-02-06T16:25:35.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:25:36.043Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T16:25:36.308Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-06T16:25:36.308Z] 5eb5b503b376: Pulling fs layer [2023-02-06T16:25:36.308Z] 5c69ac0246d0: Pulling fs layer [2023-02-06T16:25:36.308Z] ec43610c2a17: Pulling fs layer [2023-02-06T16:25:36.308Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-06T16:25:36.308Z] 33b1e0a273af: Pulling fs layer [2023-02-06T16:25:36.308Z] 5d3b04190fa2: Pulling fs layer [2023-02-06T16:25:36.308Z] 2f39f015ded8: Pulling fs layer [2023-02-06T16:25:36.308Z] 3a2ae6a8a46f: Waiting [2023-02-06T16:25:36.308Z] 33b1e0a273af: Waiting [2023-02-06T16:25:36.308Z] 5d3b04190fa2: Waiting [2023-02-06T16:25:36.308Z] 2f39f015ded8: Waiting [2023-02-06T16:25:36.308Z] 5c69ac0246d0: Verifying Checksum [2023-02-06T16:25:36.308Z] 5c69ac0246d0: Download complete [2023-02-06T16:25:36.308Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-06T16:25:36.308Z] 3a2ae6a8a46f: Download complete [2023-02-06T16:25:36.571Z] 33b1e0a273af: Verifying Checksum [2023-02-06T16:25:36.571Z] 33b1e0a273af: Download complete [2023-02-06T16:25:36.571Z] 5d3b04190fa2: Download complete [2023-02-06T16:25:36.571Z] ec43610c2a17: Verifying Checksum [2023-02-06T16:25:36.571Z] ec43610c2a17: Download complete [2023-02-06T16:25:36.571Z] 5eb5b503b376: Download complete [2023-02-06T16:25:37.507Z] 2f39f015ded8: Download complete [2023-02-06T16:25:38.885Z] 5eb5b503b376: Pull complete [2023-02-06T16:25:39.453Z] 5c69ac0246d0: Pull complete [2023-02-06T16:25:40.407Z] ec43610c2a17: Pull complete [2023-02-06T16:25:40.666Z] 3a2ae6a8a46f: Pull complete [2023-02-06T16:25:41.234Z] 33b1e0a273af: Pull complete [2023-02-06T16:25:41.494Z] 5d3b04190fa2: Pull complete [2023-02-06T16:25:46.767Z] 2f39f015ded8: Pull complete [2023-02-06T16:25:46.768Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-06T16:25:46.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T16:25:46.768Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:25:46.851Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:25:46.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T16:25:54.425Z] $ docker top 7a3fe83fcdbcbc9416a9a966271004bf2ba9a1e3d4f51efa7c0649f9b39266a3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:25:54.870Z] ---> job-cost.sh [2023-02-06T16:25:54.870Z] lf-activate-venv: SKIPPING [2023-02-06T16:25:54.870Z] INFO: No Stack... [2023-02-06T16:25:55.144Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T16:25:55.716Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T16:25:56.008Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-06T16:25:56.008Z] + cut -d, -f6 [Pipeline] lock [2023-02-06T16:25:56.023Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] [2023-02-06T16:25:56.032Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] did not exist. Created. [2023-02-06T16:25:56.032Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T16:25:56.334Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-06T16:25:56.372Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T16:25:56.379Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T16:25:56.390Z] $ docker stop --time=1 7a3fe83fcdbcbc9416a9a966271004bf2ba9a1e3d4f51efa7c0649f9b39266a3 [2023-02-06T16:25:58.385Z] $ docker rm -f --volumes 7a3fe83fcdbcbc9416a9a966271004bf2ba9a1e3d4f51efa7c0649f9b39266a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-06T16:26:27.961Z] Removing intermediate container d75c1ee34e76 [2023-02-06T16:26:27.961Z] ---> e82706408ea5 [2023-02-06T16:26:27.961Z] Step 9/10 : COPY . . [2023-02-06T16:26:27.961Z] ---> 26f62d832d7d [2023-02-06T16:26:27.961Z] Step 10/10 : RUN ${MAKE} [2023-02-06T16:26:27.961Z] ---> Running in bc28e62438e3 [2023-02-06T16:26:27.961Z] noop [2023-02-06T16:26:27.961Z] Removing intermediate container bc28e62438e3 [2023-02-06T16:26:27.961Z] ---> 23d251556d20 [2023-02-06T16:26:27.961Z] Successfully built 23d251556d20 [2023-02-06T16:26:27.961Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:26:28.305Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T16:26:28.306Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:26:28.498Z] prd-ubuntu20.04-docker-arm64-4c-16g-4689 does not seem to be running inside a container [2023-02-06T16:26:28.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T16:26:29.769Z] $ docker top 0e013b630a8620f171468a84f10d319f83be00be1637fa76c749aa52bcd6d0ef -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T16:26:30.610Z] + go version [2023-02-06T16:26:30.610Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-06T16:26:30.631Z] $ docker stop --time=1 0e013b630a8620f171468a84f10d319f83be00be1637fa76c749aa52bcd6d0ef [2023-02-06T16:26:32.254Z] $ docker rm -f --volumes 0e013b630a8620f171468a84f10d319f83be00be1637fa76c749aa52bcd6d0ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:26:32.831Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T16:26:32.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:26:33.015Z] prd-ubuntu20.04-docker-arm64-4c-16g-4689 does not seem to be running inside a container [2023-02-06T16:26:33.091Z] $ 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/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T16:26:34.236Z] $ docker top f5737d5f086b2dc2100af36441dd5c68fcac06cd01ea5e7d2d6aa72232ff7e09 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T16:26:35.060Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/150 [Pipeline] fileExists [Pipeline] sh [2023-02-06T16:26:35.390Z] + make test [2023-02-06T16:26:35.662Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T16:27:07.881Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-06T16:29:14.566Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-06T16:29:14.566Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-06T16:29:14.566Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-06T16:29:14.566Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-06T16:29:14.566Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-06T16:29:14.566Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.299s coverage: 27.6% of statements [2023-02-06T16:29:14.566Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.517s coverage: 78.9% of statements [2023-02-06T16:29:14.566Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-06T16:29:17.902Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.578s coverage: 77.8% of statements [2023-02-06T16:29:17.902Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-06T16:29:17.902Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-06T16:29:19.847Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.815s coverage: 59.8% of statements [2023-02-06T16:29:19.847Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-06T16:29:19.847Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-06T16:29:19.847Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-06T16:29:20.114Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.446s coverage: 65.2% of statements [2023-02-06T16:29:20.114Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-06T16:29:20.114Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-06T16:29:20.114Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.994s coverage: 89.2% of statements [2023-02-06T16:29:20.114Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-06T16:29:20.114Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.314s coverage: 4.7% of statements [2023-02-06T16:29:20.114Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-06T16:29:21.076Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-06T16:29:21.076Z] GO111MODULE=on go vet ./... [2023-02-06T16:30:57.995Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T16:30:57.995Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T16:30:57.995Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-06T16:30:58.014Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-06T16:30:58.025Z] $ docker stop --time=1 f5737d5f086b2dc2100af36441dd5c68fcac06cd01ea5e7d2d6aa72232ff7e09 [2023-02-06T16:31:00.030Z] $ docker rm -f --volumes f5737d5f086b2dc2100af36441dd5c68fcac06cd01ea5e7d2d6aa72232ff7e09 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T16:31:01.468Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-06T16:31:01.485Z] Warning: overwriting stash ‘coverage-report’ [2023-02-06T16:31:02.111Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T16:31:02.521Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-06T16:31:02.853Z] + ls -al . [2023-02-06T16:31:02.853Z] total 268 [2023-02-06T16:31:02.853Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 16:26 . [2023-02-06T16:31:02.853Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 16:24 .. [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 6 16:24 .dockerignore [2023-02-06T16:31:02.853Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 16:24 .git [2023-02-06T16:31:02.853Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 16:24 .github [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 6 16:24 .gitignore [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 6 16:24 .golangci.yml [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 6 16:24 CHANGELOG.md [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 16:24 GOVERNANCE.md [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 6 16:24 Jenkinsfile [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 6 16:24 LICENSE [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 6 16:24 Makefile [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 6 16:24 OWNERS.md [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 6 16:24 README.md [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 6 16:22 VERSION [2023-02-06T16:31:02.853Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 16:24 bin [2023-02-06T16:31:02.853Z] -rw-r--r-- 1 jenkins jenkins 100848 Feb 6 16:29 coverage.out [2023-02-06T16:31:02.853Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 6 16:24 example [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 6 16:24 go.mod [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 6 16:24 go.sum [2023-02-06T16:31:02.853Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 6 16:24 internal [2023-02-06T16:31:02.853Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 16:24 openapi [2023-02-06T16:31:02.853Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 6 16:24 pkg [2023-02-06T16:31:02.853Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 16:24 snap [2023-02-06T16:31:02.853Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 6 16:24 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:31:03.218Z] + 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=93a0268657819106988a1ad83ac56bb06d25ff7d --label arch=arm64 --label version=3.0.0-dev.20 . [2023-02-06T16:31:03.488Z] Sending build context to Docker daemon 5.749MB [2023-02-06T16:31:03.759Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-06T16:31:03.759Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-06T16:31:03.759Z] ---> 23d251556d20 [2023-02-06T16:31:03.759Z] Step 3/23 : ARG MAKE=make build [2023-02-06T16:31:03.759Z] ---> Running in b9548f8dbd9e [2023-02-06T16:31:04.027Z] Removing intermediate container b9548f8dbd9e [2023-02-06T16:31:04.027Z] ---> 009af7c9aed7 [2023-02-06T16:31:04.027Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-06T16:31:04.294Z] ---> Running in d95a220c989a [2023-02-06T16:31:04.563Z] Removing intermediate container d95a220c989a [2023-02-06T16:31:04.563Z] ---> d6aa3e937009 [2023-02-06T16:31:04.563Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-06T16:31:04.563Z] ---> Running in 1e9756d07490 [2023-02-06T16:31:04.832Z] Removing intermediate container 1e9756d07490 [2023-02-06T16:31:04.832Z] ---> 8ad24e9f11ef [2023-02-06T16:31:04.832Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-06T16:31:05.100Z] ---> Running in 06ccac2ed063 [2023-02-06T16:31:06.064Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T16:31:06.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T16:31:07.749Z] OK: 221 MiB in 51 packages [2023-02-06T16:31:08.334Z] Removing intermediate container 06ccac2ed063 [2023-02-06T16:31:08.334Z] ---> 22fb7a2cf923 [2023-02-06T16:31:08.334Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-06T16:31:08.919Z] ---> a630c4938f23 [2023-02-06T16:31:08.919Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T16:31:08.919Z] ---> Running in 9bc8cb978846 [2023-02-06T16:31:12.269Z] Removing intermediate container 9bc8cb978846 [2023-02-06T16:31:12.269Z] ---> ae881fbad66e [2023-02-06T16:31:12.269Z] Step 9/23 : COPY . . [2023-02-06T16:31:13.679Z] ---> 31e3d14fc698 [2023-02-06T16:31:13.679Z] Step 10/23 : RUN ${MAKE} [2023-02-06T16:31:13.679Z] ---> Running in a774c6146e76 [2023-02-06T16:31:14.647Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.20" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-06T16:33:21.331Z] Removing intermediate container a774c6146e76 [2023-02-06T16:33:21.331Z] ---> bc872ba60604 [2023-02-06T16:33:21.331Z] Step 11/23 : FROM alpine:3.16 [2023-02-06T16:33:21.331Z] 3.16: Pulling from library/alpine [2023-02-06T16:33:21.331Z] 6875df1f5354: Pulling fs layer [2023-02-06T16:33:21.331Z] 6875df1f5354: Verifying Checksum [2023-02-06T16:33:21.331Z] 6875df1f5354: Download complete [2023-02-06T16:33:21.331Z] 6875df1f5354: Pull complete [2023-02-06T16:33:21.331Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-06T16:33:21.331Z] Status: Downloaded newer image for alpine:3.16 [2023-02-06T16:33:21.331Z] ---> 2b4661558fb8 [2023-02-06T16:33:21.331Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-06T16:33:21.331Z] ---> Running in 44f2928f2323 [2023-02-06T16:33:21.331Z] Removing intermediate container 44f2928f2323 [2023-02-06T16:33:21.331Z] ---> 78b5773dd827 [2023-02-06T16:33:21.331Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-06T16:33:21.331Z] ---> Running in 7cacb0041366 [2023-02-06T16:33:21.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T16:33:21.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T16:33:21.331Z] OK: 5 MiB in 14 packages [2023-02-06T16:33:21.331Z] Removing intermediate container 7cacb0041366 [2023-02-06T16:33:21.331Z] ---> 337876588c4f [2023-02-06T16:33:21.331Z] Step 14/23 : WORKDIR / [2023-02-06T16:33:21.331Z] ---> Running in a8e13636c37d [2023-02-06T16:33:21.331Z] Removing intermediate container a8e13636c37d [2023-02-06T16:33:21.331Z] ---> 5eea786bb88a [2023-02-06T16:33:21.331Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-06T16:33:21.331Z] ---> ae5146e40ee9 [2023-02-06T16:33:21.331Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-06T16:33:21.331Z] ---> 84e24c01fbe6 [2023-02-06T16:33:21.331Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-06T16:33:21.331Z] ---> 7a4d366ef9e3 [2023-02-06T16:33:21.331Z] Step 18/23 : EXPOSE 59999 [2023-02-06T16:33:21.331Z] ---> Running in df4c510cf296 [2023-02-06T16:33:21.331Z] Removing intermediate container df4c510cf296 [2023-02-06T16:33:21.331Z] ---> 30ac76fd7487 [2023-02-06T16:33:21.331Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-06T16:33:21.331Z] ---> Running in ce8de9b3b3f2 [2023-02-06T16:33:21.331Z] Removing intermediate container ce8de9b3b3f2 [2023-02-06T16:33:21.331Z] ---> a0b8b09023c0 [2023-02-06T16:33:21.331Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T16:33:21.331Z] ---> Running in ea9cd9865296 [2023-02-06T16:33:21.331Z] Removing intermediate container ea9cd9865296 [2023-02-06T16:33:21.331Z] ---> 28c02ddeff06 [2023-02-06T16:33:21.331Z] Step 21/23 : LABEL arch=arm64 [2023-02-06T16:33:21.331Z] ---> Running in 82fdf58586c0 [2023-02-06T16:33:21.598Z] Removing intermediate container 82fdf58586c0 [2023-02-06T16:33:21.598Z] ---> f379b890a625 [2023-02-06T16:33:21.598Z] Step 22/23 : LABEL git_sha=93a0268657819106988a1ad83ac56bb06d25ff7d [2023-02-06T16:33:21.598Z] ---> Running in f03a4f3bc786 [2023-02-06T16:33:21.865Z] Removing intermediate container f03a4f3bc786 [2023-02-06T16:33:21.865Z] ---> 7f5f45e23df2 [2023-02-06T16:33:21.865Z] Step 23/23 : LABEL version=3.0.0-dev.20 [2023-02-06T16:33:21.865Z] ---> Running in 18a445b19f7b [2023-02-06T16:33:22.130Z] Removing intermediate container 18a445b19f7b [2023-02-06T16:33:22.130Z] ---> ecbadc866453 [2023-02-06T16:33:22.130Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-06T16:33:22.130Z] Successfully built ecbadc866453 [2023-02-06T16:33:22.130Z] 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-06T16:33:22.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T16:33:22.562Z] [2023-02-06T16:33:22.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:33:22.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T16:33:22.888Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-06T16:33:22.888Z] 8998bd30e6a1: Pulling fs layer [2023-02-06T16:33:22.888Z] 04944245beec: Pulling fs layer [2023-02-06T16:33:22.888Z] 699f458cf7ca: Pulling fs layer [2023-02-06T16:33:22.888Z] 765212b225bb: Pulling fs layer [2023-02-06T16:33:22.888Z] f23df028b6ca: Pulling fs layer [2023-02-06T16:33:22.888Z] d65c8cfc05b1: Pulling fs layer [2023-02-06T16:33:22.888Z] 2437ff75d9bd: Pulling fs layer [2023-02-06T16:33:22.888Z] f23df028b6ca: Waiting [2023-02-06T16:33:22.888Z] d65c8cfc05b1: Waiting [2023-02-06T16:33:22.888Z] 2437ff75d9bd: Waiting [2023-02-06T16:33:22.888Z] 765212b225bb: Waiting [2023-02-06T16:33:23.157Z] 04944245beec: Verifying Checksum [2023-02-06T16:33:23.157Z] 04944245beec: Download complete [2023-02-06T16:33:23.157Z] 765212b225bb: Verifying Checksum [2023-02-06T16:33:23.157Z] 765212b225bb: Download complete [2023-02-06T16:33:23.426Z] f23df028b6ca: Verifying Checksum [2023-02-06T16:33:23.426Z] f23df028b6ca: Download complete [2023-02-06T16:33:23.426Z] d65c8cfc05b1: Verifying Checksum [2023-02-06T16:33:23.426Z] d65c8cfc05b1: Download complete [2023-02-06T16:33:23.427Z] 699f458cf7ca: Verifying Checksum [2023-02-06T16:33:23.427Z] 699f458cf7ca: Download complete [2023-02-06T16:33:23.694Z] 8998bd30e6a1: Verifying Checksum [2023-02-06T16:33:23.694Z] 8998bd30e6a1: Download complete [2023-02-06T16:33:26.267Z] 2437ff75d9bd: Verifying Checksum [2023-02-06T16:33:26.267Z] 2437ff75d9bd: Download complete [2023-02-06T16:33:27.670Z] 8998bd30e6a1: Pull complete [2023-02-06T16:33:27.937Z] 04944245beec: Pull complete [2023-02-06T16:33:29.343Z] 699f458cf7ca: Pull complete [2023-02-06T16:33:29.611Z] 765212b225bb: Pull complete [2023-02-06T16:33:30.570Z] f23df028b6ca: Pull complete [2023-02-06T16:33:30.839Z] d65c8cfc05b1: Pull complete [2023-02-06T16:33:45.839Z] 2437ff75d9bd: Pull complete [2023-02-06T16:33:45.839Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-06T16:33:45.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T16:33:45.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:33:46.100Z] prd-ubuntu20.04-docker-arm64-4c-16g-4689 does not seem to be running inside a container [2023-02-06T16:33:46.193Z] $ 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/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-06T16:33:48.804Z] $ docker top 5ca240b14b7fb0c9b88693d76004af71f5a5b3a0ec3da067b23499315f6dcf81 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:33:49.685Z] ---> job-cost.sh [2023-02-06T16:33:49.685Z] lf-activate-venv: SKIPPING [2023-02-06T16:33:49.685Z] INFO: No Stack... [2023-02-06T16:33:50.279Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-06T16:33:50.872Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T16:33:51.529Z] + cut -d, -f6 [2023-02-06T16:33:51.529Z] + cat /w/workspace/device-sdk-go/150/archives/cost.csv [Pipeline] lock [2023-02-06T16:33:51.611Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] [2023-02-06T16:33:51.618Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] did not exist. Created. [2023-02-06T16:33:51.618Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T16:33:52.280Z] /w/workspace/device-sdk-go/150@tmp/durable-af04ad8e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-06T16:33:52.942Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-06T16:33:52.965Z] Warning: overwriting stash ‘stack-cost’ [2023-02-06T16:33:53.029Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T16:33:53.036Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-150-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T16:33:53.062Z] $ docker stop --time=1 5ca240b14b7fb0c9b88693d76004af71f5a5b3a0ec3da067b23499315f6dcf81 [2023-02-06T16:33:54.591Z] $ docker rm -f --volumes 5ca240b14b7fb0c9b88693d76004af71f5a5b3a0ec3da067b23499315f6dcf81 [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-06T16:33:54.997Z] provisioning config files... [2023-02-06T16:33:55.004Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15223942487607631170tmp [Pipeline] { [Pipeline] sh [2023-02-06T16:33:55.299Z] + set +x [2023-02-06T16:33:55.299Z] + curl -s https://codecov.io/bash [2023-02-06T16:33:55.299Z] + bash -s -- [2023-02-06T16:33:55.299Z] [2023-02-06T16:33:55.299Z] _____ _ [2023-02-06T16:33:55.299Z] / ____| | | [2023-02-06T16:33:55.299Z] | | ___ __| | ___ ___ _____ __ [2023-02-06T16:33:55.299Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-06T16:33:55.299Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-06T16:33:55.299Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-06T16:33:55.299Z] Bash-1.0.6 [2023-02-06T16:33:55.299Z] [2023-02-06T16:33:55.299Z] [2023-02-06T16:33:55.299Z] ==> git version 2.25.1 found [2023-02-06T16:33:55.299Z] ==> 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-06T16:33:55.299Z] Release-Date: 2020-01-08 [2023-02-06T16:33:55.299Z] 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-06T16:33:55.299Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-06T16:33:55.299Z] ==> Jenkins CI detected. [2023-02-06T16:33:55.299Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-06T16:33:55.299Z] project root: . [2023-02-06T16:33:55.299Z] --> token set from env [2023-02-06T16:33:55.299Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-06T16:33:55.299Z] ==> Running gcov in . (disable via -X gcov) [2023-02-06T16:33:55.299Z] ==> Python coveragepy not found [2023-02-06T16:33:55.299Z] ==> Searching for coverage reports in: [2023-02-06T16:33:55.299Z] + . [2023-02-06T16:33:55.299Z] -> Found 1 reports [2023-02-06T16:33:55.299Z] ==> Detecting git/mercurial file structure [2023-02-06T16:33:55.299Z] ==> Reading reports [2023-02-06T16:33:55.299Z] + ./coverage.out bytes=100848 [2023-02-06T16:33:55.299Z] ==> Appending adjustments [2023-02-06T16:33:55.299Z] https://docs.codecov.io/docs/fixing-reports [2023-02-06T16:33:55.866Z] + Found adjustments [2023-02-06T16:33:55.866Z] ==> Gzipping contents [2023-02-06T16:33:55.866Z] 16K /tmp/codecov.7vT3jH.gz [2023-02-06T16:33:55.866Z] ==> Uploading reports [2023-02-06T16:33:55.866Z] url: https://codecov.io [2023-02-06T16:33:55.866Z] query: branch=main&commit=93a0268657819106988a1ad83ac56bb06d25ff7d&build=150&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F150%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T16:33:55.866Z] -> Pinging Codecov [2023-02-06T16:33:55.866Z] 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=93a0268657819106988a1ad83ac56bb06d25ff7d&build=150&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F150%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T16:33:56.125Z] -> Uploading to [2023-02-06T16:33:56.125Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-06/7E55EF52A471D76F132DFD9A03CDDE97/93a0268657819106988a1ad83ac56bb06d25ff7d/3146e1e7-fe5e-4bf7-adb0-692b6d69b354.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T163355Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2461cab46cf041994e6097a9602d78a2d947901eda2f855d511583159c684d4c [2023-02-06T16:33:56.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T16:33:56.125Z] Dload Upload Total Spent Left Speed [2023-02-06T16:33:56.383Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14574 0 0 100 14574 0 44981 --:--:-- --:--:-- --:--:-- 44981 [2023-02-06T16:33:56.383Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/93a0268657819106988a1ad83ac56bb06d25ff7d [Pipeline] } [2023-02-06T16:33:56.391Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-06T16:33:56.519Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-06T16:33:56.532Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:33:56.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T16:33:56.832Z] [2023-02-06T16:33:56.832Z] 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-06T16:33:57.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T16:33:57.411Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-06T16:33:57.411Z] df9b9388f04a: Pulling fs layer [2023-02-06T16:33:57.411Z] 52dc419b0ee2: Pulling fs layer [2023-02-06T16:33:57.411Z] 25bc292e5bac: Pulling fs layer [2023-02-06T16:33:57.411Z] 114826534d7a: Pulling fs layer [2023-02-06T16:33:57.411Z] 4657fd5d0bcf: Pulling fs layer [2023-02-06T16:33:57.411Z] 6ad1cebc031e: Pulling fs layer [2023-02-06T16:33:57.411Z] 8a3aa393b2d8: Pulling fs layer [2023-02-06T16:33:57.411Z] 4657fd5d0bcf: Waiting [2023-02-06T16:33:57.411Z] 6ad1cebc031e: Waiting [2023-02-06T16:33:57.411Z] 8a3aa393b2d8: Waiting [2023-02-06T16:33:57.411Z] 114826534d7a: Waiting [2023-02-06T16:33:57.411Z] 25bc292e5bac: Verifying Checksum [2023-02-06T16:33:57.411Z] 25bc292e5bac: Download complete [2023-02-06T16:33:57.411Z] 52dc419b0ee2: Verifying Checksum [2023-02-06T16:33:57.411Z] 52dc419b0ee2: Download complete [2023-02-06T16:33:57.411Z] 4657fd5d0bcf: Verifying Checksum [2023-02-06T16:33:57.411Z] 4657fd5d0bcf: Download complete [2023-02-06T16:33:57.411Z] df9b9388f04a: Verifying Checksum [2023-02-06T16:33:57.411Z] df9b9388f04a: Download complete [2023-02-06T16:33:57.699Z] df9b9388f04a: Pull complete [2023-02-06T16:33:57.699Z] 6ad1cebc031e: Verifying Checksum [2023-02-06T16:33:57.699Z] 6ad1cebc031e: Download complete [2023-02-06T16:33:58.295Z] 52dc419b0ee2: Pull complete [2023-02-06T16:33:58.559Z] 25bc292e5bac: Pull complete [2023-02-06T16:33:58.559Z] 114826534d7a: Verifying Checksum [2023-02-06T16:33:58.559Z] 114826534d7a: Download complete [2023-02-06T16:33:59.130Z] 8a3aa393b2d8: Verifying Checksum [2023-02-06T16:33:59.130Z] 8a3aa393b2d8: Download complete [2023-02-06T16:34:02.424Z] 114826534d7a: Pull complete [2023-02-06T16:34:02.681Z] 4657fd5d0bcf: Pull complete [2023-02-06T16:34:03.248Z] 6ad1cebc031e: Pull complete [2023-02-06T16:34:07.566Z] 8a3aa393b2d8: Pull complete [2023-02-06T16:34:07.566Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-06T16:34:07.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T16:34:07.566Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:34:07.643Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:34:07.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-06T16:34:13.749Z] $ docker top 574286aef8dbcc7be658082394e9b23be51c7bf24031661a5e4a5866b94db010 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-06T16:34:13.821Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-06T16:34:14.104Z] + set -o pipefail [2023-02-06T16:34:14.104Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-06T16:34:20.675Z] [2023-02-06T16:34:20.676Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-06T16:34:20.676Z] [2023-02-06T16:34:20.676Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/120221a4-be10-425d-81e9-806141e2f711 [2023-02-06T16:34:20.676Z] [2023-02-06T16:34:20.676Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-06T16:34:20.676Z] [2023-02-06T16:34:20.676Z] [2023-02-06T16:34:20.676Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-06T16:34:20.676Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-06T16:34:20.676Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-06T16:34:20.940Z] $ docker stop --time=1 574286aef8dbcc7be658082394e9b23be51c7bf24031661a5e4a5866b94db010 [2023-02-06T16:34:24.645Z] $ docker rm -f --volumes 574286aef8dbcc7be658082394e9b23be51c7bf24031661a5e4a5866b94db010 [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-06T16:34:25.267Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T16:34:25.285Z] provisioning config files... [2023-02-06T16:34:25.302Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7638857681750624647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:34:25.600Z] --> edgex-publish-swagger.sh [2023-02-06T16:34:25.600Z] === Publish openapi/v3 API === [2023-02-06T16:34:25.600Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-06T16:34:25.600Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-06T16:34:25.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T16:34:25.600Z] Dload Upload Total Spent Left Speed [2023-02-06T16:34:26.121Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47094 0 0 100 47094 0 181k --:--:-- --:--:-- --:--:-- 181k 100 47094 0 0 100 47094 0 70080 --:--:-- --:--:-- --:--:-- 70080 [2023-02-06T16:34:26.121Z] [2023-02-06T16:34:26.121Z] [Pipeline] } [2023-02-06T16:34:26.129Z] 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-06T16:34:26.538Z] + git log --format=format:%s -1 93a0268657819106988a1ad83ac56bb06d25ff7d [Pipeline] sh [2023-02-06T16:34:26.833Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T16:34:26.833Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:34:27.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T16:34:27.143Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:34:27.223Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:34:27.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T16:34:28.357Z] $ docker top 16d72f5266fe5866c95d66c4fe15d681ba2d23b44dd24cabd1b1d615ef8ceb64 -eo pid,comm [2023-02-06T16:34:28.411Z] 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-06T16:34:28.411Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T16:34:28.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T16:34:28.448Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T16:34:28.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T16:34:28.565Z] $ docker exec 16d72f5266fe5866c95d66c4fe15d681ba2d23b44dd24cabd1b1d615ef8ceb64 ssh-agent [2023-02-06T16:34:28.686Z] SSH_AUTH_SOCK=/tmp/ssh-uwAzsryejoN3/agent.32 [2023-02-06T16:34:28.686Z] SSH_AGENT_PID=38 [2023-02-06T16:34:28.691Z] Running ssh-add (command line suppressed) [2023-02-06T16:34:28.777Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3129299270540687122.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3129299270540687122.key) [2023-02-06T16:34:28.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T16:34:29.086Z] + git semver tag [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,442 [run_tag] DEBUG tag force:False [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,443 [check_head_tag] DEBUG check head tag [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,446 [execute] INFO git cat-file --batch-check [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,451 [execute] INFO git cat-file --batch [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,452 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,480 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,481 [execute] INFO git tag -a v3.0.0-dev.20 -m v3.0.0-dev.20 [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,481 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.20', '-m', 'v3.0.0-dev.20'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-06T16:34:29.657Z] 2023-02-06 16:34:29,487 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:34:29.657Z] 3.0.0-dev.20 [Pipeline] } [2023-02-06T16:34:29.660Z] $ docker exec --env ******** --env ******** 16d72f5266fe5866c95d66c4fe15d681ba2d23b44dd24cabd1b1d615ef8ceb64 ssh-agent -k [2023-02-06T16:34:29.799Z] unset SSH_AUTH_SOCK; [2023-02-06T16:34:29.799Z] unset SSH_AGENT_PID; [2023-02-06T16:34:29.799Z] echo Agent pid 38 killed; [2023-02-06T16:34:29.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T16:34:30.138Z] + git semver [Pipeline] } [2023-02-06T16:34:30.402Z] $ docker stop --time=1 16d72f5266fe5866c95d66c4fe15d681ba2d23b44dd24cabd1b1d615ef8ceb64 [2023-02-06T16:34:31.729Z] $ docker rm -f --volumes 16d72f5266fe5866c95d66c4fe15d681ba2d23b44dd24cabd1b1d615ef8ceb64 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:34:32.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T16:34:32.116Z] [2023-02-06T16:34:32.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:34:32.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T16:34:32.415Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-06T16:34:32.415Z] ab5ef0e58194: Pulling fs layer [2023-02-06T16:34:32.415Z] 9712f1f96733: Pulling fs layer [2023-02-06T16:34:32.415Z] 63f879dbbcfc: Pulling fs layer [2023-02-06T16:34:32.415Z] 0d9ebad4ef96: Pulling fs layer [2023-02-06T16:34:32.415Z] e9a5061849ea: Pulling fs layer [2023-02-06T16:34:32.415Z] d747dcd14b5f: Pulling fs layer [2023-02-06T16:34:32.415Z] 2de7ff778b66: Pulling fs layer [2023-02-06T16:34:32.415Z] 0d9ebad4ef96: Waiting [2023-02-06T16:34:32.415Z] e9a5061849ea: Waiting [2023-02-06T16:34:32.415Z] d747dcd14b5f: Waiting [2023-02-06T16:34:32.415Z] 2de7ff778b66: Waiting [2023-02-06T16:34:32.415Z] 9712f1f96733: Verifying Checksum [2023-02-06T16:34:32.415Z] 9712f1f96733: Download complete [2023-02-06T16:34:33.402Z] 63f879dbbcfc: Verifying Checksum [2023-02-06T16:34:33.402Z] 63f879dbbcfc: Download complete [2023-02-06T16:34:33.402Z] e9a5061849ea: Verifying Checksum [2023-02-06T16:34:33.402Z] e9a5061849ea: Download complete [2023-02-06T16:34:33.402Z] d747dcd14b5f: Verifying Checksum [2023-02-06T16:34:33.402Z] d747dcd14b5f: Download complete [2023-02-06T16:34:33.667Z] 0d9ebad4ef96: Verifying Checksum [2023-02-06T16:34:33.667Z] 0d9ebad4ef96: Download complete [2023-02-06T16:34:33.667Z] ab5ef0e58194: Verifying Checksum [2023-02-06T16:34:33.667Z] ab5ef0e58194: Download complete [2023-02-06T16:34:33.924Z] 2de7ff778b66: Verifying Checksum [2023-02-06T16:34:33.924Z] 2de7ff778b66: Download complete [2023-02-06T16:34:36.506Z] ab5ef0e58194: Pull complete [2023-02-06T16:34:36.763Z] 9712f1f96733: Pull complete [2023-02-06T16:34:37.328Z] 63f879dbbcfc: Pull complete [2023-02-06T16:34:41.510Z] 0d9ebad4ef96: Pull complete [2023-02-06T16:34:41.510Z] e9a5061849ea: Pull complete [2023-02-06T16:34:41.510Z] d747dcd14b5f: Pull complete [2023-02-06T16:34:42.444Z] 2de7ff778b66: Pull complete [2023-02-06T16:34:42.444Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-06T16:34:42.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T16:34:42.444Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:34:42.533Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:34:42.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-06T16:34:50.037Z] $ docker top 839220135be2c5be28a0b2bafeea03c094c23fc275e447787266fd664c110908 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-06T16:34:50.125Z] provisioning config files... [2023-02-06T16:34:50.132Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3491190771994937349tmp [2023-02-06T16:34:50.140Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4237532671958011876tmp [2023-02-06T16:34:50.147Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15813174560394242123tmp [Pipeline] { [Pipeline] echo [2023-02-06T16:34:50.160Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:34:50.440Z] ---> sigul-configuration.sh [2023-02-06T16:34:50.440Z] gpg: directory `/root/.gnupg' created [2023-02-06T16:34:50.440Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-06T16:34:50.440Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-06T16:34:50.440Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-06T16:34:50.440Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-06T16:34:50.440Z] gpg: CAST5 encrypted data [2023-02-06T16:34:50.440Z] gpg: encrypted with 1 passphrase [2023-02-06T16:34:50.440Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-06T16:34:50.724Z] + mkdir /home/jenkins [2023-02-06T16:34:50.724Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-06T16:34:51.006Z] + 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-06T16:34:51.014Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:34:51.305Z] ---> sigul-install.sh [2023-02-06T16:34:51.305Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-06T16:34:51.588Z] + git tag --list [2023-02-06T16:34:51.588Z] 0.7.1 [2023-02-06T16:34:51.588Z] delhi-tag [2023-02-06T16:34:51.588Z] v1.0.0 [2023-02-06T16:34:51.588Z] v1.1.0 [2023-02-06T16:34:51.588Z] v1.1.1 [2023-02-06T16:34:51.588Z] v1.1.2 [2023-02-06T16:34:51.588Z] v1.2.0 [2023-02-06T16:34:51.588Z] v1.2.1 [2023-02-06T16:34:51.588Z] v1.2.2 [2023-02-06T16:34:51.588Z] v1.2.3 [2023-02-06T16:34:51.588Z] v1.3.0 [2023-02-06T16:34:51.588Z] v1.4.0 [2023-02-06T16:34:51.588Z] v2.0.0 [2023-02-06T16:34:51.588Z] v2.1.0 [2023-02-06T16:34:51.588Z] v2.1.1 [2023-02-06T16:34:51.588Z] v2.1.1-dev.2 [2023-02-06T16:34:51.588Z] v2.1.1-dev.3 [2023-02-06T16:34:51.588Z] v2.2.0 [2023-02-06T16:34:51.588Z] v2.2.1-dev.1 [2023-02-06T16:34:51.588Z] v2.2.1-dev.10 [2023-02-06T16:34:51.588Z] v2.2.1-dev.11 [2023-02-06T16:34:51.588Z] v2.2.1-dev.12 [2023-02-06T16:34:51.588Z] v2.2.1-dev.13 [2023-02-06T16:34:51.588Z] v2.2.1-dev.14 [2023-02-06T16:34:51.588Z] v2.2.1-dev.2 [2023-02-06T16:34:51.588Z] v2.2.1-dev.3 [2023-02-06T16:34:51.588Z] v2.2.1-dev.4 [2023-02-06T16:34:51.588Z] v2.2.1-dev.5 [2023-02-06T16:34:51.588Z] v2.2.1-dev.6 [2023-02-06T16:34:51.588Z] v2.2.1-dev.7 [2023-02-06T16:34:51.588Z] v2.2.1-dev.8 [2023-02-06T16:34:51.588Z] v2.2.1-dev.9 [2023-02-06T16:34:51.588Z] v2.3.0 [2023-02-06T16:34:51.588Z] v2.3.0-dev.14 [2023-02-06T16:34:51.588Z] v2.3.0-dev.15 [2023-02-06T16:34:51.588Z] v2.3.0-dev.16 [2023-02-06T16:34:51.588Z] v2.3.0-dev.17 [2023-02-06T16:34:51.588Z] v2.3.0-dev.18 [2023-02-06T16:34:51.588Z] v2.3.0-dev.19 [2023-02-06T16:34:51.588Z] v2.3.0-dev.20 [2023-02-06T16:34:51.588Z] v2.3.0-dev.21 [2023-02-06T16:34:51.588Z] v2.3.0-dev.22 [2023-02-06T16:34:51.588Z] v2.3.0-dev.23 [2023-02-06T16:34:51.588Z] v2.3.0-dev.24 [2023-02-06T16:34:51.588Z] v2.3.0-dev.25 [2023-02-06T16:34:51.588Z] v2.3.0-dev.26 [2023-02-06T16:34:51.588Z] v2.3.0-dev.27 [2023-02-06T16:34:51.588Z] v2.3.0-dev.28 [2023-02-06T16:34:51.588Z] v2.3.0-dev.29 [2023-02-06T16:34:51.588Z] v2.3.0-dev.30 [2023-02-06T16:34:51.588Z] v2.3.0-dev.31 [2023-02-06T16:34:51.588Z] v2.3.0-dev.32 [2023-02-06T16:34:51.588Z] v2.3.0-dev.33 [2023-02-06T16:34:51.588Z] v2.3.0-dev.34 [2023-02-06T16:34:51.588Z] v2.3.0-dev.35 [2023-02-06T16:34:51.588Z] v2.3.0-dev.36 [2023-02-06T16:34:51.588Z] v2.3.0-dev.37 [2023-02-06T16:34:51.588Z] v2.3.0-dev.38 [2023-02-06T16:34:51.588Z] v2.3.0-dev.39 [2023-02-06T16:34:51.588Z] v2.3.0-dev.40 [2023-02-06T16:34:51.588Z] v2.3.0-dev.41 [2023-02-06T16:34:51.588Z] v2.3.0-dev.42 [2023-02-06T16:34:51.588Z] v2.3.0-dev.43 [2023-02-06T16:34:51.588Z] v2.3.0-dev.44 [2023-02-06T16:34:51.588Z] v2.3.0-dev.45 [2023-02-06T16:34:51.588Z] v2.3.0-dev.46 [2023-02-06T16:34:51.588Z] v2.3.0-dev.47 [2023-02-06T16:34:51.588Z] v2.3.0-dev.48 [2023-02-06T16:34:51.588Z] v2.3.0-dev.49 [2023-02-06T16:34:51.588Z] v2.3.0-dev.50 [2023-02-06T16:34:51.588Z] v2.3.0-dev.51 [2023-02-06T16:34:51.588Z] v2.3.1-dev.1 [2023-02-06T16:34:51.588Z] v2.3.1-dev.2 [2023-02-06T16:34:51.588Z] v3.0.0-dev.1 [2023-02-06T16:34:51.588Z] v3.0.0-dev.10 [2023-02-06T16:34:51.588Z] v3.0.0-dev.11 [2023-02-06T16:34:51.588Z] v3.0.0-dev.12 [2023-02-06T16:34:51.588Z] v3.0.0-dev.13 [2023-02-06T16:34:51.588Z] v3.0.0-dev.14 [2023-02-06T16:34:51.588Z] v3.0.0-dev.15 [2023-02-06T16:34:51.588Z] v3.0.0-dev.16 [2023-02-06T16:34:51.588Z] v3.0.0-dev.17 [2023-02-06T16:34:51.588Z] v3.0.0-dev.18 [2023-02-06T16:34:51.588Z] v3.0.0-dev.19 [2023-02-06T16:34:51.588Z] v3.0.0-dev.2 [2023-02-06T16:34:51.588Z] v3.0.0-dev.20 [2023-02-06T16:34:51.588Z] v3.0.0-dev.3 [2023-02-06T16:34:51.588Z] v3.0.0-dev.4 [2023-02-06T16:34:51.588Z] v3.0.0-dev.5 [2023-02-06T16:34:51.588Z] v3.0.0-dev.6 [2023-02-06T16:34:51.588Z] v3.0.0-dev.7 [2023-02-06T16:34:51.588Z] v3.0.0-dev.8 [2023-02-06T16:34:51.588Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-06T16:34:51.873Z] + lftools sign git-tag v3.0.0-dev.20 [2023-02-06T16:34:52.442Z] Signing Git tag with Sigul... [2023-02-06T16:34:52.442Z] Signing v3.0.0-dev.20 [Pipeline] echo [2023-02-06T16:34:53.021Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:34:53.367Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-06T16:34:53.375Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-06T16:34:53.392Z] $ docker stop --time=1 839220135be2c5be28a0b2bafeea03c094c23fc275e447787266fd664c110908 [2023-02-06T16:34:54.667Z] $ docker rm -f --volumes 839220135be2c5be28a0b2bafeea03c094c23fc275e447787266fd664c110908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-06T16:34:55.073Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T16:34:55.073Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:34:55.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T16:34:55.375Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:34:55.439Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:34:55.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T16:34:55.803Z] $ docker top f003e0f7503ea604e9537536d28be4e3f29e04fd6491391d20d93a4f004bd277 -eo pid,comm [2023-02-06T16:34:55.853Z] 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-06T16:34:55.853Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T16:34:55.889Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T16:34:55.889Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T16:34:56.020Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T16:34:56.016Z] $ docker exec f003e0f7503ea604e9537536d28be4e3f29e04fd6491391d20d93a4f004bd277 ssh-agent [2023-02-06T16:34:56.137Z] SSH_AUTH_SOCK=/tmp/ssh-87b1GK97axZj/agent.24 [2023-02-06T16:34:56.137Z] SSH_AGENT_PID=37 [2023-02-06T16:34:56.141Z] Running ssh-add (command line suppressed) [2023-02-06T16:34:56.233Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17283612905696757081.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17283612905696757081.key) [2023-02-06T16:34:56.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T16:34:56.554Z] + git semver bump pre [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,765 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,765 [bump_version] DEBUG bumping version:3.0.0-dev.20 on axis:pre with prefix:dev [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,765 [bump_version] DEBUG bumped version:3.0.0-dev.21 [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,765 [write_version] DEBUG write version:3.0.0-dev.21 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,765 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,765 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,768 [execute] INFO git cat-file --batch-check [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,768 [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-06T16:34:56.812Z] 2023-02-06 16:34:56,773 [execute] INFO git cat-file --batch [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,773 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T16:34:56.812Z] 2023-02-06 16:34:56,778 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:34:56.812Z] 3.0.0-dev.21 [Pipeline] } [2023-02-06T16:34:56.814Z] $ docker exec --env ******** --env ******** f003e0f7503ea604e9537536d28be4e3f29e04fd6491391d20d93a4f004bd277 ssh-agent -k [2023-02-06T16:34:56.922Z] unset SSH_AUTH_SOCK; [2023-02-06T16:34:56.922Z] unset SSH_AGENT_PID; [2023-02-06T16:34:56.922Z] echo Agent pid 37 killed; [2023-02-06T16:34:56.939Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T16:34:57.235Z] + git semver [Pipeline] } [2023-02-06T16:34:57.495Z] $ docker stop --time=1 f003e0f7503ea604e9537536d28be4e3f29e04fd6491391d20d93a4f004bd277 [2023-02-06T16:34:59.207Z] $ docker rm -f --volumes f003e0f7503ea604e9537536d28be4e3f29e04fd6491391d20d93a4f004bd277 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T16:34:59.553Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T16:34:59.553Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:34:59.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T16:34:59.855Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:34:59.949Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:34:59.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T16:35:00.767Z] $ docker top f98ca283e5b4870c2cd36809b4703bc24b24a2b2ccdb6c9257a659bb1b7ee4c5 -eo pid,comm [2023-02-06T16:35:00.822Z] 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-06T16:35:00.822Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T16:35:00.859Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T16:35:00.859Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T16:35:00.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T16:35:00.967Z] $ docker exec f98ca283e5b4870c2cd36809b4703bc24b24a2b2ccdb6c9257a659bb1b7ee4c5 ssh-agent [2023-02-06T16:35:01.084Z] SSH_AUTH_SOCK=/tmp/ssh-UdNkuPWeymee/agent.32 [2023-02-06T16:35:01.084Z] SSH_AGENT_PID=38 [2023-02-06T16:35:01.090Z] Running ssh-add (command line suppressed) [2023-02-06T16:35:01.185Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3577741320832000059.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3577741320832000059.key) [2023-02-06T16:35:01.206Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T16:35:01.490Z] + git semver push [2023-02-06T16:35:01.749Z] 2023-02-06 16:35:01,660 [run_push] DEBUG push [2023-02-06T16:35:01.749Z] 2023-02-06 16:35:01,661 [execute] INFO git cat-file --batch-check [2023-02-06T16:35:01.749Z] 2023-02-06 16:35:01,662 [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-06T16:35:01.749Z] 2023-02-06 16:35:01,665 [execute] INFO git rev-list f325857f80f11bced3b1f2df9356fc8d4db79e0b -- [2023-02-06T16:35:01.749Z] 2023-02-06 16:35:01,665 [execute] DEBUG Popen(['git', 'rev-list', 'f325857f80f11bced3b1f2df9356fc8d4db79e0b', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-06T16:35:01.749Z] 2023-02-06 16:35:01,676 [execute] INFO git fetch -v origin [2023-02-06T16:35:01.749Z] 2023-02-06 16:35:01,676 [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-06T16:35:02.694Z] 2023-02-06 16:35:02,337 [run_push] DEBUG no remote changes detected [2023-02-06T16:35:02.694Z] 2023-02-06 16:35:02,337 [execute] INFO git push origin semver [2023-02-06T16:35:02.694Z] 2023-02-06 16:35:02,338 [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-06T16:35:03.634Z] 2023-02-06 16:35:03,467 [run_push] DEBUG push all version tags [2023-02-06T16:35:03.634Z] 2023-02-06 16:35:03,468 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-06T16:35:03.634Z] 2023-02-06 16:35:03,468 [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-06T16:35:04.572Z] 2023-02-06 16:35:04,481 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-06T16:35:04.572Z] 3.0.0-dev.21 [Pipeline] } [2023-02-06T16:35:04.573Z] $ docker exec --env ******** --env ******** f98ca283e5b4870c2cd36809b4703bc24b24a2b2ccdb6c9257a659bb1b7ee4c5 ssh-agent -k [2023-02-06T16:35:04.787Z] unset SSH_AUTH_SOCK; [2023-02-06T16:35:04.787Z] unset SSH_AGENT_PID; [2023-02-06T16:35:04.787Z] echo Agent pid 38 killed; [2023-02-06T16:35:04.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T16:35:05.117Z] + git semver [Pipeline] } [2023-02-06T16:35:05.700Z] $ docker stop --time=1 f98ca283e5b4870c2cd36809b4703bc24b24a2b2ccdb6c9257a659bb1b7ee4c5 [2023-02-06T16:35:08.015Z] $ docker rm -f --volumes f98ca283e5b4870c2cd36809b4703bc24b24a2b2ccdb6c9257a659bb1b7ee4c5 [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-06T16:35:08.615Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-06T16:35:08.615Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-06T16:35:08.615Z] total 16 [2023-02-06T16:35:08.615Z] drwxr-xr-x 3 root root 4096 Feb 6 16:25 . [2023-02-06T16:35:08.615Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 16:34 .. [2023-02-06T16:35:08.615Z] drwxr-xr-x 2 root root 4096 Feb 6 16:25 cost [2023-02-06T16:35:08.615Z] -rw-r--r-- 1 root root 85 Feb 6 16:25 cost.csv [2023-02-06T16:35:08.615Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-06T16:35:08.616Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-06T16:35:08.616Z] total 16 [2023-02-06T16:35:08.616Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 16:25 . [2023-02-06T16:35:08.616Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 16:34 .. [2023-02-06T16:35:08.616Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 6 16:25 cost [2023-02-06T16:35:08.616Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 6 16:25 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:35:08.904Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:35:09.907Z] ---> package-listing.sh [2023-02-06T16:35:09.907Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-06T16:35:09.907Z] ++ facter osfamily [2023-02-06T16:35:09.907Z] + OS_FAMILY=debian [2023-02-06T16:35:09.907Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-06T16:35:09.907Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-06T16:35:09.907Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-06T16:35:09.907Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-06T16:35:09.907Z] + PACKAGES=/tmp/packages_start.txt [2023-02-06T16:35:09.907Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-06T16:35:09.907Z] + PACKAGES=/tmp/packages_end.txt [2023-02-06T16:35:09.907Z] + case "${OS_FAMILY}" in [2023-02-06T16:35:09.907Z] + dpkg -l [2023-02-06T16:35:09.907Z] + grep '^ii' [2023-02-06T16:35:09.907Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-06T16:35:09.907Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-06T16:35:09.907Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-06T16:35:10.200Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-06T16:35:10.200Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-06T16:35:10.200Z] + 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-06T16:35:10.222Z] 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-06T16:35:10.521Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T16:35:11.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T16:35:11.080Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T16:35:11.214Z] prd-ubuntu20.04-docker-8c-8g-4688 does not seem to be running inside a container [2023-02-06T16:35:11.259Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T16:35:12.301Z] $ docker top a350dbc154d9e80f9711a2aede6bf5ca00f9ebe5fc67844952ff66b5f577ff96 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T16:35:12.648Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-06T16:35:12.930Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-06T16:35:13.213Z] + ls /var/log/sa-host [2023-02-06T16:35:13.213Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T16:35:13.276Z] provisioning config files... [2023-02-06T16:35:13.284Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14893352665680949052tmp [Pipeline] { [Pipeline] echo [2023-02-06T16:35:13.298Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:35:13.583Z] ---> create-netrc.sh [Pipeline] } [2023-02-06T16:35:13.609Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:35:13.936Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-06T16:35:13.945Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:35:14.232Z] ---> sudo-logs.sh [2023-02-06T16:35:14.232Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-06T16:35:14.267Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:35:14.553Z] ---> job-cost.sh [2023-02-06T16:35:14.553Z] lf-activate-venv: SKIPPING [2023-02-06T16:35:14.553Z] DEBUG: total: 0.2199999988079071 [2023-02-06T16:35:14.553Z] INFO: Retrieving Stack Cost... [2023-02-06T16:35:15.490Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T16:35:15.750Z] INFO: Archiving Costs [Pipeline] echo [2023-02-06T16:35:15.762Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T16:35:16.050Z] ---> logs-deploy.sh [2023-02-06T16:35:16.051Z] lf-activate-venv: SKIPPING [2023-02-06T16:35:16.051Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/150 [2023-02-06T16:35:16.051Z] INFO: archiving workspace using pattern(s): [2023-02-06T16:35:16.996Z] Archives upload complete. [2023-02-06T16:35:16.996Z] INFO: archiving logs to Nexus