Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 23e758ba57e1012933f954ab76dd88bf8d98992d 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-ssh2554414461659518881.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-ssh2418430979432873085.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-ssh16149402717547878278.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-ssh15576975917848313382.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-ssh16407836890522088972.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-8754 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 23e758ba57e1012933f954ab76dd88bf8d98992d (main) Commit message: "Merge pull request #1367 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.42" > 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 23e758ba57e1012933f954ab76dd88bf8d98992d # timeout=10 > git rev-list --no-walk 774c2037947f109106e5ac1f44e7b15f17fcf2b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:46:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:46:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:46:44 ========================================================= 07:46:44 EdgeX Global Pipelines Version Info 07:46:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:46:45 ------------------- 07:46:45 stable info: 07:46:45 ------------------- 07:46:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:46:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:46:45 Message: update stable to v1.0.244 07:46:45 ------------------- 07:46:45 experimental info: 07:46:45 ------------------- 07:46:45 Commited By: **** collab-it+edgex@linuxfoundation.org 07:46:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:46:45 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:46:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 23e758b [Pipeline] echo 07:46:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:46:46 provisioning config files... 07:46:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7147903571824783001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:46:46 ---> docker-login.sh 07:46:46 nexus3.edgexfoundry.org:10001 07:46:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:46:47 Configure a credential helper to remove this warning. See 07:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:46:47 07:46:47 Login Succeeded 07:46:47 nexus3.edgexfoundry.org:10002 07:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:46:47 Configure a credential helper to remove this warning. See 07:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:46:47 07:46:47 Login Succeeded 07:46:47 nexus3.edgexfoundry.org:10003 07:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:46:47 Configure a credential helper to remove this warning. See 07:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:46:47 07:46:47 Login Succeeded 07:46:47 nexus3.edgexfoundry.org:10004 07:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:46:47 Configure a credential helper to remove this warning. See 07:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:46:47 07:46:47 Login Succeeded 07:46:47 docker.io 07:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:46:47 Configure a credential helper to remove this warning. See 07:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:46:47 07:46:47 Login Succeeded 07:46:47 ---> docker-login.sh ends [Pipeline] } 07:46:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:46:47 + git rev-list -1 --merges 23e758ba57e1012933f954ab76dd88bf8d98992d~1..23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo 07:46:48 -----------> git rev-list -1 --merges 23e758ba57e1012933f954ab76dd88bf8d98992d~1..23e758ba57e1012933f954ab76dd88bf8d98992d 23e758ba57e1012933f954ab76dd88bf8d98992d 07:46:48 23e758ba57e1012933f954ab76dd88bf8d98992d [false] [Pipeline] sh 07:46:48 + git log --format=format:%s -1 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo 07:46:48 ========================================================= 07:46:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:46:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:46:48 + git log --format=format:%s -1 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo 07:46:48 [semverPrep] GIT_COMMIT: 23e758ba57e1012933f954ab76dd88bf8d98992d, Commit Message: Merge pull request #1367 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.42 [Pipeline] echo 07:46:48 [semverPrep] This is not a build commit. [Pipeline] sh 07:46:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:46:49 + grep -v github /etc/ssh/ssh_known_hosts 07:46:49 + [ -e /tmp/ssh_known_hosts ] 07:46:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:46:49 + + echosudo tee -a /etc/ssh/ssh_known_hosts 07:46:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:46:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:46:49 07:46:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:46:49 0.1.4: Pulling from edgex-devops/py-git-semver 07:46:49 b85a868b505f: Pulling fs layer 07:46:49 e2be974225ed: Pulling fs layer 07:46:49 339a4e72a1f5: Pulling fs layer 07:46:49 988bab9f4d93: Pulling fs layer 07:46:49 1469e6f7b9e6: Pulling fs layer 07:46:49 eaf3925da568: Pulling fs layer 07:46:49 bab4dde63d76: Pulling fs layer 07:46:49 bde34c3a00c8: Pulling fs layer 07:46:49 b352a97aabf1: Pulling fs layer 07:46:49 4872d77fe225: Pulling fs layer 07:46:49 5851b861e8e6: Pulling fs layer 07:46:49 988bab9f4d93: Waiting 07:46:49 1469e6f7b9e6: Waiting 07:46:49 bab4dde63d76: Waiting 07:46:49 bde34c3a00c8: Waiting 07:46:49 eaf3925da568: Waiting 07:46:49 b352a97aabf1: Waiting 07:46:49 4872d77fe225: Waiting 07:46:49 5851b861e8e6: Waiting 07:46:49 e2be974225ed: Verifying Checksum 07:46:49 e2be974225ed: Download complete 07:46:49 988bab9f4d93: Verifying Checksum 07:46:49 988bab9f4d93: Download complete 07:46:50 339a4e72a1f5: Verifying Checksum 07:46:50 339a4e72a1f5: Download complete 07:46:50 1469e6f7b9e6: Verifying Checksum 07:46:50 1469e6f7b9e6: Download complete 07:46:50 eaf3925da568: Verifying Checksum 07:46:50 eaf3925da568: Download complete 07:46:50 bde34c3a00c8: Download complete 07:46:50 b352a97aabf1: Download complete 07:46:50 4872d77fe225: Verifying Checksum 07:46:50 4872d77fe225: Download complete 07:46:50 5851b861e8e6: Verifying Checksum 07:46:50 5851b861e8e6: Download complete 07:46:50 b85a868b505f: Verifying Checksum 07:46:50 b85a868b505f: Download complete 07:46:50 bab4dde63d76: Verifying Checksum 07:46:50 bab4dde63d76: Download complete 07:46:51 b85a868b505f: Pull complete 07:46:51 e2be974225ed: Pull complete 07:46:52 339a4e72a1f5: Pull complete 07:46:52 988bab9f4d93: Pull complete 07:46:52 1469e6f7b9e6: Pull complete 07:46:52 eaf3925da568: Pull complete 07:46:54 bab4dde63d76: Pull complete 07:46:54 bde34c3a00c8: Pull complete 07:46:54 b352a97aabf1: Pull complete 07:46:54 4872d77fe225: Pull complete 07:46:54 5851b861e8e6: Pull complete 07:46:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:46:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:46:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:46:54 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:46:54 $ 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 07:46:56 $ docker top d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 -eo pid,comm 07:46:56 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). 07:46:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:46:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:46:56 [ssh-agent] Looking for ssh-agent implementation... 07:46:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:46:56 $ docker exec d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent 07:46:56 SSH_AUTH_SOCK=/tmp/ssh-DDaJnTfj9hTI/agent.33 07:46:56 SSH_AGENT_PID=39 07:46:56 Running ssh-add (command line suppressed) 07:46:56 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4332938337410233531.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4332938337410233531.key) 07:46:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:46:56 + git tag --points-at HEAD [Pipeline] } 07:46:57 $ docker exec --env ******** --env ******** d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent -k 07:46:57 unset SSH_AUTH_SOCK; 07:46:57 unset SSH_AGENT_PID; 07:46:57 echo Agent pid 39 killed; 07:46:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:46:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:46:57 [ssh-agent] Looking for ssh-agent implementation... 07:46:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:46:57 $ docker exec d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent 07:46:57 SSH_AUTH_SOCK=/tmp/ssh-56CYp4AmLV7c/agent.71 07:46:57 SSH_AGENT_PID=77 07:46:57 Running ssh-add (command line suppressed) 07:46:57 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13115501847213705131.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13115501847213705131.key) 07:46:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:46:57 + git semver init 07:46:58 2023-03-08 07:46:58,072 [run_init] DEBUG init version:0.0.0 force:False 07:46:58 2023-03-08 07:46:58,073 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 07:46:58 2023-03-08 07:46:58,074 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 07:46:58 2023-03-08 07:46:58,074 [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) 07:46:59 2023-03-08 07:46:58,992 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 07:46:59 2023-03-08 07:46:58,992 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 07:46:59 2023-03-08 07:46:58,992 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:46:59 2023-03-08 07:46:58,993 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:46:59 3.0.0-dev.47 [Pipeline] } 07:46:59 $ docker exec --env ******** --env ******** d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent -k 07:46:59 unset SSH_AUTH_SOCK; 07:46:59 unset SSH_AGENT_PID; 07:46:59 echo Agent pid 77 killed; 07:46:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:46:59 + git semver [Pipeline] } 07:47:00 $ docker stop --time=1 d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 07:47:01 $ docker rm -f --volumes d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:47:01 Stashed 1 file(s) [Pipeline] echo 07:47:01 [edgeXSemver]: initialized semver on version 3.0.0-dev.47 [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 07:47:02 provisioning config files... 07:47:02 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config605618922543485552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:02 ---> docker-login.sh 07:47:02 nexus3.edgexfoundry.org:10001 07:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:02 Configure a credential helper to remove this warning. See 07:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:02 07:47:02 Login Succeeded 07:47:02 nexus3.edgexfoundry.org:10002 07:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:02 Configure a credential helper to remove this warning. See 07:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:02 07:47:02 Login Succeeded 07:47:02 nexus3.edgexfoundry.org:10003 07:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:02 Configure a credential helper to remove this warning. See 07:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:02 07:47:02 Login Succeeded 07:47:02 nexus3.edgexfoundry.org:10004 07:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:02 Configure a credential helper to remove this warning. See 07:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:02 07:47:02 Login Succeeded 07:47:02 docker.io 07:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:02 Configure a credential helper to remove this warning. See 07:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:02 07:47:02 Login Succeeded 07:47:02 ---> docker-login.sh ends [Pipeline] } 07:47:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:47:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:47:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:47:03 ========================================================= 07:47:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 07:47:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:03 + 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 . 07:47:03 Sending build context to Docker daemon 10.63MB 07:47:03 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 07:47:03 Step 2/10 : FROM ${BASE} AS builder 07:47:03 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 07:47:03 213ec9aee27d: Pulling fs layer 07:47:03 4583459ba037: Pulling fs layer 07:47:03 93c1e223e6f2: Pulling fs layer 07:47:03 53926ce57604: Pulling fs layer 07:47:03 21b2b0c7a3f4: Pulling fs layer 07:47:03 22ff95d597cd: Pulling fs layer 07:47:03 12d6caf4c0d1: Pulling fs layer 07:47:03 96b7cbca73a9: Pulling fs layer 07:47:03 a7acece74701: Pulling fs layer 07:47:03 53926ce57604: Waiting 07:47:03 21b2b0c7a3f4: Waiting 07:47:03 22ff95d597cd: Waiting 07:47:03 12d6caf4c0d1: Waiting 07:47:03 96b7cbca73a9: Waiting 07:47:03 a7acece74701: Waiting 07:47:03 93c1e223e6f2: Verifying Checksum 07:47:03 93c1e223e6f2: Download complete 07:47:03 4583459ba037: Download complete 07:47:03 21b2b0c7a3f4: Download complete 07:47:03 22ff95d597cd: Verifying Checksum 07:47:03 22ff95d597cd: Download complete 07:47:03 213ec9aee27d: Verifying Checksum 07:47:03 213ec9aee27d: Download complete 07:47:03 12d6caf4c0d1: Verifying Checksum 07:47:03 12d6caf4c0d1: Download complete 07:47:03 213ec9aee27d: Pull complete 07:47:03 4583459ba037: Pull complete 07:47:04 93c1e223e6f2: Pull complete 07:47:04 a7acece74701: Verifying Checksum 07:47:04 a7acece74701: Download complete 07:47:04 96b7cbca73a9: Verifying Checksum 07:47:04 96b7cbca73a9: Download complete 07:47:04 53926ce57604: Verifying Checksum 07:47:04 53926ce57604: Download complete 07:47:09 53926ce57604: Pull complete 07:47:09 21b2b0c7a3f4: Pull complete 07:47:09 22ff95d597cd: Pull complete 07:47:09 12d6caf4c0d1: Pull complete 07:47:11 96b7cbca73a9: Pull complete 07:47:12 a7acece74701: Pull complete 07:47:12 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 07:47:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:47:12 ---> db6d94c90886 07:47:12 Step 3/10 : ARG MAKE=make build 07:47:14 ---> Running in 60bad6f0202c 07:47:14 Removing intermediate container 60bad6f0202c 07:47:14 ---> 9526ac3ea2d2 07:47:14 Step 4/10 : WORKDIR /device-sdk-go 07:47:14 ---> Running in 7a9c2b4607e6 07:47:14 Removing intermediate container 7a9c2b4607e6 07:47:14 ---> ec13e3baa61b 07:47:14 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:47:14 ---> Running in 6fdc1d53555b 07:47:14 Removing intermediate container 6fdc1d53555b 07:47:14 ---> 622484837199 07:47:14 Step 6/10 : RUN apk add --update --no-cache make git 07:47:14 ---> Running in 26958bc8d507 07:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:47:15 OK: 211 MiB in 51 packages 07:47:15 Removing intermediate container 26958bc8d507 07:47:15 ---> b08e2a6bfab7 07:47:15 Step 7/10 : COPY go.mod vendor* ./ 07:47:15 ---> 24eccd54f9cf 07:47:15 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:47:15 ---> Running in fd2e1db0389e 07:47:17 Still waiting to schedule task 07:47:17 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:48:02 Removing intermediate container fd2e1db0389e 07:48:02 ---> f2ca275a5add 07:48:02 Step 9/10 : COPY . . 07:48:02 ---> f43a4309aac7 07:48:02 Step 10/10 : RUN ${MAKE} 07:48:02 ---> Running in 13957264fa1c 07:48:02 noop 07:48:02 Removing intermediate container 13957264fa1c 07:48:02 ---> c76e24468afc 07:48:02 Successfully built c76e24468afc 07:48:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:03 + docker inspect -f . ci-base-image-x86_64 07:48:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:03 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:48:03 $ 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 07:48:03 $ docker top 5432407bcb8aaa62dbc2e95c73a2a71c36961d0673c2489aaa96d8f31017e333 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:03 + go version 07:48:03 go version go1.18.7 linux/amd64 [Pipeline] } 07:48:03 $ docker stop --time=1 5432407bcb8aaa62dbc2e95c73a2a71c36961d0673c2489aaa96d8f31017e333 07:48:05 $ docker rm -f --volumes 5432407bcb8aaa62dbc2e95c73a2a71c36961d0673c2489aaa96d8f31017e333 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:05 + docker inspect -f . ci-base-image-x86_64 07:48:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:05 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:48:05 $ 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 07:48:06 $ docker top 90aba32b27912b5d7dd756f807bc7493e4aa77d71c135ef836ab58083affd14d -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:06 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 07:48:06 + make test 07:48:06 go test -race -coverprofile=coverage.out ./... 07:48:14 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 07:48:32 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.095s coverage: 27.6% of statements 07:48:32 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.089s coverage: 78.9% of statements 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 07:48:32 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.174s coverage: 86.0% of statements 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 07:48:32 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.109s coverage: 75.4% of statements 07:48:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 07:48:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.088s coverage: 15.3% of statements 07:48:34 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 07:48:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.099s coverage: 65.2% of statements 07:48:34 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 07:48:34 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 07:48:34 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.824s coverage: 89.2% of statements 07:48:34 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 07:48:34 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.077s coverage: 4.6% of statements 07:48:34 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 07:48:52 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." 07:48:52 GO111MODULE=on go vet ./... 07:48:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8755 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 07:48:55 Running in /w/workspace/device-sdk-go/177 [Pipeline] { [Pipeline] checkout 07:48:55 The recommended git tool is: git 07:48:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:48:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:48:55 ./bin/test-attribution-txt.sh [Pipeline] echo 07:48:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:48:55 $ docker stop --time=1 90aba32b27912b5d7dd756f807bc7493e4aa77d71c135ef836ab58083affd14d 07:48:57 $ docker rm -f --volumes 90aba32b27912b5d7dd756f807bc7493e4aa77d71c135ef836ab58083affd14d [Pipeline] // withDockerContainer [Pipeline] sh 07:48:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:48:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:48:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:48:59 + ls -al . 07:48:59 total 280 07:48:59 drwxrwxr-x 11 jenkins jenkins 4096 Mar 8 07:48 . 07:48:59 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:46 .. 07:48:59 -rw-rw-r-- 1 jenkins jenkins 140 Mar 8 07:46 .dockerignore 07:48:59 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 07:48 .git 07:48:59 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:46 .github 07:48:59 -rw-rw-r-- 1 jenkins jenkins 131 Mar 8 07:46 .gitignore 07:48:59 -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 07:46 .golangci.yml 07:48:59 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 07:46 .semver 07:48:59 -rw-rw-r-- 1 jenkins jenkins 31677 Mar 8 07:46 CHANGELOG.md 07:48:59 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 07:46 GOVERNANCE.md 07:48:59 -rw-rw-r-- 1 jenkins jenkins 885 Mar 8 07:46 Jenkinsfile 07:48:59 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 8 07:46 LICENSE 07:48:59 -rw-rw-r-- 1 jenkins jenkins 1679 Mar 8 07:46 Makefile 07:48:59 -rw-rw-r-- 1 jenkins jenkins 619 Mar 8 07:46 OWNERS.md 07:48:59 -rw-rw-r-- 1 jenkins jenkins 4891 Mar 8 07:46 README.md 07:48:59 -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 07:47 VERSION 07:48:59 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:46 bin 07:48:59 -rw-r--r-- 1 jenkins jenkins 111244 Mar 8 07:48 coverage.out 07:48:59 drwxrwxr-x 5 jenkins jenkins 4096 Mar 8 07:46 example 07:48:59 -rw-rw-r-- 1 jenkins jenkins 3266 Mar 8 07:46 go.mod 07:48:59 -rw-rw-r-- 1 jenkins jenkins 30839 Mar 8 07:46 go.sum 07:48:59 drwxrwxr-x 13 jenkins jenkins 4096 Mar 8 07:46 internal 07:48:59 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 07:46 openapi 07:48:59 drwxrwxr-x 6 jenkins jenkins 4096 Mar 8 07:46 pkg 07:48:59 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:46 snap 07:48:59 -rw-rw-r-- 1 jenkins jenkins 222 Mar 8 07:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:59 + 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=23e758ba57e1012933f954ab76dd88bf8d98992d --label arch=amd64 --label version=3.0.0-dev.47 . 07:48:59 Sending build context to Docker daemon 10.74MB 07:48:59 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 07:48:59 Step 2/23 : FROM ${BASE} AS builder 07:48:59 ---> c76e24468afc 07:48:59 Step 3/23 : ARG MAKE=make build 07:48:59 ---> Running in 8da222f3d680 07:48:59 Removing intermediate container 8da222f3d680 07:48:59 ---> ffdc116faeb5 07:48:59 Step 4/23 : WORKDIR /device-sdk-go 07:48:59 ---> Running in 6b5dccc409c9 07:48:59 Removing intermediate container 6b5dccc409c9 07:48:59 ---> 530e7638dcb2 07:48:59 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:48:59 ---> Running in 037cc0a2ad9a 07:48:59 Removing intermediate container 037cc0a2ad9a 07:48:59 ---> e966ae6a02a6 07:48:59 Step 6/23 : RUN apk add --update --no-cache make git 07:48:59 ---> Running in c0531d4a2de5 07:49:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:49:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:49:00 OK: 211 MiB in 51 packages 07:49:00 using credential edgex-jenkins-ssh 07:49:00 Cloning the remote Git repository 07:49:00 Removing intermediate container c0531d4a2de5 07:49:00 ---> 3572afb6991f 07:49:00 Step 7/23 : COPY go.mod vendor* ./ 07:49:00 ---> f2fb4653b696 07:49:00 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:49:00 ---> Running in 352f493778f6 07:49:00 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:49:00 > git init /w/workspace/device-sdk-go/177 # timeout=10 07:49:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:49:00 > git --version # timeout=10 07:49:00 > git --version # 'git version 2.25.1' 07:49:00 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:49:01 Removing intermediate container 352f493778f6 07:49:01 ---> 00aae8486b20 07:49:01 Step 9/23 : COPY . . 07:49:02 ---> 41d23f415554 07:49:02 Step 10/23 : RUN ${MAKE} 07:49:02 ---> Running in 5ef5808957e3 07:49:02 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.47" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:49:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:49:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:49:03 Avoid second fetch 07:49:03 Checking out Revision 23e758ba57e1012933f954ab76dd88bf8d98992d (main) 07:49:03 > git config core.sparsecheckout # timeout=10 07:49:03 > git checkout -f 23e758ba57e1012933f954ab76dd88bf8d98992d # timeout=10 07:49:04 Commit message: "Merge pull request #1367 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.42" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:49:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:49:05 % Total % Received % Xferd Average Speed Time Time Time Current 07:49:05 Dload Upload Total Spent Left Speed 07:49:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 79198 0 --:--:-- --:--:-- --:--:-- 79198 [Pipeline] sh 07:49:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:49:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:49:06 + sudo tee /etc/docker/daemon.new 07:49:06 { 07:49:06 "registry-mirrors": [ 07:49:06 "https://nexus3.edgexfoundry.org:10001" 07:49:06 ], 07:49:06 "bip": "10.250.0.254/24", 07:49:06 "hosts": [ 07:49:06 "tcp://0.0.0.0:5555", 07:49:06 "unix:///var/run/docker.sock" 07:49:06 ], 07:49:06 "mtu": 1458, 07:49:06 "selinux-enabled": true, 07:49:06 "seccomp-profile": "/etc/docker/seccomp.json" 07:49:06 } [Pipeline] sh 07:49:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:49:06 + sudo service docker restart 07:49:24 Removing intermediate container 5ef5808957e3 07:49:24 ---> 1a3f617abd68 07:49:24 Step 11/23 : FROM alpine:3.16 07:49:24 3.16: Pulling from library/alpine 07:49:24 ef5531b6e74e: Pulling fs layer 07:49:24 ef5531b6e74e: Verifying Checksum 07:49:24 ef5531b6e74e: Download complete 07:49:24 ef5531b6e74e: Pull complete 07:49:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 07:49:24 Status: Downloaded newer image for alpine:3.16 07:49:24 ---> dfd21b5a31f5 07:49:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 07:49:24 ---> Running in 37e991b35bc3 07:49:24 Removing intermediate container 37e991b35bc3 07:49:24 ---> 7f102e1ec774 07:49:24 Step 13/23 : RUN apk add --update --no-cache 07:49:24 ---> Running in 2c2c5a2e6081 07:49:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:49:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:49:24 OK: 6 MiB in 14 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:25 provisioning config files... 07:49:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/177@tmp/config7829884409898419360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:49:25 Removing intermediate container 2c2c5a2e6081 07:49:25 ---> 64a5aa8f566f 07:49:25 Step 14/23 : WORKDIR / 07:49:25 ---> Running in 2b025dc0e8ef 07:49:25 Removing intermediate container 2b025dc0e8ef 07:49:25 ---> ebad60bcde74 07:49:25 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:49:25 ---> docker-login.sh 07:49:25 nexus3.edgexfoundry.org:10001 07:49:25 ---> 537ed5142577 07:49:25 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:49:26 ---> 71bc2bbb7964 07:49:26 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:49:26 ---> d81c84eb56dd 07:49:26 Step 18/23 : EXPOSE 59999 07:49:26 ---> Running in 1b881b96fc40 07:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:26 Configure a credential helper to remove this warning. See 07:49:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:26 07:49:26 Login Succeeded 07:49:26 nexus3.edgexfoundry.org:10002 07:49:26 Removing intermediate container 1b881b96fc40 07:49:26 ---> a06dee916612 07:49:26 Step 19/23 : ENTRYPOINT ["/device-simple"] 07:49:26 ---> Running in 7ce0ce433f6b 07:49:26 Removing intermediate container 7ce0ce433f6b 07:49:26 ---> 4293109154b0 07:49:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:49:26 ---> Running in f5b0698f8790 07:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:26 Configure a credential helper to remove this warning. See 07:49:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:26 07:49:26 Login Succeeded 07:49:26 nexus3.edgexfoundry.org:10003 07:49:26 Removing intermediate container f5b0698f8790 07:49:26 ---> 17bc3fde1e53 07:49:26 Step 21/23 : LABEL arch=amd64 07:49:26 ---> Running in 0164d34d14e2 07:49:26 Removing intermediate container 0164d34d14e2 07:49:26 ---> 0111ccdaaeeb 07:49:26 Step 22/23 : LABEL git_sha=23e758ba57e1012933f954ab76dd88bf8d98992d 07:49:26 ---> Running in be0f2ca045d8 07:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:26 Removing intermediate container be0f2ca045d8 07:49:26 ---> be8ce2b85c8c 07:49:26 Step 23/23 : LABEL version=3.0.0-dev.47 07:49:26 ---> Running in 4c068862f4b2 07:49:26 Removing intermediate container 4c068862f4b2 07:49:26 ---> 1ad60bf5eb0c 07:49:26 [Warning] One or more build-args [ARCH] were not consumed 07:49:26 Successfully built 1ad60bf5eb0c 07:49:26 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:49:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:26 Configure a credential helper to remove this warning. See 07:49:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:26 07:49:26 Login Succeeded 07:49:26 nexus3.edgexfoundry.org:10004 [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 07:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:27 Configure a credential helper to remove this warning. See 07:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:27 07:49:27 Login Succeeded 07:49:27 docker.io 07:49:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:49:27 07:49:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:49:27 latest: Pulling from edgex-lftools-log-publisher 07:49:27 5eb5b503b376: Pulling fs layer 07:49:27 5c69ac0246d0: Pulling fs layer 07:49:27 ec43610c2a17: Pulling fs layer 07:49:27 3a2ae6a8a46f: Pulling fs layer 07:49:27 33b1e0a273af: Pulling fs layer 07:49:27 5d3b04190fa2: Pulling fs layer 07:49:27 2f39f015ded8: Pulling fs layer 07:49:27 33b1e0a273af: Waiting 07:49:27 2f39f015ded8: Waiting 07:49:27 5d3b04190fa2: Waiting 07:49:27 3a2ae6a8a46f: Verifying Checksum 07:49:27 3a2ae6a8a46f: Download complete 07:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:27 Configure a credential helper to remove this warning. See 07:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:27 07:49:27 Login Succeeded 07:49:27 ---> docker-login.sh ends [Pipeline] } 07:49:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:49:27 33b1e0a273af: Verifying Checksum 07:49:27 33b1e0a273af: Download complete 07:49:27 5d3b04190fa2: Download complete 07:49:27 ec43610c2a17: Verifying Checksum 07:49:27 ec43610c2a17: Download complete 07:49:27 5eb5b503b376: Verifying Checksum 07:49:27 5eb5b503b376: Download complete [Pipeline] echo 07:49:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:49:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:49:27 ========================================================= 07:49:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 07:49:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:28 + 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 . 07:49:28 Sending build context to Docker daemon 5.709MB 07:49:28 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 07:49:28 Step 2/10 : FROM ${BASE} AS builder 07:49:28 2f39f015ded8: Verifying Checksum 07:49:28 2f39f015ded8: Download complete 07:49:28 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:49:28 9b18e9b68314: Pulling fs layer 07:49:28 35d82f9e3411: Pulling fs layer 07:49:28 e16973657156: Pulling fs layer 07:49:28 fc693d55d65f: Pulling fs layer 07:49:28 7e9fc2657dce: Pulling fs layer 07:49:28 dda99020689f: Pulling fs layer 07:49:28 db1c61fa0a46: Pulling fs layer 07:49:28 891c053d2c06: Pulling fs layer 07:49:28 fc693d55d65f: Waiting 07:49:28 7e9fc2657dce: Waiting 07:49:28 dda99020689f: Waiting 07:49:28 db1c61fa0a46: Waiting 07:49:28 891c053d2c06: Waiting 07:49:28 e16973657156: Verifying Checksum 07:49:28 e16973657156: Download complete 07:49:28 35d82f9e3411: Verifying Checksum 07:49:28 35d82f9e3411: Download complete 07:49:28 7e9fc2657dce: Verifying Checksum 07:49:28 7e9fc2657dce: Download complete 07:49:28 dda99020689f: Verifying Checksum 07:49:28 dda99020689f: Download complete 07:49:28 9b18e9b68314: Verifying Checksum 07:49:28 9b18e9b68314: Download complete 07:49:29 5eb5b503b376: Pull complete 07:49:29 5c69ac0246d0: Pull complete 07:49:29 ec43610c2a17: Pull complete 07:49:29 3a2ae6a8a46f: Pull complete 07:49:30 33b1e0a273af: Pull complete 07:49:30 5d3b04190fa2: Pull complete 07:49:30 891c053d2c06: Verifying Checksum 07:49:30 891c053d2c06: Download complete 07:49:31 db1c61fa0a46: Download complete 07:49:32 9b18e9b68314: Pull complete 07:49:32 35d82f9e3411: Pull complete 07:49:33 e16973657156: Pull complete 07:49:33 fc693d55d65f: Verifying Checksum 07:49:33 fc693d55d65f: Download complete 07:49:35 2f39f015ded8: Pull complete 07:49:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:49:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:49:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:49:35 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:49:35 $ 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 07:49:37 $ docker top 09cf2f0b37d1f8e30112b5b10d1e2637c84c321cca5be56b5a7f8b2fcc2276c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:49:37 ---> job-cost.sh 07:49:37 lf-activate-venv: SKIPPING 07:49:37 INFO: No Stack... 07:49:38 INFO: Retrieving Pricing Info for: v3-standard-8 07:49:38 INFO: Archiving Costs [Pipeline] sh 07:49:38 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 07:49:38 + cut -d, -f6 [Pipeline] lock 07:49:38 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] 07:49:38 Resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] did not exist. Created. 07:49:38 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:49:38 + echo total: 0.2199999988079071 [Pipeline] stash 07:49:38 Stashed 1 file(s) [Pipeline] } 07:49:38 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] // lock [Pipeline] } 07:49:38 $ docker stop --time=1 09cf2f0b37d1f8e30112b5b10d1e2637c84c321cca5be56b5a7f8b2fcc2276c3 07:49:40 $ docker rm -f --volumes 09cf2f0b37d1f8e30112b5b10d1e2637c84c321cca5be56b5a7f8b2fcc2276c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:49:46 fc693d55d65f: Pull complete 07:49:46 7e9fc2657dce: Pull complete 07:49:46 dda99020689f: Pull complete 07:49:52 db1c61fa0a46: Pull complete 07:49:54 891c053d2c06: Pull complete 07:49:54 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 07:49:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:49:54 ---> f96f9c87975a 07:49:54 Step 3/10 : ARG MAKE=make build 07:49:56 ---> Running in 39764f8007ca 07:49:56 Removing intermediate container 39764f8007ca 07:49:56 ---> 231c58433e68 07:49:56 Step 4/10 : WORKDIR /device-sdk-go 07:49:56 ---> Running in b0945ed043d4 07:49:56 Removing intermediate container b0945ed043d4 07:49:56 ---> a48f590f6f30 07:49:56 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:49:57 ---> Running in f5b889605492 07:49:57 Removing intermediate container f5b889605492 07:49:57 ---> c743b36acc24 07:49:57 Step 6/10 : RUN apk add --update --no-cache make git 07:49:57 ---> Running in c721aa6adea6 07:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:49:59 OK: 221 MiB in 51 packages 07:50:00 Removing intermediate container c721aa6adea6 07:50:00 ---> 87086e865e3a 07:50:00 Step 7/10 : COPY go.mod vendor* ./ 07:50:01 ---> 7ef6ba2caf77 07:50:01 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:50:01 ---> Running in b688b99c4571 07:51:09 Removing intermediate container b688b99c4571 07:51:09 ---> 0ae407fa1fdd 07:51:09 Step 9/10 : COPY . . 07:51:09 ---> 966074111729 07:51:09 Step 10/10 : RUN ${MAKE} 07:51:09 ---> Running in 96387a3fd863 07:51:09 noop 07:51:09 Removing intermediate container 96387a3fd863 07:51:09 ---> 1cc7fb4a8a1a 07:51:09 Successfully built 1cc7fb4a8a1a 07:51:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:51:09 + docker inspect -f . ci-base-image-arm64 07:51:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:51:09 prd-ubuntu20.04-docker-arm64-4c-16g-8755 does not seem to be running inside a container 07:51:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/177 -v /w/workspace/device-sdk-go/177:/w/workspace/device-sdk-go/177:rw,z -v /w/workspace/device-sdk-go/177@tmp:/w/workspace/device-sdk-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:51:11 $ docker top 9e5bc60a4c5552c40cb945a20d18ac5387ccf1b535b098feace136a37b34129e -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:12 + go version 07:51:12 go version go1.18.7 linux/arm64 [Pipeline] } 07:51:12 $ docker stop --time=1 9e5bc60a4c5552c40cb945a20d18ac5387ccf1b535b098feace136a37b34129e 07:51:13 $ docker rm -f --volumes 9e5bc60a4c5552c40cb945a20d18ac5387ccf1b535b098feace136a37b34129e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:51:14 + docker inspect -f . ci-base-image-arm64 07:51:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:51:14 prd-ubuntu20.04-docker-arm64-4c-16g-8755 does not seem to be running inside a container 07:51:14 $ 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/177 -v /w/workspace/device-sdk-go/177:/w/workspace/device-sdk-go/177:rw,z -v /w/workspace/device-sdk-go/177@tmp:/w/workspace/device-sdk-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:51:15 $ docker top 78b5eb96463c11137727dcccc4223d1bbdd0b0e371fec71c756e33387a60a6ae -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:16 + git config --global --add safe.directory /w/workspace/device-sdk-go/177 [Pipeline] fileExists [Pipeline] sh 07:51:17 + make test 07:51:17 go test -race -coverprofile=coverage.out ./... 07:51:49 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 07:53:56 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.464s coverage: 27.6% of statements 07:53:56 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.477s coverage: 78.9% of statements 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 07:53:56 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.441s coverage: 86.0% of statements 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 07:53:56 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 07:53:59 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.873s coverage: 75.4% of statements 07:53:59 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 07:53:59 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.529s coverage: 15.3% of statements 07:53:59 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 07:54:01 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.583s coverage: 65.2% of statements 07:54:01 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 07:54:01 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 07:54:01 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 4.642s coverage: 89.2% of statements 07:54:01 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 07:54:01 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.234s coverage: 4.6% of statements 07:54:01 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 07:54:02 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:54:02 GO111MODULE=on go vet ./... 07:55:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:55:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:55:39 ./bin/test-attribution-txt.sh [Pipeline] echo 07:55:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:55:39 $ docker stop --time=1 78b5eb96463c11137727dcccc4223d1bbdd0b0e371fec71c756e33387a60a6ae 07:55:40 $ docker rm -f --volumes 78b5eb96463c11137727dcccc4223d1bbdd0b0e371fec71c756e33387a60a6ae [Pipeline] // withDockerContainer [Pipeline] sh 07:55:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:55:42 Warning: overwriting stash ‘coverage-report’ 07:55:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:55:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:55:43 + ls -al . 07:55:43 total 276 07:55:43 drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 07:51 . 07:55:43 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:49 .. 07:55:43 -rw-rw-r-- 1 jenkins jenkins 140 Mar 8 07:49 .dockerignore 07:55:43 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 07:49 .git 07:55:43 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:49 .github 07:55:43 -rw-rw-r-- 1 jenkins jenkins 131 Mar 8 07:49 .gitignore 07:55:43 -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 07:49 .golangci.yml 07:55:43 -rw-rw-r-- 1 jenkins jenkins 31677 Mar 8 07:49 CHANGELOG.md 07:55:43 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 07:49 GOVERNANCE.md 07:55:43 -rw-rw-r-- 1 jenkins jenkins 885 Mar 8 07:49 Jenkinsfile 07:55:43 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 8 07:49 LICENSE 07:55:43 -rw-rw-r-- 1 jenkins jenkins 1679 Mar 8 07:49 Makefile 07:55:43 -rw-rw-r-- 1 jenkins jenkins 619 Mar 8 07:49 OWNERS.md 07:55:43 -rw-rw-r-- 1 jenkins jenkins 4891 Mar 8 07:49 README.md 07:55:43 -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 07:47 VERSION 07:55:43 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:49 bin 07:55:43 -rw-r--r-- 1 jenkins jenkins 111244 Mar 8 07:54 coverage.out 07:55:43 drwxrwxr-x 5 jenkins jenkins 4096 Mar 8 07:49 example 07:55:43 -rw-rw-r-- 1 jenkins jenkins 3266 Mar 8 07:49 go.mod 07:55:43 -rw-rw-r-- 1 jenkins jenkins 30839 Mar 8 07:49 go.sum 07:55:43 drwxrwxr-x 13 jenkins jenkins 4096 Mar 8 07:49 internal 07:55:43 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 07:49 openapi 07:55:43 drwxrwxr-x 6 jenkins jenkins 4096 Mar 8 07:49 pkg 07:55:43 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:49 snap 07:55:43 -rw-rw-r-- 1 jenkins jenkins 222 Mar 8 07:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:55:43 + 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=23e758ba57e1012933f954ab76dd88bf8d98992d --label arch=arm64 --label version=3.0.0-dev.47 . 07:55:44 Sending build context to Docker daemon 5.821MB 07:55:44 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 07:55:44 Step 2/23 : FROM ${BASE} AS builder 07:55:44 ---> 1cc7fb4a8a1a 07:55:44 Step 3/23 : ARG MAKE=make build 07:55:44 ---> Running in 8ccab759981c 07:55:44 Removing intermediate container 8ccab759981c 07:55:44 ---> ecffc363c187 07:55:44 Step 4/23 : WORKDIR /device-sdk-go 07:55:44 ---> Running in c13abc340231 07:55:44 Removing intermediate container c13abc340231 07:55:44 ---> 1287cacab8ab 07:55:44 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:55:45 ---> Running in 52f96152e153 07:55:45 Removing intermediate container 52f96152e153 07:55:45 ---> 099ed9dd8d68 07:55:45 Step 6/23 : RUN apk add --update --no-cache make git 07:55:45 ---> Running in 3ca5760ed673 07:55:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:55:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:55:47 OK: 221 MiB in 51 packages 07:55:48 Removing intermediate container 3ca5760ed673 07:55:48 ---> 42ad88e2ee16 07:55:48 Step 7/23 : COPY go.mod vendor* ./ 07:55:48 ---> 84c8b969d550 07:55:48 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:48 ---> Running in 2350abab164a 07:55:51 Removing intermediate container 2350abab164a 07:55:51 ---> 2537f1380b81 07:55:51 Step 9/23 : COPY . . 07:55:52 ---> 97547b2ff4f2 07:55:52 Step 10/23 : RUN ${MAKE} 07:55:52 ---> Running in 4962a5878d53 07:55:53 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.47" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:58:00 Removing intermediate container 4962a5878d53 07:58:00 ---> eeb836af3845 07:58:00 Step 11/23 : FROM alpine:3.16 07:58:00 3.16: Pulling from library/alpine 07:58:00 3760b48202b3: Pulling fs layer 07:58:00 3760b48202b3: Verifying Checksum 07:58:00 3760b48202b3: Download complete 07:58:00 3760b48202b3: Pull complete 07:58:00 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 07:58:00 Status: Downloaded newer image for alpine:3.16 07:58:00 ---> 4c81e5bf8899 07:58:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 07:58:00 ---> Running in ee3ca3eed0b6 07:58:00 Removing intermediate container ee3ca3eed0b6 07:58:00 ---> e2776be45936 07:58:00 Step 13/23 : RUN apk add --update --no-cache 07:58:00 ---> Running in cfd73fc3e77b 07:58:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:58:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:58:00 OK: 5 MiB in 14 packages 07:58:00 Removing intermediate container cfd73fc3e77b 07:58:00 ---> f7022fdf4c4e 07:58:00 Step 14/23 : WORKDIR / 07:58:00 ---> Running in 7bc5731dd3b7 07:58:00 Removing intermediate container 7bc5731dd3b7 07:58:00 ---> 615e3e8ec2ab 07:58:00 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:58:00 ---> 7fdde9f7bd05 07:58:00 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:58:00 ---> 0f05be5c8b72 07:58:00 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:58:00 ---> 4a98450356a1 07:58:00 Step 18/23 : EXPOSE 59999 07:58:00 ---> Running in 2cb9bdd3c644 07:58:00 Removing intermediate container 2cb9bdd3c644 07:58:00 ---> 46640f6e4458 07:58:00 Step 19/23 : ENTRYPOINT ["/device-simple"] 07:58:00 ---> Running in 50ca82db8d89 07:58:00 Removing intermediate container 50ca82db8d89 07:58:00 ---> 571d5bde1704 07:58:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:58:00 ---> Running in 35e7c448310c 07:58:00 Removing intermediate container 35e7c448310c 07:58:00 ---> f0c7a1c289e6 07:58:00 Step 21/23 : LABEL arch=arm64 07:58:00 ---> Running in 1897077b9a6c 07:58:00 Removing intermediate container 1897077b9a6c 07:58:00 ---> 032ec7badc77 07:58:00 Step 22/23 : LABEL git_sha=23e758ba57e1012933f954ab76dd88bf8d98992d 07:58:00 ---> Running in d0d28dccedda 07:58:01 Removing intermediate container d0d28dccedda 07:58:01 ---> d33a1d851827 07:58:01 Step 23/23 : LABEL version=3.0.0-dev.47 07:58:01 ---> Running in 060d35a041af 07:58:01 Removing intermediate container 060d35a041af 07:58:01 ---> 1d4249e17386 07:58:01 [Warning] One or more build-args [ARCH] were not consumed 07:58:01 Successfully built 1d4249e17386 07:58:01 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 07:58:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:58:02 07:58:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:58:02 arm64: Pulling from edgex-lftools-log-publisher 07:58:02 8998bd30e6a1: Pulling fs layer 07:58:02 04944245beec: Pulling fs layer 07:58:02 699f458cf7ca: Pulling fs layer 07:58:02 765212b225bb: Pulling fs layer 07:58:02 f23df028b6ca: Pulling fs layer 07:58:02 d65c8cfc05b1: Pulling fs layer 07:58:02 2437ff75d9bd: Pulling fs layer 07:58:02 f23df028b6ca: Waiting 07:58:02 d65c8cfc05b1: Waiting 07:58:02 2437ff75d9bd: Waiting 07:58:02 765212b225bb: Waiting 07:58:02 04944245beec: Verifying Checksum 07:58:02 04944245beec: Download complete 07:58:02 765212b225bb: Verifying Checksum 07:58:02 765212b225bb: Download complete 07:58:02 f23df028b6ca: Verifying Checksum 07:58:02 f23df028b6ca: Download complete 07:58:02 d65c8cfc05b1: Verifying Checksum 07:58:02 d65c8cfc05b1: Download complete 07:58:02 699f458cf7ca: Verifying Checksum 07:58:02 699f458cf7ca: Download complete 07:58:03 8998bd30e6a1: Verifying Checksum 07:58:03 8998bd30e6a1: Download complete 07:58:05 2437ff75d9bd: Verifying Checksum 07:58:05 2437ff75d9bd: Download complete 07:58:07 8998bd30e6a1: Pull complete 07:58:07 04944245beec: Pull complete 07:58:09 699f458cf7ca: Pull complete 07:58:09 765212b225bb: Pull complete 07:58:09 f23df028b6ca: Pull complete 07:58:10 d65c8cfc05b1: Pull complete 07:58:25 2437ff75d9bd: Pull complete 07:58:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:58:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:58:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:58:25 prd-ubuntu20.04-docker-arm64-4c-16g-8755 does not seem to be running inside a container 07:58:25 $ 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/177 -v /w/workspace/device-sdk-go/177:/w/workspace/device-sdk-go/177:rw,z -v /w/workspace/device-sdk-go/177@tmp:/w/workspace/device-sdk-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:58:28 $ docker top cda883ea8bc6891ab4e2099c4624945ccddfa372931f634a1922c5b6c7afa0be -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:58:29 ---> job-cost.sh 07:58:29 lf-activate-venv: SKIPPING 07:58:29 INFO: No Stack... 07:58:29 INFO: Retrieving Pricing Info for: v3-standard-4 07:58:30 INFO: Archiving Costs [Pipeline] sh 07:58:30 + + catcut /w/workspace/device-sdk-go/177/archives/cost.csv -d, 07:58:30 -f6 [Pipeline] lock 07:58:31 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] 07:58:31 Resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] did not exist. Created. 07:58:31 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:58:31 /w/workspace/device-sdk-go/177@tmp/durable-c25c4787/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:58:32 + echo total: 0.10999999940395355 [Pipeline] stash 07:58:32 Warning: overwriting stash ‘stack-cost’ 07:58:32 Stashed 1 file(s) [Pipeline] } 07:58:32 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] // lock [Pipeline] } 07:58:32 $ docker stop --time=1 cda883ea8bc6891ab4e2099c4624945ccddfa372931f634a1922c5b6c7afa0be 07:58:33 $ docker rm -f --volumes cda883ea8bc6891ab4e2099c4624945ccddfa372931f634a1922c5b6c7afa0be [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 07:58:34 provisioning config files... 07:58:34 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1100287333240582784tmp [Pipeline] { [Pipeline] sh 07:58:34 + set +x 07:58:34 + bash -s -- 07:58:34 + curl -s https://codecov.io/bash 07:58:34 07:58:34 _____ _ 07:58:34 / ____| | | 07:58:34 | | ___ __| | ___ ___ _____ __ 07:58:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:58:34 | |___| (_) | (_| | __/ (_| (_) \ V / 07:58:34 \_____\___/ \__,_|\___|\___\___/ \_/ 07:58:34 Bash-1.0.6 07:58:34 07:58:34 07:58:34 ==> git version 2.25.1 found 07:58:34 ==> 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 07:58:34 Release-Date: 2020-01-08 07:58:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:58:34 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:58:34 ==> Jenkins CI detected. 07:58:34 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 07:58:34 project root: . 07:58:34 --> token set from env 07:58:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:58:34 ==> Running gcov in . (disable via -X gcov) 07:58:34 ==> Python coveragepy not found 07:58:34 ==> Searching for coverage reports in: 07:58:34 + . 07:58:34 -> Found 1 reports 07:58:34 ==> Detecting git/mercurial file structure 07:58:34 ==> Reading reports 07:58:34 + ./coverage.out bytes=111244 07:58:34 ==> Appending adjustments 07:58:34 https://docs.codecov.io/docs/fixing-reports 07:58:34 + Found adjustments 07:58:34 ==> Gzipping contents 07:58:34 16K /tmp/codecov.VcWQgh.gz 07:58:34 ==> Uploading reports 07:58:34 url: https://codecov.io 07:58:34 query: branch=main&commit=23e758ba57e1012933f954ab76dd88bf8d98992d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F177%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:58:34 -> Pinging Codecov 07:58:34 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=23e758ba57e1012933f954ab76dd88bf8d98992d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F177%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:58:34 -> Uploading to 07:58:34 https://storage.googleapis.com/codecov/v4/raw/2023-03-08/7E55EF52A471D76F132DFD9A03CDDE97/23e758ba57e1012933f954ab76dd88bf8d98992d/9e668fe6-4719-496f-96ce-3bd33910ead7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T075834Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45db617ec1f62856df684e314048f8a2d250964d6ba6fd8c58934bfcae87879e 07:58:34 % Total % Received % Xferd Average Speed Time Time Time Current 07:58:34 Dload Upload Total Spent Left Speed 07:58:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15375 0 0 100 15375 0 51767 --:--:-- --:--:-- --:--:-- 51593 100 15375 0 0 100 15375 0 51767 --:--:-- --:--:-- --:--:-- 51593 07:58:35 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] } 07:58:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:58:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:58:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:58:35 07:58:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:58:35 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:58:35 df9b9388f04a: Pulling fs layer 07:58:35 52dc419b0ee2: Pulling fs layer 07:58:35 25bc292e5bac: Pulling fs layer 07:58:35 114826534d7a: Pulling fs layer 07:58:35 4657fd5d0bcf: Pulling fs layer 07:58:35 6ad1cebc031e: Pulling fs layer 07:58:35 8a3aa393b2d8: Pulling fs layer 07:58:35 4657fd5d0bcf: Waiting 07:58:35 6ad1cebc031e: Waiting 07:58:35 8a3aa393b2d8: Waiting 07:58:35 114826534d7a: Waiting 07:58:35 25bc292e5bac: Verifying Checksum 07:58:35 25bc292e5bac: Download complete 07:58:35 52dc419b0ee2: Verifying Checksum 07:58:35 52dc419b0ee2: Download complete 07:58:35 4657fd5d0bcf: Verifying Checksum 07:58:35 4657fd5d0bcf: Download complete 07:58:35 df9b9388f04a: Download complete 07:58:36 df9b9388f04a: Pull complete 07:58:36 6ad1cebc031e: Verifying Checksum 07:58:36 6ad1cebc031e: Download complete 07:58:36 52dc419b0ee2: Pull complete 07:58:36 25bc292e5bac: Pull complete 07:58:37 114826534d7a: Verifying Checksum 07:58:37 114826534d7a: Download complete 07:58:37 8a3aa393b2d8: Verifying Checksum 07:58:37 8a3aa393b2d8: Download complete 07:58:41 114826534d7a: Pull complete 07:58:41 4657fd5d0bcf: Pull complete 07:58:41 6ad1cebc031e: Pull complete 07:58:44 8a3aa393b2d8: Pull complete 07:58:44 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 07:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:58:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:58:44 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:58:44 $ 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 07:58:46 $ docker top 3d3be1271b1a18806d4f07d4c4c6e3ac35c50f1a9603d481e0b686dc1a238e53 -eo pid,comm [Pipeline] { [Pipeline] echo 07:58:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 07:58:46 + set -o pipefail 07:58:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 07:58:51 07:58:51 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 07:58:51 07:58:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/1e7ee74c-2ce8-48d7-a8b3-7be28b0b657f 07:58:51 07:58:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:58:51 07:58:51 07:58:51 A medium severity vulnerability was found in the Snyk CLI versions you are using. 07:58:51 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 07:58:51 More details here: https://snyk.co/ue1NS [Pipeline] } 07:58:51 $ docker stop --time=1 3d3be1271b1a18806d4f07d4c4c6e3ac35c50f1a9603d481e0b686dc1a238e53 07:58:53 $ docker rm -f --volumes 3d3be1271b1a18806d4f07d4c4c6e3ac35c50f1a9603d481e0b686dc1a238e53 [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 07:58:53 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:58:54 provisioning config files... 07:58:54 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15399130819295854526tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:58:54 --> edgex-publish-swagger.sh 07:58:54 === Publish openapi/v3 API === 07:58:54 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 07:58:54 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] 07:58:54 % Total % Received % Xferd Average Speed Time Time Time Current 07:58:54 Dload Upload Total Spent Left Speed 07:58:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 39154 --:--:-- --:--:-- --:--:-- 39219 07:58:54 07:58:54 [Pipeline] } 07:58:54 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 07:58:55 + git log --format=format:%s -1 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] sh 07:58:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:58:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:58:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:58:55 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:58:55 $ 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 07:58:56 $ docker top 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:58:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:56 [ssh-agent] Looking for ssh-agent implementation... 07:58:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:56 $ docker exec 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 ssh-agent 07:58:56 SSH_AUTH_SOCK=/tmp/ssh-hVEJF4FI8Wnx/agent.32 07:58:56 SSH_AGENT_PID=37 07:58:56 Running ssh-add (command line suppressed) 07:58:56 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5488170541725594064.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5488170541725594064.key) 07:58:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:58:57 + git semver tag 07:58:57 2023-03-08 07:58:57,376 [run_tag] DEBUG tag force:False 07:58:57 2023-03-08 07:58:57,376 [check_head_tag] DEBUG check head tag 07:58:57 2023-03-08 07:58:57,378 [execute] INFO git cat-file --batch-check 07:58:57 2023-03-08 07:58:57,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 07:58:57 2023-03-08 07:58:57,382 [execute] INFO git cat-file --batch 07:58:57 2023-03-08 07:58:57,382 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 07:58:57 2023-03-08 07:58:57,428 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:58:57 2023-03-08 07:58:57,429 [execute] INFO git tag -a v3.0.0-dev.47 -m v3.0.0-dev.47 07:58:57 2023-03-08 07:58:57,429 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.47', '-m', 'v3.0.0-dev.47'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 07:58:57 2023-03-08 07:58:57,433 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:58:57 3.0.0-dev.47 [Pipeline] } 07:58:57 $ docker exec --env ******** --env ******** 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 ssh-agent -k 07:58:57 unset SSH_AUTH_SOCK; 07:58:57 unset SSH_AGENT_PID; 07:58:57 echo Agent pid 37 killed; 07:58:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:58:58 + git semver [Pipeline] } 07:58:58 $ docker stop --time=1 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 07:58:59 $ docker rm -f --volumes 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:59:00 07:59:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:59:00 0.23.1-centos7: Pulling from edgex-lftools 07:59:00 ab5ef0e58194: Pulling fs layer 07:59:00 9712f1f96733: Pulling fs layer 07:59:00 63f879dbbcfc: Pulling fs layer 07:59:00 0d9ebad4ef96: Pulling fs layer 07:59:00 e9a5061849ea: Pulling fs layer 07:59:00 d747dcd14b5f: Pulling fs layer 07:59:00 2de7ff778b66: Pulling fs layer 07:59:00 0d9ebad4ef96: Waiting 07:59:00 e9a5061849ea: Waiting 07:59:00 2de7ff778b66: Waiting 07:59:00 9712f1f96733: Verifying Checksum 07:59:00 9712f1f96733: Download complete 07:59:01 63f879dbbcfc: Verifying Checksum 07:59:01 63f879dbbcfc: Download complete 07:59:01 e9a5061849ea: Verifying Checksum 07:59:01 e9a5061849ea: Download complete 07:59:01 d747dcd14b5f: Verifying Checksum 07:59:01 d747dcd14b5f: Download complete 07:59:01 0d9ebad4ef96: Verifying Checksum 07:59:01 0d9ebad4ef96: Download complete 07:59:01 ab5ef0e58194: Verifying Checksum 07:59:01 ab5ef0e58194: Download complete 07:59:01 2de7ff778b66: Verifying Checksum 07:59:01 2de7ff778b66: Download complete 07:59:04 ab5ef0e58194: Pull complete 07:59:04 9712f1f96733: Pull complete 07:59:05 63f879dbbcfc: Pull complete 07:59:09 0d9ebad4ef96: Pull complete 07:59:09 e9a5061849ea: Pull complete 07:59:09 d747dcd14b5f: Pull complete 07:59:10 2de7ff778b66: Pull complete 07:59:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:59:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:59:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:59:10 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:59:10 $ 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 07:59:13 $ docker top efe71af77e91a4b9b007f967da939c8687089d85801501f91ad3f3196762891a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:59:13 provisioning config files... 07:59:13 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10505144797147258306tmp 07:59:13 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16419435570032106910tmp 07:59:13 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15325734340428037760tmp [Pipeline] { [Pipeline] echo 07:59:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:59:13 ---> sigul-configuration.sh 07:59:13 gpg: directory `/root/.gnupg' created 07:59:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:59:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:59:13 gpg: keyring `/root/.gnupg/secring.gpg' created 07:59:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:59:13 gpg: CAST5 encrypted data 07:59:13 gpg: encrypted with 1 passphrase 07:59:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:59:14 + mkdir /home/jenkins 07:59:14 + mkdir /home/jenkins/sigul [Pipeline] sh 07:59:14 + 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 07:59:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:59:14 ---> sigul-install.sh 07:59:14 Sigul already installed; skipping installation. [Pipeline] sh 07:59:14 + git tag --list 07:59:14 0.7.1 07:59:14 delhi-tag 07:59:14 v0.0.0 07:59:14 v1.0.0 07:59:14 v1.1.0 07:59:14 v1.1.1 07:59:14 v1.1.2 07:59:14 v1.2.0 07:59:14 v1.2.1 07:59:14 v1.2.2 07:59:14 v1.2.3 07:59:14 v1.3.0 07:59:14 v1.4.0 07:59:14 v2.0.0 07:59:14 v2.1.0 07:59:14 v2.1.1 07:59:14 v2.1.1-dev.2 07:59:14 v2.1.1-dev.3 07:59:14 v2.2.0 07:59:14 v2.2.1-dev.1 07:59:14 v2.2.1-dev.10 07:59:14 v2.2.1-dev.11 07:59:14 v2.2.1-dev.12 07:59:14 v2.2.1-dev.13 07:59:14 v2.2.1-dev.14 07:59:14 v2.2.1-dev.2 07:59:14 v2.2.1-dev.3 07:59:14 v2.2.1-dev.4 07:59:14 v2.2.1-dev.5 07:59:14 v2.2.1-dev.6 07:59:14 v2.2.1-dev.7 07:59:14 v2.2.1-dev.8 07:59:14 v2.2.1-dev.9 07:59:14 v2.3.0 07:59:14 v2.3.0-dev.14 07:59:14 v2.3.0-dev.15 07:59:14 v2.3.0-dev.16 07:59:14 v2.3.0-dev.17 07:59:14 v2.3.0-dev.18 07:59:14 v2.3.0-dev.19 07:59:14 v2.3.0-dev.20 07:59:14 v2.3.0-dev.21 07:59:14 v2.3.0-dev.22 07:59:14 v2.3.0-dev.23 07:59:14 v2.3.0-dev.24 07:59:14 v2.3.0-dev.25 07:59:14 v2.3.0-dev.26 07:59:14 v2.3.0-dev.27 07:59:14 v2.3.0-dev.28 07:59:14 v2.3.0-dev.29 07:59:14 v2.3.0-dev.30 07:59:14 v2.3.0-dev.31 07:59:14 v2.3.0-dev.32 07:59:14 v2.3.0-dev.33 07:59:14 v2.3.0-dev.34 07:59:14 v2.3.0-dev.35 07:59:14 v2.3.0-dev.36 07:59:14 v2.3.0-dev.37 07:59:14 v2.3.0-dev.38 07:59:14 v2.3.0-dev.39 07:59:14 v2.3.0-dev.40 07:59:14 v2.3.0-dev.41 07:59:14 v2.3.0-dev.42 07:59:14 v2.3.0-dev.43 07:59:14 v2.3.0-dev.44 07:59:14 v2.3.0-dev.45 07:59:14 v2.3.0-dev.46 07:59:14 v2.3.0-dev.47 07:59:14 v2.3.0-dev.48 07:59:14 v2.3.0-dev.49 07:59:14 v2.3.0-dev.50 07:59:14 v2.3.0-dev.51 07:59:14 v2.3.1-dev.1 07:59:14 v2.3.1-dev.2 07:59:14 v3.0.0-dev.1 07:59:14 v3.0.0-dev.10 07:59:14 v3.0.0-dev.11 07:59:14 v3.0.0-dev.12 07:59:14 v3.0.0-dev.13 07:59:14 v3.0.0-dev.14 07:59:14 v3.0.0-dev.15 07:59:14 v3.0.0-dev.16 07:59:14 v3.0.0-dev.17 07:59:14 v3.0.0-dev.18 07:59:14 v3.0.0-dev.19 07:59:14 v3.0.0-dev.2 07:59:14 v3.0.0-dev.20 07:59:14 v3.0.0-dev.21 07:59:14 v3.0.0-dev.22 07:59:14 v3.0.0-dev.23 07:59:14 v3.0.0-dev.24 07:59:14 v3.0.0-dev.25 07:59:14 v3.0.0-dev.26 07:59:14 v3.0.0-dev.27 07:59:14 v3.0.0-dev.28 07:59:14 v3.0.0-dev.29 07:59:14 v3.0.0-dev.3 07:59:14 v3.0.0-dev.30 07:59:14 v3.0.0-dev.31 07:59:14 v3.0.0-dev.32 07:59:14 v3.0.0-dev.33 07:59:14 v3.0.0-dev.34 07:59:14 v3.0.0-dev.35 07:59:14 v3.0.0-dev.36 07:59:14 v3.0.0-dev.37 07:59:14 v3.0.0-dev.38 07:59:14 v3.0.0-dev.39 07:59:14 v3.0.0-dev.4 07:59:14 v3.0.0-dev.40 07:59:14 v3.0.0-dev.41 07:59:14 v3.0.0-dev.42 07:59:14 v3.0.0-dev.43 07:59:14 v3.0.0-dev.44 07:59:14 v3.0.0-dev.45 07:59:14 v3.0.0-dev.46 07:59:14 v3.0.0-dev.47 07:59:14 v3.0.0-dev.5 07:59:14 v3.0.0-dev.6 07:59:14 v3.0.0-dev.7 07:59:14 v3.0.0-dev.8 07:59:14 v3.0.0-dev.9 [Pipeline] sh 07:59:15 + lftools sign git-tag v3.0.0-dev.47 07:59:15 Signing Git tag with Sigul... 07:59:15 Signing v3.0.0-dev.47 [Pipeline] echo 07:59:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:59:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:59:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:59:16 $ docker stop --time=1 efe71af77e91a4b9b007f967da939c8687089d85801501f91ad3f3196762891a 07:59:18 $ docker rm -f --volumes efe71af77e91a4b9b007f967da939c8687089d85801501f91ad3f3196762891a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:59:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:59:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:59:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:59:18 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:59:18 $ 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 07:59:19 $ docker top d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c -eo pid,comm 07:59:19 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). 07:59:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:59:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:59:19 [ssh-agent] Looking for ssh-agent implementation... 07:59:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:59:19 $ docker exec d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c ssh-agent 07:59:19 SSH_AUTH_SOCK=/tmp/ssh-wwQa2qhOshOj/agent.32 07:59:19 SSH_AGENT_PID=38 07:59:19 Running ssh-add (command line suppressed) 07:59:19 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7748269271460102649.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7748269271460102649.key) 07:59:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:59:19 + git semver bump pre 07:59:20 2023-03-08 07:59:20,194 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:59:20 2023-03-08 07:59:20,194 [bump_version] DEBUG bumping version:3.0.0-dev.47 on axis:pre with prefix:dev 07:59:20 2023-03-08 07:59:20,194 [bump_version] DEBUG bumped version:3.0.0-dev.48 07:59:20 2023-03-08 07:59:20,194 [write_version] DEBUG write version:3.0.0-dev.48 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 07:59:20 2023-03-08 07:59:20,194 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:59:20 2023-03-08 07:59:20,194 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:59:20 2023-03-08 07:59:20,196 [execute] INFO git cat-file --batch-check 07:59:20 2023-03-08 07:59:20,196 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:59:20 2023-03-08 07:59:20,202 [execute] INFO git cat-file --batch 07:59:20 2023-03-08 07:59:20,203 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:59:20 2023-03-08 07:59:20,208 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:59:20 3.0.0-dev.48 [Pipeline] } 07:59:20 $ docker exec --env ******** --env ******** d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c ssh-agent -k 07:59:20 unset SSH_AUTH_SOCK; 07:59:20 unset SSH_AGENT_PID; 07:59:20 echo Agent pid 38 killed; 07:59:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:59:20 + git semver [Pipeline] } 07:59:21 $ docker stop --time=1 d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c 07:59:22 $ docker rm -f --volumes d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c [Pipeline] // withDockerContainer [Pipeline] sh 07:59:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:59:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:59:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:59:23 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:59:23 $ 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 07:59:23 $ docker top 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b -eo pid,comm 07:59:23 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). 07:59:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:59:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:59:23 [ssh-agent] Looking for ssh-agent implementation... 07:59:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:59:24 $ docker exec 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b ssh-agent 07:59:24 SSH_AUTH_SOCK=/tmp/ssh-Jk9g1l8HACYT/agent.32 07:59:24 SSH_AGENT_PID=38 07:59:24 Running ssh-add (command line suppressed) 07:59:24 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13075187565034470451.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13075187565034470451.key) 07:59:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:59:24 + git semver push 07:59:25 2023-03-08 07:59:24,793 [run_push] DEBUG push 07:59:25 2023-03-08 07:59:24,794 [execute] INFO git cat-file --batch-check 07:59:25 2023-03-08 07:59:24,794 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:59:25 2023-03-08 07:59:24,797 [execute] INFO git rev-list 88269a5735b84214e042b24d1439ae5c2229d721 -- 07:59:25 2023-03-08 07:59:24,798 [execute] DEBUG Popen(['git', 'rev-list', '88269a5735b84214e042b24d1439ae5c2229d721', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 07:59:25 2023-03-08 07:59:24,806 [execute] INFO git fetch -v origin 07:59:25 2023-03-08 07:59:24,807 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 07:59:25 2023-03-08 07:59:25,238 [run_push] DEBUG no remote changes detected 07:59:25 2023-03-08 07:59:25,239 [execute] INFO git push origin semver 07:59:25 2023-03-08 07:59:25,239 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 07:59:26 2023-03-08 07:59:26,184 [run_push] DEBUG push all version tags 07:59:26 2023-03-08 07:59:26,184 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:59:26 2023-03-08 07:59:26,185 [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) 07:59:27 2023-03-08 07:59:26,904 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 07:59:27 3.0.0-dev.48 [Pipeline] } 07:59:27 $ docker exec --env ******** --env ******** 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b ssh-agent -k 07:59:27 unset SSH_AUTH_SOCK; 07:59:27 unset SSH_AGENT_PID; 07:59:27 echo Agent pid 38 killed; 07:59:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:59:27 + git semver [Pipeline] } 07:59:28 $ docker stop --time=1 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b 07:59:29 $ docker rm -f --volumes 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b [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 07:59:30 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 07:59:30 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 07:59:30 total 16 07:59:30 drwxr-xr-x 3 root root 4096 Mar 8 07:49 . 07:59:30 drwxrwxr-x 12 jenkins jenkins 4096 Mar 8 07:59 .. 07:59:30 drwxr-xr-x 2 root root 4096 Mar 8 07:49 cost 07:59:30 -rw-r--r-- 1 root root 85 Mar 8 07:49 cost.csv 07:59:30 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 07:59:30 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 07:59:30 total 16 07:59:30 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 07:49 . 07:59:30 drwxrwxr-x 12 jenkins jenkins 4096 Mar 8 07:59 .. 07:59:30 drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 07:49 cost 07:59:30 -rw-r--r-- 1 jenkins jenkins 85 Mar 8 07:49 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:59:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:59:31 ---> package-listing.sh 07:59:31 ++ facter osfamily 07:59:31 ++ tr '[:upper:]' '[:lower:]' 07:59:31 + OS_FAMILY=debian 07:59:31 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 07:59:31 + START_PACKAGES=/tmp/packages_start.txt 07:59:31 + END_PACKAGES=/tmp/packages_end.txt 07:59:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:59:31 + PACKAGES=/tmp/packages_start.txt 07:59:31 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 07:59:31 + PACKAGES=/tmp/packages_end.txt 07:59:31 + case "${OS_FAMILY}" in 07:59:31 + dpkg -l 07:59:31 + grep '^ii' 07:59:31 + '[' -f /tmp/packages_start.txt ']' 07:59:31 + '[' -f /tmp/packages_end.txt ']' 07:59:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:59:31 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 07:59:31 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 07:59:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 07:59:31 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 07:59:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:59:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:59:32 prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container 07:59:32 $ 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 07:59:32 $ docker top 68febf325ee80cc3b46a12679de3c4728ba5dd91e7841fe9dbbe51ee7fbbbd4d -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:32 + touch /tmp/pre-build-complete [Pipeline] sh 07:59:33 + mkdir -p /var/log/sysstat [Pipeline] sh 07:59:33 + ls /var/log/sa-host 07:59:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:59:33 provisioning config files... 07:59:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9548168654513359608tmp [Pipeline] { [Pipeline] echo 07:59:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:59:33 ---> create-netrc.sh [Pipeline] } 07:59:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:59:34 ---> python-tools-install.sh [Pipeline] echo 07:59:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:59:34 ---> sudo-logs.sh 07:59:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:59:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:59:34 ---> job-cost.sh 07:59:34 lf-activate-venv: SKIPPING 07:59:34 DEBUG: total: 0.2199999988079071 07:59:34 INFO: Retrieving Stack Cost... 07:59:35 INFO: Retrieving Pricing Info for: v3-standard-8 07:59:35 INFO: Archiving Costs [Pipeline] echo 07:59:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:59:36 ---> logs-deploy.sh 07:59:36 lf-activate-venv: SKIPPING 07:59:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/177 07:59:36 INFO: archiving workspace using pattern(s): 07:59:37 Archives upload complete. 07:59:37 INFO: archiving logs to Nexus 07:59:38 ---> uname -a: 07:59:38 Linux prd-ubuntu20-04-docker-8c-8g-8754 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:59:38 07:59:38 07:59:38 ---> lscpu: 07:59:38 Architecture: x86_64 07:59:38 CPU op-mode(s): 32-bit, 64-bit 07:59:38 Byte Order: Little Endian 07:59:38 Address sizes: 40 bits physical, 48 bits virtual 07:59:38 CPU(s): 8 07:59:38 On-line CPU(s) list: 0-7 07:59:38 Thread(s) per core: 1 07:59:38 Core(s) per socket: 1 07:59:38 Socket(s): 8 07:59:38 NUMA node(s): 1 07:59:38 Vendor ID: AuthenticAMD 07:59:38 CPU family: 23 07:59:38 Model: 49 07:59:38 Model name: AMD EPYC-Rome Processor 07:59:38 Stepping: 0 07:59:38 CPU MHz: 2799.996 07:59:38 BogoMIPS: 5599.99 07:59:38 Virtualization: AMD-V 07:59:38 Hypervisor vendor: KVM 07:59:38 Virtualization type: full 07:59:38 L1d cache: 256 KiB 07:59:38 L1i cache: 256 KiB 07:59:38 L2 cache: 4 MiB 07:59:38 L3 cache: 128 MiB 07:59:38 NUMA node0 CPU(s): 0-7 07:59:38 Vulnerability Itlb multihit: Not affected 07:59:38 Vulnerability L1tf: Not affected 07:59:38 Vulnerability Mds: Not affected 07:59:38 Vulnerability Meltdown: Not affected 07:59:38 Vulnerability Mmio stale data: Not affected 07:59:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:59:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:59:38 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:59:38 Vulnerability Srbds: Not affected 07:59:38 Vulnerability Tsx async abort: Not affected 07:59:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:59:38 07:59:38 07:59:38 ---> nproc: 07:59:38 8 07:59:38 07:59:38 07:59:38 ---> df -h: 07:59:38 Filesystem Size Used Avail Use% Mounted on 07:59:38 overlay 155G 13G 143G 9% / 07:59:38 tmpfs 64M 0 64M 0% /dev 07:59:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:59:38 shm 64M 0 64M 0% /dev/shm 07:59:38 /dev/vda1 155G 13G 143G 9% /facter-os 07:59:38 07:59:38 07:59:38 ---> sar -b -r -n DEV: 07:59:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8754) 03/08/23 _x86_64_ (8 CPU) 07:59:38 07:59:38 07:46:12 LINUX RESTART (8 CPU) 07:59:38 07:59:38 07:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:59:38 07:48:01 166.56 1.40 165.16 0.00 36.66 70737.54 0.00 07:59:38 07:49:01 73.85 0.32 73.54 0.00 7.87 14334.68 0.00 07:59:38 07:50:01 119.66 0.07 119.60 0.00 12.80 34037.13 0.00 07:59:38 07:51:01 2.22 0.00 2.22 0.00 0.00 26.68 0.00 07:59:38 07:52:01 56.96 11.60 45.36 0.00 5176.74 8769.07 0.00 07:59:38 07:53:01 3.35 0.02 3.33 0.00 0.13 88.65 0.00 07:59:38 07:54:01 1.85 0.00 1.85 0.00 0.00 22.39 0.00 07:59:38 07:55:01 1.73 0.00 1.73 0.00 0.00 18.13 0.00 07:59:38 07:56:01 1.03 0.00 1.03 0.00 0.00 11.47 0.00 07:59:38 07:57:01 2.22 0.00 2.22 0.00 0.00 23.59 0.00 07:59:38 07:58:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 07:59:38 07:59:01 60.71 0.25 60.46 0.00 14.53 33512.55 0.00 07:59:38 Average: 40.94 1.14 39.81 0.00 437.39 13466.03 0.00 07:59:38 07:59:38 07:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:59:38 07:48:01 28489104 31605800 701676 2.13 143660 3185876 1767352 5.21 1044620 2920192 504 07:59:38 07:49:01 28396404 31541448 761540 2.32 148708 3203504 2064260 6.08 1216852 2826068 5504 07:59:38 07:50:01 27695828 31584204 717036 2.18 159036 3875744 1755604 5.17 1220820 3459476 332 07:59:38 07:51:01 27696004 31584692 715972 2.18 159076 3875876 1755604 5.17 1220432 3459608 20 07:59:38 07:52:01 27172504 31567380 717912 2.18 192384 4331700 1826100 5.38 1540508 3627564 320 07:59:38 07:53:01 27177908 31567904 717400 2.18 190940 4328444 1811448 5.34 1539096 3624372 464 07:59:38 07:54:01 27184420 31574468 710836 2.16 190992 4328448 1811448 5.34 1532928 3624380 164 07:59:38 07:55:01 27184176 31574268 711044 2.16 191028 4328448 1811448 5.34 1532744 3624384 4 07:59:38 07:56:01 27184372 31574468 710744 2.16 191068 4328452 1811448 5.34 1532728 3624388 12 07:59:38 07:57:01 27184312 31574536 710336 2.16 191140 4328452 1811448 5.34 1532984 3624380 8 07:59:38 07:58:01 27184548 31575120 709988 2.16 191184 4328456 1811448 5.34 1532676 3624644 8 07:59:38 07:59:01 26092024 31506184 775532 2.36 209436 5274996 2143656 6.32 1657688 4528524 242116 07:59:38 Average: 27386800 31569206 721668 2.19 179888 4143200 1848439 5.45 1425340 3547332 20788 07:59:38 07:59:38 07:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:59:38 07:48:01 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 07:59:38 07:48:01 ens3 515.90 288.72 5930.87 32.54 0.00 0.00 0.00 0.00 07:59:38 07:48:01 docker0 194.07 335.69 14.91 1912.63 0.00 0.00 0.00 0.00 07:59:38 07:49:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 07:59:38 07:49:01 ens3 53.81 38.68 80.03 54.60 0.00 0.00 0.00 0.00 07:59:38 07:49:01 docker0 1.62 4.13 0.10 40.58 0.00 0.00 0.00 0.00 07:59:38 07:50:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 07:59:38 07:50:01 ens3 136.33 90.68 2616.89 64.25 0.00 0.00 0.00 0.00 07:59:38 07:50:01 docker0 1.40 3.58 0.09 40.54 0.00 0.00 0.00 0.00 07:59:38 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:59:38 07:51:01 ens3 0.57 0.13 0.06 0.01 0.00 0.00 0.00 0.00 07:59:38 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:52:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 07:59:38 07:52:01 ens3 186.80 80.89 2803.98 6.06 0.00 0.00 0.00 0.00 07:59:38 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:59:38 07:53:01 ens3 0.52 0.32 0.40 0.02 0.00 0.00 0.00 0.00 07:59:38 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:54:01 ens3 3.92 3.13 3.88 0.20 0.00 0.00 0.00 0.00 07:59:38 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:59:38 07:55:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:59:38 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:56:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:59:38 07:57:01 ens3 0.27 0.23 0.08 0.07 0.00 0.00 0.00 0.00 07:59:38 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:58:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:59:38 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:38 07:59:01 lo 2.20 2.20 0.21 0.21 0.00 0.00 0.00 0.00 07:59:38 07:59:01 ens3 346.61 209.32 7751.81 30.59 0.00 0.00 0.00 0.00 07:59:38 07:59:01 docker0 35.89 68.54 2.97 584.47 0.00 0.00 0.00 0.00 07:59:38 Average: lo 0.69 0.69 0.06 0.06 0.00 0.00 0.00 0.00 07:59:38 Average: ens3 103.75 59.35 1598.98 15.70 0.00 0.00 0.00 0.00 07:59:38 Average: docker0 19.41 34.33 1.51 214.85 0.00 0.00 0.00 0.00 07:59:38 07:59:38 07:59:38 ---> sar -P ALL: 07:59:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8754) 03/08/23 _x86_64_ (8 CPU) 07:59:38 07:59:38 07:46:12 LINUX RESTART (8 CPU) 07:59:38 07:59:38 07:47:01 CPU %user %nice %system %iowait %steal %idle 07:59:38 07:48:01 all 8.68 0.00 4.53 1.32 0.27 85.20 07:59:38 07:48:01 0 8.76 0.00 4.11 0.03 0.19 86.90 07:59:38 07:48:01 1 9.20 0.00 5.09 0.07 0.24 85.41 07:59:38 07:48:01 2 9.59 0.00 5.33 5.23 0.27 79.58 07:59:38 07:48:01 3 8.85 0.00 3.78 0.05 0.25 87.07 07:59:38 07:48:01 4 8.21 0.00 4.84 0.47 0.29 86.19 07:59:38 07:48:01 5 9.13 0.00 4.45 1.81 0.27 84.34 07:59:38 07:48:01 6 8.10 0.00 4.66 2.63 0.30 84.31 07:59:38 07:48:01 7 7.59 0.00 3.97 0.27 0.37 87.80 07:59:38 07:49:01 all 47.47 0.00 6.43 0.31 0.27 45.52 07:59:38 07:49:01 0 44.53 0.00 5.91 0.03 0.27 49.26 07:59:38 07:49:01 1 50.29 0.00 6.61 0.22 0.22 42.66 07:59:38 07:49:01 2 49.55 0.00 6.30 0.03 0.22 43.90 07:59:38 07:49:01 3 49.52 0.00 6.82 0.08 0.27 43.31 07:59:38 07:49:01 4 45.60 0.00 6.39 0.07 0.32 47.63 07:59:38 07:49:01 5 49.53 0.00 7.29 0.91 0.30 41.97 07:59:38 07:49:01 6 43.47 0.00 5.93 1.05 0.29 49.26 07:59:38 07:49:01 7 47.22 0.00 6.20 0.10 0.29 46.20 07:59:38 07:50:01 all 21.30 0.00 4.53 0.89 0.23 73.05 07:59:38 07:50:01 0 20.34 0.00 4.56 1.60 0.20 73.30 07:59:38 07:50:01 1 21.95 0.00 4.58 0.32 0.17 72.98 07:59:38 07:50:01 2 21.82 0.00 4.34 0.52 0.32 73.00 07:59:38 07:50:01 3 21.49 0.00 4.43 0.19 0.17 73.73 07:59:38 07:50:01 4 21.71 0.00 4.36 0.20 0.25 73.48 07:59:38 07:50:01 5 21.95 0.00 5.02 2.29 0.20 70.53 07:59:38 07:50:01 6 19.13 0.00 4.15 1.73 0.24 74.75 07:59:38 07:50:01 7 22.03 0.00 4.79 0.24 0.30 72.64 07:59:38 07:51:01 all 0.07 0.00 0.01 0.02 0.01 99.90 07:59:38 07:51:01 0 0.35 0.00 0.07 0.00 0.05 99.53 07:59:38 07:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:59:38 07:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:59:38 07:51:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:59:38 07:51:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:59:38 07:51:01 5 0.03 0.00 0.00 0.03 0.00 99.93 07:59:38 07:51:01 6 0.02 0.00 0.00 0.10 0.00 99.88 07:59:38 07:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:59:38 07:52:01 all 2.53 0.00 1.59 0.40 0.08 95.39 07:59:38 07:52:01 0 1.97 0.00 1.34 0.10 0.10 96.49 07:59:38 07:52:01 1 3.78 0.00 4.38 0.42 0.10 91.32 07:59:38 07:52:01 2 3.54 0.00 0.88 0.05 0.05 95.48 07:59:38 07:52:01 3 2.05 0.00 1.25 0.48 0.07 96.15 07:59:38 07:52:01 4 1.84 0.00 0.92 0.07 0.08 97.10 07:59:38 07:52:01 5 2.19 0.00 1.44 0.53 0.07 95.78 07:59:38 07:52:01 6 1.37 0.00 0.90 1.22 0.07 96.45 07:59:38 07:52:01 7 3.53 0.00 1.62 0.35 0.12 94.38 07:59:38 07:53:01 all 0.08 0.00 0.05 0.01 0.00 99.86 07:59:38 07:53:01 0 0.32 0.00 0.08 0.00 0.00 99.60 07:59:38 07:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:59:38 07:53:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:59:38 07:53:01 3 0.12 0.00 0.08 0.00 0.00 99.80 07:59:38 07:53:01 4 0.03 0.00 0.08 0.02 0.00 99.87 07:59:38 07:53:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:59:38 07:53:01 6 0.02 0.00 0.03 0.05 0.00 99.90 07:59:38 07:53:01 7 0.05 0.00 0.03 0.00 0.02 99.90 07:59:38 07:54:01 all 0.20 0.00 0.02 0.01 0.01 99.77 07:59:38 07:54:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:59:38 07:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:59:38 07:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:59:38 07:54:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:59:38 07:54:01 4 1.40 0.00 0.05 0.02 0.02 98.51 07:59:38 07:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:59:38 07:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:59:38 07:54:01 7 0.05 0.00 0.02 0.02 0.00 99.92 07:59:38 07:55:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:59:38 07:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:59:38 07:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:59:38 07:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:59:38 07:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:59:38 07:55:01 4 1.48 0.00 0.02 0.00 0.02 98.48 07:59:38 07:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:59:38 07:55:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:59:38 07:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:59:38 07:56:01 all 0.02 0.00 0.00 0.01 0.00 99.97 07:59:38 07:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:59:38 07:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:59:38 07:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:59:38 07:56:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:59:38 07:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:59:38 07:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:59:38 07:56:01 6 0.00 0.00 0.00 0.03 0.00 99.97 07:59:38 07:56:01 7 0.02 0.00 0.00 0.03 0.00 99.95 07:59:38 07:57:01 all 0.01 0.00 0.01 0.01 0.01 99.96 07:59:38 07:57:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:59:38 07:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:59:38 07:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:59:38 07:57:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:59:38 07:57:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:59:38 07:57:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:59:38 07:57:01 6 0.02 0.00 0.00 0.03 0.02 99.93 07:59:38 07:57:01 7 0.00 0.00 0.02 0.02 0.02 99.95 07:59:38 07:58:01 all 0.17 0.00 0.01 0.01 0.00 99.82 07:59:38 07:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:59:38 07:58:01 1 1.22 0.00 0.00 0.00 0.00 98.78 07:59:38 07:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:59:38 07:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:59:38 07:58:01 4 0.05 0.00 0.05 0.00 0.02 99.88 07:59:38 07:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:59:38 07:58:01 6 0.02 0.00 0.00 0.03 0.00 99.95 07:59:38 07:58:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:59:38 07:59:38 07:58:01 CPU %user %nice %system %iowait %steal %idle 07:59:38 07:59:01 all 5.62 0.00 2.37 0.61 0.10 91.29 07:59:38 07:59:01 0 5.28 0.00 2.16 0.18 0.10 92.27 07:59:38 07:59:01 1 6.61 0.00 1.92 0.02 0.08 91.37 07:59:38 07:59:01 2 4.97 0.00 3.01 0.05 0.10 91.87 07:59:38 07:59:01 3 6.04 0.00 2.05 0.18 0.10 91.62 07:59:38 07:59:01 4 7.24 0.00 2.82 0.27 0.10 89.57 07:59:38 07:59:01 5 5.64 0.00 1.94 0.02 0.10 92.31 07:59:38 07:59:01 6 5.08 0.00 2.21 0.97 0.08 91.64 07:59:38 07:59:01 7 4.09 0.00 2.89 3.21 0.13 89.67 07:59:38 Average: all 7.14 0.00 1.62 0.30 0.08 90.86 07:59:38 Average: 0 6.75 0.00 1.51 0.16 0.08 91.50 07:59:38 Average: 1 7.71 0.00 1.88 0.09 0.07 90.25 07:59:38 Average: 2 7.43 0.00 1.65 0.48 0.08 90.35 07:59:38 Average: 3 7.30 0.00 1.53 0.08 0.08 91.01 07:59:38 Average: 4 7.24 0.00 1.62 0.09 0.09 90.96 07:59:38 Average: 5 7.33 0.00 1.67 0.46 0.08 90.46 07:59:38 Average: 6 6.37 0.00 1.48 0.65 0.08 91.41 07:59:38 Average: 7 7.00 0.00 1.62 0.35 0.10 90.92 07:59:38 07:59:38 07:59:38