Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 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-ssh1013635821773771188.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-ssh1934242555832177942.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-ssh17023142093554451717.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-ssh5721899729087886286.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-ssh2271119139818482063.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/v2]] ========================================================= [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/v2 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-2919 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 f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 (main) Commit message: "Merge pull request #1276 from hahattan/issue-1259" > 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 f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 # timeout=10 > git rev-list --no-walk 13fe592f963dcee6db02b0e3862e327a5844c24b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:39:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:39:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:39:14 ========================================================= 11:39:14 EdgeX Global Pipelines Version Info 11:39:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:39:15 ------------------- 11:39:15 stable info: 11:39:15 ------------------- 11:39:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:39:15 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 11:39:15 Message: update stable to v1.0.244 11:39:15 ------------------- 11:39:15 experimental info: 11:39:15 ------------------- 11:39:15 Commited By: **** collab-it+edgex@linuxfoundation.org 11:39:15 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 11:39:15 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 11:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7483b2 [Pipeline] echo 11:39:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:39:16 provisioning config files... 11:39:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config353041619582415235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:39:16 ---> docker-login.sh 11:39:16 nexus3.edgexfoundry.org:10001 11:39:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:17 Configure a credential helper to remove this warning. See 11:39:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:17 11:39:17 Login Succeeded 11:39:17 nexus3.edgexfoundry.org:10002 11:39:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:17 Configure a credential helper to remove this warning. See 11:39:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:17 11:39:17 Login Succeeded 11:39:17 nexus3.edgexfoundry.org:10003 11:39:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:17 Configure a credential helper to remove this warning. See 11:39:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:17 11:39:17 Login Succeeded 11:39:17 nexus3.edgexfoundry.org:10004 11:39:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:17 Configure a credential helper to remove this warning. See 11:39:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:17 11:39:17 Login Succeeded 11:39:17 docker.io 11:39:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:17 Configure a credential helper to remove this warning. See 11:39:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:17 11:39:17 Login Succeeded 11:39:17 ---> docker-login.sh ends [Pipeline] } 11:39:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:39:18 + git rev-list -1 --merges f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299~1..f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 [Pipeline] echo 11:39:18 -----------> git rev-list -1 --merges f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299~1..f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 11:39:18 f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 [false] [Pipeline] sh 11:39:18 + git log --format=format:%s -1 f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 [Pipeline] echo 11:39:18 ========================================================= 11:39:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:39:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:39:18 + git log --format=format:%s -1 f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 [Pipeline] echo 11:39:18 [semverPrep] GIT_COMMIT: f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299, Commit Message: Merge pull request #1276 from hahattan/issue-1259 [Pipeline] echo 11:39:18 [semverPrep] This is not a build commit. [Pipeline] sh 11:39:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:39:19 + grep -v github /etc/ssh/ssh_known_hosts 11:39:19 + [ -e /tmp/ssh_known_hosts ] 11:39:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:39:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:39:19 + sudo tee -a /etc/ssh/ssh_known_hosts 11:39:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:39:19 11:39:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:39:19 0.1.4: Pulling from edgex-devops/py-git-semver 11:39:19 b85a868b505f: Pulling fs layer 11:39:19 e2be974225ed: Pulling fs layer 11:39:19 339a4e72a1f5: Pulling fs layer 11:39:19 988bab9f4d93: Pulling fs layer 11:39:19 1469e6f7b9e6: Pulling fs layer 11:39:19 eaf3925da568: Pulling fs layer 11:39:19 bab4dde63d76: Pulling fs layer 11:39:19 bde34c3a00c8: Pulling fs layer 11:39:19 b352a97aabf1: Pulling fs layer 11:39:19 4872d77fe225: Pulling fs layer 11:39:19 5851b861e8e6: Pulling fs layer 11:39:19 1469e6f7b9e6: Waiting 11:39:19 b352a97aabf1: Waiting 11:39:19 eaf3925da568: Waiting 11:39:19 4872d77fe225: Waiting 11:39:19 5851b861e8e6: Waiting 11:39:19 bab4dde63d76: Waiting 11:39:19 bde34c3a00c8: Waiting 11:39:19 988bab9f4d93: Waiting 11:39:19 e2be974225ed: Verifying Checksum 11:39:19 e2be974225ed: Download complete 11:39:19 988bab9f4d93: Verifying Checksum 11:39:19 988bab9f4d93: Download complete 11:39:20 1469e6f7b9e6: Verifying Checksum 11:39:20 1469e6f7b9e6: Download complete 11:39:20 eaf3925da568: Download complete 11:39:20 339a4e72a1f5: Verifying Checksum 11:39:20 339a4e72a1f5: Download complete 11:39:20 bde34c3a00c8: Verifying Checksum 11:39:20 bde34c3a00c8: Download complete 11:39:20 b352a97aabf1: Verifying Checksum 11:39:20 b352a97aabf1: Download complete 11:39:20 5851b861e8e6: Verifying Checksum 11:39:20 5851b861e8e6: Download complete 11:39:20 b85a868b505f: Verifying Checksum 11:39:20 b85a868b505f: Download complete 11:39:20 bab4dde63d76: Verifying Checksum 11:39:20 bab4dde63d76: Download complete 11:39:21 b85a868b505f: Pull complete 11:39:21 e2be974225ed: Pull complete 11:39:22 339a4e72a1f5: Pull complete 11:39:22 988bab9f4d93: Pull complete 11:39:22 1469e6f7b9e6: Pull complete 11:39:22 eaf3925da568: Pull complete 11:39:24 bab4dde63d76: Pull complete 11:39:24 bde34c3a00c8: Pull complete 11:39:24 b352a97aabf1: Pull complete 11:39:24 4872d77fe225: Pull complete 11:39:24 5851b861e8e6: Pull complete 11:39:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:39:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:39:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:25 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:39:25 $ 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 11:39:27 $ docker top fe30a71fe9cd5ec1b73ed89c97cb5a0c44a8b3f72fad2c029a0c48b40dd1efa2 -eo pid,comm 11:39:27 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). 11:39:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:39:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:39:27 [ssh-agent] Looking for ssh-agent implementation... 11:39:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:39:27 $ docker exec fe30a71fe9cd5ec1b73ed89c97cb5a0c44a8b3f72fad2c029a0c48b40dd1efa2 ssh-agent 11:39:27 SSH_AUTH_SOCK=/tmp/ssh-WN7yiuyijuLI/agent.14 11:39:27 SSH_AGENT_PID=27 11:39:27 Running ssh-add (command line suppressed) 11:39:27 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16116404557106948636.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16116404557106948636.key) 11:39:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:39:28 + git tag --points-at HEAD [Pipeline] } 11:39:28 $ docker exec --env ******** --env ******** fe30a71fe9cd5ec1b73ed89c97cb5a0c44a8b3f72fad2c029a0c48b40dd1efa2 ssh-agent -k 11:39:28 unset SSH_AUTH_SOCK; 11:39:28 unset SSH_AGENT_PID; 11:39:28 echo Agent pid 27 killed; 11:39:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:39:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:39:28 [ssh-agent] Looking for ssh-agent implementation... 11:39:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:39:28 $ docker exec fe30a71fe9cd5ec1b73ed89c97cb5a0c44a8b3f72fad2c029a0c48b40dd1efa2 ssh-agent 11:39:28 SSH_AUTH_SOCK=/tmp/ssh-7hYkWbIXJ52F/agent.71 11:39:28 SSH_AGENT_PID=77 11:39:28 Running ssh-add (command line suppressed) 11:39:28 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7220557419901803143.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7220557419901803143.key) 11:39:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:39:28 + git semver init 11:39:29 2023-01-18 11:39:29,065 [run_init] DEBUG init version:0.0.0 force:False 11:39:29 2023-01-18 11:39:29,065 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 11:39:29 2023-01-18 11:39:29,066 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 11:39:29 2023-01-18 11:39:29,066 [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) 11:39:30 2023-01-18 11:39:30,177 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 11:39:30 2023-01-18 11:39:30,178 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 11:39:30 2023-01-18 11:39:30,178 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:39:30 2023-01-18 11:39:30,178 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:39:30 3.0.0-dev.11 [Pipeline] } 11:39:30 $ docker exec --env ******** --env ******** fe30a71fe9cd5ec1b73ed89c97cb5a0c44a8b3f72fad2c029a0c48b40dd1efa2 ssh-agent -k 11:39:30 unset SSH_AUTH_SOCK; 11:39:30 unset SSH_AGENT_PID; 11:39:30 echo Agent pid 77 killed; 11:39:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:39:30 + git semver [Pipeline] } 11:39:31 $ docker stop --time=1 fe30a71fe9cd5ec1b73ed89c97cb5a0c44a8b3f72fad2c029a0c48b40dd1efa2 11:39:32 $ docker rm -f --volumes fe30a71fe9cd5ec1b73ed89c97cb5a0c44a8b3f72fad2c029a0c48b40dd1efa2 [Pipeline] // withDockerContainer [Pipeline] sh 11:39:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:39:33 Stashed 1 file(s) [Pipeline] echo 11:39:33 [edgeXSemver]: initialized semver on version 3.0.0-dev.11 [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 11:39:33 provisioning config files... 11:39:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12052945279220682745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:39:33 ---> docker-login.sh 11:39:33 nexus3.edgexfoundry.org:10001 11:39:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:33 Configure a credential helper to remove this warning. See 11:39:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:33 11:39:33 Login Succeeded 11:39:33 nexus3.edgexfoundry.org:10002 11:39:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:33 Configure a credential helper to remove this warning. See 11:39:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:33 11:39:33 Login Succeeded 11:39:33 nexus3.edgexfoundry.org:10003 11:39:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:33 Configure a credential helper to remove this warning. See 11:39:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:33 11:39:33 Login Succeeded 11:39:33 nexus3.edgexfoundry.org:10004 11:39:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:33 Configure a credential helper to remove this warning. See 11:39:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:33 11:39:33 Login Succeeded 11:39:33 docker.io 11:39:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:39:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:39:34 Configure a credential helper to remove this warning. See 11:39:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:39:34 11:39:34 Login Succeeded 11:39:34 ---> docker-login.sh ends [Pipeline] } 11:39:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:39:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:39:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:39:34 ========================================================= 11:39:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 11:39:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:34 + 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 . 11:39:34 Sending build context to Docker daemon 10.49MB 11:39:34 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 11:39:34 Step 2/10 : FROM ${BASE} AS builder 11:39:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 11:39:34 213ec9aee27d: Pulling fs layer 11:39:34 4583459ba037: Pulling fs layer 11:39:34 93c1e223e6f2: Pulling fs layer 11:39:34 53926ce57604: Pulling fs layer 11:39:34 21b2b0c7a3f4: Pulling fs layer 11:39:34 22ff95d597cd: Pulling fs layer 11:39:34 12d6caf4c0d1: Pulling fs layer 11:39:34 96b7cbca73a9: Pulling fs layer 11:39:34 a7acece74701: Pulling fs layer 11:39:34 53926ce57604: Waiting 11:39:34 12d6caf4c0d1: Waiting 11:39:34 21b2b0c7a3f4: Waiting 11:39:34 96b7cbca73a9: Waiting 11:39:34 a7acece74701: Waiting 11:39:34 93c1e223e6f2: Verifying Checksum 11:39:34 93c1e223e6f2: Download complete 11:39:34 4583459ba037: Verifying Checksum 11:39:34 4583459ba037: Download complete 11:39:34 21b2b0c7a3f4: Verifying Checksum 11:39:34 21b2b0c7a3f4: Download complete 11:39:34 22ff95d597cd: Download complete 11:39:34 213ec9aee27d: Download complete 11:39:34 12d6caf4c0d1: Verifying Checksum 11:39:34 12d6caf4c0d1: Download complete 11:39:35 213ec9aee27d: Pull complete 11:39:35 4583459ba037: Pull complete 11:39:35 93c1e223e6f2: Pull complete 11:39:35 a7acece74701: Verifying Checksum 11:39:35 a7acece74701: Download complete 11:39:35 53926ce57604: Verifying Checksum 11:39:35 53926ce57604: Download complete 11:39:35 96b7cbca73a9: Verifying Checksum 11:39:35 96b7cbca73a9: Download complete 11:39:40 53926ce57604: Pull complete 11:39:40 21b2b0c7a3f4: Pull complete 11:39:40 22ff95d597cd: Pull complete 11:39:40 12d6caf4c0d1: Pull complete 11:39:42 96b7cbca73a9: Pull complete 11:39:42 a7acece74701: Pull complete 11:39:42 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 11:39:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 11:39:42 ---> db6d94c90886 11:39:42 Step 3/10 : ARG MAKE=make build 11:39:45 ---> Running in 9972c8030245 11:39:46 Removing intermediate container 9972c8030245 11:39:46 ---> 8925d2c4dd74 11:39:46 Step 4/10 : WORKDIR /device-sdk-go 11:39:46 ---> Running in d72e973e8c2d 11:39:46 Removing intermediate container d72e973e8c2d 11:39:46 ---> 9c1ab07f6d69 11:39:46 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:39:46 ---> Running in 667a352a6d0b 11:39:46 Removing intermediate container 667a352a6d0b 11:39:46 ---> bff5897a6189 11:39:46 Step 6/10 : RUN apk add --update --no-cache make git 11:39:46 ---> Running in 92a647a764d3 11:39:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 11:39:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 11:39:47 OK: 211 MiB in 51 packages 11:39:47 Removing intermediate container 92a647a764d3 11:39:47 ---> a169c5a9312e 11:39:47 Step 7/10 : COPY go.mod vendor* ./ 11:39:47 ---> 107df198dd02 11:39:47 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:39:47 ---> Running in 242310da3fc5 11:39:48 Still waiting to schedule task 11:39:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:40:19 Removing intermediate container 242310da3fc5 11:40:19 ---> aad26ada8c52 11:40:19 Step 9/10 : COPY . . 11:40:19 ---> 485b178bb372 11:40:19 Step 10/10 : RUN ${MAKE} 11:40:19 ---> Running in 25de5234ebdf 11:40:19 noop 11:40:19 Removing intermediate container 25de5234ebdf 11:40:19 ---> a1793cc745ac 11:40:19 Successfully built a1793cc745ac 11:40:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:20 + docker inspect -f . ci-base-image-x86_64 11:40:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:40:20 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:40:20 $ 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 11:40:20 $ docker top c00936e09112d4b9ac2ef534f4a37229e9918eb19b07c9416665f675e9dc535e -eo pid,comm [Pipeline] { [Pipeline] sh 11:40:20 + go version 11:40:20 go version go1.18.7 linux/amd64 [Pipeline] } 11:40:20 $ docker stop --time=1 c00936e09112d4b9ac2ef534f4a37229e9918eb19b07c9416665f675e9dc535e 11:40:22 $ docker rm -f --volumes c00936e09112d4b9ac2ef534f4a37229e9918eb19b07c9416665f675e9dc535e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:22 + docker inspect -f . ci-base-image-x86_64 11:40:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:40:22 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:40:22 $ 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 11:40:23 $ docker top a584c13958744828eb5a4fc5737ac3b2324f5381e95d18bc261e4acbf9438487 -eo pid,comm [Pipeline] { [Pipeline] sh 11:40:23 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 11:40:23 + make test 11:40:23 go test -race -coverprofile=coverage.out ./... 11:40:30 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 11:40:42 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.067s coverage: 27.6% of statements 11:40:42 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.058s coverage: 78.9% of statements 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 11:40:42 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.079s coverage: 73.6% of statements 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 11:40:42 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.117s coverage: 60.6% of statements 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] 11:40:42 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.085s coverage: 65.1% of statements 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 11:40:42 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.739s coverage: 89.2% of statements 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 11:40:42 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.054s coverage: 4.6% of statements 11:40:42 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 11:40:57 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." 11:40:57 GO111MODULE=on go vet ./... 11:41:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:41:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:41:00 ./bin/test-attribution-txt.sh [Pipeline] echo 11:41:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:41:00 $ docker stop --time=1 a584c13958744828eb5a4fc5737ac3b2324f5381e95d18bc261e4acbf9438487 11:41:04 $ docker rm -f --volumes a584c13958744828eb5a4fc5737ac3b2324f5381e95d18bc261e4acbf9438487 [Pipeline] // withDockerContainer [Pipeline] sh 11:41:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:41:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:41:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:41:05 + ls -al . 11:41:05 total 272 11:41:05 drwxrwxr-x 11 jenkins jenkins 4096 Jan 18 11:40 . 11:41:05 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 11:39 .. 11:41:05 -rw-rw-r-- 1 jenkins jenkins 140 Jan 18 11:39 .dockerignore 11:41:05 drwxrwxr-x 8 jenkins jenkins 4096 Jan 18 11:40 .git 11:41:05 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 11:39 .github 11:41:05 -rw-rw-r-- 1 jenkins jenkins 131 Jan 18 11:39 .gitignore 11:41:05 -rw-rw-r-- 1 jenkins jenkins 42 Jan 18 11:39 .golangci.yml 11:41:05 drwxr-xr-x 3 jenkins jenkins 4096 Jan 18 11:39 .semver 11:41:05 -rw-rw-r-- 1 jenkins jenkins 31677 Jan 18 11:39 CHANGELOG.md 11:41:05 -rw-rw-r-- 1 jenkins jenkins 677 Jan 18 11:39 GOVERNANCE.md 11:41:05 -rw-rw-r-- 1 jenkins jenkins 880 Jan 18 11:39 Jenkinsfile 11:41:05 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 18 11:39 LICENSE 11:41:05 -rw-rw-r-- 1 jenkins jenkins 1679 Jan 18 11:39 Makefile 11:41:05 -rw-rw-r-- 1 jenkins jenkins 619 Jan 18 11:39 OWNERS.md 11:41:05 -rw-rw-r-- 1 jenkins jenkins 4891 Jan 18 11:39 README.md 11:41:05 -rw-rw-r-- 1 jenkins jenkins 12 Jan 18 11:39 VERSION 11:41:05 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 11:39 bin 11:41:05 -rw-r--r-- 1 jenkins jenkins 100833 Jan 18 11:40 coverage.out 11:41:05 drwxrwxr-x 5 jenkins jenkins 4096 Jan 18 11:39 example 11:41:05 -rw-rw-r-- 1 jenkins jenkins 3307 Jan 18 11:39 go.mod 11:41:05 -rw-rw-r-- 1 jenkins jenkins 34396 Jan 18 11:39 go.sum 11:41:05 drwxrwxr-x 14 jenkins jenkins 4096 Jan 18 11:39 internal 11:41:05 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 11:39 openapi 11:41:05 drwxrwxr-x 6 jenkins jenkins 4096 Jan 18 11:39 pkg 11:41:05 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 11:39 snap 11:41:05 -rw-rw-r-- 1 jenkins jenkins 222 Jan 18 11:39 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:41:06 + 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=f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 --label arch=amd64 --label version=3.0.0-dev.11 . 11:41:06 Sending build context to Docker daemon 10.59MB 11:41:06 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 11:41:06 Step 2/23 : FROM ${BASE} AS builder 11:41:06 ---> a1793cc745ac 11:41:06 Step 3/23 : ARG MAKE=make build 11:41:06 ---> Running in 0d5b251d295f 11:41:06 Removing intermediate container 0d5b251d295f 11:41:06 ---> bf1a4541d0e1 11:41:06 Step 4/23 : WORKDIR /device-sdk-go 11:41:06 ---> Running in 58009bbb1491 11:41:06 Removing intermediate container 58009bbb1491 11:41:06 ---> 959fff188bdf 11:41:06 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:41:06 ---> Running in 4a3d3a938be7 11:41:06 Removing intermediate container 4a3d3a938be7 11:41:06 ---> e15a861a5066 11:41:06 Step 6/23 : RUN apk add --update --no-cache make git 11:41:06 ---> Running in 279429aecb5e 11:41:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 11:41:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 11:41:07 OK: 211 MiB in 51 packages 11:41:07 Removing intermediate container 279429aecb5e 11:41:07 ---> a954a29fe8ba 11:41:07 Step 7/23 : COPY go.mod vendor* ./ 11:41:08 ---> aabeabf5da4f 11:41:08 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:41:08 ---> Running in 4cf8d494b50d 11:41:09 Removing intermediate container 4cf8d494b50d 11:41:09 ---> 8c6665f4a3ff 11:41:09 Step 9/23 : COPY . . 11:41:09 ---> 1bc49e47a304 11:41:09 Step 10/23 : RUN ${MAKE} 11:41:09 ---> Running in b75ac3083374 11:41:09 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.11" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 11:41:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2920 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws 11:41:31 Running in /w/workspace/device-sdk-go/141 [Pipeline] { 11:41:31 Removing intermediate container b75ac3083374 11:41:31 ---> 1883cb2f7222 11:41:31 Step 11/23 : FROM alpine:3.16 11:41:31 3.16: Pulling from library/alpine 11:41:31 ca7dd9ec2225: Pulling fs layer 11:41:31 ca7dd9ec2225: Download complete 11:41:31 ca7dd9ec2225: Pull complete 11:41:31 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 11:41:31 Status: Downloaded newer image for alpine:3.16 11:41:31 ---> bfe296a52501 11:41:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:41:31 ---> Running in 4d6fd8a1a551 [Pipeline] checkout 11:41:31 The recommended git tool is: git 11:41:32 Removing intermediate container 4d6fd8a1a551 11:41:32 ---> f391e130dafa 11:41:32 Step 13/23 : RUN apk add --update --no-cache 11:41:32 ---> Running in 1ea06c9f6d4e 11:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 11:41:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 11:41:33 OK: 6 MiB in 14 packages 11:41:34 Removing intermediate container 1ea06c9f6d4e 11:41:34 ---> 78e5d177a6d9 11:41:34 Step 14/23 : WORKDIR / 11:41:34 ---> Running in 6a1abe7c6d6e 11:41:34 Removing intermediate container 6a1abe7c6d6e 11:41:34 ---> 01b608da9070 11:41:34 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 11:41:34 ---> 446d103e9adc 11:41:34 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 11:41:34 ---> 89826d0fd589 11:41:34 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 11:41:35 ---> 6fe9fd0d428b 11:41:35 Step 18/23 : EXPOSE 59999 11:41:35 ---> Running in a472ae5feaf5 11:41:35 Removing intermediate container a472ae5feaf5 11:41:35 ---> eb2f5526b2a4 11:41:35 Step 19/23 : ENTRYPOINT ["/device-simple"] 11:41:35 ---> Running in 1bd910a92d3a 11:41:35 Removing intermediate container 1bd910a92d3a 11:41:35 ---> 3fe87bc521a6 11:41:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:41:35 ---> Running in 58471bfb2ee3 11:41:35 Removing intermediate container 58471bfb2ee3 11:41:35 ---> c98fd8dd81c1 11:41:35 Step 21/23 : LABEL arch=amd64 11:41:35 ---> Running in 7b9f4e983f35 11:41:35 Removing intermediate container 7b9f4e983f35 11:41:35 ---> 11d4d292e602 11:41:35 Step 22/23 : LABEL git_sha=f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 11:41:35 ---> Running in 9a37f96e58f1 11:41:35 Removing intermediate container 9a37f96e58f1 11:41:35 ---> df3a1a66d1d8 11:41:35 Step 23/23 : LABEL version=3.0.0-dev.11 11:41:35 ---> Running in 75744c71a330 11:41:35 Removing intermediate container 75744c71a330 11:41:35 ---> 10f2137f8f32 11:41:35 [Warning] One or more build-args [ARCH] were not consumed 11:41:35 Successfully built 10f2137f8f32 11:41:35 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:41:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:41:36 11:41:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:41:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:41:36 latest: Pulling from edgex-lftools-log-publisher 11:41:36 5eb5b503b376: Pulling fs layer 11:41:36 5c69ac0246d0: Pulling fs layer 11:41:36 ec43610c2a17: Pulling fs layer 11:41:36 3a2ae6a8a46f: Pulling fs layer 11:41:36 33b1e0a273af: Pulling fs layer 11:41:36 5d3b04190fa2: Pulling fs layer 11:41:36 2f39f015ded8: Pulling fs layer 11:41:36 3a2ae6a8a46f: Waiting 11:41:36 33b1e0a273af: Waiting 11:41:36 5d3b04190fa2: Waiting 11:41:36 2f39f015ded8: Waiting 11:41:36 5c69ac0246d0: Verifying Checksum 11:41:36 3a2ae6a8a46f: Verifying Checksum 11:41:36 3a2ae6a8a46f: Download complete 11:41:37 33b1e0a273af: Verifying Checksum 11:41:37 33b1e0a273af: Download complete 11:41:37 5d3b04190fa2: Verifying Checksum 11:41:37 5d3b04190fa2: Download complete 11:41:37 ec43610c2a17: Verifying Checksum 11:41:37 ec43610c2a17: Download complete 11:41:37 5eb5b503b376: Verifying Checksum 11:41:37 5eb5b503b376: Download complete 11:41:38 2f39f015ded8: Download complete 11:41:38 5eb5b503b376: Pull complete 11:41:38 5c69ac0246d0: Pull complete 11:41:38 ec43610c2a17: Pull complete 11:41:39 3a2ae6a8a46f: Pull complete 11:41:39 33b1e0a273af: Pull complete 11:41:39 5d3b04190fa2: Pull complete 11:41:40 using credential edgex-jenkins-ssh 11:41:40 Cloning the remote Git repository 11:41:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:41:40 > git init /w/workspace/device-sdk-go/141 # timeout=10 11:41:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:41:40 > git --version # timeout=10 11:41:41 > git --version # 'git version 2.25.1' 11:41:41 using GIT_SSH to set credentials SSH Credentials for GitHub 11:41:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:41:43 2f39f015ded8: Pull complete 11:41:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:41:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:41:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:41:43 Avoid second fetch 11:41:43 Checking out Revision f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 (main) 11:41:43 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:41:43 $ 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 11:41:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:41:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:41:43 > git config core.sparsecheckout # timeout=10 11:41:43 > git checkout -f f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 # timeout=10 11:41:44 Commit message: "Merge pull request #1276 from hahattan/issue-1259" 11:41:44 11:41:44 GitHub has been notified of this commit’s build result 11:41:44 11:41:48 $ docker top 0c7f4d58abbf01da95f9f1660eb730594d750cd83049ac961df6accd42f48d8b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:41:48 ---> job-cost.sh 11:41:48 lf-activate-venv: SKIPPING 11:41:48 INFO: No Stack... 11:41:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:41:48 % Total % Received % Xferd Average Speed Time Time Time Current 11:41:48 Dload Upload Total Spent Left Speed 11:41:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k 11:41:49 INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] sh 11:41:49 INFO: Archiving Costs [Pipeline] sh 11:41:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:41:49 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 11:41:49 + cut -d, -f6 [Pipeline] lock 11:41:49 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] 11:41:49 Resource [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] did not exist. Created. 11:41:49 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:41:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:41:49 + sudo tee /etc/docker/daemon.new 11:41:49 { 11:41:49 "registry-mirrors": [ 11:41:49 "https://nexus3.edgexfoundry.org:10001" 11:41:49 ], 11:41:49 "bip": "10.250.0.254/24", 11:41:49 "hosts": [ 11:41:49 "tcp://0.0.0.0:5555", 11:41:49 "unix:///var/run/docker.sock" 11:41:49 ], 11:41:49 "mtu": 1458, 11:41:49 "selinux-enabled": true, 11:41:49 "seccomp-profile": "/etc/docker/seccomp.json" 11:41:49 } [Pipeline] sh 11:41:50 + echo total: 0.2199999988079071 [Pipeline] stash 11:41:50 Stashed 1 file(s) [Pipeline] } 11:41:50 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] [Pipeline] // lock [Pipeline] } 11:41:50 $ docker stop --time=1 0c7f4d58abbf01da95f9f1660eb730594d750cd83049ac961df6accd42f48d8b 11:41:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 11:41:51 $ docker rm -f --volumes 0c7f4d58abbf01da95f9f1660eb730594d750cd83049ac961df6accd42f48d8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:41:51 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:42:09 provisioning config files... 11:42:09 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/141@tmp/config1179858612902173123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:42:10 ---> docker-login.sh 11:42:10 nexus3.edgexfoundry.org:10001 11:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:10 Configure a credential helper to remove this warning. See 11:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:10 11:42:10 Login Succeeded 11:42:10 nexus3.edgexfoundry.org:10002 11:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:11 Configure a credential helper to remove this warning. See 11:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:11 11:42:11 Login Succeeded 11:42:11 nexus3.edgexfoundry.org:10003 11:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:11 Configure a credential helper to remove this warning. See 11:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:11 11:42:11 Login Succeeded 11:42:11 nexus3.edgexfoundry.org:10004 11:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:11 Configure a credential helper to remove this warning. See 11:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:11 11:42:11 Login Succeeded 11:42:11 docker.io 11:42:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:12 Configure a credential helper to remove this warning. See 11:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:12 11:42:12 Login Succeeded 11:42:12 ---> docker-login.sh ends [Pipeline] } 11:42:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:42:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:42:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:42:12 ========================================================= 11:42:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 11:42:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:42:13 + 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 . 11:42:13 Sending build context to Docker daemon 5.66MB 11:42:13 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 11:42:13 Step 2/10 : FROM ${BASE} AS builder 11:42:13 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:42:13 9b18e9b68314: Pulling fs layer 11:42:13 35d82f9e3411: Pulling fs layer 11:42:13 e16973657156: Pulling fs layer 11:42:13 fc693d55d65f: Pulling fs layer 11:42:13 7e9fc2657dce: Pulling fs layer 11:42:13 dda99020689f: Pulling fs layer 11:42:13 db1c61fa0a46: Pulling fs layer 11:42:13 891c053d2c06: Pulling fs layer 11:42:13 fc693d55d65f: Waiting 11:42:13 dda99020689f: Waiting 11:42:13 db1c61fa0a46: Waiting 11:42:13 7e9fc2657dce: Waiting 11:42:13 891c053d2c06: Waiting 11:42:13 e16973657156: Download complete 11:42:13 35d82f9e3411: Verifying Checksum 11:42:13 35d82f9e3411: Download complete 11:42:13 7e9fc2657dce: Verifying Checksum 11:42:13 7e9fc2657dce: Download complete 11:42:13 dda99020689f: Verifying Checksum 11:42:13 dda99020689f: Download complete 11:42:13 9b18e9b68314: Verifying Checksum 11:42:13 9b18e9b68314: Download complete 11:42:14 9b18e9b68314: Pull complete 11:42:14 891c053d2c06: Verifying Checksum 11:42:14 891c053d2c06: Download complete 11:42:15 35d82f9e3411: Pull complete 11:42:15 e16973657156: Pull complete 11:42:16 db1c61fa0a46: Verifying Checksum 11:42:16 db1c61fa0a46: Download complete 11:42:16 fc693d55d65f: Verifying Checksum 11:42:16 fc693d55d65f: Download complete 11:42:29 fc693d55d65f: Pull complete 11:42:29 7e9fc2657dce: Pull complete 11:42:29 dda99020689f: Pull complete 11:42:34 db1c61fa0a46: Pull complete 11:42:35 891c053d2c06: Pull complete 11:42:35 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 11:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 11:42:35 ---> f96f9c87975a 11:42:35 Step 3/10 : ARG MAKE=make build 11:42:37 ---> Running in b2f1275f681a 11:42:38 Removing intermediate container b2f1275f681a 11:42:38 ---> 475093f62319 11:42:38 Step 4/10 : WORKDIR /device-sdk-go 11:42:38 ---> Running in 850065b0ade5 11:42:38 Removing intermediate container 850065b0ade5 11:42:38 ---> 4c58817ce8f3 11:42:38 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:42:38 ---> Running in e816e71a8d28 11:42:38 Removing intermediate container e816e71a8d28 11:42:38 ---> 88cda43072f5 11:42:38 Step 6/10 : RUN apk add --update --no-cache make git 11:42:38 ---> Running in 1cc1bad77ed2 11:42:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 11:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 11:42:41 OK: 221 MiB in 51 packages 11:42:42 Removing intermediate container 1cc1bad77ed2 11:42:42 ---> b08a42635c70 11:42:42 Step 7/10 : COPY go.mod vendor* ./ 11:42:42 ---> f4f9a318e057 11:42:42 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:42:42 ---> Running in 418bea5f50e4 11:43:38 Removing intermediate container 418bea5f50e4 11:43:38 ---> 02f19bc47f5e 11:43:38 Step 9/10 : COPY . . 11:43:40 ---> 96890b3c35e9 11:43:40 Step 10/10 : RUN ${MAKE} 11:43:40 ---> Running in 9c2639c2b8f9 11:43:40 noop 11:43:41 Removing intermediate container 9c2639c2b8f9 11:43:41 ---> 0ed611124e7e 11:43:41 Successfully built 0ed611124e7e 11:43:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:43:41 + docker inspect -f . ci-base-image-arm64 11:43:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:43:42 prd-ubuntu20.04-docker-arm64-4c-16g-2920 does not seem to be running inside a container 11:43:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/141 -v /w/workspace/device-sdk-go/141:/w/workspace/device-sdk-go/141:rw,z -v /w/workspace/device-sdk-go/141@tmp:/w/workspace/device-sdk-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:43:43 $ docker top d33dad84e98dbc67e992e753fea57e95aae6799b02326ca9085e7a97726d84a4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:43:44 + go version 11:43:44 go version go1.18.7 linux/arm64 [Pipeline] } 11:43:44 $ docker stop --time=1 d33dad84e98dbc67e992e753fea57e95aae6799b02326ca9085e7a97726d84a4 11:43:45 $ docker rm -f --volumes d33dad84e98dbc67e992e753fea57e95aae6799b02326ca9085e7a97726d84a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:43:46 + docker inspect -f . ci-base-image-arm64 11:43:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:43:46 prd-ubuntu20.04-docker-arm64-4c-16g-2920 does not seem to be running inside a container 11:43:46 $ 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/141 -v /w/workspace/device-sdk-go/141:/w/workspace/device-sdk-go/141:rw,z -v /w/workspace/device-sdk-go/141@tmp:/w/workspace/device-sdk-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:43:47 $ docker top 75a4d61a0c6ab746d08794ef65779257555f6766abfca6d7e1f0b88fcf5329fa -eo pid,comm [Pipeline] { [Pipeline] sh 11:43:48 + git config --global --add safe.directory /w/workspace/device-sdk-go/141 [Pipeline] fileExists [Pipeline] sh 11:43:48 + make test 11:43:48 go test -race -coverprofile=coverage.out ./... 11:44:20 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 11:46:12 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 11:46:12 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 11:46:12 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 11:46:12 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 11:46:12 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 11:46:12 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.207s coverage: 27.6% of statements 11:46:12 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.314s coverage: 78.9% of statements 11:46:12 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 11:46:13 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.360s coverage: 73.6% of statements 11:46:13 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 11:46:13 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 11:46:15 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.511s coverage: 60.6% of statements 11:46:15 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 11:46:15 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] 11:46:15 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 11:46:15 ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] 11:46:15 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.441s coverage: 65.1% of statements 11:46:15 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 11:46:15 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 11:46:16 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.164s coverage: 89.2% of statements 11:46:16 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 11:46:16 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.280s coverage: 4.6% of statements 11:46:16 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 11:46:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:46:17 GO111MODULE=on go vet ./... 11:47:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:47:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:47:41 ./bin/test-attribution-txt.sh [Pipeline] echo 11:47:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:47:41 $ docker stop --time=1 75a4d61a0c6ab746d08794ef65779257555f6766abfca6d7e1f0b88fcf5329fa 11:47:42 $ docker rm -f --volumes 75a4d61a0c6ab746d08794ef65779257555f6766abfca6d7e1f0b88fcf5329fa [Pipeline] // withDockerContainer [Pipeline] sh 11:47:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:47:44 Warning: overwriting stash ‘coverage-report’ 11:47:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:47:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:47:45 + ls -al . 11:47:45 total 268 11:47:45 drwxrwxr-x 10 jenkins jenkins 4096 Jan 18 11:43 . 11:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 11:41 .. 11:47:45 -rw-rw-r-- 1 jenkins jenkins 140 Jan 18 11:41 .dockerignore 11:47:45 drwxrwxr-x 8 jenkins jenkins 4096 Jan 18 11:41 .git 11:47:45 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 11:41 .github 11:47:45 -rw-rw-r-- 1 jenkins jenkins 131 Jan 18 11:41 .gitignore 11:47:45 -rw-rw-r-- 1 jenkins jenkins 42 Jan 18 11:41 .golangci.yml 11:47:45 -rw-rw-r-- 1 jenkins jenkins 31677 Jan 18 11:41 CHANGELOG.md 11:47:45 -rw-rw-r-- 1 jenkins jenkins 677 Jan 18 11:41 GOVERNANCE.md 11:47:45 -rw-rw-r-- 1 jenkins jenkins 880 Jan 18 11:41 Jenkinsfile 11:47:45 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 18 11:41 LICENSE 11:47:45 -rw-rw-r-- 1 jenkins jenkins 1679 Jan 18 11:41 Makefile 11:47:45 -rw-rw-r-- 1 jenkins jenkins 619 Jan 18 11:41 OWNERS.md 11:47:45 -rw-rw-r-- 1 jenkins jenkins 4891 Jan 18 11:41 README.md 11:47:45 -rw-rw-r-- 1 jenkins jenkins 12 Jan 18 11:39 VERSION 11:47:45 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 11:41 bin 11:47:45 -rw-r--r-- 1 jenkins jenkins 100833 Jan 18 11:46 coverage.out 11:47:45 drwxrwxr-x 5 jenkins jenkins 4096 Jan 18 11:41 example 11:47:45 -rw-rw-r-- 1 jenkins jenkins 3307 Jan 18 11:41 go.mod 11:47:45 -rw-rw-r-- 1 jenkins jenkins 34396 Jan 18 11:41 go.sum 11:47:45 drwxrwxr-x 14 jenkins jenkins 4096 Jan 18 11:41 internal 11:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 11:41 openapi 11:47:45 drwxrwxr-x 6 jenkins jenkins 4096 Jan 18 11:41 pkg 11:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 11:41 snap 11:47:45 -rw-rw-r-- 1 jenkins jenkins 222 Jan 18 11:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:45 + 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=f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 --label arch=arm64 --label version=3.0.0-dev.11 . 11:47:46 Sending build context to Docker daemon 5.762MB 11:47:46 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 11:47:46 Step 2/23 : FROM ${BASE} AS builder 11:47:46 ---> 0ed611124e7e 11:47:46 Step 3/23 : ARG MAKE=make build 11:47:46 ---> Running in d7e8f0fb4df2 11:47:46 Removing intermediate container d7e8f0fb4df2 11:47:46 ---> 556baa3b3fc9 11:47:46 Step 4/23 : WORKDIR /device-sdk-go 11:47:46 ---> Running in 84df552978be 11:47:47 Removing intermediate container 84df552978be 11:47:47 ---> b6888bbd7f36 11:47:47 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:47:47 ---> Running in b60626f6d6e7 11:47:47 Removing intermediate container b60626f6d6e7 11:47:47 ---> a8bc493efac3 11:47:47 Step 6/23 : RUN apk add --update --no-cache make git 11:47:47 ---> Running in 59010f88b435 11:47:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 11:47:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 11:47:49 OK: 221 MiB in 51 packages 11:47:51 Removing intermediate container 59010f88b435 11:47:51 ---> d4c0cc535a46 11:47:51 Step 7/23 : COPY go.mod vendor* ./ 11:47:51 ---> 6d85c08cd11c 11:47:51 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:47:51 ---> Running in 04a7a4f368e3 11:47:54 Removing intermediate container 04a7a4f368e3 11:47:54 ---> 3f58a2bb90ef 11:47:54 Step 9/23 : COPY . . 11:47:54 ---> 0ef98b57a62b 11:47:54 Step 10/23 : RUN ${MAKE} 11:47:54 ---> Running in 61cdf85f184e 11:47:55 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.11" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 11:50:02 Removing intermediate container 61cdf85f184e 11:50:02 ---> 439b6c82b429 11:50:02 Step 11/23 : FROM alpine:3.16 11:50:02 3.16: Pulling from library/alpine 11:50:02 6875df1f5354: Pulling fs layer 11:50:02 6875df1f5354: Download complete 11:50:02 6875df1f5354: Pull complete 11:50:02 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 11:50:02 Status: Downloaded newer image for alpine:3.16 11:50:02 ---> 2b4661558fb8 11:50:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:50:02 ---> Running in e66e08af467f 11:50:02 Removing intermediate container e66e08af467f 11:50:02 ---> 81fd5d7157f3 11:50:02 Step 13/23 : RUN apk add --update --no-cache 11:50:02 ---> Running in d43513a598c3 11:50:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 11:50:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 11:50:02 OK: 5 MiB in 14 packages 11:50:02 Removing intermediate container d43513a598c3 11:50:02 ---> 157883cad14f 11:50:02 Step 14/23 : WORKDIR / 11:50:02 ---> Running in 0c0f753c1d67 11:50:02 Removing intermediate container 0c0f753c1d67 11:50:02 ---> 0ce526596eac 11:50:02 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 11:50:02 ---> f534fd6173e8 11:50:02 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 11:50:02 ---> 596cc6f8eea2 11:50:02 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 11:50:02 ---> 0e48a5981033 11:50:02 Step 18/23 : EXPOSE 59999 11:50:02 ---> Running in d0c400741932 11:50:02 Removing intermediate container d0c400741932 11:50:02 ---> b817ff48f0c2 11:50:02 Step 19/23 : ENTRYPOINT ["/device-simple"] 11:50:02 ---> Running in b78cf84731ac 11:50:02 Removing intermediate container b78cf84731ac 11:50:02 ---> 10858a07dde1 11:50:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:50:02 ---> Running in 9c133e9a08d6 11:50:02 Removing intermediate container 9c133e9a08d6 11:50:02 ---> 30e6983356d9 11:50:02 Step 21/23 : LABEL arch=arm64 11:50:02 ---> Running in d3cca18a5e3e 11:50:02 Removing intermediate container d3cca18a5e3e 11:50:02 ---> 038900a2cfc3 11:50:02 Step 22/23 : LABEL git_sha=f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 11:50:02 ---> Running in 2ad1a8748d00 11:50:02 Removing intermediate container 2ad1a8748d00 11:50:02 ---> 6c33711e077b 11:50:02 Step 23/23 : LABEL version=3.0.0-dev.11 11:50:02 ---> Running in f3b33258b529 11:50:02 Removing intermediate container f3b33258b529 11:50:02 ---> ad7b4271add3 11:50:02 [Warning] One or more build-args [ARCH] were not consumed 11:50:02 Successfully built ad7b4271add3 11:50:02 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 11:50:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:50:03 11:50:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:50:03 arm64: Pulling from edgex-lftools-log-publisher 11:50:03 8998bd30e6a1: Pulling fs layer 11:50:03 04944245beec: Pulling fs layer 11:50:03 699f458cf7ca: Pulling fs layer 11:50:03 765212b225bb: Pulling fs layer 11:50:03 f23df028b6ca: Pulling fs layer 11:50:03 d65c8cfc05b1: Pulling fs layer 11:50:03 2437ff75d9bd: Pulling fs layer 11:50:03 765212b225bb: Waiting 11:50:03 f23df028b6ca: Waiting 11:50:03 d65c8cfc05b1: Waiting 11:50:03 2437ff75d9bd: Waiting 11:50:03 04944245beec: Verifying Checksum 11:50:03 04944245beec: Download complete 11:50:03 765212b225bb: Verifying Checksum 11:50:03 765212b225bb: Download complete 11:50:03 f23df028b6ca: Verifying Checksum 11:50:03 f23df028b6ca: Download complete 11:50:03 d65c8cfc05b1: Verifying Checksum 11:50:03 d65c8cfc05b1: Download complete 11:50:03 699f458cf7ca: Verifying Checksum 11:50:03 699f458cf7ca: Download complete 11:50:04 8998bd30e6a1: Verifying Checksum 11:50:04 8998bd30e6a1: Download complete 11:50:06 2437ff75d9bd: Verifying Checksum 11:50:06 2437ff75d9bd: Download complete 11:50:08 8998bd30e6a1: Pull complete 11:50:09 04944245beec: Pull complete 11:50:10 699f458cf7ca: Pull complete 11:50:10 765212b225bb: Pull complete 11:50:11 f23df028b6ca: Pull complete 11:50:11 d65c8cfc05b1: Pull complete 11:50:26 2437ff75d9bd: Pull complete 11:50:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:50:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:50:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:50:26 prd-ubuntu20.04-docker-arm64-4c-16g-2920 does not seem to be running inside a container 11:50:27 $ 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/141 -v /w/workspace/device-sdk-go/141:/w/workspace/device-sdk-go/141:rw,z -v /w/workspace/device-sdk-go/141@tmp:/w/workspace/device-sdk-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:50:29 $ docker top 5a137f02f3a7a2c90d75ab83f1ea4498d36e8d1c6deef95253b6fac48c4c785d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:50:30 ---> job-cost.sh 11:50:30 lf-activate-venv: SKIPPING 11:50:30 INFO: No Stack... 11:50:31 INFO: Retrieving Pricing Info for: v3-standard-4 11:50:32 INFO: Archiving Costs [Pipeline] sh 11:50:32 + cat /w/workspace/device-sdk-go/141/archives/cost.csv 11:50:32 + cut -d, -f6 [Pipeline] lock 11:50:32 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] 11:50:32 Resource [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] did not exist. Created. 11:50:32 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:50:33 /w/workspace/device-sdk-go/141@tmp/durable-0b42dad5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:50:33 + echo total: 0.10999999940395355 [Pipeline] stash 11:50:33 Warning: overwriting stash ‘stack-cost’ 11:50:33 Stashed 1 file(s) [Pipeline] } 11:50:33 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-141-stack-cost] [Pipeline] // lock [Pipeline] } 11:50:34 $ docker stop --time=1 5a137f02f3a7a2c90d75ab83f1ea4498d36e8d1c6deef95253b6fac48c4c785d 11:50:35 $ docker rm -f --volumes 5a137f02f3a7a2c90d75ab83f1ea4498d36e8d1c6deef95253b6fac48c4c785d [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 11:50:35 provisioning config files... 11:50:35 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16560288506806146171tmp [Pipeline] { [Pipeline] sh 11:50:36 + set +x 11:50:36 + + curl -s https://codecov.io/bash 11:50:36 bash -s -- 11:50:36 11:50:36 _____ _ 11:50:36 / ____| | | 11:50:36 | | ___ __| | ___ ___ _____ __ 11:50:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:50:36 | |___| (_) | (_| | __/ (_| (_) \ V / 11:50:36 \_____\___/ \__,_|\___|\___\___/ \_/ 11:50:36 Bash-1.0.6 11:50:36 11:50:36 11:50:36 ==> git version 2.25.1 found 11:50:36 ==> 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 11:50:36 Release-Date: 2020-01-08 11:50:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:50:36 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:50:36 ==> Jenkins CI detected. 11:50:36 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 11:50:36 project root: . 11:50:36 --> token set from env 11:50:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:50:36 ==> Running gcov in . (disable via -X gcov) 11:50:36 ==> Python coveragepy not found 11:50:36 ==> Searching for coverage reports in: 11:50:36 + . 11:50:36 -> Found 1 reports 11:50:36 ==> Detecting git/mercurial file structure 11:50:36 ==> Reading reports 11:50:36 + ./coverage.out bytes=100833 11:50:36 ==> Appending adjustments 11:50:36 https://docs.codecov.io/docs/fixing-reports 11:50:36 + Found adjustments 11:50:36 ==> Gzipping contents 11:50:36 16K /tmp/codecov.R0sR2T.gz 11:50:36 ==> Uploading reports 11:50:36 url: https://codecov.io 11:50:36 query: branch=main&commit=f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299&build=141&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F141%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:50:36 -> Pinging Codecov 11:50:36 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=f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299&build=141&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F141%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:50:37 -> Uploading to 11:50:37 https://storage.googleapis.com/codecov/v4/raw/2023-01-18/7E55EF52A471D76F132DFD9A03CDDE97/f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299/bccab7a7-3b7a-46fa-879a-ee94cb5688a7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230118T115036Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa824ef520cd724f678432df2b0847f183e0140495fa7fefc8c77b8c6a641327 11:50:37 % Total % Received % Xferd Average Speed Time Time Time Current 11:50:37 Dload Upload Total Spent Left Speed 11:50:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14736 0 0 100 14736 0 67596 --:--:-- --:--:-- --:--:-- 67596 11:50:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 [Pipeline] } 11:50:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:50:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:50:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:50:37 11:50:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:50:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:50:38 df9b9388f04a: Pulling fs layer 11:50:38 52dc419b0ee2: Pulling fs layer 11:50:38 25bc292e5bac: Pulling fs layer 11:50:38 114826534d7a: Pulling fs layer 11:50:38 4657fd5d0bcf: Pulling fs layer 11:50:38 6ad1cebc031e: Pulling fs layer 11:50:38 8a3aa393b2d8: Pulling fs layer 11:50:38 114826534d7a: Waiting 11:50:38 4657fd5d0bcf: Waiting 11:50:38 6ad1cebc031e: Waiting 11:50:38 8a3aa393b2d8: Waiting 11:50:38 25bc292e5bac: Verifying Checksum 11:50:38 25bc292e5bac: Download complete 11:50:38 52dc419b0ee2: Download complete 11:50:38 4657fd5d0bcf: Verifying Checksum 11:50:38 4657fd5d0bcf: Download complete 11:50:38 df9b9388f04a: Download complete 11:50:38 df9b9388f04a: Pull complete 11:50:38 6ad1cebc031e: Verifying Checksum 11:50:38 6ad1cebc031e: Download complete 11:50:38 52dc419b0ee2: Pull complete 11:50:39 25bc292e5bac: Pull complete 11:50:39 114826534d7a: Verifying Checksum 11:50:39 114826534d7a: Download complete 11:50:39 8a3aa393b2d8: Verifying Checksum 11:50:39 8a3aa393b2d8: Download complete 11:50:42 114826534d7a: Pull complete 11:50:42 4657fd5d0bcf: Pull complete 11:50:42 6ad1cebc031e: Pull complete 11:50:45 8a3aa393b2d8: Pull complete 11:50:45 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 11:50:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:50:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:50:45 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:50:45 $ 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 11:50:50 $ docker top c207c4622e5e6f7b53d1ebeb8f15135d42911f545b84aa8d7e50c2f20f8f93c6 -eo pid,comm [Pipeline] { [Pipeline] echo 11:50:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 11:50:51 + set -o pipefail 11:50:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 11:50:56 11:50:56 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... 11:50:56 11:50:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/c156f9e0-98d4-4cad-93ab-9ce0e0b52d28 11:50:56 11:50:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:50:56 11:50:56 11:50:56 A medium severity vulnerability was found in the Snyk CLI versions you are using. 11:50:56 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 11:50:56 More details here: https://snyk.co/ue1NS [Pipeline] } 11:50:56 $ docker stop --time=1 c207c4622e5e6f7b53d1ebeb8f15135d42911f545b84aa8d7e50c2f20f8f93c6 11:51:00 $ docker rm -f --volumes c207c4622e5e6f7b53d1ebeb8f15135d42911f545b84aa8d7e50c2f20f8f93c6 [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 11:51:00 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:51:00 provisioning config files... 11:51:00 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2122797947897979356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:51:00 --> edgex-publish-swagger.sh 11:51:00 === Publish openapi/v2 API === 11:51:00 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 11:51:00 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] 11:51:00 % Total % Received % Xferd Average Speed Time Time Time Current 11:51:00 Dload Upload Total Spent Left Speed 11:51:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53552 0 0 100 53552 0 43859 0:00:01 0:00:01 --:--:-- 43895 100 53590 100 38 100 53552 29 41837 0:00:01 0:00:01 --:--:-- 41867 11:51:02 {"code":403,"message":"Access Denied"} 11:51:02 [Pipeline] } 11:51:02 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 11:51:02 + git log --format=format:%s -1 f7483b2115c0bc3e87dc0caadd8ed2c7a64f6299 [Pipeline] sh 11:51:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:51:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:51:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:51:03 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:51:03 $ 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 11:51:03 $ docker top 109af8802bca17e21f98f05562c1487928461b36f19fa06d71093043f1b999a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:51:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:51:03 [ssh-agent] Looking for ssh-agent implementation... 11:51:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:51:04 $ docker exec 109af8802bca17e21f98f05562c1487928461b36f19fa06d71093043f1b999a1 ssh-agent 11:51:04 SSH_AUTH_SOCK=/tmp/ssh-tw8s28K6uVQM/agent.33 11:51:04 SSH_AGENT_PID=39 11:51:04 Running ssh-add (command line suppressed) 11:51:04 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15635711513908975319.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15635711513908975319.key) 11:51:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:51:04 + git semver tag 11:51:04 2023-01-18 11:51:04,712 [run_tag] DEBUG tag force:False 11:51:04 2023-01-18 11:51:04,712 [check_head_tag] DEBUG check head tag 11:51:04 2023-01-18 11:51:04,713 [execute] INFO git cat-file --batch-check 11:51:04 2023-01-18 11:51:04,713 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 11:51:04 2023-01-18 11:51:04,717 [execute] INFO git cat-file --batch 11:51:04 2023-01-18 11:51:04,717 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 11:51:04 2023-01-18 11:51:04,747 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:51:04 2023-01-18 11:51:04,747 [execute] INFO git tag -a v3.0.0-dev.11 -m v3.0.0-dev.11 11:51:04 2023-01-18 11:51:04,748 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.11', '-m', 'v3.0.0-dev.11'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 11:51:04 2023-01-18 11:51:04,752 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:51:04 3.0.0-dev.11 [Pipeline] } 11:51:04 $ docker exec --env ******** --env ******** 109af8802bca17e21f98f05562c1487928461b36f19fa06d71093043f1b999a1 ssh-agent -k 11:51:04 unset SSH_AUTH_SOCK; 11:51:04 unset SSH_AGENT_PID; 11:51:04 echo Agent pid 39 killed; 11:51:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:51:05 + git semver [Pipeline] } 11:51:05 $ docker stop --time=1 109af8802bca17e21f98f05562c1487928461b36f19fa06d71093043f1b999a1 11:51:06 $ docker rm -f --volumes 109af8802bca17e21f98f05562c1487928461b36f19fa06d71093043f1b999a1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:51:07 11:51:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:51:07 0.23.1-centos7: Pulling from edgex-lftools 11:51:07 ab5ef0e58194: Pulling fs layer 11:51:07 9712f1f96733: Pulling fs layer 11:51:07 63f879dbbcfc: Pulling fs layer 11:51:07 0d9ebad4ef96: Pulling fs layer 11:51:07 e9a5061849ea: Pulling fs layer 11:51:07 d747dcd14b5f: Pulling fs layer 11:51:07 2de7ff778b66: Pulling fs layer 11:51:07 0d9ebad4ef96: Waiting 11:51:07 e9a5061849ea: Waiting 11:51:07 d747dcd14b5f: Waiting 11:51:07 2de7ff778b66: Waiting 11:51:07 9712f1f96733: Verifying Checksum 11:51:07 9712f1f96733: Download complete 11:51:08 63f879dbbcfc: Verifying Checksum 11:51:08 63f879dbbcfc: Download complete 11:51:08 e9a5061849ea: Verifying Checksum 11:51:08 e9a5061849ea: Download complete 11:51:08 ab5ef0e58194: Verifying Checksum 11:51:08 ab5ef0e58194: Download complete 11:51:08 d747dcd14b5f: Verifying Checksum 11:51:08 d747dcd14b5f: Download complete 11:51:08 0d9ebad4ef96: Verifying Checksum 11:51:08 0d9ebad4ef96: Download complete 11:51:08 2de7ff778b66: Verifying Checksum 11:51:08 2de7ff778b66: Download complete 11:51:11 ab5ef0e58194: Pull complete 11:51:11 9712f1f96733: Pull complete 11:51:12 63f879dbbcfc: Pull complete 11:51:15 0d9ebad4ef96: Pull complete 11:51:15 e9a5061849ea: Pull complete 11:51:15 d747dcd14b5f: Pull complete 11:51:16 2de7ff778b66: Pull complete 11:51:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:51:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:51:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:51:16 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:51:16 $ 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 11:51:21 $ docker top 558f0a21ec699e8cbad465eaf6669cf52d084e0c8fb44e8f7ba0ee1b9ef729c2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:51:21 provisioning config files... 11:51:21 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17096844803360867285tmp 11:51:22 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config357852905513439126tmp 11:51:22 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11459457331530319948tmp [Pipeline] { [Pipeline] echo 11:51:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:51:22 ---> sigul-configuration.sh 11:51:22 gpg: directory `/root/.gnupg' created 11:51:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:51:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:51:22 gpg: keyring `/root/.gnupg/secring.gpg' created 11:51:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:51:22 gpg: CAST5 encrypted data 11:51:22 gpg: encrypted with 1 passphrase 11:51:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:51:22 + mkdir /home/jenkins 11:51:22 + mkdir /home/jenkins/sigul [Pipeline] sh 11:51:22 + 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 11:51:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:51:23 ---> sigul-install.sh 11:51:23 Sigul already installed; skipping installation. [Pipeline] sh 11:51:23 + git tag --list 11:51:23 0.7.1 11:51:23 delhi-tag 11:51:23 v1.0.0 11:51:23 v1.1.0 11:51:23 v1.1.1 11:51:23 v1.1.2 11:51:23 v1.2.0 11:51:23 v1.2.1 11:51:23 v1.2.2 11:51:23 v1.2.3 11:51:23 v1.3.0 11:51:23 v1.4.0 11:51:23 v2.0.0 11:51:23 v2.1.0 11:51:23 v2.1.1 11:51:23 v2.1.1-dev.2 11:51:23 v2.1.1-dev.3 11:51:23 v2.2.0 11:51:23 v2.2.1-dev.1 11:51:23 v2.2.1-dev.10 11:51:23 v2.2.1-dev.11 11:51:23 v2.2.1-dev.12 11:51:23 v2.2.1-dev.13 11:51:23 v2.2.1-dev.14 11:51:23 v2.2.1-dev.2 11:51:23 v2.2.1-dev.3 11:51:23 v2.2.1-dev.4 11:51:23 v2.2.1-dev.5 11:51:23 v2.2.1-dev.6 11:51:23 v2.2.1-dev.7 11:51:23 v2.2.1-dev.8 11:51:23 v2.2.1-dev.9 11:51:23 v2.3.0 11:51:23 v2.3.0-dev.14 11:51:23 v2.3.0-dev.15 11:51:23 v2.3.0-dev.16 11:51:23 v2.3.0-dev.17 11:51:23 v2.3.0-dev.18 11:51:23 v2.3.0-dev.19 11:51:23 v2.3.0-dev.20 11:51:23 v2.3.0-dev.21 11:51:23 v2.3.0-dev.22 11:51:23 v2.3.0-dev.23 11:51:23 v2.3.0-dev.24 11:51:23 v2.3.0-dev.25 11:51:23 v2.3.0-dev.26 11:51:23 v2.3.0-dev.27 11:51:23 v2.3.0-dev.28 11:51:23 v2.3.0-dev.29 11:51:23 v2.3.0-dev.30 11:51:23 v2.3.0-dev.31 11:51:23 v2.3.0-dev.32 11:51:23 v2.3.0-dev.33 11:51:23 v2.3.0-dev.34 11:51:23 v2.3.0-dev.35 11:51:23 v2.3.0-dev.36 11:51:23 v2.3.0-dev.37 11:51:23 v2.3.0-dev.38 11:51:23 v2.3.0-dev.39 11:51:23 v2.3.0-dev.40 11:51:23 v2.3.0-dev.41 11:51:23 v2.3.0-dev.42 11:51:23 v2.3.0-dev.43 11:51:23 v2.3.0-dev.44 11:51:23 v2.3.0-dev.45 11:51:23 v2.3.0-dev.46 11:51:23 v2.3.0-dev.47 11:51:23 v2.3.0-dev.48 11:51:23 v2.3.0-dev.49 11:51:23 v2.3.0-dev.50 11:51:23 v2.3.0-dev.51 11:51:23 v2.3.1-dev.1 11:51:23 v2.3.1-dev.2 11:51:23 v3.0.0-dev.1 11:51:23 v3.0.0-dev.10 11:51:23 v3.0.0-dev.11 11:51:23 v3.0.0-dev.2 11:51:23 v3.0.0-dev.3 11:51:23 v3.0.0-dev.4 11:51:23 v3.0.0-dev.5 11:51:23 v3.0.0-dev.6 11:51:23 v3.0.0-dev.7 11:51:23 v3.0.0-dev.8 11:51:23 v3.0.0-dev.9 [Pipeline] sh 11:51:23 + lftools sign git-tag v3.0.0-dev.11 11:51:24 Signing Git tag with Sigul... 11:51:24 Signing v3.0.0-dev.11 [Pipeline] echo 11:51:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:51:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:51:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:51:24 $ docker stop --time=1 558f0a21ec699e8cbad465eaf6669cf52d084e0c8fb44e8f7ba0ee1b9ef729c2 11:51:26 $ docker rm -f --volumes 558f0a21ec699e8cbad465eaf6669cf52d084e0c8fb44e8f7ba0ee1b9ef729c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:51:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:51:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:51:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:51:26 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:51:27 $ 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 11:51:27 $ docker top 3fe7712c77e0e96143f004d366af683cc39cc4922883e24c41c8e1be1da95aa5 -eo pid,comm 11:51:27 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). 11:51:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:51:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:51:27 [ssh-agent] Looking for ssh-agent implementation... 11:51:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:51:27 $ docker exec 3fe7712c77e0e96143f004d366af683cc39cc4922883e24c41c8e1be1da95aa5 ssh-agent 11:51:27 SSH_AUTH_SOCK=/tmp/ssh-PhEZzWagyfbt/agent.32 11:51:27 SSH_AGENT_PID=38 11:51:27 Running ssh-add (command line suppressed) 11:51:27 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16511934681940628264.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16511934681940628264.key) 11:51:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:51:28 + git semver bump pre 11:51:28 2023-01-18 11:51:28,228 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:51:28 2023-01-18 11:51:28,229 [bump_version] DEBUG bumping version:3.0.0-dev.11 on axis:pre with prefix:dev 11:51:28 2023-01-18 11:51:28,229 [bump_version] DEBUG bumped version:3.0.0-dev.12 11:51:28 2023-01-18 11:51:28,229 [write_version] DEBUG write version:3.0.0-dev.12 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 11:51:28 2023-01-18 11:51:28,229 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:51:28 2023-01-18 11:51:28,229 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:51:28 2023-01-18 11:51:28,231 [execute] INFO git cat-file --batch-check 11:51:28 2023-01-18 11:51:28,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:51:28 2023-01-18 11:51:28,236 [execute] INFO git cat-file --batch 11:51:28 2023-01-18 11:51:28,237 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:51:28 2023-01-18 11:51:28,242 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:51:28 3.0.0-dev.12 [Pipeline] } 11:51:28 $ docker exec --env ******** --env ******** 3fe7712c77e0e96143f004d366af683cc39cc4922883e24c41c8e1be1da95aa5 ssh-agent -k 11:51:28 unset SSH_AUTH_SOCK; 11:51:28 unset SSH_AGENT_PID; 11:51:28 echo Agent pid 38 killed; 11:51:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:51:28 + git semver [Pipeline] } 11:51:28 $ docker stop --time=1 3fe7712c77e0e96143f004d366af683cc39cc4922883e24c41c8e1be1da95aa5 11:51:30 $ docker rm -f --volumes 3fe7712c77e0e96143f004d366af683cc39cc4922883e24c41c8e1be1da95aa5 [Pipeline] // withDockerContainer [Pipeline] sh 11:51:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:51:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:51:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:51:30 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:51:31 $ 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 11:51:31 $ docker top f9a9134b33f51148b0fd6f7281f2e6e5c4a29e971f2f177d5499506a0e1f02c3 -eo pid,comm 11:51:31 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). 11:51:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:51:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:51:31 [ssh-agent] Looking for ssh-agent implementation... 11:51:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:51:31 $ docker exec f9a9134b33f51148b0fd6f7281f2e6e5c4a29e971f2f177d5499506a0e1f02c3 ssh-agent 11:51:31 SSH_AUTH_SOCK=/tmp/ssh-L3ee6SEzTB14/agent.31 11:51:31 SSH_AGENT_PID=37 11:51:31 Running ssh-add (command line suppressed) 11:51:31 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2198479776197133048.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2198479776197133048.key) 11:51:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:51:32 + git semver push 11:51:32 2023-01-18 11:51:32,246 [run_push] DEBUG push 11:51:32 2023-01-18 11:51:32,247 [execute] INFO git cat-file --batch-check 11:51:32 2023-01-18 11:51:32,247 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:51:32 2023-01-18 11:51:32,252 [execute] INFO git rev-list 6fd88825ccc103a156adc5412a7f64c0bc359294 -- 11:51:32 2023-01-18 11:51:32,252 [execute] DEBUG Popen(['git', 'rev-list', '6fd88825ccc103a156adc5412a7f64c0bc359294', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 11:51:32 2023-01-18 11:51:32,263 [execute] INFO git fetch -v origin 11:51:32 2023-01-18 11:51:32,263 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 11:51:32 2023-01-18 11:51:32,787 [run_push] DEBUG no remote changes detected 11:51:32 2023-01-18 11:51:32,787 [execute] INFO git push origin semver 11:51:32 2023-01-18 11:51:32,788 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 11:51:33 2023-01-18 11:51:33,646 [run_push] DEBUG push all version tags 11:51:33 2023-01-18 11:51:33,648 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:51:33 2023-01-18 11:51:33,648 [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) 11:51:34 2023-01-18 11:51:34,442 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 11:51:34 3.0.0-dev.12 [Pipeline] } 11:51:34 $ docker exec --env ******** --env ******** f9a9134b33f51148b0fd6f7281f2e6e5c4a29e971f2f177d5499506a0e1f02c3 ssh-agent -k 11:51:34 unset SSH_AUTH_SOCK; 11:51:34 unset SSH_AGENT_PID; 11:51:34 echo Agent pid 37 killed; 11:51:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:51:35 + git semver [Pipeline] } 11:51:35 $ docker stop --time=1 f9a9134b33f51148b0fd6f7281f2e6e5c4a29e971f2f177d5499506a0e1f02c3 11:51:36 $ docker rm -f --volumes f9a9134b33f51148b0fd6f7281f2e6e5c4a29e971f2f177d5499506a0e1f02c3 [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 11:51:37 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 11:51:37 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 11:51:37 total 16 11:51:37 drwxr-xr-x 3 root root 4096 Jan 18 11:41 . 11:51:37 drwxrwxr-x 12 jenkins jenkins 4096 Jan 18 11:51 .. 11:51:37 drwxr-xr-x 2 root root 4096 Jan 18 11:41 cost 11:51:37 -rw-r--r-- 1 root root 85 Jan 18 11:41 cost.csv 11:51:37 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 11:51:37 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 11:51:37 total 16 11:51:37 drwxr-xr-x 3 jenkins jenkins 4096 Jan 18 11:41 . 11:51:37 drwxrwxr-x 12 jenkins jenkins 4096 Jan 18 11:51 .. 11:51:37 drwxr-xr-x 2 jenkins jenkins 4096 Jan 18 11:41 cost 11:51:37 -rw-r--r-- 1 jenkins jenkins 85 Jan 18 11:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:51:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:51:38 ---> package-listing.sh 11:51:38 ++ facter osfamily 11:51:38 ++ tr '[:upper:]' '[:lower:]' 11:51:38 + OS_FAMILY=debian 11:51:38 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 11:51:38 + START_PACKAGES=/tmp/packages_start.txt 11:51:38 + END_PACKAGES=/tmp/packages_end.txt 11:51:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:51:38 + PACKAGES=/tmp/packages_start.txt 11:51:38 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 11:51:38 + PACKAGES=/tmp/packages_end.txt 11:51:38 + case "${OS_FAMILY}" in 11:51:38 + dpkg -l 11:51:38 + grep '^ii' 11:51:38 + '[' -f /tmp/packages_start.txt ']' 11:51:38 + '[' -f /tmp/packages_end.txt ']' 11:51:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:51:38 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 11:51:38 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 11:51:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 11:51:38 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 11:51:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:51:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:51:39 prd-ubuntu20.04-docker-8c-8g-2919 does not seem to be running inside a container 11:51:39 $ 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 11:51:40 $ docker top 0edf3ccabd0d8ee0de3393b5c1b2ee5a6c140b8f787d22f839f8715fd9afe2dc -eo pid,comm [Pipeline] { [Pipeline] sh 11:51:40 + touch /tmp/pre-build-complete [Pipeline] sh 11:51:40 + mkdir -p /var/log/sysstat [Pipeline] sh 11:51:40 + ls /var/log/sa-host 11:51:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:51:41 provisioning config files... 11:51:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4290083236828633061tmp [Pipeline] { [Pipeline] echo 11:51:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:51:41 ---> create-netrc.sh [Pipeline] } 11:51:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:51:41 ---> python-tools-install.sh [Pipeline] echo 11:51:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:51:42 ---> sudo-logs.sh 11:51:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:51:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:51:42 ---> job-cost.sh 11:51:42 lf-activate-venv: SKIPPING 11:51:42 DEBUG: total: 0.2199999988079071 11:51:42 INFO: Retrieving Stack Cost... 11:51:42 INFO: Retrieving Pricing Info for: v3-standard-8 11:51:43 INFO: Archiving Costs [Pipeline] echo 11:51:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:51:43 ---> logs-deploy.sh 11:51:43 lf-activate-venv: SKIPPING 11:51:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/141 11:51:43 INFO: archiving workspace using pattern(s): 11:51:44 Archives upload complete. 11:51:44 INFO: archiving logs to Nexus 11:51:45 ---> uname -a: 11:51:45 Linux prd-ubuntu20-04-docker-8c-8g-2919 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:51:45 11:51:45 11:51:45 ---> lscpu: 11:51:45 Architecture: x86_64 11:51:45 CPU op-mode(s): 32-bit, 64-bit 11:51:45 Byte Order: Little Endian 11:51:45 Address sizes: 40 bits physical, 48 bits virtual 11:51:45 CPU(s): 8 11:51:45 On-line CPU(s) list: 0-7 11:51:45 Thread(s) per core: 1 11:51:45 Core(s) per socket: 1 11:51:45 Socket(s): 8 11:51:45 NUMA node(s): 1 11:51:45 Vendor ID: AuthenticAMD 11:51:45 CPU family: 23 11:51:45 Model: 49 11:51:45 Model name: AMD EPYC-Rome Processor 11:51:45 Stepping: 0 11:51:45 CPU MHz: 2800.002 11:51:45 BogoMIPS: 5600.00 11:51:45 Virtualization: AMD-V 11:51:45 Hypervisor vendor: KVM 11:51:45 Virtualization type: full 11:51:45 L1d cache: 256 KiB 11:51:45 L1i cache: 256 KiB 11:51:45 L2 cache: 4 MiB 11:51:45 L3 cache: 128 MiB 11:51:45 NUMA node0 CPU(s): 0-7 11:51:45 Vulnerability Itlb multihit: Not affected 11:51:45 Vulnerability L1tf: Not affected 11:51:45 Vulnerability Mds: Not affected 11:51:45 Vulnerability Meltdown: Not affected 11:51:45 Vulnerability Mmio stale data: Not affected 11:51:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:51:45 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:51:45 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:51:45 Vulnerability Srbds: Not affected 11:51:45 Vulnerability Tsx async abort: Not affected 11:51:45 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 11:51:45 11:51:45 11:51:45 ---> nproc: 11:51:45 8 11:51:45 11:51:45 11:51:45 ---> df -h: 11:51:45 Filesystem Size Used Avail Use% Mounted on 11:51:45 overlay 155G 13G 143G 9% / 11:51:45 tmpfs 64M 0 64M 0% /dev 11:51:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:51:45 shm 64M 0 64M 0% /dev/shm 11:51:45 /dev/vda1 155G 13G 143G 9% /facter-os 11:51:45 11:51:45 11:51:45 ---> sar -b -r -n DEV: 11:51:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2919) 01/18/23 _x86_64_ (8 CPU) 11:51:45 11:51:45 11:38:41 LINUX RESTART (8 CPU) 11:51:45 11:51:45 11:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:51:45 11:40:01 201.40 41.44 159.96 0.00 4362.21 91178.67 0.00 11:51:45 11:41:01 84.30 0.22 84.09 0.00 15.06 31163.21 0.00 11:51:45 11:42:01 167.74 0.15 167.59 0.00 3.60 44673.89 0.00 11:51:45 11:43:01 2.35 0.00 2.35 0.00 0.00 26.55 0.00 11:51:45 11:44:01 29.45 9.27 20.18 0.00 2887.52 2537.84 0.00 11:51:45 11:45:01 28.21 1.33 26.88 0.00 2271.22 6349.74 0.00 11:51:45 11:46:01 5.40 1.60 3.80 0.00 36.39 94.12 0.00 11:51:45 11:47:01 1.97 0.00 1.97 0.00 0.00 21.06 0.00 11:51:45 11:48:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 11:51:45 11:49:01 1.85 0.00 1.85 0.00 0.00 20.93 0.00 11:51:45 11:50:01 1.47 0.00 1.47 0.00 0.00 16.00 0.00 11:51:45 11:51:01 50.71 0.23 50.47 0.00 11.73 36302.08 0.00 11:51:45 Average: 47.99 4.52 43.47 0.00 798.97 17699.38 0.00 11:51:45 11:51:45 11:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:51:45 11:40:01 28534700 31613004 701224 2.13 107800 3185552 1891764 5.58 1111784 2812976 93056 11:51:45 11:41:01 28090168 31593024 718628 2.19 146756 3538320 1897712 5.59 1177216 3157596 286352 11:51:45 11:42:01 27693956 31583528 723996 2.20 158484 3875920 1774620 5.23 1226116 3461180 324 11:51:45 11:43:01 27694364 31584024 723308 2.20 158524 3875924 1774620 5.23 1225832 3461188 8 11:51:45 11:44:01 27353136 31545692 745260 2.27 176120 4158476 1830620 5.40 1335832 3670368 97332 11:51:45 11:45:01 27177628 31570600 718800 2.19 192236 4330944 1841664 5.43 1540892 3627108 256 11:51:45 11:46:01 27177308 31567476 721844 2.20 190792 4328776 1810044 5.33 1546064 3624200 44 11:51:45 11:47:01 27178412 31568628 720640 2.19 190844 4328776 1810044 5.33 1544544 3624164 168 11:51:45 11:48:01 27178628 31568932 720552 2.19 190872 4328780 1810044 5.33 1544636 3624232 16 11:51:45 11:49:01 27179108 31569472 719972 2.19 190920 4328768 1810044 5.33 1544628 3624236 16 11:51:45 11:50:01 27178816 31569272 720112 2.19 190992 4328784 1810044 5.33 1544740 3624236 4 11:51:45 11:51:01 26379908 31544564 742936 2.26 208876 5032836 1798040 5.30 1622956 4289736 244 11:51:45 Average: 27401344 31573185 723106 2.20 175268 4136821 1821605 5.37 1413770 3550102 39818 11:51:45 11:51:45 11:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:51:45 11:40:01 lo 6.53 6.53 0.63 0.63 0.00 0.00 0.00 0.00 11:51:45 11:40:01 ens3 886.35 620.13 8397.39 108.69 0.00 0.00 0.00 0.00 11:51:45 11:40:01 docker0 172.34 234.11 14.21 1968.97 0.00 0.00 0.00 0.00 11:51:45 11:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:51:45 11:41:01 ens3 27.70 19.61 29.11 12.49 0.00 0.00 0.00 0.00 11:51:45 11:41:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:51:45 11:42:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 11:51:45 11:42:01 ens3 163.46 130.11 2668.97 116.11 0.00 0.00 0.00 0.00 11:51:45 11:42:01 docker0 3.27 7.10 0.20 81.08 0.00 0.00 0.00 0.00 11:51:45 11:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:51:45 11:43:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:51:45 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:44:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 11:51:45 11:44:01 ens3 91.48 52.57 1380.21 3.77 0.00 0.00 0.00 0.00 11:51:45 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:45:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 11:51:45 11:45:01 ens3 79.19 44.44 1374.42 3.26 0.00 0.00 0.00 0.00 11:51:45 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:46:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:51:45 11:46:01 ens3 8.52 6.45 12.18 5.92 0.00 0.00 0.00 0.00 11:51:45 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:51:45 11:47:01 ens3 1.38 1.10 4.96 0.09 0.00 0.00 0.00 0.00 11:51:45 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:48:01 ens3 0.38 0.27 0.25 0.20 0.00 0.00 0.00 0.00 11:51:45 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:51:45 11:49:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:51:45 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:50:01 ens3 0.37 0.08 0.08 0.06 0.00 0.00 0.00 0.00 11:51:45 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:51:45 11:51:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 11:51:45 11:51:01 ens3 205.07 136.64 4563.14 19.67 0.00 0.00 0.00 0.00 11:51:45 11:51:01 docker0 39.39 46.98 3.19 582.63 0.00 0.00 0.00 0.00 11:51:45 Average: lo 0.97 0.97 0.09 0.09 0.00 0.00 0.00 0.00 11:51:45 Average: ens3 122.01 84.30 1535.87 22.52 0.00 0.00 0.00 0.00 11:51:45 Average: docker0 17.92 24.02 1.47 219.39 0.00 0.00 0.00 0.00 11:51:45 11:51:45 11:51:45 ---> sar -P ALL: 11:51:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2919) 01/18/23 _x86_64_ (8 CPU) 11:51:45 11:51:45 11:38:41 LINUX RESTART (8 CPU) 11:51:45 11:51:45 11:39:01 CPU %user %nice %system %iowait %steal %idle 11:51:45 11:40:01 all 11.54 0.00 4.11 3.10 0.07 81.18 11:51:45 11:40:01 0 10.98 0.00 4.05 1.55 0.07 83.34 11:51:45 11:40:01 1 13.91 0.00 3.51 1.23 0.07 81.29 11:51:45 11:40:01 2 11.95 0.00 3.63 0.46 0.07 83.90 11:51:45 11:40:01 3 11.83 0.00 4.11 1.44 0.08 82.55 11:51:45 11:40:01 4 11.14 0.00 3.62 0.71 0.05 84.48 11:51:45 11:40:01 5 9.11 0.00 6.02 13.60 0.07 71.20 11:51:45 11:40:01 6 10.92 0.00 3.57 2.28 0.07 83.16 11:51:45 11:40:01 7 12.47 0.00 4.40 3.58 0.09 79.46 11:51:45 11:41:01 all 37.94 0.00 5.68 1.97 0.11 54.30 11:51:45 11:41:01 0 38.07 0.00 5.64 1.32 0.12 54.85 11:51:45 11:41:01 1 37.24 0.00 5.79 2.15 0.10 54.71 11:51:45 11:41:01 2 37.89 0.00 6.25 1.47 0.10 54.28 11:51:45 11:41:01 3 37.46 0.00 5.63 1.97 0.12 54.82 11:51:45 11:41:01 4 37.79 0.00 4.87 0.76 0.10 56.48 11:51:45 11:41:01 5 38.56 0.00 6.06 7.55 0.10 47.73 11:51:45 11:41:01 6 37.56 0.00 5.02 0.49 0.10 56.83 11:51:45 11:41:01 7 38.97 0.00 6.16 0.10 0.10 54.66 11:51:45 11:42:01 all 17.63 0.00 3.80 3.41 0.08 75.07 11:51:45 11:42:01 0 18.18 0.00 3.33 4.68 0.07 73.74 11:51:45 11:42:01 1 17.68 0.00 3.88 0.59 0.05 77.80 11:51:45 11:42:01 2 18.34 0.00 4.10 2.52 0.07 74.97 11:51:45 11:42:01 3 17.23 0.00 3.48 1.02 0.07 78.21 11:51:45 11:42:01 4 17.46 0.00 4.38 7.67 0.07 70.42 11:51:45 11:42:01 5 18.22 0.00 3.78 0.10 0.07 77.83 11:51:45 11:42:01 6 16.77 0.00 3.83 10.63 0.07 68.71 11:51:45 11:42:01 7 17.19 0.00 3.64 0.10 0.19 78.88 11:51:45 11:43:01 all 0.05 0.00 0.02 0.01 0.00 99.91 11:51:45 11:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:51:45 11:43:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:51:45 11:43:01 2 0.30 0.00 0.00 0.03 0.00 99.67 11:51:45 11:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:51:45 11:43:01 4 0.00 0.00 0.02 0.05 0.00 99.93 11:51:45 11:43:01 5 0.08 0.00 0.03 0.00 0.00 99.88 11:51:45 11:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:51:45 11:43:01 7 0.02 0.00 0.03 0.02 0.00 99.93 11:51:45 11:44:01 all 1.07 0.00 0.74 0.42 0.02 97.75 11:51:45 11:44:01 0 0.72 0.00 0.37 0.15 0.02 98.75 11:51:45 11:44:01 1 1.05 0.00 0.33 0.10 0.00 98.51 11:51:45 11:44:01 2 0.90 0.00 0.39 1.63 0.02 97.07 11:51:45 11:44:01 3 0.88 0.00 0.87 0.45 0.02 97.78 11:51:45 11:44:01 4 1.05 0.00 0.37 0.08 0.00 98.50 11:51:45 11:44:01 5 1.25 0.00 0.67 0.85 0.02 97.22 11:51:45 11:44:01 6 1.53 0.00 0.57 0.03 0.02 97.85 11:51:45 11:44:01 7 1.20 0.00 2.36 0.08 0.05 96.30 11:51:45 11:45:01 all 1.47 0.00 0.78 0.28 0.01 97.45 11:51:45 11:45:01 0 1.23 0.00 0.53 0.05 0.00 98.18 11:51:45 11:45:01 1 2.22 0.00 0.51 0.03 0.02 97.22 11:51:45 11:45:01 2 1.87 0.00 0.94 1.44 0.02 95.74 11:51:45 11:45:01 3 1.02 0.00 0.92 0.23 0.02 97.81 11:51:45 11:45:01 4 1.17 0.00 0.38 0.03 0.02 98.40 11:51:45 11:45:01 5 1.82 0.00 1.58 0.08 0.00 96.52 11:51:45 11:45:01 6 1.43 0.00 0.95 0.30 0.03 97.29 11:51:45 11:45:01 7 0.98 0.00 0.43 0.10 0.02 98.46 11:51:45 11:46:01 all 0.37 0.00 0.07 0.02 0.01 99.53 11:51:45 11:46:01 0 0.40 0.00 0.10 0.03 0.02 99.45 11:51:45 11:46:01 1 0.28 0.00 0.10 0.03 0.02 99.57 11:51:45 11:46:01 2 0.13 0.00 0.05 0.05 0.02 99.75 11:51:45 11:46:01 3 0.13 0.00 0.07 0.00 0.00 99.80 11:51:45 11:46:01 4 0.83 0.00 0.05 0.00 0.00 99.12 11:51:45 11:46:01 5 0.32 0.00 0.03 0.00 0.00 99.65 11:51:45 11:46:01 6 0.73 0.00 0.12 0.00 0.00 99.15 11:51:45 11:46:01 7 0.12 0.00 0.07 0.02 0.02 99.78 11:51:45 11:47:01 all 0.06 0.00 0.01 0.01 0.00 99.92 11:51:45 11:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:51:45 11:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:51:45 11:47:01 2 0.02 0.00 0.03 0.03 0.00 99.92 11:51:45 11:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:51:45 11:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:51:45 11:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:51:45 11:47:01 6 0.33 0.00 0.02 0.02 0.00 99.63 11:51:45 11:47:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:51:45 11:48:01 all 0.24 0.00 0.01 0.01 0.00 99.74 11:51:45 11:48:01 0 0.05 0.00 0.02 0.00 0.00 99.93 11:51:45 11:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:51:45 11:48:01 2 0.07 0.00 0.03 0.03 0.02 99.85 11:51:45 11:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:51:45 11:48:01 4 0.10 0.00 0.00 0.00 0.00 99.90 11:51:45 11:48:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:51:45 11:48:01 6 1.55 0.00 0.00 0.00 0.00 98.45 11:51:45 11:48:01 7 0.03 0.00 0.00 0.02 0.00 99.95 11:51:45 11:49:01 all 0.04 0.00 0.01 0.02 0.00 99.93 11:51:45 11:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:51:45 11:49:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:51:45 11:49:01 2 0.05 0.00 0.02 0.10 0.02 99.82 11:51:45 11:49:01 3 0.02 0.00 0.00 0.02 0.00 99.97 11:51:45 11:49:01 4 0.13 0.00 0.02 0.00 0.00 99.85 11:51:45 11:49:01 5 0.05 0.00 0.03 0.00 0.00 99.92 11:51:45 11:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 11:51:45 11:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:51:45 11:50:01 all 0.06 0.00 0.01 0.01 0.00 99.91 11:51:45 11:50:01 0 0.05 0.00 0.02 0.00 0.00 99.93 11:51:45 11:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:51:45 11:50:01 2 0.02 0.00 0.02 0.12 0.00 99.85 11:51:45 11:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:51:45 11:50:01 4 0.27 0.00 0.02 0.00 0.02 99.70 11:51:45 11:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:51:45 11:50:01 6 0.12 0.00 0.00 0.00 0.02 99.87 11:51:45 11:50:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:51:45 11:51:45 11:50:01 CPU %user %nice %system %iowait %steal %idle 11:51:45 11:51:01 all 4.43 0.00 1.73 1.86 0.03 91.95 11:51:45 11:51:01 0 5.04 0.00 1.54 0.02 0.03 93.38 11:51:45 11:51:01 1 4.32 0.00 1.76 0.05 0.03 93.84 11:51:45 11:51:01 2 5.51 0.00 2.19 2.53 0.03 89.73 11:51:45 11:51:01 3 3.63 0.00 1.54 0.32 0.03 94.48 11:51:45 11:51:01 4 3.77 0.00 1.49 0.00 0.03 94.71 11:51:45 11:51:01 5 4.08 0.00 1.34 0.84 0.03 93.72 11:51:45 11:51:01 6 5.76 0.00 1.39 0.03 0.02 92.80 11:51:45 11:51:01 7 3.29 0.00 2.61 11.19 0.05 82.86 11:51:45 Average: all 6.20 0.00 1.41 0.92 0.03 91.45 11:51:45 Average: 0 6.18 0.00 1.29 0.65 0.03 91.85 11:51:45 Average: 1 6.37 0.00 1.32 0.35 0.03 91.94 11:51:45 Average: 2 6.38 0.00 1.46 0.86 0.03 91.27 11:51:45 Average: 3 5.98 0.00 1.38 0.45 0.03 92.16 11:51:45 Average: 4 6.10 0.00 1.26 0.77 0.02 91.85 11:51:45 Average: 5 6.07 0.00 1.62 1.90 0.03 90.39 11:51:45 Average: 6 6.34 0.00 1.28 1.14 0.03 91.21 11:51:45 Average: 7 6.15 0.00 1.63 1.26 0.04 90.92 11:51:45 11:51:45 11:51:45