Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6a12b3cbdde77164eea8659b975df68ff4f52f5c 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-ssh8688248133051441869.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-ssh15694952455052976423.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-virtual-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-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5796740741591426603.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-ssh13438696299255549548.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-virtual-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-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh895957245956643438.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-virtual-go] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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 Running on prd-ubuntu20.04-docker-8c-8g-22593 in /w/workspace/exfoundry_device-virtual-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-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 6a12b3cbdde77164eea8659b975df68ff4f52f5c (main) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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 6a12b3cbdde77164eea8659b975df68ff4f52f5c # timeout=10 Commit message: "build(snap): Upgrade snap hook to 2.4.1 (#300)" > git rev-list --no-walk b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:10:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:10:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:10:42 ========================================================= 07:10:42 EdgeX Global Pipelines Version Info 07:10:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:10:43 ------------------- 07:10:43 stable info: 07:10:43 ------------------- 07:10:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:10:43 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 07:10:43 Message: update stable to v1.0.238 07:10:43 ------------------- 07:10:43 experimental info: 07:10:43 ------------------- 07:10:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:10:43 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 07:10:43 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a12b3c [Pipeline] echo 07:10:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:10:44 provisioning config files... 07:10:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8587676597489919208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:10:44 ---> docker-login.sh 07:10:44 nexus3.edgexfoundry.org:10001 07:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:10:45 Configure a credential helper to remove this warning. See 07:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:10:45 07:10:45 Login Succeeded 07:10:45 nexus3.edgexfoundry.org:10002 07:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:10:45 Configure a credential helper to remove this warning. See 07:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:10:45 07:10:45 Login Succeeded 07:10:45 nexus3.edgexfoundry.org:10003 07:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:10:45 Configure a credential helper to remove this warning. See 07:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:10:45 07:10:45 Login Succeeded 07:10:45 nexus3.edgexfoundry.org:10004 07:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:10:45 Configure a credential helper to remove this warning. See 07:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:10:45 07:10:45 Login Succeeded 07:10:45 docker.io 07:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:10:46 Configure a credential helper to remove this warning. See 07:10:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:10:46 07:10:46 Login Succeeded 07:10:46 ---> docker-login.sh ends [Pipeline] } 07:10:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:10:46 + git rev-list -1 --merges 6a12b3cbdde77164eea8659b975df68ff4f52f5c~1..6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo 07:10:46 -----------> git rev-list -1 --merges 6a12b3cbdde77164eea8659b975df68ff4f52f5c~1..6a12b3cbdde77164eea8659b975df68ff4f52f5c 6a12b3cbdde77164eea8659b975df68ff4f52f5c [false] [Pipeline] sh 07:10:47 + git log --format=format:%s -1 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo 07:10:47 ========================================================= 07:10:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:10:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:10:47 + git log --format=format:%s -1 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo 07:10:47 [semverPrep] GIT_COMMIT: 6a12b3cbdde77164eea8659b975df68ff4f52f5c, Commit Message: build(snap): Upgrade snap hook to 2.4.1 (#300) [Pipeline] echo 07:10:47 [semverPrep] This is not a build commit. [Pipeline] sh 07:10:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:10:47 + grep -v github /etc/ssh/ssh_known_hosts 07:10:47 + [ -e /tmp/ssh_known_hosts ] 07:10:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:10:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:10:47 + sudo tee -a /etc/ssh/ssh_known_hosts 07:10:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:10:48 07:10:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:10:48 0.1.4: Pulling from edgex-devops/py-git-semver 07:10:48 b85a868b505f: Pulling fs layer 07:10:48 e2be974225ed: Pulling fs layer 07:10:48 339a4e72a1f5: Pulling fs layer 07:10:48 988bab9f4d93: Pulling fs layer 07:10:48 1469e6f7b9e6: Pulling fs layer 07:10:48 eaf3925da568: Pulling fs layer 07:10:48 bab4dde63d76: Pulling fs layer 07:10:48 bde34c3a00c8: Pulling fs layer 07:10:48 b352a97aabf1: Pulling fs layer 07:10:48 4872d77fe225: Pulling fs layer 07:10:48 5851b861e8e6: Pulling fs layer 07:10:48 bde34c3a00c8: Waiting 07:10:48 b352a97aabf1: Waiting 07:10:48 1469e6f7b9e6: Waiting 07:10:48 eaf3925da568: Waiting 07:10:48 4872d77fe225: Waiting 07:10:48 bab4dde63d76: Waiting 07:10:48 5851b861e8e6: Waiting 07:10:48 e2be974225ed: Download complete 07:10:48 988bab9f4d93: Verifying Checksum 07:10:48 988bab9f4d93: Download complete 07:10:48 1469e6f7b9e6: Verifying Checksum 07:10:48 1469e6f7b9e6: Download complete 07:10:48 339a4e72a1f5: Verifying Checksum 07:10:48 339a4e72a1f5: Download complete 07:10:48 eaf3925da568: Verifying Checksum 07:10:48 eaf3925da568: Download complete 07:10:48 bde34c3a00c8: Download complete 07:10:48 b352a97aabf1: Verifying Checksum 07:10:48 b352a97aabf1: Download complete 07:10:48 4872d77fe225: Verifying Checksum 07:10:48 4872d77fe225: Download complete 07:10:48 5851b861e8e6: Verifying Checksum 07:10:48 5851b861e8e6: Download complete 07:10:48 b85a868b505f: Verifying Checksum 07:10:48 b85a868b505f: Download complete 07:10:49 bab4dde63d76: Verifying Checksum 07:10:49 bab4dde63d76: Download complete 07:10:50 b85a868b505f: Pull complete 07:10:50 e2be974225ed: Pull complete 07:10:51 339a4e72a1f5: Pull complete 07:10:51 988bab9f4d93: Pull complete 07:10:51 1469e6f7b9e6: Pull complete 07:10:51 eaf3925da568: Pull complete 07:10:53 bab4dde63d76: Pull complete 07:10:53 bde34c3a00c8: Pull complete 07:10:53 b352a97aabf1: Pull complete 07:10:53 4872d77fe225: Pull complete 07:10:53 5851b861e8e6: Pull complete 07:10:53 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:10:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:10:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:10:53 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:10:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:10:55 $ docker top 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 -eo pid,comm 07:10:55 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:10:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:10:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:10:55 [ssh-agent] Looking for ssh-agent implementation... 07:10:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:10:55 $ docker exec 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent 07:10:56 SSH_AUTH_SOCK=/tmp/ssh-igxYZVVrvr1N/agent.33 07:10:56 SSH_AGENT_PID=39 07:10:56 Running ssh-add (command line suppressed) 07:10:56 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2216682003953906600.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2216682003953906600.key) 07:10:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:10:56 + git tag --points-at HEAD [Pipeline] } 07:10:56 $ docker exec --env ******** --env ******** 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent -k 07:10:56 unset SSH_AUTH_SOCK; 07:10:56 unset SSH_AGENT_PID; 07:10:56 echo Agent pid 39 killed; 07:10:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:10:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:10:56 [ssh-agent] Looking for ssh-agent implementation... 07:10:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:10:56 $ docker exec 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent 07:10:56 SSH_AUTH_SOCK=/tmp/ssh-wDlJbvz4DNF9/agent.71 07:10:56 SSH_AGENT_PID=77 07:10:56 Running ssh-add (command line suppressed) 07:10:57 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5975738357414097803.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5975738357414097803.key) 07:10:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:10:57 + git semver init 07:10:57 2022-08-12 07:10:57,638 [run_init] DEBUG init version:0.0.0 force:False 07:10:57 2022-08-12 07:10:57,639 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 07:10:57 2022-08-12 07:10:57,639 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 07:10:57 2022-08-12 07:10:57,640 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 07:10:58 2022-08-12 07:10:58,617 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 07:10:58 2022-08-12 07:10:58,617 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 07:10:58 2022-08-12 07:10:58,618 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:10:58 2022-08-12 07:10:58,618 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:10:58 2.3.0-dev.12 [Pipeline] } 07:10:58 $ docker exec --env ******** --env ******** 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent -k 07:10:59 unset SSH_AUTH_SOCK; 07:10:59 unset SSH_AGENT_PID; 07:10:59 echo Agent pid 77 killed; 07:10:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:10:59 + git semver [Pipeline] } 07:10:59 $ docker stop --time=1 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 07:11:00 $ docker rm -f 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 [Pipeline] // withDockerContainer [Pipeline] sh 07:11:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:11:01 Stashed 1 file(s) [Pipeline] echo 07:11:01 [edgeXSemver]: initialized semver on version 2.3.0-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:11:01 provisioning config files... 07:11:01 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6633419844183797205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:11:02 ---> docker-login.sh 07:11:02 nexus3.edgexfoundry.org:10001 07:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:11:02 Configure a credential helper to remove this warning. See 07:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:11:02 07:11:02 Login Succeeded 07:11:02 nexus3.edgexfoundry.org:10002 07:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:11:02 Configure a credential helper to remove this warning. See 07:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:11:02 07:11:02 Login Succeeded 07:11:02 nexus3.edgexfoundry.org:10003 07:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:11:02 Configure a credential helper to remove this warning. See 07:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:11:02 07:11:02 Login Succeeded 07:11:02 nexus3.edgexfoundry.org:10004 07:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:11:02 Configure a credential helper to remove this warning. See 07:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:11:02 07:11:02 Login Succeeded 07:11:02 docker.io 07:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:11:02 Configure a credential helper to remove this warning. See 07:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:11:02 07:11:02 Login Succeeded 07:11:02 ---> docker-login.sh ends [Pipeline] } 07:11:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:11:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:11:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:11:02 ========================================================= 07:11:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 07:11:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:03 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 07:11:03 Sending build context to Docker daemon 23.08MB 07:11:03 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 07:11:03 Step 2/12 : FROM ${BASE} AS builder 07:11:03 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 07:11:03 2408cc74d12b: Pulling fs layer 07:11:03 ea60b727a1ce: Pulling fs layer 07:11:03 30c4a7721957: Pulling fs layer 07:11:03 370296b7ddb6: Pulling fs layer 07:11:03 7c6cee850709: Pulling fs layer 07:11:03 39a5fcdaea64: Pulling fs layer 07:11:03 d94ebbe4e438: Pulling fs layer 07:11:03 bcfd1f05c69d: Pulling fs layer 07:11:03 59ccb84bbe0f: Pulling fs layer 07:11:03 370296b7ddb6: Waiting 07:11:03 7c6cee850709: Waiting 07:11:03 39a5fcdaea64: Waiting 07:11:03 d94ebbe4e438: Waiting 07:11:03 bcfd1f05c69d: Waiting 07:11:03 59ccb84bbe0f: Waiting 07:11:03 30c4a7721957: Download complete 07:11:03 ea60b727a1ce: Verifying Checksum 07:11:03 ea60b727a1ce: Download complete 07:11:03 7c6cee850709: Download complete 07:11:03 39a5fcdaea64: Download complete 07:11:03 2408cc74d12b: Verifying Checksum 07:11:03 2408cc74d12b: Download complete 07:11:03 d94ebbe4e438: Verifying Checksum 07:11:03 d94ebbe4e438: Download complete 07:11:03 2408cc74d12b: Pull complete 07:11:03 ea60b727a1ce: Pull complete 07:11:03 30c4a7721957: Pull complete 07:11:04 370296b7ddb6: Verifying Checksum 07:11:04 370296b7ddb6: Download complete 07:11:04 59ccb84bbe0f: Verifying Checksum 07:11:04 59ccb84bbe0f: Download complete 07:11:04 bcfd1f05c69d: Verifying Checksum 07:11:04 bcfd1f05c69d: Download complete 07:11:08 370296b7ddb6: Pull complete 07:11:08 7c6cee850709: Pull complete 07:11:08 39a5fcdaea64: Pull complete 07:11:08 d94ebbe4e438: Pull complete 07:11:11 bcfd1f05c69d: Pull complete 07:11:11 59ccb84bbe0f: Pull complete 07:11:11 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 07:11:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:11:11 ---> a4fb48ad2a94 07:11:11 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 07:11:14 ---> Running in 66c94641d5f0 07:11:14 Removing intermediate container 66c94641d5f0 07:11:14 ---> dc672db999e9 07:11:14 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 07:11:14 ---> Running in e8d6b3634f64 07:11:14 Removing intermediate container e8d6b3634f64 07:11:14 ---> 56c817310988 07:11:14 Step 5/12 : WORKDIR /device-virtual-go 07:11:14 ---> Running in 04191737b11b 07:11:14 Removing intermediate container 04191737b11b 07:11:14 ---> 17ff14ed2a0a 07:11:14 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:11:14 ---> Running in ff415f845c4e 07:11:15 Removing intermediate container ff415f845c4e 07:11:15 ---> 867c2b7f1b01 07:11:15 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:11:15 ---> Running in b159f63c603f 07:11:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:11:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:11:16 Still waiting to schedule task 07:11:16 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-22594’ 07:11:16 (1/4) Installing openssh-keygen (9.0_p1-r2) 07:11:16 (2/4) Installing libedit (20210910.3.1-r0) 07:11:17 (3/4) Installing openssh-client-common (9.0_p1-r2) 07:11:17 (4/4) Installing openssh-client-default (9.0_p1-r2) 07:11:17 Executing busybox-1.35.0-r13.trigger 07:11:17 OK: 216 MiB in 55 packages 07:11:17 Removing intermediate container b159f63c603f 07:11:17 ---> 1dc1326b5da0 07:11:17 Step 8/12 : COPY go.mod vendor* ./ 07:11:17 ---> 40c86c2b7227 07:11:17 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:11:17 ---> Running in 27543eb60bd9 07:11:39 Removing intermediate container 27543eb60bd9 07:11:39 ---> f8dd89e62b0a 07:11:39 Step 10/12 : COPY . . 07:11:39 ---> 565fe4877b13 07:11:39 Step 11/12 : ARG MAKE='make build' 07:11:39 ---> Running in 5bad9fba3a2d 07:11:39 Removing intermediate container 5bad9fba3a2d 07:11:39 ---> 649591ebbed6 07:11:39 Step 12/12 : RUN $MAKE 07:11:39 ---> Running in bafa2ca11c7d 07:11:39 noop 07:11:40 Removing intermediate container bafa2ca11c7d 07:11:40 ---> 64446f41fc58 07:11:40 Successfully built 64446f41fc58 07:11:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:40 + docker inspect -f . ci-base-image-x86_64 07:11:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:11:40 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:11:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:11:41 $ docker top d69b1375507eee264f9dd667863edeaee322e79f89bfd43c05db7f0bdf79f7d3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:11:41 + go version 07:11:41 go version go1.18.3 linux/amd64 [Pipeline] } 07:11:41 $ docker stop --time=1 d69b1375507eee264f9dd667863edeaee322e79f89bfd43c05db7f0bdf79f7d3 07:11:42 $ docker rm -f d69b1375507eee264f9dd667863edeaee322e79f89bfd43c05db7f0bdf79f7d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:43 + docker inspect -f . ci-base-image-x86_64 07:11:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:11:43 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:11:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:11:43 $ docker top 3bc1ec9aac0079886842e188c530fcdd42baa67d49b5030eb0d204d3f3dd93d8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:11:44 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 07:11:44 + make test 07:11:44 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:11:44 ? github.com/edgexfoundry/device-virtual-go [no test files] 07:11:54 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 07:11:54 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.041s coverage: 65.7% of statements 07:12:01 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 07:12:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 07:12:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:12:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:12:04 ./bin/test-attribution-txt.sh 07:12:04 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 07:12:04 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 07:12:04 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 07:12:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:12:04 $ docker stop --time=1 3bc1ec9aac0079886842e188c530fcdd42baa67d49b5030eb0d204d3f3dd93d8 07:12:06 $ docker rm -f 3bc1ec9aac0079886842e188c530fcdd42baa67d49b5030eb0d204d3f3dd93d8 [Pipeline] // withDockerContainer [Pipeline] sh 07:12:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:12:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:12:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:12:08 + ls -al . 07:12:08 total 192 07:12:08 drwxrwxr-x 9 jenkins jenkins 4096 Aug 12 07:11 . 07:12:08 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:10 .. 07:12:08 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:11 .git 07:12:08 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:10 .github 07:12:08 -rw-rw-r-- 1 jenkins jenkins 337 Aug 12 07:10 .gitignore 07:12:08 -rw-rw-r-- 1 jenkins jenkins 41 Aug 12 07:10 .golangci.yml 07:12:08 drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 07:10 .semver 07:12:08 -rw-rw-r-- 1 jenkins jenkins 8152 Aug 12 07:10 Attribution.txt 07:12:08 -rw-rw-r-- 1 jenkins jenkins 9649 Aug 12 07:10 CHANGELOG.md 07:12:08 -rw-rw-r-- 1 jenkins jenkins 1978 Aug 12 07:10 Dockerfile 07:12:08 -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 07:10 GOVERNANCE.md 07:12:08 -rw-rw-r-- 1 jenkins jenkins 660 Aug 12 07:10 Jenkinsfile 07:12:08 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 12 07:10 LICENSE 07:12:08 -rw-rw-r-- 1 jenkins jenkins 2248 Aug 12 07:10 Makefile 07:12:08 -rw-rw-r-- 1 jenkins jenkins 623 Aug 12 07:10 OWNERS.md 07:12:08 -rw-rw-r-- 1 jenkins jenkins 2914 Aug 12 07:10 README.md 07:12:08 -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 07:11 VERSION 07:12:08 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 07:10 bin 07:12:08 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:10 cmd 07:12:08 -rw-r--r-- 1 jenkins jenkins 44128 Aug 12 07:11 coverage.out 07:12:08 -rw-rw-r-- 1 jenkins jenkins 3328 Aug 12 07:10 go.mod 07:12:08 -rw-rw-r-- 1 jenkins jenkins 36202 Aug 12 07:10 go.sum 07:12:08 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:10 internal 07:12:08 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:10 snap 07:12:08 -rw-rw-r-- 1 jenkins jenkins 235 Aug 12 07:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:08 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6a12b3cbdde77164eea8659b975df68ff4f52f5c --label arch=amd64 --label version=2.3.0-dev.12 . 07:12:08 Sending build context to Docker daemon 23.13MB 07:12:08 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 07:12:08 Step 2/26 : FROM ${BASE} AS builder 07:12:08 ---> 64446f41fc58 07:12:08 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 07:12:08 ---> Running in b7a11084f874 07:12:08 Removing intermediate container b7a11084f874 07:12:08 ---> 626e484bf8b1 07:12:08 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 07:12:08 ---> Running in f854345da50e 07:12:09 Removing intermediate container f854345da50e 07:12:09 ---> d2c34812670c 07:12:09 Step 5/26 : WORKDIR /device-virtual-go 07:12:09 ---> Running in fc6d4679a7be 07:12:09 Removing intermediate container fc6d4679a7be 07:12:09 ---> de3bf4a14c24 07:12:09 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:09 ---> Running in eec92f86a678 07:12:09 Removing intermediate container eec92f86a678 07:12:09 ---> 451635fca34f 07:12:09 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:12:10 ---> Running in d97a62afc4a8 07:12:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:12:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:12:11 OK: 216 MiB in 55 packages 07:12:11 Removing intermediate container d97a62afc4a8 07:12:11 ---> 46bb33664c3d 07:12:11 Step 8/26 : COPY go.mod vendor* ./ 07:12:12 ---> 8e0ec37079e1 07:12:12 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:12:12 ---> Running in 6db51ce4aedc 07:12:12 Removing intermediate container 6db51ce4aedc 07:12:12 ---> bef8246a3789 07:12:12 Step 10/26 : COPY . . 07:12:13 ---> ca1375ec00cc 07:12:13 Step 11/26 : ARG MAKE='make build' 07:12:13 ---> Running in 3875b7b821fc 07:12:13 Removing intermediate container 3875b7b821fc 07:12:13 ---> 64e8113d9a2b 07:12:13 Step 12/26 : RUN $MAKE 07:12:13 ---> Running in bc146a6645ba 07:12:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.12" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 07:12:35 Removing intermediate container bc146a6645ba 07:12:35 ---> 0167d68d63fb 07:12:35 Step 13/26 : FROM alpine:3.16 07:12:35 3.16: Pulling from library/alpine 07:12:35 213ec9aee27d: Pulling fs layer 07:12:35 213ec9aee27d: Verifying Checksum 07:12:35 213ec9aee27d: Download complete 07:12:35 213ec9aee27d: Pull complete 07:12:35 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 07:12:35 Status: Downloaded newer image for alpine:3.16 07:12:35 ---> 9c6f07244728 07:12:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 07:12:35 ---> Running in b038b472013d 07:12:35 Removing intermediate container b038b472013d 07:12:35 ---> 0a3080ee9fdc 07:12:35 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:35 ---> Running in 54f792f58ce9 07:12:35 Removing intermediate container 54f792f58ce9 07:12:35 ---> c5da965d4acd 07:12:35 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 07:12:35 ---> Running in b897141d4f7f 07:12:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:12:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:12:37 (1/6) Installing dumb-init (1.2.5-r1) 07:12:37 (2/6) Installing libgcc (11.2.1_git20220219-r2) 07:12:37 (3/6) Installing libsodium (1.0.18-r0) 07:12:37 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 07:12:37 (5/6) Installing libzmq (4.3.4-r0) 07:12:37 (6/6) Installing zeromq (4.3.4-r0) 07:12:37 Executing busybox-1.35.0-r17.trigger 07:12:37 OK: 8 MiB in 20 packages 07:12:38 Removing intermediate container b897141d4f7f 07:12:38 ---> 20d6a2592e2a 07:12:38 Step 17/26 : WORKDIR / 07:12:38 ---> Running in 7b4cf3fe65a8 07:12:38 Removing intermediate container 7b4cf3fe65a8 07:12:38 ---> f2b3958cf81f 07:12:38 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 07:12:38 ---> b1bddc799b35 07:12:38 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 07:12:38 ---> d801dbcea477 07:12:38 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 07:12:39 ---> 03b859d0d787 07:12:39 Step 21/26 : EXPOSE 59900 07:12:39 ---> Running in 1d1991ec88d5 07:12:39 Removing intermediate container 1d1991ec88d5 07:12:39 ---> d5247bc3a6e3 07:12:39 Step 22/26 : ENTRYPOINT ["/device-virtual"] 07:12:39 ---> Running in 0e8dc5678cca 07:12:39 Removing intermediate container 0e8dc5678cca 07:12:39 ---> 4c2ac6bf04a2 07:12:39 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:12:39 ---> Running in e1558c09e319 07:12:39 Removing intermediate container e1558c09e319 07:12:39 ---> 4835654f9408 07:12:39 Step 24/26 : LABEL arch=amd64 07:12:39 ---> Running in a170c095b7eb 07:12:39 Removing intermediate container a170c095b7eb 07:12:39 ---> d6991f992f65 07:12:39 Step 25/26 : LABEL git_sha=6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:12:40 ---> Running in 70177bc266cd 07:12:40 Removing intermediate container 70177bc266cd 07:12:40 ---> 6efe3962b05a 07:12:40 Step 26/26 : LABEL version=2.3.0-dev.12 07:12:40 ---> Running in 97017adf1f82 07:12:40 Removing intermediate container 97017adf1f82 07:12:40 ---> 56379318eb8d 07:12:40 [Warning] One or more build-args [ARCH] were not consumed 07:12:40 Successfully built 56379318eb8d 07:12:40 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:12:40 provisioning config files... 07:12:40 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6282770623331669779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:12:40 ---> docker-login.sh 07:12:40 nexus3.edgexfoundry.org:10001 07:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:40 Configure a credential helper to remove this warning. See 07:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:40 07:12:40 Login Succeeded 07:12:40 nexus3.edgexfoundry.org:10002 07:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:40 Configure a credential helper to remove this warning. See 07:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:40 07:12:40 Login Succeeded 07:12:40 nexus3.edgexfoundry.org:10003 07:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:40 Configure a credential helper to remove this warning. See 07:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:40 07:12:40 Login Succeeded 07:12:40 nexus3.edgexfoundry.org:10004 07:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:41 Configure a credential helper to remove this warning. See 07:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:41 07:12:41 Login Succeeded 07:12:41 docker.io 07:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:41 Configure a credential helper to remove this warning. See 07:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:41 07:12:41 Login Succeeded 07:12:41 ---> docker-login.sh ends [Pipeline] } 07:12:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:12:41 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 07:12:41 6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:12:41 latest 07:12:41 2.3.0-dev.12 07:12:41 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 07:12:41 main 07:12:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:41 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:42 + docker push nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:12:42 1c3aa5bae0de: Preparing 07:12:42 cee3bece40f7: Preparing 07:12:42 bf24780ce030: Preparing 07:12:42 1059d2425986: Preparing 07:12:42 45444a397be6: Preparing 07:12:42 994393dc58e7: Preparing 07:12:42 994393dc58e7: Waiting 07:12:42 bf24780ce030: Pushed 07:12:42 cee3bece40f7: Pushed 07:12:42 45444a397be6: Pushed 07:12:42 994393dc58e7: Layer already exists 07:12:42 1059d2425986: Pushed 07:12:45 1c3aa5bae0de: Pushed 07:12:45 6a12b3cbdde77164eea8659b975df68ff4f52f5c: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:45 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:45 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 07:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:12:45 1c3aa5bae0de: Preparing 07:12:45 cee3bece40f7: Preparing 07:12:45 bf24780ce030: Preparing 07:12:45 1059d2425986: Preparing 07:12:45 45444a397be6: Preparing 07:12:45 994393dc58e7: Preparing 07:12:45 994393dc58e7: Waiting 07:12:45 cee3bece40f7: Layer already exists 07:12:45 1059d2425986: Layer already exists 07:12:45 1c3aa5bae0de: Layer already exists 07:12:45 bf24780ce030: Layer already exists 07:12:45 45444a397be6: Layer already exists 07:12:45 994393dc58e7: Layer already exists 07:12:45 latest: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:46 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:46 + docker push nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.12 07:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:12:46 1c3aa5bae0de: Preparing 07:12:46 cee3bece40f7: Preparing 07:12:46 bf24780ce030: Preparing 07:12:46 1059d2425986: Preparing 07:12:46 45444a397be6: Preparing 07:12:46 994393dc58e7: Preparing 07:12:46 994393dc58e7: Waiting 07:12:46 1c3aa5bae0de: Layer already exists 07:12:46 1059d2425986: Layer already exists 07:12:46 45444a397be6: Layer already exists 07:12:46 bf24780ce030: Layer already exists 07:12:46 cee3bece40f7: Layer already exists 07:12:46 994393dc58e7: Layer already exists 07:12:46 2.3.0-dev.12: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:46 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:46 + docker push nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 07:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:12:46 1c3aa5bae0de: Preparing 07:12:46 cee3bece40f7: Preparing 07:12:46 bf24780ce030: Preparing 07:12:46 1059d2425986: Preparing 07:12:46 45444a397be6: Preparing 07:12:46 994393dc58e7: Preparing 07:12:46 994393dc58e7: Waiting 07:12:46 45444a397be6: Layer already exists 07:12:46 1c3aa5bae0de: Layer already exists 07:12:46 bf24780ce030: Layer already exists 07:12:46 cee3bece40f7: Layer already exists 07:12:46 1059d2425986: Layer already exists 07:12:46 994393dc58e7: Layer already exists 07:12:46 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:47 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:47 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 07:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 07:12:47 1c3aa5bae0de: Preparing 07:12:47 cee3bece40f7: Preparing 07:12:47 bf24780ce030: Preparing 07:12:47 1059d2425986: Preparing 07:12:47 45444a397be6: Preparing 07:12:47 994393dc58e7: Preparing 07:12:47 994393dc58e7: Waiting 07:12:47 1059d2425986: Layer already exists 07:12:47 bf24780ce030: Layer already exists 07:12:47 1c3aa5bae0de: Layer already exists 07:12:47 cee3bece40f7: Layer already exists 07:12:47 45444a397be6: Layer already exists 07:12:47 994393dc58e7: Layer already exists 07:12:47 main: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:47 ===================================================== [Pipeline] echo 07:12:47 taggedImages: 07:12:47 - nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:12:47 - nexus3.edgexfoundry.org:10004/device-virtual:latest 07:12:47 - nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.12 07:12:47 - nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 07:12:47 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:12:48 07:12:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:12:48 latest: Pulling from edgex-lftools-log-publisher 07:12:48 5eb5b503b376: Pulling fs layer 07:12:48 5c69ac0246d0: Pulling fs layer 07:12:48 ec43610c2a17: Pulling fs layer 07:12:48 3a2ae6a8a46f: Pulling fs layer 07:12:48 33b1e0a273af: Pulling fs layer 07:12:48 5d3b04190fa2: Pulling fs layer 07:12:48 2f39f015ded8: Pulling fs layer 07:12:48 33b1e0a273af: Waiting 07:12:48 5d3b04190fa2: Waiting 07:12:48 2f39f015ded8: Waiting 07:12:48 3a2ae6a8a46f: Waiting 07:12:48 5c69ac0246d0: Download complete 07:12:48 3a2ae6a8a46f: Verifying Checksum 07:12:48 3a2ae6a8a46f: Download complete 07:12:48 33b1e0a273af: Verifying Checksum 07:12:48 33b1e0a273af: Download complete 07:12:48 ec43610c2a17: Verifying Checksum 07:12:48 ec43610c2a17: Download complete 07:12:48 5d3b04190fa2: Download complete 07:12:48 5eb5b503b376: Download complete 07:12:49 2f39f015ded8: Verifying Checksum 07:12:49 2f39f015ded8: Download complete 07:12:50 5eb5b503b376: Pull complete 07:12:50 5c69ac0246d0: Pull complete 07:12:50 ec43610c2a17: Pull complete 07:12:50 3a2ae6a8a46f: Pull complete 07:12:50 33b1e0a273af: Pull complete 07:12:50 5d3b04190fa2: Pull complete 07:12:56 2f39f015ded8: Pull complete 07:12:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:12:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:12:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:12:56 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:12:56 $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:12:58 $ docker top 62d024ee83de63660e36ac0f9df5177dd05cc1ae1dc4f1c1311d28eba43258b3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:12:59 ---> job-cost.sh 07:12:59 lf-activate-venv: SKIPPING 07:12:59 INFO: No Stack... 07:12:59 INFO: Retrieving Pricing Info for: v3-standard-8 07:13:00 INFO: Archiving Costs [Pipeline] sh 07:13:00 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 07:13:00 + cut -d, -f6 [Pipeline] lock 07:13:00 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] 07:13:00 Resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] did not exist. Created. 07:13:00 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:13:00 + echo total: 0.2199999988079071 [Pipeline] stash 07:13:00 Stashed 1 file(s) [Pipeline] } 07:13:00 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] // lock [Pipeline] } 07:13:00 $ docker stop --time=1 62d024ee83de63660e36ac0f9df5177dd05cc1ae1dc4f1c1311d28eba43258b3 07:13:02 $ docker rm -f 62d024ee83de63660e36ac0f9df5177dd05cc1ae1dc4f1c1311d28eba43258b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:14:51 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22596 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 07:14:51 Running in /w/workspace/device-virtual-go/48 [Pipeline] { [Pipeline] checkout 07:14:51 The recommended git tool is: git 07:14:58 using credential edgex-jenkins-ssh 07:14:58 Cloning the remote Git repository 07:14:58 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 07:14:59 > git init /w/workspace/device-virtual-go/48 # timeout=10 07:14:59 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 07:14:59 > git --version # timeout=10 07:14:59 > git --version # 'git version 2.25.1' 07:14:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:14:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:15:01 Avoid second fetch 07:15:01 Checking out Revision 6a12b3cbdde77164eea8659b975df68ff4f52f5c (main) 07:15:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 07:15:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:15:01 > git config core.sparsecheckout # timeout=10 07:15:01 > git checkout -f 6a12b3cbdde77164eea8659b975df68ff4f52f5c # timeout=10 07:15:05 Commit message: "build(snap): Upgrade snap hook to 2.4.1 (#300)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:15:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:15:06 % Total % Received % Xferd Average Speed Time Time Time Current 07:15:06 Dload Upload Total Spent Left Speed 07:15:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 92029 0 --:--:-- --:--:-- --:--:-- 92029 [Pipeline] sh 07:15:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:15:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:15:07 + sudo tee /etc/docker/daemon.new 07:15:07 { 07:15:07 "registry-mirrors": [ 07:15:07 "https://nexus3.edgexfoundry.org:10001" 07:15:07 ], 07:15:07 "bip": "10.250.0.254/24", 07:15:07 "hosts": [ 07:15:07 "tcp://0.0.0.0:5555", 07:15:07 "unix:///var/run/docker.sock" 07:15:07 ], 07:15:07 "mtu": 1458, 07:15:07 "selinux-enabled": true, 07:15:07 "seccomp-profile": "/etc/docker/seccomp.json" 07:15:07 } [Pipeline] sh 07:15:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:15:08 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:15:26 provisioning config files... 07:15:26 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config5358896121522146195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:15:27 ---> docker-login.sh 07:15:27 nexus3.edgexfoundry.org:10001 07:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:27 Configure a credential helper to remove this warning. See 07:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:27 07:15:27 Login Succeeded 07:15:27 nexus3.edgexfoundry.org:10002 07:15:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:28 Configure a credential helper to remove this warning. See 07:15:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:28 07:15:28 Login Succeeded 07:15:28 nexus3.edgexfoundry.org:10003 07:15:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:28 Configure a credential helper to remove this warning. See 07:15:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:28 07:15:28 Login Succeeded 07:15:28 nexus3.edgexfoundry.org:10004 07:15:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:29 Configure a credential helper to remove this warning. See 07:15:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:29 07:15:29 Login Succeeded 07:15:29 docker.io 07:15:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:29 Configure a credential helper to remove this warning. See 07:15:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:29 07:15:29 Login Succeeded 07:15:29 ---> docker-login.sh ends [Pipeline] } 07:15:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:15:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:15:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:15:30 ========================================================= 07:15:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 07:15:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:30 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 07:15:31 Sending build context to Docker daemon 11.68MB 07:15:31 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 07:15:31 Step 2/12 : FROM ${BASE} AS builder 07:15:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:15:31 b3c136eddcbf: Pulling fs layer 07:15:31 c0a3192eca97: Pulling fs layer 07:15:31 a050256f5b6f: Pulling fs layer 07:15:31 656be50a0ddc: Pulling fs layer 07:15:31 2bbca73fdf42: Pulling fs layer 07:15:31 46d945488cbd: Pulling fs layer 07:15:31 8a5474983e97: Pulling fs layer 07:15:31 329c88fbcd65: Pulling fs layer 07:15:31 656be50a0ddc: Waiting 07:15:31 2bbca73fdf42: Waiting 07:15:31 46d945488cbd: Waiting 07:15:31 8a5474983e97: Waiting 07:15:31 329c88fbcd65: Waiting 07:15:31 a050256f5b6f: Verifying Checksum 07:15:31 a050256f5b6f: Download complete 07:15:31 c0a3192eca97: Download complete 07:15:31 2bbca73fdf42: Verifying Checksum 07:15:31 2bbca73fdf42: Download complete 07:15:31 46d945488cbd: Verifying Checksum 07:15:31 46d945488cbd: Download complete 07:15:31 b3c136eddcbf: Verifying Checksum 07:15:32 b3c136eddcbf: Pull complete 07:15:32 329c88fbcd65: Verifying Checksum 07:15:32 329c88fbcd65: Download complete 07:15:32 c0a3192eca97: Pull complete 07:15:33 a050256f5b6f: Pull complete 07:15:33 8a5474983e97: Download complete 07:15:34 656be50a0ddc: Verifying Checksum 07:15:34 656be50a0ddc: Download complete 07:15:46 656be50a0ddc: Pull complete 07:15:46 2bbca73fdf42: Pull complete 07:15:46 46d945488cbd: Pull complete 07:15:53 8a5474983e97: Pull complete 07:15:54 329c88fbcd65: Pull complete 07:15:54 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 07:15:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:15:54 ---> ff4287adb874 07:15:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 07:15:55 ---> Running in cb3dec3df10f 07:15:55 Removing intermediate container cb3dec3df10f 07:15:55 ---> 713a68a6caf7 07:15:55 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 07:15:55 ---> Running in 428e3e436e38 07:15:56 Removing intermediate container 428e3e436e38 07:15:56 ---> 870a6840f9d1 07:15:56 Step 5/12 : WORKDIR /device-virtual-go 07:15:56 ---> Running in e81b2959fb56 07:15:56 Removing intermediate container e81b2959fb56 07:15:56 ---> 0c1123455eb1 07:15:56 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:15:56 ---> Running in 63630db0df38 07:15:58 Removing intermediate container 63630db0df38 07:15:58 ---> a1e11b196f63 07:15:58 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:15:58 ---> Running in 75935adb5cc3 07:15:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:16:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:16:01 (1/4) Installing openssh-keygen (9.0_p1-r2) 07:16:01 (2/4) Installing libedit (20210910.3.1-r0) 07:16:01 (3/4) Installing openssh-client-common (9.0_p1-r2) 07:16:01 (4/4) Installing openssh-client-default (9.0_p1-r2) 07:16:01 Executing busybox-1.35.0-r13.trigger 07:16:01 OK: 226 MiB in 55 packages 07:16:02 Removing intermediate container 75935adb5cc3 07:16:02 ---> bb7b5b7b41e9 07:16:02 Step 8/12 : COPY go.mod vendor* ./ 07:16:03 ---> b503494c23aa 07:16:03 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:16:03 ---> Running in 63c9c6a5a9ab 07:16:50 Removing intermediate container 63c9c6a5a9ab 07:16:50 ---> c9c80e17a14e 07:16:50 Step 10/12 : COPY . . 07:16:50 ---> 8bb936f1d8b7 07:16:50 Step 11/12 : ARG MAKE='make build' 07:16:50 ---> Running in f32183203704 07:16:50 Removing intermediate container f32183203704 07:16:50 ---> d98ece452be5 07:16:50 Step 12/12 : RUN $MAKE 07:16:50 ---> Running in e2b0aaae3560 07:16:50 noop 07:16:50 Removing intermediate container e2b0aaae3560 07:16:50 ---> 9163f9d4aa5a 07:16:50 Successfully built 9163f9d4aa5a 07:16:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:50 + docker inspect -f . ci-base-image-arm64 07:16:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:16:51 prd-ubuntu20.04-docker-arm64-4c-16g-22596 does not seem to be running inside a container 07:16:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 07:16:52 $ docker top 2b87f568f732d5025228cdea74ff7bf67ba66bc0106672bb7034cff15b668bef -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:53 + go version 07:16:53 go version go1.18.3 linux/arm64 [Pipeline] } 07:16:53 $ docker stop --time=1 2b87f568f732d5025228cdea74ff7bf67ba66bc0106672bb7034cff15b668bef 07:16:54 $ docker rm -f 2b87f568f732d5025228cdea74ff7bf67ba66bc0106672bb7034cff15b668bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:55 + docker inspect -f . ci-base-image-arm64 07:16:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:16:55 prd-ubuntu20.04-docker-arm64-4c-16g-22596 does not seem to be running inside a container 07:16:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 07:16:57 $ docker top 050070accafd3df970fc4d00ac245ccaf8cedab132fd9e4861cae4a2bdd0975d -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:58 + git config --global --add safe.directory /w/workspace/device-virtual-go/48 [Pipeline] fileExists [Pipeline] sh 07:16:58 + make test 07:16:58 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:17:00 ? github.com/edgexfoundry/device-virtual-go [no test files] 07:18:22 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 07:18:22 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.133s coverage: 65.7% of statements 07:18:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:18:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 07:18:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:18:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:18:37 ./bin/test-attribution-txt.sh 07:18:37 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 07:18:37 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 07:18:37 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 07:18:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:18:37 $ docker stop --time=1 050070accafd3df970fc4d00ac245ccaf8cedab132fd9e4861cae4a2bdd0975d 07:18:39 $ docker rm -f 050070accafd3df970fc4d00ac245ccaf8cedab132fd9e4861cae4a2bdd0975d [Pipeline] // withDockerContainer [Pipeline] sh 07:18:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:18:40 Warning: overwriting stash ‘coverage-report’ 07:18:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:18:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:18:41 + ls -al . 07:18:41 total 188 07:18:41 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:16 . 07:18:41 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:14 .. 07:18:41 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:15 .git 07:18:41 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:15 .github 07:18:41 -rw-rw-r-- 1 jenkins jenkins 337 Aug 12 07:15 .gitignore 07:18:41 -rw-rw-r-- 1 jenkins jenkins 41 Aug 12 07:15 .golangci.yml 07:18:41 -rw-rw-r-- 1 jenkins jenkins 8152 Aug 12 07:15 Attribution.txt 07:18:41 -rw-rw-r-- 1 jenkins jenkins 9649 Aug 12 07:15 CHANGELOG.md 07:18:41 -rw-rw-r-- 1 jenkins jenkins 1978 Aug 12 07:15 Dockerfile 07:18:41 -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 07:15 GOVERNANCE.md 07:18:41 -rw-rw-r-- 1 jenkins jenkins 660 Aug 12 07:15 Jenkinsfile 07:18:41 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 12 07:15 LICENSE 07:18:41 -rw-rw-r-- 1 jenkins jenkins 2248 Aug 12 07:15 Makefile 07:18:41 -rw-rw-r-- 1 jenkins jenkins 623 Aug 12 07:15 OWNERS.md 07:18:41 -rw-rw-r-- 1 jenkins jenkins 2914 Aug 12 07:15 README.md 07:18:41 -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 07:11 VERSION 07:18:41 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 07:15 bin 07:18:41 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:15 cmd 07:18:41 -rw-r--r-- 1 jenkins jenkins 44128 Aug 12 07:18 coverage.out 07:18:41 -rw-rw-r-- 1 jenkins jenkins 3328 Aug 12 07:15 go.mod 07:18:41 -rw-rw-r-- 1 jenkins jenkins 36202 Aug 12 07:15 go.sum 07:18:41 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:15 internal 07:18:41 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:15 snap 07:18:41 -rw-rw-r-- 1 jenkins jenkins 235 Aug 12 07:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:41 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6a12b3cbdde77164eea8659b975df68ff4f52f5c --label arch=arm64 --label version=2.3.0-dev.12 . 07:18:41 Sending build context to Docker daemon 11.72MB 07:18:42 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 07:18:42 Step 2/26 : FROM ${BASE} AS builder 07:18:42 ---> 9163f9d4aa5a 07:18:42 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 07:18:42 ---> Running in c008a0131b0e 07:18:42 Removing intermediate container c008a0131b0e 07:18:42 ---> 93041d4a51c5 07:18:42 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 07:18:42 ---> Running in 8097c85891c7 07:18:43 Removing intermediate container 8097c85891c7 07:18:43 ---> 2d8dde0bb6da 07:18:43 Step 5/26 : WORKDIR /device-virtual-go 07:18:43 ---> Running in 60d127c26b41 07:18:43 Removing intermediate container 60d127c26b41 07:18:43 ---> 769c1f1960e9 07:18:43 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:43 ---> Running in bbb27f11fea5 07:18:45 Removing intermediate container bbb27f11fea5 07:18:45 ---> 90cbbdd7ad88 07:18:45 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:18:45 ---> Running in 33e6309b6cc7 07:18:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:18:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:18:47 OK: 226 MiB in 55 packages 07:18:49 Removing intermediate container 33e6309b6cc7 07:18:49 ---> c2549024d7d6 07:18:49 Step 8/26 : COPY go.mod vendor* ./ 07:18:49 ---> a4b77873b1e8 07:18:49 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:18:49 ---> Running in a19d61662236 07:18:51 Removing intermediate container a19d61662236 07:18:51 ---> 0ac0a0c616e6 07:18:51 Step 10/26 : COPY . . 07:18:52 ---> 87cfcb718587 07:18:52 Step 11/26 : ARG MAKE='make build' 07:18:52 ---> Running in 59deb1e30123 07:18:52 Removing intermediate container 59deb1e30123 07:18:52 ---> 77fb0aa481b2 07:18:52 Step 12/26 : RUN $MAKE 07:18:53 ---> Running in 9f9557764a0f 07:18:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.12" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 07:21:01 Removing intermediate container 9f9557764a0f 07:21:01 ---> a712acbfc6ee 07:21:01 Step 13/26 : FROM alpine:3.16 07:21:01 3.16: Pulling from library/alpine 07:21:01 9b18e9b68314: Pulling fs layer 07:21:01 9b18e9b68314: Verifying Checksum 07:21:01 9b18e9b68314: Download complete 07:21:01 9b18e9b68314: Pull complete 07:21:01 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 07:21:01 Status: Downloaded newer image for alpine:3.16 07:21:01 ---> a6215f271958 07:21:01 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 07:21:01 ---> Running in ebeba5965de1 07:21:01 Removing intermediate container ebeba5965de1 07:21:01 ---> d347dc848c84 07:21:01 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:01 ---> Running in b3321a290db8 07:21:01 Removing intermediate container b3321a290db8 07:21:01 ---> 8ae8687bef3e 07:21:01 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 07:21:01 ---> Running in 24f0c42159f9 07:21:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:21:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:21:03 (1/6) Installing dumb-init (1.2.5-r1) 07:21:03 (2/6) Installing libgcc (11.2.1_git20220219-r2) 07:21:03 (3/6) Installing libsodium (1.0.18-r0) 07:21:03 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 07:21:03 (5/6) Installing libzmq (4.3.4-r0) 07:21:03 (6/6) Installing zeromq (4.3.4-r0) 07:21:04 Executing busybox-1.35.0-r17.trigger 07:21:04 OK: 8 MiB in 20 packages 07:21:05 Removing intermediate container 24f0c42159f9 07:21:05 ---> e5d710afaae2 07:21:05 Step 17/26 : WORKDIR / 07:21:05 ---> Running in 9943877cbea4 07:21:05 Removing intermediate container 9943877cbea4 07:21:05 ---> f6b70ec175d4 07:21:05 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 07:21:05 ---> d6b8acd3e4a2 07:21:05 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 07:21:06 ---> 5509d14942c7 07:21:06 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 07:21:07 ---> 253193e4ec6f 07:21:07 Step 21/26 : EXPOSE 59900 07:21:07 ---> Running in 961b4d2c3c09 07:21:08 Removing intermediate container 961b4d2c3c09 07:21:08 ---> b7bef1acdc27 07:21:08 Step 22/26 : ENTRYPOINT ["/device-virtual"] 07:21:08 ---> Running in f755d3fa1e1f 07:21:08 Removing intermediate container f755d3fa1e1f 07:21:08 ---> b50fe00cd4de 07:21:08 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:08 ---> Running in 1f8f59b47ce7 07:21:08 Removing intermediate container 1f8f59b47ce7 07:21:08 ---> 34c5c544689c 07:21:08 Step 24/26 : LABEL arch=arm64 07:21:09 ---> Running in be8f36399010 07:21:09 Removing intermediate container be8f36399010 07:21:09 ---> 73f0b4236991 07:21:09 Step 25/26 : LABEL git_sha=6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:21:09 ---> Running in f51b975ce1a8 07:21:09 Removing intermediate container f51b975ce1a8 07:21:09 ---> 52565822126a 07:21:09 Step 26/26 : LABEL version=2.3.0-dev.12 07:21:09 ---> Running in 2bba0d7fc522 07:21:09 Removing intermediate container 2bba0d7fc522 07:21:09 ---> 6cdd9ee8e763 07:21:09 [Warning] One or more build-args [ARCH] were not consumed 07:21:10 Successfully built 6cdd9ee8e763 07:21:10 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:21:10 provisioning config files... 07:21:10 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config1623428596820107850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:21:10 ---> docker-login.sh 07:21:10 nexus3.edgexfoundry.org:10001 07:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:11 Configure a credential helper to remove this warning. See 07:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:11 07:21:11 Login Succeeded 07:21:11 nexus3.edgexfoundry.org:10002 07:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:11 Configure a credential helper to remove this warning. See 07:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:11 07:21:11 Login Succeeded 07:21:11 nexus3.edgexfoundry.org:10003 07:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:11 Configure a credential helper to remove this warning. See 07:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:11 07:21:11 Login Succeeded 07:21:12 nexus3.edgexfoundry.org:10004 07:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:12 Configure a credential helper to remove this warning. See 07:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:12 07:21:12 Login Succeeded 07:21:12 docker.io 07:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:13 Configure a credential helper to remove this warning. See 07:21:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:13 07:21:13 Login Succeeded 07:21:13 ---> docker-login.sh ends [Pipeline] } 07:21:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:21:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:21:13 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 07:21:13 6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:21:13 latest 07:21:13 2.3.0-dev.12 07:21:13 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 07:21:13 main 07:21:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:13 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:14 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:21:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:21:14 7a014c797018: Preparing 07:21:14 ab5badbba865: Preparing 07:21:14 1bb1fa62fe49: Preparing 07:21:14 fafbd0b0d448: Preparing 07:21:14 8b014202bffa: Preparing 07:21:14 5d3e392a13a0: Preparing 07:21:14 5d3e392a13a0: Waiting 07:21:14 ab5badbba865: Pushed 07:21:14 8b014202bffa: Pushed 07:21:14 1bb1fa62fe49: Pushed 07:21:14 5d3e392a13a0: Layer already exists 07:21:14 fafbd0b0d448: Pushed 07:21:20 7a014c797018: Pushed 07:21:20 6a12b3cbdde77164eea8659b975df68ff4f52f5c: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:20 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:21 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 07:21:21 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:21:21 7a014c797018: Preparing 07:21:21 ab5badbba865: Preparing 07:21:21 1bb1fa62fe49: Preparing 07:21:21 fafbd0b0d448: Preparing 07:21:21 8b014202bffa: Preparing 07:21:21 5d3e392a13a0: Preparing 07:21:21 5d3e392a13a0: Waiting 07:21:21 8b014202bffa: Layer already exists 07:21:21 ab5badbba865: Layer already exists 07:21:21 fafbd0b0d448: Layer already exists 07:21:21 7a014c797018: Layer already exists 07:21:21 1bb1fa62fe49: Layer already exists 07:21:21 5d3e392a13a0: Layer already exists 07:21:21 latest: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:21 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:22 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.12 07:21:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:21:22 7a014c797018: Preparing 07:21:22 ab5badbba865: Preparing 07:21:22 1bb1fa62fe49: Preparing 07:21:22 fafbd0b0d448: Preparing 07:21:22 8b014202bffa: Preparing 07:21:22 5d3e392a13a0: Preparing 07:21:22 5d3e392a13a0: Waiting 07:21:22 8b014202bffa: Layer already exists 07:21:22 fafbd0b0d448: Layer already exists 07:21:22 1bb1fa62fe49: Layer already exists 07:21:22 ab5badbba865: Layer already exists 07:21:22 7a014c797018: Layer already exists 07:21:22 5d3e392a13a0: Layer already exists 07:21:22 2.3.0-dev.12: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:22 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:23 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 07:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:21:23 7a014c797018: Preparing 07:21:23 ab5badbba865: Preparing 07:21:23 1bb1fa62fe49: Preparing 07:21:23 fafbd0b0d448: Preparing 07:21:23 8b014202bffa: Preparing 07:21:23 5d3e392a13a0: Preparing 07:21:23 5d3e392a13a0: Waiting 07:21:23 fafbd0b0d448: Layer already exists 07:21:23 8b014202bffa: Layer already exists 07:21:23 7a014c797018: Layer already exists 07:21:23 1bb1fa62fe49: Layer already exists 07:21:23 ab5badbba865: Layer already exists 07:21:23 5d3e392a13a0: Layer already exists 07:21:23 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:23 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:24 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 07:21:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:21:24 7a014c797018: Preparing 07:21:24 ab5badbba865: Preparing 07:21:24 1bb1fa62fe49: Preparing 07:21:24 fafbd0b0d448: Preparing 07:21:24 8b014202bffa: Preparing 07:21:24 5d3e392a13a0: Preparing 07:21:24 5d3e392a13a0: Waiting 07:21:24 7a014c797018: Layer already exists 07:21:24 8b014202bffa: Layer already exists 07:21:24 1bb1fa62fe49: Layer already exists 07:21:24 ab5badbba865: Layer already exists 07:21:24 fafbd0b0d448: Layer already exists 07:21:24 5d3e392a13a0: Layer already exists 07:21:24 main: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:21:24 ===================================================== [Pipeline] echo 07:21:24 taggedImages: 07:21:24 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c 07:21:24 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 07:21:24 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.12 07:21:24 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 07:21:24 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:21:24 07:21:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:21:25 arm64: Pulling from edgex-lftools-log-publisher 07:21:25 8998bd30e6a1: Pulling fs layer 07:21:25 04944245beec: Pulling fs layer 07:21:25 699f458cf7ca: Pulling fs layer 07:21:25 765212b225bb: Pulling fs layer 07:21:25 f23df028b6ca: Pulling fs layer 07:21:25 d65c8cfc05b1: Pulling fs layer 07:21:25 2437ff75d9bd: Pulling fs layer 07:21:25 765212b225bb: Waiting 07:21:25 f23df028b6ca: Waiting 07:21:25 d65c8cfc05b1: Waiting 07:21:25 2437ff75d9bd: Waiting 07:21:25 04944245beec: Verifying Checksum 07:21:25 04944245beec: Download complete 07:21:25 765212b225bb: Verifying Checksum 07:21:25 765212b225bb: Download complete 07:21:25 f23df028b6ca: Verifying Checksum 07:21:25 f23df028b6ca: Download complete 07:21:25 d65c8cfc05b1: Verifying Checksum 07:21:25 d65c8cfc05b1: Download complete 07:21:25 699f458cf7ca: Verifying Checksum 07:21:25 699f458cf7ca: Download complete 07:21:25 8998bd30e6a1: Verifying Checksum 07:21:25 8998bd30e6a1: Download complete 07:21:27 2437ff75d9bd: Verifying Checksum 07:21:27 2437ff75d9bd: Download complete 07:21:30 8998bd30e6a1: Pull complete 07:21:30 04944245beec: Pull complete 07:21:31 699f458cf7ca: Pull complete 07:21:32 765212b225bb: Pull complete 07:21:33 f23df028b6ca: Pull complete 07:21:33 d65c8cfc05b1: Pull complete 07:21:48 2437ff75d9bd: Pull complete 07:21:48 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:21:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:21:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:21:48 prd-ubuntu20.04-docker-arm64-4c-16g-22596 does not seem to be running inside a container 07:21:48 $ 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-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 07:21:51 $ docker top 771c98bb4aa124a8e4415ad5da1e275f20e573c6fa4fbfb360e9a1e2f73254d2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:21:52 ---> job-cost.sh 07:21:52 lf-activate-venv: SKIPPING 07:21:52 INFO: No Stack... 07:21:52 INFO: Retrieving Pricing Info for: v3-standard-4 07:21:53 INFO: Archiving Costs [Pipeline] sh 07:21:54 + cat /w/workspace/device-virtual-go/48/archives/cost.csv 07:21:54 + cut -d, -f6 [Pipeline] lock 07:21:54 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] 07:21:54 Resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] did not exist. Created. 07:21:54 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:21:54 /w/workspace/device-virtual-go/48@tmp/durable-f1a0a51b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:21:55 + echo total: 0.10999999940395355 [Pipeline] stash 07:21:55 Warning: overwriting stash ‘stack-cost’ 07:21:55 Stashed 1 file(s) [Pipeline] } 07:21:55 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] // lock [Pipeline] } 07:21:55 $ docker stop --time=1 771c98bb4aa124a8e4415ad5da1e275f20e573c6fa4fbfb360e9a1e2f73254d2 07:21:57 $ docker rm -f 771c98bb4aa124a8e4415ad5da1e275f20e573c6fa4fbfb360e9a1e2f73254d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 07:21:57 provisioning config files... 07:21:57 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2004371650502530163tmp [Pipeline] { [Pipeline] sh 07:21:57 + set +x 07:21:57 + curl -s https://codecov.io/bash 07:21:57 + bash -s -- 07:21:57 07:21:57 _____ _ 07:21:57 / ____| | | 07:21:57 | | ___ __| | ___ ___ _____ __ 07:21:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:21:57 | |___| (_) | (_| | __/ (_| (_) \ V / 07:21:57 \_____\___/ \__,_|\___|\___\___/ \_/ 07:21:57 Bash-1.0.6 07:21:57 07:21:57 07:21:57 ==> git version 2.25.1 found 07:21:57 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 07:21:57 Release-Date: 2020-01-08 07:21:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:21:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:21:57 ==> Jenkins CI detected. 07:21:57 current dir:  /w/workspace/exfoundry_device-virtual-go_main 07:21:57 project root: . 07:21:57 --> token set from env 07:21:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:21:57 ==> Running gcov in . (disable via -X gcov) 07:21:57 ==> Python coveragepy not found 07:21:57 ==> Searching for coverage reports in: 07:21:57 + . 07:21:58 -> Found 1 reports 07:21:58 ==> Detecting git/mercurial file structure 07:21:58 ==> Reading reports 07:21:58 + ./coverage.out bytes=44128 07:21:58 ==> Appending adjustments 07:21:58 https://docs.codecov.io/docs/fixing-reports 07:21:58 + Found adjustments 07:21:58 ==> Gzipping contents 07:21:58 8.0K /tmp/codecov.Rfa6eG.gz 07:21:58 ==> Uploading reports 07:21:58 url: https://codecov.io 07:21:58 query: branch=main&commit=6a12b3cbdde77164eea8659b975df68ff4f52f5c&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:21:58 -> Pinging Codecov 07:21:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=main&commit=6a12b3cbdde77164eea8659b975df68ff4f52f5c&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:21:58 -> Uploading to 07:21:58 https://storage.googleapis.com/codecov/v4/raw/2022-08-12/5E52B4B073DB2E39498172D8E973AA87/6a12b3cbdde77164eea8659b975df68ff4f52f5c/60d1e428-7bd6-40ab-952b-d8de732963e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220812T072158Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0b643ca6f570376d711e62018da1e8d590d86f2dde39cd3cc138a8cdc198b999 07:21:58 % Total % Received % Xferd Average Speed Time Time Time Current 07:21:58 Dload Upload Total Spent Left Speed 07:21:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5474 0 0 100 5474 0 24657 --:--:-- --:--:-- --:--:-- 24657 100 5474 0 0 100 5474 0 24328 --:--:-- --:--:-- --:--:-- 24221 07:21:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] } 07:21:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:21:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:21:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:21:59 07:21:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:21:59 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:21:59 df9b9388f04a: Pulling fs layer 07:21:59 52dc419b0ee2: Pulling fs layer 07:21:59 25bc292e5bac: Pulling fs layer 07:21:59 114826534d7a: Pulling fs layer 07:21:59 4657fd5d0bcf: Pulling fs layer 07:21:59 6ad1cebc031e: Pulling fs layer 07:21:59 8a3aa393b2d8: Pulling fs layer 07:21:59 114826534d7a: Waiting 07:21:59 6ad1cebc031e: Waiting 07:21:59 8a3aa393b2d8: Waiting 07:21:59 25bc292e5bac: Verifying Checksum 07:21:59 25bc292e5bac: Download complete 07:21:59 52dc419b0ee2: Verifying Checksum 07:21:59 52dc419b0ee2: Download complete 07:21:59 4657fd5d0bcf: Verifying Checksum 07:21:59 4657fd5d0bcf: Download complete 07:21:59 df9b9388f04a: Verifying Checksum 07:21:59 df9b9388f04a: Download complete 07:21:59 6ad1cebc031e: Download complete 07:21:59 df9b9388f04a: Pull complete 07:21:59 52dc419b0ee2: Pull complete 07:21:59 25bc292e5bac: Pull complete 07:22:00 114826534d7a: Verifying Checksum 07:22:00 114826534d7a: Download complete 07:22:00 8a3aa393b2d8: Verifying Checksum 07:22:00 8a3aa393b2d8: Download complete 07:22:03 114826534d7a: Pull complete 07:22:03 4657fd5d0bcf: Pull complete 07:22:04 6ad1cebc031e: Pull complete 07:22:07 8a3aa393b2d8: Pull complete 07:22:07 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 07:22:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:22:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:07 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:22:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:22:09 $ docker top d4397b6a58c89c06a6e4213dc7427cd3d6b823b074e567139c5ea24ab51788c4 -eo pid,comm [Pipeline] { [Pipeline] echo 07:22:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 07:22:10 + set -o pipefail 07:22:10 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 07:22:15 07:22:15 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 07:22:15 07:22:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/f7a8a76a-3658-4be8-b67f-96f7afb9a4fb 07:22:15 07:22:15 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 07:22:15 07:22:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:22:15 07:22:15 [Pipeline] } 07:22:15 $ docker stop --time=1 d4397b6a58c89c06a6e4213dc7427cd3d6b823b074e567139c5ea24ab51788c4 07:22:17 $ docker rm -f d4397b6a58c89c06a6e4213dc7427cd3d6b823b074e567139c5ea24ab51788c4 [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:22:18 + git log --format=format:%s -1 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] sh 07:22:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:18 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:22:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:22:19 $ docker top 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:19 [ssh-agent] Looking for ssh-agent implementation... 07:22:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:19 $ docker exec 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c ssh-agent 07:22:19 SSH_AUTH_SOCK=/tmp/ssh-rjc9CU76bogR/agent.33 07:22:19 SSH_AGENT_PID=39 07:22:19 Running ssh-add (command line suppressed) 07:22:19 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8046906496363186100.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8046906496363186100.key) 07:22:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:20 + git semver tag 07:22:20 2022-08-12 07:22:20,367 [run_tag] DEBUG tag force:False 07:22:20 2022-08-12 07:22:20,367 [check_head_tag] DEBUG check head tag 07:22:20 2022-08-12 07:22:20,368 [execute] INFO git cat-file --batch-check 07:22:20 2022-08-12 07:22:20,368 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 07:22:20 2022-08-12 07:22:20,372 [execute] INFO git cat-file --batch 07:22:20 2022-08-12 07:22:20,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 07:22:20 2022-08-12 07:22:20,383 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:22:20 2022-08-12 07:22:20,384 [execute] INFO git tag -a v2.3.0-dev.12 -m v2.3.0-dev.12 07:22:20 2022-08-12 07:22:20,384 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.12', '-m', 'v2.3.0-dev.12'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 07:22:20 2022-08-12 07:22:20,388 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:22:20 2.3.0-dev.12 [Pipeline] } 07:22:20 $ docker exec --env ******** --env ******** 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c ssh-agent -k 07:22:20 unset SSH_AUTH_SOCK; 07:22:20 unset SSH_AGENT_PID; 07:22:20 echo Agent pid 39 killed; 07:22:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:20 + git semver [Pipeline] } 07:22:21 $ docker stop --time=1 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c 07:22:22 $ docker rm -f 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:22:22 07:22:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:22:23 0.23.1-centos7: Pulling from edgex-lftools 07:22:23 ab5ef0e58194: Pulling fs layer 07:22:23 9712f1f96733: Pulling fs layer 07:22:23 63f879dbbcfc: Pulling fs layer 07:22:23 0d9ebad4ef96: Pulling fs layer 07:22:23 e9a5061849ea: Pulling fs layer 07:22:23 d747dcd14b5f: Pulling fs layer 07:22:23 2de7ff778b66: Pulling fs layer 07:22:23 0d9ebad4ef96: Waiting 07:22:23 d747dcd14b5f: Waiting 07:22:23 e9a5061849ea: Waiting 07:22:23 2de7ff778b66: Waiting 07:22:23 9712f1f96733: Verifying Checksum 07:22:23 63f879dbbcfc: Verifying Checksum 07:22:23 63f879dbbcfc: Download complete 07:22:23 ab5ef0e58194: Download complete 07:22:23 e9a5061849ea: Verifying Checksum 07:22:23 e9a5061849ea: Download complete 07:22:23 d747dcd14b5f: Verifying Checksum 07:22:23 d747dcd14b5f: Download complete 07:22:23 0d9ebad4ef96: Verifying Checksum 07:22:23 0d9ebad4ef96: Download complete 07:22:23 2de7ff778b66: Verifying Checksum 07:22:23 2de7ff778b66: Download complete 07:22:26 ab5ef0e58194: Pull complete 07:22:26 9712f1f96733: Pull complete 07:22:27 63f879dbbcfc: Pull complete 07:22:31 0d9ebad4ef96: Pull complete 07:22:31 e9a5061849ea: Pull complete 07:22:31 d747dcd14b5f: Pull complete 07:22:31 2de7ff778b66: Pull complete 07:22:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:22:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:22:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:32 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:22:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:22:34 $ docker top 81dac62ef5f1fc668af0291b821f0e31135abcdbd2478583e6b20ce75975046e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:22:34 provisioning config files... 07:22:34 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7536627136275989680tmp 07:22:34 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7891151290384863183tmp 07:22:34 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2943292787260235319tmp [Pipeline] { [Pipeline] echo 07:22:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:22:34 ---> sigul-configuration.sh 07:22:34 gpg: directory `/root/.gnupg' created 07:22:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:22:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:22:34 gpg: keyring `/root/.gnupg/secring.gpg' created 07:22:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:22:34 gpg: CAST5 encrypted data 07:22:34 gpg: encrypted with 1 passphrase 07:22:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:22:35 + mkdir /home/jenkins 07:22:35 + mkdir /home/jenkins/sigul [Pipeline] sh 07:22:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 07:22:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:22:35 ---> sigul-install.sh 07:22:35 Sigul already installed; skipping installation. [Pipeline] sh 07:22:36 + git tag --list 07:22:36 v1.0.0 07:22:36 v1.1.0 07:22:36 v1.1.1 07:22:36 v1.2.1 07:22:36 v1.2.2 07:22:36 v1.2.3 07:22:36 v1.3.0 07:22:36 v1.3.1 07:22:36 v2.0.0 07:22:36 v2.1.0 07:22:36 v2.1.1 07:22:36 v2.1.1-dev.1 07:22:36 v2.1.1-dev.2 07:22:36 v2.2.0 07:22:36 v2.2.1-dev.1 07:22:36 v2.2.1-dev.2 07:22:36 v2.2.1-dev.3 07:22:36 v2.2.1-dev.4 07:22:36 v2.2.1-dev.5 07:22:36 v2.2.1-dev.6 07:22:36 v2.2.1-dev.7 07:22:36 v2.2.1-dev.8 07:22:36 v2.3.0-dev.10 07:22:36 v2.3.0-dev.11 07:22:36 v2.3.0-dev.12 07:22:36 v2.3.0-dev.8 07:22:36 v2.3.0-dev.9 [Pipeline] sh 07:22:36 + lftools sign git-tag v2.3.0-dev.12 07:22:36 Signing Git tag with Sigul... 07:22:36 Signing v2.3.0-dev.12 [Pipeline] echo 07:22:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:22:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:22:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:22:37 $ docker stop --time=1 81dac62ef5f1fc668af0291b821f0e31135abcdbd2478583e6b20ce75975046e 07:22:38 $ docker rm -f 81dac62ef5f1fc668af0291b821f0e31135abcdbd2478583e6b20ce75975046e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:22:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:39 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:22:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:22:40 $ docker top 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:40 [ssh-agent] Looking for ssh-agent implementation... 07:22:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:40 $ docker exec 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f ssh-agent 07:22:40 SSH_AUTH_SOCK=/tmp/ssh-K9MReOi7BtqE/agent.32 07:22:40 SSH_AGENT_PID=39 07:22:40 Running ssh-add (command line suppressed) 07:22:40 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2380562380379608341.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2380562380379608341.key) 07:22:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:40 + git semver bump pre 07:22:41 2022-08-12 07:22:41,180 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:22:41 2022-08-12 07:22:41,180 [bump_version] DEBUG bumping version:2.3.0-dev.12 on axis:pre with prefix:dev 07:22:41 2022-08-12 07:22:41,180 [bump_version] DEBUG bumped version:2.3.0-dev.13 07:22:41 2022-08-12 07:22:41,180 [write_version] DEBUG write version:2.3.0-dev.13 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 07:22:41 2022-08-12 07:22:41,180 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:22:41 2022-08-12 07:22:41,180 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:22:41 2022-08-12 07:22:41,183 [execute] INFO git cat-file --batch-check 07:22:41 2022-08-12 07:22:41,183 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:22:41 2022-08-12 07:22:41,189 [execute] INFO git cat-file --batch 07:22:41 2022-08-12 07:22:41,189 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:22:41 2022-08-12 07:22:41,196 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:22:41 2.3.0-dev.13 [Pipeline] } 07:22:41 $ docker exec --env ******** --env ******** 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f ssh-agent -k 07:22:41 unset SSH_AUTH_SOCK; 07:22:41 unset SSH_AGENT_PID; 07:22:41 echo Agent pid 39 killed; 07:22:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:41 + git semver [Pipeline] } 07:22:42 $ docker stop --time=1 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f 07:22:43 $ docker rm -f 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f [Pipeline] // withDockerContainer [Pipeline] sh 07:22:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:44 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:22:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:22:44 $ docker top 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:44 [ssh-agent] Looking for ssh-agent implementation... 07:22:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:44 $ docker exec 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb ssh-agent 07:22:45 SSH_AUTH_SOCK=/tmp/ssh-rOtlOl76RqVQ/agent.34 07:22:45 SSH_AGENT_PID=40 07:22:45 Running ssh-add (command line suppressed) 07:22:45 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1441917169655255937.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1441917169655255937.key) 07:22:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:45 + git semver push 07:22:45 2022-08-12 07:22:45,686 [run_push] DEBUG push 07:22:45 2022-08-12 07:22:45,687 [execute] INFO git cat-file --batch-check 07:22:45 2022-08-12 07:22:45,687 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 07:22:45 2022-08-12 07:22:45,691 [execute] INFO git rev-list d844d4889d3c7ade17598ea030048a5f388f3214 -- 07:22:45 2022-08-12 07:22:45,691 [execute] DEBUG Popen(['git', 'rev-list', 'd844d4889d3c7ade17598ea030048a5f388f3214', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 07:22:45 2022-08-12 07:22:45,700 [execute] INFO git fetch -v origin 07:22:45 2022-08-12 07:22:45,700 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 07:22:46 2022-08-12 07:22:46,192 [run_push] DEBUG no remote changes detected 07:22:46 2022-08-12 07:22:46,193 [execute] INFO git push origin semver 07:22:46 2022-08-12 07:22:46,193 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 07:22:47 2022-08-12 07:22:46,938 [run_push] DEBUG push all version tags 07:22:47 2022-08-12 07:22:46,938 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:22:47 2022-08-12 07:22:46,939 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 07:22:47 2022-08-12 07:22:47,668 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 07:22:47 2.3.0-dev.13 [Pipeline] } 07:22:47 $ docker exec --env ******** --env ******** 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb ssh-agent -k 07:22:47 unset SSH_AUTH_SOCK; 07:22:47 unset SSH_AGENT_PID; 07:22:47 echo Agent pid 40 killed; 07:22:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:48 + git semver [Pipeline] } 07:22:48 $ docker stop --time=1 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb 07:22:49 $ docker rm -f 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:22:50 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 07:22:50 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 07:22:50 total 16 07:22:50 drwxr-xr-x 3 root root 4096 Aug 12 07:13 . 07:22:50 drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 07:22 .. 07:22:50 drwxr-xr-x 2 root root 4096 Aug 12 07:13 cost 07:22:50 -rw-r--r-- 1 root root 89 Aug 12 07:13 cost.csv 07:22:50 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 07:22:50 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 07:22:50 total 16 07:22:50 drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 07:13 . 07:22:50 drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 07:22 .. 07:22:50 drwxr-xr-x 2 jenkins jenkins 4096 Aug 12 07:13 cost 07:22:50 -rw-r--r-- 1 jenkins jenkins 89 Aug 12 07:13 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:22:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:22:51 ---> package-listing.sh 07:22:51 ++ facter osfamily 07:22:51 ++ tr '[:upper:]' '[:lower:]' 07:22:51 + OS_FAMILY=debian 07:22:51 + workspace=/w/workspace/exfoundry_device-virtual-go_main 07:22:51 + START_PACKAGES=/tmp/packages_start.txt 07:22:51 + END_PACKAGES=/tmp/packages_end.txt 07:22:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:22:51 + PACKAGES=/tmp/packages_start.txt 07:22:51 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:22:51 + PACKAGES=/tmp/packages_end.txt 07:22:51 + case "${OS_FAMILY}" in 07:22:51 + dpkg -l 07:22:51 + grep '^ii' 07:22:51 + '[' -f /tmp/packages_start.txt ']' 07:22:51 + '[' -f /tmp/packages_end.txt ']' 07:22:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:22:51 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:22:51 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 07:22:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 07:22: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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:22:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:22:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:52 prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container 07:22: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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 07:22:53 $ docker top 79e4863d2b4c31389159895b7caea49be34ebe3dbe633d6c4d717c00dda93724 -eo pid,comm [Pipeline] { [Pipeline] sh 07:22:53 + touch /tmp/pre-build-complete [Pipeline] sh 07:22:53 + mkdir -p /var/log/sysstat [Pipeline] sh 07:22:54 + ls /var/log/sa-host 07:22:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:22:54 provisioning config files... 07:22:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9184701128281070510tmp [Pipeline] { [Pipeline] echo 07:22:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:22:54 ---> create-netrc.sh [Pipeline] } 07:22:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:22:54 ---> python-tools-install.sh [Pipeline] echo 07:22:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:22:55 ---> sudo-logs.sh 07:22:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:22:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:22:55 ---> job-cost.sh 07:22:55 lf-activate-venv: SKIPPING 07:22:55 DEBUG: total: 0.2199999988079071 07:22:55 INFO: Retrieving Stack Cost... 07:22:56 INFO: Retrieving Pricing Info for: v3-standard-8 07:22:56 INFO: Archiving Costs [Pipeline] echo 07:22:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:22:56 ---> logs-deploy.sh 07:22:56 lf-activate-venv: SKIPPING 07:22:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/48 07:22:56 INFO: archiving workspace using pattern(s): 07:22:57 Archives upload complete. 07:22:57 INFO: archiving logs to Nexus 07:22:58 ---> uname -a: 07:22:58 Linux prd-ubuntu20-04-docker-8c-8g-22593 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 07:22:58 07:22:58 07:22:58 ---> lscpu: 07:22:58 Architecture: x86_64 07:22:58 CPU op-mode(s): 32-bit, 64-bit 07:22:58 Byte Order: Little Endian 07:22:58 Address sizes: 40 bits physical, 48 bits virtual 07:22:58 CPU(s): 8 07:22:58 On-line CPU(s) list: 0-7 07:22:58 Thread(s) per core: 1 07:22:58 Core(s) per socket: 1 07:22:58 Socket(s): 8 07:22:58 NUMA node(s): 1 07:22:58 Vendor ID: AuthenticAMD 07:22:58 CPU family: 23 07:22:58 Model: 49 07:22:58 Model name: AMD EPYC-Rome Processor 07:22:58 Stepping: 0 07:22:58 CPU MHz: 2800.000 07:22:58 BogoMIPS: 5600.00 07:22:58 Virtualization: AMD-V 07:22:58 Hypervisor vendor: KVM 07:22:58 Virtualization type: full 07:22:58 L1d cache: 256 KiB 07:22:58 L1i cache: 256 KiB 07:22:58 L2 cache: 4 MiB 07:22:58 L3 cache: 128 MiB 07:22:58 NUMA node0 CPU(s): 0-7 07:22:58 Vulnerability Itlb multihit: Not affected 07:22:58 Vulnerability L1tf: Not affected 07:22:58 Vulnerability Mds: Not affected 07:22:58 Vulnerability Meltdown: Not affected 07:22:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:22:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:22:58 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:22:58 Vulnerability Srbds: Not affected 07:22:58 Vulnerability Tsx async abort: Not affected 07:22: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 07:22:58 07:22:58 07:22:58 ---> nproc: 07:22:58 8 07:22:58 07:22:58 07:22:58 ---> df -h: 07:22:58 Filesystem Size Used Avail Use% Mounted on 07:22:58 overlay 155G 13G 143G 8% / 07:22:58 tmpfs 64M 0 64M 0% /dev 07:22:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:22:58 shm 64M 0 64M 0% /dev/shm 07:22:58 /dev/vda1 155G 13G 143G 8% /facter-os 07:22:58 07:22:58 07:22:58 ---> sar -b -r -n DEV: 07:22:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22593) 08/12/22 _x86_64_ (8 CPU) 07:22:58 07:22:58 06:52:32 LINUX RESTART (8 CPU) 07:22:58 07:22:58 06:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:22:58 06:54:01 50.22 30.42 19.79 0.00 1885.10 66684.86 0.00 07:22:58 06:55:01 12.21 0.02 12.20 0.00 0.13 65140.34 0.00 07:22:58 06:56:01 1.35 0.00 1.35 0.00 0.00 2564.75 0.00 07:22:58 06:57:01 1.42 0.00 1.42 0.00 0.00 16.79 0.00 07:22:58 06:58:01 1.18 0.03 1.15 0.00 1.47 13.46 0.00 07:22:58 06:59:01 2.05 0.00 2.05 0.00 0.00 22.66 0.00 07:22:58 07:00:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 07:22:58 07:01:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 07:22:58 07:02:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 07:22:58 07:03:01 1.90 0.00 1.90 0.00 0.00 26.12 0.00 07:22:58 07:04:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 07:22:58 07:05:01 2.00 0.00 2.00 0.00 0.00 23.06 0.00 07:22:58 07:06:01 1.37 0.00 1.37 0.00 0.00 15.20 0.00 07:22:58 07:07:01 0.77 0.00 0.77 0.00 0.00 9.60 0.00 07:22:58 07:08:01 4.75 2.65 2.10 0.00 79.19 37.06 0.00 07:22:58 07:09:01 1.08 0.00 1.08 0.00 0.00 14.40 0.00 07:22:58 07:10:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 07:22:58 07:11:01 194.43 12.86 181.57 0.00 2117.25 12760.94 0.00 07:22:58 07:12:01 162.40 0.97 161.43 0.00 17.06 62346.82 0.00 07:22:58 07:13:01 185.92 0.12 185.80 0.00 16.66 41020.10 0.00 07:22:58 07:14:01 3.57 0.00 3.57 0.00 0.00 53.05 0.00 07:22:58 07:15:01 3.40 0.87 2.53 0.00 18.40 34.79 0.00 07:22:58 07:16:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 07:22:58 07:17:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 07:22:58 07:18:02 1.50 0.02 1.48 0.00 0.13 16.26 0.00 07:22:58 07:19:01 2.05 0.00 2.05 0.00 0.00 24.67 0.00 07:22:58 07:20:01 0.88 0.00 0.88 0.00 0.00 10.80 0.00 07:22:58 07:21:01 1.78 0.00 1.78 0.00 0.00 20.00 0.00 07:22:58 07:22:01 3.08 0.07 3.02 0.00 7.87 107.58 0.00 07:22:58 Average: 22.34 1.66 20.68 0.00 142.95 8662.30 0.00 07:22:58 07:22:58 06:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:22:58 06:54:01 30160020 31921788 436764 1.33 91560 1980052 1977088 5.83 850320 1591704 168 07:22:58 06:55:01 30227444 31921944 436908 1.33 77196 1927856 1964996 5.79 818984 1557176 152 07:22:58 06:56:01 30228056 31922656 436088 1.33 77236 1927860 1964996 5.79 817812 1557184 176 07:22:58 06:57:01 30228000 31922656 436104 1.33 77276 1927860 1964996 5.79 818060 1557192 56 07:22:58 06:58:01 30227760 31922512 435928 1.33 77316 1927900 1964996 5.79 817956 1557196 8 07:22:58 06:59:01 30227752 31922656 435788 1.33 77404 1927908 1964996 5.79 818324 1557240 12 07:22:58 07:00:01 30227704 31922916 435672 1.32 77500 1927912 1964996 5.79 817668 1557484 12 07:22:58 07:01:01 30227680 31922948 435620 1.32 77536 1927908 1964996 5.79 817724 1557484 140 07:22:58 07:02:01 30227632 31922932 435620 1.32 77560 1927916 1964996 5.79 818208 1557484 8 07:22:58 07:03:01 30227584 31922884 435564 1.32 77628 1927888 1964996 5.79 818028 1557468 12 07:22:58 07:04:01 30227464 31922872 435564 1.32 77672 1927904 1964996 5.79 819216 1557472 24 07:22:58 07:05:01 30227212 31922712 435648 1.32 77760 1927908 1984936 5.85 819144 1557476 12 07:22:58 07:06:01 30227404 31922972 435544 1.32 77832 1927912 1984936 5.85 818788 1557484 12 07:22:58 07:07:01 30227388 31922984 435516 1.32 77848 1927912 1984936 5.85 818848 1557488 168 07:22:58 07:08:01 30214912 31913840 443840 1.35 77924 1930568 1993344 5.87 828540 1557864 36 07:22:58 07:09:01 30215124 31914100 443556 1.35 77956 1930572 1993344 5.87 828300 1557868 236 07:22:58 07:10:01 30215824 31914844 442752 1.35 78000 1930572 1993344 5.87 827804 1557868 184 07:22:58 07:11:01 29713568 31815896 516068 1.57 90432 2304740 2013416 5.93 1049224 1798060 284 07:22:58 07:12:01 28187620 31751732 540944 1.65 162284 3587292 2097224 6.18 1253284 2968468 126928 07:22:58 07:13:01 27558588 31753820 535524 1.63 174244 4167724 2107712 6.21 1319248 3489884 156 07:22:58 07:14:01 27589964 31784468 507568 1.54 174308 4167592 1803136 5.31 1289008 3489740 20 07:22:58 07:15:01 27589344 31784608 507584 1.54 174368 4168104 1870264 5.51 1288936 3490184 8 07:22:58 07:16:01 27599924 31795180 497184 1.51 174388 4168108 1852488 5.46 1278992 3490188 16 07:22:58 07:17:01 27599584 31794844 497460 1.51 174416 4168116 1852488 5.46 1279284 3490192 52 07:22:58 07:18:02 27606836 31802160 490008 1.49 174460 4168100 1852488 5.46 1272308 3490196 16 07:22:58 07:19:01 27606976 31802344 489696 1.49 174508 4168120 1852488 5.46 1273036 3490200 176 07:22:58 07:20:01 27607252 31802676 489396 1.49 174532 4168120 1852488 5.46 1272388 3490204 12 07:22:58 07:21:01 27607236 31802664 489324 1.49 174564 4168124 1852488 5.46 1272404 3490208 12 07:22:58 07:22:01 27174900 31743204 548120 1.67 175344 4528680 2197104 6.48 1334212 3850128 360928 07:22:58 Average: 29214026 31865304 466943 1.42 114864 2785077 1957437 5.77 1005381 2294441 16897 07:22:58 07:22:58 06:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:22:58 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:54:01 ens3 209.15 146.55 424.10 31.80 0.00 0.00 0.00 0.00 07:22:58 06:54:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:55:01 ens3 0.72 0.50 0.36 0.28 0.00 0.00 0.00 0.00 07:22:58 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:57:01 ens3 1.65 0.83 1.56 0.06 0.00 0.00 0.00 0.00 07:22:58 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:58:01 ens3 0.27 0.17 0.42 0.01 0.00 0.00 0.00 0.00 07:22:58 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 06:59:01 ens3 0.27 0.23 0.08 0.08 0.00 0.00 0.00 0.00 07:22:58 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:01:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:02:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 07:22:58 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:04:01 ens3 1.33 0.55 0.59 0.34 0.00 0.00 0.00 0.00 07:22:58 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:08:01 ens3 12.50 8.78 11.46 6.12 0.00 0.00 0.00 0.00 07:22:58 07:08:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:09:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:22:58 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:10:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:11:01 docker0 27.06 24.35 2.03 185.48 0.00 0.00 0.00 0.00 07:22:58 07:11:01 ens3 334.38 233.56 2300.78 66.28 0.00 0.00 0.00 0.00 07:22:58 07:11:01 lo 4.33 4.33 0.41 0.41 0.00 0.00 0.00 0.00 07:22:58 07:12:01 veth30fb05b 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 07:22:58 07:12:01 docker0 122.54 163.58 10.11 1479.51 0.00 0.00 0.00 0.00 07:22:58 07:12:01 ens3 347.32 262.56 5435.61 73.07 0.00 0.00 0.00 0.00 07:22:58 07:12:01 lo 2.27 2.27 0.22 0.22 0.00 0.00 0.00 0.00 07:22:58 07:13:01 docker0 15.55 20.50 0.91 98.98 0.00 0.00 0.00 0.00 07:22:58 07:13:01 ens3 230.96 171.80 2726.49 292.28 0.00 0.00 0.00 0.00 07:22:58 07:13:01 lo 8.20 8.20 0.80 0.80 0.00 0.00 0.00 0.00 07:22:58 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:14:01 ens3 2.45 1.50 1.09 0.54 0.00 0.00 0.00 0.00 07:22:58 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:15:01 ens3 0.93 0.75 0.37 0.30 0.00 0.00 0.00 0.00 07:22:58 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:18:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:19:01 ens3 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 07:22:58 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:22:58 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:22:58 07:22:01 ens3 149.04 98.27 3965.17 9.04 0.00 0.00 0.00 0.00 07:22:58 07:22:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 07:22:58 Average: docker0 5.70 7.19 0.45 60.87 0.00 0.00 0.00 0.00 07:22:58 Average: ens3 44.59 31.99 512.99 16.57 0.00 0.00 0.00 0.00 07:22:58 Average: lo 0.64 0.64 0.06 0.06 0.00 0.00 0.00 0.00 07:22:58 07:22:58 07:22:58 ---> sar -P ALL: 07:22:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22593) 08/12/22 _x86_64_ (8 CPU) 07:22:58 07:22:58 06:52:32 LINUX RESTART (8 CPU) 07:22:58 07:22:58 06:53:01 CPU %user %nice %system %iowait %steal %idle 07:22:58 06:54:01 all 2.12 0.00 0.77 0.33 0.02 96.77 07:22:58 06:54:01 0 3.94 0.00 0.58 0.82 0.02 94.65 07:22:58 06:54:01 1 1.92 0.00 0.35 0.33 0.00 97.40 07:22:58 06:54:01 2 2.37 0.00 0.70 0.12 0.02 96.80 07:22:58 06:54:01 3 1.47 0.00 0.89 0.20 0.02 97.42 07:22:58 06:54:01 4 1.23 0.00 0.63 0.20 0.02 97.91 07:22:58 06:54:01 5 1.13 0.00 0.60 0.27 0.02 97.98 07:22:58 06:54:01 6 2.81 0.00 0.57 0.47 0.03 96.12 07:22:58 06:54:01 7 2.05 0.00 1.80 0.25 0.02 95.88 07:22:58 06:55:01 all 0.09 0.00 0.08 0.04 0.00 99.79 07:22:58 06:55:01 0 0.07 0.00 0.10 0.00 0.00 99.83 07:22:58 06:55:01 1 0.08 0.00 0.03 0.00 0.00 99.88 07:22:58 06:55:01 2 0.03 0.00 0.07 0.00 0.00 99.90 07:22:58 06:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 06:55:01 4 0.08 0.00 0.12 0.00 0.00 99.80 07:22:58 06:55:01 5 0.18 0.00 0.08 0.02 0.00 99.72 07:22:58 06:55:01 6 0.05 0.00 0.08 0.30 0.02 99.55 07:22:58 06:55:01 7 0.23 0.00 0.13 0.00 0.00 99.63 07:22:58 06:56:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:22:58 06:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:22:58 06:56:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:22:58 06:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 06:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 06:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 06:56:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:22:58 06:56:01 6 0.00 0.00 0.02 0.03 0.00 99.95 07:22:58 06:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 06:57:01 all 0.04 0.00 0.03 0.00 0.00 99.92 07:22:58 06:57:01 0 0.13 0.00 0.05 0.02 0.00 99.80 07:22:58 06:57:01 1 0.00 0.00 0.03 0.00 0.00 99.97 07:22:58 06:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 06:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:22:58 06:57:01 4 0.05 0.00 0.05 0.00 0.00 99.90 07:22:58 06:57:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 06:57:01 6 0.07 0.00 0.05 0.02 0.02 99.85 07:22:58 06:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 06:58:01 all 0.04 0.00 0.02 0.01 0.00 99.93 07:22:58 06:58:01 0 0.20 0.00 0.07 0.02 0.00 99.72 07:22:58 06:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 06:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 06:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 06:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 06:58:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:22:58 06:58:01 6 0.03 0.00 0.00 0.03 0.00 99.93 07:22:58 06:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 06:59:01 all 0.10 0.00 0.01 0.01 0.01 99.87 07:22:58 06:59:01 0 0.67 0.00 0.02 0.02 0.00 99.30 07:22:58 06:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 06:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 06:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 06:59:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:22:58 06:59:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:22:58 06:59:01 6 0.00 0.00 0.00 0.07 0.00 99.93 07:22:58 06:59:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:22:58 07:00:01 all 0.07 0.00 0.01 0.01 0.00 99.90 07:22:58 07:00:01 0 0.47 0.00 0.03 0.00 0.02 99.48 07:22:58 07:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 07:00:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:22:58 07:00:01 5 0.00 0.00 0.02 0.02 0.00 99.97 07:22:58 07:00:01 6 0.00 0.00 0.03 0.07 0.00 99.90 07:22:58 07:00:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 07:01:01 all 0.04 0.00 0.01 0.00 0.00 99.94 07:22:58 07:01:01 0 0.25 0.00 0.02 0.00 0.00 99.73 07:22:58 07:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:22:58 07:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:01:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:22:58 07:01:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 07:01:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:22:58 07:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:02:01 all 0.09 0.00 0.01 0.00 0.00 99.88 07:22:58 07:02:01 0 0.58 0.00 0.02 0.00 0.00 99.40 07:22:58 07:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:22:58 07:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 07:02:01 4 0.07 0.00 0.03 0.00 0.02 99.88 07:22:58 07:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:22:58 07:02:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:22:58 07:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:03:01 all 0.06 0.00 0.01 0.01 0.00 99.91 07:22:58 07:03:01 0 0.43 0.00 0.02 0.00 0.02 99.53 07:22:58 07:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:03:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:22:58 07:03:01 5 0.02 0.00 0.03 0.02 0.00 99.93 07:22:58 07:03:01 6 0.00 0.00 0.00 0.05 0.00 99.95 07:22:58 07:03:01 7 0.00 0.00 0.03 0.02 0.00 99.95 07:22:58 07:04:01 all 0.11 0.00 0.01 0.01 0.00 99.87 07:22:58 07:04:01 0 0.68 0.00 0.00 0.00 0.00 99.32 07:22:58 07:04:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:22:58 07:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 07:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:04:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:22:58 07:04:01 5 0.02 0.00 0.03 0.02 0.00 99.93 07:22:58 07:04:01 6 0.03 0.00 0.00 0.03 0.00 99.93 07:22:58 07:04:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 07:22:58 07:04:01 CPU %user %nice %system %iowait %steal %idle 07:22:58 07:05:01 all 0.11 0.00 0.02 0.01 0.00 99.86 07:22:58 07:05:01 0 0.76 0.00 0.03 0.00 0.00 99.20 07:22:58 07:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:05:01 4 0.07 0.00 0.03 0.00 0.00 99.90 07:22:58 07:05:01 5 0.03 0.00 0.00 0.03 0.00 99.93 07:22:58 07:05:01 6 0.00 0.00 0.00 0.08 0.00 99.92 07:22:58 07:05:01 7 0.02 0.00 0.05 0.00 0.00 99.93 07:22:58 07:06:01 all 0.08 0.00 0.01 0.01 0.01 99.89 07:22:58 07:06:01 0 0.57 0.00 0.00 0.00 0.00 99.43 07:22:58 07:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:22:58 07:06:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:22:58 07:06:01 6 0.02 0.00 0.02 0.05 0.00 99.92 07:22:58 07:06:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:22:58 07:07:01 all 0.04 0.00 0.01 0.01 0.00 99.94 07:22:58 07:07:01 0 0.25 0.00 0.02 0.00 0.02 99.72 07:22:58 07:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:07:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:22:58 07:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:07:01 6 0.00 0.00 0.00 0.03 0.00 99.97 07:22:58 07:07:01 7 0.03 0.00 0.02 0.02 0.00 99.93 07:22:58 07:08:01 all 0.36 0.00 0.05 0.02 0.00 99.56 07:22:58 07:08:01 0 0.50 0.00 0.05 0.02 0.00 99.43 07:22:58 07:08:01 1 0.18 0.00 0.02 0.02 0.00 99.78 07:22:58 07:08:01 2 0.80 0.00 0.07 0.02 0.00 99.12 07:22:58 07:08:01 3 0.13 0.00 0.05 0.02 0.00 99.80 07:22:58 07:08:01 4 0.27 0.00 0.08 0.02 0.02 99.62 07:22:58 07:08:01 5 0.33 0.00 0.07 0.02 0.00 99.58 07:22:58 07:08:01 6 0.45 0.00 0.03 0.03 0.00 99.48 07:22:58 07:08:01 7 0.22 0.00 0.07 0.02 0.00 99.70 07:22:58 07:09:01 all 0.29 0.00 0.01 0.01 0.00 99.69 07:22:58 07:09:01 0 0.17 0.00 0.03 0.00 0.00 99.80 07:22:58 07:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:22:58 07:09:01 2 1.97 0.00 0.00 0.00 0.00 98.03 07:22:58 07:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:09:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:22:58 07:09:01 5 0.02 0.00 0.03 0.03 0.00 99.92 07:22:58 07:09:01 6 0.03 0.00 0.00 0.03 0.00 99.93 07:22:58 07:09:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:22:58 07:10:01 all 0.19 0.00 0.01 0.01 0.00 99.79 07:22:58 07:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:22:58 07:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 07:10:01 2 1.48 0.00 0.00 0.00 0.00 98.52 07:22:58 07:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:22:58 07:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:10:01 6 0.00 0.00 0.02 0.05 0.00 99.93 07:22:58 07:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:22:58 07:11:01 all 4.43 0.00 1.69 0.88 0.03 92.96 07:22:58 07:11:01 0 5.51 0.00 2.09 0.20 0.03 92.18 07:22:58 07:11:01 1 4.46 0.00 1.42 0.03 0.03 94.05 07:22:58 07:11:01 2 3.79 0.00 1.24 0.57 0.03 94.36 07:22:58 07:11:01 3 4.25 0.00 1.79 0.07 0.03 93.86 07:22:58 07:11:01 4 4.40 0.00 1.61 0.22 0.03 93.74 07:22:58 07:11:01 5 4.26 0.00 2.60 4.38 0.03 88.73 07:22:58 07:11:01 6 4.22 0.00 1.04 0.50 0.02 94.22 07:22:58 07:11:01 7 4.57 0.00 1.73 1.11 0.05 92.53 07:22:58 07:12:01 all 26.14 0.00 6.39 1.47 0.10 65.91 07:22:58 07:12:01 0 26.83 0.00 6.87 4.20 0.07 62.03 07:22:58 07:12:01 1 27.16 0.00 6.29 0.34 0.08 66.13 07:22:58 07:12:01 2 25.86 0.00 7.66 0.61 0.12 65.75 07:22:58 07:12:01 3 26.18 0.00 6.48 0.79 0.10 66.44 07:22:58 07:12:01 4 27.46 0.00 6.81 3.49 0.10 62.14 07:22:58 07:12:01 5 25.76 0.00 6.18 2.10 0.08 65.88 07:22:58 07:12:01 6 26.85 0.00 5.80 0.03 0.10 67.22 07:22:58 07:12:01 7 22.96 0.00 5.00 0.22 0.10 71.72 07:22:58 07:13:01 all 23.96 0.00 5.41 1.36 0.09 69.18 07:22:58 07:13:01 0 24.58 0.00 5.29 1.27 0.08 68.78 07:22:58 07:13:01 1 24.98 0.00 5.34 0.45 0.10 69.13 07:22:58 07:13:01 2 22.35 0.00 5.05 0.08 0.07 72.45 07:22:58 07:13:01 3 24.97 0.00 4.97 0.10 0.08 69.88 07:22:58 07:13:01 4 24.00 0.00 5.28 0.46 0.08 70.18 07:22:58 07:13:01 5 24.07 0.00 5.52 1.67 0.08 68.66 07:22:58 07:13:01 6 25.27 0.00 5.98 2.03 0.08 66.64 07:22:58 07:13:01 7 21.48 0.00 5.86 4.89 0.10 67.67 07:22:58 07:14:01 all 0.04 0.00 0.04 0.01 0.00 99.90 07:22:58 07:14:01 0 0.08 0.00 0.03 0.00 0.02 99.87 07:22:58 07:14:01 1 0.02 0.00 0.05 0.02 0.00 99.92 07:22:58 07:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:22:58 07:14:01 3 0.03 0.00 0.03 0.03 0.00 99.90 07:22:58 07:14:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:22:58 07:14:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:22:58 07:14:01 6 0.08 0.00 0.05 0.00 0.00 99.87 07:22:58 07:14:01 7 0.02 0.00 0.07 0.03 0.02 99.87 07:22:58 07:15:01 all 0.06 0.00 0.03 0.01 0.00 99.89 07:22:58 07:15:01 0 0.07 0.00 0.03 0.00 0.00 99.90 07:22:58 07:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:22:58 07:15:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:22:58 07:15:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:22:58 07:15:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:22:58 07:15:01 5 0.08 0.00 0.03 0.00 0.00 99.88 07:22:58 07:15:01 6 0.18 0.00 0.07 0.03 0.00 99.72 07:22:58 07:15:01 7 0.03 0.00 0.03 0.03 0.00 99.90 07:22:58 07:22:58 07:15:01 CPU %user %nice %system %iowait %steal %idle 07:22:58 07:16:01 all 0.09 0.00 0.01 0.01 0.00 99.89 07:22:58 07:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:22:58 07:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:22:58 07:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:16:01 3 0.00 0.00 0.00 0.03 0.00 99.97 07:22:58 07:16:01 4 0.55 0.00 0.00 0.00 0.00 99.45 07:22:58 07:16:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:22:58 07:16:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 07:16:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:22:58 07:17:01 all 0.26 0.00 0.02 0.01 0.00 99.72 07:22:58 07:17:01 0 0.03 0.00 0.10 0.03 0.02 99.82 07:22:58 07:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:17:01 3 0.00 0.00 0.03 0.02 0.00 99.95 07:22:58 07:17:01 4 1.95 0.00 0.00 0.00 0.00 98.05 07:22:58 07:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:18:02 all 0.28 0.00 0.02 0.00 0.00 99.69 07:22:58 07:18:02 0 0.08 0.00 0.07 0.00 0.00 99.85 07:22:58 07:18:02 1 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 07:18:02 2 0.07 0.00 0.02 0.00 0.00 99.92 07:22:58 07:18:02 3 0.00 0.00 0.00 0.02 0.00 99.98 07:22:58 07:18:02 4 1.97 0.00 0.02 0.00 0.00 98.01 07:22:58 07:18:02 5 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 07:18:02 6 0.03 0.00 0.00 0.00 0.02 99.95 07:22:58 07:18:02 7 0.03 0.00 0.02 0.00 0.00 99.95 07:22:58 07:19:01 all 0.23 0.00 0.02 0.01 0.01 99.74 07:22:58 07:19:01 0 0.12 0.00 0.05 0.00 0.02 99.81 07:22:58 07:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:19:01 3 0.00 0.00 0.00 0.03 0.02 99.95 07:22:58 07:19:01 4 1.56 0.00 0.02 0.00 0.02 98.41 07:22:58 07:19:01 5 0.10 0.00 0.00 0.00 0.00 99.90 07:22:58 07:19:01 6 0.02 0.00 0.03 0.03 0.00 99.92 07:22:58 07:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:22:58 07:20:01 all 0.02 0.00 0.01 0.01 0.00 99.97 07:22:58 07:20:01 0 0.07 0.00 0.03 0.02 0.00 99.88 07:22:58 07:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:22:58 07:20:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:22:58 07:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:20:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:22:58 07:20:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:22:58 07:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 07:21:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:22:58 07:21:01 0 0.03 0.00 0.03 0.03 0.03 99.87 07:22:58 07:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:22:58 07:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:22:58 07:21:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:22:58 07:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:22:58 07:21:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:22:58 07:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:22:58 07:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:22:58 07:22:01 all 0.67 0.00 0.35 0.02 0.01 98.95 07:22:58 07:22:01 0 0.95 0.00 0.40 0.03 0.00 98.62 07:22:58 07:22:01 1 0.85 0.00 0.25 0.00 0.00 98.90 07:22:58 07:22:01 2 0.55 0.00 0.32 0.00 0.02 99.12 07:22:58 07:22:01 3 0.68 0.00 0.33 0.08 0.00 98.90 07:22:58 07:22:01 4 0.42 0.00 0.18 0.02 0.02 99.36 07:22:58 07:22:01 5 0.70 0.00 0.37 0.00 0.00 98.93 07:22:58 07:22:01 6 0.68 0.00 0.23 0.02 0.00 99.07 07:22:58 07:22:01 7 0.50 0.00 0.75 0.02 0.02 98.71 07:22:58 Average: all 2.05 0.00 0.52 0.15 0.01 97.28 07:22:58 Average: 0 2.33 0.00 0.55 0.23 0.01 96.88 07:22:58 Average: 1 2.04 0.00 0.48 0.04 0.01 97.43 07:22:58 Average: 2 2.03 0.00 0.52 0.05 0.01 97.39 07:22:58 Average: 3 1.98 0.00 0.50 0.05 0.01 97.46 07:22:58 Average: 4 2.20 0.00 0.51 0.15 0.02 97.12 07:22:58 Average: 5 1.95 0.00 0.54 0.29 0.01 97.21 07:22:58 Average: 6 2.08 0.00 0.48 0.14 0.01 97.28 07:22:58 Average: 7 1.78 0.00 0.54 0.22 0.01 97.45 07:22:58 07:22:58 07:22:58