Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f7da20bf34cbd31aed01d59c29d04f5a73da2a5d 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-ssh17470675510607265335.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-ssh12291130336586168618.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-ssh5560958977365526524.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-ssh14890743203877662166.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-ssh12986907070869893495.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4518 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f7da20bf34cbd31aed01d59c29d04f5a73da2a5d (main) Commit message: "Merge pull request #1295 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.7" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7da20bf34cbd31aed01d59c29d04f5a73da2a5d # timeout=10 > git rev-list --no-walk 775e2b56bedf8d4ad3f90164e245819fbdab1870 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-04T10:06:26.449Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-04T10:06:26.506Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-04T10:06:26.523Z] ========================================================= [2023-02-04T10:06:26.523Z] EdgeX Global Pipelines Version Info [2023-02-04T10:06:26.523Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:06:27.248Z] ------------------- [2023-02-04T10:06:27.248Z] stable info: [2023-02-04T10:06:27.248Z] ------------------- [2023-02-04T10:06:27.248Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-04T10:06:27.248Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-04T10:06:27.248Z] Message: update stable to v1.0.244 [2023-02-04T10:06:27.818Z] ------------------- [2023-02-04T10:06:27.818Z] experimental info: [2023-02-04T10:06:27.818Z] ------------------- [2023-02-04T10:06:27.818Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-04T10:06:27.818Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-04T10:06:27.818Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-04T10:06:28.014Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-04T10:06:28.028Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-04T10:06:28.039Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-04T10:06:28.051Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-04T10:06:28.064Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-04T10:06:28.075Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-04T10:06:28.087Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-04T10:06:28.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-04T10:06:28.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-04T10:06:28.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-04T10:06:28.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-04T10:06:28.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-04T10:06:28.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-04T10:06:28.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-04T10:06:28.191Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-04T10:06:28.202Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-04T10:06:28.216Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-04T10:06:28.232Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-04T10:06:28.242Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-04T10:06:28.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-04T10:06:28.266Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-04T10:06:28.278Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-04T10:06:28.291Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-04T10:06:28.302Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-04T10:06:28.314Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-04T10:06:28.327Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-04T10:06:28.345Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-04T10:06:28.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-04T10:06:28.374Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-04T10:06:28.390Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-04T10:06:28.404Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [Pipeline] echo [2023-02-04T10:06:28.416Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7da20b [Pipeline] echo [2023-02-04T10:06:28.429Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:06:28.472Z] provisioning config files... [2023-02-04T10:06:28.485Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11164881502389500310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:06:28.785Z] ---> docker-login.sh [2023-02-04T10:06:28.785Z] nexus3.edgexfoundry.org:10001 [2023-02-04T10:06:29.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:29.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:29.303Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:29.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:29.303Z] [2023-02-04T10:06:29.303Z] Login Succeeded [2023-02-04T10:06:29.303Z] nexus3.edgexfoundry.org:10002 [2023-02-04T10:06:29.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:29.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:29.303Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:29.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:29.303Z] [2023-02-04T10:06:29.303Z] Login Succeeded [2023-02-04T10:06:29.303Z] nexus3.edgexfoundry.org:10003 [2023-02-04T10:06:29.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:29.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:29.562Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:29.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:29.562Z] [2023-02-04T10:06:29.562Z] Login Succeeded [2023-02-04T10:06:29.562Z] nexus3.edgexfoundry.org:10004 [2023-02-04T10:06:29.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:29.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:29.562Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:29.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:29.562Z] [2023-02-04T10:06:29.562Z] Login Succeeded [2023-02-04T10:06:29.562Z] docker.io [2023-02-04T10:06:29.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:29.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:29.821Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:29.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:29.821Z] [2023-02-04T10:06:29.821Z] Login Succeeded [2023-02-04T10:06:29.821Z] ---> docker-login.sh ends [Pipeline] } [2023-02-04T10:06:29.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-04T10:06:30.196Z] + git rev-list -1 --merges f7da20bf34cbd31aed01d59c29d04f5a73da2a5d~1..f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [Pipeline] echo [2023-02-04T10:06:30.241Z] -----------> git rev-list -1 --merges f7da20bf34cbd31aed01d59c29d04f5a73da2a5d~1..f7da20bf34cbd31aed01d59c29d04f5a73da2a5d f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [2023-02-04T10:06:30.241Z] f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [false] [Pipeline] sh [2023-02-04T10:06:30.525Z] + git log --format=format:%s -1 f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [Pipeline] echo [2023-02-04T10:06:30.569Z] ========================================================= [2023-02-04T10:06:30.569Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-04T10:06:30.569Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-04T10:06:30.884Z] + git log --format=format:%s -1 f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [Pipeline] echo [2023-02-04T10:06:30.895Z] [semverPrep] GIT_COMMIT: f7da20bf34cbd31aed01d59c29d04f5a73da2a5d, Commit Message: Merge pull request #1295 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.7 [Pipeline] echo [2023-02-04T10:06:30.906Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-04T10:06:31.278Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:06:31.278Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-04T10:06:31.278Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-04T10:06:31.278Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-04T10:06:31.278Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-04T10:06:31.278Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-04T10:06:31.278Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:06:31.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:06:31.697Z] [2023-02-04T10:06:31.697Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:06:31.996Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:06:31.996Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-04T10:06:31.996Z] b85a868b505f: Pulling fs layer [2023-02-04T10:06:31.996Z] e2be974225ed: Pulling fs layer [2023-02-04T10:06:31.996Z] 339a4e72a1f5: Pulling fs layer [2023-02-04T10:06:31.996Z] 988bab9f4d93: Pulling fs layer [2023-02-04T10:06:31.996Z] 1469e6f7b9e6: Pulling fs layer [2023-02-04T10:06:31.996Z] eaf3925da568: Pulling fs layer [2023-02-04T10:06:31.996Z] bab4dde63d76: Pulling fs layer [2023-02-04T10:06:31.996Z] bde34c3a00c8: Pulling fs layer [2023-02-04T10:06:31.996Z] b352a97aabf1: Pulling fs layer [2023-02-04T10:06:31.996Z] 4872d77fe225: Pulling fs layer [2023-02-04T10:06:31.996Z] 5851b861e8e6: Pulling fs layer [2023-02-04T10:06:31.996Z] eaf3925da568: Waiting [2023-02-04T10:06:31.996Z] 988bab9f4d93: Waiting [2023-02-04T10:06:31.996Z] bab4dde63d76: Waiting [2023-02-04T10:06:31.996Z] bde34c3a00c8: Waiting [2023-02-04T10:06:31.996Z] 1469e6f7b9e6: Waiting [2023-02-04T10:06:31.996Z] b352a97aabf1: Waiting [2023-02-04T10:06:31.996Z] 4872d77fe225: Waiting [2023-02-04T10:06:32.261Z] e2be974225ed: Verifying Checksum [2023-02-04T10:06:32.261Z] e2be974225ed: Download complete [2023-02-04T10:06:32.261Z] 988bab9f4d93: Verifying Checksum [2023-02-04T10:06:32.261Z] 988bab9f4d93: Download complete [2023-02-04T10:06:32.531Z] 1469e6f7b9e6: Verifying Checksum [2023-02-04T10:06:32.531Z] 1469e6f7b9e6: Download complete [2023-02-04T10:06:32.531Z] eaf3925da568: Verifying Checksum [2023-02-04T10:06:32.531Z] eaf3925da568: Download complete [2023-02-04T10:06:32.794Z] 339a4e72a1f5: Verifying Checksum [2023-02-04T10:06:32.794Z] 339a4e72a1f5: Download complete [2023-02-04T10:06:32.794Z] bde34c3a00c8: Download complete [2023-02-04T10:06:32.794Z] b85a868b505f: Verifying Checksum [2023-02-04T10:06:32.794Z] b85a868b505f: Download complete [2023-02-04T10:06:32.794Z] 4872d77fe225: Verifying Checksum [2023-02-04T10:06:32.794Z] 4872d77fe225: Download complete [2023-02-04T10:06:32.794Z] 5851b861e8e6: Verifying Checksum [2023-02-04T10:06:32.794Z] 5851b861e8e6: Download complete [2023-02-04T10:06:32.794Z] b352a97aabf1: Verifying Checksum [2023-02-04T10:06:32.794Z] b352a97aabf1: Download complete [2023-02-04T10:06:33.370Z] bab4dde63d76: Verifying Checksum [2023-02-04T10:06:33.370Z] bab4dde63d76: Download complete [2023-02-04T10:06:34.305Z] b85a868b505f: Pull complete [2023-02-04T10:06:34.305Z] e2be974225ed: Pull complete [2023-02-04T10:06:34.872Z] 339a4e72a1f5: Pull complete [2023-02-04T10:06:34.872Z] 988bab9f4d93: Pull complete [2023-02-04T10:06:35.130Z] 1469e6f7b9e6: Pull complete [2023-02-04T10:06:35.130Z] eaf3925da568: Pull complete [2023-02-04T10:06:37.029Z] bab4dde63d76: Pull complete [2023-02-04T10:06:37.029Z] bde34c3a00c8: Pull complete [2023-02-04T10:06:37.287Z] b352a97aabf1: Pull complete [2023-02-04T10:06:37.287Z] 4872d77fe225: Pull complete [2023-02-04T10:06:37.545Z] 5851b861e8e6: Pull complete [2023-02-04T10:06:37.545Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-04T10:06:37.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:06:37.545Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:06:37.637Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:06:37.672Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:06:43.274Z] $ docker top 8fdde70ffe657efcd0dc54b1ce692ebf9c4ce649d1f92a9b8edd723b058bf32a -eo pid,comm [2023-02-04T10:06:43.321Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-04T10:06:43.321Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:06:43.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:06:43.363Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:06:43.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:06:43.477Z] $ docker exec 8fdde70ffe657efcd0dc54b1ce692ebf9c4ce649d1f92a9b8edd723b058bf32a ssh-agent [2023-02-04T10:06:43.583Z] SSH_AUTH_SOCK=/tmp/ssh-QM7VPuHKZRPx/agent.31 [2023-02-04T10:06:43.583Z] SSH_AGENT_PID=36 [2023-02-04T10:06:43.591Z] Running ssh-add (command line suppressed) [2023-02-04T10:06:43.698Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7096495710876741755.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7096495710876741755.key) [2023-02-04T10:06:43.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:06:43.996Z] + git tag --points-at HEAD [Pipeline] } [2023-02-04T10:06:44.031Z] $ docker exec --env ******** --env ******** 8fdde70ffe657efcd0dc54b1ce692ebf9c4ce649d1f92a9b8edd723b058bf32a ssh-agent -k [2023-02-04T10:06:44.129Z] unset SSH_AUTH_SOCK; [2023-02-04T10:06:44.129Z] unset SSH_AGENT_PID; [2023-02-04T10:06:44.130Z] echo Agent pid 36 killed; [2023-02-04T10:06:44.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-04T10:06:44.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:06:44.162Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:06:44.263Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:06:44.269Z] $ docker exec 8fdde70ffe657efcd0dc54b1ce692ebf9c4ce649d1f92a9b8edd723b058bf32a ssh-agent [2023-02-04T10:06:44.367Z] SSH_AUTH_SOCK=/tmp/ssh-X8LsV51W6hJZ/agent.68 [2023-02-04T10:06:44.367Z] SSH_AGENT_PID=74 [2023-02-04T10:06:44.373Z] Running ssh-add (command line suppressed) [2023-02-04T10:06:44.465Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14536359108434170365.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14536359108434170365.key) [2023-02-04T10:06:44.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:06:44.767Z] + git semver init [2023-02-04T10:06:45.026Z] 2023-02-04 10:06:45,007 [run_init] DEBUG init version:0.0.0 force:False [2023-02-04T10:06:45.026Z] 2023-02-04 10:06:45,008 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-04T10:06:45.026Z] 2023-02-04 10:06:45,009 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-04T10:06:45.026Z] 2023-02-04 10:06:45,009 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-04T10:06:45.968Z] 2023-02-04 10:06:45,961 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-04T10:06:45.968Z] 2023-02-04 10:06:45,962 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-04T10:06:45.968Z] 2023-02-04 10:06:45,962 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:06:45.968Z] 2023-02-04 10:06:45,962 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:06:45.968Z] 3.0.0-dev.17 [Pipeline] } [2023-02-04T10:06:46.240Z] $ docker exec --env ******** --env ******** 8fdde70ffe657efcd0dc54b1ce692ebf9c4ce649d1f92a9b8edd723b058bf32a ssh-agent -k [2023-02-04T10:06:46.337Z] unset SSH_AUTH_SOCK; [2023-02-04T10:06:46.337Z] unset SSH_AGENT_PID; [2023-02-04T10:06:46.338Z] echo Agent pid 74 killed; [2023-02-04T10:06:46.344Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:06:46.647Z] + git semver [Pipeline] } [2023-02-04T10:06:46.923Z] $ docker stop --time=1 8fdde70ffe657efcd0dc54b1ce692ebf9c4ce649d1f92a9b8edd723b058bf32a [2023-02-04T10:06:48.192Z] $ docker rm -f --volumes 8fdde70ffe657efcd0dc54b1ce692ebf9c4ce649d1f92a9b8edd723b058bf32a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-04T10:06:48.518Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-04T10:06:48.750Z] Stashed 1 file(s) [Pipeline] echo [2023-02-04T10:06:48.754Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.17 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:06:48.942Z] provisioning config files... [2023-02-04T10:06:48.953Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11381280130882122862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:06:48.997Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4515 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-04T10:06:49.022Z] Running in /w/workspace/device-sdk-go/147 [Pipeline] { [Pipeline] checkout [2023-02-04T10:06:49.051Z] The recommended git tool is: git [2023-02-04T10:06:49.266Z] ---> docker-login.sh [2023-02-04T10:06:49.266Z] nexus3.edgexfoundry.org:10001 [2023-02-04T10:06:49.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:49.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:49.266Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:49.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:49.266Z] [2023-02-04T10:06:49.266Z] Login Succeeded [2023-02-04T10:06:49.266Z] nexus3.edgexfoundry.org:10002 [2023-02-04T10:06:49.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:49.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:49.266Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:49.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:49.266Z] [2023-02-04T10:06:49.266Z] Login Succeeded [2023-02-04T10:06:49.266Z] nexus3.edgexfoundry.org:10003 [2023-02-04T10:06:49.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:49.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:49.526Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:49.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:49.526Z] [2023-02-04T10:06:49.526Z] Login Succeeded [2023-02-04T10:06:49.526Z] nexus3.edgexfoundry.org:10004 [2023-02-04T10:06:49.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:49.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:49.526Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:49.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:49.526Z] [2023-02-04T10:06:49.527Z] Login Succeeded [2023-02-04T10:06:49.527Z] docker.io [2023-02-04T10:06:49.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:06:49.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:06:49.787Z] Configure a credential helper to remove this warning. See [2023-02-04T10:06:49.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:06:49.787Z] [2023-02-04T10:06:49.787Z] Login Succeeded [2023-02-04T10:06:49.787Z] ---> docker-login.sh ends [Pipeline] } [2023-02-04T10:06:49.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-04T10:06:49.855Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:06:49.871Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:06:49.882Z] ========================================================= [2023-02-04T10:06:49.882Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-04T10:06:49.882Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:06:50.265Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-04T10:06:50.265Z] Sending build context to Docker daemon 10.49MB [2023-02-04T10:06:50.265Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:06:50.265Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-04T10:06:50.527Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-04T10:06:50.527Z] 213ec9aee27d: Pulling fs layer [2023-02-04T10:06:50.527Z] 4583459ba037: Pulling fs layer [2023-02-04T10:06:50.527Z] 93c1e223e6f2: Pulling fs layer [2023-02-04T10:06:50.527Z] 53926ce57604: Pulling fs layer [2023-02-04T10:06:50.527Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-04T10:06:50.527Z] 22ff95d597cd: Pulling fs layer [2023-02-04T10:06:50.527Z] 12d6caf4c0d1: Pulling fs layer [2023-02-04T10:06:50.527Z] 96b7cbca73a9: Pulling fs layer [2023-02-04T10:06:50.527Z] a7acece74701: Pulling fs layer [2023-02-04T10:06:50.527Z] 53926ce57604: Waiting [2023-02-04T10:06:50.527Z] 21b2b0c7a3f4: Waiting [2023-02-04T10:06:50.527Z] 22ff95d597cd: Waiting [2023-02-04T10:06:50.527Z] 12d6caf4c0d1: Waiting [2023-02-04T10:06:50.527Z] 96b7cbca73a9: Waiting [2023-02-04T10:06:50.527Z] 93c1e223e6f2: Verifying Checksum [2023-02-04T10:06:50.527Z] 93c1e223e6f2: Download complete [2023-02-04T10:06:50.527Z] 4583459ba037: Verifying Checksum [2023-02-04T10:06:50.527Z] 4583459ba037: Download complete [2023-02-04T10:06:50.789Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-04T10:06:50.789Z] 21b2b0c7a3f4: Download complete [2023-02-04T10:06:50.789Z] 22ff95d597cd: Verifying Checksum [2023-02-04T10:06:50.789Z] 22ff95d597cd: Download complete [2023-02-04T10:06:50.789Z] 213ec9aee27d: Verifying Checksum [2023-02-04T10:06:50.789Z] 213ec9aee27d: Download complete [2023-02-04T10:06:50.789Z] 12d6caf4c0d1: Verifying Checksum [2023-02-04T10:06:50.789Z] 12d6caf4c0d1: Download complete [2023-02-04T10:06:51.049Z] 213ec9aee27d: Pull complete [2023-02-04T10:06:51.335Z] 4583459ba037: Pull complete [2023-02-04T10:06:51.335Z] 93c1e223e6f2: Pull complete [2023-02-04T10:06:51.953Z] a7acece74701: Verifying Checksum [2023-02-04T10:06:51.953Z] a7acece74701: Download complete [2023-02-04T10:06:52.234Z] 96b7cbca73a9: Verifying Checksum [2023-02-04T10:06:52.234Z] 96b7cbca73a9: Download complete [2023-02-04T10:06:52.492Z] 53926ce57604: Verifying Checksum [2023-02-04T10:06:52.492Z] 53926ce57604: Download complete [2023-02-04T10:06:53.575Z] using credential edgex-jenkins-ssh [2023-02-04T10:06:53.591Z] Cloning the remote Git repository [2023-02-04T10:06:53.629Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-04T10:06:53.692Z] > git init /w/workspace/device-sdk-go/147 # timeout=10 [2023-02-04T10:06:53.827Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-04T10:06:53.828Z] > git --version # timeout=10 [2023-02-04T10:06:53.850Z] > git --version # 'git version 2.25.1' [2023-02-04T10:06:53.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-04T10:06:53.910Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-04T10:06:55.413Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-04T10:06:55.435Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-04T10:06:56.347Z] Avoid second fetch [2023-02-04T10:06:56.348Z] Checking out Revision f7da20bf34cbd31aed01d59c29d04f5a73da2a5d (main) [2023-02-04T10:06:56.674Z] 53926ce57604: Pull complete [2023-02-04T10:06:56.674Z] 21b2b0c7a3f4: Pull complete [2023-02-04T10:06:56.674Z] 22ff95d597cd: Pull complete [2023-02-04T10:06:56.886Z] Commit message: "Merge pull request #1295 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.7" [2023-02-04T10:06:56.932Z] 12d6caf4c0d1: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-04T10:06:56.357Z] > git config core.sparsecheckout # timeout=10 [2023-02-04T10:06:56.376Z] > git checkout -f f7da20bf34cbd31aed01d59c29d04f5a73da2a5d # timeout=10 [2023-02-04T10:06:57.827Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-04T10:06:59.458Z] 96b7cbca73a9: Pull complete [2023-02-04T10:07:00.427Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-04T10:07:00.427Z] Dload Upload Total Spent Left Speed [2023-02-04T10:07:00.427Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 73281 0 --:--:-- --:--:-- --:--:-- 73705 [Pipeline] sh [2023-02-04T10:07:00.869Z] a7acece74701: Pull complete [2023-02-04T10:07:01.091Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-04T10:07:01.127Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-04T10:07:01.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-04T10:07:01.387Z] ---> db6d94c90886 [2023-02-04T10:07:01.387Z] Step 3/10 : ARG MAKE=make build [2023-02-04T10:07:01.432Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-04T10:07:01.432Z] + sudo tee /etc/docker/daemon.new [2023-02-04T10:07:01.432Z] { [2023-02-04T10:07:01.432Z] "registry-mirrors": [ [2023-02-04T10:07:01.432Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-04T10:07:01.432Z] ], [2023-02-04T10:07:01.432Z] "bip": "10.250.0.254/24", [2023-02-04T10:07:01.432Z] "hosts": [ [2023-02-04T10:07:01.432Z] "tcp://0.0.0.0:5555", [2023-02-04T10:07:01.432Z] "unix:///var/run/docker.sock" [2023-02-04T10:07:01.432Z] ], [2023-02-04T10:07:01.432Z] "mtu": 1458, [2023-02-04T10:07:01.432Z] "selinux-enabled": true, [2023-02-04T10:07:01.432Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-04T10:07:01.432Z] } [Pipeline] sh [2023-02-04T10:07:01.761Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-04T10:07:02.084Z] + sudo service docker restart [2023-02-04T10:07:13.596Z] ---> Running in 91426e3d3c1b [2023-02-04T10:07:13.596Z] Removing intermediate container 91426e3d3c1b [2023-02-04T10:07:13.596Z] ---> 2665b7d1edd3 [2023-02-04T10:07:13.596Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-04T10:07:13.596Z] ---> Running in c97c2301e5bc [2023-02-04T10:07:13.855Z] Removing intermediate container c97c2301e5bc [2023-02-04T10:07:13.855Z] ---> 6442df2b41c7 [2023-02-04T10:07:13.855Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:07:13.855Z] ---> Running in 2063b11c9639 [2023-02-04T10:07:14.113Z] Removing intermediate container 2063b11c9639 [2023-02-04T10:07:14.113Z] ---> 48d058efed35 [2023-02-04T10:07:14.113Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-04T10:07:14.113Z] ---> Running in 4a084fd6916a [2023-02-04T10:07:14.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-04T10:07:14.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-04T10:07:14.898Z] OK: 211 MiB in 51 packages [2023-02-04T10:07:15.471Z] Removing intermediate container 4a084fd6916a [2023-02-04T10:07:15.471Z] ---> 4b50ba830d1c [2023-02-04T10:07:15.471Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-04T10:07:15.728Z] ---> 3f0c23c6f5a8 [2023-02-04T10:07:15.728Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:07:15.728Z] ---> Running in d1a210384052 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:07:20.336Z] provisioning config files... [2023-02-04T10:07:20.359Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/147@tmp/config4441932043122655093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:07:20.697Z] ---> docker-login.sh [2023-02-04T10:07:20.697Z] nexus3.edgexfoundry.org:10001 [2023-02-04T10:07:21.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:07:21.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:07:21.285Z] Configure a credential helper to remove this warning. See [2023-02-04T10:07:21.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:07:21.285Z] [2023-02-04T10:07:21.285Z] Login Succeeded [2023-02-04T10:07:21.285Z] nexus3.edgexfoundry.org:10002 [2023-02-04T10:07:21.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:07:21.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:07:21.553Z] Configure a credential helper to remove this warning. See [2023-02-04T10:07:21.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:07:21.553Z] [2023-02-04T10:07:21.553Z] Login Succeeded [2023-02-04T10:07:21.823Z] nexus3.edgexfoundry.org:10003 [2023-02-04T10:07:21.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:07:22.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:07:22.093Z] Configure a credential helper to remove this warning. See [2023-02-04T10:07:22.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:07:22.093Z] [2023-02-04T10:07:22.093Z] Login Succeeded [2023-02-04T10:07:22.093Z] nexus3.edgexfoundry.org:10004 [2023-02-04T10:07:22.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:07:22.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:07:22.361Z] Configure a credential helper to remove this warning. See [2023-02-04T10:07:22.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:07:22.361Z] [2023-02-04T10:07:22.361Z] Login Succeeded [2023-02-04T10:07:22.361Z] docker.io [2023-02-04T10:07:22.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-04T10:07:22.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-04T10:07:22.896Z] Configure a credential helper to remove this warning. See [2023-02-04T10:07:22.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-04T10:07:22.896Z] [2023-02-04T10:07:22.896Z] Login Succeeded [2023-02-04T10:07:22.896Z] ---> docker-login.sh ends [Pipeline] } [2023-02-04T10:07:22.910Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-04T10:07:23.115Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:07:23.129Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-04T10:07:23.139Z] ========================================================= [2023-02-04T10:07:23.139Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-04T10:07:23.139Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:07:23.483Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-04T10:07:23.750Z] Sending build context to Docker daemon 5.634MB [2023-02-04T10:07:23.750Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:07:23.750Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-04T10:07:25.172Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-04T10:07:25.172Z] 9b18e9b68314: Pulling fs layer [2023-02-04T10:07:25.172Z] 35d82f9e3411: Pulling fs layer [2023-02-04T10:07:25.172Z] e16973657156: Pulling fs layer [2023-02-04T10:07:25.172Z] fc693d55d65f: Pulling fs layer [2023-02-04T10:07:25.172Z] 7e9fc2657dce: Pulling fs layer [2023-02-04T10:07:25.172Z] dda99020689f: Pulling fs layer [2023-02-04T10:07:25.172Z] db1c61fa0a46: Pulling fs layer [2023-02-04T10:07:25.172Z] 891c053d2c06: Pulling fs layer [2023-02-04T10:07:25.172Z] 7e9fc2657dce: Waiting [2023-02-04T10:07:25.172Z] dda99020689f: Waiting [2023-02-04T10:07:25.172Z] db1c61fa0a46: Waiting [2023-02-04T10:07:25.172Z] 891c053d2c06: Waiting [2023-02-04T10:07:25.172Z] fc693d55d65f: Waiting [2023-02-04T10:07:25.172Z] e16973657156: Download complete [2023-02-04T10:07:25.172Z] 35d82f9e3411: Verifying Checksum [2023-02-04T10:07:25.172Z] 35d82f9e3411: Download complete [2023-02-04T10:07:25.172Z] 7e9fc2657dce: Download complete [2023-02-04T10:07:25.172Z] dda99020689f: Verifying Checksum [2023-02-04T10:07:25.172Z] dda99020689f: Download complete [2023-02-04T10:07:25.172Z] 9b18e9b68314: Verifying Checksum [2023-02-04T10:07:26.139Z] 9b18e9b68314: Pull complete [2023-02-04T10:07:26.139Z] 891c053d2c06: Verifying Checksum [2023-02-04T10:07:26.139Z] 891c053d2c06: Download complete [2023-02-04T10:07:26.408Z] 35d82f9e3411: Pull complete [2023-02-04T10:07:26.676Z] e16973657156: Pull complete [2023-02-04T10:07:27.272Z] db1c61fa0a46: Verifying Checksum [2023-02-04T10:07:27.272Z] db1c61fa0a46: Download complete [2023-02-04T10:07:27.856Z] fc693d55d65f: Verifying Checksum [2023-02-04T10:07:27.856Z] fc693d55d65f: Download complete [2023-02-04T10:07:40.180Z] fc693d55d65f: Pull complete [2023-02-04T10:07:40.181Z] 7e9fc2657dce: Pull complete [2023-02-04T10:07:40.181Z] dda99020689f: Pull complete [2023-02-04T10:07:45.532Z] db1c61fa0a46: Pull complete [2023-02-04T10:07:46.943Z] 891c053d2c06: Pull complete [2023-02-04T10:07:46.943Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-04T10:07:46.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-04T10:07:46.943Z] ---> f96f9c87975a [2023-02-04T10:07:46.943Z] Step 3/10 : ARG MAKE=make build [2023-02-04T10:07:48.888Z] ---> Running in 2bd2364a5e8b [2023-02-04T10:07:48.888Z] Removing intermediate container 2bd2364a5e8b [2023-02-04T10:07:48.888Z] ---> 7f107e516003 [2023-02-04T10:07:48.888Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-04T10:07:48.888Z] ---> Running in eb88268295a4 [2023-02-04T10:07:49.161Z] Removing intermediate container eb88268295a4 [2023-02-04T10:07:49.161Z] ---> b69dc224c863 [2023-02-04T10:07:49.161Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:07:49.161Z] ---> Running in 7d631633a365 [2023-02-04T10:07:49.437Z] Removing intermediate container 7d631633a365 [2023-02-04T10:07:49.437Z] ---> 4fd0c33126b9 [2023-02-04T10:07:49.437Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-04T10:07:49.703Z] ---> Running in b8431137adef [2023-02-04T10:07:50.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-04T10:07:50.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-04T10:07:52.340Z] OK: 221 MiB in 51 packages [2023-02-04T10:07:52.920Z] Removing intermediate container b8431137adef [2023-02-04T10:07:52.920Z] ---> b43b39a32c3b [2023-02-04T10:07:52.920Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-04T10:07:53.501Z] ---> d066ad482e6b [2023-02-04T10:07:53.501Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:07:53.501Z] ---> Running in 05a3d81cf6ee [2023-02-04T10:08:02.619Z] Removing intermediate container d1a210384052 [2023-02-04T10:08:02.619Z] ---> fc332762769f [2023-02-04T10:08:02.619Z] Step 9/10 : COPY . . [2023-02-04T10:08:02.619Z] ---> cfaad5511fb0 [2023-02-04T10:08:02.619Z] Step 10/10 : RUN ${MAKE} [2023-02-04T10:08:02.619Z] ---> Running in 0ad50ef1154f [2023-02-04T10:08:02.619Z] noop [2023-02-04T10:08:02.619Z] Removing intermediate container 0ad50ef1154f [2023-02-04T10:08:02.619Z] ---> dbf9d3785425 [2023-02-04T10:08:02.619Z] Successfully built dbf9d3785425 [2023-02-04T10:08:02.619Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:08:02.936Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-04T10:08:02.937Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:08:03.017Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:08:03.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-04T10:08:03.747Z] $ docker top 52cc9e627f5a570a5eeee798fdc0376e662e551e21b865af4466c3c3aa9ba465 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:08:04.076Z] + go version [2023-02-04T10:08:04.076Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-04T10:08:04.088Z] $ docker stop --time=1 52cc9e627f5a570a5eeee798fdc0376e662e551e21b865af4466c3c3aa9ba465 [2023-02-04T10:08:06.114Z] $ docker rm -f --volumes 52cc9e627f5a570a5eeee798fdc0376e662e551e21b865af4466c3c3aa9ba465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:08:06.948Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-04T10:08:06.948Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:08:07.293Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:08:07.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-04T10:08:08.291Z] $ docker top 3846beaf1817aa7c72e2f1d07fce1db471765ee0881c7fab29995a5c690cfec7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:08:08.622Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-04T10:08:08.917Z] + make test [2023-02-04T10:08:08.917Z] go test -race -coverprofile=coverage.out ./... [2023-02-04T10:08:15.487Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-04T10:08:30.370Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-04T10:08:30.371Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.054s coverage: 27.6% of statements [2023-02-04T10:08:30.371Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.062s coverage: 78.9% of statements [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-04T10:08:30.371Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.105s coverage: 70.2% of statements [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-04T10:08:30.371Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.104s coverage: 59.8% of statements [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-04T10:08:30.371Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.083s coverage: 65.1% of statements [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-04T10:08:30.371Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.742s coverage: 89.2% of statements [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-04T10:08:30.371Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.067s coverage: 4.7% of statements [2023-02-04T10:08:30.371Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-04T10:08:45.409Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-04T10:08:45.409Z] GO111MODULE=on go vet ./... [2023-02-04T10:08:48.687Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-04T10:08:48.687Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-04T10:08:48.687Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-04T10:08:48.700Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-04T10:08:48.715Z] $ docker stop --time=1 3846beaf1817aa7c72e2f1d07fce1db471765ee0881c7fab29995a5c690cfec7 [2023-02-04T10:08:49.894Z] Removing intermediate container 05a3d81cf6ee [2023-02-04T10:08:49.894Z] ---> acd03019cd63 [2023-02-04T10:08:49.894Z] Step 9/10 : COPY . . [2023-02-04T10:08:49.894Z] ---> 3b793347905b [2023-02-04T10:08:49.894Z] Step 10/10 : RUN ${MAKE} [2023-02-04T10:08:49.894Z] ---> Running in 03d67ea36552 [2023-02-04T10:08:50.861Z] noop [2023-02-04T10:08:52.801Z] $ docker rm -f --volumes 3846beaf1817aa7c72e2f1d07fce1db471765ee0881c7fab29995a5c690cfec7 [2023-02-04T10:08:52.802Z] Removing intermediate container 03d67ea36552 [2023-02-04T10:08:52.802Z] ---> 82dfa725cb35 [2023-02-04T10:08:52.802Z] Successfully built 82dfa725cb35 [2023-02-04T10:08:52.802Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:08:53.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-04T10:08:53.339Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2023-02-04T10:08:53.358Z] + docker inspect -f . ci-base-image-arm64 [2023-02-04T10:08:53.358Z] . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] stage [Pipeline] { (Build) [Pipeline] withDockerContainer [2023-02-04T10:08:53.536Z] prd-ubuntu20.04-docker-arm64-4c-16g-4515 does not seem to be running inside a container [2023-02-04T10:08:53.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/147 -v /w/workspace/device-sdk-go/147:/w/workspace/device-sdk-go/147:rw,z -v /w/workspace/device-sdk-go/147@tmp:/w/workspace/device-sdk-go/147@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-04T10:08:54.711Z] $ docker top b80773a724b5ee086c3e6cc652616ff2e17aca7278966a499dd8a931f1ccdd64 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-04T10:08:55.433Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-04T10:08:55.536Z] + go version [2023-02-04T10:08:55.536Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-04T10:08:55.547Z] $ docker stop --time=1 b80773a724b5ee086c3e6cc652616ff2e17aca7278966a499dd8a931f1ccdd64 [2023-02-04T10:08:55.719Z] + ls -al . [2023-02-04T10:08:55.719Z] total 272 [2023-02-04T10:08:55.719Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 4 10:08 . [2023-02-04T10:08:55.719Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:06 .. [2023-02-04T10:08:55.719Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 4 10:06 .dockerignore [2023-02-04T10:08:55.719Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 10:08 .git [2023-02-04T10:08:55.719Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:06 .github [2023-02-04T10:08:55.719Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 4 10:06 .gitignore [2023-02-04T10:08:55.719Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 4 10:06 .golangci.yml [2023-02-04T10:08:55.719Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 4 10:06 .semver [2023-02-04T10:08:55.719Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 4 10:06 CHANGELOG.md [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 4 10:06 GOVERNANCE.md [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 4 10:06 Jenkinsfile [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 4 10:06 LICENSE [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 4 10:06 Makefile [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 4 10:06 OWNERS.md [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 4 10:06 README.md [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 4 10:06 VERSION [2023-02-04T10:08:55.720Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:06 bin [2023-02-04T10:08:55.720Z] -rw-r--r-- 1 jenkins jenkins 99762 Feb 4 10:08 coverage.out [2023-02-04T10:08:55.720Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 4 10:06 example [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 4 10:06 go.mod [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 33004 Feb 4 10:06 go.sum [2023-02-04T10:08:55.720Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 4 10:06 internal [2023-02-04T10:08:55.720Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 10:06 openapi [2023-02-04T10:08:55.720Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 4 10:06 pkg [2023-02-04T10:08:55.720Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:06 snap [2023-02-04T10:08:55.720Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 4 10:06 version.go [2023-02-04T10:08:57.142Z] $ docker rm -f --volumes b80773a724b5ee086c3e6cc652616ff2e17aca7278966a499dd8a931f1ccdd64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:08:57.707Z] + docker inspect -f . ci-base-image-arm64 [2023-02-04T10:08:57.707Z] . [Pipeline] } [2023-02-04T10:08:57.719Z] + 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=f7da20bf34cbd31aed01d59c29d04f5a73da2a5d --label arch=amd64 --label version=3.0.0-dev.17 . [2023-02-04T10:08:57.720Z] Sending build context to Docker daemon 10.59MB [2023-02-04T10:08:57.720Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:08:57.720Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-04T10:08:57.720Z] ---> dbf9d3785425 [2023-02-04T10:08:57.720Z] Step 3/23 : ARG MAKE=make build [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:08:57.887Z] prd-ubuntu20.04-docker-arm64-4c-16g-4515 does not seem to be running inside a container [2023-02-04T10:08:57.948Z] $ 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/147 -v /w/workspace/device-sdk-go/147:/w/workspace/device-sdk-go/147:rw,z -v /w/workspace/device-sdk-go/147@tmp:/w/workspace/device-sdk-go/147@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-04T10:08:58.656Z] ---> Running in 48d7a38c87f6 [2023-02-04T10:08:59.122Z] $ docker top 20ebc2e60d95b8cdad1dcc869951a8292b4b723871d0f8f6099ad497d9b647f4 -eo pid,comm [2023-02-04T10:08:59.223Z] Removing intermediate container 48d7a38c87f6 [2023-02-04T10:08:59.224Z] ---> 0abcf3ba32a3 [2023-02-04T10:08:59.224Z] Step 4/23 : WORKDIR /device-sdk-go [Pipeline] { [Pipeline] sh [2023-02-04T10:08:59.789Z] ---> Running in cd86c06a6f33 [2023-02-04T10:08:59.944Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/147 [Pipeline] fileExists [Pipeline] sh [2023-02-04T10:09:00.355Z] Removing intermediate container cd86c06a6f33 [2023-02-04T10:09:00.355Z] ---> 2d796d07bf5b [2023-02-04T10:09:00.355Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:09:00.596Z] + make test [2023-02-04T10:09:00.596Z] go test -race -coverprofile=coverage.out ./... [2023-02-04T10:09:00.613Z] ---> Running in 5f599ba674c9 [2023-02-04T10:09:01.549Z] Removing intermediate container 5f599ba674c9 [2023-02-04T10:09:01.549Z] ---> 5f256dd5f88c [2023-02-04T10:09:01.549Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-04T10:09:01.549Z] ---> Running in 85e1bd573e11 [2023-02-04T10:09:02.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-04T10:09:02.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-04T10:09:02.375Z] OK: 211 MiB in 51 packages [2023-02-04T10:09:02.942Z] Removing intermediate container 85e1bd573e11 [2023-02-04T10:09:02.942Z] ---> 269372c1ab54 [2023-02-04T10:09:02.942Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-04T10:09:02.942Z] ---> 8f5ebc402684 [2023-02-04T10:09:02.942Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:09:02.942Z] ---> Running in c68c3f482d92 [2023-02-04T10:09:03.877Z] Removing intermediate container c68c3f482d92 [2023-02-04T10:09:03.877Z] ---> dad4a6d1e166 [2023-02-04T10:09:03.877Z] Step 9/23 : COPY . . [2023-02-04T10:09:04.811Z] ---> d4c76da4f420 [2023-02-04T10:09:04.812Z] Step 10/23 : RUN ${MAKE} [2023-02-04T10:09:04.812Z] ---> Running in a5dbf9a8ff89 [2023-02-04T10:09:05.378Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.17" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-04T10:09:32.096Z] Removing intermediate container a5dbf9a8ff89 [2023-02-04T10:09:32.096Z] ---> 66630053e5bb [2023-02-04T10:09:32.096Z] Step 11/23 : FROM alpine:3.16 [2023-02-04T10:09:32.096Z] 3.16: Pulling from library/alpine [2023-02-04T10:09:32.096Z] ca7dd9ec2225: Pulling fs layer [2023-02-04T10:09:32.096Z] ca7dd9ec2225: Verifying Checksum [2023-02-04T10:09:32.096Z] ca7dd9ec2225: Download complete [2023-02-04T10:09:32.096Z] ca7dd9ec2225: Pull complete [2023-02-04T10:09:32.096Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-04T10:09:32.096Z] Status: Downloaded newer image for alpine:3.16 [2023-02-04T10:09:32.096Z] ---> bfe296a52501 [2023-02-04T10:09:32.096Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-04T10:09:32.096Z] ---> Running in 7497841f7fc5 [2023-02-04T10:09:32.096Z] Removing intermediate container 7497841f7fc5 [2023-02-04T10:09:32.096Z] ---> b5a51de4e5b0 [2023-02-04T10:09:32.096Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-04T10:09:32.096Z] ---> Running in 421d51e133ff [2023-02-04T10:09:32.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-04T10:09:32.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-04T10:09:32.096Z] OK: 6 MiB in 14 packages [2023-02-04T10:09:32.096Z] Removing intermediate container 421d51e133ff [2023-02-04T10:09:32.096Z] ---> a0e1e8277295 [2023-02-04T10:09:32.096Z] Step 14/23 : WORKDIR / [2023-02-04T10:09:32.096Z] ---> Running in dd7005df0bc5 [2023-02-04T10:09:32.096Z] Removing intermediate container dd7005df0bc5 [2023-02-04T10:09:32.096Z] ---> 7631e514ea7e [2023-02-04T10:09:32.096Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-04T10:09:32.096Z] ---> 58fde7bb4bba [2023-02-04T10:09:32.096Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-04T10:09:32.660Z] ---> 1ce677877f9c [2023-02-04T10:09:32.660Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-04T10:09:32.819Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-04T10:09:33.230Z] ---> e2f677cb4ff8 [2023-02-04T10:09:33.230Z] Step 18/23 : EXPOSE 59999 [2023-02-04T10:09:33.561Z] ---> Running in 1fe7d02e0821 [2023-02-04T10:09:33.561Z] Removing intermediate container 1fe7d02e0821 [2023-02-04T10:09:33.561Z] ---> f8fce388124b [2023-02-04T10:09:33.561Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-04T10:09:33.561Z] ---> Running in 41c455fc762d [2023-02-04T10:09:33.561Z] Removing intermediate container 41c455fc762d [2023-02-04T10:09:33.561Z] ---> ae169ab58e58 [2023-02-04T10:09:33.561Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-04T10:09:33.561Z] ---> Running in 02a48eb71eaa [2023-02-04T10:09:34.495Z] Removing intermediate container 02a48eb71eaa [2023-02-04T10:09:34.495Z] ---> 39c489be1900 [2023-02-04T10:09:34.495Z] Step 21/23 : LABEL arch=amd64 [2023-02-04T10:09:34.753Z] ---> Running in 08a89ffdc1de [2023-02-04T10:09:35.317Z] Removing intermediate container 08a89ffdc1de [2023-02-04T10:09:35.318Z] ---> b88e23b6d365 [2023-02-04T10:09:35.318Z] Step 22/23 : LABEL git_sha=f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [2023-02-04T10:09:35.575Z] ---> Running in c272066c1df9 [2023-02-04T10:09:36.141Z] Removing intermediate container c272066c1df9 [2023-02-04T10:09:36.141Z] ---> bb1fae2c8836 [2023-02-04T10:09:36.141Z] Step 23/23 : LABEL version=3.0.0-dev.17 [2023-02-04T10:09:37.081Z] ---> Running in 137ce3a44412 [2023-02-04T10:09:37.647Z] Removing intermediate container 137ce3a44412 [2023-02-04T10:09:37.648Z] ---> 5f7c33f1fdb6 [2023-02-04T10:09:37.648Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-04T10:09:37.648Z] Successfully built 5f7c33f1fdb6 [2023-02-04T10:09:37.648Z] 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-04T10:09:38.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:09:38.084Z] [2023-02-04T10:09:38.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:09:38.379Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:09:38.636Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-04T10:09:38.636Z] 5eb5b503b376: Pulling fs layer [2023-02-04T10:09:38.636Z] 5c69ac0246d0: Pulling fs layer [2023-02-04T10:09:38.636Z] ec43610c2a17: Pulling fs layer [2023-02-04T10:09:38.636Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-04T10:09:38.636Z] 33b1e0a273af: Pulling fs layer [2023-02-04T10:09:38.636Z] 5d3b04190fa2: Pulling fs layer [2023-02-04T10:09:38.636Z] 2f39f015ded8: Pulling fs layer [2023-02-04T10:09:38.636Z] 3a2ae6a8a46f: Waiting [2023-02-04T10:09:38.636Z] 33b1e0a273af: Waiting [2023-02-04T10:09:38.636Z] 5d3b04190fa2: Waiting [2023-02-04T10:09:38.636Z] 2f39f015ded8: Waiting [2023-02-04T10:09:38.968Z] 5c69ac0246d0: Download complete [2023-02-04T10:09:38.968Z] 3a2ae6a8a46f: Download complete [2023-02-04T10:09:39.239Z] 33b1e0a273af: Verifying Checksum [2023-02-04T10:09:39.239Z] 33b1e0a273af: Download complete [2023-02-04T10:09:39.239Z] 5d3b04190fa2: Verifying Checksum [2023-02-04T10:09:39.239Z] 5d3b04190fa2: Download complete [2023-02-04T10:09:39.239Z] ec43610c2a17: Verifying Checksum [2023-02-04T10:09:39.239Z] ec43610c2a17: Download complete [2023-02-04T10:09:39.497Z] 5eb5b503b376: Verifying Checksum [2023-02-04T10:09:39.497Z] 5eb5b503b376: Download complete [2023-02-04T10:09:40.064Z] 2f39f015ded8: Download complete [2023-02-04T10:09:41.000Z] 5eb5b503b376: Pull complete [2023-02-04T10:09:41.945Z] 5c69ac0246d0: Pull complete [2023-02-04T10:09:43.320Z] ec43610c2a17: Pull complete [2023-02-04T10:09:43.613Z] 3a2ae6a8a46f: Pull complete [2023-02-04T10:09:44.989Z] 33b1e0a273af: Pull complete [2023-02-04T10:09:45.557Z] 5d3b04190fa2: Pull complete [2023-02-04T10:09:52.108Z] 2f39f015ded8: Pull complete [2023-02-04T10:09:52.108Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-04T10:09:52.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:09:52.108Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:09:52.189Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:09:52.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-04T10:10:02.336Z] $ docker top a7f18134610c64563c0365e1e4eba44a965d4a9cb3ea20cb870153d6a0ac7bab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:10:02.747Z] ---> job-cost.sh [2023-02-04T10:10:02.747Z] lf-activate-venv: SKIPPING [2023-02-04T10:10:02.747Z] INFO: No Stack... [2023-02-04T10:10:03.005Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-04T10:10:03.264Z] INFO: Archiving Costs [Pipeline] sh [2023-02-04T10:10:03.555Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-04T10:10:03.555Z] + cut -d, -f6 [Pipeline] lock [2023-02-04T10:10:03.568Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] [2023-02-04T10:10:03.572Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] did not exist. Created. [2023-02-04T10:10:03.573Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-04T10:10:03.874Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-04T10:10:03.899Z] Stashed 1 file(s) [Pipeline] } [2023-02-04T10:10:03.905Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-04T10:10:03.923Z] $ docker stop --time=1 a7f18134610c64563c0365e1e4eba44a965d4a9cb3ea20cb870153d6a0ac7bab [2023-02-04T10:10:05.093Z] $ docker rm -f --volumes a7f18134610c64563c0365e1e4eba44a965d4a9cb3ea20cb870153d6a0ac7bab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-04T10:11:24.471Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.451s coverage: 27.6% of statements [2023-02-04T10:11:24.471Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.335s coverage: 78.9% of statements [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-04T10:11:24.471Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.529s coverage: 70.2% of statements [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-04T10:11:24.471Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-04T10:11:28.720Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.552s coverage: 59.8% of statements [2023-02-04T10:11:28.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-04T10:11:28.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-04T10:11:28.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-04T10:11:28.720Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.387s coverage: 65.1% of statements [2023-02-04T10:11:28.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-04T10:11:28.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-04T10:11:28.720Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.257s coverage: 89.2% of statements [2023-02-04T10:11:28.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-04T10:11:28.720Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.263s coverage: 4.7% of statements [2023-02-04T10:11:28.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-04T10:11:29.303Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-04T10:11:29.303Z] GO111MODULE=on go vet ./... [2023-02-04T10:13:06.426Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-04T10:13:06.426Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-04T10:13:06.426Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-04T10:13:06.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-04T10:13:06.451Z] $ docker stop --time=1 20ebc2e60d95b8cdad1dcc869951a8292b4b723871d0f8f6099ad497d9b647f4 [2023-02-04T10:13:08.319Z] $ docker rm -f --volumes 20ebc2e60d95b8cdad1dcc869951a8292b4b723871d0f8f6099ad497d9b647f4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-04T10:13:09.802Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-04T10:13:09.826Z] Warning: overwriting stash ‘coverage-report’ [2023-02-04T10:13:10.487Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-04T10:13:10.880Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-04T10:13:11.201Z] + ls -al . [2023-02-04T10:13:11.201Z] total 268 [2023-02-04T10:13:11.201Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 4 10:09 . [2023-02-04T10:13:11.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:06 .. [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 4 10:06 .dockerignore [2023-02-04T10:13:11.201Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 10:06 .git [2023-02-04T10:13:11.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:06 .github [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 4 10:06 .gitignore [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 4 10:06 .golangci.yml [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 4 10:06 CHANGELOG.md [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 4 10:06 GOVERNANCE.md [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 4 10:06 Jenkinsfile [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 4 10:06 LICENSE [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 4 10:06 Makefile [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 4 10:06 OWNERS.md [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 4 10:06 README.md [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 4 10:06 VERSION [2023-02-04T10:13:11.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 10:06 bin [2023-02-04T10:13:11.201Z] -rw-r--r-- 1 jenkins jenkins 99762 Feb 4 10:11 coverage.out [2023-02-04T10:13:11.201Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 4 10:06 example [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 4 10:06 go.mod [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 33004 Feb 4 10:06 go.sum [2023-02-04T10:13:11.201Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 4 10:06 internal [2023-02-04T10:13:11.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 10:06 openapi [2023-02-04T10:13:11.201Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 4 10:06 pkg [2023-02-04T10:13:11.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 10:06 snap [2023-02-04T10:13:11.201Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 4 10:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:13:11.541Z] + 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=f7da20bf34cbd31aed01d59c29d04f5a73da2a5d --label arch=arm64 --label version=3.0.0-dev.17 . [2023-02-04T10:13:11.808Z] Sending build context to Docker daemon 5.734MB [2023-02-04T10:13:12.075Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-04T10:13:12.075Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-04T10:13:12.075Z] ---> 82dfa725cb35 [2023-02-04T10:13:12.075Z] Step 3/23 : ARG MAKE=make build [2023-02-04T10:13:12.347Z] ---> Running in 3d89fcaf57f0 [2023-02-04T10:13:12.631Z] Removing intermediate container 3d89fcaf57f0 [2023-02-04T10:13:12.631Z] ---> bb8a312db801 [2023-02-04T10:13:12.631Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-04T10:13:12.631Z] ---> Running in dc41d8707d37 [2023-02-04T10:13:13.231Z] Removing intermediate container dc41d8707d37 [2023-02-04T10:13:13.231Z] ---> ec4f2f9db400 [2023-02-04T10:13:13.231Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-04T10:13:13.231Z] ---> Running in 766fa8f6b973 [2023-02-04T10:13:13.502Z] Removing intermediate container 766fa8f6b973 [2023-02-04T10:13:13.502Z] ---> fe0f25b52d22 [2023-02-04T10:13:13.502Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-04T10:13:13.502Z] ---> Running in c96596b77710 [2023-02-04T10:13:14.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-04T10:13:14.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-04T10:13:15.887Z] OK: 221 MiB in 51 packages [2023-02-04T10:13:16.855Z] Removing intermediate container c96596b77710 [2023-02-04T10:13:16.855Z] ---> 5d84730248ec [2023-02-04T10:13:16.855Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-04T10:13:17.447Z] ---> 10109aa2cbe4 [2023-02-04T10:13:17.447Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-04T10:13:17.447Z] ---> Running in 7de6d95080f7 [2023-02-04T10:13:20.033Z] Removing intermediate container 7de6d95080f7 [2023-02-04T10:13:20.033Z] ---> 813374bf2438 [2023-02-04T10:13:20.033Z] Step 9/23 : COPY . . [2023-02-04T10:13:21.442Z] ---> 70956b8282a1 [2023-02-04T10:13:21.442Z] Step 10/23 : RUN ${MAKE} [2023-02-04T10:13:21.442Z] ---> Running in c108e7d6f4fc [2023-02-04T10:13:22.417Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.17" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-04T10:15:29.103Z] Removing intermediate container c108e7d6f4fc [2023-02-04T10:15:29.103Z] ---> d87948de0c1b [2023-02-04T10:15:29.103Z] Step 11/23 : FROM alpine:3.16 [2023-02-04T10:15:29.103Z] 3.16: Pulling from library/alpine [2023-02-04T10:15:29.103Z] 6875df1f5354: Pulling fs layer [2023-02-04T10:15:29.103Z] 6875df1f5354: Download complete [2023-02-04T10:15:29.103Z] 6875df1f5354: Pull complete [2023-02-04T10:15:29.103Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-04T10:15:29.103Z] Status: Downloaded newer image for alpine:3.16 [2023-02-04T10:15:29.103Z] ---> 2b4661558fb8 [2023-02-04T10:15:29.103Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-04T10:15:29.103Z] ---> Running in 7ab33d1e0a2e [2023-02-04T10:15:29.103Z] Removing intermediate container 7ab33d1e0a2e [2023-02-04T10:15:29.103Z] ---> e02e2b37872d [2023-02-04T10:15:29.103Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-04T10:15:29.103Z] ---> Running in ad070405dd38 [2023-02-04T10:15:29.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-04T10:15:29.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-04T10:15:29.103Z] OK: 5 MiB in 14 packages [2023-02-04T10:15:29.103Z] Removing intermediate container ad070405dd38 [2023-02-04T10:15:29.103Z] ---> f38c4fc750e6 [2023-02-04T10:15:29.103Z] Step 14/23 : WORKDIR / [2023-02-04T10:15:29.103Z] ---> Running in 6826b30e533d [2023-02-04T10:15:29.103Z] Removing intermediate container 6826b30e533d [2023-02-04T10:15:29.103Z] ---> 06797dd83220 [2023-02-04T10:15:29.103Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-04T10:15:29.103Z] ---> c48ba442b8c0 [2023-02-04T10:15:29.103Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-04T10:15:29.103Z] ---> fb073b83bdfa [2023-02-04T10:15:29.103Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-04T10:15:29.103Z] ---> 0304931c53b6 [2023-02-04T10:15:29.103Z] Step 18/23 : EXPOSE 59999 [2023-02-04T10:15:29.103Z] ---> Running in dc324a45c9ec [2023-02-04T10:15:29.368Z] Removing intermediate container dc324a45c9ec [2023-02-04T10:15:29.368Z] ---> c8514e8a3613 [2023-02-04T10:15:29.368Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-04T10:15:29.368Z] ---> Running in ec7d037f417f [2023-02-04T10:15:29.634Z] Removing intermediate container ec7d037f417f [2023-02-04T10:15:29.634Z] ---> 5e6ad1a3956e [2023-02-04T10:15:29.634Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-04T10:15:29.634Z] ---> Running in 38441226ca9b [2023-02-04T10:15:29.900Z] Removing intermediate container 38441226ca9b [2023-02-04T10:15:29.900Z] ---> b6bfed5c2a7e [2023-02-04T10:15:29.900Z] Step 21/23 : LABEL arch=arm64 [2023-02-04T10:15:30.166Z] ---> Running in e7719fde2705 [2023-02-04T10:15:30.431Z] Removing intermediate container e7719fde2705 [2023-02-04T10:15:30.431Z] ---> 212d92f80e76 [2023-02-04T10:15:30.431Z] Step 22/23 : LABEL git_sha=f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [2023-02-04T10:15:30.431Z] ---> Running in b1aad324912e [2023-02-04T10:15:30.699Z] Removing intermediate container b1aad324912e [2023-02-04T10:15:30.699Z] ---> 58365a18f3e6 [2023-02-04T10:15:30.699Z] Step 23/23 : LABEL version=3.0.0-dev.17 [2023-02-04T10:15:30.965Z] ---> Running in 88e2071058d7 [2023-02-04T10:15:30.965Z] Removing intermediate container 88e2071058d7 [2023-02-04T10:15:30.965Z] ---> f1f26583d88c [2023-02-04T10:15:30.965Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-04T10:15:31.231Z] Successfully built f1f26583d88c [2023-02-04T10:15:31.231Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:15:31.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-04T10:15:31.672Z] [2023-02-04T10:15:31.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:15:32.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-04T10:15:32.002Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-04T10:15:32.002Z] 8998bd30e6a1: Pulling fs layer [2023-02-04T10:15:32.002Z] 04944245beec: Pulling fs layer [2023-02-04T10:15:32.002Z] 699f458cf7ca: Pulling fs layer [2023-02-04T10:15:32.002Z] 765212b225bb: Pulling fs layer [2023-02-04T10:15:32.002Z] f23df028b6ca: Pulling fs layer [2023-02-04T10:15:32.002Z] d65c8cfc05b1: Pulling fs layer [2023-02-04T10:15:32.002Z] 2437ff75d9bd: Pulling fs layer [2023-02-04T10:15:32.002Z] 765212b225bb: Waiting [2023-02-04T10:15:32.002Z] f23df028b6ca: Waiting [2023-02-04T10:15:32.002Z] d65c8cfc05b1: Waiting [2023-02-04T10:15:32.002Z] 2437ff75d9bd: Waiting [2023-02-04T10:15:32.274Z] 04944245beec: Verifying Checksum [2023-02-04T10:15:32.274Z] 04944245beec: Download complete [2023-02-04T10:15:32.274Z] 765212b225bb: Verifying Checksum [2023-02-04T10:15:32.274Z] 765212b225bb: Download complete [2023-02-04T10:15:32.274Z] f23df028b6ca: Verifying Checksum [2023-02-04T10:15:32.274Z] f23df028b6ca: Download complete [2023-02-04T10:15:32.274Z] d65c8cfc05b1: Verifying Checksum [2023-02-04T10:15:32.274Z] d65c8cfc05b1: Download complete [2023-02-04T10:15:32.542Z] 699f458cf7ca: Verifying Checksum [2023-02-04T10:15:32.542Z] 699f458cf7ca: Download complete [2023-02-04T10:15:32.812Z] 8998bd30e6a1: Verifying Checksum [2023-02-04T10:15:32.812Z] 8998bd30e6a1: Download complete [2023-02-04T10:15:35.389Z] 2437ff75d9bd: Verifying Checksum [2023-02-04T10:15:35.389Z] 2437ff75d9bd: Download complete [2023-02-04T10:15:36.346Z] 8998bd30e6a1: Pull complete [2023-02-04T10:15:36.928Z] 04944245beec: Pull complete [2023-02-04T10:15:38.332Z] 699f458cf7ca: Pull complete [2023-02-04T10:15:38.332Z] 765212b225bb: Pull complete [2023-02-04T10:15:38.914Z] f23df028b6ca: Pull complete [2023-02-04T10:15:39.179Z] d65c8cfc05b1: Pull complete [2023-02-04T10:15:51.483Z] 2437ff75d9bd: Pull complete [2023-02-04T10:15:51.483Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-04T10:15:51.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-04T10:15:51.483Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:15:51.663Z] prd-ubuntu20.04-docker-arm64-4c-16g-4515 does not seem to be running inside a container [2023-02-04T10:15:51.719Z] $ 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/147 -v /w/workspace/device-sdk-go/147:/w/workspace/device-sdk-go/147:rw,z -v /w/workspace/device-sdk-go/147@tmp:/w/workspace/device-sdk-go/147@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-04T10:15:54.357Z] $ docker top 1b4ed18e84e993339fff70451581e717bd9426901873c7339db2023b58b1504a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:15:55.200Z] ---> job-cost.sh [2023-02-04T10:15:55.200Z] lf-activate-venv: SKIPPING [2023-02-04T10:15:55.200Z] INFO: No Stack... [2023-02-04T10:15:55.783Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-04T10:15:56.365Z] INFO: Archiving Costs [Pipeline] sh [2023-02-04T10:15:57.002Z] + cat /w/workspace/device-sdk-go/147/archives/cost.csv [2023-02-04T10:15:57.002Z] + cut -d, -f6 [Pipeline] lock [2023-02-04T10:15:57.040Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] [2023-02-04T10:15:57.047Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] did not exist. Created. [2023-02-04T10:15:57.047Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-04T10:15:57.392Z] /w/workspace/device-sdk-go/147@tmp/durable-e3d2a41a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-04T10:15:58.043Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-04T10:15:58.059Z] Warning: overwriting stash ‘stack-cost’ [2023-02-04T10:15:58.126Z] Stashed 1 file(s) [Pipeline] } [2023-02-04T10:15:58.134Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-147-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-04T10:15:58.149Z] $ docker stop --time=1 1b4ed18e84e993339fff70451581e717bd9426901873c7339db2023b58b1504a [2023-02-04T10:15:59.638Z] $ docker rm -f --volumes 1b4ed18e84e993339fff70451581e717bd9426901873c7339db2023b58b1504a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-04T10:16:00.054Z] provisioning config files... [2023-02-04T10:16:00.062Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16143072338503673719tmp [Pipeline] { [Pipeline] sh [2023-02-04T10:16:00.352Z] + set +x [2023-02-04T10:16:00.352Z] + + bashcurl -s -s -- https://codecov.io/bash [2023-02-04T10:16:00.352Z] [2023-02-04T10:16:00.352Z] [2023-02-04T10:16:00.352Z] _____ _ [2023-02-04T10:16:00.352Z] / ____| | | [2023-02-04T10:16:00.352Z] | | ___ __| | ___ ___ _____ __ [2023-02-04T10:16:00.352Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-04T10:16:00.352Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-04T10:16:00.352Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-04T10:16:00.352Z] Bash-1.0.6 [2023-02-04T10:16:00.352Z] [2023-02-04T10:16:00.352Z] [2023-02-04T10:16:00.352Z] ==> git version 2.25.1 found [2023-02-04T10:16:00.352Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-04T10:16:00.352Z] Release-Date: 2020-01-08 [2023-02-04T10:16:00.352Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-04T10:16:00.352Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-04T10:16:00.352Z] ==> Jenkins CI detected. [2023-02-04T10:16:00.352Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-04T10:16:00.352Z] project root: . [2023-02-04T10:16:00.352Z] --> token set from env [2023-02-04T10:16:00.352Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-04T10:16:00.352Z] ==> Running gcov in . (disable via -X gcov) [2023-02-04T10:16:00.352Z] ==> Python coveragepy not found [2023-02-04T10:16:00.352Z] ==> Searching for coverage reports in: [2023-02-04T10:16:00.352Z] + . [2023-02-04T10:16:00.610Z] -> Found 1 reports [2023-02-04T10:16:00.611Z] ==> Detecting git/mercurial file structure [2023-02-04T10:16:00.611Z] ==> Reading reports [2023-02-04T10:16:00.611Z] + ./coverage.out bytes=99762 [2023-02-04T10:16:00.611Z] ==> Appending adjustments [2023-02-04T10:16:00.611Z] https://docs.codecov.io/docs/fixing-reports [2023-02-04T10:16:00.869Z] + Found adjustments [2023-02-04T10:16:00.869Z] ==> Gzipping contents [2023-02-04T10:16:00.869Z] 16K /tmp/codecov.tXXvdp.gz [2023-02-04T10:16:00.869Z] ==> Uploading reports [2023-02-04T10:16:00.869Z] url: https://codecov.io [2023-02-04T10:16:00.869Z] query: branch=main&commit=f7da20bf34cbd31aed01d59c29d04f5a73da2a5d&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F147%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-04T10:16:00.869Z] -> Pinging Codecov [2023-02-04T10:16:00.869Z] 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=f7da20bf34cbd31aed01d59c29d04f5a73da2a5d&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F147%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-04T10:16:01.127Z] -> Uploading to [2023-02-04T10:16:01.127Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-04/7E55EF52A471D76F132DFD9A03CDDE97/f7da20bf34cbd31aed01d59c29d04f5a73da2a5d/aa159fa4-f8f5-460b-9c31-297e4b03b341.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230204T101600Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b9a397aa62b85708af550a1267095810910d501df0e1ba0436f7e02abc1e1ff [2023-02-04T10:16:01.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-04T10:16:01.128Z] Dload Upload Total Spent Left Speed [2023-02-04T10:16:01.386Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14429 0 0 100 14429 0 59378 --:--:-- --:--:-- --:--:-- 59378 [2023-02-04T10:16:01.386Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [Pipeline] } [2023-02-04T10:16:01.393Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-04T10:16:01.598Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-04T10:16:01.609Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:16:01.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-04T10:16:01.907Z] [2023-02-04T10:16:01.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:16:02.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-04T10:16:02.215Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-04T10:16:02.215Z] df9b9388f04a: Pulling fs layer [2023-02-04T10:16:02.215Z] 52dc419b0ee2: Pulling fs layer [2023-02-04T10:16:02.215Z] 25bc292e5bac: Pulling fs layer [2023-02-04T10:16:02.215Z] 114826534d7a: Pulling fs layer [2023-02-04T10:16:02.215Z] 4657fd5d0bcf: Pulling fs layer [2023-02-04T10:16:02.215Z] 6ad1cebc031e: Pulling fs layer [2023-02-04T10:16:02.215Z] 8a3aa393b2d8: Pulling fs layer [2023-02-04T10:16:02.215Z] 4657fd5d0bcf: Waiting [2023-02-04T10:16:02.215Z] 8a3aa393b2d8: Waiting [2023-02-04T10:16:02.215Z] 6ad1cebc031e: Waiting [2023-02-04T10:16:02.215Z] 25bc292e5bac: Download complete [2023-02-04T10:16:02.215Z] 52dc419b0ee2: Verifying Checksum [2023-02-04T10:16:02.215Z] 52dc419b0ee2: Download complete [2023-02-04T10:16:02.215Z] 4657fd5d0bcf: Verifying Checksum [2023-02-04T10:16:02.215Z] 4657fd5d0bcf: Download complete [2023-02-04T10:16:02.482Z] df9b9388f04a: Download complete [2023-02-04T10:16:02.482Z] df9b9388f04a: Pull complete [2023-02-04T10:16:02.760Z] 52dc419b0ee2: Pull complete [2023-02-04T10:16:02.760Z] 25bc292e5bac: Pull complete [2023-02-04T10:16:02.760Z] 6ad1cebc031e: Verifying Checksum [2023-02-04T10:16:02.760Z] 6ad1cebc031e: Download complete [2023-02-04T10:16:03.734Z] 114826534d7a: Verifying Checksum [2023-02-04T10:16:03.734Z] 114826534d7a: Download complete [2023-02-04T10:16:03.991Z] 8a3aa393b2d8: Verifying Checksum [2023-02-04T10:16:03.991Z] 8a3aa393b2d8: Download complete [2023-02-04T10:16:07.251Z] 114826534d7a: Pull complete [2023-02-04T10:16:07.251Z] 4657fd5d0bcf: Pull complete [2023-02-04T10:16:07.251Z] 6ad1cebc031e: Pull complete [2023-02-04T10:16:10.043Z] 8a3aa393b2d8: Pull complete [2023-02-04T10:16:10.043Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-04T10:16:10.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-04T10:16:10.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:16:10.123Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:16:10.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-04T10:16:15.272Z] $ docker top 0d067e4623cc8854dd7e2d5d2bb4ebca6c40e2f76b724e714b0f106bf9a8afdd -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-04T10:16:15.336Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-04T10:16:15.614Z] + set -o pipefail [2023-02-04T10:16:15.614Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-04T10:16:20.132Z] [2023-02-04T10:16:20.132Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-04T10:16:20.132Z] [2023-02-04T10:16:20.132Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/ad9c5090-55bc-45ed-9af9-d027b60f0635 [2023-02-04T10:16:20.132Z] [2023-02-04T10:16:20.132Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-04T10:16:20.132Z] [2023-02-04T10:16:20.392Z] [2023-02-04T10:16:20.392Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-04T10:16:20.392Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-04T10:16:20.392Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-04T10:16:20.428Z] $ docker stop --time=1 0d067e4623cc8854dd7e2d5d2bb4ebca6c40e2f76b724e714b0f106bf9a8afdd [2023-02-04T10:16:23.771Z] $ docker rm -f --volumes 0d067e4623cc8854dd7e2d5d2bb4ebca6c40e2f76b724e714b0f106bf9a8afdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-04T10:16:24.110Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:16:24.118Z] provisioning config files... [2023-02-04T10:16:24.125Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config973713962310447676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:16:24.421Z] --> edgex-publish-swagger.sh [2023-02-04T10:16:24.421Z] === Publish openapi/v3 API === [2023-02-04T10:16:24.421Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-04T10:16:24.421Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-04T10:16:24.422Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-04T10:16:24.422Z] Dload Upload Total Spent Left Speed [2023-02-04T10:16:24.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47155 100 61 100 47094 143 108k --:--:-- --:--:-- --:--:-- 108k 100 47155 100 61 100 47094 143 108k --:--:-- --:--:-- --:--:-- 108k [2023-02-04T10:16:24.680Z] {"code":404,"message":"Unknown API EdgeXFoundry1/device-sdk"} [2023-02-04T10:16:24.680Z] [Pipeline] } [2023-02-04T10:16:24.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-04T10:16:25.101Z] + git log --format=format:%s -1 f7da20bf34cbd31aed01d59c29d04f5a73da2a5d [Pipeline] sh [2023-02-04T10:16:25.395Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:16:25.396Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:16:25.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:16:25.697Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:16:25.833Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:16:25.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:16:26.315Z] $ docker top be0b66475c6559c1abb791ef0615ec28f27ba3770dbc2cf9cfa62c912e037d37 -eo pid,comm [2023-02-04T10:16:26.367Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-04T10:16:26.367Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:16:26.405Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:16:26.405Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:16:26.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:16:26.523Z] $ docker exec be0b66475c6559c1abb791ef0615ec28f27ba3770dbc2cf9cfa62c912e037d37 ssh-agent [2023-02-04T10:16:26.627Z] SSH_AUTH_SOCK=/tmp/ssh-N74YZijTopwD/agent.33 [2023-02-04T10:16:26.627Z] SSH_AGENT_PID=39 [2023-02-04T10:16:26.632Z] Running ssh-add (command line suppressed) [2023-02-04T10:16:26.737Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12196723699071981139.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12196723699071981139.key) [2023-02-04T10:16:26.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:16:27.037Z] + git semver tag [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,220 [run_tag] DEBUG tag force:False [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,220 [check_head_tag] DEBUG check head tag [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,222 [execute] INFO git cat-file --batch-check [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,222 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,225 [execute] INFO git cat-file --batch [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,226 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,251 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,252 [execute] INFO git tag -a v3.0.0-dev.17 -m v3.0.0-dev.17 [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,252 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.17', '-m', 'v3.0.0-dev.17'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-04T10:16:27.296Z] 2023-02-04 10:16:27,256 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:16:27.296Z] 3.0.0-dev.17 [Pipeline] } [2023-02-04T10:16:27.308Z] $ docker exec --env ******** --env ******** be0b66475c6559c1abb791ef0615ec28f27ba3770dbc2cf9cfa62c912e037d37 ssh-agent -k [2023-02-04T10:16:27.396Z] unset SSH_AUTH_SOCK; [2023-02-04T10:16:27.397Z] unset SSH_AGENT_PID; [2023-02-04T10:16:27.397Z] echo Agent pid 39 killed; [2023-02-04T10:16:27.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:16:27.704Z] + git semver [Pipeline] } [2023-02-04T10:16:27.976Z] $ docker stop --time=1 be0b66475c6559c1abb791ef0615ec28f27ba3770dbc2cf9cfa62c912e037d37 [2023-02-04T10:16:29.810Z] $ docker rm -f --volumes be0b66475c6559c1abb791ef0615ec28f27ba3770dbc2cf9cfa62c912e037d37 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:16:31.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-04T10:16:31.573Z] [2023-02-04T10:16:31.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:16:31.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-04T10:16:31.889Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-04T10:16:31.889Z] ab5ef0e58194: Pulling fs layer [2023-02-04T10:16:31.889Z] 9712f1f96733: Pulling fs layer [2023-02-04T10:16:31.889Z] 63f879dbbcfc: Pulling fs layer [2023-02-04T10:16:31.890Z] 0d9ebad4ef96: Pulling fs layer [2023-02-04T10:16:31.890Z] e9a5061849ea: Pulling fs layer [2023-02-04T10:16:31.890Z] d747dcd14b5f: Pulling fs layer [2023-02-04T10:16:31.890Z] 2de7ff778b66: Pulling fs layer [2023-02-04T10:16:31.890Z] d747dcd14b5f: Waiting [2023-02-04T10:16:31.890Z] 0d9ebad4ef96: Waiting [2023-02-04T10:16:31.890Z] e9a5061849ea: Waiting [2023-02-04T10:16:31.890Z] 2de7ff778b66: Waiting [2023-02-04T10:16:31.890Z] 9712f1f96733: Download complete [2023-02-04T10:16:32.485Z] 63f879dbbcfc: Verifying Checksum [2023-02-04T10:16:32.485Z] 63f879dbbcfc: Download complete [2023-02-04T10:16:33.079Z] e9a5061849ea: Verifying Checksum [2023-02-04T10:16:33.079Z] e9a5061849ea: Download complete [2023-02-04T10:16:33.079Z] d747dcd14b5f: Verifying Checksum [2023-02-04T10:16:33.079Z] d747dcd14b5f: Download complete [2023-02-04T10:16:33.079Z] ab5ef0e58194: Verifying Checksum [2023-02-04T10:16:33.079Z] ab5ef0e58194: Download complete [2023-02-04T10:16:33.336Z] 0d9ebad4ef96: Verifying Checksum [2023-02-04T10:16:33.336Z] 0d9ebad4ef96: Download complete [2023-02-04T10:16:33.336Z] 2de7ff778b66: Verifying Checksum [2023-02-04T10:16:33.336Z] 2de7ff778b66: Download complete [2023-02-04T10:16:35.790Z] ab5ef0e58194: Pull complete [2023-02-04T10:16:35.790Z] 9712f1f96733: Pull complete [2023-02-04T10:16:36.354Z] 63f879dbbcfc: Pull complete [2023-02-04T10:16:40.533Z] 0d9ebad4ef96: Pull complete [2023-02-04T10:16:40.533Z] e9a5061849ea: Pull complete [2023-02-04T10:16:40.533Z] d747dcd14b5f: Pull complete [2023-02-04T10:16:41.098Z] 2de7ff778b66: Pull complete [2023-02-04T10:16:41.098Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-04T10:16:41.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-04T10:16:41.098Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:16:41.173Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:16:41.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-04T10:16:47.165Z] $ docker top cd6a26cee38cd540abc2dd11f4a53f65368da2e0f04c8167d4bcce1608739c30 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:16:47.230Z] provisioning config files... [2023-02-04T10:16:47.240Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7958163686536929915tmp [2023-02-04T10:16:47.249Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15213811721876212583tmp [2023-02-04T10:16:47.258Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1930346377966592557tmp [Pipeline] { [Pipeline] echo [2023-02-04T10:16:47.272Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:16:47.551Z] ---> sigul-configuration.sh [2023-02-04T10:16:47.551Z] gpg: directory `/root/.gnupg' created [2023-02-04T10:16:47.551Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-04T10:16:47.551Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-04T10:16:47.551Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-04T10:16:47.551Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-04T10:16:47.551Z] gpg: CAST5 encrypted data [2023-02-04T10:16:47.551Z] gpg: encrypted with 1 passphrase [2023-02-04T10:16:47.551Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-04T10:16:47.836Z] + mkdir /home/jenkins [2023-02-04T10:16:47.836Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-04T10:16:48.125Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-04T10:16:48.139Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:16:48.423Z] ---> sigul-install.sh [2023-02-04T10:16:48.423Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-04T10:16:48.709Z] + git tag --list [2023-02-04T10:16:48.709Z] 0.7.1 [2023-02-04T10:16:48.709Z] delhi-tag [2023-02-04T10:16:48.709Z] v1.0.0 [2023-02-04T10:16:48.709Z] v1.1.0 [2023-02-04T10:16:48.709Z] v1.1.1 [2023-02-04T10:16:48.709Z] v1.1.2 [2023-02-04T10:16:48.709Z] v1.2.0 [2023-02-04T10:16:48.709Z] v1.2.1 [2023-02-04T10:16:48.709Z] v1.2.2 [2023-02-04T10:16:48.709Z] v1.2.3 [2023-02-04T10:16:48.709Z] v1.3.0 [2023-02-04T10:16:48.709Z] v1.4.0 [2023-02-04T10:16:48.709Z] v2.0.0 [2023-02-04T10:16:48.709Z] v2.1.0 [2023-02-04T10:16:48.709Z] v2.1.1 [2023-02-04T10:16:48.709Z] v2.1.1-dev.2 [2023-02-04T10:16:48.709Z] v2.1.1-dev.3 [2023-02-04T10:16:48.709Z] v2.2.0 [2023-02-04T10:16:48.709Z] v2.2.1-dev.1 [2023-02-04T10:16:48.709Z] v2.2.1-dev.10 [2023-02-04T10:16:48.709Z] v2.2.1-dev.11 [2023-02-04T10:16:48.709Z] v2.2.1-dev.12 [2023-02-04T10:16:48.709Z] v2.2.1-dev.13 [2023-02-04T10:16:48.709Z] v2.2.1-dev.14 [2023-02-04T10:16:48.709Z] v2.2.1-dev.2 [2023-02-04T10:16:48.709Z] v2.2.1-dev.3 [2023-02-04T10:16:48.709Z] v2.2.1-dev.4 [2023-02-04T10:16:48.709Z] v2.2.1-dev.5 [2023-02-04T10:16:48.709Z] v2.2.1-dev.6 [2023-02-04T10:16:48.709Z] v2.2.1-dev.7 [2023-02-04T10:16:48.709Z] v2.2.1-dev.8 [2023-02-04T10:16:48.709Z] v2.2.1-dev.9 [2023-02-04T10:16:48.709Z] v2.3.0 [2023-02-04T10:16:48.709Z] v2.3.0-dev.14 [2023-02-04T10:16:48.709Z] v2.3.0-dev.15 [2023-02-04T10:16:48.709Z] v2.3.0-dev.16 [2023-02-04T10:16:48.709Z] v2.3.0-dev.17 [2023-02-04T10:16:48.709Z] v2.3.0-dev.18 [2023-02-04T10:16:48.709Z] v2.3.0-dev.19 [2023-02-04T10:16:48.709Z] v2.3.0-dev.20 [2023-02-04T10:16:48.709Z] v2.3.0-dev.21 [2023-02-04T10:16:48.709Z] v2.3.0-dev.22 [2023-02-04T10:16:48.709Z] v2.3.0-dev.23 [2023-02-04T10:16:48.709Z] v2.3.0-dev.24 [2023-02-04T10:16:48.709Z] v2.3.0-dev.25 [2023-02-04T10:16:48.709Z] v2.3.0-dev.26 [2023-02-04T10:16:48.709Z] v2.3.0-dev.27 [2023-02-04T10:16:48.709Z] v2.3.0-dev.28 [2023-02-04T10:16:48.709Z] v2.3.0-dev.29 [2023-02-04T10:16:48.709Z] v2.3.0-dev.30 [2023-02-04T10:16:48.709Z] v2.3.0-dev.31 [2023-02-04T10:16:48.709Z] v2.3.0-dev.32 [2023-02-04T10:16:48.709Z] v2.3.0-dev.33 [2023-02-04T10:16:48.709Z] v2.3.0-dev.34 [2023-02-04T10:16:48.709Z] v2.3.0-dev.35 [2023-02-04T10:16:48.709Z] v2.3.0-dev.36 [2023-02-04T10:16:48.709Z] v2.3.0-dev.37 [2023-02-04T10:16:48.709Z] v2.3.0-dev.38 [2023-02-04T10:16:48.709Z] v2.3.0-dev.39 [2023-02-04T10:16:48.709Z] v2.3.0-dev.40 [2023-02-04T10:16:48.709Z] v2.3.0-dev.41 [2023-02-04T10:16:48.709Z] v2.3.0-dev.42 [2023-02-04T10:16:48.709Z] v2.3.0-dev.43 [2023-02-04T10:16:48.709Z] v2.3.0-dev.44 [2023-02-04T10:16:48.709Z] v2.3.0-dev.45 [2023-02-04T10:16:48.709Z] v2.3.0-dev.46 [2023-02-04T10:16:48.709Z] v2.3.0-dev.47 [2023-02-04T10:16:48.709Z] v2.3.0-dev.48 [2023-02-04T10:16:48.709Z] v2.3.0-dev.49 [2023-02-04T10:16:48.709Z] v2.3.0-dev.50 [2023-02-04T10:16:48.709Z] v2.3.0-dev.51 [2023-02-04T10:16:48.709Z] v2.3.1-dev.1 [2023-02-04T10:16:48.709Z] v2.3.1-dev.2 [2023-02-04T10:16:48.709Z] v3.0.0-dev.1 [2023-02-04T10:16:48.709Z] v3.0.0-dev.10 [2023-02-04T10:16:48.709Z] v3.0.0-dev.11 [2023-02-04T10:16:48.709Z] v3.0.0-dev.12 [2023-02-04T10:16:48.709Z] v3.0.0-dev.13 [2023-02-04T10:16:48.709Z] v3.0.0-dev.14 [2023-02-04T10:16:48.709Z] v3.0.0-dev.15 [2023-02-04T10:16:48.709Z] v3.0.0-dev.16 [2023-02-04T10:16:48.709Z] v3.0.0-dev.17 [2023-02-04T10:16:48.709Z] v3.0.0-dev.2 [2023-02-04T10:16:48.709Z] v3.0.0-dev.3 [2023-02-04T10:16:48.709Z] v3.0.0-dev.4 [2023-02-04T10:16:48.709Z] v3.0.0-dev.5 [2023-02-04T10:16:48.709Z] v3.0.0-dev.6 [2023-02-04T10:16:48.709Z] v3.0.0-dev.7 [2023-02-04T10:16:48.709Z] v3.0.0-dev.8 [2023-02-04T10:16:48.709Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-04T10:16:48.995Z] + lftools sign git-tag v3.0.0-dev.17 [2023-02-04T10:16:49.561Z] Signing Git tag with Sigul... [2023-02-04T10:16:49.561Z] Signing v3.0.0-dev.17 [Pipeline] echo [2023-02-04T10:16:49.832Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:16:50.117Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-04T10:16:50.124Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-04T10:16:50.144Z] $ docker stop --time=1 cd6a26cee38cd540abc2dd11f4a53f65368da2e0f04c8167d4bcce1608739c30 [2023-02-04T10:16:51.457Z] $ docker rm -f --volumes cd6a26cee38cd540abc2dd11f4a53f65368da2e0f04c8167d4bcce1608739c30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-04T10:16:51.874Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:16:51.875Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:16:52.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:16:52.171Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:16:52.252Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:16:52.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:16:52.629Z] $ docker top 4fffd74d0f635ef06908b3fb7478d92be1a425be9d51e2e7d63061e0e4c86c00 -eo pid,comm [2023-02-04T10:16:52.674Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-04T10:16:52.674Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:16:52.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:16:52.710Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:16:52.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:16:52.821Z] $ docker exec 4fffd74d0f635ef06908b3fb7478d92be1a425be9d51e2e7d63061e0e4c86c00 ssh-agent [2023-02-04T10:16:52.928Z] SSH_AUTH_SOCK=/tmp/ssh-A6xOzA9qDA2q/agent.32 [2023-02-04T10:16:52.928Z] SSH_AGENT_PID=38 [2023-02-04T10:16:52.933Z] Running ssh-add (command line suppressed) [2023-02-04T10:16:53.025Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15694673868594499687.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15694673868594499687.key) [2023-02-04T10:16:53.036Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:16:53.322Z] + git semver bump pre [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,499 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,499 [bump_version] DEBUG bumping version:3.0.0-dev.17 on axis:pre with prefix:dev [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,499 [bump_version] DEBUG bumped version:3.0.0-dev.18 [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,499 [write_version] DEBUG write version:3.0.0-dev.18 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,499 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,499 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,501 [execute] INFO git cat-file --batch-check [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,502 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,507 [execute] INFO git cat-file --batch [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,507 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-04T10:16:53.581Z] 2023-02-04 10:16:53,511 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:16:53.581Z] 3.0.0-dev.18 [Pipeline] } [2023-02-04T10:16:53.593Z] $ docker exec --env ******** --env ******** 4fffd74d0f635ef06908b3fb7478d92be1a425be9d51e2e7d63061e0e4c86c00 ssh-agent -k [2023-02-04T10:16:53.689Z] unset SSH_AUTH_SOCK; [2023-02-04T10:16:53.690Z] unset SSH_AGENT_PID; [2023-02-04T10:16:53.690Z] echo Agent pid 38 killed; [2023-02-04T10:16:53.698Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:16:54.000Z] + git semver [Pipeline] } [2023-02-04T10:16:54.274Z] $ docker stop --time=1 4fffd74d0f635ef06908b3fb7478d92be1a425be9d51e2e7d63061e0e4c86c00 [2023-02-04T10:16:55.507Z] $ docker rm -f --volumes 4fffd74d0f635ef06908b3fb7478d92be1a425be9d51e2e7d63061e0e4c86c00 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-04T10:16:55.842Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-04T10:16:55.842Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:16:56.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-04T10:16:56.142Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:16:56.214Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:16:56.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-04T10:16:56.582Z] $ docker top 1030c4f38f7b7f70be15f01e7211bf5373649afff33c26f1c64cdd04ba946568 -eo pid,comm [2023-02-04T10:16:56.624Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-04T10:16:56.624Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-04T10:16:56.664Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-04T10:16:56.664Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-04T10:16:56.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-04T10:16:56.780Z] $ docker exec 1030c4f38f7b7f70be15f01e7211bf5373649afff33c26f1c64cdd04ba946568 ssh-agent [2023-02-04T10:16:56.886Z] SSH_AUTH_SOCK=/tmp/ssh-oOEcwrw8T46s/agent.32 [2023-02-04T10:16:56.886Z] SSH_AGENT_PID=38 [2023-02-04T10:16:56.892Z] Running ssh-add (command line suppressed) [2023-02-04T10:16:56.988Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7668127782701651936.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7668127782701651936.key) [2023-02-04T10:16:56.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-04T10:16:57.281Z] + git semver push [2023-02-04T10:16:57.539Z] 2023-02-04 10:16:57,463 [run_push] DEBUG push [2023-02-04T10:16:57.539Z] 2023-02-04 10:16:57,464 [execute] INFO git cat-file --batch-check [2023-02-04T10:16:57.539Z] 2023-02-04 10:16:57,464 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-04T10:16:57.539Z] 2023-02-04 10:16:57,468 [execute] INFO git rev-list 84b49a9751dc39bd67cbfef877b5064bfd4454a0 -- [2023-02-04T10:16:57.539Z] 2023-02-04 10:16:57,468 [execute] DEBUG Popen(['git', 'rev-list', '84b49a9751dc39bd67cbfef877b5064bfd4454a0', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-04T10:16:57.539Z] 2023-02-04 10:16:57,480 [execute] INFO git fetch -v origin [2023-02-04T10:16:57.539Z] 2023-02-04 10:16:57,480 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-04T10:16:58.105Z] 2023-02-04 10:16:58,045 [run_push] DEBUG no remote changes detected [2023-02-04T10:16:58.105Z] 2023-02-04 10:16:58,045 [execute] INFO git push origin semver [2023-02-04T10:16:58.105Z] 2023-02-04 10:16:58,046 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-04T10:16:59.043Z] 2023-02-04 10:16:58,808 [run_push] DEBUG push all version tags [2023-02-04T10:16:59.043Z] 2023-02-04 10:16:58,809 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-04T10:16:59.043Z] 2023-02-04 10:16:58,810 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-04T10:16:59.609Z] 2023-02-04 10:16:59,535 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-04T10:16:59.609Z] 3.0.0-dev.18 [Pipeline] } [2023-02-04T10:16:59.620Z] $ docker exec --env ******** --env ******** 1030c4f38f7b7f70be15f01e7211bf5373649afff33c26f1c64cdd04ba946568 ssh-agent -k [2023-02-04T10:16:59.731Z] unset SSH_AUTH_SOCK; [2023-02-04T10:16:59.731Z] unset SSH_AGENT_PID; [2023-02-04T10:16:59.731Z] echo Agent pid 38 killed; [2023-02-04T10:16:59.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-04T10:17:00.046Z] + git semver [Pipeline] } [2023-02-04T10:17:00.318Z] $ docker stop --time=1 1030c4f38f7b7f70be15f01e7211bf5373649afff33c26f1c64cdd04ba946568 [2023-02-04T10:17:01.573Z] $ docker rm -f --volumes 1030c4f38f7b7f70be15f01e7211bf5373649afff33c26f1c64cdd04ba946568 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-04T10:17:02.085Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-04T10:17:02.085Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-04T10:17:02.085Z] total 16 [2023-02-04T10:17:02.085Z] drwxr-xr-x 3 root root 4096 Feb 4 10:10 . [2023-02-04T10:17:02.085Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 4 10:16 .. [2023-02-04T10:17:02.085Z] drwxr-xr-x 2 root root 4096 Feb 4 10:10 cost [2023-02-04T10:17:02.085Z] -rw-r--r-- 1 root root 85 Feb 4 10:10 cost.csv [2023-02-04T10:17:02.085Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-04T10:17:02.085Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-04T10:17:02.085Z] total 16 [2023-02-04T10:17:02.085Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 4 10:10 . [2023-02-04T10:17:02.085Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 4 10:16 .. [2023-02-04T10:17:02.085Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 4 10:10 cost [2023-02-04T10:17:02.085Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 4 10:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:17:02.373Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:17:03.231Z] ---> package-listing.sh [2023-02-04T10:17:03.231Z] ++ facter osfamily [2023-02-04T10:17:03.231Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-04T10:17:03.490Z] + OS_FAMILY=debian [2023-02-04T10:17:03.490Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-04T10:17:03.490Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-04T10:17:03.490Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-04T10:17:03.490Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-04T10:17:03.490Z] + PACKAGES=/tmp/packages_start.txt [2023-02-04T10:17:03.490Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-04T10:17:03.490Z] + PACKAGES=/tmp/packages_end.txt [2023-02-04T10:17:03.490Z] + case "${OS_FAMILY}" in [2023-02-04T10:17:03.491Z] + dpkg -l [2023-02-04T10:17:03.491Z] + grep '^ii' [2023-02-04T10:17:03.491Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-04T10:17:03.491Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-04T10:17:03.491Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-04T10:17:03.491Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-04T10:17:03.491Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-04T10:17:03.491Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-02-04T10:17:03.501Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-04T10:17:03.777Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-04T10:17:04.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-04T10:17:04.331Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-04T10:17:04.402Z] prd-ubuntu20.04-docker-8c-8g-4518 does not seem to be running inside a container [2023-02-04T10:17:04.431Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-04T10:17:04.679Z] $ docker top 30946bbbcf9b4766d7e9822811e79f0b60ee82bc6cff31906279faed1f7a4e1e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-04T10:17:05.012Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-04T10:17:05.295Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-04T10:17:05.578Z] + ls /var/log/sa-host [2023-02-04T10:17:05.578Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-04T10:17:05.734Z] provisioning config files... [2023-02-04T10:17:05.742Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3699430118227070657tmp [Pipeline] { [Pipeline] echo [2023-02-04T10:17:05.757Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:17:06.037Z] ---> create-netrc.sh [Pipeline] } [2023-02-04T10:17:06.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:17:06.452Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-04T10:17:06.474Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:17:06.799Z] ---> sudo-logs.sh [2023-02-04T10:17:06.799Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-04T10:17:06.851Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:17:07.144Z] ---> job-cost.sh [2023-02-04T10:17:07.144Z] lf-activate-venv: SKIPPING [2023-02-04T10:17:07.144Z] DEBUG: total: 0.2199999988079071 [2023-02-04T10:17:07.144Z] INFO: Retrieving Stack Cost... [2023-02-04T10:17:07.402Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-04T10:17:07.969Z] INFO: Archiving Costs [Pipeline] echo [2023-02-04T10:17:07.981Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-04T10:17:08.264Z] ---> logs-deploy.sh [2023-02-04T10:17:08.264Z] lf-activate-venv: SKIPPING [2023-02-04T10:17:08.264Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/147 [2023-02-04T10:17:08.264Z] INFO: archiving workspace using pattern(s): [2023-02-04T10:17:09.200Z] Archives upload complete. [2023-02-04T10:17:09.200Z] INFO: archiving logs to Nexus