Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5827dcbf4716f89f27efa4d61bbd9e5ed358461d 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-ssh13233800737447971283.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-ssh15575341187852171297.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-ssh14865724116205993490.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-ssh12624043212829268161.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-ssh12441346052577328835.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-7018 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 5827dcbf4716f89f27efa4d61bbd9e5ed358461d (main) Commit message: "Merge pull request #1340 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.28" > 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 5827dcbf4716f89f27efa4d61bbd9e5ed358461d # timeout=10 > git rev-list --no-walk 3712315dcd23cbc7dd5f9b98fcf3555f4a168ba5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-22T07:18:18.604Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-22T07:18:18.645Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-22T07:18:18.663Z] ========================================================= [2023-02-22T07:18:18.663Z] EdgeX Global Pipelines Version Info [2023-02-22T07:18:18.663Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:18:19.379Z] ------------------- [2023-02-22T07:18:19.379Z] stable info: [2023-02-22T07:18:19.379Z] ------------------- [2023-02-22T07:18:19.379Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-22T07:18:19.379Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T07:18:19.379Z] Message: update stable to v1.0.244 [2023-02-22T07:18:19.950Z] ------------------- [2023-02-22T07:18:19.950Z] experimental info: [2023-02-22T07:18:19.950Z] ------------------- [2023-02-22T07:18:19.950Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-22T07:18:19.950Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T07:18:19.950Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-22T07:18:20.118Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-22T07:18:20.127Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-22T07:18:20.135Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-22T07:18:20.153Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-22T07:18:20.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-22T07:18:20.178Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-22T07:18:20.189Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-22T07:18:20.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-22T07:18:20.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-22T07:18:20.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-22T07:18:20.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-22T07:18:20.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-22T07:18:20.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-22T07:18:20.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-22T07:18:20.293Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T07:18:20.311Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T07:18:20.328Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T07:18:20.338Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T07:18:20.349Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-22T07:18:20.361Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-22T07:18:20.377Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-22T07:18:20.394Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-22T07:18:20.408Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-22T07:18:20.425Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-22T07:18:20.439Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-22T07:18:20.451Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-22T07:18:20.463Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-22T07:18:20.477Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-22T07:18:20.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-22T07:18:20.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-22T07:18:20.526Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5827dcbf4716f89f27efa4d61bbd9e5ed358461d [Pipeline] echo [2023-02-22T07:18:20.537Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5827dcb [Pipeline] echo [2023-02-22T07:18:20.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T07:18:20.601Z] provisioning config files... [2023-02-22T07:18:20.614Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7606733848413959780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:18:20.914Z] ---> docker-login.sh [2023-02-22T07:18:20.914Z] nexus3.edgexfoundry.org:10001 [2023-02-22T07:18:21.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:21.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:21.174Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:21.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:21.174Z] [2023-02-22T07:18:21.174Z] Login Succeeded [2023-02-22T07:18:21.174Z] nexus3.edgexfoundry.org:10002 [2023-02-22T07:18:21.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:21.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:21.435Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:21.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:21.435Z] [2023-02-22T07:18:21.435Z] Login Succeeded [2023-02-22T07:18:21.435Z] nexus3.edgexfoundry.org:10003 [2023-02-22T07:18:21.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:21.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:21.435Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:21.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:21.435Z] [2023-02-22T07:18:21.435Z] Login Succeeded [2023-02-22T07:18:21.435Z] nexus3.edgexfoundry.org:10004 [2023-02-22T07:18:21.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:21.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:21.695Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:21.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:21.695Z] [2023-02-22T07:18:21.695Z] Login Succeeded [2023-02-22T07:18:21.695Z] docker.io [2023-02-22T07:18:21.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:21.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:21.955Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:21.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:21.955Z] [2023-02-22T07:18:21.955Z] Login Succeeded [2023-02-22T07:18:21.955Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T07:18:21.964Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-22T07:18:22.353Z] + git rev-list -1 --merges 5827dcbf4716f89f27efa4d61bbd9e5ed358461d~1..5827dcbf4716f89f27efa4d61bbd9e5ed358461d [Pipeline] echo [2023-02-22T07:18:22.405Z] -----------> git rev-list -1 --merges 5827dcbf4716f89f27efa4d61bbd9e5ed358461d~1..5827dcbf4716f89f27efa4d61bbd9e5ed358461d 5827dcbf4716f89f27efa4d61bbd9e5ed358461d [2023-02-22T07:18:22.405Z] 5827dcbf4716f89f27efa4d61bbd9e5ed358461d [false] [Pipeline] sh [2023-02-22T07:18:22.693Z] + git log --format=format:%s -1 5827dcbf4716f89f27efa4d61bbd9e5ed358461d [Pipeline] echo [2023-02-22T07:18:22.724Z] ========================================================= [2023-02-22T07:18:22.724Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-22T07:18:22.724Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T07:18:23.038Z] + git log --format=format:%s -1 5827dcbf4716f89f27efa4d61bbd9e5ed358461d [Pipeline] echo [2023-02-22T07:18:23.049Z] [semverPrep] GIT_COMMIT: 5827dcbf4716f89f27efa4d61bbd9e5ed358461d, Commit Message: Merge pull request #1340 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.28 [Pipeline] echo [2023-02-22T07:18:23.058Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-22T07:18:23.426Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T07:18:23.426Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-22T07:18:23.426Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-22T07:18:23.426Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-22T07:18:23.426Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-22T07:18:23.426Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-22T07:18:23.426Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:18:23.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T07:18:23.836Z] [2023-02-22T07:18:23.836Z] 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-22T07:18:24.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T07:18:24.135Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-22T07:18:24.135Z] b85a868b505f: Pulling fs layer [2023-02-22T07:18:24.135Z] e2be974225ed: Pulling fs layer [2023-02-22T07:18:24.135Z] 339a4e72a1f5: Pulling fs layer [2023-02-22T07:18:24.135Z] 988bab9f4d93: Pulling fs layer [2023-02-22T07:18:24.135Z] 1469e6f7b9e6: Pulling fs layer [2023-02-22T07:18:24.135Z] eaf3925da568: Pulling fs layer [2023-02-22T07:18:24.135Z] bab4dde63d76: Pulling fs layer [2023-02-22T07:18:24.135Z] bde34c3a00c8: Pulling fs layer [2023-02-22T07:18:24.135Z] b352a97aabf1: Pulling fs layer [2023-02-22T07:18:24.135Z] 4872d77fe225: Pulling fs layer [2023-02-22T07:18:24.135Z] 5851b861e8e6: Pulling fs layer [2023-02-22T07:18:24.135Z] bab4dde63d76: Waiting [2023-02-22T07:18:24.135Z] bde34c3a00c8: Waiting [2023-02-22T07:18:24.135Z] b352a97aabf1: Waiting [2023-02-22T07:18:24.135Z] 4872d77fe225: Waiting [2023-02-22T07:18:24.135Z] 5851b861e8e6: Waiting [2023-02-22T07:18:24.135Z] 1469e6f7b9e6: Waiting [2023-02-22T07:18:24.135Z] eaf3925da568: Waiting [2023-02-22T07:18:24.135Z] 988bab9f4d93: Waiting [2023-02-22T07:18:24.135Z] e2be974225ed: Download complete [2023-02-22T07:18:24.135Z] 988bab9f4d93: Download complete [2023-02-22T07:18:24.396Z] 339a4e72a1f5: Verifying Checksum [2023-02-22T07:18:24.396Z] 339a4e72a1f5: Download complete [2023-02-22T07:18:24.396Z] 1469e6f7b9e6: Verifying Checksum [2023-02-22T07:18:24.396Z] 1469e6f7b9e6: Download complete [2023-02-22T07:18:24.396Z] eaf3925da568: Download complete [2023-02-22T07:18:24.396Z] bde34c3a00c8: Verifying Checksum [2023-02-22T07:18:24.396Z] bde34c3a00c8: Download complete [2023-02-22T07:18:24.396Z] b352a97aabf1: Verifying Checksum [2023-02-22T07:18:24.396Z] b352a97aabf1: Download complete [2023-02-22T07:18:24.396Z] 4872d77fe225: Verifying Checksum [2023-02-22T07:18:24.396Z] 4872d77fe225: Download complete [2023-02-22T07:18:24.396Z] 5851b861e8e6: Verifying Checksum [2023-02-22T07:18:24.396Z] 5851b861e8e6: Download complete [2023-02-22T07:18:24.657Z] b85a868b505f: Verifying Checksum [2023-02-22T07:18:24.657Z] b85a868b505f: Download complete [2023-02-22T07:18:24.915Z] bab4dde63d76: Verifying Checksum [2023-02-22T07:18:24.915Z] bab4dde63d76: Download complete [2023-02-22T07:18:25.853Z] b85a868b505f: Pull complete [2023-02-22T07:18:25.853Z] e2be974225ed: Pull complete [2023-02-22T07:18:26.423Z] 339a4e72a1f5: Pull complete [2023-02-22T07:18:26.691Z] 988bab9f4d93: Pull complete [2023-02-22T07:18:26.691Z] 1469e6f7b9e6: Pull complete [2023-02-22T07:18:26.949Z] eaf3925da568: Pull complete [2023-02-22T07:18:28.857Z] bab4dde63d76: Pull complete [2023-02-22T07:18:28.857Z] bde34c3a00c8: Pull complete [2023-02-22T07:18:28.857Z] b352a97aabf1: Pull complete [2023-02-22T07:18:28.857Z] 4872d77fe225: Pull complete [2023-02-22T07:18:29.116Z] 5851b861e8e6: Pull complete [2023-02-22T07:18:29.116Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-22T07:18:29.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T07:18:29.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:18:29.200Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:18:29.231Z] $ 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-22T07:18:31.303Z] $ docker top 78d99b6293fb301cbf9b52d6cd4035c3b3444a62578a055d9120aeb8ad115536 -eo pid,comm [2023-02-22T07:18:31.358Z] 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-22T07:18:31.358Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T07:18:31.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T07:18:31.388Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T07:18:31.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T07:18:31.497Z] $ docker exec 78d99b6293fb301cbf9b52d6cd4035c3b3444a62578a055d9120aeb8ad115536 ssh-agent [2023-02-22T07:18:31.593Z] SSH_AUTH_SOCK=/tmp/ssh-u2Wk8qSh8zNE/agent.33 [2023-02-22T07:18:31.593Z] SSH_AGENT_PID=39 [2023-02-22T07:18:31.600Z] Running ssh-add (command line suppressed) [2023-02-22T07:18:31.708Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14788481491553329591.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14788481491553329591.key) [2023-02-22T07:18:31.718Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T07:18:32.002Z] + git tag --points-at HEAD [Pipeline] } [2023-02-22T07:18:32.023Z] $ docker exec --env ******** --env ******** 78d99b6293fb301cbf9b52d6cd4035c3b3444a62578a055d9120aeb8ad115536 ssh-agent -k [2023-02-22T07:18:32.108Z] unset SSH_AUTH_SOCK; [2023-02-22T07:18:32.109Z] unset SSH_AGENT_PID; [2023-02-22T07:18:32.109Z] echo Agent pid 39 killed; [2023-02-22T07:18:32.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-22T07:18:32.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T07:18:32.137Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T07:18:32.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T07:18:32.268Z] $ docker exec 78d99b6293fb301cbf9b52d6cd4035c3b3444a62578a055d9120aeb8ad115536 ssh-agent [2023-02-22T07:18:32.377Z] SSH_AUTH_SOCK=/tmp/ssh-2dslpqju5jk9/agent.71 [2023-02-22T07:18:32.377Z] SSH_AGENT_PID=77 [2023-02-22T07:18:32.381Z] Running ssh-add (command line suppressed) [2023-02-22T07:18:32.489Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16211432500169768875.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16211432500169768875.key) [2023-02-22T07:18:32.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T07:18:32.788Z] + git semver init [2023-02-22T07:18:33.048Z] 2023-02-22 07:18:32,994 [run_init] DEBUG init version:0.0.0 force:False [2023-02-22T07:18:33.048Z] 2023-02-22 07:18:32,995 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-22T07:18:33.048Z] 2023-02-22 07:18:32,996 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-22T07:18:33.048Z] 2023-02-22 07:18:32,996 [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-22T07:18:33.986Z] 2023-02-22 07:18:33,957 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-22T07:18:33.986Z] 2023-02-22 07:18:33,957 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-22T07:18:33.986Z] 2023-02-22 07:18:33,957 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:18:33.986Z] 2023-02-22 07:18:33,957 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:18:33.986Z] 3.0.0-dev.36 [Pipeline] } [2023-02-22T07:18:33.999Z] $ docker exec --env ******** --env ******** 78d99b6293fb301cbf9b52d6cd4035c3b3444a62578a055d9120aeb8ad115536 ssh-agent -k [2023-02-22T07:18:34.109Z] unset SSH_AUTH_SOCK; [2023-02-22T07:18:34.110Z] unset SSH_AGENT_PID; [2023-02-22T07:18:34.110Z] echo Agent pid 77 killed; [2023-02-22T07:18:34.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T07:18:34.417Z] + git semver [Pipeline] } [2023-02-22T07:18:34.694Z] $ docker stop --time=1 78d99b6293fb301cbf9b52d6cd4035c3b3444a62578a055d9120aeb8ad115536 [2023-02-22T07:18:36.021Z] $ docker rm -f --volumes 78d99b6293fb301cbf9b52d6cd4035c3b3444a62578a055d9120aeb8ad115536 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T07:18:36.361Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-22T07:18:36.583Z] Stashed 1 file(s) [Pipeline] echo [2023-02-22T07:18:36.587Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.36 [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-22T07:18:36.733Z] provisioning config files... [2023-02-22T07:18:36.740Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9286611554616851429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:18:37.039Z] ---> docker-login.sh [2023-02-22T07:18:37.039Z] nexus3.edgexfoundry.org:10001 [2023-02-22T07:18:37.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:37.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:37.039Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:37.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:37.039Z] [2023-02-22T07:18:37.039Z] Login Succeeded [2023-02-22T07:18:37.039Z] nexus3.edgexfoundry.org:10002 [2023-02-22T07:18:37.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:37.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:37.039Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:37.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:37.039Z] [2023-02-22T07:18:37.039Z] Login Succeeded [2023-02-22T07:18:37.039Z] nexus3.edgexfoundry.org:10003 [2023-02-22T07:18:37.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:37.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:37.300Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:37.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:37.300Z] [2023-02-22T07:18:37.300Z] Login Succeeded [2023-02-22T07:18:37.300Z] nexus3.edgexfoundry.org:10004 [2023-02-22T07:18:37.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:37.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:37.300Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:37.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:37.300Z] [2023-02-22T07:18:37.300Z] Login Succeeded [2023-02-22T07:18:37.300Z] docker.io [2023-02-22T07:18:37.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:18:37.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:18:37.559Z] Configure a credential helper to remove this warning. See [2023-02-22T07:18:37.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:18:37.559Z] [2023-02-22T07:18:37.559Z] Login Succeeded [2023-02-22T07:18:37.559Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T07:18:37.567Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T07:18:37.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T07:18:37.651Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T07:18:37.663Z] ========================================================= [2023-02-22T07:18:37.664Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-22T07:18:37.664Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:18:38.000Z] + 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-22T07:18:38.000Z] Sending build context to Docker daemon 10.53MB [2023-02-22T07:18:38.000Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T07:18:38.000Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-22T07:18:38.000Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-22T07:18:38.000Z] 213ec9aee27d: Pulling fs layer [2023-02-22T07:18:38.000Z] 4583459ba037: Pulling fs layer [2023-02-22T07:18:38.000Z] 93c1e223e6f2: Pulling fs layer [2023-02-22T07:18:38.000Z] 53926ce57604: Pulling fs layer [2023-02-22T07:18:38.000Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-22T07:18:38.000Z] 22ff95d597cd: Pulling fs layer [2023-02-22T07:18:38.000Z] 12d6caf4c0d1: Pulling fs layer [2023-02-22T07:18:38.000Z] 96b7cbca73a9: Pulling fs layer [2023-02-22T07:18:38.000Z] a7acece74701: Pulling fs layer [2023-02-22T07:18:38.000Z] 53926ce57604: Waiting [2023-02-22T07:18:38.000Z] 21b2b0c7a3f4: Waiting [2023-02-22T07:18:38.000Z] 22ff95d597cd: Waiting [2023-02-22T07:18:38.000Z] 12d6caf4c0d1: Waiting [2023-02-22T07:18:38.000Z] 96b7cbca73a9: Waiting [2023-02-22T07:18:38.000Z] a7acece74701: Waiting [2023-02-22T07:18:38.000Z] 93c1e223e6f2: Verifying Checksum [2023-02-22T07:18:38.000Z] 93c1e223e6f2: Download complete [2023-02-22T07:18:38.263Z] 4583459ba037: Verifying Checksum [2023-02-22T07:18:38.263Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-22T07:18:38.263Z] 21b2b0c7a3f4: Download complete [2023-02-22T07:18:38.263Z] 22ff95d597cd: Verifying Checksum [2023-02-22T07:18:38.263Z] 22ff95d597cd: Download complete [2023-02-22T07:18:38.263Z] 213ec9aee27d: Verifying Checksum [2023-02-22T07:18:38.263Z] 213ec9aee27d: Download complete [2023-02-22T07:18:38.263Z] 12d6caf4c0d1: Download complete [2023-02-22T07:18:38.523Z] 213ec9aee27d: Pull complete [2023-02-22T07:18:38.523Z] 4583459ba037: Pull complete [2023-02-22T07:18:38.793Z] 93c1e223e6f2: Pull complete [2023-02-22T07:18:38.793Z] a7acece74701: Verifying Checksum [2023-02-22T07:18:38.793Z] a7acece74701: Download complete [2023-02-22T07:18:39.055Z] 96b7cbca73a9: Verifying Checksum [2023-02-22T07:18:39.055Z] 96b7cbca73a9: Download complete [2023-02-22T07:18:39.314Z] 53926ce57604: Verifying Checksum [2023-02-22T07:18:39.314Z] 53926ce57604: Download complete [2023-02-22T07:18:43.510Z] 53926ce57604: Pull complete [2023-02-22T07:18:43.510Z] 21b2b0c7a3f4: Pull complete [2023-02-22T07:18:43.510Z] 22ff95d597cd: Pull complete [2023-02-22T07:18:43.510Z] 12d6caf4c0d1: Pull complete [2023-02-22T07:18:45.419Z] 96b7cbca73a9: Pull complete [2023-02-22T07:18:46.356Z] a7acece74701: Pull complete [2023-02-22T07:18:46.356Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-22T07:18:46.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-22T07:18:46.356Z] ---> db6d94c90886 [2023-02-22T07:18:46.356Z] Step 3/10 : ARG MAKE=make build [2023-02-22T07:18:50.559Z] ---> Running in c16c36a849cd [2023-02-22T07:18:50.559Z] Removing intermediate container c16c36a849cd [2023-02-22T07:18:50.559Z] ---> ecd942e59cc4 [2023-02-22T07:18:50.559Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-22T07:18:50.559Z] ---> Running in 5041d5091478 [2023-02-22T07:18:50.559Z] Removing intermediate container 5041d5091478 [2023-02-22T07:18:50.559Z] ---> 5afe9ab4a01c [2023-02-22T07:18:50.559Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T07:18:50.559Z] ---> Running in 32fead12d857 [2023-02-22T07:18:50.559Z] Removing intermediate container 32fead12d857 [2023-02-22T07:18:50.559Z] ---> 91d91c40fdf1 [2023-02-22T07:18:50.559Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-22T07:18:50.559Z] ---> Running in f53da23826ca [2023-02-22T07:18:50.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T07:18:51.077Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T07:18:51.336Z] OK: 211 MiB in 51 packages [2023-02-22T07:18:51.596Z] Removing intermediate container f53da23826ca [2023-02-22T07:18:51.596Z] ---> 3a917eab0e4e [2023-02-22T07:18:51.596Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-22T07:18:51.701Z] Still waiting to schedule task [2023-02-22T07:18:51.702Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-22T07:18:51.856Z] ---> f38820218160 [2023-02-22T07:18:51.856Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T07:18:51.856Z] ---> Running in 0a4ceb984329 [2023-02-22T07:19:38.574Z] Removing intermediate container 0a4ceb984329 [2023-02-22T07:19:38.574Z] ---> d14c18ab7e96 [2023-02-22T07:19:38.574Z] Step 9/10 : COPY . . [2023-02-22T07:19:38.574Z] ---> 8d7cd05a1366 [2023-02-22T07:19:38.574Z] Step 10/10 : RUN ${MAKE} [2023-02-22T07:19:38.574Z] ---> Running in 5e40aca3baef [2023-02-22T07:19:38.574Z] noop [2023-02-22T07:19:38.574Z] Removing intermediate container 5e40aca3baef [2023-02-22T07:19:38.574Z] ---> db0101db9a43 [2023-02-22T07:19:38.574Z] Successfully built db0101db9a43 [2023-02-22T07:19:38.574Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:19:38.884Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T07:19:38.884Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:19:38.956Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:19:38.995Z] $ 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-22T07:19:39.344Z] $ docker top 902d0bb309b5744095bdb88297bdb627f2c9293add6276abfeb3602f13d091a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T07:19:39.686Z] + go version [2023-02-22T07:19:39.687Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-22T07:19:39.699Z] $ docker stop --time=1 902d0bb309b5744095bdb88297bdb627f2c9293add6276abfeb3602f13d091a1 [2023-02-22T07:19:40.989Z] $ docker rm -f --volumes 902d0bb309b5744095bdb88297bdb627f2c9293add6276abfeb3602f13d091a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:19:41.399Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T07:19:41.399Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:19:41.473Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:19:41.501Z] $ 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-22T07:19:41.829Z] $ docker top 5b888cbd3b74abcb90877d6550b5aa87eb10ed890313fbf26e47f49102d52a4f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T07:19:42.175Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-22T07:19:42.473Z] + make test [2023-02-22T07:19:42.473Z] go test -race -coverprofile=coverage.out ./... [2023-02-22T07:19:49.038Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-22T07:20:03.911Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-22T07:20:03.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.076s coverage: 27.6% of statements [2023-02-22T07:20:03.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.058s coverage: 78.9% of statements [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-22T07:20:03.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.103s coverage: 86.0% of statements [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-22T07:20:03.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.118s coverage: 77.0% of statements [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-22T07:20:03.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.085s coverage: 65.2% of statements [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-22T07:20:03.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.740s coverage: 89.2% of statements [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-22T07:20:03.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.055s coverage: 4.7% of statements [2023-02-22T07:20:03.912Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-22T07:20:21.584Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7019 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-22T07:20:21.598Z] Running in /w/workspace/device-sdk-go/166 [Pipeline] { [Pipeline] checkout [2023-02-22T07:20:21.639Z] The recommended git tool is: git [2023-02-22T07:20:21.998Z] 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-22T07:20:21.998Z] GO111MODULE=on go vet ./... [2023-02-22T07:20:23.894Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T07:20:23.894Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T07:20:23.894Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T07:20:24.165Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T07:20:24.181Z] $ docker stop --time=1 5b888cbd3b74abcb90877d6550b5aa87eb10ed890313fbf26e47f49102d52a4f [2023-02-22T07:20:26.744Z] using credential edgex-jenkins-ssh [2023-02-22T07:20:26.768Z] Cloning the remote Git repository [2023-02-22T07:20:27.529Z] $ docker rm -f --volumes 5b888cbd3b74abcb90877d6550b5aa87eb10ed890313fbf26e47f49102d52a4f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T07:20:26.814Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-22T07:20:26.891Z] > git init /w/workspace/device-sdk-go/166 # timeout=10 [2023-02-22T07:20:27.050Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-22T07:20:27.052Z] > git --version # timeout=10 [2023-02-22T07:20:27.075Z] > git --version # 'git version 2.25.1' [2023-02-22T07:20:27.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-22T07:20:27.138Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T07:20:28.077Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T07:20:28.149Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-22T07:20:28.652Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T07:20:28.935Z] + ls -al . [2023-02-22T07:20:28.935Z] total 272 [2023-02-22T07:20:28.935Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 22 07:19 . [2023-02-22T07:20:28.935Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:18 .. [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 07:18 .dockerignore [2023-02-22T07:20:28.935Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 07:20 .git [2023-02-22T07:20:28.935Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 07:18 .github [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 22 07:18 .gitignore [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 22 07:18 .golangci.yml [2023-02-22T07:20:28.935Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 07:18 .semver [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 22 07:18 CHANGELOG.md [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 07:18 GOVERNANCE.md [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 22 07:18 Jenkinsfile [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 07:18 LICENSE [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 22 07:18 Makefile [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 22 07:18 OWNERS.md [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 22 07:18 README.md [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 07:18 VERSION [2023-02-22T07:20:28.935Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 07:18 bin [2023-02-22T07:20:28.935Z] -rw-r--r-- 1 jenkins jenkins 98530 Feb 22 07:20 coverage.out [2023-02-22T07:20:28.935Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 07:18 example [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 3266 Feb 22 07:18 go.mod [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 32794 Feb 22 07:18 go.sum [2023-02-22T07:20:28.935Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 07:18 internal [2023-02-22T07:20:28.935Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 07:18 openapi [2023-02-22T07:20:28.935Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 22 07:18 pkg [2023-02-22T07:20:28.935Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:18 snap [2023-02-22T07:20:28.935Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 07:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:20:28.730Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-22T07:20:28.754Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T07:20:29.245Z] + 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=5827dcbf4716f89f27efa4d61bbd9e5ed358461d --label arch=amd64 --label version=3.0.0-dev.36 . [2023-02-22T07:20:29.246Z] Sending build context to Docker daemon 10.63MB [2023-02-22T07:20:29.246Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T07:20:29.246Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-22T07:20:29.246Z] ---> db0101db9a43 [2023-02-22T07:20:29.246Z] Step 3/23 : ARG MAKE=make build [2023-02-22T07:20:29.506Z] ---> Running in 80a3e8eb21ca [2023-02-22T07:20:29.506Z] Removing intermediate container 80a3e8eb21ca [2023-02-22T07:20:29.506Z] ---> fe0e706b7d77 [2023-02-22T07:20:29.506Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-22T07:20:29.506Z] ---> Running in e9b4690e1478 [2023-02-22T07:20:29.506Z] Removing intermediate container e9b4690e1478 [2023-02-22T07:20:29.506Z] ---> 093aea4c437c [2023-02-22T07:20:29.506Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T07:20:29.506Z] ---> Running in 2f0904e0a90f [2023-02-22T07:20:29.506Z] Removing intermediate container 2f0904e0a90f [2023-02-22T07:20:29.506Z] ---> ccac2a4fde00 [2023-02-22T07:20:29.506Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-22T07:20:29.595Z] Avoid second fetch [2023-02-22T07:20:29.595Z] Checking out Revision 5827dcbf4716f89f27efa4d61bbd9e5ed358461d (main) [2023-02-22T07:20:29.765Z] ---> Running in 25b7594dcd79 [2023-02-22T07:20:30.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T07:20:30.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T07:20:30.095Z] Commit message: "Merge pull request #1340 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.28" [2023-02-22T07:20:30.285Z] OK: 211 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T07:20:29.613Z] > git config core.sparsecheckout # timeout=10 [2023-02-22T07:20:29.636Z] > git checkout -f 5827dcbf4716f89f27efa4d61bbd9e5ed358461d # timeout=10 [2023-02-22T07:20:30.544Z] Removing intermediate container 25b7594dcd79 [2023-02-22T07:20:30.544Z] ---> 9b59974340d4 [2023-02-22T07:20:30.544Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-22T07:20:30.803Z] ---> c9e9c0e783c9 [2023-02-22T07:20:30.803Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T07:20:30.803Z] ---> Running in f6f449da0dc1 [2023-02-22T07:20:30.915Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-22T07:20:30.915Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T07:20:30.915Z] Dload Upload Total Spent Left Speed [2023-02-22T07:20:30.915Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 96598 [Pipeline] sh [2023-02-22T07:20:31.567Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-22T07:20:31.736Z] Removing intermediate container f6f449da0dc1 [2023-02-22T07:20:31.736Z] ---> 500bb3599150 [2023-02-22T07:20:31.736Z] Step 9/23 : COPY . . [2023-02-22T07:20:31.900Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-22T07:20:31.900Z] + sudo tee /etc/docker/daemon.new [2023-02-22T07:20:31.900Z] { [2023-02-22T07:20:31.900Z] "registry-mirrors": [ [2023-02-22T07:20:31.900Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-22T07:20:31.900Z] ], [2023-02-22T07:20:31.900Z] "bip": "10.250.0.254/24", [2023-02-22T07:20:31.900Z] "hosts": [ [2023-02-22T07:20:31.900Z] "tcp://0.0.0.0:5555", [2023-02-22T07:20:31.900Z] "unix:///var/run/docker.sock" [2023-02-22T07:20:31.900Z] ], [2023-02-22T07:20:31.900Z] "mtu": 1458, [2023-02-22T07:20:31.900Z] "selinux-enabled": true, [2023-02-22T07:20:31.900Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-22T07:20:31.900Z] } [Pipeline] sh [2023-02-22T07:20:32.236Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-22T07:20:32.304Z] ---> 2e049814ae03 [2023-02-22T07:20:32.304Z] Step 10/23 : RUN ${MAKE} [2023-02-22T07:20:32.304Z] ---> Running in dc3131601238 [2023-02-22T07:20:32.564Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.36" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-22T07:20:32.571Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T07:20:50.839Z] provisioning config files... [2023-02-22T07:20:50.864Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/166@tmp/config2136837637914101527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:20:51.212Z] ---> docker-login.sh [2023-02-22T07:20:51.212Z] nexus3.edgexfoundry.org:10001 [2023-02-22T07:20:51.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:20:51.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:20:51.748Z] Configure a credential helper to remove this warning. See [2023-02-22T07:20:51.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:20:51.748Z] [2023-02-22T07:20:51.748Z] Login Succeeded [2023-02-22T07:20:51.748Z] nexus3.edgexfoundry.org:10002 [2023-02-22T07:20:52.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:20:52.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:20:52.016Z] Configure a credential helper to remove this warning. See [2023-02-22T07:20:52.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:20:52.016Z] [2023-02-22T07:20:52.016Z] Login Succeeded [2023-02-22T07:20:52.282Z] nexus3.edgexfoundry.org:10003 [2023-02-22T07:20:52.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:20:52.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:20:52.553Z] Configure a credential helper to remove this warning. See [2023-02-22T07:20:52.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:20:52.553Z] [2023-02-22T07:20:52.553Z] Login Succeeded [2023-02-22T07:20:52.553Z] nexus3.edgexfoundry.org:10004 [2023-02-22T07:20:52.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:20:52.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:20:52.821Z] Configure a credential helper to remove this warning. See [2023-02-22T07:20:52.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:20:52.821Z] [2023-02-22T07:20:52.821Z] Login Succeeded [2023-02-22T07:20:52.821Z] docker.io [2023-02-22T07:20:53.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T07:20:53.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T07:20:53.361Z] Configure a credential helper to remove this warning. See [2023-02-22T07:20:53.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T07:20:53.361Z] [2023-02-22T07:20:53.361Z] Login Succeeded [2023-02-22T07:20:53.361Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T07:20:53.375Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T07:20:53.633Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T07:20:53.650Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T07:20:53.660Z] ========================================================= [2023-02-22T07:20:53.660Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-22T07:20:53.660Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:20:54.011Z] + 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-22T07:20:54.279Z] Sending build context to Docker daemon 5.647MB [2023-02-22T07:20:54.279Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T07:20:54.279Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-22T07:20:54.494Z] Removing intermediate container dc3131601238 [2023-02-22T07:20:54.494Z] ---> 0d3ffb93ac96 [2023-02-22T07:20:54.494Z] Step 11/23 : FROM alpine:3.16 [2023-02-22T07:20:54.494Z] 3.16: Pulling from library/alpine [2023-02-22T07:20:54.494Z] ef5531b6e74e: Pulling fs layer [2023-02-22T07:20:54.494Z] ef5531b6e74e: Download complete [2023-02-22T07:20:54.494Z] ef5531b6e74e: Pull complete [2023-02-22T07:20:54.494Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T07:20:54.494Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T07:20:54.494Z] ---> dfd21b5a31f5 [2023-02-22T07:20:54.494Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-22T07:20:54.494Z] ---> Running in 80686fda0bfe [2023-02-22T07:20:54.557Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-22T07:20:54.557Z] 9b18e9b68314: Pulling fs layer [2023-02-22T07:20:54.557Z] 35d82f9e3411: Pulling fs layer [2023-02-22T07:20:54.557Z] e16973657156: Pulling fs layer [2023-02-22T07:20:54.557Z] fc693d55d65f: Pulling fs layer [2023-02-22T07:20:54.557Z] 7e9fc2657dce: Pulling fs layer [2023-02-22T07:20:54.557Z] dda99020689f: Pulling fs layer [2023-02-22T07:20:54.557Z] db1c61fa0a46: Pulling fs layer [2023-02-22T07:20:54.557Z] 7e9fc2657dce: Waiting [2023-02-22T07:20:54.557Z] 891c053d2c06: Pulling fs layer [2023-02-22T07:20:54.557Z] dda99020689f: Waiting [2023-02-22T07:20:54.557Z] db1c61fa0a46: Waiting [2023-02-22T07:20:54.557Z] 891c053d2c06: Waiting [2023-02-22T07:20:54.557Z] fc693d55d65f: Waiting [2023-02-22T07:20:54.557Z] e16973657156: Verifying Checksum [2023-02-22T07:20:54.557Z] e16973657156: Download complete [2023-02-22T07:20:54.557Z] 35d82f9e3411: Verifying Checksum [2023-02-22T07:20:54.557Z] 35d82f9e3411: Download complete [2023-02-22T07:20:54.557Z] 7e9fc2657dce: Verifying Checksum [2023-02-22T07:20:54.557Z] 7e9fc2657dce: Download complete [2023-02-22T07:20:54.557Z] dda99020689f: Verifying Checksum [2023-02-22T07:20:54.557Z] dda99020689f: Download complete [2023-02-22T07:20:54.753Z] Removing intermediate container 80686fda0bfe [2023-02-22T07:20:54.753Z] ---> 44af0d647b3e [2023-02-22T07:20:54.753Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-22T07:20:54.753Z] ---> Running in 5da3ff9e2f68 [2023-02-22T07:20:54.827Z] 9b18e9b68314: Verifying Checksum [2023-02-22T07:20:54.827Z] 9b18e9b68314: Download complete [2023-02-22T07:20:55.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T07:20:55.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T07:20:55.585Z] OK: 6 MiB in 14 packages [2023-02-22T07:20:55.585Z] Removing intermediate container 5da3ff9e2f68 [2023-02-22T07:20:55.585Z] ---> 57d2b5f6a68b [2023-02-22T07:20:55.585Z] Step 14/23 : WORKDIR / [2023-02-22T07:20:55.795Z] 9b18e9b68314: Pull complete [2023-02-22T07:20:55.795Z] 891c053d2c06: Verifying Checksum [2023-02-22T07:20:55.795Z] 891c053d2c06: Download complete [2023-02-22T07:20:55.845Z] ---> Running in d415b1b3730a [2023-02-22T07:20:55.845Z] Removing intermediate container d415b1b3730a [2023-02-22T07:20:55.845Z] ---> b4f89cc77d9b [2023-02-22T07:20:55.845Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-22T07:20:55.845Z] ---> f9b162bdfbd4 [2023-02-22T07:20:55.845Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-22T07:20:56.068Z] 35d82f9e3411: Pull complete [2023-02-22T07:20:56.340Z] e16973657156: Pull complete [2023-02-22T07:20:56.780Z] ---> 1c22a74c4443 [2023-02-22T07:20:56.780Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-22T07:20:56.780Z] ---> dba3c91ef48b [2023-02-22T07:20:56.780Z] Step 18/23 : EXPOSE 59999 [2023-02-22T07:20:56.780Z] ---> Running in 8d34eeac4d38 [2023-02-22T07:20:56.934Z] db1c61fa0a46: Verifying Checksum [2023-02-22T07:20:56.934Z] db1c61fa0a46: Download complete [2023-02-22T07:20:57.038Z] Removing intermediate container 8d34eeac4d38 [2023-02-22T07:20:57.038Z] ---> 0aab18706517 [2023-02-22T07:20:57.038Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-22T07:20:57.038Z] ---> Running in 02a3e473dfaf [2023-02-22T07:20:57.038Z] Removing intermediate container 02a3e473dfaf [2023-02-22T07:20:57.038Z] ---> 2b151de2d14f [2023-02-22T07:20:57.038Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T07:20:57.038Z] ---> Running in ffb61dbfd5f1 [2023-02-22T07:20:57.296Z] Removing intermediate container ffb61dbfd5f1 [2023-02-22T07:20:57.296Z] ---> 0c0c0b8e9c16 [2023-02-22T07:20:57.296Z] Step 21/23 : LABEL arch=amd64 [2023-02-22T07:20:57.296Z] ---> Running in e2d6865c75ea [2023-02-22T07:20:57.296Z] Removing intermediate container e2d6865c75ea [2023-02-22T07:20:57.296Z] ---> 64898b336137 [2023-02-22T07:20:57.296Z] Step 22/23 : LABEL git_sha=5827dcbf4716f89f27efa4d61bbd9e5ed358461d [2023-02-22T07:20:57.296Z] ---> Running in ce032c7aacf0 [2023-02-22T07:20:57.296Z] Removing intermediate container ce032c7aacf0 [2023-02-22T07:20:57.296Z] ---> dec0b66e37c7 [2023-02-22T07:20:57.296Z] Step 23/23 : LABEL version=3.0.0-dev.36 [2023-02-22T07:20:57.296Z] ---> Running in d53762ad6faa [2023-02-22T07:20:57.524Z] fc693d55d65f: Verifying Checksum [2023-02-22T07:20:57.524Z] fc693d55d65f: Download complete [2023-02-22T07:20:57.555Z] Removing intermediate container d53762ad6faa [2023-02-22T07:20:57.555Z] ---> 9cf1192deaf0 [2023-02-22T07:20:57.555Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T07:20:57.555Z] Successfully built 9cf1192deaf0 [2023-02-22T07:20:57.555Z] 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-22T07:20:57.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T07:20:57.964Z] [2023-02-22T07:20:57.964Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:20:58.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T07:20:58.270Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-22T07:20:58.270Z] 5eb5b503b376: Pulling fs layer [2023-02-22T07:20:58.270Z] 5c69ac0246d0: Pulling fs layer [2023-02-22T07:20:58.270Z] ec43610c2a17: Pulling fs layer [2023-02-22T07:20:58.270Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-22T07:20:58.270Z] 33b1e0a273af: Pulling fs layer [2023-02-22T07:20:58.270Z] 5d3b04190fa2: Pulling fs layer [2023-02-22T07:20:58.270Z] 2f39f015ded8: Pulling fs layer [2023-02-22T07:20:58.270Z] 33b1e0a273af: Waiting [2023-02-22T07:20:58.270Z] 2f39f015ded8: Waiting [2023-02-22T07:20:58.270Z] 3a2ae6a8a46f: Waiting [2023-02-22T07:20:58.270Z] 5d3b04190fa2: Waiting [2023-02-22T07:20:58.270Z] 5c69ac0246d0: Download complete [2023-02-22T07:20:58.270Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-22T07:20:58.270Z] 3a2ae6a8a46f: Download complete [2023-02-22T07:20:58.528Z] 33b1e0a273af: Verifying Checksum [2023-02-22T07:20:58.528Z] 33b1e0a273af: Download complete [2023-02-22T07:20:58.528Z] 5d3b04190fa2: Download complete [2023-02-22T07:20:58.528Z] ec43610c2a17: Verifying Checksum [2023-02-22T07:20:58.528Z] ec43610c2a17: Download complete [2023-02-22T07:20:58.528Z] 5eb5b503b376: Verifying Checksum [2023-02-22T07:20:58.528Z] 5eb5b503b376: Download complete [2023-02-22T07:20:59.095Z] 2f39f015ded8: Verifying Checksum [2023-02-22T07:20:59.095Z] 2f39f015ded8: Download complete [2023-02-22T07:21:00.029Z] 5eb5b503b376: Pull complete [2023-02-22T07:21:00.029Z] 5c69ac0246d0: Pull complete [2023-02-22T07:21:00.596Z] ec43610c2a17: Pull complete [2023-02-22T07:21:00.596Z] 3a2ae6a8a46f: Pull complete [2023-02-22T07:21:00.855Z] 33b1e0a273af: Pull complete [2023-02-22T07:21:00.855Z] 5d3b04190fa2: Pull complete [2023-02-22T07:21:06.223Z] 2f39f015ded8: Pull complete [2023-02-22T07:21:06.223Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-22T07:21:06.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T07:21:06.223Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:21:06.328Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:21:06.382Z] $ 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-22T07:21:09.510Z] $ docker top bfadc233c89b9bc96486b68269b8f4833f76c83ad5fc225c5f5f69f3954cd452 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:21:09.861Z] fc693d55d65f: Pull complete [2023-02-22T07:21:09.861Z] 7e9fc2657dce: Pull complete [2023-02-22T07:21:09.861Z] dda99020689f: Pull complete [2023-02-22T07:21:09.901Z] ---> job-cost.sh [2023-02-22T07:21:09.901Z] lf-activate-venv: SKIPPING [2023-02-22T07:21:09.901Z] INFO: No Stack... [2023-02-22T07:21:10.160Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T07:21:10.736Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T07:21:11.021Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-22T07:21:11.021Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T07:21:11.036Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] [2023-02-22T07:21:11.041Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] did not exist. Created. [2023-02-22T07:21:11.041Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T07:21:11.339Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-22T07:21:11.376Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T07:21:11.382Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T07:21:11.401Z] $ docker stop --time=1 bfadc233c89b9bc96486b68269b8f4833f76c83ad5fc225c5f5f69f3954cd452 [2023-02-22T07:21:12.552Z] $ docker rm -f --volumes bfadc233c89b9bc96486b68269b8f4833f76c83ad5fc225c5f5f69f3954cd452 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-22T07:21:16.539Z] db1c61fa0a46: Pull complete [2023-02-22T07:21:17.509Z] 891c053d2c06: Pull complete [2023-02-22T07:21:17.509Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-22T07:21:17.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-22T07:21:17.509Z] ---> f96f9c87975a [2023-02-22T07:21:17.509Z] Step 3/10 : ARG MAKE=make build [2023-02-22T07:21:19.474Z] ---> Running in f241f14c36b7 [2023-02-22T07:21:19.742Z] Removing intermediate container f241f14c36b7 [2023-02-22T07:21:19.742Z] ---> 3b398a259c17 [2023-02-22T07:21:19.742Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-22T07:21:19.742Z] ---> Running in 398e1d79db1a [2023-02-22T07:21:20.015Z] Removing intermediate container 398e1d79db1a [2023-02-22T07:21:20.015Z] ---> 40bc71da6661 [2023-02-22T07:21:20.015Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T07:21:20.015Z] ---> Running in 996d9fa077c2 [2023-02-22T07:21:20.601Z] Removing intermediate container 996d9fa077c2 [2023-02-22T07:21:20.601Z] ---> 6f080ccd08a6 [2023-02-22T07:21:20.601Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-22T07:21:20.601Z] ---> Running in e7ecea10399d [2023-02-22T07:21:21.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T07:21:21.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T07:21:22.799Z] OK: 221 MiB in 51 packages [2023-02-22T07:21:23.773Z] Removing intermediate container e7ecea10399d [2023-02-22T07:21:23.773Z] ---> 1d46f488b5db [2023-02-22T07:21:23.773Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-22T07:21:26.360Z] ---> c953d5f414df [2023-02-22T07:21:26.360Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T07:21:26.360Z] ---> Running in bef228feb5c9 [2023-02-22T07:22:34.402Z] Removing intermediate container bef228feb5c9 [2023-02-22T07:22:34.402Z] ---> 1966b7c033fa [2023-02-22T07:22:34.402Z] Step 9/10 : COPY . . [2023-02-22T07:22:34.402Z] ---> 77ed649f30b5 [2023-02-22T07:22:34.402Z] Step 10/10 : RUN ${MAKE} [2023-02-22T07:22:34.402Z] ---> Running in 18f9a8f1bff7 [2023-02-22T07:22:34.402Z] noop [2023-02-22T07:22:34.402Z] Removing intermediate container 18f9a8f1bff7 [2023-02-22T07:22:34.402Z] ---> 09bbfbeaf97c [2023-02-22T07:22:34.402Z] Successfully built 09bbfbeaf97c [2023-02-22T07:22:34.402Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:22:34.754Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T07:22:34.754Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:22:34.940Z] prd-ubuntu20.04-docker-arm64-4c-16g-7019 does not seem to be running inside a container [2023-02-22T07:22:35.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/166 -v /w/workspace/device-sdk-go/166:/w/workspace/device-sdk-go/166:rw,z -v /w/workspace/device-sdk-go/166@tmp:/w/workspace/device-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T07:22:36.165Z] $ docker top 2c2adde2cd8257472676f1f4f9f4c81fedc16171a9d4541a799346c6820a16fd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T07:22:36.978Z] + go version [2023-02-22T07:22:36.978Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-22T07:22:37.000Z] $ docker stop --time=1 2c2adde2cd8257472676f1f4f9f4c81fedc16171a9d4541a799346c6820a16fd [2023-02-22T07:22:38.595Z] $ docker rm -f --volumes 2c2adde2cd8257472676f1f4f9f4c81fedc16171a9d4541a799346c6820a16fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:22:39.115Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T07:22:39.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:22:39.284Z] prd-ubuntu20.04-docker-arm64-4c-16g-7019 does not seem to be running inside a container [2023-02-22T07:22:39.352Z] $ 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/166 -v /w/workspace/device-sdk-go/166:/w/workspace/device-sdk-go/166:rw,z -v /w/workspace/device-sdk-go/166@tmp:/w/workspace/device-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T07:22:40.485Z] $ docker top 18f13998fbee189fc5abb85c1e038800e2628db2e6baa898f7a440371ae331d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T07:22:40.984Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/166 [Pipeline] fileExists [Pipeline] sh [2023-02-22T07:22:41.577Z] + make test [2023-02-22T07:22:41.577Z] go test -race -coverprofile=coverage.out ./... [2023-02-22T07:23:13.792Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-22T07:25:20.497Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-22T07:25:20.497Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-22T07:25:20.497Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-22T07:25:20.497Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-22T07:25:20.497Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-22T07:25:20.497Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.297s coverage: 27.6% of statements [2023-02-22T07:25:20.497Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.274s coverage: 78.9% of statements [2023-02-22T07:25:20.497Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-22T07:25:22.449Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.555s coverage: 86.0% of statements [2023-02-22T07:25:22.449Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-22T07:25:22.449Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-22T07:25:25.061Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.642s coverage: 77.0% of statements [2023-02-22T07:25:25.061Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-22T07:25:25.061Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-22T07:25:25.061Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-22T07:25:25.331Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.478s coverage: 65.2% of statements [2023-02-22T07:25:25.331Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-22T07:25:25.331Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-22T07:25:27.288Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.467s coverage: 89.2% of statements [2023-02-22T07:25:27.288Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-22T07:25:27.288Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.283s coverage: 4.7% of statements [2023-02-22T07:25:27.288Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-22T07:25:27.876Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-22T07:25:27.876Z] GO111MODULE=on go vet ./... [2023-02-22T07:27:04.567Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T07:27:04.567Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T07:27:04.567Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T07:27:04.591Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T07:27:04.602Z] $ docker stop --time=1 18f13998fbee189fc5abb85c1e038800e2628db2e6baa898f7a440371ae331d6 [2023-02-22T07:27:06.500Z] $ docker rm -f --volumes 18f13998fbee189fc5abb85c1e038800e2628db2e6baa898f7a440371ae331d6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T07:27:07.999Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T07:27:08.025Z] Warning: overwriting stash ‘coverage-report’ [2023-02-22T07:27:08.693Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T07:27:09.084Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T07:27:09.413Z] + ls -al . [2023-02-22T07:27:09.413Z] total 268 [2023-02-22T07:27:09.413Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 07:22 . [2023-02-22T07:27:09.413Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:20 .. [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 07:20 .dockerignore [2023-02-22T07:27:09.413Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 07:20 .git [2023-02-22T07:27:09.413Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 07:20 .github [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 22 07:20 .gitignore [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 22 07:20 .golangci.yml [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 22 07:20 CHANGELOG.md [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 07:20 GOVERNANCE.md [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 22 07:20 Jenkinsfile [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 07:20 LICENSE [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 22 07:20 Makefile [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 22 07:20 OWNERS.md [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 22 07:20 README.md [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 07:18 VERSION [2023-02-22T07:27:09.413Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 07:20 bin [2023-02-22T07:27:09.413Z] -rw-r--r-- 1 jenkins jenkins 98530 Feb 22 07:25 coverage.out [2023-02-22T07:27:09.413Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 07:20 example [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 3266 Feb 22 07:20 go.mod [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 32794 Feb 22 07:20 go.sum [2023-02-22T07:27:09.413Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 07:20 internal [2023-02-22T07:27:09.413Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 07:20 openapi [2023-02-22T07:27:09.413Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 22 07:20 pkg [2023-02-22T07:27:09.413Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:20 snap [2023-02-22T07:27:09.413Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 07:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:27:09.768Z] + 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=5827dcbf4716f89f27efa4d61bbd9e5ed358461d --label arch=arm64 --label version=3.0.0-dev.36 . [2023-02-22T07:27:10.354Z] Sending build context to Docker daemon 5.747MB [2023-02-22T07:27:10.355Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T07:27:10.355Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-22T07:27:10.355Z] ---> 09bbfbeaf97c [2023-02-22T07:27:10.355Z] Step 3/23 : ARG MAKE=make build [2023-02-22T07:27:10.355Z] ---> Running in 7b74f68c327d [2023-02-22T07:27:10.627Z] Removing intermediate container 7b74f68c327d [2023-02-22T07:27:10.627Z] ---> 25125fbe3ed1 [2023-02-22T07:27:10.627Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-22T07:27:10.627Z] ---> Running in 005ecdf13e98 [2023-02-22T07:27:11.236Z] Removing intermediate container 005ecdf13e98 [2023-02-22T07:27:11.236Z] ---> 524e6d053d54 [2023-02-22T07:27:11.236Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T07:27:11.236Z] ---> Running in bfd7ea28f044 [2023-02-22T07:27:11.514Z] Removing intermediate container bfd7ea28f044 [2023-02-22T07:27:11.514Z] ---> 86f2f7b42fbc [2023-02-22T07:27:11.514Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-22T07:27:11.514Z] ---> Running in c7e166630bb8 [2023-02-22T07:27:12.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T07:27:13.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T07:27:14.035Z] OK: 221 MiB in 51 packages [2023-02-22T07:27:15.004Z] Removing intermediate container c7e166630bb8 [2023-02-22T07:27:15.004Z] ---> 0a2439a085e1 [2023-02-22T07:27:15.004Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-22T07:27:15.592Z] ---> 9544046136c3 [2023-02-22T07:27:15.592Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T07:27:15.592Z] ---> Running in 98f39eca6c26 [2023-02-22T07:27:18.181Z] Removing intermediate container 98f39eca6c26 [2023-02-22T07:27:18.181Z] ---> d287874f4952 [2023-02-22T07:27:18.181Z] Step 9/23 : COPY . . [2023-02-22T07:27:19.593Z] ---> 6532a5edd690 [2023-02-22T07:27:19.593Z] Step 10/23 : RUN ${MAKE} [2023-02-22T07:27:19.593Z] ---> Running in edad3515867f [2023-02-22T07:27:20.554Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.36" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-22T07:29:42.281Z] Removing intermediate container edad3515867f [2023-02-22T07:29:42.281Z] ---> 92b0aabd2ad7 [2023-02-22T07:29:42.281Z] Step 11/23 : FROM alpine:3.16 [2023-02-22T07:29:42.281Z] 3.16: Pulling from library/alpine [2023-02-22T07:29:42.281Z] 3760b48202b3: Pulling fs layer [2023-02-22T07:29:42.281Z] 3760b48202b3: Verifying Checksum [2023-02-22T07:29:42.281Z] 3760b48202b3: Download complete [2023-02-22T07:29:42.281Z] 3760b48202b3: Pull complete [2023-02-22T07:29:42.281Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T07:29:42.281Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T07:29:42.281Z] ---> 4c81e5bf8899 [2023-02-22T07:29:42.281Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-22T07:29:42.281Z] ---> Running in f144631d2bc0 [2023-02-22T07:29:42.281Z] Removing intermediate container f144631d2bc0 [2023-02-22T07:29:42.281Z] ---> 0459dad6fa28 [2023-02-22T07:29:42.281Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-22T07:29:42.281Z] ---> Running in f76d3d22afb7 [2023-02-22T07:29:42.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T07:29:42.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T07:29:42.281Z] OK: 5 MiB in 14 packages [2023-02-22T07:29:42.281Z] Removing intermediate container f76d3d22afb7 [2023-02-22T07:29:42.281Z] ---> a0042b275eba [2023-02-22T07:29:42.281Z] Step 14/23 : WORKDIR / [2023-02-22T07:29:42.281Z] ---> Running in e64e1173631c [2023-02-22T07:29:42.282Z] Removing intermediate container e64e1173631c [2023-02-22T07:29:42.282Z] ---> ddcd32517a0d [2023-02-22T07:29:42.282Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-22T07:29:42.282Z] ---> 9b48c3c1f32f [2023-02-22T07:29:42.282Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-22T07:29:44.229Z] ---> f6379e0982b1 [2023-02-22T07:29:44.229Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-22T07:29:44.498Z] ---> c87b61530c04 [2023-02-22T07:29:44.498Z] Step 18/23 : EXPOSE 59999 [2023-02-22T07:29:44.498Z] ---> Running in 33f5a999a476 [2023-02-22T07:29:44.767Z] Removing intermediate container 33f5a999a476 [2023-02-22T07:29:44.767Z] ---> d49ea66e46b1 [2023-02-22T07:29:44.767Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-22T07:29:45.038Z] ---> Running in 5c8774036a89 [2023-02-22T07:29:45.309Z] Removing intermediate container 5c8774036a89 [2023-02-22T07:29:45.309Z] ---> d9cfdaa39e9d [2023-02-22T07:29:45.309Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T07:29:45.309Z] ---> Running in d9474629975d [2023-02-22T07:29:45.579Z] Removing intermediate container d9474629975d [2023-02-22T07:29:45.579Z] ---> ed2022c5a2fd [2023-02-22T07:29:45.579Z] Step 21/23 : LABEL arch=arm64 [2023-02-22T07:29:45.853Z] ---> Running in 88edb1b45a78 [2023-02-22T07:29:46.122Z] Removing intermediate container 88edb1b45a78 [2023-02-22T07:29:46.122Z] ---> 4faa83c403ea [2023-02-22T07:29:46.122Z] Step 22/23 : LABEL git_sha=5827dcbf4716f89f27efa4d61bbd9e5ed358461d [2023-02-22T07:29:46.122Z] ---> Running in 756a21c2099d [2023-02-22T07:29:46.391Z] Removing intermediate container 756a21c2099d [2023-02-22T07:29:46.391Z] ---> cd75726b60d6 [2023-02-22T07:29:46.391Z] Step 23/23 : LABEL version=3.0.0-dev.36 [2023-02-22T07:29:46.662Z] ---> Running in 00e7e1651b31 [2023-02-22T07:29:46.931Z] Removing intermediate container 00e7e1651b31 [2023-02-22T07:29:46.931Z] ---> 6d06189433bf [2023-02-22T07:29:46.931Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T07:29:46.931Z] Successfully built 6d06189433bf [2023-02-22T07:29:46.931Z] 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-22T07:29:47.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T07:29:47.379Z] [2023-02-22T07:29:47.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:29:47.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T07:29:47.722Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-22T07:29:47.722Z] 8998bd30e6a1: Pulling fs layer [2023-02-22T07:29:47.722Z] 04944245beec: Pulling fs layer [2023-02-22T07:29:47.722Z] 699f458cf7ca: Pulling fs layer [2023-02-22T07:29:47.722Z] 765212b225bb: Pulling fs layer [2023-02-22T07:29:47.722Z] f23df028b6ca: Pulling fs layer [2023-02-22T07:29:47.722Z] d65c8cfc05b1: Pulling fs layer [2023-02-22T07:29:47.722Z] 2437ff75d9bd: Pulling fs layer [2023-02-22T07:29:47.722Z] 765212b225bb: Waiting [2023-02-22T07:29:47.722Z] f23df028b6ca: Waiting [2023-02-22T07:29:47.722Z] d65c8cfc05b1: Waiting [2023-02-22T07:29:47.722Z] 2437ff75d9bd: Waiting [2023-02-22T07:29:47.997Z] 04944245beec: Verifying Checksum [2023-02-22T07:29:47.997Z] 04944245beec: Download complete [2023-02-22T07:29:47.997Z] 765212b225bb: Verifying Checksum [2023-02-22T07:29:47.997Z] 765212b225bb: Download complete [2023-02-22T07:29:47.997Z] f23df028b6ca: Verifying Checksum [2023-02-22T07:29:47.997Z] f23df028b6ca: Download complete [2023-02-22T07:29:47.997Z] d65c8cfc05b1: Verifying Checksum [2023-02-22T07:29:47.997Z] d65c8cfc05b1: Download complete [2023-02-22T07:29:48.269Z] 699f458cf7ca: Verifying Checksum [2023-02-22T07:29:48.269Z] 699f458cf7ca: Download complete [2023-02-22T07:29:48.539Z] 8998bd30e6a1: Verifying Checksum [2023-02-22T07:29:48.539Z] 8998bd30e6a1: Download complete [2023-02-22T07:29:51.125Z] 2437ff75d9bd: Verifying Checksum [2023-02-22T07:29:51.125Z] 2437ff75d9bd: Download complete [2023-02-22T07:29:52.533Z] 8998bd30e6a1: Pull complete [2023-02-22T07:29:53.119Z] 04944245beec: Pull complete [2023-02-22T07:29:54.535Z] 699f458cf7ca: Pull complete [2023-02-22T07:29:54.804Z] 765212b225bb: Pull complete [2023-02-22T07:29:55.768Z] f23df028b6ca: Pull complete [2023-02-22T07:29:55.768Z] d65c8cfc05b1: Pull complete [2023-02-22T07:30:10.772Z] 2437ff75d9bd: Pull complete [2023-02-22T07:30:10.772Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-22T07:30:10.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T07:30:10.772Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:30:10.960Z] prd-ubuntu20.04-docker-arm64-4c-16g-7019 does not seem to be running inside a container [2023-02-22T07:30:11.027Z] $ 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/166 -v /w/workspace/device-sdk-go/166:/w/workspace/device-sdk-go/166:rw,z -v /w/workspace/device-sdk-go/166@tmp:/w/workspace/device-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-22T07:30:14.133Z] $ docker top 9b850e8ae20d35e9a57037274e93bee2828dba271b16462a8fac6428340c6452 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:30:15.005Z] ---> job-cost.sh [2023-02-22T07:30:15.005Z] lf-activate-venv: SKIPPING [2023-02-22T07:30:15.005Z] INFO: No Stack... [2023-02-22T07:30:15.590Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-22T07:30:16.550Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T07:30:17.191Z] + cat /w/workspace/device-sdk-go/166/archives/cost.csv [2023-02-22T07:30:17.191Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T07:30:17.267Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] [2023-02-22T07:30:17.276Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] did not exist. Created. [2023-02-22T07:30:17.276Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T07:30:17.931Z] /w/workspace/device-sdk-go/166@tmp/durable-66804a51/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-22T07:30:18.270Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-22T07:30:18.295Z] Warning: overwriting stash ‘stack-cost’ [2023-02-22T07:30:18.366Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T07:30:18.372Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-166-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T07:30:18.388Z] $ docker stop --time=1 9b850e8ae20d35e9a57037274e93bee2828dba271b16462a8fac6428340c6452 [2023-02-22T07:30:19.930Z] $ docker rm -f --volumes 9b850e8ae20d35e9a57037274e93bee2828dba271b16462a8fac6428340c6452 [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-22T07:30:20.347Z] provisioning config files... [2023-02-22T07:30:20.354Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6632853930894593366tmp [Pipeline] { [Pipeline] sh [2023-02-22T07:30:20.645Z] + set +x [2023-02-22T07:30:20.645Z] + curl -s https://codecov.io/bash [2023-02-22T07:30:20.645Z] + bash -s -- [2023-02-22T07:30:20.645Z] [2023-02-22T07:30:20.645Z] _____ _ [2023-02-22T07:30:20.645Z] / ____| | | [2023-02-22T07:30:20.645Z] | | ___ __| | ___ ___ _____ __ [2023-02-22T07:30:20.645Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-22T07:30:20.645Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-22T07:30:20.645Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-22T07:30:20.645Z] Bash-1.0.6 [2023-02-22T07:30:20.645Z] [2023-02-22T07:30:20.645Z] [2023-02-22T07:30:20.645Z] ==> git version 2.25.1 found [2023-02-22T07:30:20.645Z] ==> 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-22T07:30:20.645Z] Release-Date: 2020-01-08 [2023-02-22T07:30:20.645Z] 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-22T07:30:20.645Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-22T07:30:20.645Z] ==> Jenkins CI detected. [2023-02-22T07:30:20.645Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-22T07:30:20.645Z] project root: . [2023-02-22T07:30:20.645Z] --> token set from env [2023-02-22T07:30:20.645Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-22T07:30:20.645Z] ==> Running gcov in . (disable via -X gcov) [2023-02-22T07:30:20.645Z] ==> Python coveragepy not found [2023-02-22T07:30:20.645Z] ==> Searching for coverage reports in: [2023-02-22T07:30:20.645Z] + . [2023-02-22T07:30:20.645Z] -> Found 1 reports [2023-02-22T07:30:20.645Z] ==> Detecting git/mercurial file structure [2023-02-22T07:30:20.645Z] ==> Reading reports [2023-02-22T07:30:20.903Z] + ./coverage.out bytes=98530 [2023-02-22T07:30:20.903Z] ==> Appending adjustments [2023-02-22T07:30:20.903Z] https://docs.codecov.io/docs/fixing-reports [2023-02-22T07:30:21.161Z] + Found adjustments [2023-02-22T07:30:21.161Z] ==> Gzipping contents [2023-02-22T07:30:21.161Z] 16K /tmp/codecov.MGirDt.gz [2023-02-22T07:30:21.161Z] ==> Uploading reports [2023-02-22T07:30:21.161Z] url: https://codecov.io [2023-02-22T07:30:21.161Z] query: branch=main&commit=5827dcbf4716f89f27efa4d61bbd9e5ed358461d&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F166%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T07:30:21.161Z] -> Pinging Codecov [2023-02-22T07:30:21.161Z] 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=5827dcbf4716f89f27efa4d61bbd9e5ed358461d&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F166%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T07:30:21.161Z] -> Uploading to [2023-02-22T07:30:21.161Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-22/7E55EF52A471D76F132DFD9A03CDDE97/5827dcbf4716f89f27efa4d61bbd9e5ed358461d/8965a87a-6130-420f-8154-b40261a2ed6b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T073021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2c47fc1fa8bffc90115e405e0fabf279bb06190603877326222f1bdbc3fae12b [2023-02-22T07:30:21.161Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T07:30:21.161Z] Dload Upload Total Spent Left Speed [2023-02-22T07:30:21.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14354 0 0 100 14354 0 50188 --:--:-- --:--:-- --:--:-- 50188 [2023-02-22T07:30:21.730Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/5827dcbf4716f89f27efa4d61bbd9e5ed358461d [Pipeline] } [2023-02-22T07:30:21.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-22T07:30:21.945Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-22T07:30:21.956Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:30:22.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T07:30:22.253Z] [2023-02-22T07:30:22.253Z] 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-22T07:30:22.551Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T07:30:22.551Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-22T07:30:22.551Z] df9b9388f04a: Pulling fs layer [2023-02-22T07:30:22.551Z] 52dc419b0ee2: Pulling fs layer [2023-02-22T07:30:22.551Z] 25bc292e5bac: Pulling fs layer [2023-02-22T07:30:22.551Z] 114826534d7a: Pulling fs layer [2023-02-22T07:30:22.551Z] 4657fd5d0bcf: Pulling fs layer [2023-02-22T07:30:22.551Z] 6ad1cebc031e: Pulling fs layer [2023-02-22T07:30:22.551Z] 8a3aa393b2d8: Pulling fs layer [2023-02-22T07:30:22.551Z] 114826534d7a: Waiting [2023-02-22T07:30:22.551Z] 4657fd5d0bcf: Waiting [2023-02-22T07:30:22.551Z] 8a3aa393b2d8: Waiting [2023-02-22T07:30:22.551Z] 6ad1cebc031e: Waiting [2023-02-22T07:30:22.551Z] 25bc292e5bac: Verifying Checksum [2023-02-22T07:30:22.551Z] 25bc292e5bac: Download complete [2023-02-22T07:30:22.551Z] 52dc419b0ee2: Download complete [2023-02-22T07:30:22.551Z] 4657fd5d0bcf: Download complete [2023-02-22T07:30:22.551Z] df9b9388f04a: Download complete [2023-02-22T07:30:22.810Z] df9b9388f04a: Pull complete [2023-02-22T07:30:22.810Z] 52dc419b0ee2: Pull complete [2023-02-22T07:30:22.810Z] 6ad1cebc031e: Verifying Checksum [2023-02-22T07:30:22.810Z] 6ad1cebc031e: Download complete [2023-02-22T07:30:23.070Z] 25bc292e5bac: Pull complete [2023-02-22T07:30:23.330Z] 114826534d7a: Verifying Checksum [2023-02-22T07:30:23.330Z] 114826534d7a: Download complete [2023-02-22T07:30:23.589Z] 8a3aa393b2d8: Download complete [2023-02-22T07:30:26.868Z] 114826534d7a: Pull complete [2023-02-22T07:30:26.868Z] 4657fd5d0bcf: Pull complete [2023-02-22T07:30:27.126Z] 6ad1cebc031e: Pull complete [2023-02-22T07:30:29.653Z] 8a3aa393b2d8: Pull complete [2023-02-22T07:30:29.653Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-22T07:30:29.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T07:30:29.653Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:30:29.728Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:30:29.755Z] $ 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-22T07:30:33.720Z] $ docker top 16852e243075971687d80cce7924cf4538fa80c227f774dd2bfd6cf76c5ebba6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-22T07:30:33.786Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-22T07:30:34.064Z] + set -o pipefail [2023-02-22T07:30:34.064Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-22T07:30:38.252Z] [2023-02-22T07:30:38.252Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-22T07:30:38.252Z] [2023-02-22T07:30:38.252Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/78092ef1-3993-4566-b3ae-3c56b18e0ca3 [2023-02-22T07:30:38.252Z] [2023-02-22T07:30:38.252Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-22T07:30:38.252Z] [2023-02-22T07:30:38.510Z] [2023-02-22T07:30:38.510Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-22T07:30:38.511Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-22T07:30:38.511Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-22T07:30:38.523Z] $ docker stop --time=1 16852e243075971687d80cce7924cf4538fa80c227f774dd2bfd6cf76c5ebba6 [2023-02-22T07:30:42.790Z] $ docker rm -f --volumes 16852e243075971687d80cce7924cf4538fa80c227f774dd2bfd6cf76c5ebba6 [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-22T07:30:43.168Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T07:30:43.179Z] provisioning config files... [2023-02-22T07:30:43.186Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4900063082244903306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:30:43.482Z] --> edgex-publish-swagger.sh [2023-02-22T07:30:43.482Z] === Publish openapi/v3 API === [2023-02-22T07:30:43.482Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-22T07:30:43.482Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-22T07:30:43.482Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T07:30:43.482Z] Dload Upload Total Spent Left Speed [2023-02-22T07:30:44.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24713 0 0 100 24713 0 33714 --:--:-- --:--:-- --:--:-- 33714 100 24713 0 0 100 24713 0 33714 --:--:-- --:--:-- --:--:-- 33668 [2023-02-22T07:30:44.051Z] [2023-02-22T07:30:44.051Z] [Pipeline] } [2023-02-22T07:30:44.059Z] 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-22T07:30:44.458Z] + git log --format=format:%s -1 5827dcbf4716f89f27efa4d61bbd9e5ed358461d [Pipeline] sh [2023-02-22T07:30:44.741Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T07:30:44.741Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:30:45.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T07:30:45.183Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:30:45.251Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:30:45.277Z] $ 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-22T07:30:45.890Z] $ docker top 88a4ef35d8bb459e690bcef62e9e7cb79501d5321d64648c07cfa70b1cd4a738 -eo pid,comm [2023-02-22T07:30:45.941Z] 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-22T07:30:45.941Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T07:30:45.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T07:30:45.970Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T07:30:46.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T07:30:46.117Z] $ docker exec 88a4ef35d8bb459e690bcef62e9e7cb79501d5321d64648c07cfa70b1cd4a738 ssh-agent [2023-02-22T07:30:46.225Z] SSH_AUTH_SOCK=/tmp/ssh-wEFvCgF3eGvp/agent.13 [2023-02-22T07:30:46.225Z] SSH_AGENT_PID=32 [2023-02-22T07:30:46.230Z] Running ssh-add (command line suppressed) [2023-02-22T07:30:46.353Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18364587408350797537.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18364587408350797537.key) [2023-02-22T07:30:46.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T07:30:46.649Z] + git semver tag [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,825 [run_tag] DEBUG tag force:False [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,825 [check_head_tag] DEBUG check head tag [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,828 [execute] INFO git cat-file --batch-check [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,828 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,832 [execute] INFO git cat-file --batch [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,833 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,863 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,863 [execute] INFO git tag -a v3.0.0-dev.36 -m v3.0.0-dev.36 [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,864 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.36', '-m', 'v3.0.0-dev.36'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T07:30:46.909Z] 2023-02-22 07:30:46,870 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:30:46.909Z] 3.0.0-dev.36 [Pipeline] } [2023-02-22T07:30:46.919Z] $ docker exec --env ******** --env ******** 88a4ef35d8bb459e690bcef62e9e7cb79501d5321d64648c07cfa70b1cd4a738 ssh-agent -k [2023-02-22T07:30:47.025Z] unset SSH_AUTH_SOCK; [2023-02-22T07:30:47.026Z] unset SSH_AGENT_PID; [2023-02-22T07:30:47.026Z] echo Agent pid 32 killed; [2023-02-22T07:30:47.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T07:30:47.342Z] + git semver [Pipeline] } [2023-02-22T07:30:47.613Z] $ docker stop --time=1 88a4ef35d8bb459e690bcef62e9e7cb79501d5321d64648c07cfa70b1cd4a738 [2023-02-22T07:30:48.907Z] $ docker rm -f --volumes 88a4ef35d8bb459e690bcef62e9e7cb79501d5321d64648c07cfa70b1cd4a738 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:30:49.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T07:30:49.273Z] [2023-02-22T07:30:49.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:30:49.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T07:30:49.572Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-22T07:30:49.572Z] ab5ef0e58194: Pulling fs layer [2023-02-22T07:30:49.572Z] 9712f1f96733: Pulling fs layer [2023-02-22T07:30:49.572Z] 63f879dbbcfc: Pulling fs layer [2023-02-22T07:30:49.572Z] 0d9ebad4ef96: Pulling fs layer [2023-02-22T07:30:49.572Z] e9a5061849ea: Pulling fs layer [2023-02-22T07:30:49.572Z] d747dcd14b5f: Pulling fs layer [2023-02-22T07:30:49.572Z] 2de7ff778b66: Pulling fs layer [2023-02-22T07:30:49.572Z] d747dcd14b5f: Waiting [2023-02-22T07:30:49.572Z] e9a5061849ea: Waiting [2023-02-22T07:30:49.572Z] 2de7ff778b66: Waiting [2023-02-22T07:30:49.572Z] 0d9ebad4ef96: Waiting [2023-02-22T07:30:49.572Z] 9712f1f96733: Download complete [2023-02-22T07:30:50.160Z] 63f879dbbcfc: Verifying Checksum [2023-02-22T07:30:50.160Z] 63f879dbbcfc: Download complete [2023-02-22T07:30:50.421Z] ab5ef0e58194: Verifying Checksum [2023-02-22T07:30:50.421Z] ab5ef0e58194: Download complete [2023-02-22T07:30:50.421Z] 0d9ebad4ef96: Verifying Checksum [2023-02-22T07:30:50.421Z] 0d9ebad4ef96: Download complete [2023-02-22T07:30:50.421Z] d747dcd14b5f: Verifying Checksum [2023-02-22T07:30:50.421Z] d747dcd14b5f: Download complete [2023-02-22T07:30:50.422Z] e9a5061849ea: Download complete [2023-02-22T07:30:50.680Z] 2de7ff778b66: Verifying Checksum [2023-02-22T07:30:50.680Z] 2de7ff778b66: Download complete [2023-02-22T07:30:53.218Z] ab5ef0e58194: Pull complete [2023-02-22T07:30:53.476Z] 9712f1f96733: Pull complete [2023-02-22T07:30:54.041Z] 63f879dbbcfc: Pull complete [2023-02-22T07:30:58.220Z] 0d9ebad4ef96: Pull complete [2023-02-22T07:30:58.220Z] e9a5061849ea: Pull complete [2023-02-22T07:30:58.220Z] d747dcd14b5f: Pull complete [2023-02-22T07:30:59.154Z] 2de7ff778b66: Pull complete [2023-02-22T07:30:59.154Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-22T07:30:59.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T07:30:59.154Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:30:59.232Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:30:59.260Z] $ 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-22T07:31:03.491Z] $ docker top ae7f9a92384b4c67ee53a6605f76aaeed23369a1ee8a71b22caad236ad106b8e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-22T07:31:03.561Z] provisioning config files... [2023-02-22T07:31:03.568Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16922763261156057481tmp [2023-02-22T07:31:03.578Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6901486999678464082tmp [2023-02-22T07:31:03.587Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12493686410528169209tmp [Pipeline] { [Pipeline] echo [2023-02-22T07:31:03.598Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:03.881Z] ---> sigul-configuration.sh [2023-02-22T07:31:03.881Z] gpg: directory `/root/.gnupg' created [2023-02-22T07:31:03.881Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-22T07:31:03.881Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-22T07:31:03.881Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-22T07:31:03.881Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-22T07:31:03.881Z] gpg: CAST5 encrypted data [2023-02-22T07:31:03.881Z] gpg: encrypted with 1 passphrase [2023-02-22T07:31:03.881Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-22T07:31:04.166Z] + mkdir /home/jenkins [2023-02-22T07:31:04.166Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-22T07:31:04.450Z] + 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-22T07:31:04.459Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:04.743Z] ---> sigul-install.sh [2023-02-22T07:31:04.743Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-22T07:31:05.028Z] + git tag --list [2023-02-22T07:31:05.028Z] 0.7.1 [2023-02-22T07:31:05.028Z] delhi-tag [2023-02-22T07:31:05.028Z] v1.0.0 [2023-02-22T07:31:05.028Z] v1.1.0 [2023-02-22T07:31:05.028Z] v1.1.1 [2023-02-22T07:31:05.028Z] v1.1.2 [2023-02-22T07:31:05.028Z] v1.2.0 [2023-02-22T07:31:05.028Z] v1.2.1 [2023-02-22T07:31:05.028Z] v1.2.2 [2023-02-22T07:31:05.028Z] v1.2.3 [2023-02-22T07:31:05.028Z] v1.3.0 [2023-02-22T07:31:05.028Z] v1.4.0 [2023-02-22T07:31:05.028Z] v2.0.0 [2023-02-22T07:31:05.028Z] v2.1.0 [2023-02-22T07:31:05.028Z] v2.1.1 [2023-02-22T07:31:05.028Z] v2.1.1-dev.2 [2023-02-22T07:31:05.028Z] v2.1.1-dev.3 [2023-02-22T07:31:05.028Z] v2.2.0 [2023-02-22T07:31:05.028Z] v2.2.1-dev.1 [2023-02-22T07:31:05.028Z] v2.2.1-dev.10 [2023-02-22T07:31:05.028Z] v2.2.1-dev.11 [2023-02-22T07:31:05.028Z] v2.2.1-dev.12 [2023-02-22T07:31:05.028Z] v2.2.1-dev.13 [2023-02-22T07:31:05.028Z] v2.2.1-dev.14 [2023-02-22T07:31:05.028Z] v2.2.1-dev.2 [2023-02-22T07:31:05.028Z] v2.2.1-dev.3 [2023-02-22T07:31:05.028Z] v2.2.1-dev.4 [2023-02-22T07:31:05.028Z] v2.2.1-dev.5 [2023-02-22T07:31:05.028Z] v2.2.1-dev.6 [2023-02-22T07:31:05.028Z] v2.2.1-dev.7 [2023-02-22T07:31:05.028Z] v2.2.1-dev.8 [2023-02-22T07:31:05.028Z] v2.2.1-dev.9 [2023-02-22T07:31:05.028Z] v2.3.0 [2023-02-22T07:31:05.028Z] v2.3.0-dev.14 [2023-02-22T07:31:05.028Z] v2.3.0-dev.15 [2023-02-22T07:31:05.028Z] v2.3.0-dev.16 [2023-02-22T07:31:05.028Z] v2.3.0-dev.17 [2023-02-22T07:31:05.028Z] v2.3.0-dev.18 [2023-02-22T07:31:05.028Z] v2.3.0-dev.19 [2023-02-22T07:31:05.028Z] v2.3.0-dev.20 [2023-02-22T07:31:05.028Z] v2.3.0-dev.21 [2023-02-22T07:31:05.028Z] v2.3.0-dev.22 [2023-02-22T07:31:05.028Z] v2.3.0-dev.23 [2023-02-22T07:31:05.028Z] v2.3.0-dev.24 [2023-02-22T07:31:05.028Z] v2.3.0-dev.25 [2023-02-22T07:31:05.028Z] v2.3.0-dev.26 [2023-02-22T07:31:05.028Z] v2.3.0-dev.27 [2023-02-22T07:31:05.028Z] v2.3.0-dev.28 [2023-02-22T07:31:05.028Z] v2.3.0-dev.29 [2023-02-22T07:31:05.028Z] v2.3.0-dev.30 [2023-02-22T07:31:05.028Z] v2.3.0-dev.31 [2023-02-22T07:31:05.028Z] v2.3.0-dev.32 [2023-02-22T07:31:05.028Z] v2.3.0-dev.33 [2023-02-22T07:31:05.028Z] v2.3.0-dev.34 [2023-02-22T07:31:05.028Z] v2.3.0-dev.35 [2023-02-22T07:31:05.028Z] v2.3.0-dev.36 [2023-02-22T07:31:05.028Z] v2.3.0-dev.37 [2023-02-22T07:31:05.028Z] v2.3.0-dev.38 [2023-02-22T07:31:05.028Z] v2.3.0-dev.39 [2023-02-22T07:31:05.028Z] v2.3.0-dev.40 [2023-02-22T07:31:05.028Z] v2.3.0-dev.41 [2023-02-22T07:31:05.028Z] v2.3.0-dev.42 [2023-02-22T07:31:05.028Z] v2.3.0-dev.43 [2023-02-22T07:31:05.028Z] v2.3.0-dev.44 [2023-02-22T07:31:05.028Z] v2.3.0-dev.45 [2023-02-22T07:31:05.028Z] v2.3.0-dev.46 [2023-02-22T07:31:05.028Z] v2.3.0-dev.47 [2023-02-22T07:31:05.028Z] v2.3.0-dev.48 [2023-02-22T07:31:05.028Z] v2.3.0-dev.49 [2023-02-22T07:31:05.028Z] v2.3.0-dev.50 [2023-02-22T07:31:05.028Z] v2.3.0-dev.51 [2023-02-22T07:31:05.028Z] v2.3.1-dev.1 [2023-02-22T07:31:05.028Z] v2.3.1-dev.2 [2023-02-22T07:31:05.028Z] v3.0.0-dev.1 [2023-02-22T07:31:05.028Z] v3.0.0-dev.10 [2023-02-22T07:31:05.028Z] v3.0.0-dev.11 [2023-02-22T07:31:05.028Z] v3.0.0-dev.12 [2023-02-22T07:31:05.028Z] v3.0.0-dev.13 [2023-02-22T07:31:05.028Z] v3.0.0-dev.14 [2023-02-22T07:31:05.028Z] v3.0.0-dev.15 [2023-02-22T07:31:05.028Z] v3.0.0-dev.16 [2023-02-22T07:31:05.028Z] v3.0.0-dev.17 [2023-02-22T07:31:05.028Z] v3.0.0-dev.18 [2023-02-22T07:31:05.028Z] v3.0.0-dev.19 [2023-02-22T07:31:05.028Z] v3.0.0-dev.2 [2023-02-22T07:31:05.028Z] v3.0.0-dev.20 [2023-02-22T07:31:05.028Z] v3.0.0-dev.21 [2023-02-22T07:31:05.028Z] v3.0.0-dev.22 [2023-02-22T07:31:05.028Z] v3.0.0-dev.23 [2023-02-22T07:31:05.028Z] v3.0.0-dev.24 [2023-02-22T07:31:05.028Z] v3.0.0-dev.25 [2023-02-22T07:31:05.028Z] v3.0.0-dev.26 [2023-02-22T07:31:05.028Z] v3.0.0-dev.27 [2023-02-22T07:31:05.028Z] v3.0.0-dev.28 [2023-02-22T07:31:05.028Z] v3.0.0-dev.29 [2023-02-22T07:31:05.028Z] v3.0.0-dev.3 [2023-02-22T07:31:05.028Z] v3.0.0-dev.30 [2023-02-22T07:31:05.028Z] v3.0.0-dev.31 [2023-02-22T07:31:05.028Z] v3.0.0-dev.32 [2023-02-22T07:31:05.028Z] v3.0.0-dev.33 [2023-02-22T07:31:05.028Z] v3.0.0-dev.34 [2023-02-22T07:31:05.028Z] v3.0.0-dev.35 [2023-02-22T07:31:05.028Z] v3.0.0-dev.36 [2023-02-22T07:31:05.028Z] v3.0.0-dev.4 [2023-02-22T07:31:05.028Z] v3.0.0-dev.5 [2023-02-22T07:31:05.028Z] v3.0.0-dev.6 [2023-02-22T07:31:05.028Z] v3.0.0-dev.7 [2023-02-22T07:31:05.028Z] v3.0.0-dev.8 [2023-02-22T07:31:05.028Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-22T07:31:05.315Z] + lftools sign git-tag v3.0.0-dev.36 [2023-02-22T07:31:05.882Z] Signing Git tag with Sigul... [2023-02-22T07:31:05.882Z] Signing v3.0.0-dev.36 [Pipeline] echo [2023-02-22T07:31:06.150Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:06.434Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-22T07:31:06.440Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-22T07:31:06.457Z] $ docker stop --time=1 ae7f9a92384b4c67ee53a6605f76aaeed23369a1ee8a71b22caad236ad106b8e [2023-02-22T07:31:07.733Z] $ docker rm -f --volumes ae7f9a92384b4c67ee53a6605f76aaeed23369a1ee8a71b22caad236ad106b8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-22T07:31:08.139Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T07:31:08.139Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:31:08.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T07:31:08.440Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:31:08.508Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:31:08.535Z] $ 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-22T07:31:08.842Z] $ docker top c8ed3df343f6f73096d13668d5382626948f5d363d86fcd61919aca50dac8989 -eo pid,comm [2023-02-22T07:31:08.888Z] 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-22T07:31:08.888Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T07:31:08.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T07:31:08.925Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T07:31:09.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T07:31:09.038Z] $ docker exec c8ed3df343f6f73096d13668d5382626948f5d363d86fcd61919aca50dac8989 ssh-agent [2023-02-22T07:31:09.135Z] SSH_AUTH_SOCK=/tmp/ssh-Hqzq5UaaeJhy/agent.32 [2023-02-22T07:31:09.135Z] SSH_AGENT_PID=38 [2023-02-22T07:31:09.140Z] Running ssh-add (command line suppressed) [2023-02-22T07:31:09.239Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15431081180569905302.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15431081180569905302.key) [2023-02-22T07:31:09.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T07:31:09.534Z] + git semver bump pre [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,684 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,684 [bump_version] DEBUG bumping version:3.0.0-dev.36 on axis:pre with prefix:dev [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,684 [bump_version] DEBUG bumped version:3.0.0-dev.37 [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,685 [write_version] DEBUG write version:3.0.0-dev.37 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,685 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,685 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,687 [execute] INFO git cat-file --batch-check [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,687 [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-22T07:31:09.792Z] 2023-02-22 07:31:09,691 [execute] INFO git cat-file --batch [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,691 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T07:31:09.792Z] 2023-02-22 07:31:09,695 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:31:09.792Z] 3.0.0-dev.37 [Pipeline] } [2023-02-22T07:31:09.800Z] $ docker exec --env ******** --env ******** c8ed3df343f6f73096d13668d5382626948f5d363d86fcd61919aca50dac8989 ssh-agent -k [2023-02-22T07:31:09.896Z] unset SSH_AUTH_SOCK; [2023-02-22T07:31:09.897Z] unset SSH_AGENT_PID; [2023-02-22T07:31:09.897Z] echo Agent pid 38 killed; [2023-02-22T07:31:09.905Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T07:31:10.208Z] + git semver [Pipeline] } [2023-02-22T07:31:10.481Z] $ docker stop --time=1 c8ed3df343f6f73096d13668d5382626948f5d363d86fcd61919aca50dac8989 [2023-02-22T07:31:11.735Z] $ docker rm -f --volumes c8ed3df343f6f73096d13668d5382626948f5d363d86fcd61919aca50dac8989 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T07:31:12.085Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T07:31:12.085Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:31:12.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T07:31:12.387Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:31:12.453Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:31:12.483Z] $ 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-22T07:31:12.817Z] $ docker top 7e3f9fefc38f41249a191a4487a16e360c9b15f19dac00fa6dd644e3245052d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T07:31:12.906Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T07:31:12.906Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T07:31:13.029Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T07:31:13.032Z] $ docker exec 7e3f9fefc38f41249a191a4487a16e360c9b15f19dac00fa6dd644e3245052d4 ssh-agent [2023-02-22T07:31:13.143Z] SSH_AUTH_SOCK=/tmp/ssh-LdoFxYNvDYs4/agent.32 [2023-02-22T07:31:13.143Z] SSH_AGENT_PID=38 [2023-02-22T07:31:13.147Z] Running ssh-add (command line suppressed) [2023-02-22T07:31:13.247Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11250290214907589873.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11250290214907589873.key) [2023-02-22T07:31:13.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T07:31:13.542Z] + git semver push [2023-02-22T07:31:13.801Z] 2023-02-22 07:31:13,710 [run_push] DEBUG push [2023-02-22T07:31:13.801Z] 2023-02-22 07:31:13,711 [execute] INFO git cat-file --batch-check [2023-02-22T07:31:13.801Z] 2023-02-22 07:31:13,711 [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-22T07:31:13.801Z] 2023-02-22 07:31:13,715 [execute] INFO git rev-list e10a9e6d86a553f8205ebaad603d3477dcf54e10 -- [2023-02-22T07:31:13.801Z] 2023-02-22 07:31:13,715 [execute] DEBUG Popen(['git', 'rev-list', 'e10a9e6d86a553f8205ebaad603d3477dcf54e10', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T07:31:13.801Z] 2023-02-22 07:31:13,725 [execute] INFO git fetch -v origin [2023-02-22T07:31:13.801Z] 2023-02-22 07:31:13,725 [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-22T07:31:14.370Z] 2023-02-22 07:31:14,249 [run_push] DEBUG no remote changes detected [2023-02-22T07:31:14.370Z] 2023-02-22 07:31:14,249 [execute] INFO git push origin semver [2023-02-22T07:31:14.370Z] 2023-02-22 07:31:14,250 [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-22T07:31:15.306Z] 2023-02-22 07:31:15,059 [run_push] DEBUG push all version tags [2023-02-22T07:31:15.306Z] 2023-02-22 07:31:15,059 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-22T07:31:15.306Z] 2023-02-22 07:31:15,060 [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-22T07:31:16.242Z] 2023-02-22 07:31:15,901 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T07:31:16.242Z] 3.0.0-dev.37 [Pipeline] } [2023-02-22T07:31:16.251Z] $ docker exec --env ******** --env ******** 7e3f9fefc38f41249a191a4487a16e360c9b15f19dac00fa6dd644e3245052d4 ssh-agent -k [2023-02-22T07:31:16.344Z] unset SSH_AUTH_SOCK; [2023-02-22T07:31:16.344Z] unset SSH_AGENT_PID; [2023-02-22T07:31:16.344Z] echo Agent pid 38 killed; [2023-02-22T07:31:16.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T07:31:16.656Z] + git semver [Pipeline] } [2023-02-22T07:31:16.924Z] $ docker stop --time=1 7e3f9fefc38f41249a191a4487a16e360c9b15f19dac00fa6dd644e3245052d4 [2023-02-22T07:31:18.161Z] $ docker rm -f --volumes 7e3f9fefc38f41249a191a4487a16e360c9b15f19dac00fa6dd644e3245052d4 [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-22T07:31:18.679Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-22T07:31:18.679Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-22T07:31:18.679Z] total 16 [2023-02-22T07:31:18.679Z] drwxr-xr-x 3 root root 4096 Feb 22 07:21 . [2023-02-22T07:31:18.679Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 22 07:31 .. [2023-02-22T07:31:18.679Z] drwxr-xr-x 2 root root 4096 Feb 22 07:21 cost [2023-02-22T07:31:18.679Z] -rw-r--r-- 1 root root 85 Feb 22 07:21 cost.csv [2023-02-22T07:31:18.679Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-22T07:31:18.679Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-22T07:31:18.679Z] total 16 [2023-02-22T07:31:18.679Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 07:21 . [2023-02-22T07:31:18.679Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 22 07:31 .. [2023-02-22T07:31:18.679Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 07:21 cost [2023-02-22T07:31:18.679Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 22 07:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:18.970Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:19.828Z] ---> package-listing.sh [2023-02-22T07:31:19.828Z] ++ facter osfamily [2023-02-22T07:31:19.828Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-22T07:31:20.087Z] + OS_FAMILY=debian [2023-02-22T07:31:20.088Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-22T07:31:20.088Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-22T07:31:20.088Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-22T07:31:20.088Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-22T07:31:20.088Z] + PACKAGES=/tmp/packages_start.txt [2023-02-22T07:31:20.088Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-22T07:31:20.088Z] + PACKAGES=/tmp/packages_end.txt [2023-02-22T07:31:20.088Z] + case "${OS_FAMILY}" in [2023-02-22T07:31:20.088Z] + dpkg -l [2023-02-22T07:31:20.088Z] + grep '^ii' [2023-02-22T07:31:20.088Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-22T07:31:20.088Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-22T07:31:20.088Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-22T07:31:20.088Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-22T07:31:20.088Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-22T07:31:20.088Z] + 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-22T07:31:20.099Z] 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-22T07:31:20.374Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T07:31:20.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T07:31:20.932Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T07:31:21.003Z] prd-ubuntu20.04-docker-8c-8g-7018 does not seem to be running inside a container [2023-02-22T07:31:21.027Z] $ 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-22T07:31:21.220Z] $ docker top 1979fe62e8f758bbbb3a997ac38e1717eb511919b013d16cdb57941855a8a43c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T07:31:21.558Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-22T07:31:21.839Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-22T07:31:22.120Z] + ls /var/log/sa-host [2023-02-22T07:31:22.120Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T07:31:22.191Z] provisioning config files... [2023-02-22T07:31:22.198Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14282613918307167572tmp [Pipeline] { [Pipeline] echo [2023-02-22T07:31:22.209Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:22.487Z] ---> create-netrc.sh [Pipeline] } [2023-02-22T07:31:22.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:22.869Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-22T07:31:22.876Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:23.196Z] ---> sudo-logs.sh [2023-02-22T07:31:23.197Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-22T07:31:23.251Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:23.526Z] ---> job-cost.sh [2023-02-22T07:31:23.526Z] lf-activate-venv: SKIPPING [2023-02-22T07:31:23.526Z] DEBUG: total: 0.2199999988079071 [2023-02-22T07:31:23.526Z] INFO: Retrieving Stack Cost... [2023-02-22T07:31:23.784Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T07:31:24.349Z] INFO: Archiving Costs [Pipeline] echo [2023-02-22T07:31:24.361Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T07:31:24.641Z] ---> logs-deploy.sh [2023-02-22T07:31:24.641Z] lf-activate-venv: SKIPPING [2023-02-22T07:31:24.641Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/166 [2023-02-22T07:31:24.641Z] INFO: archiving workspace using pattern(s): [2023-02-22T07:31:25.571Z] Archives upload complete. [2023-02-22T07:31:25.571Z] INFO: archiving logs to Nexus