Started by user Jin Lin Guan Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f1ae59df93e15168f5c84516dd369218cbd3ebf1 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-ssh7272603828935502102.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh1593818952133591895.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh3547568784632996183.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh12792425935300668917.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-ssh16946329823183842744.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.23 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 ‘prd-ubuntu20.04-docker-8c-8g-42412’ is offline Running on prd-ubuntu20.04-docker-8c-8g-42421 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 > 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 Avoid second fetch Checking out Revision f1ae59df93e15168f5c84516dd369218cbd3ebf1 (main) Commit message: "Merge pull request #529 from judehung/update-odesa" > git config core.sparsecheckout # timeout=10 > git checkout -f f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 > git rev-list --no-walk f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:51:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:51:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:51:11 ========================================================= 06:51:11 EdgeX Global Pipelines Version Info 06:51:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:51:11 ------------------- 06:51:11 stable info: 06:51:11 ------------------- 06:51:11 Commited By: Ginny Guan ginny@iotechsys.com 06:51:11 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:51:11 Message: update stable to v1.0.274 06:51:12 ------------------- 06:51:12 experimental info: 06:51:12 ------------------- 06:51:12 Commited By: Ginny Guan ginny@iotechsys.com 06:51:12 Commit SHA: e63c24b3e3d9a84dc1e69f593cedf07ec71d9018 06:51:12 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:51:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1ae59d [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:51:13 provisioning config files... 06:51:13 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13669909362005394884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:51:13 ---> ****-login.sh 06:51:13 nexus3.edgexfoundry.org:10001 06:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:13 Configure a credential helper to remove this warning. See 06:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:13 06:51:13 Login Succeeded 06:51:13 nexus3.edgexfoundry.org:10002 06:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:13 Configure a credential helper to remove this warning. See 06:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:13 06:51:13 Login Succeeded 06:51:13 nexus3.edgexfoundry.org:10003 06:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:14 Configure a credential helper to remove this warning. See 06:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:14 06:51:14 Login Succeeded 06:51:14 nexus3.edgexfoundry.org:10004 06:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:14 Configure a credential helper to remove this warning. See 06:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:14 06:51:14 Login Succeeded 06:51:14 ****.io 06:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:14 Configure a credential helper to remove this warning. See 06:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:14 06:51:14 Login Succeeded 06:51:14 ---> ****-login.sh ends [Pipeline] } 06:51:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:51:14 + git rev-list -1 --merges f1ae59df93e15168f5c84516dd369218cbd3ebf1~1..f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo 06:51:14 -----------> git rev-list -1 --merges f1ae59df93e15168f5c84516dd369218cbd3ebf1~1..f1ae59df93e15168f5c84516dd369218cbd3ebf1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:51:14 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [false] [Pipeline] sh 06:51:15 + git log --format=format:%s -1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo 06:51:15 ========================================================= 06:51:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:51:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:51:15 + git log --format=format:%s -1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo 06:51:15 [semverPrep] GIT_COMMIT: f1ae59df93e15168f5c84516dd369218cbd3ebf1, Commit Message: Merge pull request #529 from judehung/update-odesa [Pipeline] echo 06:51:15 [semverPrep] This is not a build commit. [Pipeline] sh 06:51:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:51:16 + grep -v github /etc/ssh/ssh_known_hosts 06:51:16 + [ -e /tmp/ssh_known_hosts ] 06:51:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:51:16 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:51:16 sudo tee -a /etc/ssh/ssh_known_hosts 06:51:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:51:16 06:51:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:51:16 0.1.4: Pulling from edgex-devops/py-git-semver 06:51:16 b85a868b505f: Pulling fs layer 06:51:16 e2be974225ed: Pulling fs layer 06:51:16 339a4e72a1f5: Pulling fs layer 06:51:16 988bab9f4d93: Pulling fs layer 06:51:16 1469e6f7b9e6: Pulling fs layer 06:51:16 eaf3925da568: Pulling fs layer 06:51:16 bab4dde63d76: Pulling fs layer 06:51:16 bde34c3a00c8: Pulling fs layer 06:51:16 b352a97aabf1: Pulling fs layer 06:51:16 4872d77fe225: Pulling fs layer 06:51:16 5851b861e8e6: Pulling fs layer 06:51:16 4872d77fe225: Waiting 06:51:16 b352a97aabf1: Waiting 06:51:16 5851b861e8e6: Waiting 06:51:16 eaf3925da568: Waiting 06:51:16 bde34c3a00c8: Waiting 06:51:16 1469e6f7b9e6: Waiting 06:51:16 e2be974225ed: Verifying Checksum 06:51:16 e2be974225ed: Download complete 06:51:16 988bab9f4d93: Verifying Checksum 06:51:16 988bab9f4d93: Download complete 06:51:16 1469e6f7b9e6: Verifying Checksum 06:51:16 1469e6f7b9e6: Download complete 06:51:16 eaf3925da568: Verifying Checksum 06:51:16 eaf3925da568: Download complete 06:51:16 339a4e72a1f5: Verifying Checksum 06:51:16 339a4e72a1f5: Download complete 06:51:17 bde34c3a00c8: Verifying Checksum 06:51:17 bde34c3a00c8: Download complete 06:51:17 b352a97aabf1: Verifying Checksum 06:51:17 b352a97aabf1: Download complete 06:51:17 4872d77fe225: Download complete 06:51:17 5851b861e8e6: Download complete 06:51:17 b85a868b505f: Verifying Checksum 06:51:17 b85a868b505f: Download complete 06:51:17 bab4dde63d76: Verifying Checksum 06:51:17 bab4dde63d76: Download complete 06:51:18 b85a868b505f: Pull complete 06:51:18 e2be974225ed: Pull complete 06:51:18 339a4e72a1f5: Pull complete 06:51:18 988bab9f4d93: Pull complete 06:51:19 1469e6f7b9e6: Pull complete 06:51:19 eaf3925da568: Pull complete 06:51:20 bab4dde63d76: Pull complete 06:51:20 bde34c3a00c8: Pull complete 06:51:20 b352a97aabf1: Pull complete 06:51:20 4872d77fe225: Pull complete 06:51:20 5851b861e8e6: Pull complete 06:51:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:51:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:51:21 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 06:51:21 $ 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 06:51:22 $ docker top 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 -eo pid,comm 06:51:22 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). 06:51:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:51:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:51:22 [ssh-agent] Looking for ssh-agent implementation... 06:51:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:51:22 $ docker exec 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent 06:51:22 SSH_AUTH_SOCK=/tmp/ssh-12QGiRUIyuJK/agent.32 06:51:22 SSH_AGENT_PID=38 06:51:22 Running ssh-add (command line suppressed) 06:51:22 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1632102465513699843.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1632102465513699843.key) 06:51:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:51:23 + git tag --points-at HEAD [Pipeline] } 06:51:23 $ docker exec --env ******** --env ******** 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent -k 06:51:23 unset SSH_AUTH_SOCK; 06:51:23 unset SSH_AGENT_PID; 06:51:23 echo Agent pid 38 killed; 06:51:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:51:23 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v4.0.0-dev.19' [Pipeline] sshagent 06:51:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:51:23 [ssh-agent] Looking for ssh-agent implementation... 06:51:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:51:23 $ docker exec 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent 06:51:23 SSH_AUTH_SOCK=/tmp/ssh-RWilBVH1kmYG/agent.72 06:51:23 SSH_AGENT_PID=78 06:51:23 Running ssh-add (command line suppressed) 06:51:23 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6547375747099269613.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6547375747099269613.key) 06:51:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:51:23 + git semver init 06:51:24 2025-03-31 06:51:24,057 [run_init] DEBUG init version:0.0.0 force:False 06:51:24 2025-03-31 06:51:24,058 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 06:51:24 2025-03-31 06:51:24,058 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 06:51:24 2025-03-31 06:51:24,058 [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) 06:51:25 2025-03-31 06:51:25,314 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 06:51:25 2025-03-31 06:51:25,315 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 06:51:25 2025-03-31 06:51:25,315 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 06:51:25 2025-03-31 06:51:25,315 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 06:51:25 4.1.0-dev.1 [Pipeline] } 06:51:25 $ docker exec --env ******** --env ******** 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 ssh-agent -k 06:51:25 unset SSH_AUTH_SOCK; 06:51:25 unset SSH_AGENT_PID; 06:51:25 echo Agent pid 78 killed; 06:51:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:51:25 + git semver [Pipeline] } 06:51:26 $ docker stop --time=1 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 06:51:27 $ docker rm -f --volumes 716680f71c72df036a82619a114169ce95cc4afe5e2325190549250cbaf7f939 [Pipeline] // withDockerContainer [Pipeline] sh 06:51:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:51:28 Stashed 1 file(s) [Pipeline] echo 06:51:28 [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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 06:51:28 provisioning config files... 06:51:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7192050003231869071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:51:28 ---> ****-login.sh 06:51:28 nexus3.edgexfoundry.org:10001 06:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:28 Configure a credential helper to remove this warning. See 06:51:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:28 06:51:28 Login Succeeded 06:51:28 nexus3.edgexfoundry.org:10002 06:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:28 Configure a credential helper to remove this warning. See 06:51:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:28 06:51:28 Login Succeeded 06:51:28 nexus3.edgexfoundry.org:10003 06:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:28 Configure a credential helper to remove this warning. See 06:51:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:28 06:51:28 Login Succeeded 06:51:28 nexus3.edgexfoundry.org:10004 06:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:28 Configure a credential helper to remove this warning. See 06:51:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:28 06:51:28 Login Succeeded 06:51:28 ****.io 06:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:51:29 Configure a credential helper to remove this warning. See 06:51:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:51:29 06:51:29 Login Succeeded 06:51:29 ---> ****-login.sh ends [Pipeline] } 06:51:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:51:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:51:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:51:29 ========================================================= 06:51:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:51:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:29 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:51:29 Sending build context to Docker daemon 40.74MB 06:51:29 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:51:29 Step 2/12 : FROM ${BASE} AS builder 06:51:29 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:51:29 da9db072f522: Pulling fs layer 06:51:29 6ef4a4ee8ca5: Pulling fs layer 06:51:29 06f05ace1117: Pulling fs layer 06:51:29 5fe327b54edc: Pulling fs layer 06:51:29 4f4fb700ef54: Pulling fs layer 06:51:29 92a5565b7b96: Pulling fs layer 06:51:29 ff9bb7016b71: Pulling fs layer 06:51:29 b67dba6c2c7d: Pulling fs layer 06:51:29 a813b0c90790: Pulling fs layer 06:51:29 92a5565b7b96: Waiting 06:51:29 ff9bb7016b71: Waiting 06:51:29 b67dba6c2c7d: Waiting 06:51:29 a813b0c90790: Waiting 06:51:29 5fe327b54edc: Waiting 06:51:29 4f4fb700ef54: Waiting 06:51:29 6ef4a4ee8ca5: Verifying Checksum 06:51:29 6ef4a4ee8ca5: Download complete 06:51:29 5fe327b54edc: Verifying Checksum 06:51:29 4f4fb700ef54: Verifying Checksum 06:51:29 4f4fb700ef54: Download complete 06:51:29 92a5565b7b96: Verifying Checksum 06:51:29 92a5565b7b96: Download complete 06:51:29 da9db072f522: Download complete 06:51:29 ff9bb7016b71: Verifying Checksum 06:51:29 ff9bb7016b71: Download complete 06:51:30 da9db072f522: Pull complete 06:51:30 6ef4a4ee8ca5: Pull complete 06:51:30 a813b0c90790: Verifying Checksum 06:51:30 a813b0c90790: Download complete 06:51:30 06f05ace1117: Verifying Checksum 06:51:30 06f05ace1117: Download complete 06:51:30 b67dba6c2c7d: Verifying Checksum 06:51:30 b67dba6c2c7d: Download complete 06:51:33 06f05ace1117: Pull complete 06:51:33 5fe327b54edc: Pull complete 06:51:33 4f4fb700ef54: Pull complete 06:51:33 92a5565b7b96: Pull complete 06:51:33 ff9bb7016b71: Pull complete 06:51:35 b67dba6c2c7d: Pull complete 06:51:36 a813b0c90790: Pull complete 06:51:36 Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 06:51:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:51:36 ---> 3ba60ce46760 06:51:36 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:51:38 ---> Running in 2a97d04e9b9f 06:51:38 Removing intermediate container 2a97d04e9b9f 06:51:38 ---> 2ccda0437429 06:51:38 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 06:51:38 ---> Running in c8409ead4f1e 06:51:38 Removing intermediate container c8409ead4f1e 06:51:38 ---> 2ce388848235 06:51:38 Step 5/12 : ARG ADD_BUILD_TAGS="" 06:51:38 ---> Running in 4f2908029eb1 06:51:38 Removing intermediate container 4f2908029eb1 06:51:38 ---> 3093e8d364c6 06:51:38 Step 6/12 : WORKDIR /device-virtual-go 06:51:38 ---> Running in 340dd79ccc03 06:51:38 Removing intermediate container 340dd79ccc03 06:51:38 ---> 179b53bef6f8 06:51:38 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:51:38 ---> Running in d97709613957 06:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:39 (1/4) Installing openssh-keygen (9.7_p1-r5) 06:51:39 (2/4) Installing libedit (20240517.3.1-r0) 06:51:39 (3/4) Installing openssh-client-common (9.7_p1-r5) 06:51:39 (4/4) Installing openssh-client-default (9.7_p1-r5) 06:51:39 Executing busybox-1.36.1-r29.trigger 06:51:39 OK: 252 MiB in 62 packages 06:51:39 Removing intermediate container d97709613957 06:51:39 ---> 70d3f675056a 06:51:39 Step 8/12 : COPY go.mod vendor* ./ 06:51:39 ---> cae3f60c27ad 06:51:39 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:51:39 ---> Running in 022278413f3c 06:51:43 Still waiting to schedule task 06:51:43 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:52:11 Removing intermediate container 022278413f3c 06:52:11 ---> a12a7d676de9 06:52:11 Step 10/12 : COPY . . 06:52:11 ---> dfd084394c94 06:52:11 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:52:11 ---> Running in f762ec6dcfae 06:52:11 Removing intermediate container f762ec6dcfae 06:52:11 ---> 5c8d452cb1a7 06:52:11 Step 12/12 : RUN $MAKE 06:52:11 ---> Running in cc6410b3635f 06:52:11 noop 06:52:11 Removing intermediate container cc6410b3635f 06:52:11 ---> 6f1a36718ed9 06:52:11 Successfully built 6f1a36718ed9 06:52:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:12 + docker inspect -f . ci-base-image-x86_64 06:52:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:52:12 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 06:52:12 $ 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 ******** -e ******** ci-base-image-x86_64 cat 06:52:12 $ docker top 63df584dfe957e4bcd797350ee58c97bb07b3e80cf38b073236b4f5718fcf9cc -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:12 + go version 06:52:12 go version go1.23.4 linux/amd64 [Pipeline] } 06:52:12 $ docker stop --time=1 63df584dfe957e4bcd797350ee58c97bb07b3e80cf38b073236b4f5718fcf9cc 06:52:14 $ docker rm -f --volumes 63df584dfe957e4bcd797350ee58c97bb07b3e80cf38b073236b4f5718fcf9cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:14 + docker inspect -f . ci-base-image-x86_64 06:52:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:52:14 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 06:52:14 $ 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 ******** -e ******** ci-base-image-x86_64 cat 06:52:15 $ docker top d3c28f5c61b638631b60f53e88bcacfc05ac70d53e2cc59c8d5c9cff786ded56 -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:15 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 06:52:15 + make test 06:52:15 go test ./... -coverprofile=coverage.out 06:52:17 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:52:35 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 06:52:35 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.012s coverage: 58.4% of statements 06:52:42 go vet ./... 06:52:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:52:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:52:47 ./bin/test-attribution-txt.sh [Pipeline] echo 06:52:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:52:47 $ docker stop --time=1 d3c28f5c61b638631b60f53e88bcacfc05ac70d53e2cc59c8d5c9cff786ded56 06:52:49 $ docker rm -f --volumes d3c28f5c61b638631b60f53e88bcacfc05ac70d53e2cc59c8d5c9cff786ded56 [Pipeline] // withDockerContainer [Pipeline] sh 06:52:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:52:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:52:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:52:51 + ls -al . 06:52:51 total 268 06:52:51 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 06:52 . 06:52:51 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 06:51 .. 06:52:51 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 06:52 .git 06:52:51 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:51 .github 06:52:51 -rw-rw-r-- 1 jenkins jenkins 272 Mar 31 06:51 .gitignore 06:52:51 -rw-rw-r-- 1 jenkins jenkins 199 Mar 31 06:51 .golangci.yml 06:52:51 drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 06:51 .semver 06:52:51 -rw-rw-r-- 1 jenkins jenkins 18321 Mar 31 06:51 Attribution.txt 06:52:51 -rw-rw-r-- 1 jenkins jenkins 17302 Mar 31 06:51 CHANGELOG.md 06:52:51 -rw-rw-r-- 1 jenkins jenkins 1755 Mar 31 06:51 Dockerfile 06:52:51 -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 06:51 GOVERNANCE.md 06:52:51 -rw-rw-r-- 1 jenkins jenkins 660 Mar 31 06:51 Jenkinsfile 06:52:51 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 06:51 LICENSE 06:52:51 -rw-rw-r-- 1 jenkins jenkins 2652 Mar 31 06:51 Makefile 06:52:51 -rw-rw-r-- 1 jenkins jenkins 623 Mar 31 06:51 OWNERS.md 06:52:51 -rw-rw-r-- 1 jenkins jenkins 4473 Mar 31 06:51 README.md 06:52:51 -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 06:51 VERSION 06:52:51 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 06:51 bin 06:52:51 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:51 cmd 06:52:51 -rw-r--r-- 1 jenkins jenkins 43316 Mar 31 06:52 coverage.out 06:52:51 -rw-rw-r-- 1 jenkins jenkins 6032 Mar 31 06:51 go.mod 06:52:51 -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 06:51 go.sum 06:52:51 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:51 internal 06:52:51 -rw-rw-r-- 1 jenkins jenkins 235 Mar 31 06:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:51 + 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=f1ae59df93e15168f5c84516dd369218cbd3ebf1 --label arch=amd64 --label version=4.1.0-dev.1 . 06:52:51 Sending build context to Docker daemon 40.78MB 06:52:51 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 06:52:51 Step 2/26 : FROM ${BASE} AS builder 06:52:51 ---> 6f1a36718ed9 06:52:51 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:52:51 ---> Running in 7403a08539bd 06:52:51 Removing intermediate container 7403a08539bd 06:52:51 ---> 81be5458332e 06:52:51 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 06:52:51 ---> Running in 14d46f021b55 06:52:51 Removing intermediate container 14d46f021b55 06:52:51 ---> f56843da75a6 06:52:51 Step 5/26 : ARG ADD_BUILD_TAGS="" 06:52:51 ---> Running in 8285660f609c 06:52:51 Removing intermediate container 8285660f609c 06:52:51 ---> 51d76fc88651 06:52:51 Step 6/26 : WORKDIR /device-virtual-go 06:52:51 ---> Running in ae2e90c0e9d6 06:52:51 Removing intermediate container ae2e90c0e9d6 06:52:51 ---> 6d0b51c4487c 06:52:51 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:52:51 ---> Running in 46401c6d1d59 06:52:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:52:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:52:52 OK: 252 MiB in 62 packages 06:52:52 Removing intermediate container 46401c6d1d59 06:52:52 ---> 31a9dd9f6732 06:52:52 Step 8/26 : COPY go.mod vendor* ./ 06:52:53 ---> 7cf85fc98501 06:52:53 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:53 ---> Running in ed1fc97a6e0d 06:52:53 Removing intermediate container ed1fc97a6e0d 06:52:53 ---> eb5b117b09e9 06:52:53 Step 10/26 : COPY . . 06:52:54 ---> 7ce37f8c2edd 06:52:54 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:52:54 ---> Running in c0b64a0456df 06:52:54 Removing intermediate container c0b64a0456df 06:52:54 ---> 54c60aa7554e 06:52:54 Step 12/26 : RUN $MAKE 06:52:54 ---> Running in 692d0c49d2d2 06:52:54 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 06:53:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-42422 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 06:53:14 Running in /w/workspace/device-virtual-go/207 [Pipeline] { [Pipeline] checkout 06:53:17 The recommended git tool is: git 06:53:21 Removing intermediate container 692d0c49d2d2 06:53:21 ---> 55df3f782a96 06:53:21 Step 13/26 : FROM alpine:3.20 06:53:21 3.20: Pulling from library/alpine 06:53:21 0a9a5dfd008f: Pulling fs layer 06:53:21 0a9a5dfd008f: Verifying Checksum 06:53:21 0a9a5dfd008f: Download complete 06:53:21 0a9a5dfd008f: Pull complete 06:53:21 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:53:21 Status: Downloaded newer image for alpine:3.20 06:53:21 ---> ff221270b9fb 06:53:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 06:53:21 ---> Running in fd63bd2b9aaf 06:53:21 Removing intermediate container fd63bd2b9aaf 06:53:21 ---> a651def4d4bc 06:53:21 Step 15/26 : RUN apk add --update --no-cache dumb-init 06:53:21 ---> Running in 56d71d8a48c1 06:53:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:53:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:53:21 (1/1) Installing dumb-init (1.2.5-r3) 06:53:21 Executing busybox-1.36.1-r29.trigger 06:53:21 OK: 8 MiB in 15 packages 06:53:21 Removing intermediate container 56d71d8a48c1 06:53:21 ---> e062eadc56ed 06:53:21 Step 16/26 : RUN apk --no-cache upgrade 06:53:21 ---> Running in 3aefda374766 06:53:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:53:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:53:21 OK: 8 MiB in 15 packages 06:53:21 Removing intermediate container 3aefda374766 06:53:21 ---> ea743eaf47fa 06:53:21 Step 17/26 : WORKDIR / 06:53:21 ---> Running in a5fe985c5814 06:53:21 Removing intermediate container a5fe985c5814 06:53:21 ---> 4cb1547bcf8b 06:53:21 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 06:53:21 ---> 14d1e5a779a3 06:53:21 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 06:53:21 ---> be103ad0533b 06:53:21 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 06:53:22 using credential edgex-jenkins-ssh 06:53:22 Cloning the remote Git repository 06:53:22 ---> 389aefcd99e6 06:53:22 Step 21/26 : EXPOSE 59900 06:53:22 ---> Running in 9e9da4a85724 06:53:22 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:53:22 > git init /w/workspace/device-virtual-go/207 # timeout=10 06:53:22 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:53:22 > git --version # timeout=10 06:53:22 > git --version # 'git version 2.25.1' 06:53:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:22 Removing intermediate container 9e9da4a85724 06:53:22 ---> 1254a6716080 06:53:22 Step 22/26 : ENTRYPOINT ["/device-virtual"] 06:53:22 ---> Running in 84d9405e886d 06:53:22 Removing intermediate container 84d9405e886d 06:53:22 ---> 80b70c7ad18e 06:53:22 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:53:22 ---> Running in 56e241831d4b 06:53:22 Removing intermediate container 56e241831d4b 06:53:22 ---> 632bdc64e124 06:53:22 Step 24/26 : LABEL arch=amd64 06:53:22 ---> Running in a510dd9a3979 06:53:22 Removing intermediate container a510dd9a3979 06:53:22 ---> 8f3d3b3a714d 06:53:22 Step 25/26 : LABEL git_sha=f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:53:22 ---> Running in d49c9bb6d86d 06:53:22 Removing intermediate container d49c9bb6d86d 06:53:22 ---> d33a8cee188e 06:53:22 Step 26/26 : LABEL version=4.1.0-dev.1 06:53:22 ---> Running in 647e7937211f 06:53:22 Removing intermediate container 647e7937211f 06:53:22 ---> 5bbaef8aa34e 06:53:22 [Warning] One or more build-args [ARCH] were not consumed 06:53:22 Successfully built 5bbaef8aa34e 06:53:22 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:53:22 provisioning config files... 06:53:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16277818666132520565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:53:23 ---> ****-login.sh 06:53:23 nexus3.edgexfoundry.org:10001 06:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:23 Configure a credential helper to remove this warning. See 06:53:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:23 06:53:23 Login Succeeded 06:53:23 nexus3.edgexfoundry.org:10002 06:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:23 Configure a credential helper to remove this warning. See 06:53:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:23 06:53:23 Login Succeeded 06:53:23 nexus3.edgexfoundry.org:10003 06:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:23 Configure a credential helper to remove this warning. See 06:53:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:23 06:53:23 Login Succeeded 06:53:23 nexus3.edgexfoundry.org:10004 06:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:23 Configure a credential helper to remove this warning. See 06:53:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:23 06:53:23 Login Succeeded 06:53:23 ****.io 06:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:53:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:23 Configure a credential helper to remove this warning. See 06:53:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:23 06:53:23 Login Succeeded 06:53:23 ---> ****-login.sh ends [Pipeline] } 06:53:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:53:23 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 06:53:23 f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:53:23 latest 06:53:23 4.1.0-dev.1 06:53:23 f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 06:53:23 main 06:53:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:24 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:24 + docker push nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:53:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 06:53:24 15812f76a7df: Preparing 06:53:24 78a97274ab2b: Preparing 06:53:24 06528b21b8b8: Preparing 06:53:24 da3f37877e08: Preparing 06:53:24 54142018d257: Preparing 06:53:24 994456c4fd7b: Preparing 06:53:24 994456c4fd7b: Waiting 06:53:24 06528b21b8b8: Pushed 06:53:24 54142018d257: Pushed 06:53:24 78a97274ab2b: Pushed 06:53:24 da3f37877e08: Pushed 06:53:24 994456c4fd7b: Layer already exists 06:53:25 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:53:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:53:26 Avoid second fetch 06:53:26 Checking out Revision f1ae59df93e15168f5c84516dd369218cbd3ebf1 (main) 06:53:27 Commit message: "Merge pull request #529 from judehung/update-odesa" 06:53:26 > git config core.sparsecheckout # timeout=10 06:53:26 > git checkout -f f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 06:53:27 15812f76a7df: Pushed 06:53:27 f1ae59df93e15168f5c84516dd369218cbd3ebf1: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:28 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:28 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 06:53:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 06:53:28 15812f76a7df: Preparing 06:53:28 78a97274ab2b: Preparing 06:53:28 06528b21b8b8: Preparing 06:53:28 da3f37877e08: Preparing 06:53:28 54142018d257: Preparing 06:53:28 994456c4fd7b: Preparing 06:53:28 994456c4fd7b: Waiting 06:53:28 54142018d257: Layer already exists 06:53:28 da3f37877e08: Layer already exists 06:53:28 15812f76a7df: Layer already exists 06:53:28 06528b21b8b8: Layer already exists 06:53:28 78a97274ab2b: Layer already exists 06:53:28 994456c4fd7b: Layer already exists 06:53:28 latest: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:28 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 06:53:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 06:53:29 15812f76a7df: Preparing 06:53:29 78a97274ab2b: Preparing 06:53:29 06528b21b8b8: Preparing 06:53:29 da3f37877e08: Preparing 06:53:29 54142018d257: Preparing 06:53:29 994456c4fd7b: Preparing 06:53:29 994456c4fd7b: Waiting 06:53:29 78a97274ab2b: Layer already exists 06:53:29 06528b21b8b8: Layer already exists 06:53:29 54142018d257: Layer already exists 06:53:29 da3f37877e08: Layer already exists 06:53:29 15812f76a7df: Layer already exists 06:53:29 994456c4fd7b: Layer already exists 06:53:29 4.1.0-dev.1: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:29 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 06:53:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 06:53:29 15812f76a7df: Preparing 06:53:29 78a97274ab2b: Preparing 06:53:29 06528b21b8b8: Preparing 06:53:29 da3f37877e08: Preparing 06:53:29 54142018d257: Preparing 06:53:29 994456c4fd7b: Preparing 06:53:29 994456c4fd7b: Waiting 06:53:29 54142018d257: Layer already exists 06:53:29 06528b21b8b8: Layer already exists 06:53:29 15812f76a7df: Layer already exists 06:53:29 78a97274ab2b: Layer already exists 06:53:29 da3f37877e08: Layer already exists 06:53:29 994456c4fd7b: Layer already exists 06:53:29 f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:30 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:30 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 06:53:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 06:53:30 15812f76a7df: Preparing 06:53:30 78a97274ab2b: Preparing 06:53:30 06528b21b8b8: Preparing 06:53:30 da3f37877e08: Preparing 06:53:30 54142018d257: Preparing 06:53:30 994456c4fd7b: Preparing 06:53:30 994456c4fd7b: Waiting 06:53:30 15812f76a7df: Layer already exists 06:53:30 06528b21b8b8: Layer already exists 06:53:30 54142018d257: Layer already exists 06:53:30 da3f37877e08: Layer already exists 06:53:30 78a97274ab2b: Layer already exists 06:53:30 994456c4fd7b: Layer already exists 06:53:30 main: digest: sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:30 ===================================================== [Pipeline] echo 06:53:30 taggedImages: 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:latest 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo 06:53:30 ========================================================= 06:53:30 [edgeXBuildMultiArch] RAW Config: 06:53:30 images: 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:latest 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 06:53:30 - nexus3.edgexfoundry.org:10004/device-virtual:main 06:53:30 settingsFile: 06:53:30 device-virtual-go-settings 06:53:30 ========================================================= [Pipeline] node 06:53:30 Running on prd-centos7-docker-4c-2g-42420 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:53:30 provisioning config files... 06:53:30 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3397585910649377999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:53:31 ---> ****-login.sh 06:53:31 nexus3.edgexfoundry.org:10001 06:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:31 Configure a credential helper to remove this warning. See 06:53:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:31 06:53:31 Login Succeeded 06:53:31 nexus3.edgexfoundry.org:10002 06:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:32 Configure a credential helper to remove this warning. See 06:53:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:32 06:53:32 Login Succeeded 06:53:32 nexus3.edgexfoundry.org:10003 06:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:32 Configure a credential helper to remove this warning. See 06:53:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:32 06:53:32 Login Succeeded 06:53:32 nexus3.edgexfoundry.org:10004 06:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:32 Configure a credential helper to remove this warning. See 06:53:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:32 06:53:32 Login Succeeded 06:53:32 ****.io 06:53:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:53:32 % Total % Received % Xferd Average Speed Time Time Time Current 06:53:32 Dload Upload Total Spent Left Speed 06:53:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 97181 [Pipeline] sh 06:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:32 Configure a credential helper to remove this warning. See 06:53:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:32 06:53:32 Login Succeeded 06:53:32 ---> ****-login.sh ends [Pipeline] } 06:53:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:53:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:53:32 + docker buildx ls 06:53:32 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:53:32 default * docker 06:53:32 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:53:33 + sudo tee /etc/docker/daemon.new 06:53:33 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:53:33 { 06:53:33 "registry-mirrors": [ 06:53:33 "https://nexus3.edgexfoundry.org:10001" 06:53:33 ], 06:53:33 "bip": "10.250.0.254/24", 06:53:33 "hosts": [ 06:53:33 "tcp://0.0.0.0:5555", 06:53:33 "unix:///var/run/docker.sock" 06:53:33 ], 06:53:33 "mtu": 1458, 06:53:33 "selinux-enabled": true, 06:53:33 "seccomp-profile": "/etc/docker/seccomp.json" 06:53:33 } [Pipeline] sh 06:53:33 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:53:33 edgex-builder [Pipeline] sh 06:53:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:53:33 + docker buildx inspect --bootstrap 06:53:33 #1 [internal] booting buildkit 06:53:33 #1 pulling image moby/buildkit:buildx-stable-1 06:53:33 + sudo service docker restart 06:53:36 #1 pulling image moby/buildkit:buildx-stable-1 2.6s done 06:53:36 #1 creating container buildx_buildkit_edgex-builder0 06:53:36 #1 creating container buildx_buildkit_edgex-builder0 1.0s done 06:53:36 #1 DONE 3.7s 06:53:37 Name: edgex-builder 06:53:37 Driver: docker-container 06:53:37 06:53:37 Nodes: 06:53:37 Name: edgex-builder0 06:53:37 Endpoint: unix:///var/run/docker.sock 06:53:37 Status: running 06:53:37 Buildkit: v0.20.2 06:53:37 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:53:37 + docker buildx ls 06:53:37 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:53:37 edgex-builder * docker-container 06:53:37 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:53:37 default docker 06:53:37 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:53:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1' 06:53:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 --push - 06:53:37 #1 [internal] load build definition from Dockerfile 06:53:37 #1 transferring dockerfile: 199B done 06:53:37 #1 DONE 0.0s 06:53:37 06:53:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:53:37 #2 DONE 0.1s 06:53:37 06:53:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1 06:53:38 #3 DONE 0.1s 06:53:38 06:53:38 #4 [internal] load .dockerignore 06:53:38 #4 transferring context: 2B done 06:53:38 #4 DONE 0.0s 06:53:38 06:53:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:38 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:38 #5 DONE 0.0s 06:53:38 06:53:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:38 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:38 #6 DONE 0.1s 06:53:38 06:53:38 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 06:53:38 #7 DONE 0.0s 06:53:38 06:53:38 #8 exporting to image 06:53:38 #8 exporting layers done 06:53:38 #8 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done 06:53:38 #8 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done 06:53:38 #8 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done 06:53:38 #8 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done 06:53:38 #8 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done 06:53:38 #8 pushing layers 0.1s done 06:53:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 06:53:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:53:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done 06:53:38 #8 DONE 0.2s 06:53:38 06:53:38 1 warning found (use --debug to expand): 06:53:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:53:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' 06:53:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - 06:53:38 #1 [internal] load build definition from Dockerfile 06:53:38 #1 transferring dockerfile: 165B done 06:53:38 #1 DONE 0.0s 06:53:38 06:53:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 06:53:38 #2 DONE 0.0s 06:53:38 06:53:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 06:53:38 #3 DONE 0.0s 06:53:38 06:53:38 #4 [internal] load .dockerignore 06:53:38 #4 transferring context: 2B done 06:53:38 #4 DONE 0.0s 06:53:38 06:53:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:38 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:38 #5 CACHED 06:53:38 06:53:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:38 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:38 #6 CACHED 06:53:38 06:53:38 #7 exporting to image 06:53:38 #7 exporting layers done 06:53:38 #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done 06:53:38 #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done 06:53:38 #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done 06:53:38 #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done 06:53:38 #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done 06:53:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:53:38 #7 pushing layers 0.0s done 06:53:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done 06:53:38 #7 DONE 0.1s 06:53:38 06:53:38 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 06:53:38 #8 DONE 0.0s 06:53:38 06:53:38 1 warning found (use --debug to expand): 06:53:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:53:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1' 06:53:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 --push - 06:53:39 #1 [internal] load build definition from Dockerfile 06:53:39 #1 transferring dockerfile: 170B done 06:53:39 #1 DONE 0.0s 06:53:39 06:53:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 06:53:39 #2 DONE 0.0s 06:53:39 06:53:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 06:53:39 #3 DONE 0.0s 06:53:39 06:53:39 #4 [internal] load .dockerignore 06:53:39 #4 transferring context: 2B done 06:53:39 #4 DONE 0.0s 06:53:39 06:53:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:39 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:39 #5 CACHED 06:53:39 06:53:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:39 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:39 #6 CACHED 06:53:39 06:53:39 #7 exporting to image 06:53:39 #7 exporting layers done 06:53:39 #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done 06:53:39 #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done 06:53:39 #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done 06:53:39 #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done 06:53:39 #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done 06:53:39 #7 pushing layers 06:53:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:53:39 #7 pushing layers 0.0s done 06:53:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done 06:53:39 #7 DONE 0.1s 06:53:39 06:53:39 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 06:53:39 #8 DONE 0.0s 06:53:39 06:53:39 1 warning found (use --debug to expand): 06:53:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:53:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1' 06:53:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 --push - 06:53:39 #1 [internal] load build definition from Dockerfile 06:53:39 #1 transferring dockerfile: 211B done 06:53:39 #1 DONE 0.0s 06:53:39 06:53:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 06:53:39 #2 DONE 0.0s 06:53:39 06:53:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 06:53:39 #3 DONE 0.0s 06:53:39 06:53:39 #4 [internal] load .dockerignore 06:53:39 #4 transferring context: 2B done 06:53:39 #4 DONE 0.0s 06:53:39 06:53:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:39 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:39 #5 CACHED 06:53:39 06:53:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:39 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e done 06:53:39 #6 CACHED 06:53:39 06:53:39 #7 exporting to image 06:53:39 #7 exporting layers done 06:53:39 #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done 06:53:39 #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done 06:53:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:53:40 #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done 06:53:40 #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done 06:53:40 #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done 06:53:40 #7 pushing layers 0.0s done 06:53:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done 06:53:40 #7 DONE 0.1s 06:53:40 06:53:40 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 06:53:40 #8 DONE 0.0s 06:53:40 06:53:40 1 warning found (use --debug to expand): 06:53:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:53:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' 06:53:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - 06:53:40 #1 [internal] load build definition from Dockerfile 06:53:40 #1 transferring dockerfile: 163B done 06:53:40 #1 DONE 0.0s 06:53:40 06:53:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 06:53:40 #2 DONE 0.0s 06:53:40 06:53:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 06:53:40 #3 DONE 0.0s 06:53:40 06:53:40 #4 [internal] load .dockerignore 06:53:40 #4 transferring context: 2B done 06:53:40 #4 DONE 0.0s 06:53:40 06:53:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:40 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e done 06:53:40 #5 CACHED 06:53:40 06:53:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 06:53:40 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:4bbf643b260081625b6ff3ca70bd879a9bd0a1051290e1139dc15d573fa7423e 0.0s done 06:53:40 #6 CACHED 06:53:40 06:53:40 #7 exporting to image 06:53:40 #7 exporting layers done 06:53:40 #7 exporting manifest sha256:77c1abe4b4eb254d80b1ed525f49e7c70b9c5a37e55a128b24c8e3ea2afa9dc6 done 06:53:40 #7 exporting config sha256:546fff4c55eaa7a8f629554913141f3bd1c7685b26427fc8a8e04d4a0a894025 done 06:53:40 #7 exporting manifest sha256:d3fd26d1e4abab09b49583c72557e6910fc586139caa091b5d26dcaa51b20367 done 06:53:40 #7 exporting config sha256:ac2745687418a5f3eb110c5e3127b73244b96b3e1ead77793001eca606b58f07 done 06:53:40 #7 exporting manifest list sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b done 06:53:40 #7 pushing layers 0.0s done 06:53:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 06:53:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:53:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:d8b9ddbff1b7f064198e028d076c4ff66a60fb2a02974a8fafeebf4b4682df2b 0.1s done 06:53:40 #7 DONE 0.1s 06:53:40 06:53:40 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 06:53:40 #8 DONE 0.0s 06:53:40 06:53:40 1 warning found (use --debug to expand): 06:53:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:53:40 + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:53:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:53:41 ---> package-listing.sh 06:53:41 ++ facter osfamily 06:53:41 ++ tr '[:upper:]' '[:lower:]' 06:53:42 + OS_FAMILY=redhat 06:53:42 + workspace=/w/workspace/exfoundry_device-virtual-go_main 06:53:42 + START_PACKAGES=/tmp/packages_start.txt 06:53:42 + END_PACKAGES=/tmp/packages_end.txt 06:53:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:53:42 + PACKAGES=/tmp/packages_start.txt 06:53:42 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 06:53:42 + PACKAGES=/tmp/packages_end.txt 06:53:42 + case "${OS_FAMILY}" in 06:53:42 + rpm -qa 06:53:42 + sort 06:53:42 + '[' -f /tmp/packages_start.txt ']' 06:53:42 + '[' -f /tmp/packages_end.txt ']' 06:53:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:53:42 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 06:53:42 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 06:53:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 06:53:42 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 06:53:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:53:43 06:53:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:53:43 latest: Pulling from edgex-lftools-log-publisher 06:53:43 5eb5b503b376: Pulling fs layer 06:53:43 5c69ac0246d0: Pulling fs layer 06:53:43 ec43610c2a17: Pulling fs layer 06:53:43 3a2ae6a8a46f: Pulling fs layer 06:53:43 33b1e0a273af: Pulling fs layer 06:53:43 5d3b04190fa2: Pulling fs layer 06:53:43 2f39f015ded8: Pulling fs layer 06:53:43 3a2ae6a8a46f: Waiting 06:53:43 33b1e0a273af: Waiting 06:53:43 5d3b04190fa2: Waiting 06:53:43 2f39f015ded8: Waiting 06:53:43 5c69ac0246d0: Verifying Checksum 06:53:43 5c69ac0246d0: Download complete 06:53:43 3a2ae6a8a46f: Verifying Checksum 06:53:43 3a2ae6a8a46f: Download complete 06:53:43 33b1e0a273af: Verifying Checksum 06:53:43 33b1e0a273af: Download complete 06:53:43 ec43610c2a17: Verifying Checksum 06:53:43 ec43610c2a17: Download complete 06:53:43 5d3b04190fa2: Verifying Checksum 06:53:43 5d3b04190fa2: Download complete 06:53:43 5eb5b503b376: Verifying Checksum 06:53:43 5eb5b503b376: Download complete 06:53:44 2f39f015ded8: Verifying Checksum 06:53:44 2f39f015ded8: Download complete 06:53:45 5eb5b503b376: Pull complete 06:53:45 5c69ac0246d0: Pull complete 06:53:45 ec43610c2a17: Pull complete 06:53:45 3a2ae6a8a46f: Pull complete 06:53:45 33b1e0a273af: Pull complete 06:53:45 5d3b04190fa2: Pull complete 06:53:50 2f39f015ded8: Pull complete 06:53:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:53:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:53:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:53:50 prd-centos7-docker-4c-2g-42420 does not seem to be running inside a container 06:53:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:53:53 $ docker top 51fb95c910b03f2630002246f742cc2b713a489f3c05d87337ef0f3596a91292 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 06:53:53 provisioning config files... 06:53:53 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/207@tmp/config7656401360556523590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:53:53 + touch /tmp/pre-build-complete [Pipeline] sh 06:53:53 ---> ****-login.sh 06:53:53 nexus3.edgexfoundry.org:10001 06:53:54 + mkdir -p /var/log/sysstat [Pipeline] sh 06:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:54 + ls /var/log/sa-host 06:53:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:53:54 provisioning config files... 06:53:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12296210238404783948tmp [Pipeline] { [Pipeline] echo 06:53:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:54 Configure a credential helper to remove this warning. See 06:53:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:54 06:53:54 Login Succeeded 06:53:54 nexus3.edgexfoundry.org:10002 06:53:54 ---> create-netrc.sh [Pipeline] } 06:53:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:55 Configure a credential helper to remove this warning. See 06:53:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:55 06:53:55 Login Succeeded 06:53:55 nexus3.edgexfoundry.org:10003 06:53:55 ---> python-tools-install.sh [Pipeline] echo 06:53:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:55 Configure a credential helper to remove this warning. See 06:53:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:55 06:53:55 Login Succeeded 06:53:55 nexus3.edgexfoundry.org:10004 06:53:55 ---> sudo-logs.sh 06:53:55 Archiving 'sudo' log.. 06:53:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-42420.novalocal: Name or service not known 06:53:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-42420.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 06:53:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:55 Configure a credential helper to remove this warning. See 06:53:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:55 06:53:55 Login Succeeded 06:53:55 ****.io 06:53:55 ---> job-cost.sh 06:53:55 lf-activate-venv: SKIPPING 06:53:55 INFO: No Stack... 06:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:53:55 INFO: Retrieving Pricing Info for: v3-standard-2 06:53:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:53:56 Configure a credential helper to remove this warning. See 06:53:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:53:56 06:53:56 Login Succeeded 06:53:56 ---> ****-login.sh ends [Pipeline] } 06:53:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv 06:53:56 INFO: Archiving Costs [Pipeline] unstash [Pipeline] echo 06:53:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo 06:53:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:53:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] 06:53:56 ---> logs-deploy.sh 06:53:56 lf-activate-venv: SKIPPING 06:53:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/207 06:53:56 INFO: archiving workspace using pattern(s): [Pipeline] echo 06:53:56 ========================================================= 06:53:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:53:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:56 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:53:57 Archives upload complete. 06:53:57 INFO: archiving logs to Nexus 06:53:57 Sending build context to Docker daemon 20.54MB 06:53:57 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:53:57 Step 2/12 : FROM ${BASE} AS builder 06:53:57 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:53:57 9986a736f7d3: Pulling fs layer 06:53:57 1f018df60701: Pulling fs layer 06:53:57 39f8f326b044: Pulling fs layer 06:53:57 e6a1e7a6a96a: Pulling fs layer 06:53:57 4f4fb700ef54: Pulling fs layer 06:53:57 d45d956e0dbf: Pulling fs layer 06:53:57 d7702b0d1db1: Pulling fs layer 06:53:57 5c7f0f088c93: Pulling fs layer 06:53:57 4fdc064ae6cf: Pulling fs layer 06:53:57 e6a1e7a6a96a: Waiting 06:53:57 d45d956e0dbf: Waiting 06:53:57 4f4fb700ef54: Waiting 06:53:57 5c7f0f088c93: Waiting 06:53:57 d7702b0d1db1: Waiting 06:53:57 4fdc064ae6cf: Waiting 06:53:57 1f018df60701: Verifying Checksum 06:53:57 1f018df60701: Download complete 06:53:57 e6a1e7a6a96a: Verifying Checksum 06:53:57 e6a1e7a6a96a: Download complete 06:53:57 4f4fb700ef54: Verifying Checksum 06:53:57 4f4fb700ef54: Download complete 06:53:57 d45d956e0dbf: Verifying Checksum 06:53:57 d45d956e0dbf: Download complete 06:53:57 d7702b0d1db1: Verifying Checksum 06:53:57 d7702b0d1db1: Download complete 06:53:57 9986a736f7d3: Verifying Checksum 06:53:57 9986a736f7d3: Download complete 06:53:58 4fdc064ae6cf: Verifying Checksum 06:53:58 4fdc064ae6cf: Download complete 06:53:58 ---> uname -a: 06:53:58 Linux prd-centos7-docker-4c-2g-42420.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 06:53:58 06:53:58 06:53:58 ---> lscpu: 06:53:58 Architecture: x86_64 06:53:58 CPU op-mode(s): 32-bit, 64-bit 06:53:58 Byte Order: Little Endian 06:53:58 Address sizes: 40 bits physical, 48 bits virtual 06:53:58 CPU(s): 2 06:53:58 On-line CPU(s) list: 0,1 06:53:58 Thread(s) per core: 1 06:53:58 Core(s) per socket: 1 06:53:58 Socket(s): 2 06:53:58 NUMA node(s): 1 06:53:58 Vendor ID: AuthenticAMD 06:53:58 CPU family: 23 06:53:58 Model: 49 06:53:58 Model name: AMD EPYC-Rome Processor 06:53:58 Stepping: 0 06:53:58 CPU MHz: 2799.996 06:53:58 BogoMIPS: 5599.99 06:53:58 Virtualization: AMD-V 06:53:58 Hypervisor vendor: KVM 06:53:58 Virtualization type: full 06:53:58 L1d cache: 64 KiB 06:53:58 L1i cache: 64 KiB 06:53:58 L2 cache: 1 MiB 06:53:58 L3 cache: 32 MiB 06:53:58 NUMA node0 CPU(s): 0,1 06:53:58 Vulnerability Itlb multihit: Not affected 06:53:58 Vulnerability L1tf: Not affected 06:53:58 Vulnerability Mds: Not affected 06:53:58 Vulnerability Meltdown: Not affected 06:53:58 Vulnerability Mmio stale data: Not affected 06:53:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:53:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:53:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:53:58 Vulnerability Srbds: Not affected 06:53:58 Vulnerability Tsx async abort: Not affected 06:53:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 06:53:58 06:53:58 06:53:58 ---> nproc: 06:53:58 2 06:53:58 06:53:58 06:53:58 ---> df -h: 06:53:58 Filesystem Size Used Avail Use% Mounted on 06:53:58 overlay 40G 7.3G 33G 19% / 06:53:58 tmpfs 64M 0 64M 0% /dev 06:53:58 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 06:53:58 shm 64M 0 64M 0% /dev/shm 06:53:58 /dev/vda1 40G 7.3G 33G 19% /facter-os 06:53:58 06:53:58 06:53:58 Cannot open /var/log/sysstat/sa31: No such file or directory 06:53:58 Please check if data collecting is enabled 06:53:58 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:58 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:53:58 $ docker stop --time=1 51fb95c910b03f2630002246f742cc2b713a489f3c05d87337ef0f3596a91292 06:53:58 9986a736f7d3: Pull complete 06:53:59 1f018df60701: Pull complete 06:53:59 $ docker rm -f --volumes 51fb95c910b03f2630002246f742cc2b713a489f3c05d87337ef0f3596a91292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:53:59 [WS-CLEANUP] Deleting project workspace... 06:53:59 [WS-CLEANUP] Deferred wipeout is used... 06:53:59 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage 06:53:59 39f8f326b044: Verifying Checksum 06:53:59 39f8f326b044: Download complete Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:54:00 06:54:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:00 5c7f0f088c93: Verifying Checksum 06:54:00 5c7f0f088c93: Download complete 06:54:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:54:00 latest: Pulling from edgex-lftools-log-publisher 06:54:00 5eb5b503b376: Pulling fs layer 06:54:00 5c69ac0246d0: Pulling fs layer 06:54:00 ec43610c2a17: Pulling fs layer 06:54:00 3a2ae6a8a46f: Pulling fs layer 06:54:00 33b1e0a273af: Pulling fs layer 06:54:00 3a2ae6a8a46f: Waiting 06:54:00 5d3b04190fa2: Pulling fs layer 06:54:00 2f39f015ded8: Pulling fs layer 06:54:00 2f39f015ded8: Waiting 06:54:00 5d3b04190fa2: Waiting 06:54:00 33b1e0a273af: Waiting 06:54:00 5c69ac0246d0: Verifying Checksum 06:54:00 5c69ac0246d0: Download complete 06:54:00 3a2ae6a8a46f: Download complete 06:54:00 ec43610c2a17: Verifying Checksum 06:54:00 ec43610c2a17: Download complete 06:54:00 33b1e0a273af: Verifying Checksum 06:54:00 33b1e0a273af: Download complete 06:54:00 5d3b04190fa2: Download complete 06:54:00 5eb5b503b376: Verifying Checksum 06:54:00 5eb5b503b376: Download complete 06:54:01 2f39f015ded8: Download complete 06:54:01 5eb5b503b376: Pull complete 06:54:01 5c69ac0246d0: Pull complete 06:54:02 ec43610c2a17: Pull complete 06:54:02 3a2ae6a8a46f: Pull complete 06:54:02 33b1e0a273af: Pull complete 06:54:02 5d3b04190fa2: Pull complete 06:54:06 2f39f015ded8: Pull complete 06:54:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:54:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:54:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:06 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 06:54:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:54:07 $ docker top 5ca318ab0cdda1981ab78663bfbc49f53d1dc0ca391ecf8cec61eb060fae8190 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:08 ---> job-cost.sh 06:54:08 lf-activate-venv: SKIPPING 06:54:08 INFO: No Stack... 06:54:08 INFO: Retrieving Pricing Info for: v3-standard-8 06:54:08 INFO: Archiving Costs [Pipeline] sh 06:54:09 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 06:54:09 + cut -d, -f6 [Pipeline] lock 06:54:09 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] 06:54:09 Resource [jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] did not exist. Created. 06:54:09 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:54:09 + echo total: 0.2199999988079071 [Pipeline] stash 06:54:09 Stashed 1 file(s) [Pipeline] } 06:54:09 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } 06:54:09 $ docker stop --time=1 5ca318ab0cdda1981ab78663bfbc49f53d1dc0ca391ecf8cec61eb060fae8190 06:54:10 $ docker rm -f --volumes 5ca318ab0cdda1981ab78663bfbc49f53d1dc0ca391ecf8cec61eb060fae8190 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:54:15 39f8f326b044: Pull complete 06:54:15 e6a1e7a6a96a: Pull complete 06:54:15 4f4fb700ef54: Pull complete 06:54:15 d45d956e0dbf: Pull complete 06:54:15 d7702b0d1db1: Pull complete 06:54:22 5c7f0f088c93: Pull complete 06:54:23 4fdc064ae6cf: Pull complete 06:54:23 Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 06:54:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:54:23 ---> 63f30b955cb9 06:54:23 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:54:24 ---> Running in 0f62b4cc5a38 06:54:24 Removing intermediate container 0f62b4cc5a38 06:54:24 ---> ec23d9330393 06:54:24 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 06:54:24 ---> Running in 18158267ce6d 06:54:25 Removing intermediate container 18158267ce6d 06:54:25 ---> c396d4fb9a77 06:54:25 Step 5/12 : ARG ADD_BUILD_TAGS="" 06:54:25 ---> Running in ccfd1890328f 06:54:25 Removing intermediate container ccfd1890328f 06:54:25 ---> 33722578a7b4 06:54:25 Step 6/12 : WORKDIR /device-virtual-go 06:54:25 ---> Running in 112b39ad5a12 06:54:25 Removing intermediate container 112b39ad5a12 06:54:25 ---> af3ecd12cdfe 06:54:25 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:54:26 ---> Running in ba59165d2bbf 06:54:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:54:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:54:28 (1/4) Installing openssh-keygen (9.7_p1-r5) 06:54:28 (2/4) Installing libedit (20240517.3.1-r0) 06:54:28 (3/4) Installing openssh-client-common (9.7_p1-r5) 06:54:28 (4/4) Installing openssh-client-default (9.7_p1-r5) 06:54:29 Executing busybox-1.36.1-r29.trigger 06:54:29 OK: 244 MiB in 62 packages 06:54:30 Removing intermediate container ba59165d2bbf 06:54:30 ---> b211e35b3f9c 06:54:30 Step 8/12 : COPY go.mod vendor* ./ 06:54:30 ---> f03cab165149 06:54:30 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:30 ---> Running in 876d5f48924f 06:56:22 Removing intermediate container 876d5f48924f 06:56:22 ---> b299986c050f 06:56:22 Step 10/12 : COPY . . 06:56:22 ---> ba9b9e8d51e0 06:56:22 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:56:22 ---> Running in 68114860e4a9 06:56:22 Removing intermediate container 68114860e4a9 06:56:22 ---> d2dd2a314e44 06:56:22 Step 12/12 : RUN $MAKE 06:56:22 ---> Running in 39adc440efe0 06:56:22 noop 06:56:22 Removing intermediate container 39adc440efe0 06:56:22 ---> cb31f9b42c34 06:56:22 Successfully built cb31f9b42c34 06:56:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:22 + docker inspect -f . ci-base-image-arm64 06:56:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:56:22 prd-ubuntu20.04-docker-arm64-4c-16g-42422 does not seem to be running inside a container 06:56:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/207 -v /w/workspace/device-virtual-go/207:/w/workspace/device-virtual-go/207:rw,z -v /w/workspace/device-virtual-go/207@tmp:/w/workspace/device-virtual-go/207@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 ******** -e ******** ci-base-image-arm64 cat 06:56:24 $ docker top 3bfb6b2b34406afc4a0b324cc868c2801bbf7d9c27db2f135127c38e170a28a0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:25 + go version 06:56:25 go version go1.23.4 linux/arm64 [Pipeline] } 06:56:25 $ docker stop --time=1 3bfb6b2b34406afc4a0b324cc868c2801bbf7d9c27db2f135127c38e170a28a0 06:56:26 $ docker rm -f --volumes 3bfb6b2b34406afc4a0b324cc868c2801bbf7d9c27db2f135127c38e170a28a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:27 + docker inspect -f . ci-base-image-arm64 06:56:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:56:27 prd-ubuntu20.04-docker-arm64-4c-16g-42422 does not seem to be running inside a container 06:56:27 $ 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/207 -v /w/workspace/device-virtual-go/207:/w/workspace/device-virtual-go/207:rw,z -v /w/workspace/device-virtual-go/207@tmp:/w/workspace/device-virtual-go/207@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 ******** -e ******** ci-base-image-arm64 cat 06:56:29 $ docker top e9184fe5a22572352094fa1a3463d227a2fe2719fbdfc09aecd98b489d106457 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:29 + git config --global --add safe.directory /w/workspace/device-virtual-go/207 [Pipeline] fileExists [Pipeline] sh 06:56:30 + make test 06:56:30 go test ./... -coverprofile=coverage.out 06:56:37 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:59:43 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 06:59:43 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.058s coverage: 58.3% of statements 06:59:43 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:59:43 go vet ./... 07:00:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:00:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:00:31 ./bin/test-attribution-txt.sh [Pipeline] echo 07:00:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 07:00:31 $ docker stop --time=1 e9184fe5a22572352094fa1a3463d227a2fe2719fbdfc09aecd98b489d106457 07:00:33 $ docker rm -f --volumes e9184fe5a22572352094fa1a3463d227a2fe2719fbdfc09aecd98b489d106457 [Pipeline] // withDockerContainer [Pipeline] sh 07:00:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:00:35 Warning: overwriting stash ‘coverage-report’ 07:00:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:00:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:00:36 + ls -al . 07:00:36 total 264 07:00:36 drwxrwxr-x 7 jenkins jenkins 4096 Mar 31 06:56 . 07:00:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 06:53 .. 07:00:36 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 06:53 .git 07:00:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:53 .github 07:00:36 -rw-rw-r-- 1 jenkins jenkins 272 Mar 31 06:53 .gitignore 07:00:36 -rw-rw-r-- 1 jenkins jenkins 199 Mar 31 06:53 .golangci.yml 07:00:36 -rw-rw-r-- 1 jenkins jenkins 18321 Mar 31 06:53 Attribution.txt 07:00:36 -rw-rw-r-- 1 jenkins jenkins 17302 Mar 31 06:53 CHANGELOG.md 07:00:36 -rw-rw-r-- 1 jenkins jenkins 1755 Mar 31 06:53 Dockerfile 07:00:36 -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 06:53 GOVERNANCE.md 07:00:36 -rw-rw-r-- 1 jenkins jenkins 660 Mar 31 06:53 Jenkinsfile 07:00:36 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 06:53 LICENSE 07:00:36 -rw-rw-r-- 1 jenkins jenkins 2652 Mar 31 06:53 Makefile 07:00:36 -rw-rw-r-- 1 jenkins jenkins 623 Mar 31 06:53 OWNERS.md 07:00:36 -rw-rw-r-- 1 jenkins jenkins 4473 Mar 31 06:53 README.md 07:00:36 -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 06:51 VERSION 07:00:36 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 06:53 bin 07:00:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:53 cmd 07:00:36 -rw-r--r-- 1 jenkins jenkins 43316 Mar 31 06:59 coverage.out 07:00:36 -rw-rw-r-- 1 jenkins jenkins 6032 Mar 31 06:53 go.mod 07:00:36 -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 06:53 go.sum 07:00:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 06:53 internal 07:00:36 -rw-rw-r-- 1 jenkins jenkins 235 Mar 31 06:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:36 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f1ae59df93e15168f5c84516dd369218cbd3ebf1 --label arch=arm64 --label version=4.1.0-dev.1 . 07:00:37 Sending build context to Docker daemon 20.59MB 07:00:37 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 07:00:37 Step 2/26 : FROM ${BASE} AS builder 07:00:37 ---> cb31f9b42c34 07:00:37 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:00:37 ---> Running in 5d807b68918c 07:00:37 Removing intermediate container 5d807b68918c 07:00:37 ---> 935a7c74fc49 07:00:37 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 07:00:37 ---> Running in ae09afc994f5 07:00:37 Removing intermediate container ae09afc994f5 07:00:37 ---> d5ecff924f3f 07:00:37 Step 5/26 : ARG ADD_BUILD_TAGS="" 07:00:37 ---> Running in df2dec7a694c 07:00:38 Removing intermediate container df2dec7a694c 07:00:38 ---> 95d368261ec9 07:00:38 Step 6/26 : WORKDIR /device-virtual-go 07:00:38 ---> Running in 46ed753821f2 07:00:38 Removing intermediate container 46ed753821f2 07:00:38 ---> ea9c95b67f26 07:00:38 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:00:38 ---> Running in 2c8a54304e49 07:00:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:00:41 OK: 244 MiB in 62 packages 07:00:42 Removing intermediate container 2c8a54304e49 07:00:42 ---> 8a9887d4cd8c 07:00:42 Step 8/26 : COPY go.mod vendor* ./ 07:00:42 ---> b24e8750689a 07:00:42 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:00:42 ---> Running in d761127d9d79 07:00:45 Removing intermediate container d761127d9d79 07:00:45 ---> 30c017b28e02 07:00:45 Step 10/26 : COPY . . 07:00:46 ---> f28c9092799b 07:00:46 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:00:46 ---> Running in adfa42365727 07:00:46 Removing intermediate container adfa42365727 07:00:46 ---> 1f5d4f256d88 07:00:46 Step 12/26 : RUN $MAKE 07:00:47 ---> Running in 55e8eab4845f 07:00:47 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 07:04:09 Removing intermediate container 55e8eab4845f 07:04:09 ---> 2f5c01c622a2 07:04:09 Step 13/26 : FROM alpine:3.20 07:04:09 3.20: Pulling from library/alpine 07:04:09 94e9d8af2201: Pulling fs layer 07:04:09 94e9d8af2201: Verifying Checksum 07:04:09 94e9d8af2201: Download complete 07:04:09 94e9d8af2201: Pull complete 07:04:09 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:04:09 Status: Downloaded newer image for alpine:3.20 07:04:09 ---> 7aab056cecc6 07:04:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 07:04:09 ---> Running in 926353d93d4d 07:04:09 Removing intermediate container 926353d93d4d 07:04:09 ---> f462cad8d7c3 07:04:09 Step 15/26 : RUN apk add --update --no-cache dumb-init 07:04:09 ---> Running in 7330f1a55c3c 07:04:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:04:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:04:09 (1/1) Installing dumb-init (1.2.5-r3) 07:04:09 Executing busybox-1.36.1-r29.trigger 07:04:09 OK: 9 MiB in 15 packages 07:04:09 Removing intermediate container 7330f1a55c3c 07:04:09 ---> 800dae3a0cef 07:04:09 Step 16/26 : RUN apk --no-cache upgrade 07:04:09 ---> Running in 5df516248209 07:04:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:04:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:04:10 OK: 9 MiB in 15 packages 07:04:11 Removing intermediate container 5df516248209 07:04:11 ---> 7f9521e042ee 07:04:11 Step 17/26 : WORKDIR / 07:04:11 ---> Running in 25d6582dfd9e 07:04:12 Removing intermediate container 25d6582dfd9e 07:04:12 ---> cd98c4dfe5c7 07:04:12 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 07:04:12 ---> 7b9ca6a6d316 07:04:12 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 07:04:13 ---> 14445b81e1ba 07:04:13 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 07:04:15 ---> f9f41c8b792d 07:04:15 Step 21/26 : EXPOSE 59900 07:04:15 ---> Running in 27947b47597f 07:04:15 Removing intermediate container 27947b47597f 07:04:15 ---> cff2488b81aa 07:04:15 Step 22/26 : ENTRYPOINT ["/device-virtual"] 07:04:15 ---> Running in 2fb264094237 07:04:15 Removing intermediate container 2fb264094237 07:04:15 ---> 3f709b484c86 07:04:15 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 07:04:15 ---> Running in bcfb076aeb2c 07:04:15 Removing intermediate container bcfb076aeb2c 07:04:15 ---> 2f50222f57db 07:04:15 Step 24/26 : LABEL arch=arm64 07:04:16 ---> Running in 8cfcd3cbe049 07:04:16 Removing intermediate container 8cfcd3cbe049 07:04:16 ---> 20375742a1c1 07:04:16 Step 25/26 : LABEL git_sha=f1ae59df93e15168f5c84516dd369218cbd3ebf1 07:04:16 ---> Running in 4c084b2881e2 07:04:16 Removing intermediate container 4c084b2881e2 07:04:16 ---> 78d25bd0502c 07:04:16 Step 26/26 : LABEL version=4.1.0-dev.1 07:04:16 ---> Running in e4bbfcd84578 07:04:17 Removing intermediate container e4bbfcd84578 07:04:17 ---> da009242db81 07:04:17 [Warning] One or more build-args [ARCH] were not consumed 07:04:17 Successfully built da009242db81 07:04:17 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:04:17 provisioning config files... 07:04:17 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/207@tmp/config14618723222007566732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:04:17 ---> ****-login.sh 07:04:17 nexus3.edgexfoundry.org:10001 07:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:18 Configure a credential helper to remove this warning. See 07:04:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:18 07:04:18 Login Succeeded 07:04:18 nexus3.edgexfoundry.org:10002 07:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:18 Configure a credential helper to remove this warning. See 07:04:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:18 07:04:18 Login Succeeded 07:04:18 nexus3.edgexfoundry.org:10003 07:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:18 Configure a credential helper to remove this warning. See 07:04:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:18 07:04:18 Login Succeeded 07:04:18 nexus3.edgexfoundry.org:10004 07:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:19 Configure a credential helper to remove this warning. See 07:04:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:19 07:04:19 Login Succeeded 07:04:19 ****.io 07:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:19 Configure a credential helper to remove this warning. See 07:04:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:19 07:04:19 Login Succeeded 07:04:19 ---> ****-login.sh ends [Pipeline] } 07:04:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:04:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:04:19 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 07:04:19 f1ae59df93e15168f5c84516dd369218cbd3ebf1 07:04:19 latest 07:04:19 4.1.0-dev.1 07:04:19 f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 07:04:19 main 07:04:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:19 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:20 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 07:04:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:04:20 ac7f98eada2f: Preparing 07:04:20 a3d73ee75077: Preparing 07:04:20 855f41446f9f: Preparing 07:04:20 660ba57b2b54: Preparing 07:04:20 4115341ac1eb: Preparing 07:04:20 dd9c8f8612c8: Preparing 07:04:20 dd9c8f8612c8: Waiting 07:04:20 660ba57b2b54: Pushed 07:04:20 4115341ac1eb: Pushed 07:04:20 855f41446f9f: Pushed 07:04:20 a3d73ee75077: Pushed 07:04:20 dd9c8f8612c8: Layer already exists 07:04:28 ac7f98eada2f: Pushed 07:04:28 f1ae59df93e15168f5c84516dd369218cbd3ebf1: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:29 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 07:04:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:04:29 ac7f98eada2f: Preparing 07:04:29 a3d73ee75077: Preparing 07:04:29 855f41446f9f: Preparing 07:04:29 660ba57b2b54: Preparing 07:04:29 4115341ac1eb: Preparing 07:04:29 dd9c8f8612c8: Preparing 07:04:29 dd9c8f8612c8: Waiting 07:04:29 ac7f98eada2f: Layer already exists 07:04:29 4115341ac1eb: Layer already exists 07:04:29 660ba57b2b54: Layer already exists 07:04:29 855f41446f9f: Layer already exists 07:04:29 a3d73ee75077: Layer already exists 07:04:29 dd9c8f8612c8: Layer already exists 07:04:29 latest: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:30 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:30 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 07:04:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:04:30 ac7f98eada2f: Preparing 07:04:30 a3d73ee75077: Preparing 07:04:30 855f41446f9f: Preparing 07:04:30 660ba57b2b54: Preparing 07:04:30 4115341ac1eb: Preparing 07:04:30 dd9c8f8612c8: Preparing 07:04:30 dd9c8f8612c8: Waiting 07:04:30 660ba57b2b54: Layer already exists 07:04:30 ac7f98eada2f: Layer already exists 07:04:30 855f41446f9f: Layer already exists 07:04:30 4115341ac1eb: Layer already exists 07:04:30 a3d73ee75077: Layer already exists 07:04:30 dd9c8f8612c8: Layer already exists 07:04:30 4.1.0-dev.1: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:31 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:31 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 07:04:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:04:31 ac7f98eada2f: Preparing 07:04:31 a3d73ee75077: Preparing 07:04:31 855f41446f9f: Preparing 07:04:31 660ba57b2b54: Preparing 07:04:31 4115341ac1eb: Preparing 07:04:31 dd9c8f8612c8: Preparing 07:04:31 dd9c8f8612c8: Waiting 07:04:31 4115341ac1eb: Layer already exists 07:04:31 660ba57b2b54: Layer already exists 07:04:31 a3d73ee75077: Layer already exists 07:04:31 855f41446f9f: Layer already exists 07:04:31 ac7f98eada2f: Layer already exists 07:04:31 dd9c8f8612c8: Layer already exists 07:04:31 f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:31 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:32 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 07:04:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 07:04:32 ac7f98eada2f: Preparing 07:04:32 a3d73ee75077: Preparing 07:04:32 855f41446f9f: Preparing 07:04:32 660ba57b2b54: Preparing 07:04:32 4115341ac1eb: Preparing 07:04:32 dd9c8f8612c8: Preparing 07:04:32 ac7f98eada2f: Layer already exists 07:04:32 660ba57b2b54: Layer already exists 07:04:32 855f41446f9f: Layer already exists 07:04:32 a3d73ee75077: Layer already exists 07:04:32 4115341ac1eb: Layer already exists 07:04:32 dd9c8f8612c8: Layer already exists 07:04:32 main: digest: sha256:9c6e3fa326db252a7450c8dae90ad2d35fd512dfaf4bfec585535205be7c2cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:04:32 ===================================================== [Pipeline] echo 07:04:32 taggedImages: 07:04:32 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 07:04:32 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 07:04:32 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 07:04:32 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 07:04:32 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo 07:04:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] echo 07:04:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo 07:04:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [Pipeline] echo 07:04:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f1ae59df93e15168f5c84516dd369218cbd3ebf1-4.1.0-dev.1 [Pipeline] echo 07:04:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:04:33 07:04:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:04:33 arm64: Pulling from edgex-lftools-log-publisher 07:04:33 8998bd30e6a1: Pulling fs layer 07:04:33 04944245beec: Pulling fs layer 07:04:33 699f458cf7ca: Pulling fs layer 07:04:33 765212b225bb: Pulling fs layer 07:04:33 f23df028b6ca: Pulling fs layer 07:04:33 765212b225bb: Waiting 07:04:33 d65c8cfc05b1: Pulling fs layer 07:04:33 2437ff75d9bd: Pulling fs layer 07:04:33 d65c8cfc05b1: Waiting 07:04:33 2437ff75d9bd: Waiting 07:04:33 f23df028b6ca: Waiting 07:04:33 04944245beec: Verifying Checksum 07:04:33 04944245beec: Download complete 07:04:33 765212b225bb: Verifying Checksum 07:04:33 765212b225bb: Download complete 07:04:33 f23df028b6ca: Verifying Checksum 07:04:33 f23df028b6ca: Download complete 07:04:33 d65c8cfc05b1: Verifying Checksum 07:04:33 d65c8cfc05b1: Download complete 07:04:33 699f458cf7ca: Verifying Checksum 07:04:33 699f458cf7ca: Download complete 07:04:34 8998bd30e6a1: Verifying Checksum 07:04:34 8998bd30e6a1: Download complete 07:04:36 2437ff75d9bd: Verifying Checksum 07:04:36 2437ff75d9bd: Download complete 07:04:38 8998bd30e6a1: Pull complete 07:04:39 04944245beec: Pull complete 07:04:41 699f458cf7ca: Pull complete 07:04:41 765212b225bb: Pull complete 07:04:42 f23df028b6ca: Pull complete 07:04:42 d65c8cfc05b1: Pull complete 07:05:00 2437ff75d9bd: Pull complete 07:05:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:05:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:05:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:00 prd-ubuntu20.04-docker-arm64-4c-16g-42422 does not seem to be running inside a container 07:05:00 $ 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/207 -v /w/workspace/device-virtual-go/207:/w/workspace/device-virtual-go/207:rw,z -v /w/workspace/device-virtual-go/207@tmp:/w/workspace/device-virtual-go/207@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:05:03 $ docker top 4fd0d71fb1b3394d0affce5c301baf271134c0d6c103512675906f5e2574e9df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:05:04 ---> job-cost.sh 07:05:04 lf-activate-venv: SKIPPING 07:05:04 INFO: No Stack... 07:05:04 INFO: Retrieving Pricing Info for: v3-standard-4 07:05:05 INFO: Archiving Costs [Pipeline] sh 07:05:06 + cat /w/workspace/device-virtual-go/207/archives/cost.csv 07:05:06 + cut -d, -f6 [Pipeline] lock 07:05:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] 07:05:06 Resource [jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] did not exist. Created. 07:05:06 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:05:06 /w/workspace/device-virtual-go/207@tmp/durable-bcffff3d/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:05:07 + echo total: 0.10999999940395355 [Pipeline] stash 07:05:07 Warning: overwriting stash ‘stack-cost’ 07:05:07 Stashed 1 file(s) [Pipeline] } 07:05:07 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } 07:05:07 $ docker stop --time=1 4fd0d71fb1b3394d0affce5c301baf271134c0d6c103512675906f5e2574e9df 07:05:09 $ docker rm -f --volumes 4fd0d71fb1b3394d0affce5c301baf271134c0d6c103512675906f5e2574e9df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 07:05:09 provisioning config files... 07:05:09 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8448078592512693906tmp [Pipeline] { [Pipeline] sh 07:05:10 + set +x 07:05:10 + curl -s https://codecov.io/bash 07:05:10 + bash -s -- 07:05:10 07:05:10 _____ _ 07:05:10 / ____| | | 07:05:10 | | ___ __| | ___ ___ _____ __ 07:05:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:05:10 | |___| (_) | (_| | __/ (_| (_) \ V / 07:05:10 \_____\___/ \__,_|\___|\___\___/ \_/ 07:05:10 Bash-1.0.6 07:05:10 07:05:10 07:05:10 ==> git version 2.25.1 found 07:05:10 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 07:05:10 Release-Date: 2020-01-08 07:05:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:05:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:05:10 ==> Jenkins CI detected. 07:05:10 current dir:  /w/workspace/exfoundry_device-virtual-go_main 07:05:10 project root: . 07:05:10 --> token set from env 07:05:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:05:10 ==> Running gcov in . (disable via -X gcov) 07:05:10 ==> Python coveragepy not found 07:05:10 ==> Searching for coverage reports in: 07:05:10 + . 07:05:10 -> Found 1 reports 07:05:10 ==> Detecting git/mercurial file structure 07:05:10 ==> Reading reports 07:05:10 + ./coverage.out bytes=43316 07:05:10 ==> Appending adjustments 07:05:10 https://docs.codecov.io/docs/fixing-reports 07:05:10 + Found adjustments 07:05:10 ==> Gzipping contents 07:05:10 8.0K /tmp/codecov.rEChuu.gz 07:05:10 ==> Uploading reports 07:05:10 url: https://codecov.io 07:05:10 query: branch=main&commit=f1ae59df93e15168f5c84516dd369218cbd3ebf1&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:05:10 -> Pinging Codecov 07:05:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f1ae59df93e15168f5c84516dd369218cbd3ebf1&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:05:10 -> Uploading to 07:05:10 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/f1ae59df93e15168f5c84516dd369218cbd3ebf1/da7a917c-da79-4fe1-b2ce-ab07c89e5a57.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250331%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250331T070510Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=76969a529e005a5c5cd24bbe46dae3d23b33481b462495e731b137b492cf0cde 07:05:10 % Total % Received % Xferd Average Speed Time Time Time Current 07:05:10 Dload Upload Total Spent Left Speed 07:05:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5040 0 0 100 5040 0 16000 --:--:-- --:--:-- --:--:-- 15949 100 5040 0 0 100 5040 0 16000 --:--:-- --:--:-- --:--:-- 15949 07:05:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] } 07:05:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:05:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:05:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:05:11 07:05:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:05:11 latest: Pulling from edgex-devops/edgex-snyk-go 07:05:11 43c4264eed91: Pulling fs layer 07:05:11 4cc291be95ef: Pulling fs layer 07:05:11 2ac1f1163629: Pulling fs layer 07:05:11 5c3c966382ef: Pulling fs layer 07:05:11 4f4fb700ef54: Pulling fs layer 07:05:11 d9c7d2e4e75e: Pulling fs layer 07:05:11 9c3e1370e548: Pulling fs layer 07:05:11 5c3c966382ef: Waiting 07:05:11 4f4fb700ef54: Waiting 07:05:11 d9c7d2e4e75e: Waiting 07:05:11 9c3e1370e548: Waiting 07:05:11 4cc291be95ef: Verifying Checksum 07:05:11 4cc291be95ef: Download complete 07:05:11 5c3c966382ef: Verifying Checksum 07:05:11 5c3c966382ef: Download complete 07:05:11 4f4fb700ef54: Verifying Checksum 07:05:11 4f4fb700ef54: Download complete 07:05:11 43c4264eed91: Download complete 07:05:11 43c4264eed91: Pull complete 07:05:11 d9c7d2e4e75e: Verifying Checksum 07:05:11 d9c7d2e4e75e: Download complete 07:05:11 4cc291be95ef: Pull complete 07:05:12 2ac1f1163629: Verifying Checksum 07:05:12 2ac1f1163629: Download complete 07:05:13 9c3e1370e548: Verifying Checksum 07:05:13 9c3e1370e548: Download complete 07:05:14 2ac1f1163629: Pull complete 07:05:14 5c3c966382ef: Pull complete 07:05:15 4f4fb700ef54: Pull complete 07:05:15 d9c7d2e4e75e: Pull complete 07:05:18 9c3e1370e548: Pull complete 07:05:18 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:05:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:05:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:18 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 07:05:18 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 07:05:19 $ docker top deba08555047a44e5720e58ea825ad4a91dd37a197af1d4a9dc86a2d39f05cc7 -eo pid,comm [Pipeline] { [Pipeline] sh 07:05:20 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 07:05:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 07:05:20 + set -o pipefail 07:05:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 07:05:27 07:05:27 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 07:05:27 07:05:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/01fcd803-5298-41ac-a8dc-bd6c097c6793 07:05:27 07:05:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:05:27 [Pipeline] } 07:05:27 $ docker stop --time=1 deba08555047a44e5720e58ea825ad4a91dd37a197af1d4a9dc86a2d39f05cc7 07:05:29 $ docker rm -f --volumes deba08555047a44e5720e58ea825ad4a91dd37a197af1d4a9dc86a2d39f05cc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:05:30 + git log --format=format:%s -1 f1ae59df93e15168f5c84516dd369218cbd3ebf1 [Pipeline] sh 07:05:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:05:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:05:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:31 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 07:05:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:05:31 $ docker top 6a3aacd624c6a89b006bbcd49d303e716076150ec83654300c62de2a3448cd80 -eo pid,comm 07:05:31 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:05:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:05:31 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.19' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:05:32 + git semver [Pipeline] } 07:05:32 $ docker stop --time=1 6a3aacd624c6a89b006bbcd49d303e716076150ec83654300c62de2a3448cd80 07:05:33 $ docker rm -f --volumes 6a3aacd624c6a89b006bbcd49d303e716076150ec83654300c62de2a3448cd80 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:05:34 07:05:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:05:34 0.23.1-centos7: Pulling from edgex-lftools 07:05:34 ab5ef0e58194: Pulling fs layer 07:05:34 9712f1f96733: Pulling fs layer 07:05:34 63f879dbbcfc: Pulling fs layer 07:05:34 0d9ebad4ef96: Pulling fs layer 07:05:34 e9a5061849ea: Pulling fs layer 07:05:34 d747dcd14b5f: Pulling fs layer 07:05:34 2de7ff778b66: Pulling fs layer 07:05:34 0d9ebad4ef96: Waiting 07:05:34 2de7ff778b66: Waiting 07:05:34 e9a5061849ea: Waiting 07:05:34 d747dcd14b5f: Waiting 07:05:34 9712f1f96733: Verifying Checksum 07:05:34 9712f1f96733: Download complete 07:05:34 63f879dbbcfc: Verifying Checksum 07:05:34 63f879dbbcfc: Download complete 07:05:34 ab5ef0e58194: Verifying Checksum 07:05:34 ab5ef0e58194: Download complete 07:05:34 e9a5061849ea: Verifying Checksum 07:05:34 e9a5061849ea: Download complete 07:05:34 d747dcd14b5f: Download complete 07:05:34 0d9ebad4ef96: Verifying Checksum 07:05:34 0d9ebad4ef96: Download complete 07:05:34 2de7ff778b66: Verifying Checksum 07:05:34 2de7ff778b66: Download complete 07:05:37 ab5ef0e58194: Pull complete 07:05:37 9712f1f96733: Pull complete 07:05:37 63f879dbbcfc: Pull complete 07:05:40 0d9ebad4ef96: Pull complete 07:05:41 e9a5061849ea: Pull complete 07:05:41 d747dcd14b5f: Pull complete 07:05:42 2de7ff778b66: Pull complete 07:05:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:05:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:05:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:42 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 07:05:42 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:05:44 $ docker top 2128590ead334bc5cf1fd93d67a57e69e66bf4c6a4a0e45c7f35fafb96e9c386 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:05:44 provisioning config files... 07:05:44 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10784575944804234070tmp 07:05:44 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1154174194513400981tmp 07:05:44 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9844549569808065885tmp [Pipeline] { [Pipeline] echo 07:05:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:05:44 ---> sigul-configuration.sh 07:05:44 gpg: directory `/root/.gnupg' created 07:05:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:05:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:05:44 gpg: keyring `/root/.gnupg/secring.gpg' created 07:05:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:05:44 gpg: CAST5 encrypted data 07:05:44 gpg: encrypted with 1 passphrase 07:05:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:05:44 + mkdir /home/jenkins 07:05:44 + mkdir /home/jenkins/sigul [Pipeline] sh 07:05:45 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 07:05:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:05:45 ---> sigul-install.sh 07:05:45 Sigul already installed; skipping installation. [Pipeline] sh 07:05:45 + git tag --list 07:05:45 v1.0.0 07:05:45 v1.1.0 07:05:45 v1.1.1 07:05:45 v1.2.1 07:05:45 v1.2.2 07:05:45 v1.2.3 07:05:45 v1.3.0 07:05:45 v1.3.1 07:05:45 v2.0.0 07:05:45 v2.1.0 07:05:45 v2.1.1 07:05:45 v2.2.0 07:05:45 v2.3.0 07:05:45 v3.0 07:05:45 v3.0.0 07:05:45 v3.1 07:05:45 v3.1.0 07:05:45 v3.1.1 07:05:45 v4.0 07:05:45 v4.0.0 07:05:45 v4.0.0-dev.1 07:05:45 v4.0.0-dev.10 07:05:45 v4.0.0-dev.11 07:05:45 v4.0.0-dev.12 07:05:45 v4.0.0-dev.13 07:05:45 v4.0.0-dev.14 07:05:45 v4.0.0-dev.15 07:05:45 v4.0.0-dev.16 07:05:45 v4.0.0-dev.17 07:05:45 v4.0.0-dev.18 07:05:45 v4.0.0-dev.19 07:05:45 v4.0.0-dev.2 07:05:45 v4.0.0-dev.3 07:05:45 v4.0.0-dev.4 07:05:45 v4.0.0-dev.5 07:05:45 v4.0.0-dev.6 07:05:45 v4.0.0-dev.7 07:05:45 v4.0.0-dev.8 07:05:45 v4.0.0-dev.9 [Pipeline] sh 07:05:46 + lftools sign git-tag v4.1.0-dev.1 07:05:46 Signing Git tag with Sigul... 07:05:46 Signing v4.1.0-dev.1 07:05:46 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v4.1.0-dev.1'], return code 1, stdout , stderr [Pipeline] echo 07:05:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:05:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:05:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:05:46 $ docker stop --time=1 2128590ead334bc5cf1fd93d67a57e69e66bf4c6a4a0e45c7f35fafb96e9c386 07:05:48 $ docker rm -f --volumes 2128590ead334bc5cf1fd93d67a57e69e66bf4c6a4a0e45c7f35fafb96e9c386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:05:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:05:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:05:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:49 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 07:05:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:05:49 $ docker top ac05a723b2dedf0b4ccf64858307ce6a20804a36469fb0b6f7fd9c315dec44a7 -eo pid,comm 07:05:49 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:05:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:05:49 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.19' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:05:49 + git semver [Pipeline] } 07:05:50 $ docker stop --time=1 ac05a723b2dedf0b4ccf64858307ce6a20804a36469fb0b6f7fd9c315dec44a7 07:05:51 $ docker rm -f --volumes ac05a723b2dedf0b4ccf64858307ce6a20804a36469fb0b6f7fd9c315dec44a7 [Pipeline] // withDockerContainer [Pipeline] sh 07:05:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:05:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:05:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:52 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 07:05:52 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:05:52 $ docker top 2ff611485c24c01ef8e054c6a9e40d2657857ba5cf840d937be806da1d02d58c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:05:52 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.19' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:05:52 + git semver [Pipeline] } 07:05:53 $ docker stop --time=1 2ff611485c24c01ef8e054c6a9e40d2657857ba5cf840d937be806da1d02d58c 07:05:54 $ docker rm -f --volumes 2ff611485c24c01ef8e054c6a9e40d2657857ba5cf840d937be806da1d02d58c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:05:55 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 07:05:55 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 07:05:55 total 16 07:05:55 drwxr-xr-x 3 root root 4096 Mar 31 06:54 . 07:05:55 drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:05 .. 07:05:55 drwxr-xr-x 2 root root 4096 Mar 31 06:54 cost 07:05:55 -rw-r--r-- 1 root root 89 Mar 31 06:54 cost.csv 07:05:55 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 07:05:55 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 07:05:55 total 16 07:05:55 drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 06:54 . 07:05:55 drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:05 .. 07:05:55 drwxr-xr-x 2 jenkins jenkins 4096 Mar 31 06:54 cost 07:05:55 -rw-r--r-- 1 jenkins jenkins 89 Mar 31 06:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:05:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:05:56 ---> package-listing.sh 07:05:56 ++ facter osfamily 07:05:56 ++ tr '[:upper:]' '[:lower:]' 07:05:56 + OS_FAMILY=debian 07:05:56 + workspace=/w/workspace/exfoundry_device-virtual-go_main 07:05:56 + START_PACKAGES=/tmp/packages_start.txt 07:05:56 + END_PACKAGES=/tmp/packages_end.txt 07:05:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:05:56 + PACKAGES=/tmp/packages_start.txt 07:05:56 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:05:56 + PACKAGES=/tmp/packages_end.txt 07:05:56 + case "${OS_FAMILY}" in 07:05:56 + dpkg -l 07:05:56 + grep '^ii' 07:05:56 + '[' -f /tmp/packages_start.txt ']' 07:05:56 + '[' -f /tmp/packages_end.txt ']' 07:05:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:05:56 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 07:05:56 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 07:05:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 07:05:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:05:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:05:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:57 prd-ubuntu20.04-docker-8c-8g-42421 does not seem to be running inside a container 07:05:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:05:57 $ docker top 1af0f6075196590334c45c2a65d67456eb04374f81e79460abf8f9a5e40b96fa -eo pid,comm [Pipeline] { [Pipeline] sh 07:05:57 + touch /tmp/pre-build-complete [Pipeline] sh 07:05:58 + mkdir -p /var/log/sysstat [Pipeline] sh 07:05:58 + ls /var/log/sa-host 07:05:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:05:58 provisioning config files... 07:05:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12455424368614354748tmp [Pipeline] { [Pipeline] echo 07:05:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:05:58 ---> create-netrc.sh [Pipeline] } 07:05:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:05:59 ---> python-tools-install.sh [Pipeline] echo 07:05:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:05:59 ---> sudo-logs.sh 07:05:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:05:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:05:59 ---> job-cost.sh 07:05:59 lf-activate-venv: SKIPPING 07:05:59 DEBUG: total: 0.2199999988079071 07:05:59 INFO: Retrieving Stack Cost... 07:06:00 INFO: Retrieving Pricing Info for: v3-standard-8 07:06:00 INFO: Archiving Costs [Pipeline] echo 07:06:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:06:00 ---> logs-deploy.sh 07:06:00 lf-activate-venv: SKIPPING 07:06:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/207 07:06:00 INFO: archiving workspace using pattern(s): 07:06:01 Archives upload complete. 07:06:01 INFO: archiving logs to Nexus