Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3f1e673898a8ef42faca444c63d377d06123e36f 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-ssh1143336190120074770.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5343580967061981451.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh9094491724132866663.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh4791818962699783340.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-ssh17962518515499722942.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.20 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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-91 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 3f1e673898a8ef42faca444c63d377d06123e36f (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 3f1e673898a8ef42faca444c63d377d06123e36f # timeout=10 Commit message: "Merge pull request #356 from hahattan/bump-dep" > git rev-list --no-walk 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:22:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:22:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:22:22 ========================================================= 08:22:22 EdgeX Global Pipelines Version Info 08:22:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:22:23 ------------------- 08:22:23 stable info: 08:22:23 ------------------- 08:22:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:22:23 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 08:22:23 Message: update stable to v1.0.245 08:22:23 ------------------- 08:22:23 experimental info: 08:22:23 ------------------- 08:22:23 Commited By: **** collab-it+edgex@linuxfoundation.org 08:22:23 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 08:22:23 Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:22:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f1e673 [Pipeline] echo 08:22:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:22:24 provisioning config files... 08:22:24 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2257415846316917535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:22:24 ---> docker-login.sh 08:22:24 nexus3.edgexfoundry.org:10001 08:22:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:24 Configure a credential helper to remove this warning. See 08:22:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:24 08:22:24 Login Succeeded 08:22:24 nexus3.edgexfoundry.org:10002 08:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:25 Configure a credential helper to remove this warning. See 08:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:25 08:22:25 Login Succeeded 08:22:25 nexus3.edgexfoundry.org:10003 08:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:25 Configure a credential helper to remove this warning. See 08:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:25 08:22:25 Login Succeeded 08:22:25 nexus3.edgexfoundry.org:10004 08:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:25 Configure a credential helper to remove this warning. See 08:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:25 08:22:25 Login Succeeded 08:22:25 docker.io 08:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:25 Configure a credential helper to remove this warning. See 08:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:25 08:22:25 Login Succeeded 08:22:25 ---> docker-login.sh ends [Pipeline] } 08:22:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:22:25 + git rev-list -1 --merges 3f1e673898a8ef42faca444c63d377d06123e36f~1..3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] echo 08:22:25 -----------> git rev-list -1 --merges 3f1e673898a8ef42faca444c63d377d06123e36f~1..3f1e673898a8ef42faca444c63d377d06123e36f 3f1e673898a8ef42faca444c63d377d06123e36f 08:22:25 3f1e673898a8ef42faca444c63d377d06123e36f [false] [Pipeline] sh 08:22:26 + git log --format=format:%s -1 3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] echo 08:22:26 ========================================================= 08:22:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:22:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:22:26 + git log --format=format:%s -1 3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] echo 08:22:26 [semverPrep] GIT_COMMIT: 3f1e673898a8ef42faca444c63d377d06123e36f, Commit Message: Merge pull request #356 from hahattan/bump-dep [Pipeline] echo 08:22:26 [semverPrep] This is not a build commit. [Pipeline] sh 08:22:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:22:26 + grep -v github /etc/ssh/ssh_known_hosts 08:22:26 + [ -e /tmp/ssh_known_hosts ] 08:22:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:22:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:22:26 + sudo tee -a /etc/ssh/ssh_known_hosts 08:22:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:22:27 08:22:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:22:27 0.1.4: Pulling from edgex-devops/py-git-semver 08:22:27 b85a868b505f: Pulling fs layer 08:22:27 e2be974225ed: Pulling fs layer 08:22:27 339a4e72a1f5: Pulling fs layer 08:22:27 988bab9f4d93: Pulling fs layer 08:22:27 1469e6f7b9e6: Pulling fs layer 08:22:27 eaf3925da568: Pulling fs layer 08:22:27 bab4dde63d76: Pulling fs layer 08:22:27 bde34c3a00c8: Pulling fs layer 08:22:27 b352a97aabf1: Pulling fs layer 08:22:27 4872d77fe225: Pulling fs layer 08:22:27 5851b861e8e6: Pulling fs layer 08:22:27 bde34c3a00c8: Waiting 08:22:27 b352a97aabf1: Waiting 08:22:27 4872d77fe225: Waiting 08:22:27 5851b861e8e6: Waiting 08:22:27 988bab9f4d93: Waiting 08:22:27 bab4dde63d76: Waiting 08:22:27 1469e6f7b9e6: Waiting 08:22:27 eaf3925da568: Waiting 08:22:27 e2be974225ed: Verifying Checksum 08:22:27 e2be974225ed: Download complete 08:22:27 988bab9f4d93: Verifying Checksum 08:22:27 988bab9f4d93: Download complete 08:22:27 1469e6f7b9e6: Verifying Checksum 08:22:27 1469e6f7b9e6: Download complete 08:22:27 eaf3925da568: Download complete 08:22:27 339a4e72a1f5: Verifying Checksum 08:22:27 339a4e72a1f5: Download complete 08:22:27 bde34c3a00c8: Verifying Checksum 08:22:27 bde34c3a00c8: Download complete 08:22:27 b352a97aabf1: Download complete 08:22:27 4872d77fe225: Verifying Checksum 08:22:27 4872d77fe225: Download complete 08:22:27 5851b861e8e6: Download complete 08:22:27 b85a868b505f: Verifying Checksum 08:22:27 b85a868b505f: Download complete 08:22:28 bab4dde63d76: Verifying Checksum 08:22:28 bab4dde63d76: Download complete 08:22:29 b85a868b505f: Pull complete 08:22:29 e2be974225ed: Pull complete 08:22:30 339a4e72a1f5: Pull complete 08:22:30 988bab9f4d93: Pull complete 08:22:30 1469e6f7b9e6: Pull complete 08:22:30 eaf3925da568: Pull complete 08:22:32 bab4dde63d76: Pull complete 08:22:32 bde34c3a00c8: Pull complete 08:22:32 b352a97aabf1: Pull complete 08:22:32 4872d77fe225: Pull complete 08:22:32 5851b861e8e6: Pull complete 08:22:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:22:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:22:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:22:32 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:22:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:22:34 $ docker top 854c4169afcd2ad66ac169a28a15ed839f7e00299ad2fc67c170794f40ea3fa1 -eo pid,comm 08:22:34 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). 08:22:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:22:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:22:35 [ssh-agent] Looking for ssh-agent implementation... 08:22:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:22:35 $ docker exec 854c4169afcd2ad66ac169a28a15ed839f7e00299ad2fc67c170794f40ea3fa1 ssh-agent 08:22:35 SSH_AUTH_SOCK=/tmp/ssh-WuyK1wAvoTFX/agent.34 08:22:35 SSH_AGENT_PID=40 08:22:35 Running ssh-add (command line suppressed) 08:22:35 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_956098576398052708.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_956098576398052708.key) 08:22:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:22:35 + git tag --points-at HEAD [Pipeline] } 08:22:35 $ docker exec --env ******** --env ******** 854c4169afcd2ad66ac169a28a15ed839f7e00299ad2fc67c170794f40ea3fa1 ssh-agent -k 08:22:35 unset SSH_AUTH_SOCK; 08:22:35 unset SSH_AGENT_PID; 08:22:35 echo Agent pid 40 killed; 08:22:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:22:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:22:35 [ssh-agent] Looking for ssh-agent implementation... 08:22:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:22:35 $ docker exec 854c4169afcd2ad66ac169a28a15ed839f7e00299ad2fc67c170794f40ea3fa1 ssh-agent 08:22:36 SSH_AUTH_SOCK=/tmp/ssh-twzp2CBoaRDV/agent.73 08:22:36 SSH_AGENT_PID=79 08:22:36 Running ssh-add (command line suppressed) 08:22:36 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13504280262365331775.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13504280262365331775.key) 08:22:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:22:36 + git semver init 08:22:36 2023-03-14 08:22:36,686 [run_init] DEBUG init version:0.0.0 force:False 08:22:36 2023-03-14 08:22:36,686 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 08:22:36 2023-03-14 08:22:36,687 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 08:22:36 2023-03-14 08:22:36,687 [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) 08:22:38 2023-03-14 08:22:37,874 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 08:22:38 2023-03-14 08:22:37,875 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 08:22:38 2023-03-14 08:22:37,875 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:22:38 2023-03-14 08:22:37,875 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:22:38 3.0.0-dev.21 [Pipeline] } 08:22:38 $ docker exec --env ******** --env ******** 854c4169afcd2ad66ac169a28a15ed839f7e00299ad2fc67c170794f40ea3fa1 ssh-agent -k 08:22:38 unset SSH_AUTH_SOCK; 08:22:38 unset SSH_AGENT_PID; 08:22:38 echo Agent pid 79 killed; 08:22:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:22:38 + git semver [Pipeline] } 08:22:38 $ docker stop --time=1 854c4169afcd2ad66ac169a28a15ed839f7e00299ad2fc67c170794f40ea3fa1 08:22:40 $ docker rm -f --volumes 854c4169afcd2ad66ac169a28a15ed839f7e00299ad2fc67c170794f40ea3fa1 [Pipeline] // withDockerContainer [Pipeline] sh 08:22:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:22:40 Stashed 1 file(s) [Pipeline] echo 08:22:40 [edgeXSemver]: initialized semver on version 3.0.0-dev.21 [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 08:22:40 provisioning config files... 08:22:40 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9378423109944752963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:22:41 ---> docker-login.sh 08:22:41 nexus3.edgexfoundry.org:10001 08:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:41 Configure a credential helper to remove this warning. See 08:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:41 08:22:41 Login Succeeded 08:22:41 nexus3.edgexfoundry.org:10002 08:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:41 Configure a credential helper to remove this warning. See 08:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:41 08:22:41 Login Succeeded 08:22:41 nexus3.edgexfoundry.org:10003 08:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:41 Configure a credential helper to remove this warning. See 08:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:41 08:22:41 Login Succeeded 08:22:41 nexus3.edgexfoundry.org:10004 08:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:41 Configure a credential helper to remove this warning. See 08:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:41 08:22:41 Login Succeeded 08:22:41 docker.io 08:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:41 Configure a credential helper to remove this warning. See 08:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:41 08:22:41 Login Succeeded 08:22:41 ---> docker-login.sh ends [Pipeline] } 08:22:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:22:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:22:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:22:41 ========================================================= 08:22:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 08:22:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:42 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 08:22:42 Sending build context to Docker daemon 23.4MB 08:22:42 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 08:22:42 Step 2/12 : FROM ${BASE} AS builder 08:22:42 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 08:22:42 63b65145d645: Pulling fs layer 08:22:42 a2d21d5440eb: Pulling fs layer 08:22:42 935e6c44a52c: Pulling fs layer 08:22:42 94cc34f8dd06: Pulling fs layer 08:22:42 30dea6a524f1: Pulling fs layer 08:22:42 94cc34f8dd06: Waiting 08:22:42 a2aff8979fd8: Pulling fs layer 08:22:42 6808be2612f2: Pulling fs layer 08:22:42 a2aff8979fd8: Waiting 08:22:42 f25807f1079a: Pulling fs layer 08:22:42 6808be2612f2: Waiting 08:22:42 f25807f1079a: Waiting 08:22:42 a2d21d5440eb: Download complete 08:22:42 94cc34f8dd06: Verifying Checksum 08:22:42 94cc34f8dd06: Download complete 08:22:42 63b65145d645: Verifying Checksum 08:22:42 63b65145d645: Download complete 08:22:42 a2aff8979fd8: Verifying Checksum 08:22:42 a2aff8979fd8: Download complete 08:22:42 63b65145d645: Pull complete 08:22:42 a2d21d5440eb: Pull complete 08:22:42 f25807f1079a: Verifying Checksum 08:22:42 f25807f1079a: Download complete 08:22:43 935e6c44a52c: Verifying Checksum 08:22:43 935e6c44a52c: Download complete 08:22:43 6808be2612f2: Verifying Checksum 08:22:46 935e6c44a52c: Pull complete 08:22:46 94cc34f8dd06: Pull complete 08:22:46 30dea6a524f1: Pull complete 08:22:46 a2aff8979fd8: Pull complete 08:22:49 6808be2612f2: Pull complete 08:22:50 f25807f1079a: Pull complete 08:22:50 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 08:22:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:22:50 ---> 3b553350e43f 08:22:50 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:22:53 ---> Running in 09cb12a1cb30 08:22:53 Removing intermediate container 09cb12a1cb30 08:22:53 ---> 6b262c78d7d1 08:22:53 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:22:53 ---> Running in d0b03838208f 08:22:53 Removing intermediate container d0b03838208f 08:22:53 ---> fee18bdc6ab0 08:22:53 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:22:53 ---> Running in 67b3e6a0a04a 08:22:53 Removing intermediate container 67b3e6a0a04a 08:22:53 ---> 1b380a901576 08:22:53 Step 6/12 : WORKDIR /device-virtual-go 08:22:53 ---> Running in a46b4653c9d6 08:22:53 Removing intermediate container a46b4653c9d6 08:22:53 ---> bf0cb361139c 08:22:53 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:22:53 ---> Running in da9354ba72e1 08:22:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:22:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:22:54 (1/4) Installing openssh-keygen (9.1_p1-r2) 08:22:54 (2/4) Installing libedit (20221030.3.1-r0) 08:22:54 (3/4) Installing openssh-client-common (9.1_p1-r2) 08:22:54 (4/4) Installing openssh-client-default (9.1_p1-r2) 08:22:54 Executing busybox-1.35.0-r29.trigger 08:22:54 OK: 269 MiB in 57 packages 08:22:55 Removing intermediate container da9354ba72e1 08:22:55 ---> 4d4521022319 08:22:55 Step 8/12 : COPY go.mod vendor* ./ 08:22:55 ---> 4efdad1124c5 08:22:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:22:55 ---> Running in 86139b4794d1 08:22:55 Still waiting to schedule task 08:22:55 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:23:21 Removing intermediate container 86139b4794d1 08:23:21 ---> d38af856b014 08:23:21 Step 10/12 : COPY . . 08:23:21 ---> a5673823dee9 08:23:21 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:23:21 ---> Running in 4011f9ca0e80 08:23:21 Removing intermediate container 4011f9ca0e80 08:23:21 ---> e43430812793 08:23:21 Step 12/12 : RUN $MAKE 08:23:21 ---> Running in 7a872fa3b477 08:23:21 noop 08:23:21 Removing intermediate container 7a872fa3b477 08:23:21 ---> c543f71cdad4 08:23:21 Successfully built c543f71cdad4 08:23:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:23:22 + docker inspect -f . ci-base-image-x86_64 08:23:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:23:22 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:23:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:23:22 $ docker top 2c2a12bd81833cc663f1c45414acfa385512f2359c7f94d99092ecd4cfe5208c -eo pid,comm [Pipeline] { [Pipeline] sh 08:23:23 + go version 08:23:23 go version go1.20.2 linux/amd64 [Pipeline] } 08:23:23 $ docker stop --time=1 2c2a12bd81833cc663f1c45414acfa385512f2359c7f94d99092ecd4cfe5208c 08:23:24 $ docker rm -f --volumes 2c2a12bd81833cc663f1c45414acfa385512f2359c7f94d99092ecd4cfe5208c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:23:24 + docker inspect -f . ci-base-image-x86_64 08:23:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:23:24 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:23:24 $ 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 ******** ci-base-image-x86_64 cat 08:23:25 $ docker top 68199b800df21308a13a3ef9a0e3184e37a4d0da9d9d45ef673d7e0d0bc03812 -eo pid,comm [Pipeline] { [Pipeline] sh 08:23:25 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 08:23:25 + make test 08:23:25 go test ./... -coverprofile=coverage.out 08:23:31 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:23:41 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 08:23:41 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.037s coverage: 65.7% of statements 08:23:49 go vet ./... 08:23:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:23:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:23:52 ./bin/test-attribution-txt.sh [Pipeline] echo 08:23:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:23:52 $ docker stop --time=1 68199b800df21308a13a3ef9a0e3184e37a4d0da9d9d45ef673d7e0d0bc03812 08:23:55 $ docker rm -f --volumes 68199b800df21308a13a3ef9a0e3184e37a4d0da9d9d45ef673d7e0d0bc03812 [Pipeline] // withDockerContainer [Pipeline] sh 08:23:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:23:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:23:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:23:56 + ls -al . 08:23:56 total 192 08:23:56 drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 08:23 . 08:23:56 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 08:22 .. 08:23:56 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 08:22 .git 08:23:56 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 08:22 .github 08:23:56 -rw-rw-r-- 1 jenkins jenkins 337 Mar 14 08:22 .gitignore 08:23:56 -rw-rw-r-- 1 jenkins jenkins 41 Mar 14 08:22 .golangci.yml 08:23:56 drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 08:22 .semver 08:23:56 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 14 08:22 Attribution.txt 08:23:56 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 14 08:22 CHANGELOG.md 08:23:56 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 14 08:22 Dockerfile 08:23:56 -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 08:22 GOVERNANCE.md 08:23:56 -rw-rw-r-- 1 jenkins jenkins 660 Mar 14 08:22 Jenkinsfile 08:23:56 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 14 08:22 LICENSE 08:23:56 -rw-rw-r-- 1 jenkins jenkins 1661 Mar 14 08:22 Makefile 08:23:56 -rw-rw-r-- 1 jenkins jenkins 623 Mar 14 08:22 OWNERS.md 08:23:56 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 14 08:22 README.md 08:23:56 -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 08:22 VERSION 08:23:56 drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 08:22 bin 08:23:56 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 08:22 cmd 08:23:56 -rw-r--r-- 1 jenkins jenkins 44127 Mar 14 08:23 coverage.out 08:23:56 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 14 08:22 go.mod 08:23:56 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 14 08:22 go.sum 08:23:56 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 08:22 internal 08:23:56 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 08:22 snap 08:23:56 -rw-rw-r-- 1 jenkins jenkins 235 Mar 14 08:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:23:56 + 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=3f1e673898a8ef42faca444c63d377d06123e36f --label arch=amd64 --label version=3.0.0-dev.21 . 08:23:56 Sending build context to Docker daemon 23.45MB 08:23:56 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 08:23:56 Step 2/25 : FROM ${BASE} AS builder 08:23:56 ---> c543f71cdad4 08:23:56 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:23:57 ---> Running in 728de074992a 08:23:57 Removing intermediate container 728de074992a 08:23:57 ---> 7bec8613bf20 08:23:57 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 08:23:57 ---> Running in 2e33b4a07f28 08:23:57 Removing intermediate container 2e33b4a07f28 08:23:57 ---> 10769e5e8457 08:23:57 Step 5/25 : ARG ADD_BUILD_TAGS="" 08:23:57 ---> Running in bdd48d37622b 08:23:57 Removing intermediate container bdd48d37622b 08:23:57 ---> 1bb1637b9e54 08:23:57 Step 6/25 : WORKDIR /device-virtual-go 08:23:57 ---> Running in f5c155cb9602 08:23:57 Removing intermediate container f5c155cb9602 08:23:57 ---> 019d6dcaf72c 08:23:57 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:23:57 ---> Running in 9cc461a25f9f 08:23:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:23:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:23:58 OK: 269 MiB in 57 packages 08:23:58 Removing intermediate container 9cc461a25f9f 08:23:58 ---> fa4509837642 08:23:58 Step 8/25 : COPY go.mod vendor* ./ 08:23:58 ---> a5dba5f36b92 08:23:58 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:23:58 ---> Running in b5ea7188d09c 08:23:59 Removing intermediate container b5ea7188d09c 08:23:59 ---> 452752694fe9 08:23:59 Step 10/25 : COPY . . 08:24:00 ---> bc4527921c01 08:24:00 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:24:00 ---> Running in 563ed9fe735e 08:24:00 Removing intermediate container 563ed9fe735e 08:24:00 ---> b7ecb777c3dd 08:24:00 Step 12/25 : RUN $MAKE 08:24:00 ---> Running in a5c14a522720 08:24:00 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 08:24:22 Removing intermediate container a5c14a522720 08:24:22 ---> ca9532717a19 08:24:22 Step 13/25 : FROM alpine:3.16 08:24:22 3.16: Pulling from library/alpine 08:24:22 ef5531b6e74e: Pulling fs layer 08:24:22 ef5531b6e74e: Download complete 08:24:22 ef5531b6e74e: Pull complete 08:24:22 Digest: sha256:2cf17aa35fbcb6ece81692a64bfbadaf096590241ed9f95dd5f94f0e9f674784 08:24:22 Status: Downloaded newer image for alpine:3.16 08:24:22 ---> dfd21b5a31f5 08:24:22 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 08:24:22 ---> Running in fd195dd50176 08:24:22 Removing intermediate container fd195dd50176 08:24:22 ---> 605fbdaf35dd 08:24:22 Step 15/25 : RUN apk add --update --no-cache dumb-init 08:24:22 ---> Running in 415af3aadee5 08:24:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 08:24:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 08:24:22 (1/1) Installing dumb-init (1.2.5-r1) 08:24:22 Executing busybox-1.35.0-r17.trigger 08:24:22 OK: 6 MiB in 15 packages 08:24:22 Removing intermediate container 415af3aadee5 08:24:22 ---> 104402ae8667 08:24:22 Step 16/25 : WORKDIR / 08:24:22 ---> Running in 47ab154a13a2 08:24:22 Removing intermediate container 47ab154a13a2 08:24:22 ---> 81e1098da72b 08:24:22 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 08:24:22 ---> d49f6faab66c 08:24:22 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 08:24:22 ---> d1522a0b5a9d 08:24:22 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 08:24:22 ---> f4a36f28d592 08:24:22 Step 20/25 : EXPOSE 59900 08:24:22 ---> Running in 00119c261c8c 08:24:22 Removing intermediate container 00119c261c8c 08:24:22 ---> 74e42d378bf3 08:24:22 Step 21/25 : ENTRYPOINT ["/device-virtual"] 08:24:22 ---> Running in 69a8410b4f2f 08:24:22 Removing intermediate container 69a8410b4f2f 08:24:22 ---> 15d0b9ee7764 08:24:22 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 08:24:22 ---> Running in d2e9b0b42914 08:24:22 Removing intermediate container d2e9b0b42914 08:24:22 ---> 58d651db5056 08:24:22 Step 23/25 : LABEL arch=amd64 08:24:22 ---> Running in 735897dc2610 08:24:22 Removing intermediate container 735897dc2610 08:24:22 ---> 7e4ad22d6aad 08:24:22 Step 24/25 : LABEL git_sha=3f1e673898a8ef42faca444c63d377d06123e36f 08:24:22 ---> Running in f983d5a1a8c9 08:24:22 Removing intermediate container f983d5a1a8c9 08:24:22 ---> 2ced1dab90dc 08:24:22 Step 25/25 : LABEL version=3.0.0-dev.21 08:24:22 ---> Running in d43025fa1a6a 08:24:22 Removing intermediate container d43025fa1a6a 08:24:22 ---> 332c484261c3 08:24:22 [Warning] One or more build-args [ARCH] were not consumed 08:24:22 Successfully built 332c484261c3 08:24:22 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:24:22 provisioning config files... 08:24:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17328541799679912327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:24:22 ---> docker-login.sh 08:24:22 nexus3.edgexfoundry.org:10001 08:24:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:22 Configure a credential helper to remove this warning. See 08:24:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:22 08:24:22 Login Succeeded 08:24:22 nexus3.edgexfoundry.org:10002 08:24:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:22 Configure a credential helper to remove this warning. See 08:24:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:22 08:24:22 Login Succeeded 08:24:22 nexus3.edgexfoundry.org:10003 08:24:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:22 Configure a credential helper to remove this warning. See 08:24:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:22 08:24:22 Login Succeeded 08:24:22 nexus3.edgexfoundry.org:10004 08:24:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:22 Configure a credential helper to remove this warning. See 08:24:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:22 08:24:22 Login Succeeded 08:24:22 docker.io 08:24:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:23 Configure a credential helper to remove this warning. See 08:24:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:23 08:24:23 Login Succeeded 08:24:23 ---> docker-login.sh ends [Pipeline] } 08:24:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:24:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:24:23 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 08:24:23 3f1e673898a8ef42faca444c63d377d06123e36f 08:24:23 latest 08:24:23 3.0.0-dev.21 08:24:23 3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 08:24:23 main 08:24:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:23 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:23 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3f1e673898a8ef42faca444c63d377d06123e36f 08:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:24:23 f71520fd9530: Preparing 08:24:23 b9e2797af3f6: Preparing 08:24:23 e900a4f7e341: Preparing 08:24:23 78dae6b818e9: Preparing 08:24:23 aa5968d388b8: Preparing 08:24:23 aa5968d388b8: Layer already exists 08:24:23 b9e2797af3f6: Pushed 08:24:23 78dae6b818e9: Pushed 08:24:23 e900a4f7e341: Pushed 08:24:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-92 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 08:24:25 Running in /w/workspace/device-virtual-go/92 [Pipeline] { [Pipeline] checkout 08:24:25 The recommended git tool is: git 08:24:27 f71520fd9530: Pushed 08:24:27 3f1e673898a8ef42faca444c63d377d06123e36f: digest: sha256:37cbedba1730fd59b2c1ea072d141e44493c6ffa43187227b8559d059d21d70a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:27 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:27 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 08:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:24:27 f71520fd9530: Preparing 08:24:27 b9e2797af3f6: Preparing 08:24:27 e900a4f7e341: Preparing 08:24:27 78dae6b818e9: Preparing 08:24:27 aa5968d388b8: Preparing 08:24:27 b9e2797af3f6: Layer already exists 08:24:27 78dae6b818e9: Layer already exists 08:24:27 f71520fd9530: Layer already exists 08:24:27 aa5968d388b8: Layer already exists 08:24:27 e900a4f7e341: Layer already exists 08:24:27 latest: digest: sha256:37cbedba1730fd59b2c1ea072d141e44493c6ffa43187227b8559d059d21d70a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:28 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:28 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.21 08:24:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:24:28 f71520fd9530: Preparing 08:24:28 b9e2797af3f6: Preparing 08:24:28 e900a4f7e341: Preparing 08:24:28 78dae6b818e9: Preparing 08:24:28 aa5968d388b8: Preparing 08:24:28 aa5968d388b8: Layer already exists 08:24:28 b9e2797af3f6: Layer already exists 08:24:28 f71520fd9530: Layer already exists 08:24:28 78dae6b818e9: Layer already exists 08:24:28 e900a4f7e341: Layer already exists 08:24:28 3.0.0-dev.21: digest: sha256:37cbedba1730fd59b2c1ea072d141e44493c6ffa43187227b8559d059d21d70a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:28 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 08:24:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:24:29 f71520fd9530: Preparing 08:24:29 b9e2797af3f6: Preparing 08:24:29 e900a4f7e341: Preparing 08:24:29 78dae6b818e9: Preparing 08:24:29 aa5968d388b8: Preparing 08:24:29 b9e2797af3f6: Layer already exists 08:24:29 e900a4f7e341: Layer already exists 08:24:29 aa5968d388b8: Layer already exists 08:24:29 78dae6b818e9: Layer already exists 08:24:29 f71520fd9530: Layer already exists 08:24:29 3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21: digest: sha256:37cbedba1730fd59b2c1ea072d141e44493c6ffa43187227b8559d059d21d70a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:29 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 08:24:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:24:29 f71520fd9530: Preparing 08:24:29 b9e2797af3f6: Preparing 08:24:29 e900a4f7e341: Preparing 08:24:29 78dae6b818e9: Preparing 08:24:29 aa5968d388b8: Preparing 08:24:29 e900a4f7e341: Layer already exists 08:24:29 b9e2797af3f6: Layer already exists 08:24:29 78dae6b818e9: Layer already exists 08:24:29 f71520fd9530: Layer already exists 08:24:29 aa5968d388b8: Layer already exists 08:24:29 main: digest: sha256:37cbedba1730fd59b2c1ea072d141e44493c6ffa43187227b8559d059d21d70a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:24:29 ===================================================== [Pipeline] echo 08:24:29 taggedImages: 08:24:29 - nexus3.edgexfoundry.org:10004/device-virtual:3f1e673898a8ef42faca444c63d377d06123e36f 08:24:29 - nexus3.edgexfoundry.org:10004/device-virtual:latest 08:24:29 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.21 08:24:29 - nexus3.edgexfoundry.org:10004/device-virtual:3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 08:24:29 - 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 08:24:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:24:30 08:24:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:24:30 latest: Pulling from edgex-lftools-log-publisher 08:24:30 5eb5b503b376: Pulling fs layer 08:24:30 5c69ac0246d0: Pulling fs layer 08:24:30 ec43610c2a17: Pulling fs layer 08:24:30 3a2ae6a8a46f: Pulling fs layer 08:24:30 33b1e0a273af: Pulling fs layer 08:24:30 5d3b04190fa2: Pulling fs layer 08:24:30 2f39f015ded8: Pulling fs layer 08:24:30 3a2ae6a8a46f: Waiting 08:24:30 33b1e0a273af: Waiting 08:24:30 5d3b04190fa2: Waiting 08:24:30 2f39f015ded8: Waiting 08:24:30 5c69ac0246d0: Verifying Checksum 08:24:30 5c69ac0246d0: Download complete 08:24:30 3a2ae6a8a46f: Verifying Checksum 08:24:30 3a2ae6a8a46f: Download complete 08:24:30 33b1e0a273af: Verifying Checksum 08:24:30 33b1e0a273af: Download complete 08:24:30 5d3b04190fa2: Download complete 08:24:30 ec43610c2a17: Verifying Checksum 08:24:30 ec43610c2a17: Download complete 08:24:30 5eb5b503b376: Verifying Checksum 08:24:30 5eb5b503b376: Download complete 08:24:31 using credential edgex-jenkins-ssh 08:24:31 Cloning the remote Git repository 08:24:31 2f39f015ded8: Download complete 08:24:31 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 08:24:31 > git init /w/workspace/device-virtual-go/92 # timeout=10 08:24:31 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:24:31 > git --version # timeout=10 08:24:31 > git --version # 'git version 2.25.1' 08:24:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:32 5eb5b503b376: Pull complete 08:24:32 5c69ac0246d0: Pull complete 08:24:32 ec43610c2a17: Pull complete 08:24:32 3a2ae6a8a46f: Pull complete 08:24:33 33b1e0a273af: Pull complete 08:24:33 5d3b04190fa2: Pull complete 08:24:34 Avoid second fetch 08:24:34 Checking out Revision 3f1e673898a8ef42faca444c63d377d06123e36f (main) 08:24:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:24:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:34 > git config core.sparsecheckout # timeout=10 08:24:34 > git checkout -f 3f1e673898a8ef42faca444c63d377d06123e36f # timeout=10 08:24:34 Commit message: "Merge pull request #356 from hahattan/bump-dep" 08:24:35 08:24:35 GitHub has been notified of this commit’s build result 08:24:35 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:24:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:24:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:24:35 Dload Upload Total Spent Left Speed 08:24:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh 08:24:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:24:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:24:36 + sudo tee /etc/docker/daemon.new 08:24:36 { 08:24:36 "registry-mirrors": [ 08:24:36 "https://nexus3.edgexfoundry.org:10001" 08:24:36 ], 08:24:36 "bip": "10.250.0.254/24", 08:24:36 "hosts": [ 08:24:36 "tcp://0.0.0.0:5555", 08:24:36 "unix:///var/run/docker.sock" 08:24:36 ], 08:24:36 "mtu": 1458, 08:24:36 "selinux-enabled": true, 08:24:36 "seccomp-profile": "/etc/docker/seccomp.json" 08:24:36 } [Pipeline] sh 08:24:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:24:37 + sudo service docker restart 08:24:38 2f39f015ded8: Pull complete 08:24:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:24:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:24:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:24:38 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:24:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:24:41 $ docker top 85b59145324e7dea4e000f0af40f25a1bf4a674aa0ef38ae23b32d55866bb5f1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:24:41 ---> job-cost.sh 08:24:41 lf-activate-venv: SKIPPING 08:24:41 INFO: No Stack... 08:24:41 INFO: Retrieving Pricing Info for: v3-standard-8 08:24:42 INFO: Archiving Costs [Pipeline] sh 08:24:42 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 08:24:42 + cut -d, -f6 [Pipeline] lock 08:24:42 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] 08:24:42 Resource [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] did not exist. Created. 08:24:42 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:24:42 + echo total: 0.2199999988079071 [Pipeline] stash 08:24:42 Stashed 1 file(s) [Pipeline] } 08:24:42 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] [Pipeline] // lock [Pipeline] } 08:24:42 $ docker stop --time=1 85b59145324e7dea4e000f0af40f25a1bf4a674aa0ef38ae23b32d55866bb5f1 08:24:44 $ docker rm -f --volumes 85b59145324e7dea4e000f0af40f25a1bf4a674aa0ef38ae23b32d55866bb5f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:24:55 provisioning config files... 08:24:55 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/92@tmp/config17936706076805915084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:24:56 ---> docker-login.sh 08:24:56 nexus3.edgexfoundry.org:10001 08:24:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:56 Configure a credential helper to remove this warning. See 08:24:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:56 08:24:56 Login Succeeded 08:24:56 nexus3.edgexfoundry.org:10002 08:24:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:56 Configure a credential helper to remove this warning. See 08:24:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:56 08:24:56 Login Succeeded 08:24:56 nexus3.edgexfoundry.org:10003 08:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:57 Configure a credential helper to remove this warning. See 08:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:57 08:24:57 Login Succeeded 08:24:57 nexus3.edgexfoundry.org:10004 08:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:57 Configure a credential helper to remove this warning. See 08:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:57 08:24:57 Login Succeeded 08:24:57 docker.io 08:24:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:58 Configure a credential helper to remove this warning. See 08:24:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:58 08:24:58 Login Succeeded 08:24:58 ---> docker-login.sh ends [Pipeline] } 08:24:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:24:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:24:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:24:58 ========================================================= 08:24:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 08:24:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:58 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 08:24:59 Sending build context to Docker daemon 11.86MB 08:24:59 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 08:24:59 Step 2/12 : FROM ${BASE} AS builder 08:24:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:24:59 af6eaf76a39c: Pulling fs layer 08:24:59 55522c791124: Pulling fs layer 08:24:59 ce5c4a1c91eb: Pulling fs layer 08:24:59 169dfbe0d373: Pulling fs layer 08:24:59 e1ff8fa3b103: Pulling fs layer 08:24:59 52ebb69f0ebf: Pulling fs layer 08:24:59 5abe8eddf0d5: Pulling fs layer 08:24:59 169dfbe0d373: Waiting 08:24:59 e1ff8fa3b103: Waiting 08:24:59 52ebb69f0ebf: Waiting 08:24:59 5abe8eddf0d5: Waiting 08:24:59 55522c791124: Verifying Checksum 08:24:59 55522c791124: Download complete 08:24:59 169dfbe0d373: Verifying Checksum 08:24:59 169dfbe0d373: Download complete 08:24:59 e1ff8fa3b103: Verifying Checksum 08:24:59 e1ff8fa3b103: Download complete 08:24:59 af6eaf76a39c: Verifying Checksum 08:24:59 af6eaf76a39c: Download complete 08:25:00 af6eaf76a39c: Pull complete 08:25:00 5abe8eddf0d5: Verifying Checksum 08:25:00 5abe8eddf0d5: Download complete 08:25:01 55522c791124: Pull complete 08:25:02 ce5c4a1c91eb: Verifying Checksum 08:25:02 ce5c4a1c91eb: Download complete 08:25:02 52ebb69f0ebf: Download complete 08:25:14 ce5c4a1c91eb: Pull complete 08:25:14 169dfbe0d373: Pull complete 08:25:14 e1ff8fa3b103: Pull complete 08:25:21 52ebb69f0ebf: Pull complete 08:25:23 5abe8eddf0d5: Pull complete 08:25:23 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 08:25:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 08:25:23 ---> 6cb57ee374ae 08:25:23 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:25:25 ---> Running in 3540ba0adc5f 08:25:25 Removing intermediate container 3540ba0adc5f 08:25:25 ---> 52418f843d23 08:25:25 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:25:25 ---> Running in c84b8f0fc4f7 08:25:25 Removing intermediate container c84b8f0fc4f7 08:25:25 ---> 9e8a97e26c0e 08:25:25 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:25:25 ---> Running in 0a9dbfa52c69 08:25:25 Removing intermediate container 0a9dbfa52c69 08:25:25 ---> c988029ebe77 08:25:25 Step 6/12 : WORKDIR /device-virtual-go 08:25:26 ---> Running in 2dac1bb1eeb9 08:25:26 Removing intermediate container 2dac1bb1eeb9 08:25:26 ---> 0ac44e4d75be 08:25:26 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:25:26 ---> Running in 76793868748e 08:25:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:25:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:25:28 (1/4) Installing openssh-keygen (9.1_p1-r2) 08:25:29 (2/4) Installing libedit (20221030.3.1-r0) 08:25:29 (3/4) Installing openssh-client-common (9.1_p1-r2) 08:25:29 (4/4) Installing openssh-client-default (9.1_p1-r2) 08:25:29 Executing busybox-1.35.0-r29.trigger 08:25:29 OK: 268 MiB in 57 packages 08:25:30 Removing intermediate container 76793868748e 08:25:30 ---> 3ccb0de6634f 08:25:30 Step 8/12 : COPY go.mod vendor* ./ 08:25:31 ---> b31565bee301 08:25:31 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:25:31 ---> Running in ed5bbdf6245b 08:26:39 Removing intermediate container ed5bbdf6245b 08:26:39 ---> cf56cfc85154 08:26:39 Step 10/12 : COPY . . 08:26:39 ---> 5635dcbcd160 08:26:39 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:26:39 ---> Running in fd4f6515955c 08:26:39 Removing intermediate container fd4f6515955c 08:26:39 ---> c64b416c77ab 08:26:39 Step 12/12 : RUN $MAKE 08:26:39 ---> Running in 6d3570e21fb5 08:26:39 noop 08:26:39 Removing intermediate container 6d3570e21fb5 08:26:39 ---> a55d19a544f7 08:26:39 Successfully built a55d19a544f7 08:26:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:39 + docker inspect -f . ci-base-image-arm64 08:26:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:26:39 prd-ubuntu20.04-docker-arm64-4c-16g-92 does not seem to be running inside a container 08:26:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/92 -v /w/workspace/device-virtual-go/92:/w/workspace/device-virtual-go/92:rw,z -v /w/workspace/device-virtual-go/92@tmp:/w/workspace/device-virtual-go/92@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 08:26:40 $ docker top 3ea7fe8a57cd23130e8c78d1d43dcb90a6cdfbcf1869c7a5ac5a48edccddbdd4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:41 + go version 08:26:41 go version go1.20.2 linux/arm64 [Pipeline] } 08:26:41 $ docker stop --time=1 3ea7fe8a57cd23130e8c78d1d43dcb90a6cdfbcf1869c7a5ac5a48edccddbdd4 08:26:43 $ docker rm -f --volumes 3ea7fe8a57cd23130e8c78d1d43dcb90a6cdfbcf1869c7a5ac5a48edccddbdd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:43 + docker inspect -f . ci-base-image-arm64 08:26:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:26:44 prd-ubuntu20.04-docker-arm64-4c-16g-92 does not seem to be running inside a container 08:26:44 $ 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/92 -v /w/workspace/device-virtual-go/92:/w/workspace/device-virtual-go/92:rw,z -v /w/workspace/device-virtual-go/92@tmp:/w/workspace/device-virtual-go/92@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 08:26:45 $ docker top 747fcd8592d3fce0d5ff20d13262c35bcd25740b886a1ab44eaccd70dcd79f5c -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:45 + git config --global --add safe.directory /w/workspace/device-virtual-go/92 [Pipeline] fileExists [Pipeline] sh 08:26:46 + make test 08:26:46 go test ./... -coverprofile=coverage.out 08:27:18 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:29:09 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 08:29:09 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.128s coverage: 65.7% of statements 08:29:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:29:09 go vet ./... 08:29:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:29:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:29:31 ./bin/test-attribution-txt.sh [Pipeline] echo 08:29:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:29:31 $ docker stop --time=1 747fcd8592d3fce0d5ff20d13262c35bcd25740b886a1ab44eaccd70dcd79f5c 08:29:34 $ docker rm -f --volumes 747fcd8592d3fce0d5ff20d13262c35bcd25740b886a1ab44eaccd70dcd79f5c [Pipeline] // withDockerContainer [Pipeline] sh 08:29:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:29:35 Warning: overwriting stash ‘coverage-report’ 08:29:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:29:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:29:36 + ls -al . 08:29:36 total 188 08:29:36 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 08:26 . 08:29:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 08:24 .. 08:29:36 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 08:24 .git 08:29:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 08:24 .github 08:29:36 -rw-rw-r-- 1 jenkins jenkins 337 Mar 14 08:24 .gitignore 08:29:36 -rw-rw-r-- 1 jenkins jenkins 41 Mar 14 08:24 .golangci.yml 08:29:36 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 14 08:24 Attribution.txt 08:29:36 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 14 08:24 CHANGELOG.md 08:29:36 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 14 08:24 Dockerfile 08:29:36 -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 08:24 GOVERNANCE.md 08:29:36 -rw-rw-r-- 1 jenkins jenkins 660 Mar 14 08:24 Jenkinsfile 08:29:36 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 14 08:24 LICENSE 08:29:36 -rw-rw-r-- 1 jenkins jenkins 1661 Mar 14 08:24 Makefile 08:29:36 -rw-rw-r-- 1 jenkins jenkins 623 Mar 14 08:24 OWNERS.md 08:29:36 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 14 08:24 README.md 08:29:36 -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 08:22 VERSION 08:29:36 drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 08:24 bin 08:29:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 08:24 cmd 08:29:36 -rw-r--r-- 1 jenkins jenkins 44127 Mar 14 08:28 coverage.out 08:29:36 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 14 08:24 go.mod 08:29:36 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 14 08:24 go.sum 08:29:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 08:24 internal 08:29:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 08:24 snap 08:29:36 -rw-rw-r-- 1 jenkins jenkins 235 Mar 14 08:24 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:36 + 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=3f1e673898a8ef42faca444c63d377d06123e36f --label arch=arm64 --label version=3.0.0-dev.21 . 08:29:37 Sending build context to Docker daemon 11.9MB 08:29:37 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 08:29:37 Step 2/25 : FROM ${BASE} AS builder 08:29:37 ---> a55d19a544f7 08:29:37 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:29:37 ---> Running in 3f0905c223c9 08:29:37 Removing intermediate container 3f0905c223c9 08:29:37 ---> f2131e424075 08:29:37 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 08:29:37 ---> Running in 5b50f98828f1 08:29:38 Removing intermediate container 5b50f98828f1 08:29:38 ---> 03594dd9b90c 08:29:38 Step 5/25 : ARG ADD_BUILD_TAGS="" 08:29:38 ---> Running in 5cb5d4356f02 08:29:38 Removing intermediate container 5cb5d4356f02 08:29:38 ---> fc947e04f61a 08:29:38 Step 6/25 : WORKDIR /device-virtual-go 08:29:38 ---> Running in 7c1eb210d6a0 08:29:38 Removing intermediate container 7c1eb210d6a0 08:29:38 ---> b1bb0e6877e5 08:29:38 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:29:38 ---> Running in 1cc35f79e111 08:29:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:29:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:29:41 OK: 268 MiB in 57 packages 08:29:43 Removing intermediate container 1cc35f79e111 08:29:43 ---> 84f4db100470 08:29:43 Step 8/25 : COPY go.mod vendor* ./ 08:29:44 ---> 4b04935e1fb3 08:29:44 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:44 ---> Running in 088f85b1d6eb 08:29:51 Removing intermediate container 088f85b1d6eb 08:29:51 ---> a9f9a8801254 08:29:51 Step 10/25 : COPY . . 08:29:53 ---> 4e7378fd57f2 08:29:53 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:29:53 ---> Running in 5805d8944d09 08:29:54 Removing intermediate container 5805d8944d09 08:29:54 ---> d519656fba2d 08:29:54 Step 12/25 : RUN $MAKE 08:29:54 ---> Running in bc2dc687277b 08:29:55 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 08:32:01 Removing intermediate container bc2dc687277b 08:32:01 ---> fb24cf1b3769 08:32:01 Step 13/25 : FROM alpine:3.16 08:32:01 3.16: Pulling from library/alpine 08:32:01 3760b48202b3: Pulling fs layer 08:32:01 3760b48202b3: Verifying Checksum 08:32:01 3760b48202b3: Download complete 08:32:01 3760b48202b3: Pull complete 08:32:01 Digest: sha256:2cf17aa35fbcb6ece81692a64bfbadaf096590241ed9f95dd5f94f0e9f674784 08:32:01 Status: Downloaded newer image for alpine:3.16 08:32:01 ---> 4c81e5bf8899 08:32:01 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 08:32:01 ---> Running in ae8d97918df0 08:32:01 Removing intermediate container ae8d97918df0 08:32:01 ---> 551b3cc7046b 08:32:01 Step 15/25 : RUN apk add --update --no-cache dumb-init 08:32:01 ---> Running in 2de96d01a157 08:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 08:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 08:32:02 (1/1) Installing dumb-init (1.2.5-r1) 08:32:02 Executing busybox-1.35.0-r17.trigger 08:32:02 OK: 5 MiB in 15 packages 08:32:03 Removing intermediate container 2de96d01a157 08:32:03 ---> 27691aff3df0 08:32:03 Step 16/25 : WORKDIR / 08:32:03 ---> Running in 10b69967e96f 08:32:04 Removing intermediate container 10b69967e96f 08:32:04 ---> 13b6e38d049c 08:32:04 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 08:32:04 ---> a90674cebc3d 08:32:04 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 08:32:04 ---> b4ba6fde84a5 08:32:04 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 08:32:06 ---> 0d86489693c1 08:32:06 Step 20/25 : EXPOSE 59900 08:32:06 ---> Running in 1f09d0334eca 08:32:06 Removing intermediate container 1f09d0334eca 08:32:06 ---> 0149505d23d3 08:32:06 Step 21/25 : ENTRYPOINT ["/device-virtual"] 08:32:06 ---> Running in 4c3f459f1585 08:32:06 Removing intermediate container 4c3f459f1585 08:32:06 ---> 8fb7265ebaf4 08:32:06 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 08:32:07 ---> Running in b28edc219457 08:32:07 Removing intermediate container b28edc219457 08:32:07 ---> 369117820d1e 08:32:07 Step 23/25 : LABEL arch=arm64 08:32:07 ---> Running in 6dc00f277d2c 08:32:07 Removing intermediate container 6dc00f277d2c 08:32:07 ---> aa23b1ead27b 08:32:07 Step 24/25 : LABEL git_sha=3f1e673898a8ef42faca444c63d377d06123e36f 08:32:07 ---> Running in af775aad2019 08:32:07 Removing intermediate container af775aad2019 08:32:07 ---> 2e9c7dd02c38 08:32:07 Step 25/25 : LABEL version=3.0.0-dev.21 08:32:07 ---> Running in 2eafd0c6acc4 08:32:08 Removing intermediate container 2eafd0c6acc4 08:32:08 ---> 940f6a74a23c 08:32:08 [Warning] One or more build-args [ARCH] were not consumed 08:32:08 Successfully built 940f6a74a23c 08:32:08 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 08:32:08 provisioning config files... 08:32:08 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/92@tmp/config4999795451755174785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:08 ---> docker-login.sh 08:32:08 nexus3.edgexfoundry.org:10001 08:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:08 Configure a credential helper to remove this warning. See 08:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:08 08:32:08 Login Succeeded 08:32:08 nexus3.edgexfoundry.org:10002 08:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:09 Configure a credential helper to remove this warning. See 08:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:09 08:32:09 Login Succeeded 08:32:09 nexus3.edgexfoundry.org:10003 08:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:09 Configure a credential helper to remove this warning. See 08:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:09 08:32:09 Login Succeeded 08:32:09 nexus3.edgexfoundry.org:10004 08:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:09 Configure a credential helper to remove this warning. See 08:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:09 08:32:09 Login Succeeded 08:32:09 docker.io 08:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:10 Configure a credential helper to remove this warning. See 08:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:10 08:32:10 Login Succeeded 08:32:10 ---> docker-login.sh ends [Pipeline] } 08:32:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:32:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:32:10 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 08:32:10 3f1e673898a8ef42faca444c63d377d06123e36f 08:32:10 latest 08:32:10 3.0.0-dev.21 08:32:10 3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 08:32:10 main 08:32:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:10 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3f1e673898a8ef42faca444c63d377d06123e36f 08:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:32:11 9092236c9c49: Preparing 08:32:11 084224eeb8a8: Preparing 08:32:11 809f54f30be7: Preparing 08:32:11 5cb125b73cd5: Preparing 08:32:11 f70ee36035b9: Preparing 08:32:11 084224eeb8a8: Pushed 08:32:11 5cb125b73cd5: Pushed 08:32:11 809f54f30be7: Pushed 08:32:12 f70ee36035b9: Layer already exists 08:32:16 9092236c9c49: Pushed 08:32:16 3f1e673898a8ef42faca444c63d377d06123e36f: digest: sha256:3adf4a74ba55161561aa38547f880d83991099557757995fc0959f023de06649 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:16 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:17 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 08:32:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:32:17 9092236c9c49: Preparing 08:32:17 084224eeb8a8: Preparing 08:32:17 809f54f30be7: Preparing 08:32:17 5cb125b73cd5: Preparing 08:32:17 f70ee36035b9: Preparing 08:32:17 084224eeb8a8: Layer already exists 08:32:17 9092236c9c49: Layer already exists 08:32:17 809f54f30be7: Layer already exists 08:32:17 f70ee36035b9: Layer already exists 08:32:17 5cb125b73cd5: Layer already exists 08:32:17 latest: digest: sha256:3adf4a74ba55161561aa38547f880d83991099557757995fc0959f023de06649 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:17 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:17 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.21 08:32:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:32:17 9092236c9c49: Preparing 08:32:17 084224eeb8a8: Preparing 08:32:17 809f54f30be7: Preparing 08:32:17 5cb125b73cd5: Preparing 08:32:17 f70ee36035b9: Preparing 08:32:17 f70ee36035b9: Layer already exists 08:32:17 9092236c9c49: Layer already exists 08:32:17 809f54f30be7: Layer already exists 08:32:17 5cb125b73cd5: Layer already exists 08:32:17 084224eeb8a8: Layer already exists 08:32:17 3.0.0-dev.21: digest: sha256:3adf4a74ba55161561aa38547f880d83991099557757995fc0959f023de06649 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:18 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:18 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 08:32:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:32:18 9092236c9c49: Preparing 08:32:18 084224eeb8a8: Preparing 08:32:18 809f54f30be7: Preparing 08:32:18 5cb125b73cd5: Preparing 08:32:18 f70ee36035b9: Preparing 08:32:18 9092236c9c49: Layer already exists 08:32:18 084224eeb8a8: Layer already exists 08:32:18 809f54f30be7: Layer already exists 08:32:18 5cb125b73cd5: Layer already exists 08:32:18 f70ee36035b9: Layer already exists 08:32:18 3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21: digest: sha256:3adf4a74ba55161561aa38547f880d83991099557757995fc0959f023de06649 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:18 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:19 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 08:32:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:32:19 9092236c9c49: Preparing 08:32:19 084224eeb8a8: Preparing 08:32:19 809f54f30be7: Preparing 08:32:19 5cb125b73cd5: Preparing 08:32:19 f70ee36035b9: Preparing 08:32:19 084224eeb8a8: Layer already exists 08:32:19 f70ee36035b9: Layer already exists 08:32:19 809f54f30be7: Layer already exists 08:32:19 9092236c9c49: Layer already exists 08:32:19 5cb125b73cd5: Layer already exists 08:32:19 main: digest: sha256:3adf4a74ba55161561aa38547f880d83991099557757995fc0959f023de06649 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:32:19 ===================================================== [Pipeline] echo 08:32:19 taggedImages: 08:32:19 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3f1e673898a8ef42faca444c63d377d06123e36f 08:32:19 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 08:32:19 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.21 08:32:19 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3f1e673898a8ef42faca444c63d377d06123e36f-3.0.0-dev.21 08:32:19 - 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 08:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:32:19 08:32:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:32:19 arm64: Pulling from edgex-lftools-log-publisher 08:32:19 8998bd30e6a1: Pulling fs layer 08:32:19 04944245beec: Pulling fs layer 08:32:19 699f458cf7ca: Pulling fs layer 08:32:19 765212b225bb: Pulling fs layer 08:32:19 f23df028b6ca: Pulling fs layer 08:32:19 d65c8cfc05b1: Pulling fs layer 08:32:19 2437ff75d9bd: Pulling fs layer 08:32:19 765212b225bb: Waiting 08:32:19 f23df028b6ca: Waiting 08:32:19 d65c8cfc05b1: Waiting 08:32:19 2437ff75d9bd: Waiting 08:32:20 04944245beec: Verifying Checksum 08:32:20 04944245beec: Download complete 08:32:20 765212b225bb: Verifying Checksum 08:32:20 765212b225bb: Download complete 08:32:20 f23df028b6ca: Verifying Checksum 08:32:20 f23df028b6ca: Download complete 08:32:20 d65c8cfc05b1: Verifying Checksum 08:32:20 d65c8cfc05b1: Download complete 08:32:20 699f458cf7ca: Verifying Checksum 08:32:20 699f458cf7ca: Download complete 08:32:20 8998bd30e6a1: Verifying Checksum 08:32:20 8998bd30e6a1: Download complete 08:32:22 2437ff75d9bd: Verifying Checksum 08:32:22 2437ff75d9bd: Download complete 08:32:24 8998bd30e6a1: Pull complete 08:32:24 04944245beec: Pull complete 08:32:25 699f458cf7ca: Pull complete 08:32:25 765212b225bb: Pull complete 08:32:26 f23df028b6ca: Pull complete 08:32:26 d65c8cfc05b1: Pull complete 08:32:38 2437ff75d9bd: Pull complete 08:32:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:32:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:32:39 prd-ubuntu20.04-docker-arm64-4c-16g-92 does not seem to be running inside a container 08:32:39 $ 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/92 -v /w/workspace/device-virtual-go/92:/w/workspace/device-virtual-go/92:rw,z -v /w/workspace/device-virtual-go/92@tmp:/w/workspace/device-virtual-go/92@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 08:32:41 $ docker top 0ec14e92fcfcbf1eb2e1e8c1cad0008049bc59dfa50332dd3e4f25efb1d6b87c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:42 ---> job-cost.sh 08:32:42 lf-activate-venv: SKIPPING 08:32:42 INFO: No Stack... 08:32:42 INFO: Retrieving Pricing Info for: v3-standard-4 08:32:43 INFO: Archiving Costs [Pipeline] sh 08:32:44 + cat /w/workspace/device-virtual-go/92/archives/cost.csv 08:32:44 + cut -d, -f6 [Pipeline] lock 08:32:44 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] 08:32:44 Resource [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] did not exist. Created. 08:32:44 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:32:44 /w/workspace/device-virtual-go/92@tmp/durable-cd2ae8cd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:32:44 + echo total: 0.10999999940395355 [Pipeline] stash 08:32:44 Warning: overwriting stash ‘stack-cost’ 08:32:44 Stashed 1 file(s) [Pipeline] } 08:32:44 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-92-stack-cost] [Pipeline] // lock [Pipeline] } 08:32:44 $ docker stop --time=1 0ec14e92fcfcbf1eb2e1e8c1cad0008049bc59dfa50332dd3e4f25efb1d6b87c 08:32:46 $ docker rm -f --volumes 0ec14e92fcfcbf1eb2e1e8c1cad0008049bc59dfa50332dd3e4f25efb1d6b87c [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 08:32:46 provisioning config files... 08:32:46 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9405018455906934976tmp [Pipeline] { [Pipeline] sh 08:32:47 + set +x 08:32:47 + bash -s -- 08:32:47 + curl -s https://codecov.io/bash 08:32:47 08:32:47 _____ _ 08:32:47 / ____| | | 08:32:47 | | ___ __| | ___ ___ _____ __ 08:32:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:32:47 | |___| (_) | (_| | __/ (_| (_) \ V / 08:32:47 \_____\___/ \__,_|\___|\___\___/ \_/ 08:32:47 Bash-1.0.6 08:32:47 08:32:47 08:32:47 ==> git version 2.25.1 found 08:32:47 ==> 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 08:32:47 Release-Date: 2020-01-08 08:32:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:32:47 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:32:47 ==> Jenkins CI detected. 08:32:47 current dir:  /w/workspace/exfoundry_device-virtual-go_main 08:32:47 project root: . 08:32:47 --> token set from env 08:32:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:32:47 ==> Running gcov in . (disable via -X gcov) 08:32:47 ==> Python coveragepy not found 08:32:47 ==> Searching for coverage reports in: 08:32:47 + . 08:32:47 -> Found 1 reports 08:32:47 ==> Detecting git/mercurial file structure 08:32:47 ==> Reading reports 08:32:47 + ./coverage.out bytes=44127 08:32:47 ==> Appending adjustments 08:32:47 https://docs.codecov.io/docs/fixing-reports 08:32:47 + Found adjustments 08:32:47 ==> Gzipping contents 08:32:47 8.0K /tmp/codecov.RWV8pg.gz 08:32:47 ==> Uploading reports 08:32:47 url: https://codecov.io 08:32:47 query: branch=main&commit=3f1e673898a8ef42faca444c63d377d06123e36f&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:32:47 -> Pinging Codecov 08:32:47 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=3f1e673898a8ef42faca444c63d377d06123e36f&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:32:47 -> Uploading to 08:32:47 https://storage.googleapis.com/codecov/v4/raw/2023-03-14/5E52B4B073DB2E39498172D8E973AA87/3f1e673898a8ef42faca444c63d377d06123e36f/0c74432e-08a5-40da-a7ed-27545ab0d242.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230314T083247Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b8c07f1a44e95f99e276892ba5979970aee25add38c495b4130cbd6c3e8bae2 08:32:47 % Total % Received % Xferd Average Speed Time Time Time Current 08:32:47 Dload Upload Total Spent Left Speed 08:32:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5414 0 0 100 5414 0 19977 --:--:-- --:--:-- --:--:-- 19977 08:32:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] } 08:32:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:32:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:32:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:32:48 08:32:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:32:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:32:48 df9b9388f04a: Pulling fs layer 08:32:48 52dc419b0ee2: Pulling fs layer 08:32:48 25bc292e5bac: Pulling fs layer 08:32:48 114826534d7a: Pulling fs layer 08:32:48 4657fd5d0bcf: Pulling fs layer 08:32:48 6ad1cebc031e: Pulling fs layer 08:32:48 8a3aa393b2d8: Pulling fs layer 08:32:48 4657fd5d0bcf: Waiting 08:32:48 8a3aa393b2d8: Waiting 08:32:48 6ad1cebc031e: Waiting 08:32:48 114826534d7a: Waiting 08:32:48 25bc292e5bac: Verifying Checksum 08:32:48 25bc292e5bac: Download complete 08:32:48 52dc419b0ee2: Verifying Checksum 08:32:48 4657fd5d0bcf: Verifying Checksum 08:32:48 4657fd5d0bcf: Download complete 08:32:48 df9b9388f04a: Download complete 08:32:48 df9b9388f04a: Pull complete 08:32:48 6ad1cebc031e: Verifying Checksum 08:32:48 6ad1cebc031e: Download complete 08:32:49 52dc419b0ee2: Pull complete 08:32:49 25bc292e5bac: Pull complete 08:32:49 114826534d7a: Verifying Checksum 08:32:49 114826534d7a: Download complete 08:32:49 8a3aa393b2d8: Verifying Checksum 08:32:49 8a3aa393b2d8: Download complete 08:32:52 114826534d7a: Pull complete 08:32:52 4657fd5d0bcf: Pull complete 08:32:53 6ad1cebc031e: Pull complete 08:32:56 8a3aa393b2d8: Pull complete 08:32:56 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 08:32:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:32:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:32:56 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:32:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:32:59 $ docker top e3d71dc96412811065b2982a1a4500762445de36ea3d6eb73314322516c9ed7f -eo pid,comm [Pipeline] { [Pipeline] echo 08:32:59 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 08:32:59 + set -o pipefail 08:32:59 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 08:33:04 08:33:04 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 08:33:04 08:33:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/9704da36-5340-451a-a4d9-ece6bebc49c2 08:33:04 08:33:04 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 08:33:04 08:33:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:33:04 08:33:04 08:33:04 A medium severity vulnerability was found in the Snyk CLI versions you are using. 08:33:04 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 08:33:04 More details here: https://snyk.co/ue1NS 08:33:04 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 08:33:04 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:33:04 $ docker stop --time=1 e3d71dc96412811065b2982a1a4500762445de36ea3d6eb73314322516c9ed7f 08:33:07 $ docker rm -f --volumes e3d71dc96412811065b2982a1a4500762445de36ea3d6eb73314322516c9ed7f [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 08:33:08 + git log --format=format:%s -1 3f1e673898a8ef42faca444c63d377d06123e36f [Pipeline] sh 08:33:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:33:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:33:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:08 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:33:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:33:09 $ docker top 4f5ab0a99166cd4d3b457107681e838689d7f094a2199a0e79751922bf793583 -eo pid,comm 08:33:09 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:33:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:33:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:33:09 [ssh-agent] Looking for ssh-agent implementation... 08:33:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:33:09 $ docker exec 4f5ab0a99166cd4d3b457107681e838689d7f094a2199a0e79751922bf793583 ssh-agent 08:33:09 SSH_AUTH_SOCK=/tmp/ssh-qKVYSPfhHdGj/agent.32 08:33:09 SSH_AGENT_PID=38 08:33:09 Running ssh-add (command line suppressed) 08:33:09 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8341525901953644908.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8341525901953644908.key) 08:33:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:33:09 + git semver tag 08:33:10 2023-03-14 08:33:10,172 [run_tag] DEBUG tag force:False 08:33:10 2023-03-14 08:33:10,172 [check_head_tag] DEBUG check head tag 08:33:10 2023-03-14 08:33:10,174 [execute] INFO git cat-file --batch-check 08:33:10 2023-03-14 08:33:10,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 08:33:10 2023-03-14 08:33:10,179 [execute] INFO git cat-file --batch 08:33:10 2023-03-14 08:33:10,179 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 08:33:10 2023-03-14 08:33:10,201 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:33:10 2023-03-14 08:33:10,201 [execute] INFO git tag -a v3.0.0-dev.21 -m v3.0.0-dev.21 08:33:10 2023-03-14 08:33:10,201 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.21', '-m', 'v3.0.0-dev.21'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 08:33:10 2023-03-14 08:33:10,207 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:33:10 3.0.0-dev.21 [Pipeline] } 08:33:10 $ docker exec --env ******** --env ******** 4f5ab0a99166cd4d3b457107681e838689d7f094a2199a0e79751922bf793583 ssh-agent -k 08:33:10 unset SSH_AUTH_SOCK; 08:33:10 unset SSH_AGENT_PID; 08:33:10 echo Agent pid 38 killed; 08:33:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:10 + git semver [Pipeline] } 08:33:11 $ docker stop --time=1 4f5ab0a99166cd4d3b457107681e838689d7f094a2199a0e79751922bf793583 08:33:12 $ docker rm -f --volumes 4f5ab0a99166cd4d3b457107681e838689d7f094a2199a0e79751922bf793583 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:33:12 08:33:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:33:13 0.23.1-centos7: Pulling from edgex-lftools 08:33:13 ab5ef0e58194: Pulling fs layer 08:33:13 9712f1f96733: Pulling fs layer 08:33:13 63f879dbbcfc: Pulling fs layer 08:33:13 0d9ebad4ef96: Pulling fs layer 08:33:13 e9a5061849ea: Pulling fs layer 08:33:13 d747dcd14b5f: Pulling fs layer 08:33:13 2de7ff778b66: Pulling fs layer 08:33:13 e9a5061849ea: Waiting 08:33:13 d747dcd14b5f: Waiting 08:33:13 2de7ff778b66: Waiting 08:33:13 0d9ebad4ef96: Waiting 08:33:13 9712f1f96733: Download complete 08:33:13 63f879dbbcfc: Verifying Checksum 08:33:13 63f879dbbcfc: Download complete 08:33:13 e9a5061849ea: Verifying Checksum 08:33:13 e9a5061849ea: Download complete 08:33:13 d747dcd14b5f: Verifying Checksum 08:33:13 d747dcd14b5f: Download complete 08:33:14 0d9ebad4ef96: Verifying Checksum 08:33:14 0d9ebad4ef96: Download complete 08:33:14 ab5ef0e58194: Download complete 08:33:14 2de7ff778b66: Verifying Checksum 08:33:14 2de7ff778b66: Download complete 08:33:17 ab5ef0e58194: Pull complete 08:33:17 9712f1f96733: Pull complete 08:33:17 63f879dbbcfc: Pull complete 08:33:21 0d9ebad4ef96: Pull complete 08:33:21 e9a5061849ea: Pull complete 08:33:21 d747dcd14b5f: Pull complete 08:33:23 2de7ff778b66: Pull complete 08:33:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:33:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:33:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:23 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:33:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:33:26 $ docker top fd3538e8a84ede4a134a858469037d54268eab12d7bba0ce64c4ec8bd5d54ff8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:33:26 provisioning config files... 08:33:26 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2456316200967118679tmp 08:33:26 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14457423767076549108tmp 08:33:26 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4840371498215958766tmp [Pipeline] { [Pipeline] echo 08:33:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:33:27 ---> sigul-configuration.sh 08:33:27 gpg: directory `/root/.gnupg' created 08:33:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:33:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:33:27 gpg: keyring `/root/.gnupg/secring.gpg' created 08:33:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:33:27 gpg: CAST5 encrypted data 08:33:27 gpg: encrypted with 1 passphrase 08:33:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:33:27 + mkdir /home/jenkins 08:33:27 + mkdir /home/jenkins/sigul [Pipeline] sh 08:33:27 + 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 08:33:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:33:27 ---> sigul-install.sh 08:33:27 Sigul already installed; skipping installation. [Pipeline] sh 08:33:28 + git tag --list 08:33:28 v1.0.0 08:33:28 v1.1.0 08:33:28 v1.1.1 08:33:28 v1.2.1 08:33:28 v1.2.2 08:33:28 v1.2.3 08:33:28 v1.3.0 08:33:28 v1.3.1 08:33:28 v2.0.0 08:33:28 v2.1.0 08:33:28 v2.1.1 08:33:28 v2.1.1-dev.1 08:33:28 v2.1.1-dev.2 08:33:28 v2.2.0 08:33:28 v2.2.1-dev.1 08:33:28 v2.2.1-dev.2 08:33:28 v2.2.1-dev.3 08:33:28 v2.2.1-dev.4 08:33:28 v2.2.1-dev.5 08:33:28 v2.2.1-dev.6 08:33:28 v2.2.1-dev.7 08:33:28 v2.2.1-dev.8 08:33:28 v2.3.0 08:33:28 v2.3.0-dev.10 08:33:28 v2.3.0-dev.11 08:33:28 v2.3.0-dev.12 08:33:28 v2.3.0-dev.13 08:33:28 v2.3.0-dev.14 08:33:28 v2.3.0-dev.15 08:33:28 v2.3.0-dev.16 08:33:28 v2.3.0-dev.17 08:33:28 v2.3.0-dev.18 08:33:28 v2.3.0-dev.19 08:33:28 v2.3.0-dev.20 08:33:28 v2.3.0-dev.21 08:33:28 v2.3.0-dev.22 08:33:28 v2.3.0-dev.23 08:33:28 v2.3.0-dev.24 08:33:28 v2.3.0-dev.25 08:33:28 v2.3.0-dev.26 08:33:28 v2.3.0-dev.27 08:33:28 v2.3.0-dev.28 08:33:28 v2.3.0-dev.29 08:33:28 v2.3.0-dev.30 08:33:28 v2.3.0-dev.8 08:33:28 v2.3.0-dev.9 08:33:28 v3.0.0-dev.1 08:33:28 v3.0.0-dev.10 08:33:28 v3.0.0-dev.11 08:33:28 v3.0.0-dev.12 08:33:28 v3.0.0-dev.13 08:33:28 v3.0.0-dev.14 08:33:28 v3.0.0-dev.15 08:33:28 v3.0.0-dev.16 08:33:28 v3.0.0-dev.17 08:33:28 v3.0.0-dev.18 08:33:28 v3.0.0-dev.19 08:33:28 v3.0.0-dev.2 08:33:28 v3.0.0-dev.20 08:33:28 v3.0.0-dev.21 08:33:28 v3.0.0-dev.3 08:33:28 v3.0.0-dev.4 08:33:28 v3.0.0-dev.5 08:33:28 v3.0.0-dev.6 08:33:28 v3.0.0-dev.7 08:33:28 v3.0.0-dev.8 08:33:28 v3.0.0-dev.9 [Pipeline] sh 08:33:28 + lftools sign git-tag v3.0.0-dev.21 08:33:29 Signing Git tag with Sigul... 08:33:29 Signing v3.0.0-dev.21 [Pipeline] echo 08:33:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:33:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:33:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:33:29 $ docker stop --time=1 fd3538e8a84ede4a134a858469037d54268eab12d7bba0ce64c4ec8bd5d54ff8 08:33:30 $ docker rm -f --volumes fd3538e8a84ede4a134a858469037d54268eab12d7bba0ce64c4ec8bd5d54ff8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:33:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:33:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:33:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:31 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:33:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:33:32 $ docker top 847a64c26f745224d621e8bd0ce3788d9ab2a7180f71e05502e8de6150e2eada -eo pid,comm 08:33:32 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). 08:33:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:33:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:33:32 [ssh-agent] Looking for ssh-agent implementation... 08:33:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:33:32 $ docker exec 847a64c26f745224d621e8bd0ce3788d9ab2a7180f71e05502e8de6150e2eada ssh-agent 08:33:32 SSH_AUTH_SOCK=/tmp/ssh-0bbj6qPBHiu6/agent.31 08:33:32 SSH_AGENT_PID=37 08:33:32 Running ssh-add (command line suppressed) 08:33:32 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12359917172344661180.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12359917172344661180.key) 08:33:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:33:32 + git semver bump pre 08:33:33 2023-03-14 08:33:33,122 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:33:33 2023-03-14 08:33:33,123 [bump_version] DEBUG bumping version:3.0.0-dev.21 on axis:pre with prefix:dev 08:33:33 2023-03-14 08:33:33,123 [bump_version] DEBUG bumped version:3.0.0-dev.22 08:33:33 2023-03-14 08:33:33,123 [write_version] DEBUG write version:3.0.0-dev.22 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 08:33:33 2023-03-14 08:33:33,123 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:33:33 2023-03-14 08:33:33,123 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:33:33 2023-03-14 08:33:33,125 [execute] INFO git cat-file --batch-check 08:33:33 2023-03-14 08:33:33,125 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:33:33 2023-03-14 08:33:33,130 [execute] INFO git cat-file --batch 08:33:33 2023-03-14 08:33:33,130 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:33:33 2023-03-14 08:33:33,135 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:33:33 3.0.0-dev.22 [Pipeline] } 08:33:33 $ docker exec --env ******** --env ******** 847a64c26f745224d621e8bd0ce3788d9ab2a7180f71e05502e8de6150e2eada ssh-agent -k 08:33:33 unset SSH_AUTH_SOCK; 08:33:33 unset SSH_AGENT_PID; 08:33:33 echo Agent pid 37 killed; 08:33:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:33 + git semver [Pipeline] } 08:33:33 $ docker stop --time=1 847a64c26f745224d621e8bd0ce3788d9ab2a7180f71e05502e8de6150e2eada 08:33:35 $ docker rm -f --volumes 847a64c26f745224d621e8bd0ce3788d9ab2a7180f71e05502e8de6150e2eada [Pipeline] // withDockerContainer [Pipeline] sh 08:33:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:33:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:33:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:35 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:33:36 $ docker top db8192da7d71d56832b943bdd44792387a5a498c3c2fee873d5665b5ee967b9e -eo pid,comm 08:33:36 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). 08:33:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:33:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:33:36 [ssh-agent] Looking for ssh-agent implementation... 08:33:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:33:36 $ docker exec db8192da7d71d56832b943bdd44792387a5a498c3c2fee873d5665b5ee967b9e ssh-agent 08:33:36 SSH_AUTH_SOCK=/tmp/ssh-Q2Z5hTjXVLQM/agent.31 08:33:36 SSH_AGENT_PID=37 08:33:36 Running ssh-add (command line suppressed) 08:33:36 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1695793178401939131.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1695793178401939131.key) 08:33:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:33:36 + git semver push 08:33:37 2023-03-14 08:33:37,158 [run_push] DEBUG push 08:33:37 2023-03-14 08:33:37,159 [execute] INFO git cat-file --batch-check 08:33:37 2023-03-14 08:33:37,159 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:33:37 2023-03-14 08:33:37,163 [execute] INFO git rev-list b75a9613597673f1e2df4da6765d11eee6c90ea3 -- 08:33:37 2023-03-14 08:33:37,164 [execute] DEBUG Popen(['git', 'rev-list', 'b75a9613597673f1e2df4da6765d11eee6c90ea3', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 08:33:37 2023-03-14 08:33:37,174 [execute] INFO git fetch -v origin 08:33:37 2023-03-14 08:33:37,174 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 08:33:37 2023-03-14 08:33:37,729 [run_push] DEBUG no remote changes detected 08:33:37 2023-03-14 08:33:37,730 [execute] INFO git push origin semver 08:33:37 2023-03-14 08:33:37,730 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 08:33:38 2023-03-14 08:33:38,568 [run_push] DEBUG push all version tags 08:33:38 2023-03-14 08:33:38,569 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:33:38 2023-03-14 08:33:38,569 [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) 08:33:39 2023-03-14 08:33:39,357 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:33:39 3.0.0-dev.22 [Pipeline] } 08:33:39 $ docker exec --env ******** --env ******** db8192da7d71d56832b943bdd44792387a5a498c3c2fee873d5665b5ee967b9e ssh-agent -k 08:33:39 unset SSH_AUTH_SOCK; 08:33:39 unset SSH_AGENT_PID; 08:33:39 echo Agent pid 37 killed; 08:33:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:40 + git semver [Pipeline] } 08:33:40 $ docker stop --time=1 db8192da7d71d56832b943bdd44792387a5a498c3c2fee873d5665b5ee967b9e 08:33:41 $ docker rm -f --volumes db8192da7d71d56832b943bdd44792387a5a498c3c2fee873d5665b5ee967b9e [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 08:33:42 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 08:33:42 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 08:33:42 total 16 08:33:42 drwxr-xr-x 3 root root 4096 Mar 14 08:24 . 08:33:42 drwxrwxr-x 10 jenkins jenkins 4096 Mar 14 08:33 .. 08:33:42 drwxr-xr-x 2 root root 4096 Mar 14 08:24 cost 08:33:42 -rw-r--r-- 1 root root 88 Mar 14 08:24 cost.csv 08:33:42 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 08:33:42 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 08:33:42 total 16 08:33:42 drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 08:24 . 08:33:42 drwxrwxr-x 10 jenkins jenkins 4096 Mar 14 08:33 .. 08:33:42 drwxr-xr-x 2 jenkins jenkins 4096 Mar 14 08:24 cost 08:33:42 -rw-r--r-- 1 jenkins jenkins 88 Mar 14 08:24 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:33:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:33:43 ---> package-listing.sh 08:33:43 ++ facter osfamily 08:33:43 ++ tr '[:upper:]' '[:lower:]' 08:33:43 + OS_FAMILY=debian 08:33:43 + workspace=/w/workspace/exfoundry_device-virtual-go_main 08:33:43 + START_PACKAGES=/tmp/packages_start.txt 08:33:43 + END_PACKAGES=/tmp/packages_end.txt 08:33:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:33:43 + PACKAGES=/tmp/packages_start.txt 08:33:43 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 08:33:43 + PACKAGES=/tmp/packages_end.txt 08:33:43 + case "${OS_FAMILY}" in 08:33:43 + dpkg -l 08:33:43 + grep '^ii' 08:33:43 + '[' -f /tmp/packages_start.txt ']' 08:33:43 + '[' -f /tmp/packages_end.txt ']' 08:33:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:33:43 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 08:33:43 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 08:33:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 08:33:43 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 08:33:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:33:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:44 prd-ubuntu20.04-docker-8c-8g-91 does not seem to be running inside a container 08:33:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:33:44 $ docker top 2b705ad38e90994c900070fd7f77ae0d14fb6ec6e2fa0599e8dd008feaf5eabf -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:45 + touch /tmp/pre-build-complete [Pipeline] sh 08:33:45 + mkdir -p /var/log/sysstat [Pipeline] sh 08:33:45 + ls /var/log/sa-host 08:33:45 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:33:45 provisioning config files... 08:33:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3875542206959873668tmp [Pipeline] { [Pipeline] echo 08:33:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:33:46 ---> create-netrc.sh [Pipeline] } 08:33:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:33:46 ---> python-tools-install.sh [Pipeline] echo 08:33:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:33:46 ---> sudo-logs.sh 08:33:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:33:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:33:47 ---> job-cost.sh 08:33:47 lf-activate-venv: SKIPPING 08:33:47 DEBUG: total: 0.2199999988079071 08:33:47 INFO: Retrieving Stack Cost... 08:33:47 INFO: Retrieving Pricing Info for: v3-standard-8 08:33:48 INFO: Archiving Costs [Pipeline] echo 08:33:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:33:48 ---> logs-deploy.sh 08:33:48 lf-activate-venv: SKIPPING 08:33:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/92 08:33:48 INFO: archiving workspace using pattern(s): 08:33:49 Archives upload complete. 08:33:49 INFO: archiving logs to Nexus 08:33:50 ---> uname -a: 08:33:50 Linux prd-ubuntu20-04-docker-8c-8g-91 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:33:50 08:33:50 08:33:50 ---> lscpu: 08:33:50 Architecture: x86_64 08:33:50 CPU op-mode(s): 32-bit, 64-bit 08:33:50 Byte Order: Little Endian 08:33:50 Address sizes: 40 bits physical, 48 bits virtual 08:33:50 CPU(s): 8 08:33:50 On-line CPU(s) list: 0-7 08:33:50 Thread(s) per core: 1 08:33:50 Core(s) per socket: 1 08:33:50 Socket(s): 8 08:33:50 NUMA node(s): 1 08:33:50 Vendor ID: AuthenticAMD 08:33:50 CPU family: 23 08:33:50 Model: 49 08:33:50 Model name: AMD EPYC-Rome Processor 08:33:50 Stepping: 0 08:33:50 CPU MHz: 2799.998 08:33:50 BogoMIPS: 5599.99 08:33:50 Virtualization: AMD-V 08:33:50 Hypervisor vendor: KVM 08:33:50 Virtualization type: full 08:33:50 L1d cache: 256 KiB 08:33:50 L1i cache: 256 KiB 08:33:50 L2 cache: 4 MiB 08:33:50 L3 cache: 128 MiB 08:33:50 NUMA node0 CPU(s): 0-7 08:33:50 Vulnerability Itlb multihit: Not affected 08:33:50 Vulnerability L1tf: Not affected 08:33:50 Vulnerability Mds: Not affected 08:33:50 Vulnerability Meltdown: Not affected 08:33:50 Vulnerability Mmio stale data: Not affected 08:33:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:33:50 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:33:50 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:33:50 Vulnerability Srbds: Not affected 08:33:50 Vulnerability Tsx async abort: Not affected 08:33:50 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 08:33:50 08:33:50 08:33:50 ---> nproc: 08:33:50 8 08:33:50 08:33:50 08:33:50 ---> df -h: 08:33:50 Filesystem Size Used Avail Use% Mounted on 08:33:50 overlay 155G 13G 143G 9% / 08:33:50 tmpfs 64M 0 64M 0% /dev 08:33:50 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:33:50 shm 64M 0 64M 0% /dev/shm 08:33:50 /dev/vda1 155G 13G 143G 9% /facter-os 08:33:50 08:33:50 08:33:50 ---> sar -b -r -n DEV: 08:33:50 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-91) 03/14/23 _x86_64_ (8 CPU) 08:33:50 08:33:50 08:21:46 LINUX RESTART (8 CPU) 08:33:50 08:33:50 08:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:33:50 08:23:01 196.85 48.83 148.02 0.00 5436.05 114651.65 0.00 08:33:50 08:24:01 174.94 0.85 174.09 0.00 10.13 57307.38 0.00 08:33:50 08:25:01 114.60 0.03 114.56 0.00 0.40 34308.02 0.00 08:33:50 08:26:02 2.33 0.00 2.33 0.00 0.00 26.55 0.00 08:33:50 08:27:01 29.37 9.41 19.96 0.00 2932.52 2545.74 0.00 08:33:50 08:28:01 28.62 1.33 27.29 0.00 2270.84 6313.63 0.00 08:33:50 08:29:01 5.57 1.03 4.53 0.00 22.00 107.05 0.00 08:33:50 08:30:01 1.98 0.00 1.98 0.00 0.00 23.73 0.00 08:33:50 08:31:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 08:33:50 08:32:01 1.93 0.00 1.93 0.00 0.00 22.53 0.00 08:33:50 08:33:01 31.16 0.23 30.93 0.00 13.86 26889.39 0.00 08:33:50 Average: 53.56 5.61 47.95 0.00 968.53 22049.59 0.00 08:33:50 08:33:50 08:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:33:50 08:23:01 28823252 31568332 736120 2.24 92092 2894068 1954720 5.76 1068008 2588252 263396 08:33:50 08:24:01 28224212 31434928 863424 2.63 148136 3254336 2159304 6.36 1365456 2828488 9984 08:33:50 08:25:01 27641832 31568600 730980 2.22 158480 3915520 1746512 5.15 1281616 3452176 344 08:33:50 08:26:02 27640956 31567892 731208 2.22 158516 3915520 1746512 5.15 1281328 3452176 24 08:33:50 08:27:01 27347224 31554012 733636 2.23 176048 4166764 1790212 5.28 1432560 3571848 66420 08:33:50 08:28:01 27115684 31550800 735044 2.24 192132 4371108 1833808 5.40 1601272 3622384 164 08:33:50 08:29:01 27123960 31555340 729656 2.22 190728 4368472 1826420 5.38 1594844 3619716 4 08:33:50 08:30:01 27124904 31556332 728592 2.22 190792 4368476 1826420 5.38 1594784 3619724 12 08:33:50 08:31:01 27124944 31556432 728436 2.22 190872 4368468 1809704 5.33 1594900 3619728 8 08:33:50 08:32:01 27124548 31556388 728632 2.22 190944 4368484 1809704 5.33 1595252 3619972 24 08:33:50 08:33:01 26111580 31437584 841800 2.56 201408 5180304 1949556 5.75 1752688 4395436 108124 08:33:50 Average: 27400281 31536967 753412 2.29 171832 4106502 1859352 5.48 1469337 3489991 40773 08:33:50 08:33:50 08:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:33:50 08:23:01 vethaa9b1c0 116.04 177.22 10.97 746.09 0.00 0.00 0.00 0.06 08:33:50 08:23:01 lo 6.80 6.80 0.65 0.65 0.00 0.00 0.00 0.00 08:33:50 08:23:01 docker0 144.45 212.21 11.52 1001.10 0.00 0.00 0.00 0.00 08:33:50 08:23:01 ens3 907.71 607.38 7639.82 106.66 0.00 0.00 0.00 0.00 08:33:50 08:24:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 08:33:50 08:24:01 veth67611d2 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:33:50 08:24:01 docker0 70.42 136.89 5.17 1171.44 0.00 0.00 0.00 0.00 08:33:50 08:24:01 ens3 179.25 96.67 1210.56 22.68 0.00 0.00 0.00 0.00 08:33:50 08:25:01 lo 7.20 7.20 0.70 0.70 0.00 0.00 0.00 0.00 08:33:50 08:25:01 docker0 1.73 4.12 0.11 41.07 0.00 0.00 0.00 0.00 08:33:50 08:25:01 ens3 202.37 157.94 2642.07 320.33 0.00 0.00 0.00 0.00 08:33:50 08:26:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:33:50 08:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:26:02 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:33:50 08:27:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 08:33:50 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:27:01 ens3 90.68 47.75 1452.72 3.48 0.00 0.00 0.00 0.00 08:33:50 08:28:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 08:33:50 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:28:01 ens3 100.17 56.00 1375.18 3.84 0.00 0.00 0.00 0.00 08:33:50 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:29:01 ens3 1.55 1.28 6.36 0.39 0.00 0.00 0.00 0.00 08:33:50 08:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:33:50 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:30:01 ens3 5.08 2.95 7.70 0.22 0.00 0.00 0.00 0.00 08:33:50 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:31:01 ens3 0.43 0.03 0.05 0.00 0.00 0.00 0.00 0.00 08:33:50 08:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:33:50 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:50 08:32:01 ens3 0.65 0.57 0.27 0.23 0.00 0.00 0.00 0.00 08:33:50 08:33:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 08:33:50 08:33:01 docker0 32.59 55.79 2.54 581.97 0.00 0.00 0.00 0.00 08:33:50 08:33:01 veth7f24eeb 32.59 55.84 2.99 581.98 0.00 0.00 0.00 0.05 08:33:50 08:33:01 ens3 232.86 127.83 4558.53 15.75 0.00 0.00 0.00 0.00 08:33:50 Average: lo 1.55 1.55 0.15 0.15 0.00 0.00 0.00 0.00 08:33:50 Average: docker0 22.69 37.24 1.76 254.53 0.00 0.00 0.00 0.00 08:33:50 Average: veth7f24eeb 2.97 5.08 0.27 52.98 0.00 0.00 0.00 0.00 08:33:50 Average: ens3 156.55 99.95 1718.03 43.11 0.00 0.00 0.00 0.00 08:33:50 08:33:50 08:33:50 ---> sar -P ALL: 08:33:50 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-91) 03/14/23 _x86_64_ (8 CPU) 08:33:50 08:33:50 08:21:46 LINUX RESTART (8 CPU) 08:33:50 08:33:50 08:22:01 CPU %user %nice %system %iowait %steal %idle 08:33:50 08:23:01 all 10.89 0.00 4.09 2.55 0.06 82.42 08:33:50 08:23:01 0 10.37 0.00 3.88 2.52 0.07 83.16 08:33:50 08:23:01 1 12.59 0.00 3.06 1.78 0.05 82.51 08:33:50 08:23:01 2 10.42 0.00 3.44 0.89 0.05 85.19 08:33:50 08:23:01 3 13.94 0.00 5.13 0.64 0.07 80.22 08:33:50 08:23:01 4 10.49 0.00 4.61 3.07 0.05 81.77 08:33:50 08:23:01 5 9.73 0.00 3.51 5.20 0.05 81.51 08:33:50 08:23:01 6 9.66 0.00 3.79 2.79 0.05 83.71 08:33:50 08:23:01 7 9.85 0.00 5.26 3.53 0.10 81.25 08:33:50 08:24:01 all 31.81 0.00 6.61 2.37 0.08 59.13 08:33:50 08:24:01 0 31.29 0.00 6.80 2.77 0.07 59.07 08:33:50 08:24:01 1 32.30 0.00 6.30 0.40 0.07 60.93 08:33:50 08:24:01 2 29.92 0.00 5.64 0.64 0.07 63.74 08:33:50 08:24:01 3 32.69 0.00 6.62 0.29 0.07 60.34 08:33:50 08:24:01 4 32.43 0.00 6.47 1.18 0.08 59.84 08:33:50 08:24:01 5 32.12 0.00 7.02 1.04 0.08 59.74 08:33:50 08:24:01 6 31.98 0.00 6.51 1.94 0.08 59.49 08:33:50 08:24:01 7 31.78 0.00 7.55 10.77 0.08 49.81 08:33:50 08:25:01 all 16.95 0.00 3.87 1.20 0.07 77.91 08:33:50 08:25:01 0 14.66 0.00 3.40 4.19 0.05 77.70 08:33:50 08:25:01 1 17.89 0.00 4.47 3.89 0.07 73.68 08:33:50 08:25:01 2 17.17 0.00 3.77 0.12 0.05 78.89 08:33:50 08:25:01 3 16.31 0.00 3.44 0.12 0.07 80.07 08:33:50 08:25:01 4 17.04 0.00 4.23 0.52 0.05 78.15 08:33:50 08:25:01 5 18.30 0.00 3.17 0.51 0.05 77.98 08:33:50 08:25:01 6 17.52 0.00 3.81 0.20 0.07 78.40 08:33:50 08:25:01 7 16.73 0.00 4.69 0.03 0.12 78.43 08:33:50 08:26:02 all 0.03 0.00 0.02 0.01 0.00 99.94 08:33:50 08:26:02 0 0.00 0.00 0.00 0.00 0.00 100.00 08:33:50 08:26:02 1 0.05 0.00 0.03 0.02 0.00 99.90 08:33:50 08:26:02 2 0.03 0.00 0.02 0.00 0.00 99.95 08:33:50 08:26:02 3 0.00 0.00 0.00 0.00 0.00 100.00 08:33:50 08:26:02 4 0.00 0.00 0.02 0.00 0.00 99.98 08:33:50 08:26:02 5 0.00 0.00 0.02 0.03 0.02 99.93 08:33:50 08:26:02 6 0.10 0.00 0.00 0.00 0.00 99.90 08:33:50 08:26:02 7 0.03 0.00 0.08 0.02 0.02 99.85 08:33:50 08:27:01 all 1.19 0.00 0.82 0.28 0.01 97.69 08:33:50 08:27:01 0 1.15 0.00 0.93 0.02 0.00 97.90 08:33:50 08:27:01 1 1.77 0.00 0.61 0.02 0.02 97.59 08:33:50 08:27:01 2 1.66 0.00 1.88 0.03 0.00 96.42 08:33:50 08:27:01 3 1.38 0.00 0.83 0.54 0.02 97.23 08:33:50 08:27:01 4 1.17 0.00 0.42 0.02 0.02 98.37 08:33:50 08:27:01 5 0.56 0.00 0.56 0.66 0.02 98.19 08:33:50 08:27:01 6 0.63 0.00 0.42 0.03 0.02 98.90 08:33:50 08:27:01 7 1.17 0.00 0.88 0.95 0.03 96.96 08:33:50 08:28:01 all 1.12 0.00 0.72 0.21 0.01 97.94 08:33:50 08:28:01 0 0.38 0.00 1.72 0.05 0.02 97.83 08:33:50 08:28:01 1 1.35 0.00 0.97 0.02 0.00 97.66 08:33:50 08:28:01 2 0.92 0.00 0.52 0.02 0.02 98.53 08:33:50 08:28:01 3 1.00 0.00 0.47 0.03 0.00 98.50 08:33:50 08:28:01 4 1.07 0.00 0.62 0.50 0.00 97.81 08:33:50 08:28:01 5 3.08 0.00 0.43 0.60 0.02 95.87 08:33:50 08:28:01 6 0.63 0.00 0.45 0.38 0.02 98.51 08:33:50 08:28:01 7 0.50 0.00 0.57 0.05 0.03 98.85 08:33:50 08:29:01 all 0.37 0.00 0.10 0.01 0.01 99.50 08:33:50 08:29:01 0 0.05 0.00 0.07 0.02 0.00 99.87 08:33:50 08:29:01 1 0.27 0.00 0.13 0.00 0.02 99.58 08:33:50 08:29:01 2 0.28 0.00 0.10 0.03 0.00 99.58 08:33:50 08:29:01 3 0.03 0.00 0.08 0.00 0.02 99.87 08:33:50 08:29:01 4 0.07 0.00 0.08 0.00 0.02 99.83 08:33:50 08:29:01 5 2.09 0.00 0.12 0.07 0.02 97.72 08:33:50 08:29:01 6 0.05 0.00 0.08 0.00 0.00 99.87 08:33:50 08:29:01 7 0.08 0.00 0.15 0.00 0.02 99.75 08:33:50 08:30:01 all 0.19 0.00 0.02 0.01 0.00 99.77 08:33:50 08:30:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:33:50 08:30:01 1 0.07 0.00 0.03 0.00 0.00 99.90 08:33:50 08:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:33:50 08:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:33:50 08:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:33:50 08:30:01 5 1.31 0.00 0.08 0.05 0.02 98.55 08:33:50 08:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:33:50 08:30:01 7 0.15 0.00 0.00 0.00 0.00 99.85 08:33:50 08:31:01 all 0.06 0.00 0.01 0.00 0.01 99.92 08:33:50 08:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:33:50 08:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:33:50 08:31:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:33:50 08:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:33:50 08:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:33:50 08:31:01 5 0.03 0.00 0.02 0.02 0.02 99.92 08:33:50 08:31:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:33:50 08:31:01 7 0.32 0.00 0.02 0.00 0.00 99.67 08:33:50 08:32:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:33:50 08:32:01 0 0.00 0.00 0.02 0.03 0.00 99.95 08:33:50 08:32:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:33:50 08:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:33:50 08:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:33:50 08:32:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:33:50 08:32:01 5 0.03 0.00 0.02 0.03 0.02 99.90 08:33:50 08:32:01 6 0.03 0.00 0.03 0.00 0.00 99.93 08:33:50 08:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:33:50 08:33:01 all 3.74 0.00 1.61 0.68 0.02 93.95 08:33:50 08:33:01 0 5.08 0.00 2.24 0.30 0.03 92.34 08:33:50 08:33:01 1 3.05 0.00 1.07 0.00 0.02 95.86 08:33:50 08:33:01 2 3.52 0.00 1.41 0.00 0.02 95.05 08:33:50 08:33:01 3 4.10 0.00 1.61 0.02 0.02 94.26 08:33:50 08:33:01 4 4.00 0.00 1.06 0.02 0.00 94.93 08:33:50 08:33:01 5 2.74 0.00 1.49 0.47 0.03 95.27 08:33:50 08:33:01 6 3.44 0.00 1.55 0.59 0.02 94.41 08:33:50 08:33:01 7 3.97 0.00 2.42 4.08 0.03 89.49 08:33:50 08:33:50 Average: CPU %user %nice %system %iowait %steal %idle 08:33:50 Average: all 6.00 0.00 1.62 0.66 0.03 91.69 08:33:50 Average: 0 5.70 0.00 1.73 0.90 0.02 91.65 08:33:50 Average: 1 6.28 0.00 1.51 0.55 0.02 91.63 08:33:50 Average: 2 5.79 0.00 1.52 0.16 0.02 92.51 08:33:50 Average: 3 6.29 0.00 1.65 0.15 0.02 91.89 08:33:50 Average: 4 6.00 0.00 1.59 0.48 0.02 91.91 08:33:50 Average: 5 6.34 0.00 1.49 0.78 0.03 91.36 08:33:50 Average: 6 5.79 0.00 1.51 0.54 0.02 92.14 08:33:50 Average: 7 5.82 0.00 1.95 1.75 0.04 90.43 08:33:50 08:33:50 08:33:50