Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 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-ssh9924649083583179339.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-ssh3833793705819499834.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-ssh11339219380095857028.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-ssh2951253028575427748.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-ssh6274127944948775645.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 Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-22409 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 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 (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 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 # timeout=10 Commit message: "fix(snap): Set unique name for config interface (#299)" > git rev-list --no-walk b3ed2c468bbc11562de4df1efe7e210c5fb0a041 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:15:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:15:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:15:30 ========================================================= 15:15:30 EdgeX Global Pipelines Version Info 15:15:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:15:30 ------------------- 15:15:30 stable info: 15:15:30 ------------------- 15:15:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:15:30 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 15:15:30 Message: update stable to v1.0.238 15:15:31 ------------------- 15:15:31 experimental info: 15:15:31 ------------------- 15:15:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:15:31 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 15:15:31 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b155924 [Pipeline] echo 15:15:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:15:32 provisioning config files... 15:15:32 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5010346783777531771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:15:32 ---> docker-login.sh 15:15:32 nexus3.edgexfoundry.org:10001 15:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:32 Configure a credential helper to remove this warning. See 15:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:32 15:15:32 Login Succeeded 15:15:32 nexus3.edgexfoundry.org:10002 15:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:32 Configure a credential helper to remove this warning. See 15:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:32 15:15:32 Login Succeeded 15:15:32 nexus3.edgexfoundry.org:10003 15:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:32 Configure a credential helper to remove this warning. See 15:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:32 15:15:32 Login Succeeded 15:15:32 nexus3.edgexfoundry.org:10004 15:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:33 Configure a credential helper to remove this warning. See 15:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:33 15:15:33 Login Succeeded 15:15:33 docker.io 15:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:33 Configure a credential helper to remove this warning. See 15:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:33 15:15:33 Login Succeeded 15:15:33 ---> docker-login.sh ends [Pipeline] } 15:15:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:15:33 + git rev-list -1 --merges b155924b7e348e7f4c6bc2e32e3176dc0fde7f12~1..b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo 15:15:33 -----------> git rev-list -1 --merges b155924b7e348e7f4c6bc2e32e3176dc0fde7f12~1..b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [false] [Pipeline] sh 15:15:34 + git log --format=format:%s -1 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo 15:15:34 ========================================================= 15:15:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:15:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:15:34 + git log --format=format:%s -1 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo 15:15:34 [semverPrep] GIT_COMMIT: b155924b7e348e7f4c6bc2e32e3176dc0fde7f12, Commit Message: fix(snap): Set unique name for config interface (#299) [Pipeline] echo 15:15:34 [semverPrep] This is not a build commit. [Pipeline] sh 15:15:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:15:35 + grep -v github /etc/ssh/ssh_known_hosts 15:15:35 + [ -e /tmp/ssh_known_hosts ] 15:15:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:15:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:15:35 + sudo tee -a /etc/ssh/ssh_known_hosts 15:15:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:15:35 15:15:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:15:35 0.1.4: Pulling from edgex-devops/py-git-semver 15:15:35 b85a868b505f: Pulling fs layer 15:15:35 e2be974225ed: Pulling fs layer 15:15:35 339a4e72a1f5: Pulling fs layer 15:15:35 988bab9f4d93: Pulling fs layer 15:15:35 1469e6f7b9e6: Pulling fs layer 15:15:35 eaf3925da568: Pulling fs layer 15:15:35 bab4dde63d76: Pulling fs layer 15:15:35 bde34c3a00c8: Pulling fs layer 15:15:35 b352a97aabf1: Pulling fs layer 15:15:35 4872d77fe225: Pulling fs layer 15:15:35 5851b861e8e6: Pulling fs layer 15:15:35 988bab9f4d93: Waiting 15:15:35 1469e6f7b9e6: Waiting 15:15:35 eaf3925da568: Waiting 15:15:35 4872d77fe225: Waiting 15:15:35 5851b861e8e6: Waiting 15:15:35 bab4dde63d76: Waiting 15:15:35 bde34c3a00c8: Waiting 15:15:35 b352a97aabf1: Waiting 15:15:35 e2be974225ed: Download complete 15:15:35 988bab9f4d93: Verifying Checksum 15:15:35 988bab9f4d93: Download complete 15:15:35 1469e6f7b9e6: Verifying Checksum 15:15:35 1469e6f7b9e6: Download complete 15:15:35 eaf3925da568: Download complete 15:15:35 339a4e72a1f5: Verifying Checksum 15:15:35 339a4e72a1f5: Download complete 15:15:35 bde34c3a00c8: Verifying Checksum 15:15:35 bde34c3a00c8: Download complete 15:15:35 b352a97aabf1: Verifying Checksum 15:15:35 b352a97aabf1: Download complete 15:15:35 4872d77fe225: Verifying Checksum 15:15:35 5851b861e8e6: Download complete 15:15:35 b85a868b505f: Verifying Checksum 15:15:35 b85a868b505f: Download complete 15:15:36 bab4dde63d76: Verifying Checksum 15:15:36 bab4dde63d76: Download complete 15:15:37 b85a868b505f: Pull complete 15:15:37 e2be974225ed: Pull complete 15:15:37 339a4e72a1f5: Pull complete 15:15:37 988bab9f4d93: Pull complete 15:15:37 1469e6f7b9e6: Pull complete 15:15:38 eaf3925da568: Pull complete 15:15:40 bab4dde63d76: Pull complete 15:15:40 bde34c3a00c8: Pull complete 15:15:40 b352a97aabf1: Pull complete 15:15:40 4872d77fe225: Pull complete 15:15:40 5851b861e8e6: Pull complete 15:15:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:15:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:15:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:15:40 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:15:40 $ 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 15:15:41 $ docker top 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c -eo pid,comm 15:15:41 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). 15:15:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:15:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:15:41 [ssh-agent] Looking for ssh-agent implementation... 15:15:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:15:41 $ docker exec 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent 15:15:41 SSH_AUTH_SOCK=/tmp/ssh-Hm1g6cc4eJ8C/agent.32 15:15:41 SSH_AGENT_PID=38 15:15:41 Running ssh-add (command line suppressed) 15:15:42 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3828217627966453390.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3828217627966453390.key) 15:15:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:15:42 + git tag --points-at HEAD [Pipeline] } 15:15:42 $ docker exec --env ******** --env ******** 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent -k 15:15:42 unset SSH_AUTH_SOCK; 15:15:42 unset SSH_AGENT_PID; 15:15:42 echo Agent pid 38 killed; 15:15:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:15:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:15:42 [ssh-agent] Looking for ssh-agent implementation... 15:15:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:15:42 $ docker exec 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent 15:15:42 SSH_AUTH_SOCK=/tmp/ssh-UgZqHAiUKZh5/agent.71 15:15:42 SSH_AGENT_PID=77 15:15:42 Running ssh-add (command line suppressed) 15:15:42 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7869567700429588901.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7869567700429588901.key) 15:15:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:15:43 + git semver init 15:15:43 2022-08-10 15:15:43,334 [run_init] DEBUG init version:0.0.0 force:False 15:15:43 2022-08-10 15:15:43,334 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 15:15:43 2022-08-10 15:15:43,335 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 15:15:43 2022-08-10 15:15:43,335 [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) 15:15:44 2022-08-10 15:15:44,252 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 15:15:44 2022-08-10 15:15:44,252 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 15:15:44 2022-08-10 15:15:44,253 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:15:44 2022-08-10 15:15:44,253 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:15:44 2.3.0-dev.11 [Pipeline] } 15:15:44 $ docker exec --env ******** --env ******** 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent -k 15:15:44 unset SSH_AUTH_SOCK; 15:15:44 unset SSH_AGENT_PID; 15:15:44 echo Agent pid 77 killed; 15:15:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:15:44 + git semver [Pipeline] } 15:15:45 $ docker stop --time=1 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c 15:15:46 $ docker rm -f 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c [Pipeline] // withDockerContainer [Pipeline] sh 15:15:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:15:46 Stashed 1 file(s) [Pipeline] echo 15:15:46 [edgeXSemver]: initialized semver on version 2.3.0-dev.11 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:15:47 provisioning config files... 15:15:47 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8026869557690173809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:15:47 ---> docker-login.sh 15:15:47 nexus3.edgexfoundry.org:10001 15:15:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:47 Configure a credential helper to remove this warning. See 15:15:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:47 15:15:47 Login Succeeded 15:15:47 nexus3.edgexfoundry.org:10002 15:15:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:47 Configure a credential helper to remove this warning. See 15:15:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:47 15:15:47 Login Succeeded 15:15:47 nexus3.edgexfoundry.org:10003 15:15:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:47 Configure a credential helper to remove this warning. See 15:15:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:47 15:15:47 Login Succeeded 15:15:47 nexus3.edgexfoundry.org:10004 15:15:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:47 Configure a credential helper to remove this warning. See 15:15:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:47 15:15:47 Login Succeeded 15:15:47 docker.io 15:15:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:48 Configure a credential helper to remove this warning. See 15:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:48 15:15:48 Login Succeeded 15:15:48 ---> docker-login.sh ends [Pipeline] } 15:15:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:15:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:15:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:15:48 ========================================================= 15:15:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:15:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:48 + 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 . 15:15:48 Sending build context to Docker daemon 23.08MB 15:15:48 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 15:15:48 Step 2/12 : FROM ${BASE} AS builder 15:15:48 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:15:48 2408cc74d12b: Pulling fs layer 15:15:48 ea60b727a1ce: Pulling fs layer 15:15:48 30c4a7721957: Pulling fs layer 15:15:48 370296b7ddb6: Pulling fs layer 15:15:48 7c6cee850709: Pulling fs layer 15:15:48 39a5fcdaea64: Pulling fs layer 15:15:48 d94ebbe4e438: Pulling fs layer 15:15:48 bcfd1f05c69d: Pulling fs layer 15:15:48 59ccb84bbe0f: Pulling fs layer 15:15:48 370296b7ddb6: Waiting 15:15:48 39a5fcdaea64: Waiting 15:15:48 7c6cee850709: Waiting 15:15:48 d94ebbe4e438: Waiting 15:15:48 59ccb84bbe0f: Waiting 15:15:48 bcfd1f05c69d: Waiting 15:15:48 30c4a7721957: Verifying Checksum 15:15:48 30c4a7721957: Download complete 15:15:48 ea60b727a1ce: Verifying Checksum 15:15:48 ea60b727a1ce: Download complete 15:15:48 7c6cee850709: Download complete 15:15:48 39a5fcdaea64: Verifying Checksum 15:15:48 39a5fcdaea64: Download complete 15:15:48 2408cc74d12b: Verifying Checksum 15:15:48 2408cc74d12b: Download complete 15:15:48 d94ebbe4e438: Verifying Checksum 15:15:48 d94ebbe4e438: Download complete 15:15:48 2408cc74d12b: Pull complete 15:15:49 ea60b727a1ce: Pull complete 15:15:49 30c4a7721957: Pull complete 15:15:49 59ccb84bbe0f: Verifying Checksum 15:15:49 59ccb84bbe0f: Download complete 15:15:49 bcfd1f05c69d: Verifying Checksum 15:15:49 bcfd1f05c69d: Download complete 15:15:49 370296b7ddb6: Download complete 15:15:53 370296b7ddb6: Pull complete 15:15:53 7c6cee850709: Pull complete 15:15:53 39a5fcdaea64: Pull complete 15:15:53 d94ebbe4e438: Pull complete 15:15:55 bcfd1f05c69d: Pull complete 15:15:56 59ccb84bbe0f: Pull complete 15:15:56 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 15:15:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:15:56 ---> a4fb48ad2a94 15:15:56 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:15:58 ---> Running in d5417e62ff51 15:15:58 Removing intermediate container d5417e62ff51 15:15:58 ---> 7c805ce7f3a6 15:15:58 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:15:58 ---> Running in 9fd444d64208 15:15:58 Removing intermediate container 9fd444d64208 15:15:58 ---> 21b5693adf55 15:15:58 Step 5/12 : WORKDIR /device-virtual-go 15:15:58 ---> Running in 5ea87373cde6 15:15:58 Removing intermediate container 5ea87373cde6 15:15:58 ---> 050eef9f8c14 15:15:58 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:15:58 ---> Running in 51492de47395 15:15:58 Removing intermediate container 51492de47395 15:15:58 ---> cc050865830b 15:15:58 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:15:58 ---> Running in 56313c60a4fa 15:15:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:00 (1/4) Installing openssh-keygen (9.0_p1-r2) 15:16:00 (2/4) Installing libedit (20210910.3.1-r0) 15:16:00 (3/4) Installing openssh-client-common (9.0_p1-r2) 15:16:00 (4/4) Installing openssh-client-default (9.0_p1-r2) 15:16:00 Executing busybox-1.35.0-r13.trigger 15:16:00 OK: 216 MiB in 55 packages 15:16:00 Removing intermediate container 56313c60a4fa 15:16:00 ---> 2198f93fa43b 15:16:00 Step 8/12 : COPY go.mod vendor* ./ 15:16:01 ---> 24feba54e053 15:16:01 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:01 ---> Running in ece936e13f89 15:16:02 Still waiting to schedule task 15:16:02 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:16:19 Removing intermediate container ece936e13f89 15:16:19 ---> 76dfdd37e250 15:16:19 Step 10/12 : COPY . . 15:16:19 ---> 318f8b3abb01 15:16:19 Step 11/12 : ARG MAKE='make build' 15:16:19 ---> Running in 96d959398421 15:16:19 Removing intermediate container 96d959398421 15:16:19 ---> 0ac50643cb20 15:16:19 Step 12/12 : RUN $MAKE 15:16:19 ---> Running in 812805806e8a 15:16:20 noop 15:16:20 Removing intermediate container 812805806e8a 15:16:20 ---> 515b18b9ccb8 15:16:20 Successfully built 515b18b9ccb8 15:16:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:20 + docker inspect -f . ci-base-image-x86_64 15:16:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:20 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:16:20 $ 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 15:16:21 $ docker top 33dea5fdfeb3406cba3468e7dfae4aa93de7e1917a06c834f02f6ddf4b210e4f -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:21 + go version 15:16:21 go version go1.18.3 linux/amd64 [Pipeline] } 15:16:21 $ docker stop --time=1 33dea5fdfeb3406cba3468e7dfae4aa93de7e1917a06c834f02f6ddf4b210e4f 15:16:22 $ docker rm -f 33dea5fdfeb3406cba3468e7dfae4aa93de7e1917a06c834f02f6ddf4b210e4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:23 + docker inspect -f . ci-base-image-x86_64 15:16:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:23 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:16:23 $ 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 15:16:23 $ docker top d26440994995207a9a77fb5797fbe111bd2bd645c99af8d917ec50f48153f1e6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:24 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 15:16:24 + make test 15:16:24 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 15:16:24 ? github.com/edgexfoundry/device-virtual-go [no test files] 15:16:32 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 15:16:33 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.039s coverage: 65.7% of statements 15:16:39 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." 15:16:39 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:16:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:16:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:16:41 ./bin/test-attribution-txt.sh 15:16:41 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 15:16:41 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 15:16:41 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 15:16:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:16:41 $ docker stop --time=1 d26440994995207a9a77fb5797fbe111bd2bd645c99af8d917ec50f48153f1e6 15:16:43 $ docker rm -f d26440994995207a9a77fb5797fbe111bd2bd645c99af8d917ec50f48153f1e6 [Pipeline] // withDockerContainer [Pipeline] sh 15:16:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:16:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:16:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:16:45 + ls -al . 15:16:45 total 192 15:16:45 drwxrwxr-x 9 jenkins jenkins 4096 Aug 10 15:16 . 15:16:45 drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:15 .. 15:16:45 drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 15:16 .git 15:16:45 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:15 .github 15:16:45 -rw-rw-r-- 1 jenkins jenkins 337 Aug 10 15:15 .gitignore 15:16:45 -rw-rw-r-- 1 jenkins jenkins 41 Aug 10 15:15 .golangci.yml 15:16:45 drwxr-xr-x 3 jenkins jenkins 4096 Aug 10 15:15 .semver 15:16:45 -rw-rw-r-- 1 jenkins jenkins 8152 Aug 10 15:15 Attribution.txt 15:16:45 -rw-rw-r-- 1 jenkins jenkins 9649 Aug 10 15:15 CHANGELOG.md 15:16:45 -rw-rw-r-- 1 jenkins jenkins 1978 Aug 10 15:15 Dockerfile 15:16:45 -rw-rw-r-- 1 jenkins jenkins 677 Aug 10 15:15 GOVERNANCE.md 15:16:45 -rw-rw-r-- 1 jenkins jenkins 660 Aug 10 15:15 Jenkinsfile 15:16:45 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 10 15:15 LICENSE 15:16:45 -rw-rw-r-- 1 jenkins jenkins 2248 Aug 10 15:15 Makefile 15:16:45 -rw-rw-r-- 1 jenkins jenkins 623 Aug 10 15:15 OWNERS.md 15:16:45 -rw-rw-r-- 1 jenkins jenkins 2914 Aug 10 15:15 README.md 15:16:45 -rw-rw-r-- 1 jenkins jenkins 12 Aug 10 15:15 VERSION 15:16:45 drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 15:15 bin 15:16:45 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:15 cmd 15:16:45 -rw-r--r-- 1 jenkins jenkins 44128 Aug 10 15:16 coverage.out 15:16:45 -rw-rw-r-- 1 jenkins jenkins 3328 Aug 10 15:15 go.mod 15:16:45 -rw-rw-r-- 1 jenkins jenkins 36202 Aug 10 15:15 go.sum 15:16:45 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:15 internal 15:16:45 drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:15 snap 15:16:45 -rw-rw-r-- 1 jenkins jenkins 235 Aug 10 15:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:45 + 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=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 --label arch=amd64 --label version=2.3.0-dev.11 . 15:16:45 Sending build context to Docker daemon 23.12MB 15:16:45 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 15:16:45 Step 2/26 : FROM ${BASE} AS builder 15:16:45 ---> 515b18b9ccb8 15:16:45 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:16:45 ---> Running in 4afc392ca5a4 15:16:45 Removing intermediate container 4afc392ca5a4 15:16:45 ---> 4632da18f0cc 15:16:45 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:16:45 ---> Running in c64c342ada10 15:16:45 Removing intermediate container c64c342ada10 15:16:45 ---> bd13db4174e1 15:16:45 Step 5/26 : WORKDIR /device-virtual-go 15:16:45 ---> Running in ccc799109e03 15:16:45 Removing intermediate container ccc799109e03 15:16:45 ---> b115c677cf51 15:16:45 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:45 ---> Running in b08305dd6612 15:16:46 Removing intermediate container b08305dd6612 15:16:46 ---> 87d7a3b840db 15:16:46 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:16:46 ---> Running in 19de5cb29e4a 15:16:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:47 OK: 216 MiB in 55 packages 15:16:48 Removing intermediate container 19de5cb29e4a 15:16:48 ---> db0d5e27707f 15:16:48 Step 8/26 : COPY go.mod vendor* ./ 15:16:48 ---> 1009f3dd9298 15:16:48 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:48 ---> Running in fef1702c5773 15:16:49 Removing intermediate container fef1702c5773 15:16:49 ---> 23e504e5bde5 15:16:49 Step 10/26 : COPY . . 15:16:49 ---> a8b5f811c027 15:16:49 Step 11/26 : ARG MAKE='make build' 15:16:49 ---> Running in 1b222a719dfa 15:16:49 Removing intermediate container 1b222a719dfa 15:16:49 ---> c7380c1dc411 15:16:49 Step 12/26 : RUN $MAKE 15:16:49 ---> Running in c33f8ec79cdb 15:16:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.11" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 15:17:07 Removing intermediate container c33f8ec79cdb 15:17:07 ---> 8009c3488905 15:17:07 Step 13/26 : FROM alpine:3.16 15:17:17 3.16: Pulling from library/alpine 15:17:17 213ec9aee27d: Pulling fs layer 15:17:17 213ec9aee27d: Verifying Checksum 15:17:18 213ec9aee27d: Pull complete 15:17:18 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 15:17:18 Status: Downloaded newer image for alpine:3.16 15:17:18 ---> 9c6f07244728 15:17:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 15:17:18 ---> Running in 06ea42be95ec 15:17:18 Removing intermediate container 06ea42be95ec 15:17:18 ---> 59bca6230fb1 15:17:18 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:18 ---> Running in e9e2392ed542 15:17:19 Removing intermediate container e9e2392ed542 15:17:19 ---> 391c6339e576 15:17:19 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 15:17:19 ---> Running in e7654e5c16e7 15:17:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:17:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:17:20 (1/6) Installing dumb-init (1.2.5-r1) 15:17:20 (2/6) Installing libgcc (11.2.1_git20220219-r2) 15:17:20 (3/6) Installing libsodium (1.0.18-r0) 15:17:20 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 15:17:20 (5/6) Installing libzmq (4.3.4-r0) 15:17:21 (6/6) Installing zeromq (4.3.4-r0) 15:17:21 Executing busybox-1.35.0-r17.trigger 15:17:21 OK: 8 MiB in 20 packages 15:17:21 Removing intermediate container e7654e5c16e7 15:17:21 ---> 9e2f0ea5b394 15:17:21 Step 17/26 : WORKDIR / 15:17:21 ---> Running in 6e34ccac0b87 15:17:21 Removing intermediate container 6e34ccac0b87 15:17:21 ---> 3f8eeb26bfbf 15:17:21 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 15:17:21 ---> 61a7fad844c0 15:17:21 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 15:17:21 ---> b40b543f3774 15:17:21 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 15:17:22 ---> bb95cc12fe10 15:17:22 Step 21/26 : EXPOSE 59900 15:17:22 ---> Running in b5e6fcbb3f58 15:17:22 Removing intermediate container b5e6fcbb3f58 15:17:22 ---> 4a35fb2be652 15:17:22 Step 22/26 : ENTRYPOINT ["/device-virtual"] 15:17:22 ---> Running in e48c667955cd 15:17:22 Removing intermediate container e48c667955cd 15:17:22 ---> c40723a84f9d 15:17:22 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:17:22 ---> Running in 790017c8b0c8 15:17:22 Removing intermediate container 790017c8b0c8 15:17:22 ---> ab87449a431f 15:17:22 Step 24/26 : LABEL arch=amd64 15:17:22 ---> Running in 943867bf4da1 15:17:22 Removing intermediate container 943867bf4da1 15:17:22 ---> cfacbab32dda 15:17:22 Step 25/26 : LABEL git_sha=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:17:22 ---> Running in e6eee24b700e 15:17:23 Removing intermediate container e6eee24b700e 15:17:23 ---> 09e0b5dac22a 15:17:23 Step 26/26 : LABEL version=2.3.0-dev.11 15:17:23 ---> Running in 5e57593a3545 15:17:23 Removing intermediate container 5e57593a3545 15:17:23 ---> d27793fa3e38 15:17:23 [Warning] One or more build-args [ARCH] were not consumed 15:17:23 Successfully built d27793fa3e38 15:17:23 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:17:23 provisioning config files... 15:17:23 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6137396004912768067tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:23 ---> docker-login.sh 15:17:23 nexus3.edgexfoundry.org:10001 15:17:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:23 Configure a credential helper to remove this warning. See 15:17:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:23 15:17:23 Login Succeeded 15:17:23 nexus3.edgexfoundry.org:10002 15:17:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:23 Configure a credential helper to remove this warning. See 15:17:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:23 15:17:23 Login Succeeded 15:17:23 nexus3.edgexfoundry.org:10003 15:17:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:23 Configure a credential helper to remove this warning. See 15:17:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:23 15:17:23 Login Succeeded 15:17:23 nexus3.edgexfoundry.org:10004 15:17:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:24 Configure a credential helper to remove this warning. See 15:17:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:24 15:17:24 Login Succeeded 15:17:24 docker.io 15:17:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:24 Configure a credential helper to remove this warning. See 15:17:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:24 15:17:24 Login Succeeded 15:17:24 ---> docker-login.sh ends [Pipeline] } 15:17:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:17:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:17:24 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 15:17:24 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:17:24 latest 15:17:24 2.3.0-dev.11 15:17:24 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 15:17:24 main 15:17:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:24 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:25 + docker push nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:17:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 15:17:25 15498f0b794e: Preparing 15:17:25 798f9c51af30: Preparing 15:17:25 65edc650a792: Preparing 15:17:25 187aef5db394: Preparing 15:17:25 32edd9794bed: Preparing 15:17:25 994393dc58e7: Preparing 15:17:25 994393dc58e7: Waiting 15:17:25 798f9c51af30: Pushed 15:17:25 32edd9794bed: Pushed 15:17:25 65edc650a792: Pushed 15:17:25 994393dc58e7: Layer already exists 15:17:25 187aef5db394: Pushed 15:17:27 15498f0b794e: Pushed 15:17:27 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:27 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:28 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 15:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 15:17:28 15498f0b794e: Preparing 15:17:28 798f9c51af30: Preparing 15:17:28 65edc650a792: Preparing 15:17:28 187aef5db394: Preparing 15:17:28 32edd9794bed: Preparing 15:17:28 994393dc58e7: Preparing 15:17:28 994393dc58e7: Waiting 15:17:28 798f9c51af30: Layer already exists 15:17:28 15498f0b794e: Layer already exists 15:17:28 32edd9794bed: Layer already exists 15:17:28 65edc650a792: Layer already exists 15:17:28 187aef5db394: Layer already exists 15:17:28 994393dc58e7: Layer already exists 15:17:28 latest: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:28 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:28 + docker push nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.11 15:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 15:17:28 15498f0b794e: Preparing 15:17:28 798f9c51af30: Preparing 15:17:28 65edc650a792: Preparing 15:17:28 187aef5db394: Preparing 15:17:28 32edd9794bed: Preparing 15:17:28 994393dc58e7: Preparing 15:17:28 994393dc58e7: Waiting 15:17:28 187aef5db394: Layer already exists 15:17:28 15498f0b794e: Layer already exists 15:17:28 32edd9794bed: Layer already exists 15:17:28 798f9c51af30: Layer already exists 15:17:28 65edc650a792: Layer already exists 15:17:28 994393dc58e7: Layer already exists 15:17:28 2.3.0-dev.11: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:29 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 15:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 15:17:29 15498f0b794e: Preparing 15:17:29 798f9c51af30: Preparing 15:17:29 65edc650a792: Preparing 15:17:29 187aef5db394: Preparing 15:17:29 32edd9794bed: Preparing 15:17:29 994393dc58e7: Preparing 15:17:29 994393dc58e7: Waiting 15:17:29 798f9c51af30: Layer already exists 15:17:29 65edc650a792: Layer already exists 15:17:29 15498f0b794e: Layer already exists 15:17:29 32edd9794bed: Layer already exists 15:17:29 187aef5db394: Layer already exists 15:17:29 994393dc58e7: Layer already exists 15:17:29 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:29 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:30 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 15:17:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 15:17:30 15498f0b794e: Preparing 15:17:30 798f9c51af30: Preparing 15:17:30 65edc650a792: Preparing 15:17:30 187aef5db394: Preparing 15:17:30 32edd9794bed: Preparing 15:17:30 994393dc58e7: Preparing 15:17:30 994393dc58e7: Waiting 15:17:30 187aef5db394: Layer already exists 15:17:30 65edc650a792: Layer already exists 15:17:30 15498f0b794e: Layer already exists 15:17:30 32edd9794bed: Layer already exists 15:17:30 798f9c51af30: Layer already exists 15:17:30 994393dc58e7: Layer already exists 15:17:30 main: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:17:30 ===================================================== [Pipeline] echo 15:17:30 taggedImages: 15:17:30 - nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:17:30 - nexus3.edgexfoundry.org:10004/device-virtual:latest 15:17:30 - nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.11 15:17:30 - nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 15:17:30 - 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 15:17:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:30 15:17:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:31 latest: Pulling from edgex-lftools-log-publisher 15:17:31 5eb5b503b376: Pulling fs layer 15:17:31 5c69ac0246d0: Pulling fs layer 15:17:31 ec43610c2a17: Pulling fs layer 15:17:31 3a2ae6a8a46f: Pulling fs layer 15:17:31 33b1e0a273af: Pulling fs layer 15:17:31 5d3b04190fa2: Pulling fs layer 15:17:31 2f39f015ded8: Pulling fs layer 15:17:31 3a2ae6a8a46f: Waiting 15:17:31 2f39f015ded8: Waiting 15:17:31 33b1e0a273af: Waiting 15:17:31 5d3b04190fa2: Waiting 15:17:31 5c69ac0246d0: Download complete 15:17:31 3a2ae6a8a46f: Verifying Checksum 15:17:31 3a2ae6a8a46f: Download complete 15:17:31 33b1e0a273af: Verifying Checksum 15:17:31 33b1e0a273af: Download complete 15:17:31 5d3b04190fa2: Download complete 15:17:31 ec43610c2a17: Verifying Checksum 15:17:31 5eb5b503b376: Download complete 15:17:31 2f39f015ded8: Download complete 15:17:32 5eb5b503b376: Pull complete 15:17:32 5c69ac0246d0: Pull complete 15:17:32 ec43610c2a17: Pull complete 15:17:32 3a2ae6a8a46f: Pull complete 15:17:33 33b1e0a273af: Pull complete 15:17:33 5d3b04190fa2: Pull complete 15:17:37 2f39f015ded8: Pull complete 15:17:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:17:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:37 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:17:37 $ 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 15:17:39 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22410 in /w/workspace/exfoundry_device-virtual-go_main 15:17:39 $ docker top 8a3695fa583465f6d95478260a340386e460cebe69f540787f90271415f63a75 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 15:17:39 Running in /w/workspace/device-virtual-go/47 [Pipeline] { [Pipeline] checkout 15:17:39 The recommended git tool is: git 15:17:39 ---> job-cost.sh 15:17:39 lf-activate-venv: SKIPPING 15:17:39 INFO: No Stack... 15:17:39 INFO: Retrieving Pricing Info for: v3-standard-8 15:17:40 INFO: Archiving Costs [Pipeline] sh 15:17:40 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 15:17:40 + cut -d, -f6 [Pipeline] lock 15:17:40 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] 15:17:40 Resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] did not exist. Created. 15:17:40 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:17:41 + echo total: 0.2199999988079071 [Pipeline] stash 15:17:41 Stashed 1 file(s) [Pipeline] } 15:17:41 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] // lock [Pipeline] } 15:17:41 $ docker stop --time=1 8a3695fa583465f6d95478260a340386e460cebe69f540787f90271415f63a75 15:17:42 $ docker rm -f 8a3695fa583465f6d95478260a340386e460cebe69f540787f90271415f63a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:17:46 using credential edgex-jenkins-ssh 15:17:46 Cloning the remote Git repository 15:17:46 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 15:17:46 > git init /w/workspace/device-virtual-go/47 # timeout=10 15:17:46 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:17:46 > git --version # timeout=10 15:17:46 > git --version # 'git version 2.25.1' 15:17:46 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:48 Avoid second fetch 15:17:48 Checking out Revision b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 (main) 15:17:48 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:17:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:48 > git config core.sparsecheckout # timeout=10 15:17:48 > git checkout -f b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 # timeout=10 15:17:52 Commit message: "fix(snap): Set unique name for config interface (#299)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:17:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:17:53 % Total % Received % Xferd Average Speed Time Time Time Current 15:17:53 Dload Upload Total Spent Left Speed 15:17:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 94137 0 --:--:-- --:--:-- --:--:-- 94137 [Pipeline] sh 15:17:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:17:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:17:54 + sudo tee /etc/docker/daemon.new 15:17:54 { 15:17:54 "registry-mirrors": [ 15:17:54 "https://nexus3.edgexfoundry.org:10001" 15:17:54 ], 15:17:54 "bip": "10.250.0.254/24", 15:17:54 "hosts": [ 15:17:54 "tcp://0.0.0.0:5555", 15:17:54 "unix:///var/run/docker.sock" 15:17:54 ], 15:17:54 "mtu": 1458, 15:17:54 "selinux-enabled": true, 15:17:54 "seccomp-profile": "/etc/docker/seccomp.json" 15:17:54 } [Pipeline] sh 15:17:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:17:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:18:13 provisioning config files... 15:18:13 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config2538866834822698669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:18:14 ---> docker-login.sh 15:18:14 nexus3.edgexfoundry.org:10001 15:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:15 Configure a credential helper to remove this warning. See 15:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:15 15:18:15 Login Succeeded 15:18:15 nexus3.edgexfoundry.org:10002 15:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:15 Configure a credential helper to remove this warning. See 15:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:15 15:18:15 Login Succeeded 15:18:15 nexus3.edgexfoundry.org:10003 15:18:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:16 Configure a credential helper to remove this warning. See 15:18:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:16 15:18:16 Login Succeeded 15:18:16 nexus3.edgexfoundry.org:10004 15:18:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:16 Configure a credential helper to remove this warning. See 15:18:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:16 15:18:16 Login Succeeded 15:18:16 docker.io 15:18:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:17 Configure a credential helper to remove this warning. See 15:18:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:17 15:18:17 Login Succeeded 15:18:17 ---> docker-login.sh ends [Pipeline] } 15:18:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:18:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:18:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:18:17 ========================================================= 15:18:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:18:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:18 + 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 . 15:18:18 Sending build context to Docker daemon 11.67MB 15:18:18 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 15:18:18 Step 2/12 : FROM ${BASE} AS builder 15:18:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:18:18 b3c136eddcbf: Pulling fs layer 15:18:18 c0a3192eca97: Pulling fs layer 15:18:18 a050256f5b6f: Pulling fs layer 15:18:18 656be50a0ddc: Pulling fs layer 15:18:18 2bbca73fdf42: Pulling fs layer 15:18:18 46d945488cbd: Pulling fs layer 15:18:18 8a5474983e97: Pulling fs layer 15:18:18 329c88fbcd65: Pulling fs layer 15:18:18 46d945488cbd: Waiting 15:18:18 8a5474983e97: Waiting 15:18:18 329c88fbcd65: Waiting 15:18:18 656be50a0ddc: Waiting 15:18:18 2bbca73fdf42: Waiting 15:18:18 a050256f5b6f: Verifying Checksum 15:18:18 a050256f5b6f: Download complete 15:18:18 c0a3192eca97: Verifying Checksum 15:18:18 c0a3192eca97: Download complete 15:18:18 2bbca73fdf42: Verifying Checksum 15:18:18 2bbca73fdf42: Download complete 15:18:19 46d945488cbd: Verifying Checksum 15:18:19 46d945488cbd: Download complete 15:18:19 b3c136eddcbf: Verifying Checksum 15:18:19 b3c136eddcbf: Download complete 15:18:20 b3c136eddcbf: Pull complete 15:18:20 329c88fbcd65: Verifying Checksum 15:18:20 329c88fbcd65: Download complete 15:18:20 c0a3192eca97: Pull complete 15:18:20 a050256f5b6f: Pull complete 15:18:21 8a5474983e97: Verifying Checksum 15:18:21 8a5474983e97: Download complete 15:18:21 656be50a0ddc: Verifying Checksum 15:18:21 656be50a0ddc: Download complete 15:18:36 656be50a0ddc: Pull complete 15:18:36 2bbca73fdf42: Pull complete 15:18:36 46d945488cbd: Pull complete 15:18:41 8a5474983e97: Pull complete 15:18:42 329c88fbcd65: Pull complete 15:18:42 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 15:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:18:42 ---> ff4287adb874 15:18:42 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:18:44 ---> Running in a8df7d9f2c4d 15:18:44 Removing intermediate container a8df7d9f2c4d 15:18:44 ---> a1bb01cc9fb6 15:18:44 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:18:44 ---> Running in 6cbf5f956d45 15:18:45 Removing intermediate container 6cbf5f956d45 15:18:45 ---> 36022fb6884c 15:18:45 Step 5/12 : WORKDIR /device-virtual-go 15:18:45 ---> Running in 4b35aa694222 15:18:45 Removing intermediate container 4b35aa694222 15:18:45 ---> f759db291286 15:18:45 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:45 ---> Running in 27ae36247ecd 15:18:48 Removing intermediate container 27ae36247ecd 15:18:48 ---> 8ed4ef3b0bff 15:18:48 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:18:48 ---> Running in d8d21a9f1794 15:18:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:18:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:18:51 (1/4) Installing openssh-keygen (9.0_p1-r2) 15:18:51 (2/4) Installing libedit (20210910.3.1-r0) 15:18:51 (3/4) Installing openssh-client-common (9.0_p1-r2) 15:18:51 (4/4) Installing openssh-client-default (9.0_p1-r2) 15:18:51 Executing busybox-1.35.0-r13.trigger 15:18:51 OK: 226 MiB in 55 packages 15:18:52 Removing intermediate container d8d21a9f1794 15:18:52 ---> ad85a858c8b1 15:18:52 Step 8/12 : COPY go.mod vendor* ./ 15:18:53 ---> d74b166c2315 15:18:53 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:18:53 ---> Running in f16343accc5d 15:19:40 Removing intermediate container f16343accc5d 15:19:40 ---> 019117cb59da 15:19:40 Step 10/12 : COPY . . 15:19:40 ---> 66c17dd180d9 15:19:40 Step 11/12 : ARG MAKE='make build' 15:19:40 ---> Running in 3947890d7a93 15:19:40 Removing intermediate container 3947890d7a93 15:19:40 ---> a30b92a3a30b 15:19:40 Step 12/12 : RUN $MAKE 15:19:40 ---> Running in 27f39d468bd4 15:19:41 noop 15:19:42 Removing intermediate container 27f39d468bd4 15:19:42 ---> 9dae23785cb0 15:19:42 Successfully built 9dae23785cb0 15:19:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:42 + docker inspect -f . ci-base-image-arm64 15:19:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:19:42 prd-ubuntu20.04-docker-arm64-4c-16g-22410 does not seem to be running inside a container 15:19:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 15:19:44 $ docker top 35ce9fbbcecff60eb30ce393d6cd2ec184a19d82af35a55b204ccf6b79be7805 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:45 + go version 15:19:45 go version go1.18.3 linux/arm64 [Pipeline] } 15:19:45 $ docker stop --time=1 35ce9fbbcecff60eb30ce393d6cd2ec184a19d82af35a55b204ccf6b79be7805 15:19:46 $ docker rm -f 35ce9fbbcecff60eb30ce393d6cd2ec184a19d82af35a55b204ccf6b79be7805 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:47 + docker inspect -f . ci-base-image-arm64 15:19:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:19:47 prd-ubuntu20.04-docker-arm64-4c-16g-22410 does not seem to be running inside a container 15:19:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 15:19:48 $ docker top 707d8b4da75f8931e9149119fde13446bd9b0ffc9cc4e4c92847c26ade8961a6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:49 + git config --global --add safe.directory /w/workspace/device-virtual-go/47 [Pipeline] fileExists [Pipeline] sh 15:19:50 + make test 15:19:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 15:19:52 ? github.com/edgexfoundry/device-virtual-go [no test files] 15:21:13 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 15:21:13 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.127s coverage: 65.7% of statements 15:21:13 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:21:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:21:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:21:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:21:28 ./bin/test-attribution-txt.sh 15:21:28 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 15:21:28 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 15:21:28 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 15:21:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:21:29 $ docker stop --time=1 707d8b4da75f8931e9149119fde13446bd9b0ffc9cc4e4c92847c26ade8961a6 15:21:30 $ docker rm -f 707d8b4da75f8931e9149119fde13446bd9b0ffc9cc4e4c92847c26ade8961a6 [Pipeline] // withDockerContainer [Pipeline] sh 15:21:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:21:31 Warning: overwriting stash ‘coverage-report’ 15:21:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:21:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:21:33 + ls -al . 15:21:33 total 188 15:21:33 drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 15:19 . 15:21:33 drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:17 .. 15:21:33 drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 15:17 .git 15:21:33 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:17 .github 15:21:33 -rw-rw-r-- 1 jenkins jenkins 337 Aug 10 15:17 .gitignore 15:21:33 -rw-rw-r-- 1 jenkins jenkins 41 Aug 10 15:17 .golangci.yml 15:21:33 -rw-rw-r-- 1 jenkins jenkins 8152 Aug 10 15:17 Attribution.txt 15:21:33 -rw-rw-r-- 1 jenkins jenkins 9649 Aug 10 15:17 CHANGELOG.md 15:21:33 -rw-rw-r-- 1 jenkins jenkins 1978 Aug 10 15:17 Dockerfile 15:21:33 -rw-rw-r-- 1 jenkins jenkins 677 Aug 10 15:17 GOVERNANCE.md 15:21:33 -rw-rw-r-- 1 jenkins jenkins 660 Aug 10 15:17 Jenkinsfile 15:21:33 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 10 15:17 LICENSE 15:21:33 -rw-rw-r-- 1 jenkins jenkins 2248 Aug 10 15:17 Makefile 15:21:33 -rw-rw-r-- 1 jenkins jenkins 623 Aug 10 15:17 OWNERS.md 15:21:33 -rw-rw-r-- 1 jenkins jenkins 2914 Aug 10 15:17 README.md 15:21:33 -rw-rw-r-- 1 jenkins jenkins 12 Aug 10 15:15 VERSION 15:21:33 drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 15:17 bin 15:21:33 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:17 cmd 15:21:33 -rw-r--r-- 1 jenkins jenkins 44128 Aug 10 15:21 coverage.out 15:21:33 -rw-rw-r-- 1 jenkins jenkins 3328 Aug 10 15:17 go.mod 15:21:33 -rw-rw-r-- 1 jenkins jenkins 36202 Aug 10 15:17 go.sum 15:21:33 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:17 internal 15:21:33 drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:17 snap 15:21:33 -rw-rw-r-- 1 jenkins jenkins 235 Aug 10 15:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:33 + 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=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 --label arch=arm64 --label version=2.3.0-dev.11 . 15:21:33 Sending build context to Docker daemon 11.72MB 15:21:33 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 15:21:33 Step 2/26 : FROM ${BASE} AS builder 15:21:33 ---> 9dae23785cb0 15:21:33 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:21:33 ---> Running in 45112d804740 15:21:34 Removing intermediate container 45112d804740 15:21:34 ---> 330649ac1ca9 15:21:34 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:21:34 ---> Running in 4f0c07da4655 15:21:34 Removing intermediate container 4f0c07da4655 15:21:34 ---> 3ed80b6c75a9 15:21:34 Step 5/26 : WORKDIR /device-virtual-go 15:21:34 ---> Running in 63bd6b871dad 15:21:35 Removing intermediate container 63bd6b871dad 15:21:35 ---> b60096375e7d 15:21:35 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:35 ---> Running in fe242f0d179b 15:21:37 Removing intermediate container fe242f0d179b 15:21:37 ---> 48bbfcb481fc 15:21:37 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:21:37 ---> Running in 2f85a01f0b77 15:21:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:21:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:21:39 OK: 226 MiB in 55 packages 15:21:40 Removing intermediate container 2f85a01f0b77 15:21:40 ---> 1b4d3765a5f0 15:21:40 Step 8/26 : COPY go.mod vendor* ./ 15:21:41 ---> 9aea0cb64ab0 15:21:41 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:21:41 ---> Running in 64eb82d3c738 15:21:43 Removing intermediate container 64eb82d3c738 15:21:43 ---> 9868654859a7 15:21:43 Step 10/26 : COPY . . 15:21:44 ---> 7ab2e1e5dc88 15:21:44 Step 11/26 : ARG MAKE='make build' 15:21:44 ---> Running in 2c462068e95d 15:21:44 Removing intermediate container 2c462068e95d 15:21:44 ---> 9772d606cdfe 15:21:44 Step 12/26 : RUN $MAKE 15:21:44 ---> Running in 0688f42e44a4 15:21:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.11" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 15:23:52 Removing intermediate container 0688f42e44a4 15:23:52 ---> 2bdff49c1d80 15:23:52 Step 13/26 : FROM alpine:3.16 15:23:52 3.16: Pulling from library/alpine 15:23:52 9b18e9b68314: Pulling fs layer 15:23:52 9b18e9b68314: Download complete 15:23:52 9b18e9b68314: Pull complete 15:23:52 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 15:23:52 Status: Downloaded newer image for alpine:3.16 15:23:52 ---> a6215f271958 15:23:52 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 15:23:52 ---> Running in 7f70d082cc63 15:23:52 Removing intermediate container 7f70d082cc63 15:23:52 ---> 582438c7c3a2 15:23:52 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:23:52 ---> Running in 2b1bacc3f60c 15:23:52 Removing intermediate container 2b1bacc3f60c 15:23:52 ---> cb582add0ca5 15:23:52 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 15:23:52 ---> Running in d4fd95f6842d 15:23:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:23:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:23:52 (1/6) Installing dumb-init (1.2.5-r1) 15:23:52 (2/6) Installing libgcc (11.2.1_git20220219-r2) 15:23:52 (3/6) Installing libsodium (1.0.18-r0) 15:23:52 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 15:23:52 (5/6) Installing libzmq (4.3.4-r0) 15:23:52 (6/6) Installing zeromq (4.3.4-r0) 15:23:52 Executing busybox-1.35.0-r17.trigger 15:23:52 OK: 8 MiB in 20 packages 15:23:52 Removing intermediate container d4fd95f6842d 15:23:52 ---> 630a43d9b15b 15:23:52 Step 17/26 : WORKDIR / 15:23:52 ---> Running in de1494d7e966 15:23:52 Removing intermediate container de1494d7e966 15:23:52 ---> badb5ffac026 15:23:52 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 15:23:53 ---> 197b50637a27 15:23:53 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 15:23:53 ---> 3c948271cca5 15:23:53 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 15:23:55 ---> 647693cf6696 15:23:55 Step 21/26 : EXPOSE 59900 15:23:55 ---> Running in 13e9c7a04de3 15:23:55 Removing intermediate container 13e9c7a04de3 15:23:55 ---> 6729b8497344 15:23:55 Step 22/26 : ENTRYPOINT ["/device-virtual"] 15:23:55 ---> Running in e736053be977 15:23:56 Removing intermediate container e736053be977 15:23:56 ---> e8cd2d97f264 15:23:56 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:23:56 ---> Running in 02f459bacdaa 15:23:56 Removing intermediate container 02f459bacdaa 15:23:56 ---> c54e21c2e384 15:23:56 Step 24/26 : LABEL arch=arm64 15:23:56 ---> Running in 35305bcf28ca 15:23:56 Removing intermediate container 35305bcf28ca 15:23:56 ---> 77d6a7a3eb1a 15:23:56 Step 25/26 : LABEL git_sha=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:23:56 ---> Running in e21351c099f4 15:23:57 Removing intermediate container e21351c099f4 15:23:57 ---> 5a862dc44947 15:23:57 Step 26/26 : LABEL version=2.3.0-dev.11 15:23:57 ---> Running in 7b3a662e4fd9 15:23:57 Removing intermediate container 7b3a662e4fd9 15:23:57 ---> 8c012e5ced33 15:23:57 [Warning] One or more build-args [ARCH] were not consumed 15:23:57 Successfully built 8c012e5ced33 15:23:57 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 15:23:57 provisioning config files... 15:23:57 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config8665998135421697940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:23:58 ---> docker-login.sh 15:23:58 nexus3.edgexfoundry.org:10001 15:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:58 Configure a credential helper to remove this warning. See 15:23:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:58 15:23:58 Login Succeeded 15:23:58 nexus3.edgexfoundry.org:10002 15:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:59 Configure a credential helper to remove this warning. See 15:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:59 15:23:59 Login Succeeded 15:23:59 nexus3.edgexfoundry.org:10003 15:23:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:59 Configure a credential helper to remove this warning. See 15:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:59 15:23:59 Login Succeeded 15:23:59 nexus3.edgexfoundry.org:10004 15:23:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:59 Configure a credential helper to remove this warning. See 15:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:59 15:23:59 Login Succeeded 15:23:59 docker.io 15:24:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:24:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:24:00 Configure a credential helper to remove this warning. See 15:24:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:24:00 15:24:00 Login Succeeded 15:24:00 ---> docker-login.sh ends [Pipeline] } 15:24:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:24:00 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 15:24:00 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:24:00 latest 15:24:00 2.3.0-dev.11 15:24:00 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 15:24:00 main 15:24:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:01 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:01 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:24:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 15:24:01 74a081f4a99a: Preparing 15:24:01 1aacd6f709e4: Preparing 15:24:01 4cdc454fbfbc: Preparing 15:24:01 67470f1b82c3: Preparing 15:24:01 d1d8a951a112: Preparing 15:24:01 5d3e392a13a0: Preparing 15:24:01 5d3e392a13a0: Waiting 15:24:01 d1d8a951a112: Pushed 15:24:01 4cdc454fbfbc: Pushed 15:24:01 1aacd6f709e4: Pushed 15:24:01 5d3e392a13a0: Layer already exists 15:24:02 67470f1b82c3: Pushed 15:24:07 74a081f4a99a: Pushed 15:24:07 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:08 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 15:24:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 15:24:08 74a081f4a99a: Preparing 15:24:08 1aacd6f709e4: Preparing 15:24:08 4cdc454fbfbc: Preparing 15:24:08 67470f1b82c3: Preparing 15:24:08 d1d8a951a112: Preparing 15:24:08 5d3e392a13a0: Preparing 15:24:08 5d3e392a13a0: Waiting 15:24:08 67470f1b82c3: Layer already exists 15:24:08 4cdc454fbfbc: Layer already exists 15:24:08 d1d8a951a112: Layer already exists 15:24:08 1aacd6f709e4: Layer already exists 15:24:08 74a081f4a99a: Layer already exists 15:24:08 5d3e392a13a0: Layer already exists 15:24:08 latest: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:09 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.11 15:24:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 15:24:09 74a081f4a99a: Preparing 15:24:09 1aacd6f709e4: Preparing 15:24:09 4cdc454fbfbc: Preparing 15:24:09 67470f1b82c3: Preparing 15:24:09 d1d8a951a112: Preparing 15:24:09 5d3e392a13a0: Preparing 15:24:09 5d3e392a13a0: Waiting 15:24:09 67470f1b82c3: Layer already exists 15:24:09 d1d8a951a112: Layer already exists 15:24:09 4cdc454fbfbc: Layer already exists 15:24:09 74a081f4a99a: Layer already exists 15:24:09 1aacd6f709e4: Layer already exists 15:24:09 5d3e392a13a0: Layer already exists 15:24:09 2.3.0-dev.11: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:10 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:10 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 15:24:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 15:24:10 74a081f4a99a: Preparing 15:24:10 1aacd6f709e4: Preparing 15:24:10 4cdc454fbfbc: Preparing 15:24:10 67470f1b82c3: Preparing 15:24:10 d1d8a951a112: Preparing 15:24:10 5d3e392a13a0: Preparing 15:24:10 5d3e392a13a0: Waiting 15:24:10 4cdc454fbfbc: Layer already exists 15:24:10 74a081f4a99a: Layer already exists 15:24:10 1aacd6f709e4: Layer already exists 15:24:10 d1d8a951a112: Layer already exists 15:24:10 67470f1b82c3: Layer already exists 15:24:10 5d3e392a13a0: Layer already exists 15:24:10 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:11 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 15:24:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 15:24:11 74a081f4a99a: Preparing 15:24:11 1aacd6f709e4: Preparing 15:24:11 4cdc454fbfbc: Preparing 15:24:11 67470f1b82c3: Preparing 15:24:11 d1d8a951a112: Preparing 15:24:11 5d3e392a13a0: Preparing 15:24:11 5d3e392a13a0: Waiting 15:24:11 1aacd6f709e4: Layer already exists 15:24:11 4cdc454fbfbc: Layer already exists 15:24:11 67470f1b82c3: Layer already exists 15:24:11 74a081f4a99a: Layer already exists 15:24:11 d1d8a951a112: Layer already exists 15:24:11 5d3e392a13a0: Layer already exists 15:24:11 main: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:11 ===================================================== [Pipeline] echo 15:24:11 taggedImages: 15:24:11 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 15:24:11 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 15:24:11 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.11 15:24:11 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 15:24:11 - 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 15:24:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:24:12 15:24:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:24:12 arm64: Pulling from edgex-lftools-log-publisher 15:24:12 8998bd30e6a1: Pulling fs layer 15:24:12 04944245beec: Pulling fs layer 15:24:12 699f458cf7ca: Pulling fs layer 15:24:12 765212b225bb: Pulling fs layer 15:24:12 f23df028b6ca: Pulling fs layer 15:24:12 d65c8cfc05b1: Pulling fs layer 15:24:12 2437ff75d9bd: Pulling fs layer 15:24:12 765212b225bb: Waiting 15:24:12 f23df028b6ca: Waiting 15:24:12 d65c8cfc05b1: Waiting 15:24:12 2437ff75d9bd: Waiting 15:24:12 04944245beec: Verifying Checksum 15:24:12 04944245beec: Download complete 15:24:12 765212b225bb: Verifying Checksum 15:24:12 765212b225bb: Download complete 15:24:12 f23df028b6ca: Verifying Checksum 15:24:12 f23df028b6ca: Download complete 15:24:12 d65c8cfc05b1: Verifying Checksum 15:24:12 d65c8cfc05b1: Download complete 15:24:13 699f458cf7ca: Verifying Checksum 15:24:13 699f458cf7ca: Download complete 15:24:13 8998bd30e6a1: Verifying Checksum 15:24:13 8998bd30e6a1: Download complete 15:24:15 2437ff75d9bd: Verifying Checksum 15:24:15 2437ff75d9bd: Download complete 15:24:17 8998bd30e6a1: Pull complete 15:24:18 04944245beec: Pull complete 15:24:19 699f458cf7ca: Pull complete 15:24:19 765212b225bb: Pull complete 15:24:20 f23df028b6ca: Pull complete 15:24:20 d65c8cfc05b1: Pull complete 15:24:36 2437ff75d9bd: Pull complete 15:24:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:24:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:24:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:24:36 prd-ubuntu20.04-docker-arm64-4c-16g-22410 does not seem to be running inside a container 15:24:36 $ 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/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 15:24:39 $ docker top f708cd488125cf50094aa0ce1ca6972a37ecf5f751df0122a96f810143df2acd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:24:40 ---> job-cost.sh 15:24:40 lf-activate-venv: SKIPPING 15:24:40 INFO: No Stack... 15:24:40 INFO: Retrieving Pricing Info for: v3-standard-4 15:24:41 INFO: Archiving Costs [Pipeline] sh 15:24:42 + + catcut /w/workspace/device-virtual-go/47/archives/cost.csv -d, 15:24:42 -f6 [Pipeline] lock 15:24:42 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] 15:24:42 Resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] did not exist. Created. 15:24:42 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:24:42 /w/workspace/device-virtual-go/47@tmp/durable-970618a2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:24:43 + echo total: 0.10999999940395355 [Pipeline] stash 15:24:43 Warning: overwriting stash ‘stack-cost’ 15:24:43 Stashed 1 file(s) [Pipeline] } 15:24:43 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] // lock [Pipeline] } 15:24:43 $ docker stop --time=1 f708cd488125cf50094aa0ce1ca6972a37ecf5f751df0122a96f810143df2acd 15:24:45 $ docker rm -f f708cd488125cf50094aa0ce1ca6972a37ecf5f751df0122a96f810143df2acd [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 15:24:45 provisioning config files... 15:24:45 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6375469890235721322tmp [Pipeline] { [Pipeline] sh 15:24:45 + set +x 15:24:45 + curl -s https://codecov.io/bash 15:24:45 + bash -s -- 15:24:45 15:24:45 _____ _ 15:24:45 / ____| | | 15:24:45 | | ___ __| | ___ ___ _____ __ 15:24:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:24:45 | |___| (_) | (_| | __/ (_| (_) \ V / 15:24:45 \_____\___/ \__,_|\___|\___\___/ \_/ 15:24:45 Bash-1.0.6 15:24:45 15:24:45 15:24:45 ==> git version 2.25.1 found 15:24:45 ==> 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 15:24:45 Release-Date: 2020-01-08 15:24:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:24:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:24:45 ==> Jenkins CI detected. 15:24:45 current dir:  /w/workspace/exfoundry_device-virtual-go_main 15:24:45 project root: . 15:24:45 --> token set from env 15:24:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:24:45 ==> Running gcov in . (disable via -X gcov) 15:24:45 ==> Python coveragepy not found 15:24:45 ==> Searching for coverage reports in: 15:24:45 + . 15:24:46 -> Found 1 reports 15:24:46 ==> Detecting git/mercurial file structure 15:24:46 ==> Reading reports 15:24:46 + ./coverage.out bytes=44128 15:24:46 ==> Appending adjustments 15:24:46 https://docs.codecov.io/docs/fixing-reports 15:24:46 + Found adjustments 15:24:46 ==> Gzipping contents 15:24:46 8.0K /tmp/codecov.orIikR.gz 15:24:46 ==> Uploading reports 15:24:46 url: https://codecov.io 15:24:46 query: branch=main&commit=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F47%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:24:46 -> Pinging Codecov 15:24:46 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=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F47%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:24:46 -> Uploading to 15:24:46 https://storage.googleapis.com/codecov/v4/raw/2022-08-10/5E52B4B073DB2E39498172D8E973AA87/b155924b7e348e7f4c6bc2e32e3176dc0fde7f12/5abc1ca5-7756-48a6-b22e-0936b8f1dae7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220810%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220810T152446Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33aee0b7bf7e76bb8daf6358b6eb3f3060da1a3259dea5468f8e29ce3acf9f42 15:24:46 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:46 Dload Upload Total Spent Left Speed 15:24:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5504 0 0 100 5504 0 22465 --:--:-- --:--:-- --:--:-- 22465 15:24:46 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] } 15:24:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:24:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:24:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:47 15:24:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:24:47 df9b9388f04a: Pulling fs layer 15:24:47 52dc419b0ee2: Pulling fs layer 15:24:47 25bc292e5bac: Pulling fs layer 15:24:47 114826534d7a: Pulling fs layer 15:24:47 4657fd5d0bcf: Pulling fs layer 15:24:47 6ad1cebc031e: Pulling fs layer 15:24:47 8a3aa393b2d8: Pulling fs layer 15:24:47 4657fd5d0bcf: Waiting 15:24:47 6ad1cebc031e: Waiting 15:24:47 8a3aa393b2d8: Waiting 15:24:47 114826534d7a: Waiting 15:24:47 25bc292e5bac: Verifying Checksum 15:24:47 25bc292e5bac: Download complete 15:24:47 52dc419b0ee2: Verifying Checksum 15:24:47 52dc419b0ee2: Download complete 15:24:47 4657fd5d0bcf: Verifying Checksum 15:24:47 4657fd5d0bcf: Download complete 15:24:47 df9b9388f04a: Download complete 15:24:47 6ad1cebc031e: Verifying Checksum 15:24:47 6ad1cebc031e: Download complete 15:24:47 df9b9388f04a: Pull complete 15:24:47 52dc419b0ee2: Pull complete 15:24:47 25bc292e5bac: Pull complete 15:24:48 114826534d7a: Download complete 15:24:48 8a3aa393b2d8: Verifying Checksum 15:24:48 8a3aa393b2d8: Download complete 15:24:51 114826534d7a: Pull complete 15:24:51 4657fd5d0bcf: Pull complete 15:24:52 6ad1cebc031e: Pull complete 15:24:54 8a3aa393b2d8: Pull complete 15:24:54 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:24:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:24:54 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:24:54 $ 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 15:24:57 $ docker top da33652055f01bf48997c51a12c463d6cbe56f5a455139403104d0e97fc70374 -eo pid,comm [Pipeline] { [Pipeline] echo 15:24:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 15:24:57 + set -o pipefail 15:24:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 15:25:04 15:25:04 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 15:25:04 15:25:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/e695c65b-51f4-43e1-a4a3-125219f7f2bf 15:25:04 15:25:04 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:25:04 15:25:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:25:04 15:25:04 [Pipeline] } 15:25:04 $ docker stop --time=1 da33652055f01bf48997c51a12c463d6cbe56f5a455139403104d0e97fc70374 15:25:06 $ docker rm -f da33652055f01bf48997c51a12c463d6cbe56f5a455139403104d0e97fc70374 [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 15:25:07 + git log --format=format:%s -1 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] sh 15:25:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:25:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:25:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:08 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:25:08 $ 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 15:25:09 $ docker top 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc -eo pid,comm 15:25:09 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). 15:25:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:09 [ssh-agent] Looking for ssh-agent implementation... 15:25:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:09 $ docker exec 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc ssh-agent 15:25:09 SSH_AUTH_SOCK=/tmp/ssh-C49PHtw0DUIx/agent.33 15:25:09 SSH_AGENT_PID=39 15:25:09 Running ssh-add (command line suppressed) 15:25:09 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7897549928742821442.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7897549928742821442.key) 15:25:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:09 + git semver tag 15:25:10 2022-08-10 15:25:10,002 [run_tag] DEBUG tag force:False 15:25:10 2022-08-10 15:25:10,002 [check_head_tag] DEBUG check head tag 15:25:10 2022-08-10 15:25:10,003 [execute] INFO git cat-file --batch-check 15:25:10 2022-08-10 15:25:10,003 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 15:25:10 2022-08-10 15:25:10,006 [execute] INFO git cat-file --batch 15:25:10 2022-08-10 15:25:10,007 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 15:25:10 2022-08-10 15:25:10,017 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:25:10 2022-08-10 15:25:10,017 [execute] INFO git tag -a v2.3.0-dev.11 -m v2.3.0-dev.11 15:25:10 2022-08-10 15:25:10,017 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.11', '-m', 'v2.3.0-dev.11'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 15:25:10 2022-08-10 15:25:10,022 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:25:10 2.3.0-dev.11 [Pipeline] } 15:25:10 $ docker exec --env ******** --env ******** 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc ssh-agent -k 15:25:10 unset SSH_AUTH_SOCK; 15:25:10 unset SSH_AGENT_PID; 15:25:10 echo Agent pid 39 killed; 15:25:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:10 + git semver [Pipeline] } 15:25:10 $ docker stop --time=1 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc 15:25:12 $ docker rm -f 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:12 15:25:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:12 0.23.1-centos7: Pulling from edgex-lftools 15:25:12 ab5ef0e58194: Pulling fs layer 15:25:12 9712f1f96733: Pulling fs layer 15:25:12 63f879dbbcfc: Pulling fs layer 15:25:12 0d9ebad4ef96: Pulling fs layer 15:25:12 e9a5061849ea: Pulling fs layer 15:25:12 d747dcd14b5f: Pulling fs layer 15:25:12 2de7ff778b66: Pulling fs layer 15:25:12 0d9ebad4ef96: Waiting 15:25:12 e9a5061849ea: Waiting 15:25:12 d747dcd14b5f: Waiting 15:25:12 2de7ff778b66: Waiting 15:25:12 9712f1f96733: Verifying Checksum 15:25:12 9712f1f96733: Download complete 15:25:13 63f879dbbcfc: Verifying Checksum 15:25:13 63f879dbbcfc: Download complete 15:25:13 ab5ef0e58194: Verifying Checksum 15:25:13 ab5ef0e58194: Download complete 15:25:13 d747dcd14b5f: Verifying Checksum 15:25:13 d747dcd14b5f: Download complete 15:25:13 e9a5061849ea: Verifying Checksum 15:25:13 e9a5061849ea: Download complete 15:25:13 0d9ebad4ef96: Verifying Checksum 15:25:13 0d9ebad4ef96: Download complete 15:25:13 2de7ff778b66: Verifying Checksum 15:25:13 2de7ff778b66: Download complete 15:25:16 ab5ef0e58194: Pull complete 15:25:16 9712f1f96733: Pull complete 15:25:16 63f879dbbcfc: Pull complete 15:25:20 0d9ebad4ef96: Pull complete 15:25:20 e9a5061849ea: Pull complete 15:25:20 d747dcd14b5f: Pull complete 15:25:21 2de7ff778b66: Pull complete 15:25:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:25:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:21 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:25:21 $ 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 15:25:23 $ docker top 25329513e650b9e333278312a686542fe152c41e18e3821d803a758153f685b8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:25:23 provisioning config files... 15:25:23 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1493451645341274246tmp 15:25:23 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4997361009564373884tmp 15:25:23 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8535777870941503215tmp [Pipeline] { [Pipeline] echo 15:25:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:25:24 ---> sigul-configuration.sh 15:25:24 gpg: directory `/root/.gnupg' created 15:25:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:25:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:25:24 gpg: keyring `/root/.gnupg/secring.gpg' created 15:25:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:25:24 gpg: CAST5 encrypted data 15:25:24 gpg: encrypted with 1 passphrase 15:25:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:25:24 + mkdir /home/jenkins 15:25:24 + mkdir /home/jenkins/sigul [Pipeline] sh 15:25:24 + 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 15:25:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:25:24 ---> sigul-install.sh 15:25:24 Sigul already installed; skipping installation. [Pipeline] sh 15:25:25 + git tag --list 15:25:25 v1.0.0 15:25:25 v1.1.0 15:25:25 v1.1.1 15:25:25 v1.2.1 15:25:25 v1.2.2 15:25:25 v1.2.3 15:25:25 v1.3.0 15:25:25 v1.3.1 15:25:25 v2.0.0 15:25:25 v2.1.0 15:25:25 v2.1.1 15:25:25 v2.1.1-dev.1 15:25:25 v2.1.1-dev.2 15:25:25 v2.2.0 15:25:25 v2.2.1-dev.1 15:25:25 v2.2.1-dev.2 15:25:25 v2.2.1-dev.3 15:25:25 v2.2.1-dev.4 15:25:25 v2.2.1-dev.5 15:25:25 v2.2.1-dev.6 15:25:25 v2.2.1-dev.7 15:25:25 v2.2.1-dev.8 15:25:25 v2.3.0-dev.10 15:25:25 v2.3.0-dev.11 15:25:25 v2.3.0-dev.8 15:25:25 v2.3.0-dev.9 [Pipeline] sh 15:25:25 + lftools sign git-tag v2.3.0-dev.11 15:25:26 Signing Git tag with Sigul... 15:25:26 Signing v2.3.0-dev.11 [Pipeline] echo 15:25:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:25:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:25:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:25:26 $ docker stop --time=1 25329513e650b9e333278312a686542fe152c41e18e3821d803a758153f685b8 15:25:27 $ docker rm -f 25329513e650b9e333278312a686542fe152c41e18e3821d803a758153f685b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:25:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:25:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:25:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:28 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:25:28 $ 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 15:25:29 $ docker top a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:29 [ssh-agent] Looking for ssh-agent implementation... 15:25:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:29 $ docker exec a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 ssh-agent 15:25:29 SSH_AUTH_SOCK=/tmp/ssh-cJXPYsUoS3sN/agent.34 15:25:29 SSH_AGENT_PID=41 15:25:29 Running ssh-add (command line suppressed) 15:25:29 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1002217895026444161.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1002217895026444161.key) 15:25:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:29 + git semver bump pre 15:25:30 2022-08-10 15:25:30,082 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:25:30 2022-08-10 15:25:30,082 [bump_version] DEBUG bumping version:2.3.0-dev.11 on axis:pre with prefix:dev 15:25:30 2022-08-10 15:25:30,082 [bump_version] DEBUG bumped version:2.3.0-dev.12 15:25:30 2022-08-10 15:25:30,083 [write_version] DEBUG write version:2.3.0-dev.12 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 15:25:30 2022-08-10 15:25:30,083 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:25:30 2022-08-10 15:25:30,083 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:25:30 2022-08-10 15:25:30,085 [execute] INFO git cat-file --batch-check 15:25:30 2022-08-10 15:25:30,085 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 15:25:30 2022-08-10 15:25:30,089 [execute] INFO git cat-file --batch 15:25:30 2022-08-10 15:25:30,089 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 15:25:30 2022-08-10 15:25:30,093 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:25:30 2.3.0-dev.12 [Pipeline] } 15:25:30 $ docker exec --env ******** --env ******** a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 ssh-agent -k 15:25:30 unset SSH_AUTH_SOCK; 15:25:30 unset SSH_AGENT_PID; 15:25:30 echo Agent pid 41 killed; 15:25:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:30 + git semver [Pipeline] } 15:25:30 $ docker stop --time=1 a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 15:25:32 $ docker rm -f a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 [Pipeline] // withDockerContainer [Pipeline] sh 15:25:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:25:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:25:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:32 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:25:32 $ 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 15:25:33 $ docker top 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:33 [ssh-agent] Looking for ssh-agent implementation... 15:25:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:33 $ docker exec 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f ssh-agent 15:25:33 SSH_AUTH_SOCK=/tmp/ssh-QzuYeTUBE3iA/agent.34 15:25:33 SSH_AGENT_PID=41 15:25:33 Running ssh-add (command line suppressed) 15:25:33 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_332509093008744806.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_332509093008744806.key) 15:25:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:34 + git semver push 15:25:34 2022-08-10 15:25:34,326 [run_push] DEBUG push 15:25:34 2022-08-10 15:25:34,326 [execute] INFO git cat-file --batch-check 15:25:34 2022-08-10 15:25:34,327 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 15:25:34 2022-08-10 15:25:34,330 [execute] INFO git rev-list c8bf8f9fdf603062cf6523ec977aee34dd7a61d4 -- 15:25:34 2022-08-10 15:25:34,330 [execute] DEBUG Popen(['git', 'rev-list', 'c8bf8f9fdf603062cf6523ec977aee34dd7a61d4', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 15:25:34 2022-08-10 15:25:34,335 [execute] INFO git fetch -v origin 15:25:34 2022-08-10 15:25:34,336 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 15:25:34 2022-08-10 15:25:34,825 [run_push] DEBUG no remote changes detected 15:25:34 2022-08-10 15:25:34,826 [execute] INFO git push origin semver 15:25:34 2022-08-10 15:25:34,826 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 15:25:35 2022-08-10 15:25:35,684 [run_push] DEBUG push all version tags 15:25:35 2022-08-10 15:25:35,685 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:25:35 2022-08-10 15:25:35,686 [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) 15:25:36 2022-08-10 15:25:36,436 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 15:25:36 2.3.0-dev.12 [Pipeline] } 15:25:36 $ docker exec --env ******** --env ******** 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f ssh-agent -k 15:25:36 unset SSH_AUTH_SOCK; 15:25:36 unset SSH_AGENT_PID; 15:25:36 echo Agent pid 41 killed; 15:25:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:36 + git semver [Pipeline] } 15:25:37 $ docker stop --time=1 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f 15:25:38 $ docker rm -f 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f [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 15:25:39 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 15:25:39 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 15:25:39 total 16 15:25:39 drwxr-xr-x 3 root root 4096 Aug 10 15:17 . 15:25:39 drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 15:25 .. 15:25:39 drwxr-xr-x 2 root root 4096 Aug 10 15:17 cost 15:25:39 -rw-r--r-- 1 root root 88 Aug 10 15:17 cost.csv 15:25:39 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 15:25:39 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 15:25:39 total 16 15:25:39 drwxr-xr-x 3 jenkins jenkins 4096 Aug 10 15:17 . 15:25:39 drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 15:25 .. 15:25:39 drwxr-xr-x 2 jenkins jenkins 4096 Aug 10 15:17 cost 15:25:39 -rw-r--r-- 1 jenkins jenkins 88 Aug 10 15:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:25:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:25:40 ---> package-listing.sh 15:25:40 ++ facter osfamily 15:25:40 ++ tr '[:upper:]' '[:lower:]' 15:25:40 + OS_FAMILY=debian 15:25:40 + workspace=/w/workspace/exfoundry_device-virtual-go_main 15:25:40 + START_PACKAGES=/tmp/packages_start.txt 15:25:40 + END_PACKAGES=/tmp/packages_end.txt 15:25:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:25:40 + PACKAGES=/tmp/packages_start.txt 15:25:40 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 15:25:40 + PACKAGES=/tmp/packages_end.txt 15:25:40 + case "${OS_FAMILY}" in 15:25:40 + dpkg -l 15:25:40 + grep '^ii' 15:25:40 + '[' -f /tmp/packages_start.txt ']' 15:25:40 + '[' -f /tmp/packages_end.txt ']' 15:25:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:25:40 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 15:25:40 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 15:25:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 15:25:40 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 15:25:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:25:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:41 prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container 15:25:41 $ 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 15:25:41 $ docker top 964c477d9b28d567108dddb710566b3e115a21012df7b447448c7a3411438ef1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:25:42 + touch /tmp/pre-build-complete [Pipeline] sh 15:25:42 + mkdir -p /var/log/sysstat [Pipeline] sh 15:25:42 + ls /var/log/sa-host 15:25:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:25:42 provisioning config files... 15:25:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3908014436680552630tmp [Pipeline] { [Pipeline] echo 15:25:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:25:43 ---> create-netrc.sh [Pipeline] } 15:25:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:25:43 ---> python-tools-install.sh [Pipeline] echo 15:25:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:25:43 ---> sudo-logs.sh 15:25:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:25:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:25:44 ---> job-cost.sh 15:25:44 lf-activate-venv: SKIPPING 15:25:44 DEBUG: total: 0.2199999988079071 15:25:44 INFO: Retrieving Stack Cost... 15:25:44 INFO: Retrieving Pricing Info for: v3-standard-8 15:25:44 INFO: Archiving Costs [Pipeline] echo 15:25:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:25:45 ---> logs-deploy.sh 15:25:45 lf-activate-venv: SKIPPING 15:25:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/47 15:25:45 INFO: archiving workspace using pattern(s): 15:25:46 Archives upload complete. 15:25:46 INFO: archiving logs to Nexus 15:25:47 ---> uname -a: 15:25:47 Linux prd-ubuntu20-04-docker-8c-8g-22409 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 15:25:47 15:25:47 15:25:47 ---> lscpu: 15:25:47 Architecture: x86_64 15:25:47 CPU op-mode(s): 32-bit, 64-bit 15:25:47 Byte Order: Little Endian 15:25:47 Address sizes: 40 bits physical, 48 bits virtual 15:25:47 CPU(s): 8 15:25:47 On-line CPU(s) list: 0-7 15:25:47 Thread(s) per core: 1 15:25:47 Core(s) per socket: 1 15:25:47 Socket(s): 8 15:25:47 NUMA node(s): 1 15:25:47 Vendor ID: AuthenticAMD 15:25:47 CPU family: 23 15:25:47 Model: 49 15:25:47 Model name: AMD EPYC-Rome Processor 15:25:47 Stepping: 0 15:25:47 CPU MHz: 2800.000 15:25:47 BogoMIPS: 5600.00 15:25:47 Virtualization: AMD-V 15:25:47 Hypervisor vendor: KVM 15:25:47 Virtualization type: full 15:25:47 L1d cache: 256 KiB 15:25:47 L1i cache: 256 KiB 15:25:47 L2 cache: 4 MiB 15:25:47 L3 cache: 128 MiB 15:25:47 NUMA node0 CPU(s): 0-7 15:25:47 Vulnerability Itlb multihit: Not affected 15:25:47 Vulnerability L1tf: Not affected 15:25:47 Vulnerability Mds: Not affected 15:25:47 Vulnerability Meltdown: Not affected 15:25:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:25:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:25:47 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:25:47 Vulnerability Srbds: Not affected 15:25:47 Vulnerability Tsx async abort: Not affected 15:25:47 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 15:25:47 15:25:47 15:25:47 ---> nproc: 15:25:47 8 15:25:47 15:25:47 15:25:47 ---> df -h: 15:25:47 Filesystem Size Used Avail Use% Mounted on 15:25:47 overlay 155G 13G 143G 8% / 15:25:47 tmpfs 64M 0 64M 0% /dev 15:25:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:25:47 shm 64M 0 64M 0% /dev/shm 15:25:47 /dev/vda1 155G 13G 143G 8% /facter-os 15:25:47 15:25:47 15:25:47 ---> sar -b -r -n DEV: 15:25:47 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22409) 08/10/22 _x86_64_ (8 CPU) 15:25:47 15:25:47 15:14:50 LINUX RESTART (8 CPU) 15:25:47 15:25:47 15:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:25:47 15:16:03 419.19 56.45 362.75 0.00 7438.32 201106.16 0.00 15:25:47 15:17:01 167.37 1.14 166.23 0.00 14.62 45651.58 0.00 15:25:47 15:18:01 124.13 0.00 124.13 0.00 0.00 33165.01 0.00 15:25:47 15:19:01 2.43 0.00 2.43 0.00 0.00 30.41 0.00 15:25:47 15:20:01 1.27 0.02 1.25 0.00 0.13 14.13 0.00 15:25:47 15:21:01 1.58 0.00 1.58 0.00 0.00 17.86 0.00 15:25:47 15:22:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 15:25:47 15:23:01 2.00 0.00 2.00 0.00 0.00 22.66 0.00 15:25:47 15:24:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 15:25:47 15:25:01 38.70 0.47 38.24 0.00 17.59 27118.43 0.00 15:25:47 Average: 75.56 5.82 69.74 0.00 749.59 30666.72 0.00 15:25:47 15:25:47 15:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:25:47 15:16:03 28801348 31744120 558544 1.70 119108 3088588 2151468 6.34 1138032 2561388 1100 15:25:47 15:17:01 27910600 31715632 577104 1.76 163428 3825036 2210636 6.51 1459572 3038732 316432 15:25:47 15:18:01 27567992 31761312 532448 1.62 174068 4165860 1814596 5.35 1310144 3491308 376 15:25:47 15:19:01 27570000 31763336 530268 1.61 174136 4165860 1814596 5.35 1309056 3491312 8 15:25:47 15:20:01 27581192 31774576 519108 1.58 174168 4165868 1814596 5.35 1297332 3491388 16 15:25:47 15:21:01 27581372 31774880 518716 1.58 174196 4165940 1814596 5.35 1297996 3491448 204 15:25:47 15:22:01 27588720 31782260 511360 1.56 174220 4165940 1814596 5.35 1290284 3491460 24 15:25:47 15:23:01 27588696 31782616 511256 1.55 174296 4165948 1814596 5.35 1290072 3491760 44 15:25:47 15:24:01 27588832 31782772 511224 1.55 174316 4165948 1814596 5.35 1290076 3491760 8 15:25:47 15:25:01 26419344 31668092 618596 1.88 194036 5116256 2005084 5.91 1467932 4389436 245392 15:25:47 Average: 27619810 31754960 538862 1.64 169597 4119124 1906936 5.62 1315050 3442999 56360 15:25:47 15:25:47 15:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:25:47 15:16:03 ens3 896.45 589.70 7816.28 114.64 0.00 0.00 0.00 0.00 15:25:47 15:16:03 vethb5808d5 29.57 35.12 2.80 33.04 0.00 0.00 0.00 0.00 15:25:47 15:16:03 lo 7.13 7.13 0.69 0.69 0.00 0.00 0.00 0.00 15:25:47 15:16:03 docker0 60.96 67.84 4.66 283.08 0.00 0.00 0.00 0.00 15:25:47 15:17:01 ens3 190.52 144.98 1514.58 79.72 0.00 0.00 0.00 0.00 15:25:47 15:17:01 veth13c1170 0.05 0.21 0.00 0.02 0.00 0.00 0.00 0.00 15:25:47 15:17:01 lo 0.48 0.48 0.04 0.04 0.00 0.00 0.00 0.00 15:25:47 15:17:01 docker0 89.42 116.69 7.48 1470.68 0.00 0.00 0.00 0.00 15:25:47 15:18:01 ens3 210.08 162.16 2671.17 282.25 0.00 0.00 0.00 0.00 15:25:47 15:18:01 lo 7.60 7.60 0.75 0.75 0.00 0.00 0.00 0.00 15:25:47 15:18:01 docker0 7.58 9.98 0.46 58.14 0.00 0.00 0.00 0.00 15:25:47 15:19:01 ens3 0.80 0.78 0.05 0.07 0.00 0.00 0.00 0.00 15:25:47 15:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:25:47 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:20:01 ens3 0.05 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:25:47 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:21:01 ens3 0.32 0.25 0.09 0.08 0.00 0.00 0.00 0.00 15:25:47 15:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:25:47 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:22:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:25:47 15:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:25:47 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:24:01 ens3 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:47 15:25:01 ens3 188.50 130.32 4655.44 15.91 0.00 0.00 0.00 0.00 15:25:47 15:25:01 veth53af4ef 36.39 43.70 3.31 681.56 0.00 0.00 0.00 0.06 15:25:47 15:25:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 15:25:47 15:25:01 docker0 36.39 43.60 2.81 681.55 0.00 0.00 0.00 0.00 15:25:47 Average: ens3 148.56 102.71 1666.36 49.16 0.00 0.00 0.00 0.00 15:25:47 Average: veth53af4ef 3.65 4.39 0.33 68.39 0.00 0.00 0.00 0.01 15:25:47 Average: lo 1.71 1.71 0.16 0.16 0.00 0.00 0.00 0.00 15:25:47 Average: docker0 19.20 23.50 1.52 245.26 0.00 0.00 0.00 0.00 15:25:47 15:25:47 15:25:47 ---> sar -P ALL: 15:25:47 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22409) 08/10/22 _x86_64_ (8 CPU) 15:25:47 15:25:47 15:14:50 LINUX RESTART (8 CPU) 15:25:47 15:25:47 15:15:01 CPU %user %nice %system %iowait %steal %idle 15:25:47 15:16:03 all 11.29 0.00 4.55 2.75 0.06 81.35 15:25:47 15:16:03 0 10.48 0.00 4.33 5.00 0.05 80.14 15:25:47 15:16:03 1 9.70 0.00 4.70 1.70 0.07 83.83 15:25:47 15:16:03 2 13.14 0.00 3.99 2.83 0.05 79.98 15:25:47 15:16:03 3 10.52 0.00 3.38 1.17 0.05 84.87 15:25:47 15:16:03 4 13.01 0.00 3.59 1.11 0.05 82.24 15:25:47 15:16:03 5 12.13 0.00 5.45 4.06 0.05 78.30 15:25:47 15:16:03 6 11.00 0.00 4.68 3.82 0.05 80.44 15:25:47 15:16:03 7 10.34 0.00 6.26 2.25 0.09 81.06 15:25:47 15:17:01 all 35.50 0.00 6.87 1.30 0.09 56.24 15:25:47 15:17:01 0 35.69 0.00 6.47 0.35 0.09 57.40 15:25:47 15:17:01 1 34.46 0.00 6.65 1.03 0.10 57.76 15:25:47 15:17:01 2 35.29 0.00 6.68 1.29 0.09 56.65 15:25:47 15:17:01 3 36.43 0.00 6.79 0.17 0.10 56.50 15:25:47 15:17:01 4 36.19 0.00 6.92 1.34 0.09 55.46 15:25:47 15:17:01 5 35.28 0.00 6.86 0.03 0.09 57.74 15:25:47 15:17:01 6 35.99 0.00 7.24 5.63 0.09 51.06 15:25:47 15:17:01 7 34.63 0.00 7.39 0.58 0.09 57.32 15:25:47 15:18:01 all 5.81 0.00 2.05 0.84 0.04 91.27 15:25:47 15:18:01 0 5.61 0.00 2.61 3.43 0.03 88.32 15:25:47 15:18:01 1 5.98 0.00 2.23 0.12 0.03 91.64 15:25:47 15:18:01 2 7.24 0.00 2.15 0.52 0.05 90.04 15:25:47 15:18:01 3 7.14 0.00 2.04 1.04 0.03 89.74 15:25:47 15:18:01 4 5.19 0.00 1.47 0.03 0.03 93.27 15:25:47 15:18:01 5 6.07 0.00 1.62 0.15 0.02 92.14 15:25:47 15:18:01 6 4.13 0.00 2.17 0.70 0.03 92.96 15:25:47 15:18:01 7 5.07 0.00 2.07 0.78 0.05 92.03 15:25:47 15:19:01 all 0.02 0.00 0.00 0.01 0.00 99.96 15:25:47 15:19:01 0 0.05 0.00 0.03 0.03 0.02 99.87 15:25:47 15:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:25:47 15:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:25:47 15:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:25:47 15:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:19:01 6 0.02 0.00 0.00 0.03 0.00 99.95 15:25:47 15:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:25:47 15:20:01 all 0.03 0.00 0.02 0.00 0.01 99.94 15:25:47 15:20:01 0 0.10 0.00 0.05 0.02 0.02 99.82 15:25:47 15:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:25:47 15:20:01 2 0.07 0.00 0.02 0.00 0.00 99.92 15:25:47 15:20:01 3 0.02 0.00 0.00 0.00 0.02 99.97 15:25:47 15:20:01 4 0.02 0.00 0.02 0.00 0.02 99.95 15:25:47 15:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:25:47 15:20:01 6 0.00 0.00 0.02 0.02 0.00 99.97 15:25:47 15:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 15:25:47 15:21:01 all 0.01 0.00 0.01 0.00 0.00 99.98 15:25:47 15:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 15:25:47 15:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:25:47 15:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:25:47 15:21:01 5 0.00 0.00 0.00 0.00 0.02 99.98 15:25:47 15:21:01 6 0.00 0.00 0.00 0.03 0.00 99.97 15:25:47 15:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:25:47 15:22:01 all 0.02 0.00 0.02 0.01 0.00 99.95 15:25:47 15:22:01 0 0.07 0.00 0.08 0.00 0.02 99.83 15:25:47 15:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:22:01 2 0.02 0.00 0.03 0.00 0.02 99.93 15:25:47 15:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:25:47 15:22:01 5 0.02 0.00 0.03 0.00 0.00 99.95 15:25:47 15:22:01 6 0.02 0.00 0.02 0.07 0.00 99.90 15:25:47 15:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:23:01 all 0.01 0.00 0.01 0.01 0.00 99.97 15:25:47 15:23:01 0 0.07 0.00 0.03 0.00 0.02 99.88 15:25:47 15:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:25:47 15:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:25:47 15:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:25:47 15:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:23:01 6 0.00 0.00 0.00 0.07 0.00 99.93 15:25:47 15:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:25:47 15:24:01 all 0.24 0.00 0.01 0.01 0.01 99.73 15:25:47 15:24:01 0 0.05 0.00 0.00 0.00 0.02 99.93 15:25:47 15:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 15:25:47 15:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:25:47 15:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 15:25:47 15:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:25:47 15:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:25:47 15:24:01 6 0.00 0.00 0.02 0.12 0.00 99.87 15:25:47 15:24:01 7 1.84 0.00 0.00 0.00 0.02 98.14 15:25:47 15:25:01 all 4.12 0.00 1.41 0.52 0.02 93.93 15:25:47 15:25:01 0 3.95 0.00 1.59 0.03 0.02 94.41 15:25:47 15:25:01 1 4.01 0.00 1.59 0.18 0.03 94.18 15:25:47 15:25:01 2 4.83 0.00 0.94 0.12 0.03 94.08 15:25:47 15:25:01 3 4.02 0.00 0.94 0.02 0.02 95.00 15:25:47 15:25:01 4 4.71 0.00 1.64 2.88 0.02 90.74 15:25:47 15:25:01 5 4.25 0.00 1.46 0.00 0.02 94.27 15:25:47 15:25:01 6 3.65 0.00 1.26 0.92 0.02 94.16 15:25:47 15:25:01 7 3.50 0.00 1.84 0.03 0.02 94.61 15:25:47 Average: all 5.56 0.00 1.47 0.54 0.02 92.41 15:25:47 Average: 0 5.48 0.00 1.50 0.88 0.03 92.11 15:25:47 Average: 1 5.28 0.00 1.50 0.30 0.03 92.90 15:25:47 Average: 2 5.92 0.00 1.35 0.47 0.02 92.23 15:25:47 Average: 3 5.67 0.00 1.29 0.24 0.02 92.78 15:25:47 Average: 4 5.77 0.00 1.34 0.53 0.02 92.33 15:25:47 Average: 5 5.64 0.00 1.52 0.42 0.02 92.40 15:25:47 Average: 6 5.33 0.00 1.51 1.12 0.02 92.02 15:25:47 Average: 7 5.40 0.00 1.73 0.36 0.03 92.49 15:25:47 15:25:47 15:25:47