Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 63543485434e600665537b42870bbfcdf272957c 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-ssh8564287810222176742.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh10348168647547346705.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh17437025434654632647.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh7974360656204028841.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh817173105204134616.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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-24223 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 63543485434e600665537b42870bbfcdf272957c (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 63543485434e600665537b42870bbfcdf272957c # timeout=10 Commit message: "build: Add option to build Service with NATS Capability (#302)" > git rev-list --no-walk eb73192e64f29d5b7509ef98fadefc4f8094ab1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:17:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:17:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:17:44 ========================================================= 18:17:44 EdgeX Global Pipelines Version Info 18:17:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:17:45 ------------------- 18:17:45 stable info: 18:17:45 ------------------- 18:17:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:17:45 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 18:17:45 Message: update stable to v1.0.239 18:17:45 ------------------- 18:17:45 experimental info: 18:17:45 ------------------- 18:17:45 Commited By: **** collab-it+edgex@linuxfoundation.org 18:17:45 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 18:17:45 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63543485434e600665537b42870bbfcdf272957c [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6354348 [Pipeline] echo 18:17:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:46 provisioning config files... 18:17:46 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1579121174736897092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:17:46 ---> docker-login.sh 18:17:46 nexus3.edgexfoundry.org:10001 18:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:47 Configure a credential helper to remove this warning. See 18:17:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:47 18:17:47 Login Succeeded 18:17:47 nexus3.edgexfoundry.org:10002 18:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:47 Configure a credential helper to remove this warning. See 18:17:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:47 18:17:47 Login Succeeded 18:17:47 nexus3.edgexfoundry.org:10003 18:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:48 Configure a credential helper to remove this warning. See 18:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:48 18:17:48 Login Succeeded 18:17:48 nexus3.edgexfoundry.org:10004 18:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:48 Configure a credential helper to remove this warning. See 18:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:48 18:17:48 Login Succeeded 18:17:48 docker.io 18:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:48 Configure a credential helper to remove this warning. See 18:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:48 18:17:48 Login Succeeded 18:17:48 ---> docker-login.sh ends [Pipeline] } 18:17:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:17:48 + git rev-list -1 --merges 63543485434e600665537b42870bbfcdf272957c~1..63543485434e600665537b42870bbfcdf272957c [Pipeline] echo 18:17:49 -----------> git rev-list -1 --merges 63543485434e600665537b42870bbfcdf272957c~1..63543485434e600665537b42870bbfcdf272957c 63543485434e600665537b42870bbfcdf272957c [false] [Pipeline] sh 18:17:49 + git log --format=format:%s -1 63543485434e600665537b42870bbfcdf272957c [Pipeline] echo 18:17:49 ========================================================= 18:17:49 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:17:49 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:17:49 + git log --format=format:%s -1 63543485434e600665537b42870bbfcdf272957c [Pipeline] echo 18:17:49 [semverPrep] GIT_COMMIT: 63543485434e600665537b42870bbfcdf272957c, Commit Message: build: Add option to build Service with NATS Capability (#302) [Pipeline] echo 18:17:49 [semverPrep] This is not a build commit. [Pipeline] sh 18:17:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:17:50 + grep -v github /etc/ssh/ssh_known_hosts 18:17:50 + [ -e /tmp/ssh_known_hosts ] 18:17:50 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:17:50 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:17:50 + sudo tee -a /etc/ssh/ssh_known_hosts 18:17:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:17:50 18:17:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:17:50 0.1.4: Pulling from edgex-devops/py-git-semver 18:17:50 b85a868b505f: Pulling fs layer 18:17:50 e2be974225ed: Pulling fs layer 18:17:50 339a4e72a1f5: Pulling fs layer 18:17:50 988bab9f4d93: Pulling fs layer 18:17:50 1469e6f7b9e6: Pulling fs layer 18:17:50 eaf3925da568: Pulling fs layer 18:17:50 bab4dde63d76: Pulling fs layer 18:17:50 bde34c3a00c8: Pulling fs layer 18:17:50 b352a97aabf1: Pulling fs layer 18:17:50 4872d77fe225: Pulling fs layer 18:17:50 5851b861e8e6: Pulling fs layer 18:17:50 bde34c3a00c8: Waiting 18:17:50 988bab9f4d93: Waiting 18:17:50 b352a97aabf1: Waiting 18:17:50 4872d77fe225: Waiting 18:17:50 5851b861e8e6: Waiting 18:17:50 1469e6f7b9e6: Waiting 18:17:50 bab4dde63d76: Waiting 18:17:50 e2be974225ed: Verifying Checksum 18:17:50 e2be974225ed: Download complete 18:17:50 988bab9f4d93: Verifying Checksum 18:17:50 988bab9f4d93: Download complete 18:17:50 1469e6f7b9e6: Verifying Checksum 18:17:50 1469e6f7b9e6: Download complete 18:17:51 eaf3925da568: Verifying Checksum 18:17:51 eaf3925da568: Download complete 18:17:51 339a4e72a1f5: Verifying Checksum 18:17:51 339a4e72a1f5: Download complete 18:17:51 bde34c3a00c8: Download complete 18:17:51 b352a97aabf1: Verifying Checksum 18:17:51 b352a97aabf1: Download complete 18:17:51 4872d77fe225: Verifying Checksum 18:17:51 5851b861e8e6: Verifying Checksum 18:17:51 5851b861e8e6: Download complete 18:17:51 b85a868b505f: Verifying Checksum 18:17:51 b85a868b505f: Download complete 18:17:51 bab4dde63d76: Verifying Checksum 18:17:51 bab4dde63d76: Download complete 18:17:52 b85a868b505f: Pull complete 18:17:52 e2be974225ed: Pull complete 18:17:53 339a4e72a1f5: Pull complete 18:17:53 988bab9f4d93: Pull complete 18:17:53 1469e6f7b9e6: Pull complete 18:17:53 eaf3925da568: Pull complete 18:17:55 bab4dde63d76: Pull complete 18:17:55 bde34c3a00c8: Pull complete 18:17:55 b352a97aabf1: Pull complete 18:17:55 4872d77fe225: Pull complete 18:17:55 5851b861e8e6: Pull complete 18:17:55 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:17:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:17:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:55 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:17:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:17:58 $ docker top 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 -eo pid,comm 18:17:58 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). 18:17:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:17:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:58 [ssh-agent] Looking for ssh-agent implementation... 18:17:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:58 $ docker exec 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent 18:17:58 SSH_AUTH_SOCK=/tmp/ssh-hF0n64s7wlqx/agent.32 18:17:58 SSH_AGENT_PID=38 18:17:58 Running ssh-add (command line suppressed) 18:17:58 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5471219394511896142.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5471219394511896142.key) 18:17:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:59 + git tag --points-at HEAD [Pipeline] } 18:17:59 $ docker exec --env ******** --env ******** 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent -k 18:17:59 unset SSH_AUTH_SOCK; 18:17:59 unset SSH_AGENT_PID; 18:17:59 echo Agent pid 38 killed; 18:17:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:17:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:59 [ssh-agent] Looking for ssh-agent implementation... 18:17:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:59 $ docker exec 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent 18:17:59 SSH_AUTH_SOCK=/tmp/ssh-ceHpkZYULHCt/agent.70 18:17:59 SSH_AGENT_PID=76 18:17:59 Running ssh-add (command line suppressed) 18:17:59 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1790344484972938763.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1790344484972938763.key) 18:17:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:59 + git semver init 18:18:00 2022-08-31 18:18:00,177 [run_init] DEBUG init version:0.0.0 force:False 18:18:00 2022-08-31 18:18:00,178 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 18:18:00 2022-08-31 18:18:00,178 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 18:18:00 2022-08-31 18:18:00,179 [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) 18:18:01 2022-08-31 18:18:01,205 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 18:18:01 2022-08-31 18:18:01,206 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 18:18:01 2022-08-31 18:18:01,206 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:18:01 2022-08-31 18:18:01,206 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:18:01 2.3.0-dev.14 [Pipeline] } 18:18:01 $ docker exec --env ******** --env ******** 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent -k 18:18:01 unset SSH_AUTH_SOCK; 18:18:01 unset SSH_AGENT_PID; 18:18:01 echo Agent pid 76 killed; 18:18:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:18:02 + git semver [Pipeline] } 18:18:02 $ docker stop --time=1 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 18:18:03 $ docker rm -f 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 [Pipeline] // withDockerContainer [Pipeline] sh 18:18:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:18:04 Stashed 1 file(s) [Pipeline] echo 18:18:04 [edgeXSemver]: initialized semver on version 2.3.0-dev.14 [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 18:18:04 provisioning config files... 18:18:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8148127386858278642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:18:04 ---> docker-login.sh 18:18:04 nexus3.edgexfoundry.org:10001 18:18:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:04 Configure a credential helper to remove this warning. See 18:18:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:04 18:18:04 Login Succeeded 18:18:04 nexus3.edgexfoundry.org:10002 18:18:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:05 Configure a credential helper to remove this warning. See 18:18:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:05 18:18:05 Login Succeeded 18:18:05 nexus3.edgexfoundry.org:10003 18:18:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:05 Configure a credential helper to remove this warning. See 18:18:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:05 18:18:05 Login Succeeded 18:18:05 nexus3.edgexfoundry.org:10004 18:18:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:05 Configure a credential helper to remove this warning. See 18:18:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:05 18:18:05 Login Succeeded 18:18:05 docker.io 18:18:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:05 Configure a credential helper to remove this warning. See 18:18:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:05 18:18:05 Login Succeeded 18:18:05 ---> docker-login.sh ends [Pipeline] } 18:18:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:18:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:18:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:18:05 ========================================================= 18:18:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:18:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:06 + 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 . 18:18:06 Sending build context to Docker daemon 23.11MB 18:18:06 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:18:06 Step 2/13 : FROM ${BASE} AS builder 18:18:06 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:18:06 2408cc74d12b: Pulling fs layer 18:18:06 ea60b727a1ce: Pulling fs layer 18:18:06 30c4a7721957: Pulling fs layer 18:18:06 370296b7ddb6: Pulling fs layer 18:18:06 7c6cee850709: Pulling fs layer 18:18:06 39a5fcdaea64: Pulling fs layer 18:18:06 d94ebbe4e438: Pulling fs layer 18:18:06 bcfd1f05c69d: Pulling fs layer 18:18:06 59ccb84bbe0f: Pulling fs layer 18:18:06 370296b7ddb6: Waiting 18:18:06 7c6cee850709: Waiting 18:18:06 39a5fcdaea64: Waiting 18:18:06 d94ebbe4e438: Waiting 18:18:06 bcfd1f05c69d: Waiting 18:18:06 59ccb84bbe0f: Waiting 18:18:06 30c4a7721957: Verifying Checksum 18:18:06 30c4a7721957: Download complete 18:18:06 ea60b727a1ce: Download complete 18:18:06 7c6cee850709: Verifying Checksum 18:18:06 7c6cee850709: Download complete 18:18:06 39a5fcdaea64: Verifying Checksum 18:18:06 39a5fcdaea64: Download complete 18:18:06 2408cc74d12b: Download complete 18:18:06 d94ebbe4e438: Verifying Checksum 18:18:06 d94ebbe4e438: Download complete 18:18:06 2408cc74d12b: Pull complete 18:18:06 ea60b727a1ce: Pull complete 18:18:06 30c4a7721957: Pull complete 18:18:06 59ccb84bbe0f: Verifying Checksum 18:18:06 59ccb84bbe0f: Download complete 18:18:07 bcfd1f05c69d: Verifying Checksum 18:18:07 bcfd1f05c69d: Download complete 18:18:07 370296b7ddb6: Verifying Checksum 18:18:07 370296b7ddb6: Download complete 18:18:11 370296b7ddb6: Pull complete 18:18:11 7c6cee850709: Pull complete 18:18:11 39a5fcdaea64: Pull complete 18:18:11 d94ebbe4e438: Pull complete 18:18:13 bcfd1f05c69d: Pull complete 18:18:14 59ccb84bbe0f: Pull complete 18:18:14 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 18:18:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:18:14 ---> a4fb48ad2a94 18:18:14 Step 3/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:18:18 ---> Running in 45cfba6ea231 18:18:18 Removing intermediate container 45cfba6ea231 18:18:18 ---> e4a113c440b1 18:18:18 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 18:18:18 ---> Running in 55058ac341f6 18:18:18 Removing intermediate container 55058ac341f6 18:18:18 ---> f304e4f4f423 18:18:18 Step 5/13 : ARG ADD_BUILD_TAGS="" 18:18:18 ---> Running in 9597b49e8cdb 18:18:18 Removing intermediate container 9597b49e8cdb 18:18:18 ---> 0497f5102dd7 18:18:18 Step 6/13 : WORKDIR /device-virtual-go 18:18:18 ---> Running in 4582976ca017 18:18:18 Removing intermediate container 4582976ca017 18:18:18 ---> dbd6e1b64b06 18:18:18 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:18 ---> Running in e510d17cd98b 18:18:19 Removing intermediate container e510d17cd98b 18:18:19 ---> 83fb39402a62 18:18:19 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:18:19 ---> Running in 0acece487a11 18:18:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:18:19 Still waiting to schedule task 18:18:19 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:18:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:18:20 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:18:20 (2/4) Installing libedit (20210910.3.1-r0) 18:18:20 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:18:20 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:18:20 Executing busybox-1.35.0-r13.trigger 18:18:21 OK: 216 MiB in 55 packages 18:18:21 Removing intermediate container 0acece487a11 18:18:21 ---> 7bd7440b5d01 18:18:21 Step 9/13 : COPY go.mod vendor* ./ 18:18:21 ---> aaa3c4340a0e 18:18:21 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:18:21 ---> Running in 4c9da4ed6d3b 18:18:48 Removing intermediate container 4c9da4ed6d3b 18:18:48 ---> bf99eef63779 18:18:48 Step 11/13 : COPY . . 18:18:48 ---> 01b75a8ba5be 18:18:48 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:18:48 ---> Running in f804e19a69a5 18:18:48 Removing intermediate container f804e19a69a5 18:18:48 ---> c1aeeefac8fb 18:18:48 Step 13/13 : RUN $MAKE 18:18:48 ---> Running in 4441b19e91fc 18:18:48 noop 18:18:48 Removing intermediate container 4441b19e91fc 18:18:48 ---> 4f87daab741d 18:18:48 Successfully built 4f87daab741d 18:18:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:49 + docker inspect -f . ci-base-image-x86_64 18:18:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:49 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:18:49 $ 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 ******** -e ******** ci-base-image-x86_64 cat 18:18:49 $ docker top 41b935c1cf1abddeb513aa3b9ed74ea9b8cb6a4886e3a3ca03c7af408a55b671 -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:50 + go version 18:18:50 go version go1.18.3 linux/amd64 [Pipeline] } 18:18:50 $ docker stop --time=1 41b935c1cf1abddeb513aa3b9ed74ea9b8cb6a4886e3a3ca03c7af408a55b671 18:18:51 $ docker rm -f 41b935c1cf1abddeb513aa3b9ed74ea9b8cb6a4886e3a3ca03c7af408a55b671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:51 + docker inspect -f . ci-base-image-x86_64 18:18:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:52 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:18:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** ci-base-image-x86_64 cat 18:18:52 $ docker top 8cdcdf01adf1e0e5c4dd6b744a548e757e53119bb80d6d8b946a719f2d0fcebc -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:52 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 18:18:53 + make test 18:18:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:18:53 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:19:03 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:19:03 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.041s coverage: 65.7% of statements 18:19:10 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." 18:19:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:19:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:19:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:19:13 ./bin/test-attribution-txt.sh 18:19:13 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 18:19:13 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 18:19:13 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 18:19:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:19:13 $ docker stop --time=1 8cdcdf01adf1e0e5c4dd6b744a548e757e53119bb80d6d8b946a719f2d0fcebc 18:19:15 $ docker rm -f 8cdcdf01adf1e0e5c4dd6b744a548e757e53119bb80d6d8b946a719f2d0fcebc [Pipeline] // withDockerContainer [Pipeline] sh 18:19:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:19:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:19:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:19:17 + ls -al . 18:19:17 total 192 18:19:17 drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 18:18 . 18:19:17 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:17 .. 18:19:17 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:19 .git 18:19:17 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:17 .github 18:19:17 -rw-rw-r-- 1 jenkins jenkins 337 Aug 31 18:17 .gitignore 18:19:17 -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 18:17 .golangci.yml 18:19:17 drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 18:18 .semver 18:19:17 -rw-rw-r-- 1 jenkins jenkins 8152 Aug 31 18:17 Attribution.txt 18:19:17 -rw-rw-r-- 1 jenkins jenkins 9649 Aug 31 18:17 CHANGELOG.md 18:19:17 -rw-rw-r-- 1 jenkins jenkins 2034 Aug 31 18:17 Dockerfile 18:19:17 -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 18:17 GOVERNANCE.md 18:19:17 -rw-rw-r-- 1 jenkins jenkins 660 Aug 31 18:17 Jenkinsfile 18:19:17 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 18:17 LICENSE 18:19:17 -rw-rw-r-- 1 jenkins jenkins 2457 Aug 31 18:17 Makefile 18:19:17 -rw-rw-r-- 1 jenkins jenkins 623 Aug 31 18:17 OWNERS.md 18:19:17 -rw-rw-r-- 1 jenkins jenkins 3578 Aug 31 18:17 README.md 18:19:17 -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 18:18 VERSION 18:19:17 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:17 bin 18:19:17 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:17 cmd 18:19:17 -rw-r--r-- 1 jenkins jenkins 44128 Aug 31 18:19 coverage.out 18:19:17 -rw-rw-r-- 1 jenkins jenkins 3328 Aug 31 18:17 go.mod 18:19:17 -rw-rw-r-- 1 jenkins jenkins 36202 Aug 31 18:17 go.sum 18:19:17 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:17 internal 18:19:17 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:17 snap 18:19:17 -rw-rw-r-- 1 jenkins jenkins 235 Aug 31 18:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:17 + 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=63543485434e600665537b42870bbfcdf272957c --label arch=amd64 --label version=2.3.0-dev.14 . 18:19:17 Sending build context to Docker daemon 23.15MB 18:19:17 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 18:19:17 Step 2/27 : FROM ${BASE} AS builder 18:19:17 ---> 4f87daab741d 18:19:17 Step 3/27 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:19:17 ---> Running in a69df3c03ec2 18:19:17 Removing intermediate container a69df3c03ec2 18:19:17 ---> d790bd89d6f9 18:19:17 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:19:17 ---> Running in 8f755515b7a4 18:19:18 Removing intermediate container 8f755515b7a4 18:19:18 ---> 6749b9aedfe7 18:19:18 Step 5/27 : ARG ADD_BUILD_TAGS="" 18:19:18 ---> Running in f56e08855df8 18:19:18 Removing intermediate container f56e08855df8 18:19:18 ---> ab3d6b8b8977 18:19:18 Step 6/27 : WORKDIR /device-virtual-go 18:19:18 ---> Running in b819eec4cd69 18:19:18 Removing intermediate container b819eec4cd69 18:19:18 ---> 6eaa9dad4352 18:19:18 Step 7/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:19:18 ---> Running in 24e8ec99c916 18:19:18 Removing intermediate container 24e8ec99c916 18:19:18 ---> 10220c0e30cc 18:19:18 Step 8/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:19:18 ---> Running in d6ad7f0ec253 18:19:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:19:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:19:20 OK: 216 MiB in 55 packages 18:19:20 Removing intermediate container d6ad7f0ec253 18:19:20 ---> f4f1d54771bf 18:19:20 Step 9/27 : COPY go.mod vendor* ./ 18:19:20 ---> e944bdb93edf 18:19:20 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:20 ---> Running in 614552c6e681 18:19:21 Removing intermediate container 614552c6e681 18:19:21 ---> 5176310d3275 18:19:21 Step 11/27 : COPY . . 18:19:22 ---> ffcc4af82de3 18:19:22 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:19:22 ---> Running in 9fef8ecd3b74 18:19:22 Removing intermediate container 9fef8ecd3b74 18:19:22 ---> 9a041e52d09f 18:19:22 Step 13/27 : RUN $MAKE 18:19:22 ---> Running in 8825d0a30048 18:19:22 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 18:19:44 Removing intermediate container 8825d0a30048 18:19:44 ---> 49186abd8916 18:19:44 Step 14/27 : FROM alpine:3.16 18:19:44 3.16: Pulling from library/alpine 18:19:44 213ec9aee27d: Pulling fs layer 18:19:45 213ec9aee27d: Verifying Checksum 18:19:45 213ec9aee27d: Download complete 18:19:45 213ec9aee27d: Pull complete 18:19:45 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 18:19:45 Status: Downloaded newer image for alpine:3.16 18:19:45 ---> 9c6f07244728 18:19:45 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 18:19:45 ---> Running in 2dd22595a098 18:19:45 Removing intermediate container 2dd22595a098 18:19:45 ---> 9025e7508cd0 18:19:45 Step 16/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:19:45 ---> Running in 46010836a230 18:19:46 Removing intermediate container 46010836a230 18:19:46 ---> b1505b686c54 18:19:46 Step 17/27 : RUN apk add --update --no-cache zeromq dumb-init 18:19:46 ---> Running in 4bdf35e03230 18:19:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:19:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:19:47 (1/6) Installing dumb-init (1.2.5-r1) 18:19:47 (2/6) Installing libgcc (11.2.1_git20220219-r2) 18:19:47 (3/6) Installing libsodium (1.0.18-r0) 18:19:48 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 18:19:48 (5/6) Installing libzmq (4.3.4-r0) 18:19:48 (6/6) Installing zeromq (4.3.4-r0) 18:19:48 Executing busybox-1.35.0-r17.trigger 18:19:48 OK: 8 MiB in 20 packages 18:19:49 Removing intermediate container 4bdf35e03230 18:19:49 ---> ac2a2bead8c8 18:19:49 Step 18/27 : WORKDIR / 18:19:49 ---> Running in 85f9c7012186 18:19:49 Removing intermediate container 85f9c7012186 18:19:49 ---> 0aacda39dde2 18:19:49 Step 19/27 : COPY --from=builder /device-virtual-go/Attribution.txt / 18:19:49 ---> eea783ec323c 18:19:49 Step 20/27 : COPY --from=builder /device-virtual-go/LICENSE / 18:19:49 ---> c4591c8398d8 18:19:49 Step 21/27 : COPY --from=builder /device-virtual-go/cmd / 18:19:50 ---> 85a97ed9ca38 18:19:50 Step 22/27 : EXPOSE 59900 18:19:50 ---> Running in dc6da97c9d74 18:19:50 Removing intermediate container dc6da97c9d74 18:19:50 ---> 794e0527717b 18:19:50 Step 23/27 : ENTRYPOINT ["/device-virtual"] 18:19:50 ---> Running in 5c88889cde8e 18:19:50 Removing intermediate container 5c88889cde8e 18:19:50 ---> 8a8cbc18aa8d 18:19:50 Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:19:50 ---> Running in 9b1e08024d06 18:19:50 Removing intermediate container 9b1e08024d06 18:19:50 ---> d31b074fd601 18:19:50 Step 25/27 : LABEL arch=amd64 18:19:50 ---> Running in cc14870e4c2c 18:19:50 Removing intermediate container cc14870e4c2c 18:19:50 ---> 0a146d325a9b 18:19:50 Step 26/27 : LABEL git_sha=63543485434e600665537b42870bbfcdf272957c 18:19:50 ---> Running in 84a71409f5e5 18:19:50 Removing intermediate container 84a71409f5e5 18:19:50 ---> 3a29161c9e10 18:19:50 Step 27/27 : LABEL version=2.3.0-dev.14 18:19:50 ---> Running in fa7ff743a6f1 18:19:51 Removing intermediate container fa7ff743a6f1 18:19:51 ---> e339c4d4559a 18:19:51 [Warning] One or more build-args [ARCH] were not consumed 18:19:51 Successfully built e339c4d4559a 18:19:51 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:51 provisioning config files... 18:19:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8852265452088602704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:51 ---> docker-login.sh 18:19:51 nexus3.edgexfoundry.org:10001 18:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:51 Configure a credential helper to remove this warning. See 18:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:51 18:19:51 Login Succeeded 18:19:51 nexus3.edgexfoundry.org:10002 18:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:51 Configure a credential helper to remove this warning. See 18:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:51 18:19:51 Login Succeeded 18:19:51 nexus3.edgexfoundry.org:10003 18:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:51 Configure a credential helper to remove this warning. See 18:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:51 18:19:51 Login Succeeded 18:19:51 nexus3.edgexfoundry.org:10004 18:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:51 Configure a credential helper to remove this warning. See 18:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:51 18:19:51 Login Succeeded 18:19:51 docker.io 18:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:52 Configure a credential helper to remove this warning. See 18:19:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:52 18:19:52 Login Succeeded 18:19:52 ---> docker-login.sh ends [Pipeline] } 18:19:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:19:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:19:52 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 18:19:52 63543485434e600665537b42870bbfcdf272957c 18:19:52 latest 18:19:52 2.3.0-dev.14 18:19:52 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 18:19:52 main 18:19:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:52 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:52 + docker push nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c 18:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 18:19:52 d8cdd29e3ab3: Preparing 18:19:52 d50d4718472b: Preparing 18:19:52 0de2dbb23b58: Preparing 18:19:52 7c11a15353f0: Preparing 18:19:52 7bbebe1dcceb: Preparing 18:19:52 994393dc58e7: Preparing 18:19:52 994393dc58e7: Waiting 18:19:52 0de2dbb23b58: Pushed 18:19:52 7bbebe1dcceb: Pushed 18:19:52 d50d4718472b: Pushed 18:19:52 994393dc58e7: Layer already exists 18:19:53 7c11a15353f0: Pushed 18:19:55 d8cdd29e3ab3: Pushed 18:19:55 63543485434e600665537b42870bbfcdf272957c: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:56 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:56 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 18:19:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 18:19:56 d8cdd29e3ab3: Preparing 18:19:56 d50d4718472b: Preparing 18:19:56 0de2dbb23b58: Preparing 18:19:56 7c11a15353f0: Preparing 18:19:56 7bbebe1dcceb: Preparing 18:19:56 994393dc58e7: Preparing 18:19:56 994393dc58e7: Waiting 18:19:56 d50d4718472b: Layer already exists 18:19:56 d8cdd29e3ab3: Layer already exists 18:19:56 0de2dbb23b58: Layer already exists 18:19:56 7c11a15353f0: Layer already exists 18:19:56 7bbebe1dcceb: Layer already exists 18:19:56 994393dc58e7: Layer already exists 18:19:56 latest: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:56 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:57 + docker push nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.14 18:19:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 18:19:57 d8cdd29e3ab3: Preparing 18:19:57 d50d4718472b: Preparing 18:19:57 0de2dbb23b58: Preparing 18:19:57 7c11a15353f0: Preparing 18:19:57 7bbebe1dcceb: Preparing 18:19:57 994393dc58e7: Preparing 18:19:57 d8cdd29e3ab3: Layer already exists 18:19:57 7bbebe1dcceb: Layer already exists 18:19:57 d50d4718472b: Layer already exists 18:19:57 0de2dbb23b58: Layer already exists 18:19:57 7c11a15353f0: Layer already exists 18:19:57 994393dc58e7: Layer already exists 18:19:57 2.3.0-dev.14: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:57 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:57 + docker push nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 18:19:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 18:19:57 d8cdd29e3ab3: Preparing 18:19:57 d50d4718472b: Preparing 18:19:57 0de2dbb23b58: Preparing 18:19:57 7c11a15353f0: Preparing 18:19:57 7bbebe1dcceb: Preparing 18:19:57 994393dc58e7: Preparing 18:19:57 994393dc58e7: Waiting 18:19:57 7bbebe1dcceb: Layer already exists 18:19:57 0de2dbb23b58: Layer already exists 18:19:57 d50d4718472b: Layer already exists 18:19:57 d8cdd29e3ab3: Layer already exists 18:19:57 7c11a15353f0: Layer already exists 18:19:57 994393dc58e7: Layer already exists 18:19:57 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:58 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:58 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 18:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 18:19:58 d8cdd29e3ab3: Preparing 18:19:58 d50d4718472b: Preparing 18:19:58 0de2dbb23b58: Preparing 18:19:58 7c11a15353f0: Preparing 18:19:58 7bbebe1dcceb: Preparing 18:19:58 994393dc58e7: Preparing 18:19:58 994393dc58e7: Waiting 18:19:58 d8cdd29e3ab3: Layer already exists 18:19:58 d50d4718472b: Layer already exists 18:19:58 0de2dbb23b58: Layer already exists 18:19:58 7bbebe1dcceb: Layer already exists 18:19:58 7c11a15353f0: Layer already exists 18:19:58 994393dc58e7: Layer already exists 18:19:58 main: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:19:58 ===================================================== [Pipeline] echo 18:19:58 taggedImages: 18:19:58 - nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c 18:19:58 - nexus3.edgexfoundry.org:10004/device-virtual:latest 18:19:58 - nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.14 18:19:58 - nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 18:19:58 - 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 18:19:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24224 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 18:19:58 Running in /w/workspace/device-virtual-go/50 [Pipeline] { [Pipeline] checkout 18:19:58 The recommended git tool is: git 18:19:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:19:58 18:19:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:19:59 latest: Pulling from edgex-lftools-log-publisher 18:19:59 5eb5b503b376: Pulling fs layer 18:19:59 5c69ac0246d0: Pulling fs layer 18:19:59 ec43610c2a17: Pulling fs layer 18:19:59 3a2ae6a8a46f: Pulling fs layer 18:19:59 33b1e0a273af: Pulling fs layer 18:19:59 5d3b04190fa2: Pulling fs layer 18:19:59 2f39f015ded8: Pulling fs layer 18:19:59 33b1e0a273af: Waiting 18:19:59 5d3b04190fa2: Waiting 18:19:59 2f39f015ded8: Waiting 18:19:59 3a2ae6a8a46f: Waiting 18:19:59 5c69ac0246d0: Verifying Checksum 18:19:59 5c69ac0246d0: Download complete 18:19:59 3a2ae6a8a46f: Verifying Checksum 18:19:59 3a2ae6a8a46f: Download complete 18:19:59 33b1e0a273af: Verifying Checksum 18:19:59 33b1e0a273af: Download complete 18:19:59 ec43610c2a17: Download complete 18:19:59 5d3b04190fa2: Verifying Checksum 18:19:59 5d3b04190fa2: Download complete 18:19:59 5eb5b503b376: Verifying Checksum 18:19:59 5eb5b503b376: Download complete 18:19:59 2f39f015ded8: Download complete 18:20:00 5eb5b503b376: Pull complete 18:20:00 5c69ac0246d0: Pull complete 18:20:01 ec43610c2a17: Pull complete 18:20:01 3a2ae6a8a46f: Pull complete 18:20:01 33b1e0a273af: Pull complete 18:20:01 5d3b04190fa2: Pull complete 18:20:05 using credential edgex-jenkins-ssh 18:20:05 Cloning the remote Git repository 18:20:05 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 18:20:05 > git init /w/workspace/device-virtual-go/50 # timeout=10 18:20:05 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:20:05 > git --version # timeout=10 18:20:05 > git --version # 'git version 2.25.1' 18:20:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:20:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:20:07 2f39f015ded8: Pull complete 18:20:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:20:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:20:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:07 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:20:07 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:20:07 Avoid second fetch 18:20:07 Checking out Revision 63543485434e600665537b42870bbfcdf272957c (main) 18:20:07 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:20:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:20:07 > git config core.sparsecheckout # timeout=10 18:20:07 > git checkout -f 63543485434e600665537b42870bbfcdf272957c # timeout=10 18:20:10 $ docker top 013880d25436329cdc12d605f089f0567fc83f9174145d29798a1d237e36fb7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:20:10 ---> job-cost.sh 18:20:10 lf-activate-venv: SKIPPING 18:20:10 INFO: No Stack... 18:20:11 INFO: Retrieving Pricing Info for: v3-standard-8 18:20:11 INFO: Archiving Costs [Pipeline] sh 18:20:11 Commit message: "build: Add option to build Service with NATS Capability (#302)" 18:20:12 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 18:20:12 + cut -d, -f6 [Pipeline] lock 18:20:12 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] 18:20:12 Resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] did not exist. Created. 18:20:12 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:20:12 18:20:12 GitHub has been notified of this commit’s build result 18:20:12 18:20:12 + echo total: 0.2199999988079071 [Pipeline] withEnv [Pipeline] { [Pipeline] stash 18:20:12 Stashed 1 file(s) [Pipeline] withEnv [Pipeline] { [Pipeline] } 18:20:12 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] // lock [Pipeline] } 18:20:12 $ docker stop --time=1 013880d25436329cdc12d605f089f0567fc83f9174145d29798a1d237e36fb7a 18:20:13 $ docker rm -f 013880d25436329cdc12d605f089f0567fc83f9174145d29798a1d237e36fb7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh 18:20:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:20:14 % Total % Received % Xferd Average Speed Time Time Time Current 18:20:14 Dload Upload Total Spent Left Speed 18:20:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 72843 0 --:--:-- --:--:-- --:--:-- 72425 [Pipeline] sh 18:20:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:20:15 + sudo tee /etc/docker/daemon.new 18:20:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:20:15 { 18:20:15 "registry-mirrors": [ 18:20:15 "https://nexus3.edgexfoundry.org:10001" 18:20:15 ], 18:20:15 "bip": "10.250.0.254/24", 18:20:15 "hosts": [ 18:20:15 "tcp://0.0.0.0:5555", 18:20:15 "unix:///var/run/docker.sock" 18:20:15 ], 18:20:15 "mtu": 1458, 18:20:15 "selinux-enabled": true, 18:20:15 "seccomp-profile": "/etc/docker/seccomp.json" 18:20:15 } [Pipeline] sh 18:20:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:20:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:20:34 provisioning config files... 18:20:34 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config1625429198324823335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:20:34 ---> docker-login.sh 18:20:34 nexus3.edgexfoundry.org:10001 18:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:35 Configure a credential helper to remove this warning. See 18:20:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:35 18:20:35 Login Succeeded 18:20:35 nexus3.edgexfoundry.org:10002 18:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:35 Configure a credential helper to remove this warning. See 18:20:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:35 18:20:35 Login Succeeded 18:20:36 nexus3.edgexfoundry.org:10003 18:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:36 Configure a credential helper to remove this warning. See 18:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:36 18:20:36 Login Succeeded 18:20:36 nexus3.edgexfoundry.org:10004 18:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:37 Configure a credential helper to remove this warning. See 18:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:37 18:20:37 Login Succeeded 18:20:37 docker.io 18:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:37 Configure a credential helper to remove this warning. See 18:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:37 18:20:37 Login Succeeded 18:20:37 ---> docker-login.sh ends [Pipeline] } 18:20:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:20:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:20:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:20:38 ========================================================= 18:20:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:20:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:38 + 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 . 18:20:39 Sending build context to Docker daemon 11.69MB 18:20:39 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:20:39 Step 2/13 : FROM ${BASE} AS builder 18:20:39 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:20:39 b3c136eddcbf: Pulling fs layer 18:20:39 c0a3192eca97: Pulling fs layer 18:20:39 a050256f5b6f: Pulling fs layer 18:20:39 656be50a0ddc: Pulling fs layer 18:20:39 2bbca73fdf42: Pulling fs layer 18:20:39 46d945488cbd: Pulling fs layer 18:20:39 8a5474983e97: Pulling fs layer 18:20:39 329c88fbcd65: Pulling fs layer 18:20:39 46d945488cbd: Waiting 18:20:39 8a5474983e97: Waiting 18:20:39 329c88fbcd65: Waiting 18:20:39 656be50a0ddc: Waiting 18:20:39 a050256f5b6f: Verifying Checksum 18:20:39 a050256f5b6f: Download complete 18:20:39 c0a3192eca97: Verifying Checksum 18:20:39 c0a3192eca97: Download complete 18:20:39 2bbca73fdf42: Verifying Checksum 18:20:39 2bbca73fdf42: Download complete 18:20:39 46d945488cbd: Verifying Checksum 18:20:39 46d945488cbd: Download complete 18:20:39 b3c136eddcbf: Verifying Checksum 18:20:39 b3c136eddcbf: Download complete 18:20:40 b3c136eddcbf: Pull complete 18:20:40 329c88fbcd65: Verifying Checksum 18:20:40 329c88fbcd65: Download complete 18:20:40 c0a3192eca97: Pull complete 18:20:41 a050256f5b6f: Pull complete 18:20:41 8a5474983e97: Verifying Checksum 18:20:41 8a5474983e97: Download complete 18:20:42 656be50a0ddc: Verifying Checksum 18:20:42 656be50a0ddc: Download complete 18:20:54 656be50a0ddc: Pull complete 18:20:55 2bbca73fdf42: Pull complete 18:20:55 46d945488cbd: Pull complete 18:21:02 8a5474983e97: Pull complete 18:21:03 329c88fbcd65: Pull complete 18:21:03 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 18:21:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:21:03 ---> ff4287adb874 18:21:03 Step 3/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:21:05 ---> Running in 8baa9c5655a5 18:21:06 Removing intermediate container 8baa9c5655a5 18:21:06 ---> b867966de15c 18:21:06 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 18:21:06 ---> Running in d394a8b5ce6b 18:21:06 Removing intermediate container d394a8b5ce6b 18:21:06 ---> 30754ec6066d 18:21:06 Step 5/13 : ARG ADD_BUILD_TAGS="" 18:21:06 ---> Running in b4487698fc96 18:21:07 Removing intermediate container b4487698fc96 18:21:07 ---> cd767e90798c 18:21:07 Step 6/13 : WORKDIR /device-virtual-go 18:21:07 ---> Running in d220e9e0bbbc 18:21:07 Removing intermediate container d220e9e0bbbc 18:21:07 ---> e60d30101d15 18:21:07 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:21:07 ---> Running in 870fb47297dc 18:21:09 Removing intermediate container 870fb47297dc 18:21:09 ---> 3d5f95e7aae6 18:21:09 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:21:09 ---> Running in f4000faf0bb7 18:21:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:21:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:21:12 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:21:12 (2/4) Installing libedit (20210910.3.1-r0) 18:21:12 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:21:12 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:21:12 Executing busybox-1.35.0-r13.trigger 18:21:12 OK: 226 MiB in 55 packages 18:21:13 Removing intermediate container f4000faf0bb7 18:21:13 ---> 061159bca755 18:21:13 Step 9/13 : COPY go.mod vendor* ./ 18:21:14 ---> e83c6a9c5257 18:21:14 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:21:14 ---> Running in 8b37387d2f48 18:22:10 Removing intermediate container 8b37387d2f48 18:22:10 ---> e9247b3f1104 18:22:10 Step 11/13 : COPY . . 18:22:10 ---> fa10f261bca2 18:22:10 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:22:10 ---> Running in bef8247c6fcf 18:22:10 Removing intermediate container bef8247c6fcf 18:22:10 ---> 6d0874867d87 18:22:10 Step 13/13 : RUN $MAKE 18:22:10 ---> Running in 9414cb63bf8a 18:22:10 noop 18:22:10 Removing intermediate container 9414cb63bf8a 18:22:10 ---> f9c92880505f 18:22:10 Successfully built f9c92880505f 18:22:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:22:11 + docker inspect -f . ci-base-image-arm64 18:22:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:22:11 prd-ubuntu20.04-docker-arm64-4c-16g-24224 does not seem to be running inside a container 18:22:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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 18:22:13 $ docker top d23d9440b527f3f4f21cef8135ebe2d43610919c7072df50c1e307e9dbe1cd57 -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:13 + go version 18:22:13 go version go1.18.3 linux/arm64 [Pipeline] } 18:22:14 $ docker stop --time=1 d23d9440b527f3f4f21cef8135ebe2d43610919c7072df50c1e307e9dbe1cd57 18:22:15 $ docker rm -f d23d9440b527f3f4f21cef8135ebe2d43610919c7072df50c1e307e9dbe1cd57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:22:16 + docker inspect -f . ci-base-image-arm64 18:22:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:22:16 prd-ubuntu20.04-docker-arm64-4c-16g-24224 does not seem to be running inside a container 18:22:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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 18:22:17 $ docker top 198eddbbed2423d72b3a3ac0d3fc2eff3f9f82e4de2dafda9821167ee3fbdc1e -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:18 + git config --global --add safe.directory /w/workspace/device-virtual-go/50 [Pipeline] fileExists [Pipeline] sh 18:22:19 + make test 18:22:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:22:21 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:23:42 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:23:42 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.130s coverage: 65.7% of statements 18:23:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:23:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:23:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:23:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:23:58 ./bin/test-attribution-txt.sh 18:23:58 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 18:23:58 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 18:23:58 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 18:23:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:23:58 $ docker stop --time=1 198eddbbed2423d72b3a3ac0d3fc2eff3f9f82e4de2dafda9821167ee3fbdc1e 18:23:59 $ docker rm -f 198eddbbed2423d72b3a3ac0d3fc2eff3f9f82e4de2dafda9821167ee3fbdc1e [Pipeline] // withDockerContainer [Pipeline] sh 18:24:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:24:00 Warning: overwriting stash ‘coverage-report’ 18:24:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:24:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:24:01 + ls -al . 18:24:01 total 188 18:24:01 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:22 . 18:24:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:20 .. 18:24:01 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:20 .git 18:24:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:20 .github 18:24:01 -rw-rw-r-- 1 jenkins jenkins 337 Aug 31 18:20 .gitignore 18:24:01 -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 18:20 .golangci.yml 18:24:01 -rw-rw-r-- 1 jenkins jenkins 8152 Aug 31 18:20 Attribution.txt 18:24:01 -rw-rw-r-- 1 jenkins jenkins 9649 Aug 31 18:20 CHANGELOG.md 18:24:01 -rw-rw-r-- 1 jenkins jenkins 2034 Aug 31 18:20 Dockerfile 18:24:01 -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 18:20 GOVERNANCE.md 18:24:01 -rw-rw-r-- 1 jenkins jenkins 660 Aug 31 18:20 Jenkinsfile 18:24:01 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 18:20 LICENSE 18:24:01 -rw-rw-r-- 1 jenkins jenkins 2457 Aug 31 18:20 Makefile 18:24:01 -rw-rw-r-- 1 jenkins jenkins 623 Aug 31 18:20 OWNERS.md 18:24:01 -rw-rw-r-- 1 jenkins jenkins 3578 Aug 31 18:20 README.md 18:24:01 -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 18:18 VERSION 18:24:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:20 bin 18:24:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:20 cmd 18:24:01 -rw-r--r-- 1 jenkins jenkins 44128 Aug 31 18:23 coverage.out 18:24:01 -rw-rw-r-- 1 jenkins jenkins 3328 Aug 31 18:20 go.mod 18:24:01 -rw-rw-r-- 1 jenkins jenkins 36202 Aug 31 18:20 go.sum 18:24:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:20 internal 18:24:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:20 snap 18:24:01 -rw-rw-r-- 1 jenkins jenkins 235 Aug 31 18:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:02 + 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=63543485434e600665537b42870bbfcdf272957c --label arch=arm64 --label version=2.3.0-dev.14 . 18:24:02 Sending build context to Docker daemon 11.73MB 18:24:02 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 18:24:02 Step 2/27 : FROM ${BASE} AS builder 18:24:02 ---> f9c92880505f 18:24:02 Step 3/27 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:24:02 ---> Running in 35fc6f570568 18:24:03 Removing intermediate container 35fc6f570568 18:24:03 ---> 562c24d4f0fe 18:24:03 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:24:03 ---> Running in 31896b5e713c 18:24:03 Removing intermediate container 31896b5e713c 18:24:03 ---> dd408c36516c 18:24:03 Step 5/27 : ARG ADD_BUILD_TAGS="" 18:24:03 ---> Running in 9245d0815ab9 18:24:04 Removing intermediate container 9245d0815ab9 18:24:04 ---> 2402186bb100 18:24:04 Step 6/27 : WORKDIR /device-virtual-go 18:24:04 ---> Running in 941b57c68cca 18:24:04 Removing intermediate container 941b57c68cca 18:24:04 ---> e5cf7b4ce4b3 18:24:04 Step 7/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:04 ---> Running in 111a5885fc36 18:24:06 Removing intermediate container 111a5885fc36 18:24:06 ---> 759ac307666b 18:24:06 Step 8/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:24:06 ---> Running in e70d25ae65bf 18:24:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:24:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:24:09 OK: 226 MiB in 55 packages 18:24:09 Removing intermediate container e70d25ae65bf 18:24:09 ---> d9ca907302c3 18:24:09 Step 9/27 : COPY go.mod vendor* ./ 18:24:10 ---> dda66405c4f9 18:24:10 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:24:10 ---> Running in 8e88d9a39797 18:24:12 Removing intermediate container 8e88d9a39797 18:24:12 ---> b67da7e2c1c0 18:24:12 Step 11/27 : COPY . . 18:24:13 ---> d41a95c3aecc 18:24:13 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:24:13 ---> Running in 832af2f7c8bc 18:24:13 Removing intermediate container 832af2f7c8bc 18:24:13 ---> 724683ba6548 18:24:13 Step 13/27 : RUN $MAKE 18:24:13 ---> Running in f655696c248a 18:24:14 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 18:26:21 Removing intermediate container f655696c248a 18:26:21 ---> 94d7f12d2550 18:26:21 Step 14/27 : FROM alpine:3.16 18:26:21 3.16: Pulling from library/alpine 18:26:21 9b18e9b68314: Pulling fs layer 18:26:21 9b18e9b68314: Verifying Checksum 18:26:21 9b18e9b68314: Download complete 18:26:21 9b18e9b68314: Pull complete 18:26:21 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 18:26:21 Status: Downloaded newer image for alpine:3.16 18:26:21 ---> a6215f271958 18:26:21 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 18:26:21 ---> Running in 2bb41dcbbf7a 18:26:21 Removing intermediate container 2bb41dcbbf7a 18:26:21 ---> 646f2b89c813 18:26:21 Step 16/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:21 ---> Running in 38f4f7a889d6 18:26:21 Removing intermediate container 38f4f7a889d6 18:26:21 ---> 693e3cb53c6c 18:26:21 Step 17/27 : RUN apk add --update --no-cache zeromq dumb-init 18:26:21 ---> Running in f9e2cfc2e13a 18:26:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:26:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:26:21 (1/6) Installing dumb-init (1.2.5-r1) 18:26:21 (2/6) Installing libgcc (11.2.1_git20220219-r2) 18:26:21 (3/6) Installing libsodium (1.0.18-r0) 18:26:21 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 18:26:21 (5/6) Installing libzmq (4.3.4-r0) 18:26:21 (6/6) Installing zeromq (4.3.4-r0) 18:26:21 Executing busybox-1.35.0-r17.trigger 18:26:21 OK: 8 MiB in 20 packages 18:26:22 Removing intermediate container f9e2cfc2e13a 18:26:22 ---> 36c8af482140 18:26:22 Step 18/27 : WORKDIR / 18:26:22 ---> Running in 2ea21fe3c356 18:26:22 Removing intermediate container 2ea21fe3c356 18:26:22 ---> 203c6eba49cc 18:26:22 Step 19/27 : COPY --from=builder /device-virtual-go/Attribution.txt / 18:26:23 ---> 71fdd5a4d300 18:26:23 Step 20/27 : COPY --from=builder /device-virtual-go/LICENSE / 18:26:24 ---> d0676ebb3f2d 18:26:24 Step 21/27 : COPY --from=builder /device-virtual-go/cmd / 18:26:25 ---> 07a8dfa7b041 18:26:25 Step 22/27 : EXPOSE 59900 18:26:25 ---> Running in 5f8824d8f581 18:26:25 Removing intermediate container 5f8824d8f581 18:26:25 ---> 6330c687d665 18:26:25 Step 23/27 : ENTRYPOINT ["/device-virtual"] 18:26:25 ---> Running in 73e990a29d8b 18:26:26 Removing intermediate container 73e990a29d8b 18:26:26 ---> e891ec49f754 18:26:26 Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:26:26 ---> Running in 14d1faf5a54a 18:26:26 Removing intermediate container 14d1faf5a54a 18:26:26 ---> 27da7dadaafa 18:26:26 Step 25/27 : LABEL arch=arm64 18:26:26 ---> Running in 48bdb84dd479 18:26:27 Removing intermediate container 48bdb84dd479 18:26:27 ---> 2389f355fa89 18:26:27 Step 26/27 : LABEL git_sha=63543485434e600665537b42870bbfcdf272957c 18:26:27 ---> Running in 564417872c2e 18:26:27 Removing intermediate container 564417872c2e 18:26:27 ---> c27e8b621fbc 18:26:27 Step 27/27 : LABEL version=2.3.0-dev.14 18:26:27 ---> Running in 62b6d3b7fc6f 18:26:27 Removing intermediate container 62b6d3b7fc6f 18:26:27 ---> 531263785478 18:26:27 [Warning] One or more build-args [ARCH] were not consumed 18:26:27 Successfully built 531263785478 18:26:27 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 18:26:28 provisioning config files... 18:26:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config4828485538994651149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:26:28 ---> docker-login.sh 18:26:28 nexus3.edgexfoundry.org:10001 18:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:28 Configure a credential helper to remove this warning. See 18:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:28 18:26:28 Login Succeeded 18:26:28 nexus3.edgexfoundry.org:10002 18:26:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:29 Configure a credential helper to remove this warning. See 18:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:29 18:26:29 Login Succeeded 18:26:29 nexus3.edgexfoundry.org:10003 18:26:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:29 Configure a credential helper to remove this warning. See 18:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:29 18:26:29 Login Succeeded 18:26:29 nexus3.edgexfoundry.org:10004 18:26:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:30 Configure a credential helper to remove this warning. See 18:26:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:30 18:26:30 Login Succeeded 18:26:30 docker.io 18:26:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:31 Configure a credential helper to remove this warning. See 18:26:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:31 18:26:31 Login Succeeded 18:26:31 ---> docker-login.sh ends [Pipeline] } 18:26:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:26:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:26:31 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 18:26:31 63543485434e600665537b42870bbfcdf272957c 18:26:31 latest 18:26:31 2.3.0-dev.14 18:26:31 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 18:26:31 main 18:26:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:31 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:32 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c 18:26:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 18:26:32 1bba3492c72f: Preparing 18:26:32 f3e46af7c4f5: Preparing 18:26:32 15e13f945cdb: Preparing 18:26:32 c73ca7428489: Preparing 18:26:32 7b06e1b6b150: Preparing 18:26:32 5d3e392a13a0: Preparing 18:26:32 5d3e392a13a0: Waiting 18:26:32 f3e46af7c4f5: Pushed 18:26:32 7b06e1b6b150: Pushed 18:26:32 15e13f945cdb: Pushed 18:26:32 5d3e392a13a0: Layer already exists 18:26:32 c73ca7428489: Pushed 18:26:38 1bba3492c72f: Pushed 18:26:38 63543485434e600665537b42870bbfcdf272957c: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:38 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:39 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 18:26:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 18:26:39 1bba3492c72f: Preparing 18:26:39 f3e46af7c4f5: Preparing 18:26:39 15e13f945cdb: Preparing 18:26:39 c73ca7428489: Preparing 18:26:39 7b06e1b6b150: Preparing 18:26:39 5d3e392a13a0: Preparing 18:26:39 5d3e392a13a0: Waiting 18:26:39 f3e46af7c4f5: Layer already exists 18:26:39 1bba3492c72f: Layer already exists 18:26:39 7b06e1b6b150: Layer already exists 18:26:39 15e13f945cdb: Layer already exists 18:26:39 c73ca7428489: Layer already exists 18:26:39 5d3e392a13a0: Layer already exists 18:26:39 latest: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:39 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.14 18:26:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 18:26:40 1bba3492c72f: Preparing 18:26:40 f3e46af7c4f5: Preparing 18:26:40 15e13f945cdb: Preparing 18:26:40 c73ca7428489: Preparing 18:26:40 7b06e1b6b150: Preparing 18:26:40 5d3e392a13a0: Preparing 18:26:40 5d3e392a13a0: Waiting 18:26:40 15e13f945cdb: Layer already exists 18:26:40 7b06e1b6b150: Layer already exists 18:26:40 c73ca7428489: Layer already exists 18:26:40 f3e46af7c4f5: Layer already exists 18:26:40 1bba3492c72f: Layer already exists 18:26:40 5d3e392a13a0: Layer already exists 18:26:40 2.3.0-dev.14: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:40 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 18:26:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 18:26:41 1bba3492c72f: Preparing 18:26:41 f3e46af7c4f5: Preparing 18:26:41 15e13f945cdb: Preparing 18:26:41 c73ca7428489: Preparing 18:26:41 7b06e1b6b150: Preparing 18:26:41 5d3e392a13a0: Preparing 18:26:41 5d3e392a13a0: Waiting 18:26:41 15e13f945cdb: Layer already exists 18:26:41 f3e46af7c4f5: Layer already exists 18:26:41 c73ca7428489: Layer already exists 18:26:41 1bba3492c72f: Layer already exists 18:26:41 7b06e1b6b150: Layer already exists 18:26:41 5d3e392a13a0: Layer already exists 18:26:41 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:41 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:42 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 18:26:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 18:26:42 1bba3492c72f: Preparing 18:26:42 f3e46af7c4f5: Preparing 18:26:42 15e13f945cdb: Preparing 18:26:42 c73ca7428489: Preparing 18:26:42 7b06e1b6b150: Preparing 18:26:42 5d3e392a13a0: Preparing 18:26:42 5d3e392a13a0: Waiting 18:26:42 f3e46af7c4f5: Layer already exists 18:26:42 c73ca7428489: Layer already exists 18:26:42 1bba3492c72f: Layer already exists 18:26:42 7b06e1b6b150: Layer already exists 18:26:42 15e13f945cdb: Layer already exists 18:26:42 5d3e392a13a0: Layer already exists 18:26:42 main: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:26:42 ===================================================== [Pipeline] echo 18:26:42 taggedImages: 18:26:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c 18:26:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 18:26:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.14 18:26:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 18:26:42 - 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 18:26:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:26:42 18:26:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:26:43 arm64: Pulling from edgex-lftools-log-publisher 18:26:43 8998bd30e6a1: Pulling fs layer 18:26:43 04944245beec: Pulling fs layer 18:26:43 699f458cf7ca: Pulling fs layer 18:26:43 765212b225bb: Pulling fs layer 18:26:43 f23df028b6ca: Pulling fs layer 18:26:43 d65c8cfc05b1: Pulling fs layer 18:26:43 2437ff75d9bd: Pulling fs layer 18:26:43 765212b225bb: Waiting 18:26:43 f23df028b6ca: Waiting 18:26:43 d65c8cfc05b1: Waiting 18:26:43 2437ff75d9bd: Waiting 18:26:43 04944245beec: Verifying Checksum 18:26:43 04944245beec: Download complete 18:26:43 765212b225bb: Verifying Checksum 18:26:43 765212b225bb: Download complete 18:26:43 f23df028b6ca: Verifying Checksum 18:26:43 f23df028b6ca: Download complete 18:26:43 d65c8cfc05b1: Verifying Checksum 18:26:43 d65c8cfc05b1: Download complete 18:26:43 699f458cf7ca: Verifying Checksum 18:26:43 699f458cf7ca: Download complete 18:26:44 8998bd30e6a1: Verifying Checksum 18:26:44 8998bd30e6a1: Download complete 18:26:46 2437ff75d9bd: Verifying Checksum 18:26:46 2437ff75d9bd: Download complete 18:26:48 8998bd30e6a1: Pull complete 18:26:48 04944245beec: Pull complete 18:26:50 699f458cf7ca: Pull complete 18:26:50 765212b225bb: Pull complete 18:26:51 f23df028b6ca: Pull complete 18:26:51 d65c8cfc05b1: Pull complete 18:27:06 2437ff75d9bd: Pull complete 18:27:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:27:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:27:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:27:06 prd-ubuntu20.04-docker-arm64-4c-16g-24224 does not seem to be running inside a container 18:27:06 $ 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/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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 18:27:09 $ docker top ccd48bde06ca0634800e62d52c4e770c859817228159dcd2cdc4ec85a3bcd2d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:27:10 ---> job-cost.sh 18:27:10 lf-activate-venv: SKIPPING 18:27:10 INFO: No Stack... 18:27:10 INFO: Retrieving Pricing Info for: v3-standard-4 18:27:11 INFO: Archiving Costs [Pipeline] sh 18:27:12 + cat /w/workspace/device-virtual-go/50/archives/cost.csv 18:27:12 + cut -d, -f6 [Pipeline] lock 18:27:12 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] 18:27:12 Resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] did not exist. Created. 18:27:12 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:27:12 /w/workspace/device-virtual-go/50@tmp/durable-9ae65e2a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:27:13 + echo total: 0.10999999940395355 [Pipeline] stash 18:27:13 Warning: overwriting stash ‘stack-cost’ 18:27:13 Stashed 1 file(s) [Pipeline] } 18:27:13 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] // lock [Pipeline] } 18:27:13 $ docker stop --time=1 ccd48bde06ca0634800e62d52c4e770c859817228159dcd2cdc4ec85a3bcd2d5 18:27:14 $ docker rm -f ccd48bde06ca0634800e62d52c4e770c859817228159dcd2cdc4ec85a3bcd2d5 [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 18:27:15 provisioning config files... 18:27:15 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5839324161346660293tmp [Pipeline] { [Pipeline] sh 18:27:15 + set +x 18:27:15 + curl -s https://codecov.io/bash 18:27:15 + bash -s -- 18:27:15 18:27:15 _____ _ 18:27:15 / ____| | | 18:27:15 | | ___ __| | ___ ___ _____ __ 18:27:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:27:15 | |___| (_) | (_| | __/ (_| (_) \ V / 18:27:15 \_____\___/ \__,_|\___|\___\___/ \_/ 18:27:15 Bash-1.0.6 18:27:15 18:27:15 18:27:15 ==> git version 2.25.1 found 18:27:15 ==> 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 18:27:15 Release-Date: 2020-01-08 18:27:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:27:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:27:15 ==> Jenkins CI detected. 18:27:15 current dir:  /w/workspace/exfoundry_device-virtual-go_main 18:27:15 project root: . 18:27:15 --> token set from env 18:27:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:27:15 ==> Running gcov in . (disable via -X gcov) 18:27:15 ==> Python coveragepy not found 18:27:15 ==> Searching for coverage reports in: 18:27:15 + . 18:27:15 -> Found 1 reports 18:27:15 ==> Detecting git/mercurial file structure 18:27:15 ==> Reading reports 18:27:15 + ./coverage.out bytes=44128 18:27:15 ==> Appending adjustments 18:27:15 https://docs.codecov.io/docs/fixing-reports 18:27:15 + Found adjustments 18:27:15 ==> Gzipping contents 18:27:15 8.0K /tmp/codecov.PHyyjs.gz 18:27:15 ==> Uploading reports 18:27:15 url: https://codecov.io 18:27:15 query: branch=main&commit=63543485434e600665537b42870bbfcdf272957c&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:27:15 -> Pinging Codecov 18:27:15 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=63543485434e600665537b42870bbfcdf272957c&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:27:16 -> Uploading to 18:27:16 https://storage.googleapis.com/codecov/v4/raw/2022-08-31/5E52B4B073DB2E39498172D8E973AA87/63543485434e600665537b42870bbfcdf272957c/02e2c43c-e813-4cad-8949-ce8ecdaee517.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220831%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220831T182716Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b71bbcdc04a5fed42d22d0032947efffa198fb9a5bbd8691eed13501bfccfb64 18:27:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:27:16 Dload Upload Total Spent Left Speed 18:27:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5503 0 0 100 5503 0 24030 --:--:-- --:--:-- --:--:-- 24030 18:27:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/63543485434e600665537b42870bbfcdf272957c [Pipeline] } 18:27:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:27:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:27:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:27:17 18:27:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:27:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:27:17 df9b9388f04a: Pulling fs layer 18:27:17 52dc419b0ee2: Pulling fs layer 18:27:17 25bc292e5bac: Pulling fs layer 18:27:17 114826534d7a: Pulling fs layer 18:27:17 4657fd5d0bcf: Pulling fs layer 18:27:17 6ad1cebc031e: Pulling fs layer 18:27:17 8a3aa393b2d8: Pulling fs layer 18:27:17 4657fd5d0bcf: Waiting 18:27:17 6ad1cebc031e: Waiting 18:27:17 8a3aa393b2d8: Waiting 18:27:17 114826534d7a: Waiting 18:27:17 25bc292e5bac: Verifying Checksum 18:27:17 25bc292e5bac: Download complete 18:27:17 52dc419b0ee2: Download complete 18:27:17 4657fd5d0bcf: Download complete 18:27:17 df9b9388f04a: Download complete 18:27:17 6ad1cebc031e: Verifying Checksum 18:27:17 6ad1cebc031e: Download complete 18:27:17 df9b9388f04a: Pull complete 18:27:17 52dc419b0ee2: Pull complete 18:27:17 25bc292e5bac: Pull complete 18:27:18 114826534d7a: Download complete 18:27:18 8a3aa393b2d8: Verifying Checksum 18:27:18 8a3aa393b2d8: Download complete 18:27:22 114826534d7a: Pull complete 18:27:22 4657fd5d0bcf: Pull complete 18:27:22 6ad1cebc031e: Pull complete 18:27:25 8a3aa393b2d8: Pull complete 18:27:25 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:27:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:27:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:27:26 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:27:26 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:27:30 $ docker top 8d861f0b592d2fc4af8e12e6fdc1248ae1f3f3bdf34a9104b46690b9cfe79f1b -eo pid,comm [Pipeline] { [Pipeline] echo 18:27:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 18:27:30 + set -o pipefail 18:27:30 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 18:27:40 18:27:40 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 18:27:40 18:27:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/d744b5ca-1dd6-4dc1-b2ad-1fa34e3397ab 18:27:40 18:27:40 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:27:40 18:27:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:27:40 18:27:40 [Pipeline] } 18:27:40 $ docker stop --time=1 8d861f0b592d2fc4af8e12e6fdc1248ae1f3f3bdf34a9104b46690b9cfe79f1b 18:27:43 $ docker rm -f 8d861f0b592d2fc4af8e12e6fdc1248ae1f3f3bdf34a9104b46690b9cfe79f1b [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 18:27:43 + git log --format=format:%s -1 63543485434e600665537b42870bbfcdf272957c [Pipeline] sh 18:27:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:27:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:27:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:27:44 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:27:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:27:45 $ docker top aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:27:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:45 [ssh-agent] Looking for ssh-agent implementation... 18:27:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:45 $ docker exec aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c ssh-agent 18:27:45 SSH_AUTH_SOCK=/tmp/ssh-0FkdeJ7zBshP/agent.32 18:27:45 SSH_AGENT_PID=38 18:27:45 Running ssh-add (command line suppressed) 18:27:45 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1297653740664559819.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1297653740664559819.key) 18:27:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:45 + git semver tag 18:27:46 2022-08-31 18:27:46,042 [run_tag] DEBUG tag force:False 18:27:46 2022-08-31 18:27:46,042 [check_head_tag] DEBUG check head tag 18:27:46 2022-08-31 18:27:46,042 [execute] INFO git cat-file --batch-check 18:27:46 2022-08-31 18:27:46,042 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 18:27:46 2022-08-31 18:27:46,046 [execute] INFO git cat-file --batch 18:27:46 2022-08-31 18:27:46,046 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 18:27:46 2022-08-31 18:27:46,057 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:27:46 2022-08-31 18:27:46,057 [execute] INFO git tag -a v2.3.0-dev.14 -m v2.3.0-dev.14 18:27:46 2022-08-31 18:27:46,057 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.14', '-m', 'v2.3.0-dev.14'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 18:27:46 2022-08-31 18:27:46,062 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:27:46 2.3.0-dev.14 [Pipeline] } 18:27:46 $ docker exec --env ******** --env ******** aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c ssh-agent -k 18:27:46 unset SSH_AUTH_SOCK; 18:27:46 unset SSH_AGENT_PID; 18:27:46 echo Agent pid 38 killed; 18:27:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:27:46 + git semver [Pipeline] } 18:27:46 $ docker stop --time=1 aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c 18:27:48 $ docker rm -f aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:27:48 18:27:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:27:48 0.23.1-centos7: Pulling from edgex-lftools 18:27:48 ab5ef0e58194: Pulling fs layer 18:27:48 9712f1f96733: Pulling fs layer 18:27:48 63f879dbbcfc: Pulling fs layer 18:27:48 0d9ebad4ef96: Pulling fs layer 18:27:48 e9a5061849ea: Pulling fs layer 18:27:48 d747dcd14b5f: Pulling fs layer 18:27:48 2de7ff778b66: Pulling fs layer 18:27:48 0d9ebad4ef96: Waiting 18:27:48 e9a5061849ea: Waiting 18:27:48 2de7ff778b66: Waiting 18:27:48 d747dcd14b5f: Waiting 18:27:48 9712f1f96733: Verifying Checksum 18:27:48 9712f1f96733: Download complete 18:27:49 63f879dbbcfc: Verifying Checksum 18:27:49 63f879dbbcfc: Download complete 18:27:49 e9a5061849ea: Verifying Checksum 18:27:49 e9a5061849ea: Download complete 18:27:49 d747dcd14b5f: Verifying Checksum 18:27:49 d747dcd14b5f: Download complete 18:27:49 ab5ef0e58194: Verifying Checksum 18:27:49 ab5ef0e58194: Download complete 18:27:49 0d9ebad4ef96: Verifying Checksum 18:27:49 0d9ebad4ef96: Download complete 18:27:49 2de7ff778b66: Verifying Checksum 18:27:49 2de7ff778b66: Download complete 18:27:52 ab5ef0e58194: Pull complete 18:27:52 9712f1f96733: Pull complete 18:27:52 63f879dbbcfc: Pull complete 18:27:57 0d9ebad4ef96: Pull complete 18:27:57 e9a5061849ea: Pull complete 18:27:57 d747dcd14b5f: Pull complete 18:27:58 2de7ff778b66: Pull complete 18:27:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:27:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:27:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:27:58 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:27:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:28:02 $ docker top 2cf5228a7b3eb0187aae45c74e23eb007ab90a303d4378077ce80b38ad4e98b1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:28:03 provisioning config files... 18:28:03 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4851572861701740969tmp 18:28:03 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7510487706664158523tmp 18:28:03 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4331385432301088903tmp [Pipeline] { [Pipeline] echo 18:28:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:28:03 ---> sigul-configuration.sh 18:28:03 gpg: directory `/root/.gnupg' created 18:28:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:28:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:28:03 gpg: keyring `/root/.gnupg/secring.gpg' created 18:28:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:28:03 gpg: CAST5 encrypted data 18:28:03 gpg: encrypted with 1 passphrase 18:28:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:28:03 + mkdir /home/jenkins 18:28:03 + mkdir /home/jenkins/sigul [Pipeline] sh 18:28:03 + 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 18:28:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:28:04 ---> sigul-install.sh 18:28:04 Sigul already installed; skipping installation. [Pipeline] sh 18:28:04 + git tag --list 18:28:04 v1.0.0 18:28:04 v1.1.0 18:28:04 v1.1.1 18:28:04 v1.2.1 18:28:04 v1.2.2 18:28:04 v1.2.3 18:28:04 v1.3.0 18:28:04 v1.3.1 18:28:04 v2.0.0 18:28:04 v2.1.0 18:28:04 v2.1.1 18:28:04 v2.1.1-dev.1 18:28:04 v2.1.1-dev.2 18:28:04 v2.2.0 18:28:04 v2.2.1-dev.1 18:28:04 v2.2.1-dev.2 18:28:04 v2.2.1-dev.3 18:28:04 v2.2.1-dev.4 18:28:04 v2.2.1-dev.5 18:28:04 v2.2.1-dev.6 18:28:04 v2.2.1-dev.7 18:28:04 v2.2.1-dev.8 18:28:04 v2.3.0-dev.10 18:28:04 v2.3.0-dev.11 18:28:04 v2.3.0-dev.12 18:28:04 v2.3.0-dev.13 18:28:04 v2.3.0-dev.14 18:28:04 v2.3.0-dev.8 18:28:04 v2.3.0-dev.9 [Pipeline] sh 18:28:04 + lftools sign git-tag v2.3.0-dev.14 18:28:05 Signing Git tag with Sigul... 18:28:05 Signing v2.3.0-dev.14 [Pipeline] echo 18:28:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:28:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:28:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:28:06 $ docker stop --time=1 2cf5228a7b3eb0187aae45c74e23eb007ab90a303d4378077ce80b38ad4e98b1 18:28:07 $ docker rm -f 2cf5228a7b3eb0187aae45c74e23eb007ab90a303d4378077ce80b38ad4e98b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:28:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:28:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:08 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:28: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:28:08 $ docker top 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e -eo pid,comm 18:28:08 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). 18:28:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:08 [ssh-agent] Looking for ssh-agent implementation... 18:28:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:09 $ docker exec 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e ssh-agent 18:28:09 SSH_AUTH_SOCK=/tmp/ssh-6ePHpLd36ApB/agent.33 18:28:09 SSH_AGENT_PID=39 18:28:09 Running ssh-add (command line suppressed) 18:28:09 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8810039463450991910.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8810039463450991910.key) 18:28:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:09 + git semver bump pre 18:28:09 2022-08-31 18:28:09,765 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:28:09 2022-08-31 18:28:09,765 [bump_version] DEBUG bumping version:2.3.0-dev.14 on axis:pre with prefix:dev 18:28:09 2022-08-31 18:28:09,766 [bump_version] DEBUG bumped version:2.3.0-dev.15 18:28:09 2022-08-31 18:28:09,766 [write_version] DEBUG write version:2.3.0-dev.15 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 18:28:09 2022-08-31 18:28:09,766 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:28:09 2022-08-31 18:28:09,766 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:28:09 2022-08-31 18:28:09,767 [execute] INFO git cat-file --batch-check 18:28:09 2022-08-31 18:28:09,768 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:28:09 2022-08-31 18:28:09,773 [execute] INFO git cat-file --batch 18:28:09 2022-08-31 18:28:09,773 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:28:09 2022-08-31 18:28:09,778 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:28:09 2.3.0-dev.15 [Pipeline] } 18:28:09 $ docker exec --env ******** --env ******** 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e ssh-agent -k 18:28:09 unset SSH_AUTH_SOCK; 18:28:09 unset SSH_AGENT_PID; 18:28:09 echo Agent pid 39 killed; 18:28:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:10 + git semver [Pipeline] } 18:28:10 $ docker stop --time=1 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e 18:28:11 $ docker rm -f 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e [Pipeline] // withDockerContainer [Pipeline] sh 18:28:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:28:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:12 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:28:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:28:13 $ docker top b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:13 [ssh-agent] Looking for ssh-agent implementation... 18:28:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:13 $ docker exec b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 ssh-agent 18:28:13 SSH_AUTH_SOCK=/tmp/ssh-hHLOYCf57J1f/agent.34 18:28:13 SSH_AGENT_PID=41 18:28:13 Running ssh-add (command line suppressed) 18:28:13 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5422143992728747515.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5422143992728747515.key) 18:28:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:13 + git semver push 18:28:14 2022-08-31 18:28:14,153 [run_push] DEBUG push 18:28:14 2022-08-31 18:28:14,153 [execute] INFO git cat-file --batch-check 18:28:14 2022-08-31 18:28:14,154 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:28:14 2022-08-31 18:28:14,158 [execute] INFO git rev-list 1a12c8cb53acbcdb624561f35effd2057acecb76 -- 18:28:14 2022-08-31 18:28:14,159 [execute] DEBUG Popen(['git', 'rev-list', '1a12c8cb53acbcdb624561f35effd2057acecb76', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:28:14 2022-08-31 18:28:14,167 [execute] INFO git fetch -v origin 18:28:14 2022-08-31 18:28:14,168 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 18:28:14 2022-08-31 18:28:14,662 [run_push] DEBUG no remote changes detected 18:28:14 2022-08-31 18:28:14,663 [execute] INFO git push origin semver 18:28:14 2022-08-31 18:28:14,663 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:28:21 2022-08-31 18:28:20,223 [run_push] DEBUG push all version tags 18:28:21 2022-08-31 18:28:20,223 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:28:21 2022-08-31 18:28:20,224 [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) 18:28:26 2022-08-31 18:28:25,923 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 18:28:26 2.3.0-dev.15 [Pipeline] } 18:28:26 $ docker exec --env ******** --env ******** b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 ssh-agent -k 18:28:26 unset SSH_AUTH_SOCK; 18:28:26 unset SSH_AGENT_PID; 18:28:26 echo Agent pid 41 killed; 18:28:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:27 + git semver [Pipeline] } 18:28:27 $ docker stop --time=1 b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 18:28:28 $ docker rm -f b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 [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 18:28:29 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 18:28:29 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 18:28:29 total 16 18:28:29 drwxr-xr-x 3 root root 4096 Aug 31 18:20 . 18:28:29 drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 18:28 .. 18:28:29 drwxr-xr-x 2 root root 4096 Aug 31 18:20 cost 18:28:29 -rw-r--r-- 1 root root 88 Aug 31 18:20 cost.csv 18:28:29 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 18:28:29 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 18:28:29 total 16 18:28:29 drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 18:20 . 18:28:29 drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 18:28 .. 18:28:29 drwxr-xr-x 2 jenkins jenkins 4096 Aug 31 18:20 cost 18:28:29 -rw-r--r-- 1 jenkins jenkins 88 Aug 31 18:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:28:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:28:30 ---> package-listing.sh 18:28:30 ++ facter osfamily 18:28:30 ++ tr '[:upper:]' '[:lower:]' 18:28:30 + OS_FAMILY=debian 18:28:30 + workspace=/w/workspace/exfoundry_device-virtual-go_main 18:28:30 + START_PACKAGES=/tmp/packages_start.txt 18:28:30 + END_PACKAGES=/tmp/packages_end.txt 18:28:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:28:30 + PACKAGES=/tmp/packages_start.txt 18:28:30 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 18:28:30 + PACKAGES=/tmp/packages_end.txt 18:28:30 + case "${OS_FAMILY}" in 18:28:30 + dpkg -l 18:28:30 + grep '^ii' 18:28:30 + '[' -f /tmp/packages_start.txt ']' 18:28:30 + '[' -f /tmp/packages_end.txt ']' 18:28:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:28:30 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 18:28:30 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 18:28:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 18:28:30 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 18:28:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:28:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:31 prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container 18:28:31 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:28:32 $ docker top 6be283931480c7d73de8162b2da19225fb063849ae1ba320a38fa35e2731d15f -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:32 + touch /tmp/pre-build-complete [Pipeline] sh 18:28:32 + mkdir -p /var/log/sysstat [Pipeline] sh 18:28:32 + ls /var/log/sa-host 18:28:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:28:33 provisioning config files... 18:28:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1349959240067852767tmp [Pipeline] { [Pipeline] echo 18:28:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:28:33 ---> create-netrc.sh [Pipeline] } 18:28:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:28:33 ---> python-tools-install.sh [Pipeline] echo 18:28:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:28:34 ---> sudo-logs.sh 18:28:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:28:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:28:34 ---> job-cost.sh 18:28:34 lf-activate-venv: SKIPPING 18:28:34 DEBUG: total: 0.2199999988079071 18:28:34 INFO: Retrieving Stack Cost... 18:28:34 INFO: Retrieving Pricing Info for: v3-standard-8 18:28:35 INFO: Archiving Costs [Pipeline] echo 18:28:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:28:35 ---> logs-deploy.sh 18:28:35 lf-activate-venv: SKIPPING 18:28:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/50 18:28:35 INFO: archiving workspace using pattern(s): 18:28:36 Archives upload complete. 18:28:36 INFO: archiving logs to Nexus 18:28:37 ---> uname -a: 18:28:37 Linux prd-ubuntu20-04-docker-8c-8g-24223 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:28:37 18:28:37 18:28:37 ---> lscpu: 18:28:37 Architecture: x86_64 18:28:37 CPU op-mode(s): 32-bit, 64-bit 18:28:37 Byte Order: Little Endian 18:28:37 Address sizes: 40 bits physical, 48 bits virtual 18:28:37 CPU(s): 8 18:28:37 On-line CPU(s) list: 0-7 18:28:37 Thread(s) per core: 1 18:28:37 Core(s) per socket: 1 18:28:37 Socket(s): 8 18:28:37 NUMA node(s): 1 18:28:37 Vendor ID: AuthenticAMD 18:28:37 CPU family: 23 18:28:37 Model: 49 18:28:37 Model name: AMD EPYC-Rome Processor 18:28:37 Stepping: 0 18:28:37 CPU MHz: 2799.998 18:28:37 BogoMIPS: 5599.99 18:28:37 Virtualization: AMD-V 18:28:37 Hypervisor vendor: KVM 18:28:37 Virtualization type: full 18:28:37 L1d cache: 256 KiB 18:28:37 L1i cache: 256 KiB 18:28:37 L2 cache: 4 MiB 18:28:37 L3 cache: 128 MiB 18:28:37 NUMA node0 CPU(s): 0-7 18:28:37 Vulnerability Itlb multihit: Not affected 18:28:37 Vulnerability L1tf: Not affected 18:28:37 Vulnerability Mds: Not affected 18:28:37 Vulnerability Meltdown: Not affected 18:28:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:28:37 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:28:37 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:28:37 Vulnerability Srbds: Not affected 18:28:37 Vulnerability Tsx async abort: Not affected 18:28:37 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 18:28:37 18:28:37 18:28:37 ---> nproc: 18:28:37 8 18:28:37 18:28:37 18:28:37 ---> df -h: 18:28:37 Filesystem Size Used Avail Use% Mounted on 18:28:37 overlay 155G 13G 143G 8% / 18:28:37 tmpfs 64M 0 64M 0% /dev 18:28:37 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:28:37 shm 64M 0 64M 0% /dev/shm 18:28:37 /dev/vda1 155G 13G 143G 8% /facter-os 18:28:37 18:28:37 18:28:37 ---> sar -b -r -n DEV: 18:28:37 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-24223) 08/31/22 _x86_64_ (8 CPU) 18:28:37 18:28:37 18:17:02 LINUX RESTART (8 CPU) 18:28:37 18:28:37 18:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:28:37 18:19:01 172.52 1.57 170.95 0.00 40.79 62590.37 0.00 18:28:37 18:20:01 171.29 0.10 171.19 0.00 10.00 25048.49 0.00 18:28:37 18:21:02 30.91 0.00 30.91 0.00 0.00 16450.59 0.00 18:28:37 18:22:01 2.08 0.00 2.08 0.00 0.00 23.61 0.00 18:28:37 18:23:01 1.03 0.02 1.02 0.00 0.13 12.00 0.00 18:28:37 18:24:01 1.20 0.00 1.20 0.00 0.00 15.73 0.00 18:28:37 18:25:01 0.85 0.00 0.85 0.00 0.00 9.60 0.00 18:28:37 18:26:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 18:28:37 18:27:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 18:28:37 18:28:01 92.42 0.33 92.08 0.00 14.93 56494.58 0.00 18:28:37 Average: 47.56 0.20 47.36 0.00 6.60 16093.71 0.00 18:28:37 18:28:37 18:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:28:37 18:19:01 28098524 31736888 551828 1.68 160588 3670548 2122524 6.26 1339552 2976384 207092 18:28:37 18:20:01 27758620 31715644 572536 1.74 167296 3970104 2296020 6.77 1333592 3306296 260560 18:28:37 18:21:02 27576420 31768420 518732 1.58 174376 4166912 1891236 5.57 1298772 3490632 156 18:28:37 18:22:01 27577456 31769476 517368 1.57 174400 4166904 1891236 5.57 1297792 3490632 20 18:28:37 18:23:01 27577408 31769636 517356 1.57 174432 4166920 1891236 5.57 1297732 3490828 188 18:28:37 18:24:01 27578432 31770724 516236 1.57 174460 4166924 1891236 5.57 1296876 3490832 180 18:28:37 18:25:01 27587488 31779784 507116 1.54 174476 4166924 1891236 5.57 1287688 3490832 12 18:28:37 18:26:01 27587724 31780052 506788 1.54 174500 4166928 1891236 5.57 1287472 3490836 12 18:28:37 18:27:01 27587640 31780036 507012 1.54 174528 4166916 1891236 5.57 1287560 3490872 12 18:28:37 18:28:01 26074388 31740688 541148 1.65 216448 5474820 2089680 6.16 1408144 4757108 205152 18:28:37 Average: 27500410 31761135 525612 1.60 176550 4228390 1974688 5.82 1313518 3547525 67338 18:28:37 18:28:37 18:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:28:37 18:19:01 ens3 374.69 279.85 5453.37 87.82 0.00 0.00 0.00 0.00 18:28:37 18:19:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 18:28:37 18:19:01 veth9d504cb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:28:37 18:19:01 docker0 131.49 162.97 10.44 1479.37 0.00 0.00 0.00 0.00 18:28:37 18:20:01 ens3 219.15 168.66 2711.01 283.43 0.00 0.00 0.00 0.00 18:28:37 18:20:01 lo 8.00 8.00 0.78 0.78 0.00 0.00 0.00 0.00 18:28:37 18:20:01 docker0 19.16 23.20 1.15 99.21 0.00 0.00 0.00 0.00 18:28:37 18:21:02 ens3 13.10 8.77 13.50 5.07 0.00 0.00 0.00 0.00 18:28:37 18:21:02 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:28:37 18:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:22:01 ens3 0.44 0.49 0.03 0.04 0.00 0.00 0.00 0.00 18:28:37 18:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:28:37 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:23:01 ens3 1.08 0.47 0.47 0.34 0.00 0.00 0.00 0.00 18:28:37 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:24:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:28:37 18:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:28:37 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:26:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 18:28:37 18:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:28:37 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:27:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:37 18:28:01 ens3 345.83 244.14 7856.31 74.77 0.00 0.00 0.00 0.00 18:28:37 18:28:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 18:28:37 18:28:01 docker0 33.81 44.76 3.17 682.63 0.00 0.00 0.00 0.00 18:28:37 Average: ens3 95.61 70.37 1606.09 45.22 0.00 0.00 0.00 0.00 18:28:37 Average: lo 1.36 1.36 0.13 0.13 0.00 0.00 0.00 0.00 18:28:37 Average: docker0 18.48 23.13 1.48 226.49 0.00 0.00 0.00 0.00 18:28:37 18:28:37 18:28:37 ---> sar -P ALL: 18:28:37 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-24223) 08/31/22 _x86_64_ (8 CPU) 18:28:37 18:28:37 18:17:02 LINUX RESTART (8 CPU) 18:28:37 18:28:37 18:18:01 CPU %user %nice %system %iowait %steal %idle 18:28:37 18:19:01 all 19.73 0.00 5.68 2.59 0.07 71.95 18:28:37 18:19:01 0 20.10 0.00 5.53 0.54 0.07 73.76 18:28:37 18:19:01 1 19.74 0.00 5.92 0.80 0.05 73.49 18:28:37 18:19:01 2 19.36 0.00 5.42 1.09 0.07 74.05 18:28:37 18:19:01 3 20.48 0.00 5.52 5.48 0.07 68.45 18:28:37 18:19:01 4 19.87 0.00 5.22 0.14 0.05 74.72 18:28:37 18:19:01 5 20.90 0.00 6.57 9.58 0.07 62.88 18:28:37 18:19:01 6 18.18 0.00 5.33 2.67 0.07 73.74 18:28:37 18:19:01 7 19.19 0.00 5.89 0.39 0.08 74.45 18:28:37 18:20:01 all 29.55 0.00 5.45 1.57 0.08 63.35 18:28:37 18:20:01 0 29.56 0.00 6.16 1.11 0.07 63.10 18:28:37 18:20:01 1 29.10 0.00 4.97 0.10 0.07 65.77 18:28:37 18:20:01 2 29.97 0.00 5.53 2.30 0.07 62.13 18:28:37 18:20:01 3 29.47 0.00 5.26 0.27 0.08 64.91 18:28:37 18:20:01 4 29.55 0.00 5.86 0.62 0.08 63.88 18:28:37 18:20:01 5 30.82 0.00 5.39 4.16 0.10 59.53 18:28:37 18:20:01 6 28.87 0.00 5.06 2.67 0.07 63.32 18:28:37 18:20:01 7 29.09 0.00 5.38 1.27 0.07 64.20 18:28:37 18:21:02 all 2.04 0.00 0.80 0.74 0.01 96.41 18:28:37 18:21:02 0 1.92 0.00 1.04 0.02 0.02 97.01 18:28:37 18:21:02 1 2.00 0.00 0.77 0.39 0.03 96.81 18:28:37 18:21:02 2 2.37 0.00 0.77 0.00 0.02 96.84 18:28:37 18:21:02 3 2.09 0.00 0.59 0.42 0.00 96.91 18:28:37 18:21:02 4 2.09 0.00 0.63 0.22 0.00 97.06 18:28:37 18:21:02 5 2.22 0.00 1.12 4.14 0.02 92.50 18:28:37 18:21:02 6 1.75 0.00 0.67 0.00 0.02 97.56 18:28:37 18:21:02 7 1.86 0.00 0.82 0.74 0.02 96.57 18:28:37 18:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:28:37 18:22:01 0 0.00 0.00 0.02 0.02 0.00 99.97 18:28:37 18:22:01 1 0.03 0.00 0.03 0.00 0.02 99.91 18:28:37 18:22:01 2 0.05 0.00 0.00 0.00 0.00 99.95 18:28:37 18:22:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:28:37 18:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:28:37 18:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:28:37 18:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:28:37 18:22:01 7 0.00 0.00 0.00 0.02 0.00 99.98 18:28:37 18:23:01 all 0.03 0.00 0.01 0.00 0.00 99.95 18:28:37 18:23:01 0 0.03 0.00 0.00 0.02 0.00 99.95 18:28:37 18:23:01 1 0.03 0.00 0.07 0.00 0.02 99.88 18:28:37 18:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:28:37 18:23:01 3 0.08 0.00 0.00 0.00 0.00 99.92 18:28:37 18:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:28:37 18:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 18:28:37 18:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:28:37 18:23:01 7 0.02 0.00 0.02 0.02 0.00 99.95 18:28:37 18:24:01 all 0.01 0.00 0.00 0.03 0.01 99.96 18:28:37 18:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:28:37 18:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:28:37 18:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:28:37 18:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:28:37 18:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:28:37 18:24:01 5 0.00 0.00 0.00 0.02 0.00 99.98 18:28:37 18:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:28:37 18:24:01 7 0.03 0.00 0.00 0.20 0.02 99.75 18:28:37 18:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:28:37 18:25:01 0 0.03 0.00 0.00 0.02 0.02 99.93 18:28:37 18:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:28:37 18:25:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:28:37 18:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:28:37 18:25:01 4 0.03 0.00 0.00 0.00 0.00 99.97 18:28:37 18:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:28:37 18:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:28:37 18:25:01 7 0.00 0.00 0.00 0.02 0.00 99.98 18:28:37 18:26:01 all 0.01 0.00 0.01 0.02 0.00 99.95 18:28:37 18:26:01 0 0.00 0.00 0.02 0.07 0.00 99.92 18:28:37 18:26:01 1 0.03 0.00 0.02 0.00 0.03 99.92 18:28:37 18:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:28:37 18:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:28:37 18:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:28:37 18:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:28:37 18:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:28:37 18:26:01 7 0.02 0.00 0.02 0.10 0.00 99.87 18:28:37 18:27:01 all 0.06 0.00 0.01 0.01 0.00 99.92 18:28:37 18:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:28:37 18:27:01 1 0.43 0.00 0.03 0.00 0.00 99.53 18:28:37 18:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:28:37 18:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 18:28:37 18:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:28:37 18:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:28:37 18:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:28:37 18:27:01 7 0.03 0.00 0.00 0.05 0.00 99.92 18:28:37 18:28:01 all 9.15 0.00 3.44 2.09 0.04 85.28 18:28:37 18:28:01 0 9.40 0.00 3.76 6.57 0.05 80.23 18:28:37 18:28:01 1 10.04 0.00 4.01 3.27 0.05 82.63 18:28:37 18:28:01 2 9.66 0.00 3.15 0.44 0.03 86.72 18:28:37 18:28:01 3 7.88 0.00 3.92 0.03 0.03 88.14 18:28:37 18:28:01 4 10.46 0.00 3.11 4.04 0.05 82.34 18:28:37 18:28:01 5 8.76 0.00 3.26 0.86 0.05 87.07 18:28:37 18:28:01 6 8.06 0.00 3.14 0.49 0.03 88.28 18:28:37 18:28:01 7 8.91 0.00 3.17 1.02 0.05 86.85 18:28:37 Average: all 6.03 0.00 1.53 0.70 0.02 91.71 18:28:37 Average: 0 6.08 0.00 1.64 0.83 0.02 91.42 18:28:37 Average: 1 6.13 0.00 1.58 0.46 0.03 91.81 18:28:37 Average: 2 6.12 0.00 1.48 0.38 0.02 91.99 18:28:37 Average: 3 5.96 0.00 1.52 0.62 0.02 91.88 18:28:37 Average: 4 6.16 0.00 1.48 0.50 0.02 91.84 18:28:37 Average: 5 6.24 0.00 1.63 1.87 0.02 90.24 18:28:37 Average: 6 5.67 0.00 1.42 0.58 0.02 92.31 18:28:37 Average: 7 5.87 0.00 1.52 0.38 0.02 92.21 18:28:37 18:28:37 18:28:37