Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 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-ssh3604406285870529557.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh7213568248698577203.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh9830188175628112929.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh3492482794480747802.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh13241472854689665190.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22572 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 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 (main) > 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 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 # timeout=10 Commit message: "Merge pull request #1207 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13" > git rev-list --no-walk aebae1d3030d171e36a27ba4f472c47eca2add51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:19:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:19:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:19:39 ========================================================= 04:19:39 EdgeX Global Pipelines Version Info 04:19:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:19:40 ------------------- 04:19:40 stable info: 04:19:40 ------------------- 04:19:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:19:40 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 04:19:40 Message: update stable to v1.0.238 04:19:40 ------------------- 04:19:40 experimental info: 04:19:40 ------------------- 04:19:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:19:40 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 04:19:40 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8440b6e [Pipeline] echo 04:19:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:19:41 provisioning config files... 04:19:41 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3244430305768511112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:41 ---> docker-login.sh 04:19:41 nexus3.edgexfoundry.org:10001 04:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:42 Configure a credential helper to remove this warning. See 04:19:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:42 04:19:42 Login Succeeded 04:19:42 nexus3.edgexfoundry.org:10002 04:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:42 Configure a credential helper to remove this warning. See 04:19:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:42 04:19:42 Login Succeeded 04:19:42 nexus3.edgexfoundry.org:10003 04:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:42 Configure a credential helper to remove this warning. See 04:19:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:42 04:19:42 Login Succeeded 04:19:42 nexus3.edgexfoundry.org:10004 04:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:42 Configure a credential helper to remove this warning. See 04:19:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:42 04:19:42 Login Succeeded 04:19:42 docker.io 04:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:42 Configure a credential helper to remove this warning. See 04:19:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:42 04:19:42 Login Succeeded 04:19:42 ---> docker-login.sh ends [Pipeline] } 04:19:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:19:43 + git rev-list -1 --merges 8440b6e6a0b4fbc11eae3accc59dfe046b726d13~1..8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo 04:19:43 -----------> git rev-list -1 --merges 8440b6e6a0b4fbc11eae3accc59dfe046b726d13~1..8440b6e6a0b4fbc11eae3accc59dfe046b726d13 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 04:19:43 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [false] [Pipeline] sh 04:19:43 + git log --format=format:%s -1 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo 04:19:43 ========================================================= 04:19:43 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:19:43 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:19:43 + git log --format=format:%s -1 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo 04:19:43 [semverPrep] GIT_COMMIT: 8440b6e6a0b4fbc11eae3accc59dfe046b726d13, Commit Message: Merge pull request #1207 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13 [Pipeline] echo 04:19:43 [semverPrep] This is not a build commit. [Pipeline] sh 04:19:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:19:44 + grep -v github /etc/ssh/ssh_known_hosts 04:19:44 + [ -e /tmp/ssh_known_hosts ] 04:19:44 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:19:44 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:19:44 sudo tee -a /etc/ssh/ssh_known_hosts 04:19:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:19:44 04:19:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:19:45 0.1.4: Pulling from edgex-devops/py-git-semver 04:19:45 b85a868b505f: Pulling fs layer 04:19:45 e2be974225ed: Pulling fs layer 04:19:45 339a4e72a1f5: Pulling fs layer 04:19:45 988bab9f4d93: Pulling fs layer 04:19:45 1469e6f7b9e6: Pulling fs layer 04:19:45 eaf3925da568: Pulling fs layer 04:19:45 bab4dde63d76: Pulling fs layer 04:19:45 bde34c3a00c8: Pulling fs layer 04:19:45 b352a97aabf1: Pulling fs layer 04:19:45 4872d77fe225: Pulling fs layer 04:19:45 5851b861e8e6: Pulling fs layer 04:19:45 988bab9f4d93: Waiting 04:19:45 1469e6f7b9e6: Waiting 04:19:45 eaf3925da568: Waiting 04:19:45 b352a97aabf1: Waiting 04:19:45 bab4dde63d76: Waiting 04:19:45 5851b861e8e6: Waiting 04:19:45 4872d77fe225: Waiting 04:19:45 bde34c3a00c8: Waiting 04:19:45 e2be974225ed: Verifying Checksum 04:19:45 e2be974225ed: Download complete 04:19:45 988bab9f4d93: Download complete 04:19:45 1469e6f7b9e6: Verifying Checksum 04:19:45 1469e6f7b9e6: Download complete 04:19:45 eaf3925da568: Verifying Checksum 04:19:45 eaf3925da568: Download complete 04:19:45 339a4e72a1f5: Verifying Checksum 04:19:45 339a4e72a1f5: Download complete 04:19:45 bde34c3a00c8: Download complete 04:19:45 b352a97aabf1: Verifying Checksum 04:19:45 b352a97aabf1: Download complete 04:19:45 4872d77fe225: Verifying Checksum 04:19:45 4872d77fe225: Download complete 04:19:45 5851b861e8e6: Verifying Checksum 04:19:45 5851b861e8e6: Download complete 04:19:45 b85a868b505f: Verifying Checksum 04:19:45 b85a868b505f: Download complete 04:19:45 bab4dde63d76: Verifying Checksum 04:19:45 bab4dde63d76: Download complete 04:19:46 b85a868b505f: Pull complete 04:19:46 e2be974225ed: Pull complete 04:19:47 339a4e72a1f5: Pull complete 04:19:47 988bab9f4d93: Pull complete 04:19:47 1469e6f7b9e6: Pull complete 04:19:47 eaf3925da568: Pull complete 04:19:49 bab4dde63d76: Pull complete 04:19:49 bde34c3a00c8: Pull complete 04:19:49 b352a97aabf1: Pull complete 04:19:49 4872d77fe225: Pull complete 04:19:49 5851b861e8e6: Pull complete 04:19:49 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:19:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:19:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:19:49 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:19:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:19:51 $ docker top 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 -eo pid,comm 04:19:51 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). 04:19:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:19:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:19:51 [ssh-agent] Looking for ssh-agent implementation... 04:19:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:19:51 $ docker exec 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent 04:19:51 SSH_AUTH_SOCK=/tmp/ssh-zO3NnWaBUpEg/agent.33 04:19:51 SSH_AGENT_PID=40 04:19:51 Running ssh-add (command line suppressed) 04:19:51 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1116338228862791804.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1116338228862791804.key) 04:19:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:19:52 + git tag --points-at HEAD [Pipeline] } 04:19:52 $ docker exec --env ******** --env ******** 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent -k 04:19:52 unset SSH_AUTH_SOCK; 04:19:52 unset SSH_AGENT_PID; 04:19:52 echo Agent pid 40 killed; 04:19:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:19:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:19:52 [ssh-agent] Looking for ssh-agent implementation... 04:19:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:19:52 $ docker exec 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent 04:19:52 SSH_AUTH_SOCK=/tmp/ssh-U8VsmjEEby8i/agent.72 04:19:52 SSH_AGENT_PID=78 04:19:52 Running ssh-add (command line suppressed) 04:19:52 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1540396277767074362.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1540396277767074362.key) 04:19:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:19:52 + git semver init 04:19:53 2022-08-12 04:19:53,152 [run_init] DEBUG init version:0.0.0 force:False 04:19:53 2022-08-12 04:19:53,154 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver 04:19:53 2022-08-12 04:19:53,154 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver 04:19:53 2022-08-12 04:19:53,155 [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) 04:19:54 2022-08-12 04:19:53,984 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude 04:19:54 2022-08-12 04:19:53,984 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False 04:19:54 2022-08-12 04:19:53,984 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:19:54 2022-08-12 04:19:53,985 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:19:54 2.3.0-dev.19 [Pipeline] } 04:19:54 $ docker exec --env ******** --env ******** 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent -k 04:19:54 unset SSH_AUTH_SOCK; 04:19:54 unset SSH_AGENT_PID; 04:19:54 echo Agent pid 78 killed; 04:19:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:19:54 + git semver [Pipeline] } 04:19:54 $ docker stop --time=1 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 04:19:56 $ docker rm -f 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 [Pipeline] // withDockerContainer [Pipeline] sh 04:19:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:19:56 Stashed 1 file(s) [Pipeline] echo 04:19:56 [edgeXSemver]: initialized semver on version 2.3.0-dev.19 [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 04:19:56 provisioning config files... 04:19:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7206773597033366211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:57 ---> docker-login.sh 04:19:57 nexus3.edgexfoundry.org:10001 04:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:57 Configure a credential helper to remove this warning. See 04:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:57 04:19:57 Login Succeeded 04:19:57 nexus3.edgexfoundry.org:10002 04:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:57 Configure a credential helper to remove this warning. See 04:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:57 04:19:57 Login Succeeded 04:19:57 nexus3.edgexfoundry.org:10003 04:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:57 Configure a credential helper to remove this warning. See 04:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:57 04:19:57 Login Succeeded 04:19:57 nexus3.edgexfoundry.org:10004 04:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:57 Configure a credential helper to remove this warning. See 04:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:57 04:19:57 Login Succeeded 04:19:57 docker.io 04:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:58 Configure a credential helper to remove this warning. See 04:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:58 04:19:58 Login Succeeded 04:19:58 ---> docker-login.sh ends [Pipeline] } 04:19:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:19:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:19:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:19:58 ========================================================= 04:19:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:19:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:58 + 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 . 04:19:58 Sending build context to Docker daemon 9.774MB 04:19:58 Step 1/11 : ARG BASE=golang:1.18-alpine3.16 04:19:58 Step 2/11 : FROM ${BASE} AS builder 04:19:58 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:19:58 2408cc74d12b: Pulling fs layer 04:19:58 ea60b727a1ce: Pulling fs layer 04:19:58 30c4a7721957: Pulling fs layer 04:19:58 370296b7ddb6: Pulling fs layer 04:19:58 7c6cee850709: Pulling fs layer 04:19:58 39a5fcdaea64: Pulling fs layer 04:19:58 d94ebbe4e438: Pulling fs layer 04:19:58 bcfd1f05c69d: Pulling fs layer 04:19:58 59ccb84bbe0f: Pulling fs layer 04:19:58 370296b7ddb6: Waiting 04:19:58 7c6cee850709: Waiting 04:19:58 39a5fcdaea64: Waiting 04:19:58 59ccb84bbe0f: Waiting 04:19:58 d94ebbe4e438: Waiting 04:19:58 bcfd1f05c69d: Waiting 04:19:58 30c4a7721957: Verifying Checksum 04:19:58 30c4a7721957: Download complete 04:19:58 ea60b727a1ce: Verifying Checksum 04:19:58 ea60b727a1ce: Download complete 04:19:58 7c6cee850709: Download complete 04:19:58 39a5fcdaea64: Verifying Checksum 04:19:58 39a5fcdaea64: Download complete 04:19:58 2408cc74d12b: Verifying Checksum 04:19:58 2408cc74d12b: Download complete 04:19:58 d94ebbe4e438: Verifying Checksum 04:19:58 d94ebbe4e438: Download complete 04:19:58 2408cc74d12b: Pull complete 04:19:58 ea60b727a1ce: Pull complete 04:19:58 30c4a7721957: Pull complete 04:19:59 59ccb84bbe0f: Verifying Checksum 04:19:59 59ccb84bbe0f: Download complete 04:19:59 bcfd1f05c69d: Verifying Checksum 04:19:59 bcfd1f05c69d: Download complete 04:19:59 370296b7ddb6: Verifying Checksum 04:19:59 370296b7ddb6: Download complete 04:20:03 370296b7ddb6: Pull complete 04:20:03 7c6cee850709: Pull complete 04:20:03 39a5fcdaea64: Pull complete 04:20:03 d94ebbe4e438: Pull complete 04:20:05 bcfd1f05c69d: Pull complete 04:20:05 59ccb84bbe0f: Pull complete 04:20:05 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 04:20:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:20:05 ---> a4fb48ad2a94 04:20:05 Step 3/11 : ARG MAKE=make build 04:20:07 ---> Running in 264b78d91352 04:20:07 Removing intermediate container 264b78d91352 04:20:07 ---> 82caeb20053f 04:20:07 Step 4/11 : WORKDIR /device-sdk-go 04:20:07 ---> Running in 3422c918f466 04:20:07 Removing intermediate container 3422c918f466 04:20:07 ---> 74d34e889124 04:20:07 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:20:07 ---> Running in 8d9017eea654 04:20:07 Removing intermediate container 8d9017eea654 04:20:07 ---> 8600408c6d39 04:20:07 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:07 ---> Running in 0f77d3d54ad0 04:20:08 Removing intermediate container 0f77d3d54ad0 04:20:08 ---> 42d61abb1b93 04:20:08 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:20:08 ---> Running in 1810c0638620 04:20:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:20:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:20:09 OK: 211 MiB in 51 packages 04:20:10 Removing intermediate container 1810c0638620 04:20:10 ---> af33ad6c883a 04:20:10 Step 8/11 : COPY go.mod vendor* ./ 04:20:10 ---> 86e76093411c 04:20:10 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:10 ---> Running in d08b00ef0e08 04:20:11 Still waiting to schedule task 04:20:11 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:20:25 Removing intermediate container d08b00ef0e08 04:20:25 ---> 761852e049dd 04:20:25 Step 10/11 : COPY . . 04:20:25 ---> 0267c3d55dce 04:20:25 Step 11/11 : RUN ${MAKE} 04:20:25 ---> Running in 128f4befebb4 04:20:25 noop 04:20:25 Removing intermediate container 128f4befebb4 04:20:25 ---> 5b78c3cc669d 04:20:25 Successfully built 5b78c3cc669d 04:20:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:25 + docker inspect -f . ci-base-image-x86_64 04:20:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:25 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:20:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:20:26 $ docker top 69b5efb32b476c4ae173418808ca0df0ca79b99074faa69d397ca98db22e07ec -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:26 + go version 04:20:26 go version go1.18.3 linux/amd64 [Pipeline] } 04:20:26 $ docker stop --time=1 69b5efb32b476c4ae173418808ca0df0ca79b99074faa69d397ca98db22e07ec 04:20:27 $ docker rm -f 69b5efb32b476c4ae173418808ca0df0ca79b99074faa69d397ca98db22e07ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:28 + docker inspect -f . ci-base-image-x86_64 04:20:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:28 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:20:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:20:28 $ docker top 65a0fe1008953787af086dadeb04468782d6d25f4eb2215e851a06d6788cab80 -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:29 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh 04:20:29 + make test 04:20:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:20:36 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:20:48 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:20:48 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:20:48 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.068s coverage: 23.6% of statements 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.069s coverage: 27.6% of statements 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.076s coverage: 78.9% of statements 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.070s coverage: 10.8% of statements 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.084s coverage: 60.0% of statements 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.092s coverage: 34.8% of statements 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.087s coverage: 85.4% of statements 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.091s coverage: 65.1% of statements 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.724s coverage: 89.2% of statements 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:20:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.060s coverage: 4.7% of statements 04:20:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:21:04 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." 04:21:04 GO111MODULE=on go vet ./... 04:21:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:21:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:21:07 ./bin/test-attribution-txt.sh 04:21:07 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 04:21:07 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 04:21:07 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 04:21:07 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:21:07 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:21:07 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 04:21:07 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 04:21:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:21:07 $ docker stop --time=1 65a0fe1008953787af086dadeb04468782d6d25f4eb2215e851a06d6788cab80 04:21:10 $ docker rm -f 65a0fe1008953787af086dadeb04468782d6d25f4eb2215e851a06d6788cab80 [Pipeline] // withDockerContainer [Pipeline] sh 04:21:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:21:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:21:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:21:11 + ls -al . 04:21:11 total 304 04:21:11 drwxrwxr-x 11 jenkins jenkins 4096 Aug 12 04:20 . 04:21:11 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:19 .. 04:21:11 -rw-rw-r-- 1 jenkins jenkins 140 Aug 12 04:19 .dockerignore 04:21:11 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 04:20 .git 04:21:11 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:19 .github 04:21:11 -rw-rw-r-- 1 jenkins jenkins 131 Aug 12 04:19 .gitignore 04:21:11 -rw-rw-r-- 1 jenkins jenkins 42 Aug 12 04:19 .golangci.yml 04:21:11 drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 04:19 .semver 04:21:11 -rw-rw-r-- 1 jenkins jenkins 29536 Aug 12 04:19 CHANGELOG.md 04:21:11 -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 04:19 GOVERNANCE.md 04:21:11 -rw-rw-r-- 1 jenkins jenkins 880 Aug 12 04:19 Jenkinsfile 04:21:11 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 12 04:19 LICENSE 04:21:11 -rw-rw-r-- 1 jenkins jenkins 2002 Aug 12 04:19 Makefile 04:21:11 -rw-rw-r-- 1 jenkins jenkins 619 Aug 12 04:19 OWNERS.md 04:21:11 -rw-rw-r-- 1 jenkins jenkins 4881 Aug 12 04:19 README.md 04:21:11 -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 04:19 VERSION 04:21:11 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:19 bin 04:21:11 -rw-r--r-- 1 jenkins jenkins 131679 Aug 12 04:20 coverage.out 04:21:11 drwxrwxr-x 5 jenkins jenkins 4096 Aug 12 04:19 example 04:21:11 -rw-rw-r-- 1 jenkins jenkins 3553 Aug 12 04:19 go.mod 04:21:11 -rw-rw-r-- 1 jenkins jenkins 36743 Aug 12 04:19 go.sum 04:21:11 drwxrwxr-x 15 jenkins jenkins 4096 Aug 12 04:19 internal 04:21:11 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 04:19 openapi 04:21:11 drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 04:19 pkg 04:21:11 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:19 snap 04:21:11 -rw-rw-r-- 1 jenkins jenkins 222 Aug 12 04:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:11 + 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=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 --label arch=amd64 --label version=2.3.0-dev.19 . 04:21:11 Sending build context to Docker daemon 9.907MB 04:21:11 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:21:11 Step 2/25 : FROM ${BASE} AS builder 04:21:11 ---> 5b78c3cc669d 04:21:11 Step 3/25 : ARG MAKE=make build 04:21:11 ---> Running in 33cceda72b7e 04:21:12 Removing intermediate container 33cceda72b7e 04:21:12 ---> 2573e91a1778 04:21:12 Step 4/25 : WORKDIR /device-sdk-go 04:21:12 ---> Running in cf63b9eed552 04:21:12 Removing intermediate container cf63b9eed552 04:21:12 ---> e715c17441ff 04:21:12 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:21:12 ---> Running in 7ee185f08907 04:21:12 Removing intermediate container 7ee185f08907 04:21:12 ---> 46799534b650 04:21:12 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:12 ---> Running in d6b7f3b3f8d7 04:21:12 Removing intermediate container d6b7f3b3f8d7 04:21:12 ---> 57efb661025e 04:21:12 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:21:12 ---> Running in faacff90ca72 04:21:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:21:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:21:14 OK: 211 MiB in 51 packages 04:21:14 Removing intermediate container faacff90ca72 04:21:14 ---> 068f0f61f36a 04:21:14 Step 8/25 : COPY go.mod vendor* ./ 04:21:14 ---> 7b885d20627b 04:21:14 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:21:14 ---> Running in 8f52f8b385de 04:21:15 Removing intermediate container 8f52f8b385de 04:21:15 ---> c4c5e4bf38f0 04:21:15 Step 10/25 : COPY . . 04:21:15 ---> 94e7520cd63b 04:21:15 Step 11/25 : RUN ${MAKE} 04:21:15 ---> Running in 234236f87892 04:21:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:21:31 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:21:34 Removing intermediate container 234236f87892 04:21:34 ---> f7c3d390b5e7 04:21:34 Step 12/25 : FROM alpine:3.16 04:21:35 3.16: Pulling from library/alpine 04:21:35 213ec9aee27d: Pulling fs layer 04:21:35 213ec9aee27d: Verifying Checksum 04:21:35 213ec9aee27d: Download complete 04:21:35 213ec9aee27d: Pull complete 04:21:35 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:21:35 Status: Downloaded newer image for alpine:3.16 04:21:35 ---> 9c6f07244728 04:21:35 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:21:35 ---> Running in 5203b7805428 04:21:35 Removing intermediate container 5203b7805428 04:21:35 ---> 9a96ec7c537d 04:21:35 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:36 ---> Running in bc0d5736daa1 04:21:36 Removing intermediate container bc0d5736daa1 04:21:36 ---> 56196d41b921 04:21:36 Step 15/25 : RUN apk add --update --no-cache zeromq 04:21:36 ---> Running in 82947f71897d 04:21:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:21:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:21:38 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:21:38 (2/5) Installing libsodium (1.0.18-r0) 04:21:38 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:21:38 (4/5) Installing libzmq (4.3.4-r0) 04:21:38 (5/5) Installing zeromq (4.3.4-r0) 04:21:38 Executing busybox-1.35.0-r17.trigger 04:21:38 OK: 8 MiB in 19 packages 04:21:39 Removing intermediate container 82947f71897d 04:21:39 ---> 82fb249e7532 04:21:39 Step 16/25 : WORKDIR / 04:21:39 ---> Running in 7bd3cc123204 04:21:39 Removing intermediate container 7bd3cc123204 04:21:39 ---> df59e0b4b2e4 04:21:39 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:21:39 ---> 395763fc5d13 04:21:39 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:21:40 ---> 65907ccb60b0 04:21:40 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:21:40 ---> 30e109cd3994 04:21:40 Step 20/25 : EXPOSE 59999 04:21:40 ---> Running in be068a2b8242 04:21:40 Removing intermediate container be068a2b8242 04:21:40 ---> 4dac10792170 04:21:40 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:21:40 ---> Running in fce1e389407e 04:21:40 Removing intermediate container fce1e389407e 04:21:40 ---> 7b8555fe4ed9 04:21:40 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:21:40 ---> Running in 61d5745ced2d 04:21:40 Removing intermediate container 61d5745ced2d 04:21:40 ---> 0e0eeb30f512 04:21:40 Step 23/25 : LABEL arch=amd64 04:21:40 ---> Running in 99d207bf8539 04:21:40 Removing intermediate container 99d207bf8539 04:21:40 ---> b76eaca4bd3b 04:21:40 Step 24/25 : LABEL git_sha=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 04:21:40 ---> Running in 1b6c2c1ca5cf 04:21:40 Removing intermediate container 1b6c2c1ca5cf 04:21:40 ---> 14bd3c8dc543 04:21:40 Step 25/25 : LABEL version=2.3.0-dev.19 04:21:40 ---> Running in e2da115b11bd 04:21:41 Removing intermediate container e2da115b11bd 04:21:41 ---> 8f28744bfb9d 04:21:41 [Warning] One or more build-args [ARCH] were not consumed 04:21:41 Successfully built 8f28744bfb9d 04:21:41 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 04:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:41 04:21:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:41 latest: Pulling from edgex-lftools-log-publisher 04:21:41 5eb5b503b376: Pulling fs layer 04:21:41 5c69ac0246d0: Pulling fs layer 04:21:41 ec43610c2a17: Pulling fs layer 04:21:41 3a2ae6a8a46f: Pulling fs layer 04:21:41 33b1e0a273af: Pulling fs layer 04:21:41 5d3b04190fa2: Pulling fs layer 04:21:41 2f39f015ded8: Pulling fs layer 04:21:41 5d3b04190fa2: Waiting 04:21:41 33b1e0a273af: Waiting 04:21:41 2f39f015ded8: Waiting 04:21:41 5c69ac0246d0: Verifying Checksum 04:21:41 5c69ac0246d0: Download complete 04:21:41 3a2ae6a8a46f: Verifying Checksum 04:21:41 3a2ae6a8a46f: Download complete 04:21:41 33b1e0a273af: Verifying Checksum 04:21:41 33b1e0a273af: Download complete 04:21:42 5d3b04190fa2: Verifying Checksum 04:21:42 5d3b04190fa2: Download complete 04:21:42 ec43610c2a17: Verifying Checksum 04:21:42 ec43610c2a17: Download complete 04:21:42 5eb5b503b376: Verifying Checksum 04:21:42 5eb5b503b376: Download complete 04:21:42 2f39f015ded8: Verifying Checksum 04:21:42 2f39f015ded8: Download complete 04:21:43 5eb5b503b376: Pull complete 04:21:43 5c69ac0246d0: Pull complete 04:21:43 ec43610c2a17: Pull complete 04:21:44 3a2ae6a8a46f: Pull complete 04:21:44 33b1e0a273af: Pull complete 04:21:44 5d3b04190fa2: Pull complete 04:21:49 2f39f015ded8: Pull complete 04:21:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:21:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:49 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:21:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:21:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22573 in /w/workspace/edgexfoundry_device-sdk-go_main 04:21:51 $ docker top 29ce624f9fa24df07f51c91412374c47433fa36d180a7a2944a91cc4aaa70d9c -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 04:21:51 Running in /w/workspace/device-sdk-go/94 [Pipeline] { [Pipeline] checkout 04:21:51 The recommended git tool is: git 04:21:52 ---> job-cost.sh 04:21:52 lf-activate-venv: SKIPPING 04:21:52 INFO: No Stack... 04:21:52 INFO: Retrieving Pricing Info for: v3-standard-8 04:21:52 INFO: Archiving Costs [Pipeline] sh 04:21:53 + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv 04:21:53 + cut -d, -f6 [Pipeline] lock 04:21:53 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] 04:21:53 Resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] did not exist. Created. 04:21:53 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:21:53 + echo total: 0.2199999988079071 [Pipeline] stash 04:21:53 Stashed 1 file(s) [Pipeline] } 04:21:53 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] // lock [Pipeline] } 04:21:53 $ docker stop --time=1 29ce624f9fa24df07f51c91412374c47433fa36d180a7a2944a91cc4aaa70d9c 04:21:54 $ docker rm -f 29ce624f9fa24df07f51c91412374c47433fa36d180a7a2944a91cc4aaa70d9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:21:57 using credential edgex-jenkins-ssh 04:21:57 Cloning the remote Git repository 04:21:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:21:57 > git init /w/workspace/device-sdk-go/94 # timeout=10 04:21:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:21:57 > git --version # timeout=10 04:21:57 > git --version # 'git version 2.25.1' 04:21:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:59 Avoid second fetch 04:21:59 Checking out Revision 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 (main) 04:21:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:21:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:59 > git config core.sparsecheckout # timeout=10 04:21:59 > git checkout -f 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 # timeout=10 04:22:03 Commit message: "Merge pull request #1207 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:22:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:04 Dload Upload Total Spent Left Speed 04:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 85638 0 --:--:-- --:--:-- --:--:-- 85638 [Pipeline] sh 04:22:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:22:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:22:05 + sudo tee /etc/docker/daemon.new 04:22:05 { 04:22:05 "registry-mirrors": [ 04:22:05 "https://nexus3.edgexfoundry.org:10001" 04:22:05 ], 04:22:05 "bip": "10.250.0.254/24", 04:22:05 "hosts": [ 04:22:05 "tcp://0.0.0.0:5555", 04:22:05 "unix:///var/run/docker.sock" 04:22:05 ], 04:22:05 "mtu": 1458, 04:22:05 "selinux-enabled": true, 04:22:05 "seccomp-profile": "/etc/docker/seccomp.json" 04:22:05 } [Pipeline] sh 04:22:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:22:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:24 provisioning config files... 04:22:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/94@tmp/config5898601606884098734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:22:24 ---> docker-login.sh 04:22:24 nexus3.edgexfoundry.org:10001 04:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:25 Configure a credential helper to remove this warning. See 04:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:25 04:22:25 Login Succeeded 04:22:25 nexus3.edgexfoundry.org:10002 04:22:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:26 Configure a credential helper to remove this warning. See 04:22:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:26 04:22:26 Login Succeeded 04:22:26 nexus3.edgexfoundry.org:10003 04:22:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:26 Configure a credential helper to remove this warning. See 04:22:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:26 04:22:26 Login Succeeded 04:22:26 nexus3.edgexfoundry.org:10004 04:22:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:27 Configure a credential helper to remove this warning. See 04:22:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:27 04:22:27 Login Succeeded 04:22:27 docker.io 04:22:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:27 Configure a credential helper to remove this warning. See 04:22:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:27 04:22:27 Login Succeeded 04:22:27 ---> docker-login.sh ends [Pipeline] } 04:22:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:22:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:22:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:22:28 ========================================================= 04:22:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:22:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:28 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 04:22:28 Sending build context to Docker daemon 5.248MB 04:22:29 Step 1/11 : ARG BASE=golang:1.18-alpine3.16 04:22:29 Step 2/11 : FROM ${BASE} AS builder 04:22:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:22:29 b3c136eddcbf: Pulling fs layer 04:22:29 c0a3192eca97: Pulling fs layer 04:22:29 a050256f5b6f: Pulling fs layer 04:22:29 656be50a0ddc: Pulling fs layer 04:22:29 2bbca73fdf42: Pulling fs layer 04:22:29 46d945488cbd: Pulling fs layer 04:22:29 8a5474983e97: Pulling fs layer 04:22:29 329c88fbcd65: Pulling fs layer 04:22:29 46d945488cbd: Waiting 04:22:29 656be50a0ddc: Waiting 04:22:29 8a5474983e97: Waiting 04:22:29 2bbca73fdf42: Waiting 04:22:29 329c88fbcd65: Waiting 04:22:29 a050256f5b6f: Verifying Checksum 04:22:29 a050256f5b6f: Download complete 04:22:29 c0a3192eca97: Verifying Checksum 04:22:29 c0a3192eca97: Download complete 04:22:29 2bbca73fdf42: Download complete 04:22:29 46d945488cbd: Verifying Checksum 04:22:29 46d945488cbd: Download complete 04:22:29 b3c136eddcbf: Verifying Checksum 04:22:29 b3c136eddcbf: Download complete 04:22:30 b3c136eddcbf: Pull complete 04:22:30 329c88fbcd65: Verifying Checksum 04:22:30 329c88fbcd65: Download complete 04:22:30 c0a3192eca97: Pull complete 04:22:31 a050256f5b6f: Pull complete 04:22:31 8a5474983e97: Verifying Checksum 04:22:31 8a5474983e97: Download complete 04:22:32 656be50a0ddc: Verifying Checksum 04:22:32 656be50a0ddc: Download complete 04:22:44 656be50a0ddc: Pull complete 04:22:44 2bbca73fdf42: Pull complete 04:22:45 46d945488cbd: Pull complete 04:22:51 8a5474983e97: Pull complete 04:22:53 329c88fbcd65: Pull complete 04:22:53 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 04:22:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:22:53 ---> ff4287adb874 04:22:53 Step 3/11 : ARG MAKE=make build 04:22:54 ---> Running in b8ebb78af799 04:22:55 Removing intermediate container b8ebb78af799 04:22:55 ---> f58e181d77b1 04:22:55 Step 4/11 : WORKDIR /device-sdk-go 04:22:55 ---> Running in f1384fa79e93 04:22:55 Removing intermediate container f1384fa79e93 04:22:55 ---> a4a9d9dee998 04:22:55 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:22:55 ---> Running in 22671707699b 04:22:55 Removing intermediate container 22671707699b 04:22:55 ---> 19e55f7617c3 04:22:55 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:22:55 ---> Running in 8fb7c56905d6 04:22:58 Removing intermediate container 8fb7c56905d6 04:22:58 ---> fcce262eab4e 04:22:58 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:22:58 ---> Running in 1f9978f17d8c 04:22:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:23:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:23:01 OK: 221 MiB in 51 packages 04:23:01 Removing intermediate container 1f9978f17d8c 04:23:01 ---> 40e34edf5487 04:23:01 Step 8/11 : COPY go.mod vendor* ./ 04:23:02 ---> 0d965b3fff32 04:23:02 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:23:02 ---> Running in 84da5ee10ab5 04:23:49 Removing intermediate container 84da5ee10ab5 04:23:49 ---> e7ff1d086a21 04:23:49 Step 10/11 : COPY . . 04:23:49 ---> e2a6cab8fed9 04:23:49 Step 11/11 : RUN ${MAKE} 04:23:49 ---> Running in 1bade8dc78fe 04:23:49 noop 04:23:50 Removing intermediate container 1bade8dc78fe 04:23:50 ---> 3172bda0aa0a 04:23:50 Successfully built 3172bda0aa0a 04:23:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:23:50 + docker inspect -f . ci-base-image-arm64 04:23:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:23:50 prd-ubuntu20.04-docker-arm64-4c-16g-22573 does not seem to be running inside a container 04:23:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/94 -v /w/workspace/device-sdk-go/94:/w/workspace/device-sdk-go/94:rw,z -v /w/workspace/device-sdk-go/94@tmp:/w/workspace/device-sdk-go/94@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 04:23:52 $ docker top 675f38fb80496764b49e95a092cafd5320591b4b3f6b6b454a138bc6176169e8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:23:53 + go version 04:23:53 go version go1.18.3 linux/arm64 [Pipeline] } 04:23:53 $ docker stop --time=1 675f38fb80496764b49e95a092cafd5320591b4b3f6b6b454a138bc6176169e8 04:23:54 $ docker rm -f 675f38fb80496764b49e95a092cafd5320591b4b3f6b6b454a138bc6176169e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:23:55 + docker inspect -f . ci-base-image-arm64 04:23:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:23:55 prd-ubuntu20.04-docker-arm64-4c-16g-22573 does not seem to be running inside a container 04:23:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-sdk-go/94 -v /w/workspace/device-sdk-go/94:/w/workspace/device-sdk-go/94:rw,z -v /w/workspace/device-sdk-go/94@tmp:/w/workspace/device-sdk-go/94@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 04:23:56 $ docker top 02ed68d3d7d19ed2a0c058cca13f35bd5ba1265d130596fa292a429477747ebe -eo pid,comm [Pipeline] { [Pipeline] sh 04:23:57 + git config --global --add safe.directory /w/workspace/device-sdk-go/94 [Pipeline] fileExists [Pipeline] sh 04:23:58 + make test 04:23:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:24:30 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:26:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:26:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:26:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:26:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.367s coverage: 23.6% of statements 04:26:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:26:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.275s coverage: 27.6% of statements 04:26:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.311s coverage: 78.9% of statements 04:26:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.268s coverage: 10.8% of statements 04:26:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.381s coverage: 60.0% of statements 04:26:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:26:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:26:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.414s coverage: 34.8% of statements 04:26:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:26:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.358s coverage: 85.4% of statements 04:26:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:26:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:26:25 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.423s coverage: 65.1% of statements 04:26:25 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:26:25 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:26:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.098s coverage: 89.2% of statements 04:26:27 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:26:28 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.225s coverage: 4.7% of statements 04:26:28 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:26:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:26:29 GO111MODULE=on go vet ./... 04:27:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:27:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:27:50 ./bin/test-attribution-txt.sh 04:27:50 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 04:27:50 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 04:27:50 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 04:27:50 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:27:50 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:27:50 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 04:27:50 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 04:27:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:27:50 $ docker stop --time=1 02ed68d3d7d19ed2a0c058cca13f35bd5ba1265d130596fa292a429477747ebe 04:27:52 $ docker rm -f 02ed68d3d7d19ed2a0c058cca13f35bd5ba1265d130596fa292a429477747ebe [Pipeline] // withDockerContainer [Pipeline] sh 04:27:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:27:54 Warning: overwriting stash ‘coverage-report’ 04:27:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:27:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:27:55 + ls -al . 04:27:55 total 300 04:27:55 drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 04:23 . 04:27:55 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:21 .. 04:27:55 -rw-rw-r-- 1 jenkins jenkins 140 Aug 12 04:21 .dockerignore 04:27:55 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 04:22 .git 04:27:55 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:21 .github 04:27:55 -rw-rw-r-- 1 jenkins jenkins 131 Aug 12 04:21 .gitignore 04:27:55 -rw-rw-r-- 1 jenkins jenkins 42 Aug 12 04:21 .golangci.yml 04:27:55 -rw-rw-r-- 1 jenkins jenkins 29536 Aug 12 04:21 CHANGELOG.md 04:27:55 -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 04:21 GOVERNANCE.md 04:27:55 -rw-rw-r-- 1 jenkins jenkins 880 Aug 12 04:21 Jenkinsfile 04:27:55 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 12 04:21 LICENSE 04:27:55 -rw-rw-r-- 1 jenkins jenkins 2002 Aug 12 04:21 Makefile 04:27:55 -rw-rw-r-- 1 jenkins jenkins 619 Aug 12 04:21 OWNERS.md 04:27:55 -rw-rw-r-- 1 jenkins jenkins 4881 Aug 12 04:21 README.md 04:27:55 -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 04:19 VERSION 04:27:55 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:21 bin 04:27:55 -rw-r--r-- 1 jenkins jenkins 131678 Aug 12 04:26 coverage.out 04:27:55 drwxrwxr-x 5 jenkins jenkins 4096 Aug 12 04:21 example 04:27:55 -rw-rw-r-- 1 jenkins jenkins 3553 Aug 12 04:21 go.mod 04:27:55 -rw-rw-r-- 1 jenkins jenkins 36743 Aug 12 04:21 go.sum 04:27:55 drwxrwxr-x 15 jenkins jenkins 4096 Aug 12 04:21 internal 04:27:55 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 04:21 openapi 04:27:55 drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 04:21 pkg 04:27:55 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:21 snap 04:27:55 -rw-rw-r-- 1 jenkins jenkins 222 Aug 12 04:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:55 + 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=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 --label arch=arm64 --label version=2.3.0-dev.19 . 04:27:56 Sending build context to Docker daemon 5.381MB 04:27:56 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:27:56 Step 2/25 : FROM ${BASE} AS builder 04:27:56 ---> 3172bda0aa0a 04:27:56 Step 3/25 : ARG MAKE=make build 04:27:56 ---> Running in 2b39c26a0ff4 04:27:56 Removing intermediate container 2b39c26a0ff4 04:27:56 ---> af823ac6259c 04:27:56 Step 4/25 : WORKDIR /device-sdk-go 04:27:56 ---> Running in dbcce40bf776 04:27:57 Removing intermediate container dbcce40bf776 04:27:57 ---> 1d7db409f9a7 04:27:57 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:27:57 ---> Running in 6d8f33510a47 04:27:57 Removing intermediate container 6d8f33510a47 04:27:57 ---> a36df715fb77 04:27:57 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:27:57 ---> Running in 15b015efc0e1 04:27:59 Removing intermediate container 15b015efc0e1 04:27:59 ---> 6d9e625eb0f9 04:27:59 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:27:59 ---> Running in 68ddbf1eaf78 04:28:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:28:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:28:01 OK: 221 MiB in 51 packages 04:28:02 Removing intermediate container 68ddbf1eaf78 04:28:02 ---> c41b27d218c8 04:28:02 Step 8/25 : COPY go.mod vendor* ./ 04:28:03 ---> fa9b80b3c474 04:28:03 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:28:03 ---> Running in 6cac6bc1f7eb 04:28:05 Removing intermediate container 6cac6bc1f7eb 04:28:05 ---> 05f05cbd8e05 04:28:05 Step 10/25 : COPY . . 04:28:06 ---> ca7662888324 04:28:06 Step 11/25 : RUN ${MAKE} 04:28:06 ---> Running in 06adc8778330 04:28:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:30:14 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:30:14 Removing intermediate container 06adc8778330 04:30:14 ---> 1f78d220e600 04:30:14 Step 12/25 : FROM alpine:3.16 04:30:14 3.16: Pulling from library/alpine 04:30:14 9b18e9b68314: Pulling fs layer 04:30:14 9b18e9b68314: Verifying Checksum 04:30:14 9b18e9b68314: Download complete 04:30:14 9b18e9b68314: Pull complete 04:30:14 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:30:14 Status: Downloaded newer image for alpine:3.16 04:30:14 ---> a6215f271958 04:30:14 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:30:14 ---> Running in a832e9962ce2 04:30:14 Removing intermediate container a832e9962ce2 04:30:14 ---> 73d9d976e943 04:30:14 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:30:14 ---> Running in 46489be28d8a 04:30:14 Removing intermediate container 46489be28d8a 04:30:14 ---> e5bd1132181c 04:30:14 Step 15/25 : RUN apk add --update --no-cache zeromq 04:30:14 ---> Running in 6ba6a299a0ea 04:30:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:30:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:30:14 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:30:14 (2/5) Installing libsodium (1.0.18-r0) 04:30:14 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:30:14 (4/5) Installing libzmq (4.3.4-r0) 04:30:14 (5/5) Installing zeromq (4.3.4-r0) 04:30:14 Executing busybox-1.35.0-r17.trigger 04:30:14 OK: 8 MiB in 19 packages 04:30:14 Removing intermediate container 6ba6a299a0ea 04:30:14 ---> 78638bf76f57 04:30:14 Step 16/25 : WORKDIR / 04:30:14 ---> Running in 8953ebd2c163 04:30:14 Removing intermediate container 8953ebd2c163 04:30:14 ---> 186bb3c4d06a 04:30:14 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:30:15 ---> 425b3539719d 04:30:15 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:30:17 ---> 31db401d3646 04:30:17 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:30:17 ---> 053ec516a7ad 04:30:17 Step 20/25 : EXPOSE 59999 04:30:17 ---> Running in 91d8a1bea9d8 04:30:17 Removing intermediate container 91d8a1bea9d8 04:30:17 ---> 4d5468693855 04:30:17 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:30:17 ---> Running in 89016fe1d1b2 04:30:18 Removing intermediate container 89016fe1d1b2 04:30:18 ---> 452e668fc237 04:30:18 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:30:18 ---> Running in edbded5aa32a 04:30:18 Removing intermediate container edbded5aa32a 04:30:18 ---> 2fd8a93d3452 04:30:18 Step 23/25 : LABEL arch=arm64 04:30:18 ---> Running in a8a291511e0b 04:30:18 Removing intermediate container a8a291511e0b 04:30:18 ---> 0193a9b6dae0 04:30:18 Step 24/25 : LABEL git_sha=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 04:30:18 ---> Running in 16d7fd6c53c0 04:30:19 Removing intermediate container 16d7fd6c53c0 04:30:19 ---> 0537da97fe98 04:30:19 Step 25/25 : LABEL version=2.3.0-dev.19 04:30:19 ---> Running in 5a4ff3d83df0 04:30:19 Removing intermediate container 5a4ff3d83df0 04:30:19 ---> d99e97d33775 04:30:19 [Warning] One or more build-args [ARCH] were not consumed 04:30:19 Successfully built d99e97d33775 04:30:19 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 04:30:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:30:19 04:30:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:30:20 arm64: Pulling from edgex-lftools-log-publisher 04:30:20 8998bd30e6a1: Pulling fs layer 04:30:20 04944245beec: Pulling fs layer 04:30:20 699f458cf7ca: Pulling fs layer 04:30:20 765212b225bb: Pulling fs layer 04:30:20 f23df028b6ca: Pulling fs layer 04:30:20 d65c8cfc05b1: Pulling fs layer 04:30:20 2437ff75d9bd: Pulling fs layer 04:30:20 f23df028b6ca: Waiting 04:30:20 d65c8cfc05b1: Waiting 04:30:20 2437ff75d9bd: Waiting 04:30:20 765212b225bb: Waiting 04:30:20 04944245beec: Verifying Checksum 04:30:20 04944245beec: Download complete 04:30:20 765212b225bb: Download complete 04:30:20 f23df028b6ca: Download complete 04:30:20 d65c8cfc05b1: Verifying Checksum 04:30:20 d65c8cfc05b1: Download complete 04:30:20 699f458cf7ca: Verifying Checksum 04:30:20 699f458cf7ca: Download complete 04:30:21 8998bd30e6a1: Download complete 04:30:23 2437ff75d9bd: Verifying Checksum 04:30:23 2437ff75d9bd: Download complete 04:30:25 8998bd30e6a1: Pull complete 04:30:26 04944245beec: Pull complete 04:30:27 699f458cf7ca: Pull complete 04:30:27 765212b225bb: Pull complete 04:30:28 f23df028b6ca: Pull complete 04:30:28 d65c8cfc05b1: Pull complete 04:30:43 2437ff75d9bd: Pull complete 04:30:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:30:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:30:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:30:43 prd-ubuntu20.04-docker-arm64-4c-16g-22573 does not seem to be running inside a container 04:30:44 $ 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/94 -v /w/workspace/device-sdk-go/94:/w/workspace/device-sdk-go/94:rw,z -v /w/workspace/device-sdk-go/94@tmp:/w/workspace/device-sdk-go/94@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 04:30:46 $ docker top 56cdd049d468e47e2bbdf5ab07ed2a15925cfd648fd3fdf77094ffe8f8c7ae32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:47 ---> job-cost.sh 04:30:47 lf-activate-venv: SKIPPING 04:30:47 INFO: No Stack... 04:30:47 INFO: Retrieving Pricing Info for: v3-standard-4 04:30:48 INFO: Archiving Costs [Pipeline] sh 04:30:49 + + catcut /w/workspace/device-sdk-go/94/archives/cost.csv -d, 04:30:49 -f6 [Pipeline] lock 04:30:49 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] 04:30:49 Resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] did not exist. Created. 04:30:49 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:30:50 /w/workspace/device-sdk-go/94@tmp/durable-963eea1c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:30:51 + echo total: 0.10999999940395355 [Pipeline] stash 04:30:51 Warning: overwriting stash ‘stack-cost’ 04:30:51 Stashed 1 file(s) [Pipeline] } 04:30:51 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] // lock [Pipeline] } 04:30:51 $ docker stop --time=1 56cdd049d468e47e2bbdf5ab07ed2a15925cfd648fd3fdf77094ffe8f8c7ae32 04:30:52 $ docker rm -f 56cdd049d468e47e2bbdf5ab07ed2a15925cfd648fd3fdf77094ffe8f8c7ae32 [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 04:30:53 provisioning config files... 04:30:53 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2687937534858506096tmp [Pipeline] { [Pipeline] sh 04:30:53 + set +x 04:30:53 + bash -s -- 04:30:53 + curl -s https://codecov.io/bash 04:30:53 04:30:53 _____ _ 04:30:53 / ____| | | 04:30:53 | | ___ __| | ___ ___ _____ __ 04:30:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:30:53 | |___| (_) | (_| | __/ (_| (_) \ V / 04:30:53 \_____\___/ \__,_|\___|\___\___/ \_/ 04:30:53 Bash-1.0.6 04:30:53 04:30:53 04:30:53 ==> git version 2.25.1 found 04:30:53 ==> 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 04:30:53 Release-Date: 2020-01-08 04:30:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:30:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:30:53 ==> Jenkins CI detected. 04:30:53 current dir:  /w/workspace/edgexfoundry_device-sdk-go_main 04:30:53 project root: . 04:30:53 --> token set from env 04:30:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:30:53 ==> Running gcov in . (disable via -X gcov) 04:30:53 ==> Python coveragepy not found 04:30:53 ==> Searching for coverage reports in: 04:30:53 + . 04:30:53 -> Found 1 reports 04:30:53 ==> Detecting git/mercurial file structure 04:30:53 ==> Reading reports 04:30:53 + ./coverage.out bytes=131678 04:30:53 ==> Appending adjustments 04:30:53 https://docs.codecov.io/docs/fixing-reports 04:30:53 + Found adjustments 04:30:53 ==> Gzipping contents 04:30:53 20K /tmp/codecov.hcekkt.gz 04:30:53 ==> Uploading reports 04:30:53 url: https://codecov.io 04:30:53 query: branch=main&commit=8440b6e6a0b4fbc11eae3accc59dfe046b726d13&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F94%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:30:53 -> Pinging Codecov 04:30:53 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=8440b6e6a0b4fbc11eae3accc59dfe046b726d13&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F94%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:30:54 -> Uploading to 04:30:54 https://storage.googleapis.com/codecov/v4/raw/2022-08-12/7E55EF52A471D76F132DFD9A03CDDE97/8440b6e6a0b4fbc11eae3accc59dfe046b726d13/590ada89-223f-4d27-979c-d0022065a09a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220812T043054Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ade970c40215e1d04784eb197e3d65a50993bfcf4b0a2248ecd7d71a730732c4 04:30:54 % Total % Received % Xferd Average Speed Time Time Time Current 04:30:54 Dload Upload Total Spent Left Speed 04:30:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17297 0 0 100 17297 0 72676 --:--:-- --:--:-- --:--:-- 72676 04:30:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] } 04:30:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:30:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:30:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:30:55 04:30:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:30:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:30:55 df9b9388f04a: Pulling fs layer 04:30:55 52dc419b0ee2: Pulling fs layer 04:30:55 25bc292e5bac: Pulling fs layer 04:30:55 114826534d7a: Pulling fs layer 04:30:55 4657fd5d0bcf: Pulling fs layer 04:30:55 6ad1cebc031e: Pulling fs layer 04:30:55 8a3aa393b2d8: Pulling fs layer 04:30:55 4657fd5d0bcf: Waiting 04:30:55 6ad1cebc031e: Waiting 04:30:55 114826534d7a: Waiting 04:30:55 8a3aa393b2d8: Waiting 04:30:55 25bc292e5bac: Verifying Checksum 04:30:55 25bc292e5bac: Download complete 04:30:55 52dc419b0ee2: Verifying Checksum 04:30:55 52dc419b0ee2: Download complete 04:30:55 4657fd5d0bcf: Verifying Checksum 04:30:55 4657fd5d0bcf: Download complete 04:30:55 df9b9388f04a: Download complete 04:30:55 6ad1cebc031e: Verifying Checksum 04:30:55 6ad1cebc031e: Download complete 04:30:55 df9b9388f04a: Pull complete 04:30:55 52dc419b0ee2: Pull complete 04:30:55 25bc292e5bac: Pull complete 04:30:56 114826534d7a: Verifying Checksum 04:30:56 114826534d7a: Download complete 04:30:56 8a3aa393b2d8: Verifying Checksum 04:30:56 8a3aa393b2d8: Download complete 04:31:00 114826534d7a: Pull complete 04:31:00 4657fd5d0bcf: Pull complete 04:31:00 6ad1cebc031e: Pull complete 04:31:02 8a3aa393b2d8: Pull complete 04:31:02 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 04:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:31:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:02 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:31:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:31:04 $ docker top cd6cb6a19100c54da808e8dd2eae19e24226ce81ab724bb5d9433bd4fcf05fd6 -eo pid,comm [Pipeline] { [Pipeline] echo 04:31:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh 04:31:05 + set -o pipefail 04:31:05 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' 04:31:13 04:31:13 Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v2)... 04:31:13 04:31:13 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/0f4c64e2-4b51-4727-aa19-4596356acaf7 04:31:13 04:31:13 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:31:13 04:31:13 [Pipeline] } 04:31:13 $ docker stop --time=1 cd6cb6a19100c54da808e8dd2eae19e24226ce81ab724bb5d9433bd4fcf05fd6 04:31:15 $ docker rm -f cd6cb6a19100c54da808e8dd2eae19e24226ce81ab724bb5d9433bd4fcf05fd6 [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 04:31:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:31:15 provisioning config files... 04:31:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7025977484784317334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:31:16 --> edgex-publish-swagger.sh 04:31:16 === Publish openapi/v2 API === 04:31:16 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 04:31:16 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] 04:31:16 % Total % Received % Xferd Average Speed Time Time Time Current 04:31:16 Dload Upload Total Spent Left Speed 04:31:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53552 0 0 100 53552 0 78637 --:--:-- --:--:-- --:--:-- 78637 04:31:16 04:31:16 [Pipeline] } 04:31:16 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 04:31:17 + git log --format=format:%s -1 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] sh 04:31:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:31:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:31:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:17 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:31:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:31:18 $ docker top e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:18 [ssh-agent] Looking for ssh-agent implementation... 04:31:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:18 $ docker exec e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 ssh-agent 04:31:18 SSH_AUTH_SOCK=/tmp/ssh-Cy0fmDX0oU93/agent.32 04:31:18 SSH_AGENT_PID=38 04:31:18 Running ssh-add (command line suppressed) 04:31:18 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9076667356295492613.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9076667356295492613.key) 04:31:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:19 + git semver tag 04:31:19 2022-08-12 04:31:19,282 [run_tag] DEBUG tag force:False 04:31:19 2022-08-12 04:31:19,282 [check_head_tag] DEBUG check head tag 04:31:19 2022-08-12 04:31:19,282 [execute] INFO git cat-file --batch-check 04:31:19 2022-08-12 04:31:19,282 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 04:31:19 2022-08-12 04:31:19,286 [execute] INFO git cat-file --batch 04:31:19 2022-08-12 04:31:19,286 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) 04:31:19 2022-08-12 04:31:19,299 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:31:19 2022-08-12 04:31:19,299 [execute] INFO git tag -a v2.3.0-dev.19 -m v2.3.0-dev.19 04:31:19 2022-08-12 04:31:19,299 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.19', '-m', 'v2.3.0-dev.19'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) 04:31:19 2022-08-12 04:31:19,304 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:31:19 2.3.0-dev.19 [Pipeline] } 04:31:19 $ docker exec --env ******** --env ******** e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 ssh-agent -k 04:31:19 unset SSH_AUTH_SOCK; 04:31:19 unset SSH_AGENT_PID; 04:31:19 echo Agent pid 38 killed; 04:31:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:19 + git semver [Pipeline] } 04:31:20 $ docker stop --time=1 e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 04:31:21 $ docker rm -f e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:31:21 04:31:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:31:22 0.23.1-centos7: Pulling from edgex-lftools 04:31:22 ab5ef0e58194: Pulling fs layer 04:31:22 9712f1f96733: Pulling fs layer 04:31:22 63f879dbbcfc: Pulling fs layer 04:31:22 0d9ebad4ef96: Pulling fs layer 04:31:22 e9a5061849ea: Pulling fs layer 04:31:22 d747dcd14b5f: Pulling fs layer 04:31:22 2de7ff778b66: Pulling fs layer 04:31:22 d747dcd14b5f: Waiting 04:31:22 2de7ff778b66: Waiting 04:31:22 0d9ebad4ef96: Waiting 04:31:22 9712f1f96733: Verifying Checksum 04:31:22 9712f1f96733: Download complete 04:31:22 63f879dbbcfc: Verifying Checksum 04:31:22 63f879dbbcfc: Download complete 04:31:22 e9a5061849ea: Verifying Checksum 04:31:22 e9a5061849ea: Download complete 04:31:22 d747dcd14b5f: Verifying Checksum 04:31:22 d747dcd14b5f: Download complete 04:31:22 ab5ef0e58194: Verifying Checksum 04:31:22 ab5ef0e58194: Download complete 04:31:22 0d9ebad4ef96: Verifying Checksum 04:31:22 0d9ebad4ef96: Download complete 04:31:22 2de7ff778b66: Verifying Checksum 04:31:22 2de7ff778b66: Download complete 04:31:25 ab5ef0e58194: Pull complete 04:31:25 9712f1f96733: Pull complete 04:31:26 63f879dbbcfc: Pull complete 04:31:30 0d9ebad4ef96: Pull complete 04:31:30 e9a5061849ea: Pull complete 04:31:30 d747dcd14b5f: Pull complete 04:31:30 2de7ff778b66: Pull complete 04:31:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:31:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:31 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:31:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:31:33 $ docker top 0f9765b901c7b98dac666ccf05fc498772a6c65c3f98b0515a46c43579c2f386 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:31:34 provisioning config files... 04:31:34 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8292718261244119464tmp 04:31:34 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config320565497199025386tmp 04:31:34 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4971220881252595377tmp [Pipeline] { [Pipeline] echo 04:31:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:31:34 ---> sigul-configuration.sh 04:31:34 gpg: directory `/root/.gnupg' created 04:31:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:31:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:31:34 gpg: keyring `/root/.gnupg/secring.gpg' created 04:31:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:31:34 gpg: CAST5 encrypted data 04:31:34 gpg: encrypted with 1 passphrase 04:31:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:31:34 + mkdir /home/jenkins 04:31:34 + mkdir /home/jenkins/sigul [Pipeline] sh 04:31:34 + 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 04:31:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:31:35 ---> sigul-install.sh 04:31:35 Sigul already installed; skipping installation. [Pipeline] sh 04:31:35 + git tag --list 04:31:35 0.7.1 04:31:35 delhi-tag 04:31:35 v1.0.0 04:31:35 v1.1.0 04:31:35 v1.1.1 04:31:35 v1.1.2 04:31:35 v1.2.0 04:31:35 v1.2.1 04:31:35 v1.2.2 04:31:35 v1.2.3 04:31:35 v1.3.0 04:31:35 v1.4.0 04:31:35 v2.0.0 04:31:35 v2.1.0 04:31:35 v2.1.1 04:31:35 v2.1.1-dev.2 04:31:35 v2.1.1-dev.3 04:31:35 v2.2.0 04:31:35 v2.2.1-dev.1 04:31:35 v2.2.1-dev.10 04:31:35 v2.2.1-dev.11 04:31:35 v2.2.1-dev.12 04:31:35 v2.2.1-dev.13 04:31:35 v2.2.1-dev.14 04:31:35 v2.2.1-dev.2 04:31:35 v2.2.1-dev.3 04:31:35 v2.2.1-dev.4 04:31:35 v2.2.1-dev.5 04:31:35 v2.2.1-dev.6 04:31:35 v2.2.1-dev.7 04:31:35 v2.2.1-dev.8 04:31:35 v2.2.1-dev.9 04:31:35 v2.3.0-dev.14 04:31:35 v2.3.0-dev.15 04:31:35 v2.3.0-dev.16 04:31:35 v2.3.0-dev.17 04:31:35 v2.3.0-dev.18 04:31:35 v2.3.0-dev.19 [Pipeline] sh 04:31:35 + lftools sign git-tag v2.3.0-dev.19 04:31:36 Signing Git tag with Sigul... 04:31:36 Signing v2.3.0-dev.19 [Pipeline] echo 04:31:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:31:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:31:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:31:37 $ docker stop --time=1 0f9765b901c7b98dac666ccf05fc498772a6c65c3f98b0515a46c43579c2f386 04:31:38 $ docker rm -f 0f9765b901c7b98dac666ccf05fc498772a6c65c3f98b0515a46c43579c2f386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:31:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:31:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:31:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:39 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:31:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:31:39 $ docker top febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:39 [ssh-agent] Looking for ssh-agent implementation... 04:31:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:39 $ docker exec febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab ssh-agent 04:31:39 SSH_AUTH_SOCK=/tmp/ssh-hShyNqda6yVD/agent.32 04:31:39 SSH_AGENT_PID=38 04:31:39 Running ssh-add (command line suppressed) 04:31:40 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2380308467482202649.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2380308467482202649.key) 04:31:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:40 + git semver bump pre 04:31:40 2022-08-12 04:31:40,489 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:31:40 2022-08-12 04:31:40,489 [bump_version] DEBUG bumping version:2.3.0-dev.19 on axis:pre with prefix:dev 04:31:40 2022-08-12 04:31:40,489 [bump_version] DEBUG bumped version:2.3.0-dev.20 04:31:40 2022-08-12 04:31:40,489 [write_version] DEBUG write version:2.3.0-dev.20 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True 04:31:40 2022-08-12 04:31:40,489 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:31:40 2022-08-12 04:31:40,489 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:31:40 2022-08-12 04:31:40,491 [execute] INFO git cat-file --batch-check 04:31:40 2022-08-12 04:31:40,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:31:40 2022-08-12 04:31:40,496 [execute] INFO git cat-file --batch 04:31:40 2022-08-12 04:31:40,496 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:31:40 2022-08-12 04:31:40,501 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:31:40 2.3.0-dev.20 [Pipeline] } 04:31:40 $ docker exec --env ******** --env ******** febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab ssh-agent -k 04:31:40 unset SSH_AUTH_SOCK; 04:31:40 unset SSH_AGENT_PID; 04:31:40 echo Agent pid 38 killed; 04:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:41 + git semver [Pipeline] } 04:31:41 $ docker stop --time=1 febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab 04:31:42 $ docker rm -f febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab [Pipeline] // withDockerContainer [Pipeline] sh 04:31:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:31:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:31:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:43 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:31:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:31:44 $ docker top 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:44 [ssh-agent] Looking for ssh-agent implementation... 04:31:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:44 $ docker exec 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec ssh-agent 04:31:44 SSH_AUTH_SOCK=/tmp/ssh-BX8qwdoADemG/agent.34 04:31:44 SSH_AGENT_PID=40 04:31:44 Running ssh-add (command line suppressed) 04:31:44 Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8780947246782621688.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8780947246782621688.key) 04:31:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:44 + git semver push 04:31:45 2022-08-12 04:31:45,108 [run_push] DEBUG push 04:31:45 2022-08-12 04:31:45,109 [execute] INFO git cat-file --batch-check 04:31:45 2022-08-12 04:31:45,109 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:31:45 2022-08-12 04:31:45,113 [execute] INFO git rev-list 1ed75d9f7acb62b523bab88eed838b8e1c713dc3 -- 04:31:45 2022-08-12 04:31:45,113 [execute] DEBUG Popen(['git', 'rev-list', '1ed75d9f7acb62b523bab88eed838b8e1c713dc3', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:31:45 2022-08-12 04:31:45,124 [execute] INFO git fetch -v origin 04:31:45 2022-08-12 04:31:45,124 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 04:31:45 2022-08-12 04:31:45,602 [run_push] DEBUG no remote changes detected 04:31:45 2022-08-12 04:31:45,602 [execute] INFO git push origin semver 04:31:45 2022-08-12 04:31:45,603 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:31:46 2022-08-12 04:31:46,304 [run_push] DEBUG push all version tags 04:31:46 2022-08-12 04:31:46,305 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:31:46 2022-08-12 04:31:46,305 [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) 04:31:47 2022-08-12 04:31:47,003 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main 04:31:47 2.3.0-dev.20 [Pipeline] } 04:31:47 $ docker exec --env ******** --env ******** 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec ssh-agent -k 04:31:47 unset SSH_AUTH_SOCK; 04:31:47 unset SSH_AGENT_PID; 04:31:47 echo Agent pid 40 killed; 04:31:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:47 + git semver [Pipeline] } 04:31:47 $ docker stop --time=1 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec 04:31:49 $ docker rm -f 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec [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 04:31:50 + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] 04:31:50 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:31:50 total 16 04:31:50 drwxr-xr-x 3 root root 4096 Aug 12 04:21 . 04:31:50 drwxrwxr-x 12 jenkins jenkins 4096 Aug 12 04:31 .. 04:31:50 drwxr-xr-x 2 root root 4096 Aug 12 04:21 cost 04:31:50 -rw-r--r-- 1 root root 84 Aug 12 04:21 cost.csv 04:31:50 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:31:50 + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives 04:31:50 total 16 04:31:50 drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 04:21 . 04:31:50 drwxrwxr-x 12 jenkins jenkins 4096 Aug 12 04:31 .. 04:31:50 drwxr-xr-x 2 jenkins jenkins 4096 Aug 12 04:21 cost 04:31:50 -rw-r--r-- 1 jenkins jenkins 84 Aug 12 04:21 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:31:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:31:51 ---> package-listing.sh 04:31:51 ++ facter osfamily 04:31:51 ++ tr '[:upper:]' '[:lower:]' 04:31:51 + OS_FAMILY=debian 04:31:51 + workspace=/w/workspace/edgexfoundry_device-sdk-go_main 04:31:51 + START_PACKAGES=/tmp/packages_start.txt 04:31:51 + END_PACKAGES=/tmp/packages_end.txt 04:31:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:31:51 + PACKAGES=/tmp/packages_start.txt 04:31:51 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 04:31:51 + PACKAGES=/tmp/packages_end.txt 04:31:51 + case "${OS_FAMILY}" in 04:31:51 + dpkg -l 04:31:51 + grep '^ii' 04:31:51 + '[' -f /tmp/packages_start.txt ']' 04:31:51 + '[' -f /tmp/packages_end.txt ']' 04:31:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:31:51 + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' 04:31:51 + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ 04:31:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo 04:31:51 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 04:31:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:31:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:52 prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container 04:31:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:31:52 $ docker top ed464bb8e2491cb1878ebe7e8fbe5d3e87ec758649dc1d8d144da876b49dfd87 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:53 + touch /tmp/pre-build-complete [Pipeline] sh 04:31:53 + mkdir -p /var/log/sysstat [Pipeline] sh 04:31:53 + ls /var/log/sa-host 04:31:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:31:53 provisioning config files... 04:31:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6379642488265483728tmp [Pipeline] { [Pipeline] echo 04:31:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:31:53 ---> create-netrc.sh [Pipeline] } 04:31:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:31:54 ---> python-tools-install.sh [Pipeline] echo 04:31:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:31:54 ---> sudo-logs.sh 04:31:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:31:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:31:54 ---> job-cost.sh 04:31:54 lf-activate-venv: SKIPPING 04:31:54 DEBUG: total: 0.2199999988079071 04:31:54 INFO: Retrieving Stack Cost... 04:31:55 INFO: Retrieving Pricing Info for: v3-standard-8 04:31:55 INFO: Archiving Costs [Pipeline] echo 04:31:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:31:56 ---> logs-deploy.sh 04:31:56 lf-activate-venv: SKIPPING 04:31:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/94 04:31:56 INFO: archiving workspace using pattern(s): 04:31:57 Archives upload complete. 04:31:57 INFO: archiving logs to Nexus 04:31:58 ---> uname -a: 04:31:58 Linux prd-ubuntu20-04-docker-8c-8g-22572 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 04:31:58 04:31:58 04:31:58 ---> lscpu: 04:31:58 Architecture: x86_64 04:31:58 CPU op-mode(s): 32-bit, 64-bit 04:31:58 Byte Order: Little Endian 04:31:58 Address sizes: 40 bits physical, 48 bits virtual 04:31:58 CPU(s): 8 04:31:58 On-line CPU(s) list: 0-7 04:31:58 Thread(s) per core: 1 04:31:58 Core(s) per socket: 1 04:31:58 Socket(s): 8 04:31:58 NUMA node(s): 1 04:31:58 Vendor ID: AuthenticAMD 04:31:58 CPU family: 23 04:31:58 Model: 49 04:31:58 Model name: AMD EPYC-Rome Processor 04:31:58 Stepping: 0 04:31:58 CPU MHz: 2799.998 04:31:58 BogoMIPS: 5599.99 04:31:58 Virtualization: AMD-V 04:31:58 Hypervisor vendor: KVM 04:31:58 Virtualization type: full 04:31:58 L1d cache: 256 KiB 04:31:58 L1i cache: 256 KiB 04:31:58 L2 cache: 4 MiB 04:31:58 L3 cache: 128 MiB 04:31:58 NUMA node0 CPU(s): 0-7 04:31:58 Vulnerability Itlb multihit: Not affected 04:31:58 Vulnerability L1tf: Not affected 04:31:58 Vulnerability Mds: Not affected 04:31:58 Vulnerability Meltdown: Not affected 04:31:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:31:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:31:58 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:31:58 Vulnerability Srbds: Not affected 04:31:58 Vulnerability Tsx async abort: Not affected 04:31:58 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 04:31:58 04:31:58 04:31:58 ---> nproc: 04:31:58 8 04:31:58 04:31:58 04:31:58 ---> df -h: 04:31:58 Filesystem Size Used Avail Use% Mounted on 04:31:58 overlay 155G 13G 143G 8% / 04:31:58 tmpfs 64M 0 64M 0% /dev 04:31:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:31:58 shm 64M 0 64M 0% /dev/shm 04:31:58 /dev/vda1 155G 13G 143G 8% /facter-os 04:31:58 04:31:58 04:31:58 ---> sar -b -r -n DEV: 04:31:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22572) 08/12/22 _x86_64_ (8 CPU) 04:31:58 04:31:58 04:19:01 LINUX RESTART (8 CPU) 04:31:58 04:31:58 04:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:31:58 04:21:01 165.60 0.97 164.64 0.00 14.91 62115.62 0.00 04:31:58 04:22:01 192.12 0.17 191.95 0.00 17.33 47540.61 0.00 04:31:58 04:23:01 1.20 0.00 1.20 0.00 0.00 14.15 0.00 04:31:58 04:24:01 1.63 0.00 1.63 0.00 0.00 18.13 0.00 04:31:58 04:25:01 1.22 0.02 1.20 0.00 0.13 13.06 0.00 04:31:58 04:26:01 1.47 0.00 1.47 0.00 0.00 15.99 0.00 04:31:58 04:27:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 04:31:58 04:28:01 1.52 0.00 1.52 0.00 0.00 17.59 0.00 04:31:58 04:29:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 04:31:58 04:30:01 1.68 0.00 1.68 0.00 0.00 23.33 0.00 04:31:58 04:31:01 7.02 0.12 6.90 0.00 12.93 3231.99 0.00 04:31:58 Average: 33.95 0.11 33.83 0.00 4.10 10195.51 0.00 04:31:58 04:31:58 04:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:31:58 04:21:01 27580544 31331340 955188 2.90 162136 3770468 2331872 6.87 1670504 3149672 338432 04:31:58 04:22:01 27627684 31776748 511556 1.56 174736 4123660 1794704 5.29 1282372 3457332 148 04:31:58 04:23:01 27627596 31776772 511332 1.55 174760 4123664 1794704 5.29 1281692 3457336 8 04:31:58 04:24:01 27629288 31778544 509552 1.55 174796 4123656 1794704 5.29 1279588 3457388 16 04:31:58 04:25:01 27629596 31778884 509152 1.55 174812 4123676 1794704 5.29 1279828 3457400 12 04:31:58 04:26:01 27630100 31779388 508548 1.55 174836 4123676 1794704 5.29 1278736 3457400 12 04:31:58 04:27:01 27637824 31787488 500600 1.52 174868 4123808 1810772 5.34 1271036 3457740 16 04:31:58 04:28:01 27637736 31787464 500612 1.52 174900 4123812 1810772 5.34 1271076 3457744 16 04:31:58 04:29:01 27638196 31787940 500276 1.52 174924 4123816 1810772 5.34 1271068 3457756 12 04:31:58 04:30:01 27638464 31788228 499980 1.52 174940 4123796 1810772 5.34 1271436 3457740 12 04:31:58 04:31:01 26878248 31720724 565376 1.72 181368 4768416 2223368 6.55 1342120 4101592 651448 04:31:58 Average: 27559571 31735775 552016 1.68 174280 4150223 1888350 5.57 1318132 3488100 90012 04:31:58 04:31:58 04:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:31:58 04:21:01 veth3fc9c5b 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 04:31:58 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:21:01 ens3 217.77 175.52 1514.26 76.06 0.00 0.00 0.00 0.00 04:31:58 04:21:01 docker0 121.67 151.37 10.15 1476.98 0.00 0.00 0.00 0.00 04:31:58 04:22:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 04:31:58 04:22:01 ens3 187.25 130.76 2699.05 78.88 0.00 0.00 0.00 0.00 04:31:58 04:22:01 docker0 20.50 24.15 1.23 98.72 0.00 0.00 0.00 0.00 04:31:58 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:23:01 ens3 0.73 0.72 0.05 0.07 0.00 0.00 0.00 0.00 04:31:58 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:31:58 04:24:01 ens3 0.33 0.38 0.02 0.03 0.00 0.00 0.00 0.00 04:31:58 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:25:01 ens3 0.25 0.23 0.11 0.08 0.00 0.00 0.00 0.00 04:31:58 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:31:58 04:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:31:58 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:31:58 04:28:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:31:58 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:29:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:31:58 04:30:01 ens3 0.23 0.23 0.08 0.07 0.00 0.00 0.00 0.00 04:31:58 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 04:31:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 04:31:58 04:31:01 ens3 126.73 72.99 3965.95 8.71 0.00 0.00 0.00 0.00 04:31:58 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:31:58 Average: lo 0.36 0.36 0.03 0.03 0.00 0.00 0.00 0.00 04:31:58 Average: ens3 48.25 34.43 742.38 14.81 0.00 0.00 0.00 0.00 04:31:58 Average: docker0 12.76 15.75 1.02 141.23 0.00 0.00 0.00 0.00 04:31:58 04:31:58 04:31:58 ---> sar -P ALL: 04:31:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22572) 08/12/22 _x86_64_ (8 CPU) 04:31:58 04:31:58 04:19:01 LINUX RESTART (8 CPU) 04:31:58 04:31:58 04:20:02 CPU %user %nice %system %iowait %steal %idle 04:31:58 04:21:01 all 38.70 0.00 6.90 1.21 0.09 53.11 04:31:58 04:21:01 0 38.56 0.00 6.94 0.53 0.09 53.88 04:31:58 04:21:01 1 37.91 0.00 6.51 1.01 0.09 54.49 04:31:58 04:21:01 2 38.98 0.00 7.16 0.31 0.09 53.47 04:31:58 04:21:01 3 38.63 0.00 6.37 0.15 0.09 54.76 04:31:58 04:21:01 4 39.75 0.00 6.50 1.64 0.09 52.02 04:31:58 04:21:01 5 39.02 0.00 7.20 0.15 0.09 53.53 04:31:58 04:21:01 6 37.28 0.00 7.79 5.42 0.09 49.43 04:31:58 04:21:01 7 39.41 0.00 6.76 0.41 0.09 53.32 04:31:58 04:22:01 all 25.24 0.00 5.29 1.36 0.08 68.03 04:31:58 04:22:01 0 26.11 0.00 5.19 0.52 0.08 68.10 04:31:58 04:22:01 1 24.57 0.00 6.02 0.10 0.08 69.22 04:31:58 04:22:01 2 25.73 0.00 5.00 0.25 0.07 68.95 04:31:58 04:22:01 3 24.44 0.00 4.90 0.86 0.08 69.71 04:31:58 04:22:01 4 24.80 0.00 4.97 2.48 0.07 67.68 04:31:58 04:22:01 5 26.01 0.00 5.56 0.17 0.08 68.17 04:31:58 04:22:01 6 25.21 0.00 5.06 0.39 0.08 69.26 04:31:58 04:22:01 7 25.02 0.00 5.58 6.17 0.08 63.15 04:31:58 04:23:01 all 0.22 0.00 0.01 0.00 0.00 99.76 04:31:58 04:23:01 0 1.66 0.00 0.05 0.00 0.00 98.29 04:31:58 04:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:31:58 04:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:31:58 04:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:31:58 04:23:01 4 0.03 0.00 0.02 0.00 0.03 99.92 04:31:58 04:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:31:58 04:23:01 6 0.00 0.00 0.02 0.02 0.00 99.97 04:31:58 04:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:31:58 04:24:01 all 0.03 0.00 0.01 0.01 0.01 99.93 04:31:58 04:24:01 0 0.15 0.00 0.03 0.00 0.02 99.80 04:31:58 04:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:31:58 04:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:31:58 04:24:01 3 0.02 0.00 0.00 0.02 0.00 99.97 04:31:58 04:24:01 4 0.02 0.00 0.03 0.02 0.02 99.92 04:31:58 04:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:31:58 04:24:01 6 0.02 0.00 0.00 0.03 0.00 99.95 04:31:58 04:24:01 7 0.02 0.00 0.00 0.03 0.02 99.93 04:31:58 04:25:01 all 0.19 0.00 0.02 0.01 0.01 99.77 04:31:58 04:25:01 0 1.45 0.00 0.10 0.00 0.00 98.45 04:31:58 04:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:31:58 04:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:31:58 04:25:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:31:58 04:25:01 4 0.05 0.00 0.05 0.00 0.02 99.88 04:31:58 04:25:01 5 0.00 0.00 0.02 0.00 0.02 99.97 04:31:58 04:25:01 6 0.00 0.00 0.02 0.05 0.00 99.93 04:31:58 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:26:01 all 0.03 0.00 0.01 0.00 0.00 99.95 04:31:58 04:26:01 0 0.13 0.00 0.00 0.00 0.00 99.87 04:31:58 04:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:31:58 04:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:31:58 04:26:01 4 0.05 0.00 0.03 0.02 0.02 99.88 04:31:58 04:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:26:01 7 0.00 0.00 0.02 0.02 0.00 99.97 04:31:58 04:27:01 all 0.02 0.00 0.02 0.00 0.01 99.95 04:31:58 04:27:01 0 0.03 0.00 0.05 0.00 0.02 99.90 04:31:58 04:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:31:58 04:27:01 2 0.00 0.00 0.03 0.00 0.00 99.97 04:31:58 04:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:31:58 04:27:01 4 0.05 0.00 0.02 0.00 0.02 99.92 04:31:58 04:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:27:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:31:58 04:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:31:58 04:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:31:58 04:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:31:58 04:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:31:58 04:28:01 4 0.03 0.00 0.03 0.02 0.02 99.90 04:31:58 04:28:01 5 0.00 0.00 0.00 0.00 0.02 99.98 04:31:58 04:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:28:01 7 0.02 0.00 0.00 0.03 0.00 99.95 04:31:58 04:29:01 all 0.03 0.00 0.01 0.00 0.00 99.95 04:31:58 04:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:31:58 04:29:01 1 0.15 0.00 0.02 0.00 0.02 99.82 04:31:58 04:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:31:58 04:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:31:58 04:29:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:31:58 04:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:31:58 04:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 04:31:58 04:29:01 7 0.00 0.00 0.02 0.02 0.00 99.97 04:31:58 04:30:01 all 0.25 0.00 0.01 0.01 0.01 99.71 04:31:58 04:30:01 0 0.00 0.00 0.03 0.00 0.00 99.97 04:31:58 04:30:01 1 1.94 0.00 0.00 0.00 0.02 98.05 04:31:58 04:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:31:58 04:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:31:58 04:30:01 4 0.02 0.00 0.03 0.00 0.03 99.92 04:31:58 04:30:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:31:58 04:30:01 6 0.00 0.00 0.00 0.08 0.02 99.90 04:31:58 04:30:01 7 0.00 0.00 0.00 0.02 0.02 99.97 04:31:58 04:31:01 all 2.69 0.00 0.98 0.06 0.01 96.26 04:31:58 04:31:01 0 2.26 0.00 1.07 0.00 0.02 96.65 04:31:58 04:31:01 1 4.86 0.00 1.07 0.00 0.02 94.05 04:31:58 04:31:01 2 2.63 0.00 0.70 0.00 0.02 96.65 04:31:58 04:31:01 3 2.91 0.00 1.09 0.03 0.02 95.96 04:31:58 04:31:01 4 2.55 0.00 0.96 0.02 0.02 96.46 04:31:58 04:31:01 5 1.89 0.00 0.92 0.18 0.02 96.99 04:31:58 04:31:01 6 2.01 0.00 1.27 0.03 0.00 96.68 04:31:58 04:31:01 7 2.43 0.00 0.74 0.22 0.00 96.62 04:31:58 04:31:58 Average: CPU %user %nice %system %iowait %steal %idle 04:31:58 Average: all 6.03 0.00 1.19 0.24 0.02 92.53 04:31:58 Average: 0 6.29 0.00 1.20 0.09 0.02 92.39 04:31:58 Average: 1 6.22 0.00 1.22 0.10 0.02 92.44 04:31:58 Average: 2 6.03 0.00 1.16 0.05 0.02 92.74 04:31:58 Average: 3 5.89 0.00 1.11 0.10 0.02 92.89 04:31:58 Average: 4 6.03 0.00 1.13 0.38 0.03 92.43 04:31:58 Average: 5 6.00 0.00 1.23 0.05 0.02 92.70 04:31:58 Average: 6 5.78 0.00 1.27 0.54 0.02 92.40 04:31:58 Average: 7 5.97 0.00 1.17 0.63 0.02 92.22 04:31:58 04:31:58 04:31:58