Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e5cd6c2866e9da13f1580177b0e11085f8902a5a 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-ssh10024801770348421982.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh12373960928974955833.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh16141697067255391626.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh16491966246979468851.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-ssh11269512625065558947.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6361 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 e5cd6c2866e9da13f1580177b0e11085f8902a5a (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 e5cd6c2866e9da13f1580177b0e11085f8902a5a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#341)" > git rev-list --no-walk 1522ab26941e845286473a63852d2df7c1cc35f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:53:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:53:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:53:44 ========================================================= 04:53:44 EdgeX Global Pipelines Version Info 04:53:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:53:45 ------------------- 04:53:45 stable info: 04:53:45 ------------------- 04:53:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:53:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 04:53:45 Message: update stable to v1.0.244 04:53:45 ------------------- 04:53:45 experimental info: 04:53:45 ------------------- 04:53:45 Commited By: **** collab-it+edgex@linuxfoundation.org 04:53:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 04:53:45 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5cd6c2 [Pipeline] echo 04:53:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:53:46 provisioning config files... 04:53:46 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14579094692011945861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:53:46 ---> docker-login.sh 04:53:46 nexus3.edgexfoundry.org:10001 04:53:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:48 Configure a credential helper to remove this warning. See 04:53:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:48 04:53:48 Login Succeeded 04:53:48 nexus3.edgexfoundry.org:10002 04:53:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:48 Configure a credential helper to remove this warning. See 04:53:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:48 04:53:48 Login Succeeded 04:53:48 nexus3.edgexfoundry.org:10003 04:53:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:48 Configure a credential helper to remove this warning. See 04:53:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:48 04:53:48 Login Succeeded 04:53:48 nexus3.edgexfoundry.org:10004 04:53:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:48 Configure a credential helper to remove this warning. See 04:53:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:48 04:53:48 Login Succeeded 04:53:48 docker.io 04:53:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:49 Configure a credential helper to remove this warning. See 04:53:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:49 04:53:49 Login Succeeded 04:53:49 ---> docker-login.sh ends [Pipeline] } 04:53:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:53:49 + git rev-list -1 --merges e5cd6c2866e9da13f1580177b0e11085f8902a5a~1..e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo 04:53:49 -----------> git rev-list -1 --merges e5cd6c2866e9da13f1580177b0e11085f8902a5a~1..e5cd6c2866e9da13f1580177b0e11085f8902a5a e5cd6c2866e9da13f1580177b0e11085f8902a5a [false] [Pipeline] sh 04:53:49 + git log --format=format:%s -1 e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo 04:53:49 ========================================================= 04:53:49 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:53:49 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:53:50 + git log --format=format:%s -1 e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo 04:53:50 [semverPrep] GIT_COMMIT: e5cd6c2866e9da13f1580177b0e11085f8902a5a, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#341) [Pipeline] echo 04:53:50 [semverPrep] This is not a build commit. [Pipeline] sh 04:53:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:53:50 + grep -v github /etc/ssh/ssh_known_hosts 04:53:50 + [ -e /tmp/ssh_known_hosts ] 04:53:50 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:53:50 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:53:50 + sudo tee -a /etc/ssh/ssh_known_hosts 04:53:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:53:50 04:53:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:53:51 0.1.4: Pulling from edgex-devops/py-git-semver 04:53:51 b85a868b505f: Pulling fs layer 04:53:51 e2be974225ed: Pulling fs layer 04:53:51 339a4e72a1f5: Pulling fs layer 04:53:51 988bab9f4d93: Pulling fs layer 04:53:51 1469e6f7b9e6: Pulling fs layer 04:53:51 eaf3925da568: Pulling fs layer 04:53:51 988bab9f4d93: Waiting 04:53:51 1469e6f7b9e6: Waiting 04:53:51 bab4dde63d76: Pulling fs layer 04:53:51 bde34c3a00c8: Pulling fs layer 04:53:51 eaf3925da568: Waiting 04:53:51 b352a97aabf1: Pulling fs layer 04:53:51 bab4dde63d76: Waiting 04:53:51 b352a97aabf1: Waiting 04:53:51 4872d77fe225: Pulling fs layer 04:53:51 5851b861e8e6: Pulling fs layer 04:53:51 4872d77fe225: Waiting 04:53:51 e2be974225ed: Verifying Checksum 04:53:51 e2be974225ed: Download complete 04:53:51 988bab9f4d93: Verifying Checksum 04:53:51 988bab9f4d93: Download complete 04:53:51 1469e6f7b9e6: Verifying Checksum 04:53:51 1469e6f7b9e6: Download complete 04:53:51 339a4e72a1f5: Verifying Checksum 04:53:51 339a4e72a1f5: Download complete 04:53:51 eaf3925da568: Verifying Checksum 04:53:51 eaf3925da568: Download complete 04:53:51 bde34c3a00c8: Verifying Checksum 04:53:51 bde34c3a00c8: Download complete 04:53:51 b352a97aabf1: Verifying Checksum 04:53:51 b352a97aabf1: Download complete 04:53:51 4872d77fe225: Verifying Checksum 04:53:51 4872d77fe225: Download complete 04:53:51 5851b861e8e6: Verifying Checksum 04:53:51 5851b861e8e6: Download complete 04:53:51 b85a868b505f: Verifying Checksum 04:53:51 b85a868b505f: Download complete 04:53:51 bab4dde63d76: Verifying Checksum 04:53:51 bab4dde63d76: Download complete 04:53:52 b85a868b505f: Pull complete 04:53:53 e2be974225ed: Pull complete 04:53:53 339a4e72a1f5: Pull complete 04:53:53 988bab9f4d93: Pull complete 04:53:54 1469e6f7b9e6: Pull complete 04:53:54 eaf3925da568: Pull complete 04:53:55 bab4dde63d76: Pull complete 04:53:55 bde34c3a00c8: Pull complete 04:53:55 b352a97aabf1: Pull complete 04:53:55 4872d77fe225: Pull complete 04:53:55 5851b861e8e6: Pull complete 04:53:55 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:53:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:53:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:53:56 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 04:53:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:53:58 $ docker top 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 -eo pid,comm 04:53:58 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:53:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:53:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:53:58 [ssh-agent] Looking for ssh-agent implementation... 04:53:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:53:58 $ docker exec 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent 04:53:58 SSH_AUTH_SOCK=/tmp/ssh-4diJppS0B4jR/agent.32 04:53:58 SSH_AGENT_PID=38 04:53:58 Running ssh-add (command line suppressed) 04:53:58 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4662095236934880676.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4662095236934880676.key) 04:53:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:53:59 + git tag --points-at HEAD [Pipeline] } 04:53:59 $ docker exec --env ******** --env ******** 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent -k 04:53:59 unset SSH_AUTH_SOCK; 04:53:59 unset SSH_AGENT_PID; 04:53:59 echo Agent pid 38 killed; 04:53:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:53:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:53:59 [ssh-agent] Looking for ssh-agent implementation... 04:53:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:53:59 $ docker exec 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent 04:53:59 SSH_AUTH_SOCK=/tmp/ssh-nctZieNxB5SG/agent.70 04:53:59 SSH_AGENT_PID=76 04:53:59 Running ssh-add (command line suppressed) 04:53:59 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15304161517384175912.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15304161517384175912.key) 04:53:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:53:59 + git semver init 04:54:00 2023-02-17 04:54:00,173 [run_init] DEBUG init version:0.0.0 force:False 04:54:00 2023-02-17 04:54:00,174 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 04:54:00 2023-02-17 04:54:00,174 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 04:54:00 2023-02-17 04:54:00,174 [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) 04:54:02 2023-02-17 04:54:01,715 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 04:54:02 2023-02-17 04:54:01,716 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 04:54:02 2023-02-17 04:54:01,716 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 04:54:02 2023-02-17 04:54:01,716 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 04:54:02 3.0.0-dev.13 [Pipeline] } 04:54:02 $ docker exec --env ******** --env ******** 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent -k 04:54:02 unset SSH_AUTH_SOCK; 04:54:02 unset SSH_AGENT_PID; 04:54:02 echo Agent pid 76 killed; 04:54:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:54:02 + git semver [Pipeline] } 04:54:02 $ docker stop --time=1 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 04:54:04 $ docker rm -f --volumes 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 [Pipeline] // withDockerContainer [Pipeline] sh 04:54:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:54:04 Stashed 1 file(s) [Pipeline] echo 04:54:04 [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:54:04 provisioning config files... 04:54:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12403161321370076893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:54:05 ---> docker-login.sh 04:54:05 nexus3.edgexfoundry.org:10001 04:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:05 Configure a credential helper to remove this warning. See 04:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:05 04:54:05 Login Succeeded 04:54:05 nexus3.edgexfoundry.org:10002 04:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:05 Configure a credential helper to remove this warning. See 04:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:05 04:54:05 Login Succeeded 04:54:05 nexus3.edgexfoundry.org:10003 04:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:05 Configure a credential helper to remove this warning. See 04:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:05 04:54:05 Login Succeeded 04:54:05 nexus3.edgexfoundry.org:10004 04:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:05 Configure a credential helper to remove this warning. See 04:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:05 04:54:05 Login Succeeded 04:54:05 docker.io 04:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:05 Configure a credential helper to remove this warning. See 04:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:05 04:54:05 Login Succeeded 04:54:05 ---> docker-login.sh ends [Pipeline] } 04:54:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:54:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:54:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:54:05 ========================================================= 04:54:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:54:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:05 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 04:54:05 Sending build context to Docker daemon 23.37MB 04:54:05 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 04:54:05 Step 2/12 : FROM ${BASE} AS builder 04:54:06 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:54:06 213ec9aee27d: Pulling fs layer 04:54:06 4583459ba037: Pulling fs layer 04:54:06 93c1e223e6f2: Pulling fs layer 04:54:06 53926ce57604: Pulling fs layer 04:54:06 21b2b0c7a3f4: Pulling fs layer 04:54:06 22ff95d597cd: Pulling fs layer 04:54:06 12d6caf4c0d1: Pulling fs layer 04:54:06 96b7cbca73a9: Pulling fs layer 04:54:06 a7acece74701: Pulling fs layer 04:54:06 12d6caf4c0d1: Waiting 04:54:06 22ff95d597cd: Waiting 04:54:06 53926ce57604: Waiting 04:54:06 96b7cbca73a9: Waiting 04:54:06 93c1e223e6f2: Download complete 04:54:06 4583459ba037: Verifying Checksum 04:54:06 4583459ba037: Download complete 04:54:06 21b2b0c7a3f4: Download complete 04:54:06 22ff95d597cd: Verifying Checksum 04:54:06 22ff95d597cd: Download complete 04:54:06 213ec9aee27d: Verifying Checksum 04:54:06 213ec9aee27d: Download complete 04:54:06 12d6caf4c0d1: Verifying Checksum 04:54:06 12d6caf4c0d1: Download complete 04:54:06 213ec9aee27d: Pull complete 04:54:06 4583459ba037: Pull complete 04:54:06 93c1e223e6f2: Pull complete 04:54:07 a7acece74701: Verifying Checksum 04:54:07 a7acece74701: Download complete 04:54:07 53926ce57604: Verifying Checksum 04:54:07 53926ce57604: Download complete 04:54:07 96b7cbca73a9: Verifying Checksum 04:54:07 96b7cbca73a9: Download complete 04:54:11 53926ce57604: Pull complete 04:54:11 21b2b0c7a3f4: Pull complete 04:54:11 22ff95d597cd: Pull complete 04:54:11 12d6caf4c0d1: Pull complete 04:54:13 96b7cbca73a9: Pull complete 04:54:14 a7acece74701: Pull complete 04:54:14 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 04:54:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:54:14 ---> db6d94c90886 04:54:14 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:54:18 ---> Running in c505c9f9dcb4 04:54:18 Removing intermediate container c505c9f9dcb4 04:54:18 ---> 802e9565c210 04:54:18 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:54:18 ---> Running in 31dfe7be7c50 04:54:18 Removing intermediate container 31dfe7be7c50 04:54:18 ---> 0ab647850e49 04:54:18 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:54:18 ---> Running in 1147e2237aea 04:54:18 Removing intermediate container 1147e2237aea 04:54:18 ---> 3a80f501d3e1 04:54:18 Step 6/12 : WORKDIR /device-virtual-go 04:54:18 ---> Running in 2f289a517ba5 04:54:18 Removing intermediate container 2f289a517ba5 04:54:18 ---> a15e233c8c36 04:54:18 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:54:18 ---> Running in 5a20b1ce0a6a 04:54:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:54:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:54:19 (1/4) Installing openssh-keygen (9.0_p1-r2) 04:54:19 (2/4) Installing libedit (20210910.3.1-r0) 04:54:19 (3/4) Installing openssh-client-common (9.0_p1-r2) 04:54:19 (4/4) Installing openssh-client-default (9.0_p1-r2) 04:54:19 Executing busybox-1.35.0-r17.trigger 04:54:19 OK: 216 MiB in 55 packages 04:54:19 Removing intermediate container 5a20b1ce0a6a 04:54:19 ---> dcda6f4c712f 04:54:19 Step 8/12 : COPY go.mod vendor* ./ 04:54:19 ---> f61bce20e1f3 04:54:19 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:54:19 ---> Running in 6c11af78384c 04:54:19 Still waiting to schedule task 04:54:19 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:55:06 Removing intermediate container 6c11af78384c 04:55:06 ---> f7e3b89bb01c 04:55:06 Step 10/12 : COPY . . 04:55:06 ---> 0c29b42ccf9a 04:55:06 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:55:06 ---> Running in 46996c6c39c7 04:55:06 Removing intermediate container 46996c6c39c7 04:55:06 ---> c83013ac1fc9 04:55:06 Step 12/12 : RUN $MAKE 04:55:06 ---> Running in 47446479f816 04:55:06 noop 04:55:06 Removing intermediate container 47446479f816 04:55:06 ---> 85ca8970699d 04:55:06 Successfully built 85ca8970699d 04:55:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:06 + docker inspect -f . ci-base-image-x86_64 04:55:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:06 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 04:55:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:55:07 $ docker top 3819f755c7c55ce6eed2a5a60c0318aada33772428ae69d5ff00b790d3ec74a0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:55:07 + go version 04:55:07 go version go1.18.7 linux/amd64 [Pipeline] } 04:55:07 $ docker stop --time=1 3819f755c7c55ce6eed2a5a60c0318aada33772428ae69d5ff00b790d3ec74a0 04:55:08 $ docker rm -f --volumes 3819f755c7c55ce6eed2a5a60c0318aada33772428ae69d5ff00b790d3ec74a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:09 + docker inspect -f . ci-base-image-x86_64 04:55:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:09 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 04:55:09 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:55:09 $ docker top 5319683d801b5693af4087136ec74fa45bddbb3e949c8815c2df0ddef738e6d6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:55:09 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 04:55:10 + make test 04:55:10 go test ./... -coverprofile=coverage.out 04:55:10 ? github.com/edgexfoundry/device-virtual-go [no test files] 04:55:20 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 04:55:20 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.040s coverage: 65.7% of statements 04:55:28 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 04:55:28 go vet ./... 04:55:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:55:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:55:30 ./bin/test-attribution-txt.sh [Pipeline] echo 04:55:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:55:30 $ docker stop --time=1 5319683d801b5693af4087136ec74fa45bddbb3e949c8815c2df0ddef738e6d6 04:55:33 $ docker rm -f --volumes 5319683d801b5693af4087136ec74fa45bddbb3e949c8815c2df0ddef738e6d6 [Pipeline] // withDockerContainer [Pipeline] sh 04:55:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:55:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:55:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:55:34 + ls -al . 04:55:34 total 192 04:55:34 drwxrwxr-x 9 jenkins jenkins 4096 Feb 17 04:55 . 04:55:34 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:53 .. 04:55:34 drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 04:55 .git 04:55:34 drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:53 .github 04:55:34 -rw-rw-r-- 1 jenkins jenkins 337 Feb 17 04:53 .gitignore 04:55:34 -rw-rw-r-- 1 jenkins jenkins 41 Feb 17 04:53 .golangci.yml 04:55:34 drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 04:54 .semver 04:55:34 -rw-rw-r-- 1 jenkins jenkins 8641 Feb 17 04:53 Attribution.txt 04:55:34 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 17 04:53 CHANGELOG.md 04:55:34 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 17 04:53 Dockerfile 04:55:34 -rw-rw-r-- 1 jenkins jenkins 677 Feb 17 04:53 GOVERNANCE.md 04:55:34 -rw-rw-r-- 1 jenkins jenkins 660 Feb 17 04:53 Jenkinsfile 04:55:34 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 17 04:53 LICENSE 04:55:34 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 17 04:53 Makefile 04:55:34 -rw-rw-r-- 1 jenkins jenkins 623 Feb 17 04:53 OWNERS.md 04:55:34 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 17 04:53 README.md 04:55:34 -rw-rw-r-- 1 jenkins jenkins 12 Feb 17 04:54 VERSION 04:55:34 drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 04:53 bin 04:55:34 drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:53 cmd 04:55:34 -rw-r--r-- 1 jenkins jenkins 44128 Feb 17 04:55 coverage.out 04:55:34 -rw-rw-r-- 1 jenkins jenkins 3252 Feb 17 04:53 go.mod 04:55:34 -rw-rw-r-- 1 jenkins jenkins 32588 Feb 17 04:53 go.sum 04:55:34 drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:53 internal 04:55:34 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:53 snap 04:55:34 -rw-rw-r-- 1 jenkins jenkins 235 Feb 17 04:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:34 + 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=e5cd6c2866e9da13f1580177b0e11085f8902a5a --label arch=amd64 --label version=3.0.0-dev.13 . 04:55:34 Sending build context to Docker daemon 23.42MB 04:55:34 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:55:34 Step 2/25 : FROM ${BASE} AS builder 04:55:34 ---> 85ca8970699d 04:55:34 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:55:35 ---> Running in 3e73e1487765 04:55:35 Removing intermediate container 3e73e1487765 04:55:35 ---> 9d6053c55684 04:55:35 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 04:55:35 ---> Running in 6c2a9dd32635 04:55:35 Removing intermediate container 6c2a9dd32635 04:55:35 ---> bd03a7e5da7c 04:55:35 Step 5/25 : ARG ADD_BUILD_TAGS="" 04:55:35 ---> Running in c13b98af3636 04:55:35 Removing intermediate container c13b98af3636 04:55:35 ---> 90dd1bc89572 04:55:35 Step 6/25 : WORKDIR /device-virtual-go 04:55:35 ---> Running in c1fadbd5beb9 04:55:35 Removing intermediate container c1fadbd5beb9 04:55:35 ---> 3c2e9f291af8 04:55:35 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:55:35 ---> Running in a838cbf8a9a9 04:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:55:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:55:36 OK: 216 MiB in 55 packages 04:55:36 Removing intermediate container a838cbf8a9a9 04:55:36 ---> e2a4905cff22 04:55:36 Step 8/25 : COPY go.mod vendor* ./ 04:55:36 ---> f688daffc4a1 04:55:36 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:55:36 ---> Running in cc33528da698 04:55:37 Removing intermediate container cc33528da698 04:55:37 ---> b1b7ccb8ad20 04:55:37 Step 10/25 : COPY . . 04:55:38 ---> 22e1bea248ae 04:55:38 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:55:38 ---> Running in 52e796ab4d92 04:55:38 Removing intermediate container 52e796ab4d92 04:55:38 ---> 774614ba1de4 04:55:38 Step 12/25 : RUN $MAKE 04:55:38 ---> Running in 4d58ae8942af 04:55:38 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 04:55:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6362 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 04:55:50 Running in /w/workspace/device-virtual-go/84 [Pipeline] { [Pipeline] checkout 04:55:50 The recommended git tool is: git 04:55:55 using credential edgex-jenkins-ssh 04:55:55 Cloning the remote Git repository 04:55:55 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 04:55:55 > git init /w/workspace/device-virtual-go/84 # timeout=10 04:55:56 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 04:55:56 > git --version # timeout=10 04:55:56 > git --version # 'git version 2.25.1' 04:55:56 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:55:59 Avoid second fetch 04:55:59 Checking out Revision e5cd6c2866e9da13f1580177b0e11085f8902a5a (main) 04:55:58 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 04:55:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:55:59 > git config core.sparsecheckout # timeout=10 04:55:59 > git checkout -f e5cd6c2866e9da13f1580177b0e11085f8902a5a # timeout=10 04:55:59 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#341)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:56:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:56:00 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:00 Dload Upload Total Spent Left Speed 04:56:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k 04:56:00 Removing intermediate container 4d58ae8942af 04:56:00 ---> 17732dcb4fcf 04:56:00 Step 13/25 : FROM alpine:3.16 04:56:00 3.16: Pulling from library/alpine 04:56:00 ef5531b6e74e: Pulling fs layer 04:56:00 ef5531b6e74e: Download complete 04:56:00 ef5531b6e74e: Pull complete 04:56:00 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 04:56:00 Status: Downloaded newer image for alpine:3.16 04:56:00 ---> dfd21b5a31f5 04:56:00 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 04:56:00 ---> Running in 2f46d4a9f5c3 04:56:00 Removing intermediate container 2f46d4a9f5c3 04:56:00 ---> dba39f531064 04:56:00 Step 15/25 : RUN apk add --update --no-cache dumb-init 04:56:00 ---> Running in 37cd0a94dc22 04:56:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:56:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 04:56:00 (1/1) Installing dumb-init (1.2.5-r1) 04:56:00 Executing busybox-1.35.0-r17.trigger 04:56:00 OK: 6 MiB in 15 packages 04:56:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:56:01 Removing intermediate container 37cd0a94dc22 04:56:01 ---> 7a0307f865ce 04:56:01 Step 16/25 : WORKDIR / 04:56:01 ---> Running in 57b62a1c2b12 04:56:01 Removing intermediate container 57b62a1c2b12 04:56:01 ---> 8741dad282c4 04:56:01 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 04:56:01 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 04:56:01 /etc/docker/daemon.new 04:56:01 { 04:56:01 "registry-mirrors": [ 04:56:01 "https://nexus3.edgexfoundry.org:10001" 04:56:01 ], 04:56:01 "bip": "10.250.0.254/24", 04:56:01 "hosts": [ 04:56:01 "tcp://0.0.0.0:5555", 04:56:01 "unix:///var/run/docker.sock" 04:56:01 ], 04:56:01 "mtu": 1458, 04:56:01 "selinux-enabled": true, 04:56:01 "seccomp-profile": "/etc/docker/seccomp.json" 04:56:01 } [Pipeline] sh 04:56:01 ---> 7bead470a07c 04:56:01 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 04:56:01 ---> 20dc7875e6e0 04:56:01 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 04:56:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:56:02 + sudo service docker restart 04:56:02 ---> 6c05b6feb07f 04:56:02 Step 20/25 : EXPOSE 59900 04:56:02 ---> Running in b013854ae8f9 04:56:02 Removing intermediate container b013854ae8f9 04:56:02 ---> 77729394738d 04:56:02 Step 21/25 : ENTRYPOINT ["/device-virtual"] 04:56:02 ---> Running in c818bfb5fe86 04:56:02 Removing intermediate container c818bfb5fe86 04:56:02 ---> cdab260d495f 04:56:02 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:56:02 ---> Running in 5ae8c250c47a 04:56:02 Removing intermediate container 5ae8c250c47a 04:56:02 ---> 10a6cf58885d 04:56:02 Step 23/25 : LABEL arch=amd64 04:56:02 ---> Running in 02419cf56e10 04:56:02 Removing intermediate container 02419cf56e10 04:56:02 ---> 1bbcaa5eb00f 04:56:02 Step 24/25 : LABEL git_sha=e5cd6c2866e9da13f1580177b0e11085f8902a5a 04:56:02 ---> Running in eddd275f33cf 04:56:02 Removing intermediate container eddd275f33cf 04:56:02 ---> 4b8768b8596c 04:56:02 Step 25/25 : LABEL version=3.0.0-dev.13 04:56:02 ---> Running in 73eb01e3b158 04:56:02 Removing intermediate container 73eb01e3b158 04:56:02 ---> b01c511cc06c 04:56:02 [Warning] One or more build-args [ARCH] were not consumed 04:56:02 Successfully built b01c511cc06c 04:56:02 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:56:03 provisioning config files... 04:56:03 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5843189434116216704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:56:03 ---> docker-login.sh 04:56:03 nexus3.edgexfoundry.org:10001 04:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:03 Configure a credential helper to remove this warning. See 04:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:03 04:56:03 Login Succeeded 04:56:03 nexus3.edgexfoundry.org:10002 04:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:03 Configure a credential helper to remove this warning. See 04:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:03 04:56:03 Login Succeeded 04:56:03 nexus3.edgexfoundry.org:10003 04:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:03 Configure a credential helper to remove this warning. See 04:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:03 04:56:03 Login Succeeded 04:56:03 nexus3.edgexfoundry.org:10004 04:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:03 Configure a credential helper to remove this warning. See 04:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:03 04:56:03 Login Succeeded 04:56:03 docker.io 04:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:03 Configure a credential helper to remove this warning. See 04:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:03 04:56:03 Login Succeeded 04:56:03 ---> docker-login.sh ends [Pipeline] } 04:56:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:56:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:56:04 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 04:56:04 e5cd6c2866e9da13f1580177b0e11085f8902a5a 04:56:04 latest 04:56:04 3.0.0-dev.13 04:56:04 e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 04:56:04 main 04:56:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:04 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:04 + docker push nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a 04:56:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 04:56:04 d93a945a3ea3: Preparing 04:56:04 02362d19986d: Preparing 04:56:04 1a4a3efae8b9: Preparing 04:56:04 b90a645f9cf0: Preparing 04:56:04 aa5968d388b8: Preparing 04:56:04 aa5968d388b8: Layer already exists 04:56:04 1a4a3efae8b9: Pushed 04:56:04 02362d19986d: Pushed 04:56:04 b90a645f9cf0: Pushed 04:56:07 d93a945a3ea3: Pushed 04:56:07 e5cd6c2866e9da13f1580177b0e11085f8902a5a: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:07 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:07 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 04:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 04:56:07 d93a945a3ea3: Preparing 04:56:07 02362d19986d: Preparing 04:56:07 1a4a3efae8b9: Preparing 04:56:07 b90a645f9cf0: Preparing 04:56:07 aa5968d388b8: Preparing 04:56:07 1a4a3efae8b9: Layer already exists 04:56:07 d93a945a3ea3: Layer already exists 04:56:07 b90a645f9cf0: Layer already exists 04:56:07 aa5968d388b8: Layer already exists 04:56:07 02362d19986d: Layer already exists 04:56:07 latest: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.13 04:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 04:56:08 d93a945a3ea3: Preparing 04:56:08 02362d19986d: Preparing 04:56:08 1a4a3efae8b9: Preparing 04:56:08 b90a645f9cf0: Preparing 04:56:08 aa5968d388b8: Preparing 04:56:08 1a4a3efae8b9: Layer already exists 04:56:08 02362d19986d: Layer already exists 04:56:08 aa5968d388b8: Layer already exists 04:56:08 b90a645f9cf0: Layer already exists 04:56:08 d93a945a3ea3: Layer already exists 04:56:08 3.0.0-dev.13: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 04:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 04:56:09 d93a945a3ea3: Preparing 04:56:09 02362d19986d: Preparing 04:56:09 1a4a3efae8b9: Preparing 04:56:09 b90a645f9cf0: Preparing 04:56:09 aa5968d388b8: Preparing 04:56:09 1a4a3efae8b9: Layer already exists 04:56:09 02362d19986d: Layer already exists 04:56:09 d93a945a3ea3: Layer already exists 04:56:09 b90a645f9cf0: Layer already exists 04:56:09 aa5968d388b8: Layer already exists 04:56:09 e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:09 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 04:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 04:56:09 d93a945a3ea3: Preparing 04:56:09 02362d19986d: Preparing 04:56:09 1a4a3efae8b9: Preparing 04:56:09 b90a645f9cf0: Preparing 04:56:09 aa5968d388b8: Preparing 04:56:09 02362d19986d: Layer already exists 04:56:09 b90a645f9cf0: Layer already exists 04:56:09 d93a945a3ea3: Layer already exists 04:56:09 aa5968d388b8: Layer already exists 04:56:09 1a4a3efae8b9: Layer already exists 04:56:09 main: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:56:09 ===================================================== [Pipeline] echo 04:56:09 taggedImages: 04:56:09 - nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a 04:56:09 - nexus3.edgexfoundry.org:10004/device-virtual:latest 04:56:09 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.13 04:56:09 - nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 04:56:09 - 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 04:56:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:56:10 04:56:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:56:10 latest: Pulling from edgex-lftools-log-publisher 04:56:10 5eb5b503b376: Pulling fs layer 04:56:10 5c69ac0246d0: Pulling fs layer 04:56:10 ec43610c2a17: Pulling fs layer 04:56:10 3a2ae6a8a46f: Pulling fs layer 04:56:10 33b1e0a273af: Pulling fs layer 04:56:10 3a2ae6a8a46f: Waiting 04:56:10 5d3b04190fa2: Pulling fs layer 04:56:10 2f39f015ded8: Pulling fs layer 04:56:10 5d3b04190fa2: Waiting 04:56:10 33b1e0a273af: Waiting 04:56:10 5c69ac0246d0: Verifying Checksum 04:56:10 5c69ac0246d0: Download complete 04:56:10 3a2ae6a8a46f: Download complete 04:56:10 ec43610c2a17: Verifying Checksum 04:56:10 ec43610c2a17: Download complete 04:56:10 33b1e0a273af: Verifying Checksum 04:56:10 33b1e0a273af: Download complete 04:56:10 5d3b04190fa2: Verifying Checksum 04:56:10 5d3b04190fa2: Download complete 04:56:10 5eb5b503b376: Verifying Checksum 04:56:10 5eb5b503b376: Download complete 04:56:11 2f39f015ded8: Download complete 04:56:12 5eb5b503b376: Pull complete 04:56:12 5c69ac0246d0: Pull complete 04:56:12 ec43610c2a17: Pull complete 04:56:12 3a2ae6a8a46f: Pull complete 04:56:12 33b1e0a273af: Pull complete 04:56:12 5d3b04190fa2: Pull complete 04:56:17 2f39f015ded8: Pull complete 04:56:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:56:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:56:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:17 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 04:56:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:56:22 $ docker top 3c46995c6fb559b2dae7b20bad6bc9e87a509e8697e1599f52c33b8cba37938b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 04:56:22 provisioning config files... 04:56:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/84@tmp/config13452577698590709819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:56:23 ---> job-cost.sh 04:56:23 lf-activate-venv: SKIPPING 04:56:23 INFO: No Stack... 04:56:23 ---> docker-login.sh 04:56:23 nexus3.edgexfoundry.org:10001 04:56:23 INFO: Retrieving Pricing Info for: v3-standard-8 04:56:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:23 INFO: Archiving Costs [Pipeline] sh 04:56:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:23 Configure a credential helper to remove this warning. See 04:56:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:23 04:56:23 Login Succeeded 04:56:23 nexus3.edgexfoundry.org:10002 04:56:23 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 04:56:23 + cut -d, -f6 [Pipeline] lock 04:56:23 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] 04:56:23 Resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] did not exist. Created. 04:56:23 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:24 Configure a credential helper to remove this warning. See 04:56:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:24 04:56:24 Login Succeeded 04:56:24 + echo total: 0.2199999988079071 [Pipeline] stash 04:56:24 Stashed 1 file(s) [Pipeline] } 04:56:24 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] // lock [Pipeline] } 04:56:24 $ docker stop --time=1 3c46995c6fb559b2dae7b20bad6bc9e87a509e8697e1599f52c33b8cba37938b 04:56:24 nexus3.edgexfoundry.org:10003 04:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:24 Configure a credential helper to remove this warning. See 04:56:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:24 04:56:24 Login Succeeded 04:56:24 nexus3.edgexfoundry.org:10004 04:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:24 Configure a credential helper to remove this warning. See 04:56:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:24 04:56:24 Login Succeeded 04:56:24 docker.io 04:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:25 Configure a credential helper to remove this warning. See 04:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:25 04:56:25 Login Succeeded 04:56:25 ---> docker-login.sh ends 04:56:25 $ docker rm -f --volumes 3c46995c6fb559b2dae7b20bad6bc9e87a509e8697e1599f52c33b8cba37938b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 04:56:25 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] unstash [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 04:56:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:56:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:56:25 ========================================================= 04:56:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:56:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:26 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 04:56:26 Sending build context to Docker daemon 11.83MB 04:56:26 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 04:56:26 Step 2/12 : FROM ${BASE} AS builder 04:56:28 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:56:28 9b18e9b68314: Pulling fs layer 04:56:28 35d82f9e3411: Pulling fs layer 04:56:28 e16973657156: Pulling fs layer 04:56:28 fc693d55d65f: Pulling fs layer 04:56:28 7e9fc2657dce: Pulling fs layer 04:56:28 dda99020689f: Pulling fs layer 04:56:28 db1c61fa0a46: Pulling fs layer 04:56:28 891c053d2c06: Pulling fs layer 04:56:28 fc693d55d65f: Waiting 04:56:28 7e9fc2657dce: Waiting 04:56:28 dda99020689f: Waiting 04:56:28 db1c61fa0a46: Waiting 04:56:28 891c053d2c06: Waiting 04:56:28 e16973657156: Verifying Checksum 04:56:28 e16973657156: Download complete 04:56:28 35d82f9e3411: Verifying Checksum 04:56:28 35d82f9e3411: Download complete 04:56:28 7e9fc2657dce: Verifying Checksum 04:56:28 7e9fc2657dce: Download complete 04:56:28 dda99020689f: Verifying Checksum 04:56:28 dda99020689f: Download complete 04:56:28 9b18e9b68314: Verifying Checksum 04:56:28 9b18e9b68314: Download complete 04:56:29 9b18e9b68314: Pull complete 04:56:29 891c053d2c06: Verifying Checksum 04:56:29 891c053d2c06: Download complete 04:56:29 35d82f9e3411: Pull complete 04:56:29 e16973657156: Pull complete 04:56:30 db1c61fa0a46: Verifying Checksum 04:56:30 db1c61fa0a46: Download complete 04:56:31 fc693d55d65f: Verifying Checksum 04:56:31 fc693d55d65f: Download complete 04:56:43 fc693d55d65f: Pull complete 04:56:43 7e9fc2657dce: Pull complete 04:56:43 dda99020689f: Pull complete 04:56:49 db1c61fa0a46: Pull complete 04:56:50 891c053d2c06: Pull complete 04:56:50 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 04:56:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:56:50 ---> f96f9c87975a 04:56:50 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:56:52 ---> Running in 0d2694083439 04:56:52 Removing intermediate container 0d2694083439 04:56:52 ---> 025ea412f7ac 04:56:52 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:56:52 ---> Running in f20df315e0f6 04:56:52 Removing intermediate container f20df315e0f6 04:56:52 ---> 066f2d42d02b 04:56:52 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:56:53 ---> Running in 74210a21e527 04:56:53 Removing intermediate container 74210a21e527 04:56:53 ---> addd004abe28 04:56:53 Step 6/12 : WORKDIR /device-virtual-go 04:56:53 ---> Running in e38f22ba5874 04:56:53 Removing intermediate container e38f22ba5874 04:56:53 ---> 731e50eaf85b 04:56:53 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:56:53 ---> Running in 961495735e4a 04:56:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:56:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:56:56 (1/4) Installing openssh-keygen (9.0_p1-r2) 04:56:56 (2/4) Installing libedit (20210910.3.1-r0) 04:56:56 (3/4) Installing openssh-client-common (9.0_p1-r2) 04:56:56 (4/4) Installing openssh-client-default (9.0_p1-r2) 04:56:56 Executing busybox-1.35.0-r17.trigger 04:56:56 OK: 226 MiB in 55 packages 04:56:57 Removing intermediate container 961495735e4a 04:56:57 ---> 63803df4cc13 04:56:57 Step 8/12 : COPY go.mod vendor* ./ 04:56:57 ---> d77e34b6f56a 04:56:57 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:56:57 ---> Running in 398d8d941064 04:58:05 Removing intermediate container 398d8d941064 04:58:05 ---> 318389b36f05 04:58:05 Step 10/12 : COPY . . 04:58:05 ---> 31d306b48036 04:58:05 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:58:05 ---> Running in 217fb6f79672 04:58:05 Removing intermediate container 217fb6f79672 04:58:05 ---> be4ea17e8162 04:58:05 Step 12/12 : RUN $MAKE 04:58:05 ---> Running in 32da6f6af0bf 04:58:05 noop 04:58:05 Removing intermediate container 32da6f6af0bf 04:58:05 ---> 7fcce8495516 04:58:05 Successfully built 7fcce8495516 04:58:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:58:06 + docker inspect -f . ci-base-image-arm64 04:58:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:58:06 prd-ubuntu20.04-docker-arm64-4c-16g-6362 does not seem to be running inside a container 04:58:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/84 -v /w/workspace/device-virtual-go/84:/w/workspace/device-virtual-go/84:rw,z -v /w/workspace/device-virtual-go/84@tmp:/w/workspace/device-virtual-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:58:07 $ docker top fedcbc89b6e83e06714286871056792b26aaec14455d714327ba3b5222de6b09 -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:08 + go version 04:58:08 go version go1.18.7 linux/arm64 [Pipeline] } 04:58:08 $ docker stop --time=1 fedcbc89b6e83e06714286871056792b26aaec14455d714327ba3b5222de6b09 04:58:10 $ docker rm -f --volumes fedcbc89b6e83e06714286871056792b26aaec14455d714327ba3b5222de6b09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:58:10 + docker inspect -f . ci-base-image-arm64 04:58:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:58:10 prd-ubuntu20.04-docker-arm64-4c-16g-6362 does not seem to be running inside a container 04:58:11 $ 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/84 -v /w/workspace/device-virtual-go/84:/w/workspace/device-virtual-go/84:rw,z -v /w/workspace/device-virtual-go/84@tmp:/w/workspace/device-virtual-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:58:14 $ docker top c836ece025fef3b71c2f98f9a4f2177969c1cf73a5a79f1a19f75daf45f2f3b2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:14 + git config --global --add safe.directory /w/workspace/device-virtual-go/84 [Pipeline] fileExists [Pipeline] sh 04:58:15 + make test 04:58:15 go test ./... -coverprofile=coverage.out 04:58:16 ? github.com/edgexfoundry/device-virtual-go [no test files] 04:59:38 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 04:59:38 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.120s coverage: 65.7% of statements 04:59:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:59:38 go vet ./... 04:59:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:59:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:59:56 ./bin/test-attribution-txt.sh [Pipeline] echo 04:59:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:59:56 $ docker stop --time=1 c836ece025fef3b71c2f98f9a4f2177969c1cf73a5a79f1a19f75daf45f2f3b2 04:59:58 $ docker rm -f --volumes c836ece025fef3b71c2f98f9a4f2177969c1cf73a5a79f1a19f75daf45f2f3b2 [Pipeline] // withDockerContainer [Pipeline] sh 04:59:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:59:59 Warning: overwriting stash ‘coverage-report’ 04:59:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:00:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:00:00 + ls -al . 05:00:00 total 188 05:00:00 drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 04:58 . 05:00:00 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:55 .. 05:00:00 drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 04:55 .git 05:00:00 drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:55 .github 05:00:00 -rw-rw-r-- 1 jenkins jenkins 337 Feb 17 04:55 .gitignore 05:00:00 -rw-rw-r-- 1 jenkins jenkins 41 Feb 17 04:55 .golangci.yml 05:00:00 -rw-rw-r-- 1 jenkins jenkins 8641 Feb 17 04:55 Attribution.txt 05:00:00 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 17 04:55 CHANGELOG.md 05:00:00 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 17 04:55 Dockerfile 05:00:00 -rw-rw-r-- 1 jenkins jenkins 677 Feb 17 04:55 GOVERNANCE.md 05:00:00 -rw-rw-r-- 1 jenkins jenkins 660 Feb 17 04:55 Jenkinsfile 05:00:00 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 17 04:55 LICENSE 05:00:00 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 17 04:55 Makefile 05:00:00 -rw-rw-r-- 1 jenkins jenkins 623 Feb 17 04:55 OWNERS.md 05:00:00 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 17 04:55 README.md 05:00:00 -rw-rw-r-- 1 jenkins jenkins 12 Feb 17 04:54 VERSION 05:00:00 drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 04:55 bin 05:00:00 drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:55 cmd 05:00:00 -rw-r--r-- 1 jenkins jenkins 44128 Feb 17 04:59 coverage.out 05:00:00 -rw-rw-r-- 1 jenkins jenkins 3252 Feb 17 04:55 go.mod 05:00:00 -rw-rw-r-- 1 jenkins jenkins 32588 Feb 17 04:55 go.sum 05:00:00 drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:55 internal 05:00:00 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:55 snap 05:00:00 -rw-rw-r-- 1 jenkins jenkins 235 Feb 17 04:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:00 + 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=e5cd6c2866e9da13f1580177b0e11085f8902a5a --label arch=arm64 --label version=3.0.0-dev.13 . 05:00:01 Sending build context to Docker daemon 11.88MB 05:00:01 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 05:00:01 Step 2/25 : FROM ${BASE} AS builder 05:00:01 ---> 7fcce8495516 05:00:01 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 05:00:01 ---> Running in 2778099e4d60 05:00:01 Removing intermediate container 2778099e4d60 05:00:01 ---> abf5db1f31f4 05:00:01 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 05:00:01 ---> Running in bb69edc386c6 05:00:02 Removing intermediate container bb69edc386c6 05:00:02 ---> 6cae85e9bcce 05:00:02 Step 5/25 : ARG ADD_BUILD_TAGS="" 05:00:02 ---> Running in b45b27ef19de 05:00:02 Removing intermediate container b45b27ef19de 05:00:02 ---> 499e72cb144d 05:00:02 Step 6/25 : WORKDIR /device-virtual-go 05:00:02 ---> Running in d9cf8d2dc97f 05:00:02 Removing intermediate container d9cf8d2dc97f 05:00:02 ---> 3d3f2e2f6c12 05:00:02 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:00:02 ---> Running in 155bb2201157 05:00:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:00:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:00:05 OK: 226 MiB in 55 packages 05:00:09 Removing intermediate container 155bb2201157 05:00:09 ---> ce573ecf5e5d 05:00:09 Step 8/25 : COPY go.mod vendor* ./ 05:00:09 ---> 82d2971832d4 05:00:09 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:09 ---> Running in aa3a89c54fbb 05:00:12 Removing intermediate container aa3a89c54fbb 05:00:12 ---> 6881f3040c7b 05:00:12 Step 10/25 : COPY . . 05:00:13 ---> b575a767950a 05:00:13 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:00:13 ---> Running in e5714cd81bcf 05:00:13 Removing intermediate container e5714cd81bcf 05:00:13 ---> 48cc19320a73 05:00:13 Step 12/25 : RUN $MAKE 05:00:13 ---> Running in 5b03380c86ef 05:00:14 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 05:02:21 Removing intermediate container 5b03380c86ef 05:02:21 ---> a7ece4c3396f 05:02:21 Step 13/25 : FROM alpine:3.16 05:02:21 3.16: Pulling from library/alpine 05:02:21 3760b48202b3: Pulling fs layer 05:02:21 3760b48202b3: Verifying Checksum 05:02:21 3760b48202b3: Download complete 05:02:21 3760b48202b3: Pull complete 05:02:21 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:02:21 Status: Downloaded newer image for alpine:3.16 05:02:21 ---> 4c81e5bf8899 05:02:21 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 05:02:21 ---> Running in 6756c491b21a 05:02:21 Removing intermediate container 6756c491b21a 05:02:21 ---> f29a3af2c53a 05:02:21 Step 15/25 : RUN apk add --update --no-cache dumb-init 05:02:21 ---> Running in a169b20dbe83 05:02:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:02:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:02:23 (1/1) Installing dumb-init (1.2.5-r1) 05:02:23 Executing busybox-1.35.0-r17.trigger 05:02:23 OK: 5 MiB in 15 packages 05:02:24 Removing intermediate container a169b20dbe83 05:02:24 ---> 3e0ee2d513e1 05:02:24 Step 16/25 : WORKDIR / 05:02:24 ---> Running in a97b5ebc8372 05:02:24 Removing intermediate container a97b5ebc8372 05:02:24 ---> 88b2b6a18446 05:02:24 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 05:02:25 ---> 08fd6cff87ac 05:02:25 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 05:02:25 ---> 0a9cae36227d 05:02:25 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 05:02:27 ---> b85b0f2926b8 05:02:27 Step 20/25 : EXPOSE 59900 05:02:27 ---> Running in c3fa29aa57f5 05:02:27 Removing intermediate container c3fa29aa57f5 05:02:27 ---> dbdf0f44d89d 05:02:27 Step 21/25 : ENTRYPOINT ["/device-virtual"] 05:02:27 ---> Running in 6f4e5d6e317d 05:02:27 Removing intermediate container 6f4e5d6e317d 05:02:27 ---> 4dbca775b9cc 05:02:27 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 05:02:27 ---> Running in e05733ff72b3 05:02:27 Removing intermediate container e05733ff72b3 05:02:27 ---> 810fb0bf113c 05:02:27 Step 23/25 : LABEL arch=arm64 05:02:28 ---> Running in 1e008a5aef62 05:02:28 Removing intermediate container 1e008a5aef62 05:02:28 ---> 2f52b7a414c6 05:02:28 Step 24/25 : LABEL git_sha=e5cd6c2866e9da13f1580177b0e11085f8902a5a 05:02:28 ---> Running in e868cbbb40f1 05:02:28 Removing intermediate container e868cbbb40f1 05:02:28 ---> 344a3876fa40 05:02:28 Step 25/25 : LABEL version=3.0.0-dev.13 05:02:28 ---> Running in 96a52a020792 05:02:28 Removing intermediate container 96a52a020792 05:02:28 ---> f152aeaea6ca 05:02:28 [Warning] One or more build-args [ARCH] were not consumed 05:02:28 Successfully built f152aeaea6ca 05:02:28 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 05:02:29 provisioning config files... 05:02:29 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/84@tmp/config5366796825135081088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:02:29 ---> docker-login.sh 05:02:29 nexus3.edgexfoundry.org:10001 05:02:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:29 Configure a credential helper to remove this warning. See 05:02:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:29 05:02:29 Login Succeeded 05:02:29 nexus3.edgexfoundry.org:10002 05:02:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:29 Configure a credential helper to remove this warning. See 05:02:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:29 05:02:29 Login Succeeded 05:02:29 nexus3.edgexfoundry.org:10003 05:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:30 Configure a credential helper to remove this warning. See 05:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:30 05:02:30 Login Succeeded 05:02:30 nexus3.edgexfoundry.org:10004 05:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:30 Configure a credential helper to remove this warning. See 05:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:30 05:02:30 Login Succeeded 05:02:30 docker.io 05:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:31 Configure a credential helper to remove this warning. See 05:02:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:31 05:02:31 Login Succeeded 05:02:31 ---> docker-login.sh ends [Pipeline] } 05:02:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:02:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:02:31 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 05:02:31 e5cd6c2866e9da13f1580177b0e11085f8902a5a 05:02:31 latest 05:02:31 3.0.0-dev.13 05:02:31 e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 05:02:31 main 05:02:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:31 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:31 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a 05:02:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 05:02:31 eec14fef7f79: Preparing 05:02:31 b75bf73b9078: Preparing 05:02:31 edb9a709b8ad: Preparing 05:02:31 f174286f5bc6: Preparing 05:02:31 f70ee36035b9: Preparing 05:02:31 f70ee36035b9: Layer already exists 05:02:32 b75bf73b9078: Pushed 05:02:32 edb9a709b8ad: Pushed 05:02:32 f174286f5bc6: Pushed 05:02:37 eec14fef7f79: Pushed 05:02:37 e5cd6c2866e9da13f1580177b0e11085f8902a5a: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:37 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:38 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 05:02:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 05:02:38 eec14fef7f79: Preparing 05:02:38 b75bf73b9078: Preparing 05:02:38 edb9a709b8ad: Preparing 05:02:38 f174286f5bc6: Preparing 05:02:38 f70ee36035b9: Preparing 05:02:38 b75bf73b9078: Layer already exists 05:02:38 f70ee36035b9: Layer already exists 05:02:38 eec14fef7f79: Layer already exists 05:02:38 edb9a709b8ad: Layer already exists 05:02:38 f174286f5bc6: Layer already exists 05:02:38 latest: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:38 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:39 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.13 05:02:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 05:02:39 eec14fef7f79: Preparing 05:02:39 b75bf73b9078: Preparing 05:02:39 edb9a709b8ad: Preparing 05:02:39 f174286f5bc6: Preparing 05:02:39 f70ee36035b9: Preparing 05:02:39 edb9a709b8ad: Layer already exists 05:02:39 eec14fef7f79: Layer already exists 05:02:39 b75bf73b9078: Layer already exists 05:02:39 f174286f5bc6: Layer already exists 05:02:39 f70ee36035b9: Layer already exists 05:02:39 3.0.0-dev.13: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:39 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 05:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 05:02:40 eec14fef7f79: Preparing 05:02:40 b75bf73b9078: Preparing 05:02:40 edb9a709b8ad: Preparing 05:02:40 f174286f5bc6: Preparing 05:02:40 f70ee36035b9: Preparing 05:02:40 f174286f5bc6: Layer already exists 05:02:40 edb9a709b8ad: Layer already exists 05:02:40 f70ee36035b9: Layer already exists 05:02:40 b75bf73b9078: Layer already exists 05:02:40 eec14fef7f79: Layer already exists 05:02:40 e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:40 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 05:02:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 05:02:41 eec14fef7f79: Preparing 05:02:41 b75bf73b9078: Preparing 05:02:41 edb9a709b8ad: Preparing 05:02:41 f174286f5bc6: Preparing 05:02:41 f70ee36035b9: Preparing 05:02:41 f70ee36035b9: Layer already exists 05:02:41 edb9a709b8ad: Layer already exists 05:02:41 eec14fef7f79: Layer already exists 05:02:41 b75bf73b9078: Layer already exists 05:02:41 f174286f5bc6: Layer already exists 05:02:41 main: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:02:41 ===================================================== [Pipeline] echo 05:02:41 taggedImages: 05:02:41 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a 05:02:41 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 05:02:41 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.13 05:02:41 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 05:02:41 - 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 05:02:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:02:41 05:02:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:02:42 arm64: Pulling from edgex-lftools-log-publisher 05:02:42 8998bd30e6a1: Pulling fs layer 05:02:42 04944245beec: Pulling fs layer 05:02:42 699f458cf7ca: Pulling fs layer 05:02:42 765212b225bb: Pulling fs layer 05:02:42 f23df028b6ca: Pulling fs layer 05:02:42 d65c8cfc05b1: Pulling fs layer 05:02:42 2437ff75d9bd: Pulling fs layer 05:02:42 f23df028b6ca: Waiting 05:02:42 d65c8cfc05b1: Waiting 05:02:42 765212b225bb: Waiting 05:02:42 2437ff75d9bd: Waiting 05:02:42 04944245beec: Verifying Checksum 05:02:42 04944245beec: Download complete 05:02:42 765212b225bb: Verifying Checksum 05:02:42 765212b225bb: Download complete 05:02:42 f23df028b6ca: Verifying Checksum 05:02:42 f23df028b6ca: Download complete 05:02:42 d65c8cfc05b1: Verifying Checksum 05:02:42 d65c8cfc05b1: Download complete 05:02:42 699f458cf7ca: Verifying Checksum 05:02:42 699f458cf7ca: Download complete 05:02:43 8998bd30e6a1: Download complete 05:02:45 2437ff75d9bd: Verifying Checksum 05:02:45 2437ff75d9bd: Download complete 05:02:46 8998bd30e6a1: Pull complete 05:02:47 04944245beec: Pull complete 05:02:48 699f458cf7ca: Pull complete 05:02:48 765212b225bb: Pull complete 05:02:48 f23df028b6ca: Pull complete 05:02:49 d65c8cfc05b1: Pull complete 05:03:04 2437ff75d9bd: Pull complete 05:03:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:03:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:03:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:03:04 prd-ubuntu20.04-docker-arm64-4c-16g-6362 does not seem to be running inside a container 05:03:04 $ 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/84 -v /w/workspace/device-virtual-go/84:/w/workspace/device-virtual-go/84:rw,z -v /w/workspace/device-virtual-go/84@tmp:/w/workspace/device-virtual-go/84@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 05:03:07 $ docker top 9565d06142db986010f8642f977890d672d726db540829d077742e9bfaa338ff -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:03:08 ---> job-cost.sh 05:03:08 lf-activate-venv: SKIPPING 05:03:08 INFO: No Stack... 05:03:08 INFO: Retrieving Pricing Info for: v3-standard-4 05:03:09 INFO: Archiving Costs [Pipeline] sh 05:03:09 + cat /w/workspace/device-virtual-go/84/archives/cost.csv+ 05:03:09 cut -d, -f6 [Pipeline] lock 05:03:09 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] 05:03:09 Resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] did not exist. Created. 05:03:09 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:03:10 /w/workspace/device-virtual-go/84@tmp/durable-9b60fdbe/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:03:11 + echo total: 0.10999999940395355 [Pipeline] stash 05:03:11 Warning: overwriting stash ‘stack-cost’ 05:03:11 Stashed 1 file(s) [Pipeline] } 05:03:11 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] // lock [Pipeline] } 05:03:11 $ docker stop --time=1 9565d06142db986010f8642f977890d672d726db540829d077742e9bfaa338ff 05:03:13 $ docker rm -f --volumes 9565d06142db986010f8642f977890d672d726db540829d077742e9bfaa338ff [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 05:03:14 provisioning config files... 05:03:14 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11339819343430085787tmp [Pipeline] { [Pipeline] sh 05:03:14 + set +x 05:03:14 + curl -s https://codecov.io/bash 05:03:14 + bash -s -- 05:03:14 05:03:14 _____ _ 05:03:14 / ____| | | 05:03:14 | | ___ __| | ___ ___ _____ __ 05:03:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:03:14 | |___| (_) | (_| | __/ (_| (_) \ V / 05:03:14 \_____\___/ \__,_|\___|\___\___/ \_/ 05:03:14 Bash-1.0.6 05:03:14 05:03:14 05:03:14 ==> git version 2.25.1 found 05:03:14 ==> 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 05:03:14 Release-Date: 2020-01-08 05:03:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:03:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:03:14 ==> Jenkins CI detected. 05:03:14 current dir:  /w/workspace/exfoundry_device-virtual-go_main 05:03:14 project root: . 05:03:14 --> token set from env 05:03:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:03:14 ==> Running gcov in . (disable via -X gcov) 05:03:14 ==> Python coveragepy not found 05:03:14 ==> Searching for coverage reports in: 05:03:14 + . 05:03:14 -> Found 1 reports 05:03:14 ==> Detecting git/mercurial file structure 05:03:14 ==> Reading reports 05:03:14 + ./coverage.out bytes=44128 05:03:14 ==> Appending adjustments 05:03:14 https://docs.codecov.io/docs/fixing-reports 05:03:14 + Found adjustments 05:03:14 ==> Gzipping contents 05:03:14 8.0K /tmp/codecov.y7wjh8.gz 05:03:14 ==> Uploading reports 05:03:14 url: https://codecov.io 05:03:14 query: branch=main&commit=e5cd6c2866e9da13f1580177b0e11085f8902a5a&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:03:14 -> Pinging Codecov 05:03:14 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=e5cd6c2866e9da13f1580177b0e11085f8902a5a&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:03:15 -> Uploading to 05:03:15 https://storage.googleapis.com/codecov/v4/raw/2023-02-17/5E52B4B073DB2E39498172D8E973AA87/e5cd6c2866e9da13f1580177b0e11085f8902a5a/19847a2c-06e4-4a29-891d-4225edc00f18.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230217T050314Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ec5d5e3c48697e9ffa21b9f896075e12ed1bfce94ea6d09cd2d37d969aa6c736 05:03:15 % Total % Received % Xferd Average Speed Time Time Time Current 05:03:15 Dload Upload Total Spent Left Speed 05:03:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5474 0 0 100 5474 0 19978 --:--:-- --:--:-- --:--:-- 19978 05:03:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] } 05:03:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:03:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:03:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:03:15 05:03:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:03:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:03:16 df9b9388f04a: Pulling fs layer 05:03:16 52dc419b0ee2: Pulling fs layer 05:03:16 25bc292e5bac: Pulling fs layer 05:03:16 114826534d7a: Pulling fs layer 05:03:16 4657fd5d0bcf: Pulling fs layer 05:03:16 114826534d7a: Waiting 05:03:16 6ad1cebc031e: Pulling fs layer 05:03:16 8a3aa393b2d8: Pulling fs layer 05:03:16 4657fd5d0bcf: Waiting 05:03:16 6ad1cebc031e: Waiting 05:03:16 8a3aa393b2d8: Waiting 05:03:16 52dc419b0ee2: Download complete 05:03:16 4657fd5d0bcf: Verifying Checksum 05:03:16 4657fd5d0bcf: Download complete 05:03:16 df9b9388f04a: Download complete 05:03:16 6ad1cebc031e: Verifying Checksum 05:03:16 6ad1cebc031e: Download complete 05:03:16 df9b9388f04a: Pull complete 05:03:17 52dc419b0ee2: Pull complete 05:03:17 25bc292e5bac: Pull complete 05:03:17 114826534d7a: Verifying Checksum 05:03:17 114826534d7a: Download complete 05:03:18 8a3aa393b2d8: Verifying Checksum 05:03:21 114826534d7a: Pull complete 05:03:21 4657fd5d0bcf: Pull complete 05:03:21 6ad1cebc031e: Pull complete 05:03:24 8a3aa393b2d8: Pull complete 05:03:24 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 05:03:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:03:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:03:24 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 05:03:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:03:32 $ docker top beaaf83b081a4f67fb9a4eabe10f56aebe98102dc73ca05e441ddb9e57408e56 -eo pid,comm [Pipeline] { [Pipeline] echo 05:03:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 05:03:32 + set -o pipefail 05:03:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 05:03:37 05:03:37 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 05:03:37 05:03:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/061bfa69-df53-4ede-a691-9d1f931abcdb 05:03:37 05:03:37 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 05:03:37 05:03:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:03:37 05:03:37 05:03:37 A medium severity vulnerability was found in the Snyk CLI versions you are using. 05:03:37 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 05:03:37 More details here: https://snyk.co/ue1NS [Pipeline] } 05:03:37 $ docker stop --time=1 beaaf83b081a4f67fb9a4eabe10f56aebe98102dc73ca05e441ddb9e57408e56 05:03:43 $ docker rm -f --volumes beaaf83b081a4f67fb9a4eabe10f56aebe98102dc73ca05e441ddb9e57408e56 [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 05:03:44 + git log --format=format:%s -1 e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] sh 05:03:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:03:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:03:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:03:45 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 05:03:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:03:46 $ docker top 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 -eo pid,comm 05:03:46 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). 05:03:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:03:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:03:46 [ssh-agent] Looking for ssh-agent implementation... 05:03:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:03:46 $ docker exec 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 ssh-agent 05:03:46 SSH_AUTH_SOCK=/tmp/ssh-vajdFnmUSbTe/agent.31 05:03:46 SSH_AGENT_PID=37 05:03:46 Running ssh-add (command line suppressed) 05:03:46 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8643074183836214748.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8643074183836214748.key) 05:03:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:03:46 + git semver tag 05:03:47 2023-02-17 05:03:47,072 [run_tag] DEBUG tag force:False 05:03:47 2023-02-17 05:03:47,072 [check_head_tag] DEBUG check head tag 05:03:47 2023-02-17 05:03:47,074 [execute] INFO git cat-file --batch-check 05:03:47 2023-02-17 05:03:47,074 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 05:03:47 2023-02-17 05:03:47,078 [execute] INFO git cat-file --batch 05:03:47 2023-02-17 05:03:47,078 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 05:03:47 2023-02-17 05:03:47,098 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 05:03:47 2023-02-17 05:03:47,098 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 05:03:47 2023-02-17 05:03:47,099 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 05:03:47 2023-02-17 05:03:47,102 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 05:03:47 3.0.0-dev.13 [Pipeline] } 05:03:47 $ docker exec --env ******** --env ******** 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 ssh-agent -k 05:03:47 unset SSH_AUTH_SOCK; 05:03:47 unset SSH_AGENT_PID; 05:03:47 echo Agent pid 37 killed; 05:03:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:03:47 + git semver [Pipeline] } 05:03:47 $ docker stop --time=1 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 05:03:49 $ docker rm -f --volumes 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:03:49 05:03:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:03:49 0.23.1-centos7: Pulling from edgex-lftools 05:03:49 ab5ef0e58194: Pulling fs layer 05:03:49 9712f1f96733: Pulling fs layer 05:03:49 63f879dbbcfc: Pulling fs layer 05:03:49 0d9ebad4ef96: Pulling fs layer 05:03:49 e9a5061849ea: Pulling fs layer 05:03:49 d747dcd14b5f: Pulling fs layer 05:03:49 2de7ff778b66: Pulling fs layer 05:03:49 0d9ebad4ef96: Waiting 05:03:49 e9a5061849ea: Waiting 05:03:49 d747dcd14b5f: Waiting 05:03:49 2de7ff778b66: Waiting 05:03:49 9712f1f96733: Verifying Checksum 05:03:49 9712f1f96733: Download complete 05:03:50 63f879dbbcfc: Verifying Checksum 05:03:51 e9a5061849ea: Verifying Checksum 05:03:51 e9a5061849ea: Download complete 05:03:51 d747dcd14b5f: Verifying Checksum 05:03:51 d747dcd14b5f: Download complete 05:03:51 2de7ff778b66: Verifying Checksum 05:03:51 2de7ff778b66: Download complete 05:03:51 0d9ebad4ef96: Verifying Checksum 05:03:51 0d9ebad4ef96: Download complete 05:03:51 ab5ef0e58194: Download complete 05:03:54 ab5ef0e58194: Pull complete 05:03:54 9712f1f96733: Pull complete 05:03:55 63f879dbbcfc: Pull complete 05:03:58 0d9ebad4ef96: Pull complete 05:03:58 e9a5061849ea: Pull complete 05:03:58 d747dcd14b5f: Pull complete 05:04:00 2de7ff778b66: Pull complete 05:04:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:04:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:04:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:00 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 05:04:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:04:11 $ docker top 80ec68f8046876308d25fd2b9fb9aff52c906801f4dd33d2e81e1c5e14414c8a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:04:11 provisioning config files... 05:04:11 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10822522170631527328tmp 05:04:11 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8626060426245960677tmp 05:04:11 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14031302633702906015tmp [Pipeline] { [Pipeline] echo 05:04:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:04:11 ---> sigul-configuration.sh 05:04:11 gpg: directory `/root/.gnupg' created 05:04:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:04:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:04:11 gpg: keyring `/root/.gnupg/secring.gpg' created 05:04:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:04:11 gpg: CAST5 encrypted data 05:04:11 gpg: encrypted with 1 passphrase 05:04:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:04:12 + mkdir /home/jenkins 05:04:12 + mkdir /home/jenkins/sigul [Pipeline] sh 05:04:12 + 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 05:04:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:04:12 ---> sigul-install.sh 05:04:12 Sigul already installed; skipping installation. [Pipeline] sh 05:04:12 + git tag --list 05:04:12 v1.0.0 05:04:12 v1.1.0 05:04:12 v1.1.1 05:04:12 v1.2.1 05:04:12 v1.2.2 05:04:12 v1.2.3 05:04:12 v1.3.0 05:04:12 v1.3.1 05:04:12 v2.0.0 05:04:12 v2.1.0 05:04:12 v2.1.1 05:04:12 v2.1.1-dev.1 05:04:12 v2.1.1-dev.2 05:04:12 v2.2.0 05:04:12 v2.2.1-dev.1 05:04:12 v2.2.1-dev.2 05:04:12 v2.2.1-dev.3 05:04:12 v2.2.1-dev.4 05:04:12 v2.2.1-dev.5 05:04:12 v2.2.1-dev.6 05:04:12 v2.2.1-dev.7 05:04:12 v2.2.1-dev.8 05:04:12 v2.3.0 05:04:12 v2.3.0-dev.10 05:04:12 v2.3.0-dev.11 05:04:12 v2.3.0-dev.12 05:04:12 v2.3.0-dev.13 05:04:12 v2.3.0-dev.14 05:04:12 v2.3.0-dev.15 05:04:12 v2.3.0-dev.16 05:04:12 v2.3.0-dev.17 05:04:12 v2.3.0-dev.18 05:04:12 v2.3.0-dev.19 05:04:12 v2.3.0-dev.20 05:04:12 v2.3.0-dev.21 05:04:12 v2.3.0-dev.22 05:04:12 v2.3.0-dev.23 05:04:12 v2.3.0-dev.24 05:04:12 v2.3.0-dev.25 05:04:12 v2.3.0-dev.26 05:04:12 v2.3.0-dev.27 05:04:12 v2.3.0-dev.28 05:04:12 v2.3.0-dev.29 05:04:12 v2.3.0-dev.30 05:04:12 v2.3.0-dev.8 05:04:12 v2.3.0-dev.9 05:04:12 v3.0.0-dev.1 05:04:12 v3.0.0-dev.10 05:04:12 v3.0.0-dev.11 05:04:12 v3.0.0-dev.12 05:04:12 v3.0.0-dev.13 05:04:12 v3.0.0-dev.2 05:04:12 v3.0.0-dev.3 05:04:12 v3.0.0-dev.4 05:04:12 v3.0.0-dev.5 05:04:12 v3.0.0-dev.6 05:04:12 v3.0.0-dev.7 05:04:12 v3.0.0-dev.8 05:04:12 v3.0.0-dev.9 [Pipeline] sh 05:04:13 + lftools sign git-tag v3.0.0-dev.13 05:04:13 Signing Git tag with Sigul... 05:04:13 Signing v3.0.0-dev.13 [Pipeline] echo 05:04:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:04:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:04:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:04:14 $ docker stop --time=1 80ec68f8046876308d25fd2b9fb9aff52c906801f4dd33d2e81e1c5e14414c8a 05:04:15 $ docker rm -f --volumes 80ec68f8046876308d25fd2b9fb9aff52c906801f4dd33d2e81e1c5e14414c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:04:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:04:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:16 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 05:04:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:04:16 $ docker top ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 -eo pid,comm 05:04:17 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). 05:04:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:04:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:04:17 [ssh-agent] Looking for ssh-agent implementation... 05:04:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:04:17 $ docker exec ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 ssh-agent 05:04:17 SSH_AUTH_SOCK=/tmp/ssh-KrzjpzG021Od/agent.32 05:04:17 SSH_AGENT_PID=38 05:04:17 Running ssh-add (command line suppressed) 05:04:17 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10025882578062608909.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10025882578062608909.key) 05:04:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:04:17 + git semver bump pre 05:04:17 2023-02-17 05:04:17,853 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 05:04:17 2023-02-17 05:04:17,853 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev 05:04:17 2023-02-17 05:04:17,853 [bump_version] DEBUG bumped version:3.0.0-dev.14 05:04:17 2023-02-17 05:04:17,853 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 05:04:17 2023-02-17 05:04:17,853 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 05:04:17 2023-02-17 05:04:17,853 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 05:04:17 2023-02-17 05:04:17,855 [execute] INFO git cat-file --batch-check 05:04:17 2023-02-17 05:04:17,855 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:04:17 2023-02-17 05:04:17,860 [execute] INFO git cat-file --batch 05:04:17 2023-02-17 05:04:17,860 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:04:17 2023-02-17 05:04:17,865 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 05:04:17 3.0.0-dev.14 [Pipeline] } 05:04:17 $ docker exec --env ******** --env ******** ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 ssh-agent -k 05:04:18 unset SSH_AUTH_SOCK; 05:04:18 unset SSH_AGENT_PID; 05:04:18 echo Agent pid 38 killed; 05:04:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:04:18 + git semver [Pipeline] } 05:04:18 $ docker stop --time=1 ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 05:04:20 $ docker rm -f --volumes ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 [Pipeline] // withDockerContainer [Pipeline] sh 05:04:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:04:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:20 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 05:04:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:04:21 $ docker top 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 -eo pid,comm 05:04:21 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). 05:04:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:04:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:04:21 [ssh-agent] Looking for ssh-agent implementation... 05:04:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:04:21 $ docker exec 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 ssh-agent 05:04:21 SSH_AUTH_SOCK=/tmp/ssh-HweEGbjBJwec/agent.34 05:04:21 SSH_AGENT_PID=39 05:04:21 Running ssh-add (command line suppressed) 05:04:21 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13995379821966747366.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13995379821966747366.key) 05:04:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:04:21 + git semver push 05:04:22 2023-02-17 05:04:22,146 [run_push] DEBUG push 05:04:22 2023-02-17 05:04:22,148 [execute] INFO git cat-file --batch-check 05:04:22 2023-02-17 05:04:22,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:04:22 2023-02-17 05:04:22,152 [execute] INFO git rev-list e9feec2b6263f447bda83de92368f2015ba6859c -- 05:04:22 2023-02-17 05:04:22,152 [execute] DEBUG Popen(['git', 'rev-list', 'e9feec2b6263f447bda83de92368f2015ba6859c', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 05:04:22 2023-02-17 05:04:22,160 [execute] INFO git fetch -v origin 05:04:22 2023-02-17 05:04:22,161 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 05:04:22 2023-02-17 05:04:22,755 [run_push] DEBUG no remote changes detected 05:04:22 2023-02-17 05:04:22,755 [execute] INFO git push origin semver 05:04:22 2023-02-17 05:04:22,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 05:04:23 2023-02-17 05:04:23,553 [run_push] DEBUG push all version tags 05:04:23 2023-02-17 05:04:23,553 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:04:23 2023-02-17 05:04:23,554 [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) 05:04:24 2023-02-17 05:04:24,384 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 05:04:24 3.0.0-dev.14 [Pipeline] } 05:04:24 $ docker exec --env ******** --env ******** 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 ssh-agent -k 05:04:24 unset SSH_AUTH_SOCK; 05:04:24 unset SSH_AGENT_PID; 05:04:24 echo Agent pid 39 killed; 05:04:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:04:25 + git semver [Pipeline] } 05:04:25 $ docker stop --time=1 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 05:04:26 $ docker rm -f --volumes 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 [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 05:04:27 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 05:04:27 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 05:04:27 total 16 05:04:27 drwxr-xr-x 3 root root 4096 Feb 17 04:56 . 05:04:27 drwxrwxr-x 10 jenkins jenkins 4096 Feb 17 05:04 .. 05:04:27 drwxr-xr-x 2 root root 4096 Feb 17 04:56 cost 05:04:27 -rw-r--r-- 1 root root 88 Feb 17 04:56 cost.csv 05:04:27 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 05:04:27 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 05:04:27 total 16 05:04:27 drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 04:56 . 05:04:27 drwxrwxr-x 10 jenkins jenkins 4096 Feb 17 05:04 .. 05:04:27 drwxr-xr-x 2 jenkins jenkins 4096 Feb 17 04:56 cost 05:04:27 -rw-r--r-- 1 jenkins jenkins 88 Feb 17 04:56 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:04:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:04:28 ---> package-listing.sh 05:04:28 ++ facter osfamily 05:04:28 ++ tr '[:upper:]' '[:lower:]' 05:04:28 + OS_FAMILY=debian 05:04:28 + workspace=/w/workspace/exfoundry_device-virtual-go_main 05:04:28 + START_PACKAGES=/tmp/packages_start.txt 05:04:28 + END_PACKAGES=/tmp/packages_end.txt 05:04:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:04:28 + PACKAGES=/tmp/packages_start.txt 05:04:28 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 05:04:28 + PACKAGES=/tmp/packages_end.txt 05:04:28 + case "${OS_FAMILY}" in 05:04:28 + dpkg -l 05:04:28 + grep '^ii' 05:04:28 + '[' -f /tmp/packages_start.txt ']' 05:04:28 + '[' -f /tmp/packages_end.txt ']' 05:04:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:04:28 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 05:04:28 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 05:04:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 05:04:28 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 05:04:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:04:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:29 prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container 05:04:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:04:30 $ docker top c6ba84f5c433c4fe2bfcfd0da3a069c5075500db8990d6e15edf5cb4f783ea48 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:30 + touch /tmp/pre-build-complete [Pipeline] sh 05:04:31 + mkdir -p /var/log/sysstat [Pipeline] sh 05:04:31 + ls /var/log/sa-host 05:04:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:04:31 provisioning config files... 05:04:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1909878396907379679tmp [Pipeline] { [Pipeline] echo 05:04:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:04:31 ---> create-netrc.sh [Pipeline] } 05:04:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:04:32 ---> python-tools-install.sh [Pipeline] echo 05:04:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:04:32 ---> sudo-logs.sh 05:04:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:04:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:04:32 ---> job-cost.sh 05:04:32 lf-activate-venv: SKIPPING 05:04:32 DEBUG: total: 0.2199999988079071 05:04:32 INFO: Retrieving Stack Cost... 05:04:33 INFO: Retrieving Pricing Info for: v3-standard-8 05:04:33 INFO: Archiving Costs [Pipeline] echo 05:04:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:04:34 ---> logs-deploy.sh 05:04:34 lf-activate-venv: SKIPPING 05:04:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/84 05:04:34 INFO: archiving workspace using pattern(s): 05:04:34 Archives upload complete. 05:04:35 INFO: archiving logs to Nexus 05:04:35 ---> uname -a: 05:04:35 Linux prd-ubuntu20-04-docker-8c-8g-6361 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:04:35 05:04:35 05:04:35 ---> lscpu: 05:04:35 Architecture: x86_64 05:04:35 CPU op-mode(s): 32-bit, 64-bit 05:04:35 Byte Order: Little Endian 05:04:35 Address sizes: 40 bits physical, 48 bits virtual 05:04:35 CPU(s): 8 05:04:35 On-line CPU(s) list: 0-7 05:04:35 Thread(s) per core: 1 05:04:35 Core(s) per socket: 1 05:04:35 Socket(s): 8 05:04:35 NUMA node(s): 1 05:04:35 Vendor ID: AuthenticAMD 05:04:35 CPU family: 23 05:04:35 Model: 49 05:04:35 Model name: AMD EPYC-Rome Processor 05:04:35 Stepping: 0 05:04:35 CPU MHz: 2799.996 05:04:35 BogoMIPS: 5599.99 05:04:35 Virtualization: AMD-V 05:04:35 Hypervisor vendor: KVM 05:04:35 Virtualization type: full 05:04:35 L1d cache: 256 KiB 05:04:35 L1i cache: 256 KiB 05:04:35 L2 cache: 4 MiB 05:04:35 L3 cache: 128 MiB 05:04:35 NUMA node0 CPU(s): 0-7 05:04:35 Vulnerability Itlb multihit: Not affected 05:04:35 Vulnerability L1tf: Not affected 05:04:35 Vulnerability Mds: Not affected 05:04:35 Vulnerability Meltdown: Not affected 05:04:35 Vulnerability Mmio stale data: Not affected 05:04:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:04:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:04:35 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:04:35 Vulnerability Srbds: Not affected 05:04:35 Vulnerability Tsx async abort: Not affected 05:04:35 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 05:04:35 05:04:35 05:04:35 ---> nproc: 05:04:35 8 05:04:35 05:04:35 05:04:35 ---> df -h: 05:04:35 Filesystem Size Used Avail Use% Mounted on 05:04:35 overlay 155G 13G 143G 9% / 05:04:35 tmpfs 64M 0 64M 0% /dev 05:04:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:04:35 shm 64M 0 64M 0% /dev/shm 05:04:35 /dev/vda1 155G 13G 143G 9% /facter-os 05:04:35 05:04:35