Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 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-ssh169947299486567552.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-ssh511666432256498759.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-ssh7806147132974253724.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-ssh1384535459662248773.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-ssh12269185672087206714.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4896 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 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#538)" > git config core.sparsecheckout # timeout=10 > git checkout -f f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 # timeout=10 > git rev-list --no-walk 68b21e41db2621b3dbcbe2b942dbfaa528a27464 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:48:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:48:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:48:14 ========================================================= 02:48:14 EdgeX Global Pipelines Version Info 02:48:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:48:15 ------------------- 02:48:15 stable info: 02:48:15 ------------------- 02:48:15 Commited By: Ginny Guan ginny@iotechsys.com 02:48:15 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 02:48:15 Message: update stable to v1.0.274 02:48:15 ------------------- 02:48:15 experimental info: 02:48:15 ------------------- 02:48:15 Commited By: Ginny Guan ginny@iotechsys.com 02:48:15 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 02:48:15 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f066912 [Pipeline] echo 02:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:48:16 provisioning config files... 02:48:16 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17583364367403030695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:17 ---> ****-login.sh 02:48:17 nexus3.edgexfoundry.org:10001 02:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:17 02:48:17 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:48:17 Configure a credential helper to remove this warning. See 02:48:17 https://docs.****.com/go/credential-store/ 02:48:17 02:48:17 Login Succeeded 02:48:17 nexus3.edgexfoundry.org:10002 02:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:17 02:48:17 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:48:17 Configure a credential helper to remove this warning. See 02:48:17 https://docs.****.com/go/credential-store/ 02:48:17 02:48:17 Login Succeeded 02:48:17 nexus3.edgexfoundry.org:10003 02:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:17 02:48:17 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:48:17 Configure a credential helper to remove this warning. See 02:48:17 https://docs.****.com/go/credential-store/ 02:48:17 02:48:17 Login Succeeded 02:48:17 nexus3.edgexfoundry.org:10004 02:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:17 02:48:17 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:48:17 Configure a credential helper to remove this warning. See 02:48:17 https://docs.****.com/go/credential-store/ 02:48:17 02:48:17 Login Succeeded 02:48:17 ****.io 02:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:17 02:48:17 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:48:17 Configure a credential helper to remove this warning. See 02:48:17 https://docs.****.com/go/credential-store/ 02:48:17 02:48:17 Login Succeeded 02:48:17 ---> ****-login.sh ends [Pipeline] } 02:48:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:48:18 + git rev-list -1 --merges f0669123e7c3a3cbeca44c61ecad712c9bc79fe0~1..f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo 02:48:18 -----------> git rev-list -1 --merges f0669123e7c3a3cbeca44c61ecad712c9bc79fe0~1..f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [false] [Pipeline] sh 02:48:18 + git log --format=format:%s -1 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo 02:48:18 ========================================================= 02:48:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:48:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:19 + git log --format=format:%s -1 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo 02:48:19 [semverPrep] GIT_COMMIT: f0669123e7c3a3cbeca44c61ecad712c9bc79fe0, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#538) [Pipeline] echo 02:48:19 [semverPrep] This is not a build commit. [Pipeline] sh 02:48:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:48:19 + grep -v github /etc/ssh/ssh_known_hosts 02:48:19 + [ -e /tmp/ssh_known_hosts ] 02:48:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:48:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:48:19 + sudo tee -a /etc/ssh/ssh_known_hosts 02:48:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:48:19 02:48:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:48:20 0.1.4: Pulling from edgex-devops/py-git-semver 02:48:20 3dae71ba6b94: Pulling fs layer 02:48:20 6bf1a483ea7c: Pulling fs layer 02:48:20 f5dfc541a4d3: Pulling fs layer 02:48:20 461d9e800cba: Pulling fs layer 02:48:20 80192f66455f: Pulling fs layer 02:48:20 2e8e34ca0e6c: Pulling fs layer 02:48:20 a29436f7fd5d: Pulling fs layer 02:48:20 923cac83aea3: Pulling fs layer 02:48:20 25ad8b0a4227: Pulling fs layer 02:48:20 db01528c6b51: Pulling fs layer 02:48:20 28988de357af: Pulling fs layer 02:48:20 461d9e800cba: Waiting 02:48:20 2e8e34ca0e6c: Waiting 02:48:20 a29436f7fd5d: Waiting 02:48:20 80192f66455f: Waiting 02:48:20 923cac83aea3: Waiting 02:48:20 25ad8b0a4227: Waiting 02:48:20 db01528c6b51: Waiting 02:48:20 28988de357af: Waiting 02:48:20 6bf1a483ea7c: Verifying Checksum 02:48:20 6bf1a483ea7c: Download complete 02:48:20 461d9e800cba: Verifying Checksum 02:48:20 461d9e800cba: Download complete 02:48:20 80192f66455f: Download complete 02:48:20 f5dfc541a4d3: Verifying Checksum 02:48:20 f5dfc541a4d3: Download complete 02:48:20 3dae71ba6b94: Verifying Checksum 02:48:20 3dae71ba6b94: Download complete 02:48:20 923cac83aea3: Verifying Checksum 02:48:20 923cac83aea3: Download complete 02:48:20 25ad8b0a4227: Verifying Checksum 02:48:20 db01528c6b51: Download complete 02:48:20 28988de357af: Verifying Checksum 02:48:20 28988de357af: Download complete 02:48:20 a29436f7fd5d: Verifying Checksum 02:48:20 a29436f7fd5d: Download complete 02:48:20 2e8e34ca0e6c: Verifying Checksum 02:48:20 2e8e34ca0e6c: Download complete 02:48:21 3dae71ba6b94: Pull complete 02:48:21 6bf1a483ea7c: Pull complete 02:48:22 f5dfc541a4d3: Pull complete 02:48:22 461d9e800cba: Pull complete 02:48:22 80192f66455f: Pull complete 02:48:27 2e8e34ca0e6c: Pull complete 02:48:27 a29436f7fd5d: Pull complete 02:48:27 923cac83aea3: Pull complete 02:48:27 25ad8b0a4227: Pull complete 02:48:27 db01528c6b51: Pull complete 02:48:27 28988de357af: Pull complete 02:48:27 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:48:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:48:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:48:27 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 02:48:27 $ 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 02:48:30 $ docker top 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 -eo pid,comm 02:48:30 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). 02:48:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:48:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:48:30 [ssh-agent] Looking for ssh-agent implementation... 02:48:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:48:30 $ docker exec 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent 02:48:30 SSH_AUTH_SOCK=/tmp/ssh-aUhwnmtJ1My5/agent.32 02:48:30 SSH_AGENT_PID=38 02:48:30 Running ssh-add (command line suppressed) 02:48:30 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3453295567321276728.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3453295567321276728.key) 02:48:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:48:31 + git tag --points-at HEAD [Pipeline] } 02:48:31 $ docker exec --env ******** --env ******** 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent -k 02:48:31 unset SSH_AUTH_SOCK; 02:48:31 unset SSH_AGENT_PID; 02:48:31 echo Agent pid 38 killed; 02:48:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:48:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:48:31 [ssh-agent] Looking for ssh-agent implementation... 02:48:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:48:31 $ docker exec 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent 02:48:31 SSH_AUTH_SOCK=/tmp/ssh-eWoeZzQf95eu/agent.72 02:48:31 SSH_AGENT_PID=78 02:48:31 Running ssh-add (command line suppressed) 02:48:31 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12682123807578124450.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12682123807578124450.key) 02:48:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:48:31 + git semver init 02:48:32 2025-07-10 02:48:32,068 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:48:32 2025-07-10 02:48:32,072 [run_init] DEBUG init version:0.0.0 force:False 02:48:32 2025-07-10 02:48:32,073 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 02:48:32 2025-07-10 02:48:32,074 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 02:48:32 2025-07-10 02:48:32,074 [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, stdin=None, shell=False, universal_newlines=False) 02:48:33 2025-07-10 02:48:33,421 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 02:48:33 2025-07-10 02:48:33,421 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 02:48:33 2025-07-10 02:48:33,421 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 02:48:33 2025-07-10 02:48:33,422 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 02:48:33 4.1.0-dev.2 [Pipeline] } 02:48:33 $ docker exec --env ******** --env ******** 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 ssh-agent -k 02:48:33 unset SSH_AUTH_SOCK; 02:48:33 unset SSH_AGENT_PID; 02:48:33 echo Agent pid 78 killed; 02:48:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:48:33 + git semver [Pipeline] } 02:48:34 $ docker stop --time=1 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 02:48:35 $ docker rm -f --volumes 84e915c2a75b18e0b72866244f996b5d65eb6b3f99f7d42bcd8d76bb311430a2 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:48:36 Stashed 1 file(s) [Pipeline] echo 02:48:36 [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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 02:48:36 provisioning config files... 02:48:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16593505431952624008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:36 ---> ****-login.sh 02:48:36 nexus3.edgexfoundry.org:10001 02:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:36 Login Succeeded 02:48:36 nexus3.edgexfoundry.org:10002 02:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:36 Login Succeeded 02:48:36 nexus3.edgexfoundry.org:10003 02:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:36 Login Succeeded 02:48:36 nexus3.edgexfoundry.org:10004 02:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:36 Login Succeeded 02:48:36 ****.io 02:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:37 Login Succeeded 02:48:37 ---> ****-login.sh ends [Pipeline] } 02:48:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:48:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:48:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:48:37 ========================================================= 02:48:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:48:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:37 + 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 . 02:48:38 #0 building with "default" instance using docker driver 02:48:38 02:48:38 #1 [internal] load build definition from Dockerfile 02:48:38 #1 transferring dockerfile: 1.79kB done 02:48:38 #1 DONE 0.0s 02:48:38 02:48:38 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:48:38 #2 DONE 0.1s 02:48:38 02:48:38 #3 [internal] load .dockerignore 02:48:38 #3 transferring context: 2B done 02:48:38 #3 DONE 0.0s 02:48:38 02:48:38 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 02:48:38 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 02:48:38 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 02:48:38 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 02:48:38 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 02:48:38 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s 02:48:38 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 02:48:38 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 02:48:38 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 02:48:38 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.24MB / 74.06MB 0.1s 02:48:38 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 02:48:38 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 02:48:38 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 26.21MB / 74.06MB 0.3s 02:48:38 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 02:48:38 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 02:48:38 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 02:48:38 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 9.44MB / 100.52MB 0.3s 02:48:38 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 3.15MB / 13.29MB 0.3s 02:48:38 #4 ... 02:48:38 02:48:38 #5 [internal] load build context 02:48:38 #5 transferring context: 40.62MB 0.3s done 02:48:38 #5 DONE 0.3s 02:48:38 02:48:38 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 02:48:38 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 44.04MB / 74.06MB 0.4s 02:48:38 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 22.02MB / 100.52MB 0.4s 02:48:38 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 12.58MB / 13.29MB 0.4s 02:48:38 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 02:48:38 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 02:48:38 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 48.23MB / 100.52MB 0.6s 02:48:38 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.4s done 02:48:38 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 96.47MB / 100.52MB 0.8s 02:48:39 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done 02:48:39 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 02:48:39 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.3s done 02:48:43 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.0s done 02:48:43 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 02:48:43 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 02:48:43 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 02:48:43 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 02:48:43 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 02:48:43 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 02:48:46 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done 02:48:46 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 02:48:47 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.6s done 02:48:47 #4 DONE 9.1s 02:48:47 02:48:47 #6 [builder 2/7] WORKDIR /device-virtual-go 02:48:49 #6 DONE 2.4s 02:48:49 02:48:49 #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 02:48:49 #7 0.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:48:51 Still waiting to schedule task 02:48:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:48:52 #7 2.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:48:52 #7 3.226 (1/4) Installing openssh-keygen (9.7_p1-r5) 02:48:53 #7 3.234 (2/4) Installing libedit (20240517.3.1-r0) 02:48:53 #7 3.239 (3/4) Installing openssh-client-common (9.7_p1-r5) 02:48:53 #7 3.260 (4/4) Installing openssh-client-default (9.7_p1-r5) 02:48:53 #7 3.271 Executing busybox-1.36.1-r29.trigger 02:48:53 #7 3.278 OK: 252 MiB in 62 packages 02:48:53 #7 DONE 3.4s 02:48:53 02:48:53 #8 [builder 4/7] COPY go.mod vendor* ./ 02:48:53 #8 DONE 0.0s 02:48:53 02:48:53 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:49:39 #9 DONE 43.3s 02:49:39 02:49:39 #10 [builder 6/7] COPY . . 02:49:39 #10 DONE 0.2s 02:49:39 02:49:39 #11 [builder 7/7] RUN echo noop 02:49:39 #11 0.190 noop 02:49:39 #11 DONE 0.2s 02:49:39 02:49:39 #12 exporting to image 02:49:39 #12 exporting layers 02:49:44 #12 exporting layers 6.9s done 02:49:44 #12 writing image sha256:3bfc8d3c4319921ed9e0d6ceafefa0c0e34fb649bb940242ce5b1201fe42f416 done 02:49:44 #12 naming to docker.io/library/ci-base-image-x86_64 done 02:49:44 #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:44 + docker inspect -f . ci-base-image-x86_64 02:49:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:44 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 02:49:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:49:44 $ docker top 0b9eaca156148b4174deb407fbca638ded90c4ebff301bbde8c16763525276a1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:45 + go version 02:49:45 go version go1.23.9 linux/amd64 [Pipeline] } 02:49:45 $ docker stop --time=1 0b9eaca156148b4174deb407fbca638ded90c4ebff301bbde8c16763525276a1 02:49:46 $ docker rm -f --volumes 0b9eaca156148b4174deb407fbca638ded90c4ebff301bbde8c16763525276a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:46 + docker inspect -f . ci-base-image-x86_64 02:49:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:47 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 02:49:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:49:47 $ docker top bf02627ea6595b33862132d74104376d04d59e8485fd2391a4830aec3859a777 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:47 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 02:49:47 + make test 02:49:47 go test ./... -coverprofile=coverage.out 02:49:49 ? github.com/edgexfoundry/device-virtual-go [no test files] 02:50:07 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 02:50:07 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.010s coverage: 59.5% of statements 02:50:15 go vet ./... 02:50:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:50:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:50:20 ./bin/test-attribution-txt.sh 02:50:20 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 02:50:20 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 02:50:20 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 02:50:20 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 02:50:20 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 02:50:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 02:50:20 $ docker stop --time=1 bf02627ea6595b33862132d74104376d04d59e8485fd2391a4830aec3859a777 02:50:23 $ docker rm -f --volumes bf02627ea6595b33862132d74104376d04d59e8485fd2391a4830aec3859a777 [Pipeline] // withDockerContainer [Pipeline] sh 02:50:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:50:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:50:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:50:24 + ls -al . 02:50:24 total 272 02:50:24 drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 02:49 . 02:50:24 drwxrwxr-x 4 jenkins jenkins 4096 Jul 10 02:48 .. 02:50:24 drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 02:50 .git 02:50:24 drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:48 .github 02:50:24 -rw-rw-r-- 1 jenkins jenkins 272 Jul 10 02:48 .gitignore 02:50:24 -rw-rw-r-- 1 jenkins jenkins 199 Jul 10 02:48 .golangci.yml 02:50:24 drwxr-xr-x 3 jenkins jenkins 4096 Jul 10 02:48 .semver 02:50:24 -rw-rw-r-- 1 jenkins jenkins 18321 Jul 10 02:48 Attribution.txt 02:50:24 -rw-rw-r-- 1 jenkins jenkins 17302 Jul 10 02:48 CHANGELOG.md 02:50:24 -rw-rw-r-- 1 jenkins jenkins 1755 Jul 10 02:48 Dockerfile 02:50:24 -rw-rw-r-- 1 jenkins jenkins 677 Jul 10 02:48 GOVERNANCE.md 02:50:24 -rw-rw-r-- 1 jenkins jenkins 660 Jul 10 02:48 Jenkinsfile 02:50:24 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 10 02:48 LICENSE 02:50:24 -rw-rw-r-- 1 jenkins jenkins 2652 Jul 10 02:48 Makefile 02:50:24 -rw-rw-r-- 1 jenkins jenkins 623 Jul 10 02:48 OWNERS.md 02:50:24 -rw-rw-r-- 1 jenkins jenkins 4473 Jul 10 02:48 README.md 02:50:24 -rw-rw-r-- 1 jenkins jenkins 11 Jul 10 02:48 VERSION 02:50:24 drwxrwxr-x 2 jenkins jenkins 4096 Jul 10 02:48 bin 02:50:24 drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:48 cmd 02:50:24 -rw-r--r-- 1 jenkins jenkins 45558 Jul 10 02:50 coverage.out 02:50:24 -rw-rw-r-- 1 jenkins jenkins 6060 Jul 10 02:48 go.mod 02:50:24 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 10 02:48 go.sum 02:50:24 drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:48 internal 02:50:24 -rw-rw-r-- 1 jenkins jenkins 235 Jul 10 02:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:24 + 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=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 --label arch=amd64 --label version=4.1.0-dev.2 . 02:50:25 #0 building with "default" instance using docker driver 02:50:25 02:50:25 #1 [internal] load build definition from Dockerfile 02:50:25 #1 transferring dockerfile: 1.79kB done 02:50:25 #1 DONE 0.0s 02:50:25 02:50:25 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:50:25 #2 DONE 0.0s 02:50:25 02:50:25 #3 [internal] load metadata for docker.io/library/alpine:3.20 02:50:25 #3 DONE 0.1s 02:50:25 02:50:25 #4 [internal] load .dockerignore 02:50:25 #4 transferring context: 02:50:25 #4 transferring context: 2B done 02:50:25 #4 DONE 0.0s 02:50:25 02:50:25 #5 [internal] load build context 02:50:25 #5 transferring context: 59.89kB 0.0s done 02:50:25 #5 DONE 0.0s 02:50:25 02:50:25 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:50:25 #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:50:25 #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:50:25 #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:50:25 #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:50:25 #6 DONE 0.0s 02:50:25 02:50:25 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 02:50:25 #7 DONE 0.1s 02:50:25 02:50:25 #8 [builder 2/7] WORKDIR /device-virtual-go 02:50:25 #8 DONE 0.0s 02:50:25 02:50:25 #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:50:25 #9 0.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:50:25 #9 0.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:50:25 #9 0.685 (1/1) Installing dumb-init (1.2.5-r3) 02:50:25 #9 ... 02:50:25 02:50:25 #10 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 02:50:25 #10 0.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:50:25 #10 0.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:50:25 #10 0.618 OK: 252 MiB in 62 packages 02:50:25 #10 DONE 0.7s 02:50:25 02:50:25 #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:50:25 #9 0.691 Executing busybox-1.36.1-r29.trigger 02:50:25 #9 0.694 OK: 8 MiB in 15 packages 02:50:26 #9 DONE 0.8s 02:50:26 02:50:26 #11 [builder 4/7] COPY go.mod vendor* ./ 02:50:26 #11 DONE 0.0s 02:50:26 02:50:26 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:50:26 #12 DONE 0.6s 02:50:26 02:50:26 #13 [stage-1 3/7] RUN apk --no-cache upgrade 02:50:26 #13 0.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:50:26 #13 0.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:50:26 #13 0.813 OK: 8 MiB in 15 packages 02:50:26 #13 DONE 0.9s 02:50:26 02:50:26 #14 [builder 6/7] COPY . . 02:50:26 #14 DONE 0.2s 02:50:26 02:50:26 #15 [builder 7/7] RUN make build 02:50:26 #15 0.229 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 02:50:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4897 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 02:50:35 Running in /w/workspace/device-virtual-go/210 [Pipeline] { [Pipeline] checkout 02:50:38 The recommended git tool is: git 02:50:42 using credential edgex-jenkins-ssh 02:50:42 Cloning the remote Git repository 02:50:42 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 02:50:43 > git init /w/workspace/device-virtual-go/210 # timeout=10 02:50:43 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 02:50:43 > git --version # timeout=10 02:50:43 > git --version # 'git version 2.25.1' 02:50:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:50:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:50:46 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 02:50:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:50:47 Avoid second fetch 02:50:47 Checking out Revision f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 (main) 02:50:48 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#538)" 02:50:47 > git config core.sparsecheckout # timeout=10 02:50:47 > git checkout -f f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 # timeout=10 02:50:48 #15 DONE 20.9s 02:50:48 02:50:48 #16 [stage-1 4/7] COPY --from=builder /device-virtual-go/Attribution.txt / 02:50:48 #16 DONE 0.0s 02:50:48 02:50:48 #17 [stage-1 5/7] COPY --from=builder /device-virtual-go/LICENSE / 02:50:48 #17 DONE 0.0s 02:50:48 02:50:48 #18 [stage-1 6/7] COPY --from=builder /device-virtual-go/cmd / 02:50:48 #18 DONE 0.1s 02:50:48 02:50:48 #19 exporting to image 02:50:48 #19 exporting layers 0.1s done 02:50:48 #19 writing image sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done 02:50:48 #19 naming to docker.io/library/device-virtual done 02:50:48 #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:49 provisioning config files... 02:50:49 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4919003915273074084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:50:49 ---> ****-login.sh 02:50:49 nexus3.edgexfoundry.org:10001 02:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:49 Login Succeeded 02:50:49 nexus3.edgexfoundry.org:10002 02:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:49 Login Succeeded 02:50:49 nexus3.edgexfoundry.org:10003 02:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:49 Login Succeeded 02:50:49 nexus3.edgexfoundry.org:10004 02:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:49 Login Succeeded 02:50:49 ****.io 02:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:49 Login Succeeded 02:50:49 ---> ****-login.sh ends [Pipeline] } 02:50:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:50:49 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 02:50:49 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 02:50:49 latest 02:50:49 4.1.0-dev.2 02:50:49 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 02:50:49 main 02:50:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:50 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:50 + docker push nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 02:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 02:50:50 8e9e1e6396d9: Preparing 02:50:50 dac3efedab00: Preparing 02:50:50 e7d664e8fb65: Preparing 02:50:50 bbf07a5204b2: Preparing 02:50:50 4128cc4a9ff5: Preparing 02:50:50 994456c4fd7b: Preparing 02:50:50 994456c4fd7b: Waiting 02:50:50 bbf07a5204b2: Pushed 02:50:50 4128cc4a9ff5: Pushed 02:50:50 e7d664e8fb65: Pushed 02:50:50 994456c4fd7b: Layer already exists 02:50:50 dac3efedab00: Pushed [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:50:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:50:52 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:52 Dload Upload Total Spent Left Speed 02:50:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 96762 0 --:--:-- --:--:-- --:--:-- 97485 [Pipeline] sh 02:50:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:50:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:50:53 + sudo tee /etc/docker/daemon.new 02:50:53 { 02:50:53 "registry-mirrors": [ 02:50:53 "https://nexus3.edgexfoundry.org:10001" 02:50:53 ], 02:50:53 "bip": "10.250.0.254/24", 02:50:53 "hosts": [ 02:50:53 "tcp://0.0.0.0:5555", 02:50:53 "unix:///var/run/docker.sock" 02:50:53 ], 02:50:53 "mtu": 1458, 02:50:53 "selinux-enabled": true, 02:50:53 "seccomp-profile": "/etc/docker/seccomp.json" 02:50:53 } [Pipeline] sh 02:50:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:50:53 8e9e1e6396d9: Pushed 02:50:54 + sudo service docker restart 02:50:54 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:54 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:54 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 02:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 02:50:54 8e9e1e6396d9: Preparing 02:50:54 dac3efedab00: Preparing 02:50:54 e7d664e8fb65: Preparing 02:50:54 bbf07a5204b2: Preparing 02:50:54 4128cc4a9ff5: Preparing 02:50:54 994456c4fd7b: Preparing 02:50:54 994456c4fd7b: Waiting 02:50:54 bbf07a5204b2: Layer already exists 02:50:54 4128cc4a9ff5: Layer already exists 02:50:54 e7d664e8fb65: Layer already exists 02:50:54 dac3efedab00: Layer already exists 02:50:54 8e9e1e6396d9: Layer already exists 02:50:54 994456c4fd7b: Layer already exists 02:50:54 latest: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:55 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:55 + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 02:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 02:50:55 8e9e1e6396d9: Preparing 02:50:55 dac3efedab00: Preparing 02:50:55 e7d664e8fb65: Preparing 02:50:55 bbf07a5204b2: Preparing 02:50:55 4128cc4a9ff5: Preparing 02:50:55 994456c4fd7b: Preparing 02:50:55 994456c4fd7b: Waiting 02:50:55 8e9e1e6396d9: Layer already exists 02:50:55 dac3efedab00: Layer already exists 02:50:55 bbf07a5204b2: Layer already exists 02:50:55 e7d664e8fb65: Layer already exists 02:50:55 4128cc4a9ff5: Layer already exists 02:50:55 994456c4fd7b: Layer already exists 02:50:55 4.1.0-dev.2: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:55 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:56 + docker push nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 02:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 02:50:56 8e9e1e6396d9: Preparing 02:50:56 dac3efedab00: Preparing 02:50:56 e7d664e8fb65: Preparing 02:50:56 bbf07a5204b2: Preparing 02:50:56 4128cc4a9ff5: Preparing 02:50:56 994456c4fd7b: Preparing 02:50:56 994456c4fd7b: Waiting 02:50:56 bbf07a5204b2: Layer already exists 02:50:56 4128cc4a9ff5: Layer already exists 02:50:56 dac3efedab00: Layer already exists 02:50:56 e7d664e8fb65: Layer already exists 02:50:56 8e9e1e6396d9: Layer already exists 02:50:56 994456c4fd7b: Layer already exists 02:50:56 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:56 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:56 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 02:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 02:50:56 8e9e1e6396d9: Preparing 02:50:56 dac3efedab00: Preparing 02:50:56 e7d664e8fb65: Preparing 02:50:56 bbf07a5204b2: Preparing 02:50:56 4128cc4a9ff5: Preparing 02:50:56 994456c4fd7b: Preparing 02:50:56 994456c4fd7b: Waiting 02:50:56 bbf07a5204b2: Layer already exists 02:50:56 8e9e1e6396d9: Layer already exists 02:50:56 dac3efedab00: Layer already exists 02:50:56 e7d664e8fb65: Layer already exists 02:50:56 4128cc4a9ff5: Layer already exists 02:50:56 994456c4fd7b: Layer already exists 02:50:56 main: digest: sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:56 ===================================================== [Pipeline] echo 02:50:56 taggedImages: 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:latest 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo 02:50:56 ========================================================= 02:50:56 [edgeXBuildMultiArch] RAW Config: 02:50:56 images: 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:latest 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 02:50:56 - nexus3.edgexfoundry.org:10004/device-virtual:main 02:50:56 settingsFile: 02:50:56 device-virtual-go-settings 02:50:56 ========================================================= [Pipeline] node 02:50:56 Running on prd-centos7-docker-4c-2g-4864 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:56 provisioning config files... 02:50:56 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11770131484719474619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:50:57 ---> ****-login.sh 02:50:57 nexus3.edgexfoundry.org:10001 02:50:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:50:58 Configure a credential helper to remove this warning. See 02:50:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:50:58 02:50:58 Login Succeeded 02:50:58 nexus3.edgexfoundry.org:10002 02:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:50:58 Configure a credential helper to remove this warning. See 02:50:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:50:58 02:50:58 Login Succeeded 02:50:58 nexus3.edgexfoundry.org:10003 02:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:50:58 Configure a credential helper to remove this warning. See 02:50:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:50:58 02:50:58 Login Succeeded 02:50:58 nexus3.edgexfoundry.org:10004 02:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:50:58 Configure a credential helper to remove this warning. See 02:50:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:50:58 02:50:58 Login Succeeded 02:50:58 ****.io 02:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:50:58 Configure a credential helper to remove this warning. See 02:50:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:50:58 02:50:58 Login Succeeded 02:50:58 ---> ****-login.sh ends [Pipeline] } 02:50:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:50:58 + docker buildx ls 02:50:59 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:50:59 default * docker 02:50:59 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:50:59 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:50:59 edgex-builder [Pipeline] sh 02:50:59 + docker buildx inspect --bootstrap 02:50:59 #1 [internal] booting buildkit 02:50:59 #1 pulling image moby/buildkit:buildx-stable-1 02:51:04 #1 pulling image moby/buildkit:buildx-stable-1 4.1s done 02:51:04 #1 creating container buildx_buildkit_edgex-builder0 02:51:05 #1 creating container buildx_buildkit_edgex-builder0 1.8s done 02:51:05 #1 DONE 5.9s 02:51:05 Name: edgex-builder 02:51:05 Driver: docker-container 02:51:05 02:51:05 Nodes: 02:51:05 Name: edgex-builder0 02:51:05 Endpoint: unix:///var/run/docker.sock 02:51:05 Status: running 02:51:05 Buildkit: v0.22.0 02:51:05 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:51:06 + docker buildx ls 02:51:06 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:51:06 edgex-builder * docker-container 02:51:06 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:51:06 default docker 02:51:06 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:51:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0' 02:51:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 --push - 02:51:06 #1 [internal] load build definition from Dockerfile 02:51:06 #1 transferring dockerfile: 199B done 02:51:06 #1 DONE 0.0s 02:51:06 02:51:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 02:51:06 #2 DONE 0.1s 02:51:06 02:51:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 02:51:06 #3 DONE 0.1s 02:51:06 02:51:06 #4 [internal] load .dockerignore 02:51:06 #4 transferring context: 2B done 02:51:06 #4 DONE 0.0s 02:51:06 02:51:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:06 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:06 #5 DONE 0.0s 02:51:06 02:51:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:06 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 done 02:51:06 #6 DONE 0.1s 02:51:07 02:51:07 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 02:51:07 #7 DONE 0.0s 02:51:07 02:51:07 #8 exporting to image 02:51:07 #8 exporting layers done 02:51:07 #8 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done 02:51:07 #8 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done 02:51:07 #8 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done 02:51:07 #8 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done 02:51:07 #8 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done 02:51:07 #8 pushing layers 0.1s done 02:51:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 02:51:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:51:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done 02:51:07 #8 DONE 0.2s 02:51:07 02:51:07 1 warning found (use --debug to expand): 02:51:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:51:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - 02:51:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' 02:51:07 #1 [internal] load build definition from Dockerfile 02:51:07 #1 transferring dockerfile: 165B done 02:51:07 #1 DONE 0.0s 02:51:07 02:51:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 02:51:07 #2 DONE 0.0s 02:51:07 02:51:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 02:51:07 #3 DONE 0.0s 02:51:07 02:51:07 #4 [internal] load .dockerignore 02:51:07 #4 transferring context: 2B done 02:51:07 #4 DONE 0.0s 02:51:07 02:51:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:07 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:07 #5 DONE 0.0s 02:51:07 02:51:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:07 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:07 #6 CACHED 02:51:07 02:51:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:07 #5 CACHED 02:51:07 02:51:07 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 02:51:07 #7 DONE 0.0s 02:51:07 02:51:07 #8 exporting to image 02:51:07 #8 exporting layers done 02:51:07 #8 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done 02:51:07 #8 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done 02:51:07 #8 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done 02:51:07 #8 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done 02:51:07 #8 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done 02:51:07 #8 pushing layers 0.0s done 02:51:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done 02:51:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:51:07 #8 DONE 0.1s 02:51:07 02:51:07 1 warning found (use --debug to expand): 02:51:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:51:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2' 02:51:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 --push - 02:51:07 #1 [internal] load build definition from Dockerfile 02:51:07 #1 transferring dockerfile: 170B done 02:51:07 #1 DONE 0.0s 02:51:07 02:51:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 02:51:07 #2 DONE 0.0s 02:51:07 02:51:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2 02:51:07 #3 DONE 0.0s 02:51:07 02:51:07 #4 [internal] load .dockerignore 02:51:07 #4 transferring context: 2B done 02:51:07 #4 DONE 0.0s 02:51:07 02:51:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:07 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:07 #5 CACHED 02:51:07 02:51:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:08 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:08 #6 CACHED 02:51:08 02:51:08 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 02:51:08 #7 DONE 0.0s 02:51:08 02:51:08 #8 exporting to image 02:51:08 #8 exporting layers done 02:51:08 #8 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done 02:51:08 #8 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done 02:51:08 #8 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done 02:51:08 #8 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done 02:51:08 #8 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done 02:51:08 #8 pushing layers 0.0s done 02:51:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.2@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done 02:51:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:51:08 #8 DONE 0.1s 02:51:08 02:51:08 1 warning found (use --debug to expand): 02:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:51:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2' 02:51:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 --push - 02:51:08 #1 [internal] load build definition from Dockerfile 02:51:08 #1 transferring dockerfile: 211B done 02:51:08 #1 DONE 0.0s 02:51:08 02:51:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 02:51:08 #2 DONE 0.0s 02:51:08 02:51:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 02:51:08 #3 DONE 0.0s 02:51:08 02:51:08 #4 [internal] load .dockerignore 02:51:08 #4 transferring context: 2B done 02:51:08 #4 DONE 0.0s 02:51:08 02:51:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:08 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:08 #5 CACHED 02:51:08 02:51:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:08 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:08 #6 CACHED 02:51:08 02:51:08 #7 exporting to image 02:51:08 #7 exporting layers 02:51:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:51:08 #7 exporting layers done 02:51:08 #7 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done 02:51:08 #7 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done 02:51:08 #7 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done 02:51:08 #7 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done 02:51:08 #7 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done 02:51:08 #7 pushing layers 0.0s done 02:51:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done 02:51:08 #7 DONE 0.1s 02:51:08 02:51:08 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 02:51:08 #8 DONE 0.0s 02:51:08 02:51:08 1 warning found (use --debug to expand): 02:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:51:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' 02:51:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - 02:51:09 #1 [internal] load build definition from Dockerfile 02:51:09 #1 transferring dockerfile: 163B done 02:51:09 #1 DONE 0.0s 02:51:09 02:51:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 02:51:09 #2 DONE 0.0s 02:51:09 02:51:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 02:51:09 #3 DONE 0.0s 02:51:09 02:51:09 #4 [internal] load .dockerignore 02:51:09 #4 transferring context: 2B done 02:51:09 #4 DONE 0.0s 02:51:09 02:51:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:09 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:09 #5 CACHED 02:51:09 02:51:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 02:51:09 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:177603efebc315fed2cb5e229cc221b1e378016c0a7136c7ccda94810a08e907 0.0s done 02:51:09 #6 CACHED 02:51:09 02:51:09 #7 exporting to image 02:51:09 #7 exporting layers 02:51:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:51:09 #7 exporting layers done 02:51:09 #7 exporting manifest sha256:489b84ef1e2b17b98ab8b921f164ee169130ec95885c87185e2575ed4c711729 done 02:51:09 #7 exporting config sha256:a95fe5b07655e6284c5d380db58acbc3ca1dc6d823a8ec478b2de4f3bfaaa7f6 done 02:51:09 #7 exporting manifest sha256:4d8130b00f7b2e4d87820fdaabc6f78fbf711e05dd487e80ff6a33de404ae6f2 done 02:51:09 #7 exporting config sha256:463e415a3bafb542a495497ebf6a22838b4622090facb6ff888a88a2d53d9043 done 02:51:09 #7 exporting manifest list sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 done 02:51:09 #7 pushing layers 0.0s done 02:51:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:b96c10fcbcab420d4906ae1ddcf3f45fad53dc1bf07fd123186ea8e690d3b735 0.1s done 02:51:09 #7 DONE 0.1s 02:51:09 02:51:09 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 02:51:09 #8 DONE 0.0s 02:51:09 02:51:09 1 warning found (use --debug to expand): 02:51:09  - 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 02:51:09 + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:51:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:10 ---> package-listing.sh 02:51:10 ++ facter osfamily 02:51:10 ++ tr '[:upper:]' '[:lower:]' 02:51:11 + OS_FAMILY=redhat 02:51:11 + workspace=/w/workspace/exfoundry_device-virtual-go_main 02:51:11 + START_PACKAGES=/tmp/packages_start.txt 02:51:11 + END_PACKAGES=/tmp/packages_end.txt 02:51:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:11 + PACKAGES=/tmp/packages_start.txt 02:51:11 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 02:51:11 + PACKAGES=/tmp/packages_end.txt 02:51:11 + case "${OS_FAMILY}" in 02:51:11 + rpm -qa 02:51:11 + sort 02:51:11 + '[' -f /tmp/packages_start.txt ']' 02:51:11 + '[' -f /tmp/packages_end.txt ']' 02:51:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:11 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 02:51:11 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 02:51:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 02:51:11 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 02:51:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 02:51:12 provisioning config files... 02:51:12 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/210@tmp/config8249329032983040012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:12 02:51:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:12 ---> ****-login.sh 02:51:12 nexus3.edgexfoundry.org:10001 02:51:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:12 latest: Pulling from edgex-lftools-log-publisher 02:51:12 5eb5b503b376: Pulling fs layer 02:51:12 5c69ac0246d0: Pulling fs layer 02:51:12 ec43610c2a17: Pulling fs layer 02:51:12 3a2ae6a8a46f: Pulling fs layer 02:51:12 33b1e0a273af: Pulling fs layer 02:51:12 5d3b04190fa2: Pulling fs layer 02:51:12 2f39f015ded8: Pulling fs layer 02:51:12 33b1e0a273af: Waiting 02:51:12 5d3b04190fa2: Waiting 02:51:12 2f39f015ded8: Waiting 02:51:12 3a2ae6a8a46f: Waiting 02:51:12 5c69ac0246d0: Verifying Checksum 02:51:12 5c69ac0246d0: Download complete 02:51:12 3a2ae6a8a46f: Verifying Checksum 02:51:12 3a2ae6a8a46f: Download complete 02:51:12 33b1e0a273af: Verifying Checksum 02:51:12 33b1e0a273af: Download complete 02:51:12 ec43610c2a17: Verifying Checksum 02:51:12 ec43610c2a17: Download complete 02:51:12 5d3b04190fa2: Verifying Checksum 02:51:12 5d3b04190fa2: Download complete 02:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:13 5eb5b503b376: Verifying Checksum 02:51:13 5eb5b503b376: Download complete 02:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:51:13 Configure a credential helper to remove this warning. See 02:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:51:13 02:51:13 Login Succeeded 02:51:13 nexus3.edgexfoundry.org:10002 02:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:13 2f39f015ded8: Verifying Checksum 02:51:13 2f39f015ded8: Download complete 02:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:51:13 Configure a credential helper to remove this warning. See 02:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:51:13 02:51:13 Login Succeeded 02:51:13 nexus3.edgexfoundry.org:10003 02:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:51:14 Configure a credential helper to remove this warning. See 02:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:51:14 02:51:14 Login Succeeded 02:51:14 nexus3.edgexfoundry.org:10004 02:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:51:14 Configure a credential helper to remove this warning. See 02:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:51:14 02:51:14 Login Succeeded 02:51:14 ****.io 02:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:51:14 Configure a credential helper to remove this warning. See 02:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:51:14 02:51:14 Login Succeeded 02:51:14 ---> ****-login.sh ends [Pipeline] } 02:51:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 02:51:15 5eb5b503b376: Pull complete 02:51:15 5c69ac0246d0: Pull complete [Pipeline] echo 02:51:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:51:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:51:15 ========================================================= 02:51:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:51:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix 02:51:15 ec43610c2a17: Pull complete 02:51:15 3a2ae6a8a46f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:15 33b1e0a273af: Pull complete 02:51:15 5d3b04190fa2: Pull complete 02:51:15 + 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 . 02:51:16 Sending build context to Docker daemon 20.54MB 02:51:16 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 02:51:16 Step 2/12 : FROM ${BASE} AS builder 02:51:16 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:51:16 94e9d8af2201: Pulling fs layer 02:51:16 a6c56e8762df: Pulling fs layer 02:51:16 f0f3c8884826: Pulling fs layer 02:51:16 c7e7622c144d: Pulling fs layer 02:51:16 4f4fb700ef54: Pulling fs layer 02:51:16 e8859aadc426: Pulling fs layer 02:51:16 b4813487a9f6: Pulling fs layer 02:51:16 502a3d64fb4b: Pulling fs layer 02:51:16 4f4fb700ef54: Waiting 02:51:16 e8859aadc426: Waiting 02:51:16 b4813487a9f6: Waiting 02:51:16 502a3d64fb4b: Waiting 02:51:16 c7e7622c144d: Waiting 02:51:16 a6c56e8762df: Verifying Checksum 02:51:16 a6c56e8762df: Download complete 02:51:16 c7e7622c144d: Verifying Checksum 02:51:16 c7e7622c144d: Download complete 02:51:16 4f4fb700ef54: Verifying Checksum 02:51:16 4f4fb700ef54: Download complete 02:51:16 e8859aadc426: Download complete 02:51:16 94e9d8af2201: Verifying Checksum 02:51:16 94e9d8af2201: Download complete 02:51:17 502a3d64fb4b: Verifying Checksum 02:51:17 502a3d64fb4b: Download complete 02:51:17 94e9d8af2201: Pull complete 02:51:17 a6c56e8762df: Pull complete 02:51:18 f0f3c8884826: Verifying Checksum 02:51:18 f0f3c8884826: Download complete 02:51:19 b4813487a9f6: Verifying Checksum 02:51:19 b4813487a9f6: Download complete 02:51:20 2f39f015ded8: Pull complete 02:51:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:21 prd-centos7-docker-4c-2g-4864 does not seem to be running inside a container 02:51:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:51:25 $ docker top bb9ecff753ab637fd96d119b97f0998e80c4097408d90fd42acf41899e147cc4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:25 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:25 + mkdir -p /var/log/sysstat [Pipeline] sh 02:51:26 + ls /var/log/sa-host 02:51:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:26 provisioning config files... 02:51:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15041287599047901012tmp [Pipeline] { [Pipeline] echo 02:51:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:26 ---> create-netrc.sh [Pipeline] } 02:51:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:51:26 ---> python-tools-install.sh [Pipeline] echo 02:51:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:27 ---> sudo-logs.sh 02:51:27 Archiving 'sudo' log.. 02:51:27 sudo: unable to resolve host prd-centos7-docker-4c-2g-4864.novalocal: Name or service not known 02:51:27 sudo: unable to resolve host prd-centos7-docker-4c-2g-4864.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 02:51:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:27 ---> job-cost.sh 02:51:27 lf-activate-venv: SKIPPING 02:51:27 INFO: No Stack... 02:51:28 INFO: Retrieving Pricing Info for: v3-standard-2 02:51:28 INFO: Archiving Costs [Pipeline] echo 02:51:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:51:28 ---> logs-deploy.sh 02:51:28 lf-activate-venv: SKIPPING 02:51:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/210 02:51:28 INFO: archiving workspace using pattern(s): 02:51:29 Archives upload complete. 02:51:29 INFO: archiving logs to Nexus 02:51:30 ---> uname -a: 02:51:30 Linux prd-centos7-docker-4c-2g-4864.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 02:51:30 02:51:30 02:51:30 ---> lscpu: 02:51:30 Architecture: x86_64 02:51:30 CPU op-mode(s): 32-bit, 64-bit 02:51:30 Byte Order: Little Endian 02:51:30 Address sizes: 40 bits physical, 48 bits virtual 02:51:30 CPU(s): 2 02:51:30 On-line CPU(s) list: 0,1 02:51:30 Thread(s) per core: 1 02:51:30 Core(s) per socket: 1 02:51:30 Socket(s): 2 02:51:30 NUMA node(s): 1 02:51:30 Vendor ID: AuthenticAMD 02:51:30 CPU family: 23 02:51:30 Model: 49 02:51:30 Model name: AMD EPYC-Rome Processor 02:51:30 Stepping: 0 02:51:30 CPU MHz: 2800.000 02:51:30 BogoMIPS: 5600.00 02:51:30 Virtualization: AMD-V 02:51:30 Hypervisor vendor: KVM 02:51:30 Virtualization type: full 02:51:30 L1d cache: 64 KiB 02:51:30 L1i cache: 64 KiB 02:51:30 L2 cache: 1 MiB 02:51:30 L3 cache: 32 MiB 02:51:30 NUMA node0 CPU(s): 0,1 02:51:30 Vulnerability Itlb multihit: Not affected 02:51:30 Vulnerability L1tf: Not affected 02:51:30 Vulnerability Mds: Not affected 02:51:30 Vulnerability Meltdown: Not affected 02:51:30 Vulnerability Mmio stale data: Not affected 02:51:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:51:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:51:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:51:30 Vulnerability Srbds: Not affected 02:51:30 Vulnerability Tsx async abort: Not affected 02:51:30 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 02:51:30 02:51:30 02:51:30 ---> nproc: 02:51:30 2 02:51:30 02:51:30 02:51:30 ---> df -h: 02:51:30 Filesystem Size Used Avail Use% Mounted on 02:51:30 overlay 40G 7.0G 34G 18% / 02:51:30 tmpfs 64M 0 64M 0% /dev 02:51:30 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 02:51:30 shm 64M 0 64M 0% /dev/shm 02:51:30 /dev/vda1 40G 7.0G 34G 18% /facter-os 02:51:30 02:51:30 02:51:30 Cannot open /var/log/sysstat/sa10: No such file or directory 02:51:30 Please check if data collecting is enabled 02:51:30 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:51:31 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:51:31 $ docker stop --time=1 bb9ecff753ab637fd96d119b97f0998e80c4097408d90fd42acf41899e147cc4 02:51:31 f0f3c8884826: Pull complete 02:51:32 c7e7622c144d: Pull complete 02:51:32 $ docker rm -f --volumes bb9ecff753ab637fd96d119b97f0998e80c4097408d90fd42acf41899e147cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:51:32 [WS-CLEANUP] Deleting project workspace... 02:51:32 [WS-CLEANUP] Deferred wipeout is used... 02:51:32 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node 02:51:32 4f4fb700ef54: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:32 e8859aadc426: Pull complete 02:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:32 02:51:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:33 latest: Pulling from edgex-lftools-log-publisher 02:51:33 5eb5b503b376: Pulling fs layer 02:51:33 5c69ac0246d0: Pulling fs layer 02:51:33 ec43610c2a17: Pulling fs layer 02:51:33 3a2ae6a8a46f: Pulling fs layer 02:51:33 33b1e0a273af: Pulling fs layer 02:51:33 5d3b04190fa2: Pulling fs layer 02:51:33 2f39f015ded8: Pulling fs layer 02:51:33 33b1e0a273af: Waiting 02:51:33 5d3b04190fa2: Waiting 02:51:33 3a2ae6a8a46f: Waiting 02:51:33 2f39f015ded8: Waiting 02:51:33 5c69ac0246d0: Download complete 02:51:33 3a2ae6a8a46f: Download complete 02:51:33 33b1e0a273af: Verifying Checksum 02:51:33 5d3b04190fa2: Verifying Checksum 02:51:33 5d3b04190fa2: Download complete 02:51:33 ec43610c2a17: Verifying Checksum 02:51:33 ec43610c2a17: Download complete 02:51:33 5eb5b503b376: Verifying Checksum 02:51:33 5eb5b503b376: Download complete 02:51:33 2f39f015ded8: Download complete 02:51:34 5eb5b503b376: Pull complete 02:51:34 5c69ac0246d0: Pull complete 02:51:35 ec43610c2a17: Pull complete 02:51:35 3a2ae6a8a46f: Pull complete 02:51:35 33b1e0a273af: Pull complete 02:51:35 5d3b04190fa2: Pull complete 02:51:40 b4813487a9f6: Pull complete 02:51:41 2f39f015ded8: Pull complete 02:51:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:51:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:41 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 02:51:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:51:42 $ docker top 6106009deb1c6f236768afb38bfa8d4f0c90396d78949083297351460efade81 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:43 ---> job-cost.sh 02:51:43 lf-activate-venv: SKIPPING 02:51:43 INFO: No Stack... 02:51:43 502a3d64fb4b: Pull complete 02:51:43 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 02:51:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:51:43 ---> 3bb21d53e231 02:51:43 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:51:43 INFO: Retrieving Pricing Info for: v3-standard-8 02:51:43 INFO: Archiving Costs [Pipeline] sh 02:51:44 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 02:51:44 + cut -d, -f6 [Pipeline] lock 02:51:44 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] 02:51:44 Resource [jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] did not exist. Created. 02:51:44 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:44 + echo total: 0.2199999988079071 [Pipeline] stash 02:51:44 Stashed 1 file(s) [Pipeline] } 02:51:44 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } 02:51:44 $ docker stop --time=1 6106009deb1c6f236768afb38bfa8d4f0c90396d78949083297351460efade81 02:51:45 ---> Running in d6f2ec02ef1f 02:51:45 Removing intermediate container d6f2ec02ef1f 02:51:45 ---> 23f3e09243c0 02:51:45 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 02:51:45 ---> Running in 57dacc763192 02:51:45 Removing intermediate container 57dacc763192 02:51:45 ---> d27adc421fa0 02:51:45 Step 5/12 : ARG ADD_BUILD_TAGS="" 02:51:45 ---> Running in 9386b95d88e1 02:51:45 $ docker rm -f --volumes 6106009deb1c6f236768afb38bfa8d4f0c90396d78949083297351460efade81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:51:45 Removing intermediate container 9386b95d88e1 02:51:45 ---> 3baa09512195 02:51:45 Step 6/12 : WORKDIR /device-virtual-go 02:51:46 ---> Running in 8304a8457c60 02:51:46 Removing intermediate container 8304a8457c60 02:51:46 ---> 9db127eabeb0 02:51:46 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:51:46 ---> Running in b96c3ca81504 02:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:51:49 (1/4) Installing openssh-keygen (9.7_p1-r5) 02:51:49 (2/4) Installing libedit (20240517.3.1-r0) 02:51:49 (3/4) Installing openssh-client-common (9.7_p1-r5) 02:51:49 (4/4) Installing openssh-client-default (9.7_p1-r5) 02:51:49 Executing busybox-1.36.1-r29.trigger 02:51:49 OK: 244 MiB in 62 packages 02:51:50 Removing intermediate container b96c3ca81504 02:51:50 ---> 3cef15f3e9c3 02:51:50 Step 8/12 : COPY go.mod vendor* ./ 02:51:51 ---> 8e228d271782 02:51:51 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:51:51 ---> Running in 1646b911be31 02:54:12 Removing intermediate container 1646b911be31 02:54:12 ---> e476755b00ef 02:54:12 Step 10/12 : COPY . . 02:54:12 ---> 4e09e44f6133 02:54:12 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:54:12 ---> Running in 454786118fbc 02:54:12 Removing intermediate container 454786118fbc 02:54:12 ---> 3a5f162e41ac 02:54:12 Step 12/12 : RUN $MAKE 02:54:12 ---> Running in cddde71d7b4b 02:54:12 noop 02:54:12 Removing intermediate container cddde71d7b4b 02:54:12 ---> 19c6b2ed776c 02:54:12 Successfully built 19c6b2ed776c 02:54:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:13 + docker inspect -f . ci-base-image-arm64 02:54:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:54:13 prd-ubuntu20.04-docker-arm64-4c-16g-4897 does not seem to be running inside a container 02:54:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/210 -v /w/workspace/device-virtual-go/210:/w/workspace/device-virtual-go/210:rw,z -v /w/workspace/device-virtual-go/210@tmp:/w/workspace/device-virtual-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:54:14 $ docker top 18a5625a21571e25c64a8452125d845ca1a0dd81b47e0f7a5856be574a6a5cae -eo pid,comm [Pipeline] { [Pipeline] sh 02:54:15 + go version 02:54:15 go version go1.23.9 linux/arm64 [Pipeline] } 02:54:15 $ docker stop --time=1 18a5625a21571e25c64a8452125d845ca1a0dd81b47e0f7a5856be574a6a5cae 02:54:17 $ docker rm -f --volumes 18a5625a21571e25c64a8452125d845ca1a0dd81b47e0f7a5856be574a6a5cae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:17 + docker inspect -f . ci-base-image-arm64 02:54:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:54:17 prd-ubuntu20.04-docker-arm64-4c-16g-4897 does not seem to be running inside a container 02:54:17 $ 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/210 -v /w/workspace/device-virtual-go/210:/w/workspace/device-virtual-go/210:rw,z -v /w/workspace/device-virtual-go/210@tmp:/w/workspace/device-virtual-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:54:19 $ docker top febdbfe6189104d8ed44b035fbe2416775e077de4144cf2187f5eeefb768f8dd -eo pid,comm [Pipeline] { [Pipeline] sh 02:54:19 + git config --global --add safe.directory /w/workspace/device-virtual-go/210 [Pipeline] fileExists [Pipeline] sh 02:54:20 + make test 02:54:20 go test ./... -coverprofile=coverage.out 02:54:25 ? github.com/edgexfoundry/device-virtual-go [no test files] 02:57:32 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 02:57:32 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.062s coverage: 59.4% of statements 02:57:32 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:57:32 go vet ./... 02:58:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:58:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:58:19 ./bin/test-attribution-txt.sh 02:58:19 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 02:58:19 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 02:58:19 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 02:58:19 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 02:58:19 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 02:58:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 02:58:19 $ docker stop --time=1 febdbfe6189104d8ed44b035fbe2416775e077de4144cf2187f5eeefb768f8dd 02:58:21 $ docker rm -f --volumes febdbfe6189104d8ed44b035fbe2416775e077de4144cf2187f5eeefb768f8dd [Pipeline] // withDockerContainer [Pipeline] sh 02:58:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:58:22 Warning: overwriting stash ‘coverage-report’ 02:58:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:58:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:58:23 + ls -al . 02:58:23 total 268 02:58:23 drwxrwxr-x 7 jenkins jenkins 4096 Jul 10 02:54 . 02:58:23 drwxrwxr-x 4 jenkins jenkins 4096 Jul 10 02:50 .. 02:58:23 drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 02:50 .git 02:58:23 drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:50 .github 02:58:23 -rw-rw-r-- 1 jenkins jenkins 272 Jul 10 02:50 .gitignore 02:58:23 -rw-rw-r-- 1 jenkins jenkins 199 Jul 10 02:50 .golangci.yml 02:58:23 -rw-rw-r-- 1 jenkins jenkins 18321 Jul 10 02:50 Attribution.txt 02:58:23 -rw-rw-r-- 1 jenkins jenkins 17302 Jul 10 02:50 CHANGELOG.md 02:58:23 -rw-rw-r-- 1 jenkins jenkins 1755 Jul 10 02:50 Dockerfile 02:58:23 -rw-rw-r-- 1 jenkins jenkins 677 Jul 10 02:50 GOVERNANCE.md 02:58:23 -rw-rw-r-- 1 jenkins jenkins 660 Jul 10 02:50 Jenkinsfile 02:58:23 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 10 02:50 LICENSE 02:58:23 -rw-rw-r-- 1 jenkins jenkins 2652 Jul 10 02:50 Makefile 02:58:23 -rw-rw-r-- 1 jenkins jenkins 623 Jul 10 02:50 OWNERS.md 02:58:23 -rw-rw-r-- 1 jenkins jenkins 4473 Jul 10 02:50 README.md 02:58:23 -rw-rw-r-- 1 jenkins jenkins 11 Jul 10 02:48 VERSION 02:58:23 drwxrwxr-x 2 jenkins jenkins 4096 Jul 10 02:50 bin 02:58:23 drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:50 cmd 02:58:23 -rw-r--r-- 1 jenkins jenkins 45558 Jul 10 02:57 coverage.out 02:58:23 -rw-rw-r-- 1 jenkins jenkins 6060 Jul 10 02:50 go.mod 02:58:23 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 10 02:50 go.sum 02:58:23 drwxrwxr-x 3 jenkins jenkins 4096 Jul 10 02:50 internal 02:58:23 -rw-rw-r-- 1 jenkins jenkins 235 Jul 10 02:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:24 + 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=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 --label arch=arm64 --label version=4.1.0-dev.2 . 02:58:24 Sending build context to Docker daemon 20.59MB 02:58:24 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 02:58:24 Step 2/26 : FROM ${BASE} AS builder 02:58:24 ---> 19c6b2ed776c 02:58:24 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:58:24 ---> Running in cce2666564a4 02:58:25 Removing intermediate container cce2666564a4 02:58:25 ---> 8c15249c406a 02:58:25 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 02:58:25 ---> Running in d7d57e24df6c 02:58:25 Removing intermediate container d7d57e24df6c 02:58:25 ---> 261a8e13ef90 02:58:25 Step 5/26 : ARG ADD_BUILD_TAGS="" 02:58:25 ---> Running in 032eb260e380 02:58:25 Removing intermediate container 032eb260e380 02:58:25 ---> 127c79e64d59 02:58:25 Step 6/26 : WORKDIR /device-virtual-go 02:58:25 ---> Running in c094cc2d0641 02:58:26 Removing intermediate container c094cc2d0641 02:58:26 ---> e232264b1c2b 02:58:26 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:58:26 ---> Running in 355ec5a6478a 02:58:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:58:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:58:31 OK: 244 MiB in 62 packages 02:58:32 Removing intermediate container 355ec5a6478a 02:58:32 ---> 9bf15adc42d9 02:58:32 Step 8/26 : COPY go.mod vendor* ./ 02:58:33 ---> ab51a5bb8664 02:58:33 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:33 ---> Running in 3e6fa43e2df0 02:58:35 Removing intermediate container 3e6fa43e2df0 02:58:35 ---> 832661ec12c4 02:58:35 Step 10/26 : COPY . . 02:58:36 ---> 1e18978a94df 02:58:36 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:58:36 ---> Running in 1572163d5ac3 02:58:37 Removing intermediate container 1572163d5ac3 02:58:37 ---> da5ef1fedc83 02:58:37 Step 12/26 : RUN $MAKE 02:58:37 ---> Running in 2ee80f652649 02:58:38 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 03:01:59 Removing intermediate container 2ee80f652649 03:01:59 ---> 83918a4931a3 03:01:59 Step 13/26 : FROM alpine:3.20 03:01:59 3.20: Pulling from library/alpine 03:01:59 94e9d8af2201: Already exists 03:01:59 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:01:59 Status: Downloaded newer image for alpine:3.20 03:01:59 ---> 7aab056cecc6 03:01:59 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 03:01:59 ---> Running in 99a875fd3eac 03:01:59 Removing intermediate container 99a875fd3eac 03:01:59 ---> 72e5e83580c7 03:01:59 Step 15/26 : RUN apk add --update --no-cache dumb-init 03:01:59 ---> Running in d34d5c7c3ef4 03:01:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:01:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:01:59 (1/1) Installing dumb-init (1.2.5-r3) 03:01:59 Executing busybox-1.36.1-r29.trigger 03:01:59 OK: 9 MiB in 15 packages 03:01:59 Removing intermediate container d34d5c7c3ef4 03:01:59 ---> 5222501ebb26 03:01:59 Step 16/26 : RUN apk --no-cache upgrade 03:01:59 ---> Running in 6b284e3fc106 03:01:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:01:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:01:59 OK: 9 MiB in 15 packages 03:01:59 Removing intermediate container 6b284e3fc106 03:01:59 ---> eca6b414b2f2 03:01:59 Step 17/26 : WORKDIR / 03:01:59 ---> Running in 605be7b1a18c 03:01:59 Removing intermediate container 605be7b1a18c 03:01:59 ---> 209bec05c0db 03:01:59 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 03:01:59 ---> 27e9696e4c67 03:01:59 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 03:01:59 ---> 8efc86ab267b 03:01:59 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 03:01:59 ---> ceff1663a6f3 03:01:59 Step 21/26 : EXPOSE 59900 03:02:00 ---> Running in 1e705151c31e 03:02:00 Removing intermediate container 1e705151c31e 03:02:00 ---> 1c2ec2173312 03:02:00 Step 22/26 : ENTRYPOINT ["/device-virtual"] 03:02:00 ---> Running in f0fec10481c5 03:02:00 Removing intermediate container f0fec10481c5 03:02:00 ---> 755240f7d2c0 03:02:00 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 03:02:00 ---> Running in c91d0e0f915e 03:02:01 Removing intermediate container c91d0e0f915e 03:02:01 ---> 2bd0ff74f916 03:02:01 Step 24/26 : LABEL arch=arm64 03:02:01 ---> Running in 70b76a741746 03:02:01 Removing intermediate container 70b76a741746 03:02:01 ---> be2b3aef4481 03:02:01 Step 25/26 : LABEL git_sha=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 03:02:01 ---> Running in 93e57f660a55 03:02:01 Removing intermediate container 93e57f660a55 03:02:01 ---> b6c5219bfcfe 03:02:01 Step 26/26 : LABEL version=4.1.0-dev.2 03:02:01 ---> Running in a35bca0ff2e8 03:02:02 Removing intermediate container a35bca0ff2e8 03:02:02 ---> 1eee0ea78677 03:02:02 [Warning] One or more build-args [ARCH] were not consumed 03:02:02 Successfully built 1eee0ea78677 03:02:02 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 03:02:02 provisioning config files... 03:02:02 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/210@tmp/config798278194639450931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:02:03 ---> ****-login.sh 03:02:03 nexus3.edgexfoundry.org:10001 03:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:03 Configure a credential helper to remove this warning. See 03:02:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:03 03:02:03 Login Succeeded 03:02:03 nexus3.edgexfoundry.org:10002 03:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:03 Configure a credential helper to remove this warning. See 03:02:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:03 03:02:03 Login Succeeded 03:02:03 nexus3.edgexfoundry.org:10003 03:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:04 Configure a credential helper to remove this warning. See 03:02:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:04 03:02:04 Login Succeeded 03:02:04 nexus3.edgexfoundry.org:10004 03:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:04 Configure a credential helper to remove this warning. See 03:02:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:04 03:02:04 Login Succeeded 03:02:04 ****.io 03:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:04 Configure a credential helper to remove this warning. See 03:02:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:04 03:02:04 Login Succeeded 03:02:04 ---> ****-login.sh ends [Pipeline] } 03:02:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:02:05 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 03:02:05 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 03:02:05 latest 03:02:05 4.1.0-dev.2 03:02:05 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 03:02:05 main 03:02:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:05 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:05 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 03:02:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:02:05 ba393dc67b5d: Preparing 03:02:05 836cc8656a6f: Preparing 03:02:05 45d6847c0e9a: Preparing 03:02:05 e64379c0a59e: Preparing 03:02:05 03266eebe7d0: Preparing 03:02:05 dd9c8f8612c8: Preparing 03:02:06 45d6847c0e9a: Pushed 03:02:06 dd9c8f8612c8: Layer already exists 03:02:06 03266eebe7d0: Pushed 03:02:06 836cc8656a6f: Pushed 03:02:06 e64379c0a59e: Pushed 03:02:14 ba393dc67b5d: Pushed 03:02:14 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:14 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:14 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 03:02:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:02:14 ba393dc67b5d: Preparing 03:02:14 836cc8656a6f: Preparing 03:02:14 45d6847c0e9a: Preparing 03:02:14 e64379c0a59e: Preparing 03:02:14 03266eebe7d0: Preparing 03:02:14 dd9c8f8612c8: Preparing 03:02:14 dd9c8f8612c8: Waiting 03:02:14 ba393dc67b5d: Layer already exists 03:02:14 03266eebe7d0: Layer already exists 03:02:14 836cc8656a6f: Layer already exists 03:02:14 45d6847c0e9a: Layer already exists 03:02:14 e64379c0a59e: Layer already exists 03:02:14 dd9c8f8612c8: Layer already exists 03:02:15 latest: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:15 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:15 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 03:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:02:15 ba393dc67b5d: Preparing 03:02:15 836cc8656a6f: Preparing 03:02:15 45d6847c0e9a: Preparing 03:02:15 e64379c0a59e: Preparing 03:02:15 03266eebe7d0: Preparing 03:02:15 dd9c8f8612c8: Preparing 03:02:15 dd9c8f8612c8: Waiting 03:02:15 ba393dc67b5d: Layer already exists 03:02:15 45d6847c0e9a: Layer already exists 03:02:15 836cc8656a6f: Layer already exists 03:02:15 03266eebe7d0: Layer already exists 03:02:15 e64379c0a59e: Layer already exists 03:02:15 dd9c8f8612c8: Layer already exists 03:02:16 4.1.0-dev.2: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:16 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:16 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 03:02:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:02:16 ba393dc67b5d: Preparing 03:02:16 836cc8656a6f: Preparing 03:02:16 45d6847c0e9a: Preparing 03:02:16 e64379c0a59e: Preparing 03:02:16 03266eebe7d0: Preparing 03:02:16 dd9c8f8612c8: Preparing 03:02:16 dd9c8f8612c8: Waiting 03:02:16 45d6847c0e9a: Layer already exists 03:02:16 e64379c0a59e: Layer already exists 03:02:16 836cc8656a6f: Layer already exists 03:02:16 03266eebe7d0: Layer already exists 03:02:16 ba393dc67b5d: Layer already exists 03:02:16 dd9c8f8612c8: Layer already exists 03:02:16 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:17 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:17 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 03:02:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:02:17 ba393dc67b5d: Preparing 03:02:17 836cc8656a6f: Preparing 03:02:17 45d6847c0e9a: Preparing 03:02:17 e64379c0a59e: Preparing 03:02:17 03266eebe7d0: Preparing 03:02:17 dd9c8f8612c8: Preparing 03:02:17 dd9c8f8612c8: Waiting 03:02:17 45d6847c0e9a: Layer already exists 03:02:17 e64379c0a59e: Layer already exists 03:02:17 03266eebe7d0: Layer already exists 03:02:17 ba393dc67b5d: Layer already exists 03:02:17 836cc8656a6f: Layer already exists 03:02:17 dd9c8f8612c8: Layer already exists 03:02:17 main: digest: sha256:eef73e66b64504e900dbbc7893ed0c7b3b1ac3af33a1221157f578e3a396fcc0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:17 ===================================================== [Pipeline] echo 03:02:18 taggedImages: 03:02:18 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 03:02:18 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 03:02:18 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 03:02:18 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 03:02:18 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo 03:02:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] echo 03:02:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo 03:02:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.2 [Pipeline] echo 03:02:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:f0669123e7c3a3cbeca44c61ecad712c9bc79fe0-4.1.0-dev.2 [Pipeline] echo 03:02:18 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 03:02:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:02:18 03:02:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:02:18 arm64: Pulling from edgex-lftools-log-publisher 03:02:18 8998bd30e6a1: Pulling fs layer 03:02:18 04944245beec: Pulling fs layer 03:02:18 699f458cf7ca: Pulling fs layer 03:02:18 765212b225bb: Pulling fs layer 03:02:18 f23df028b6ca: Pulling fs layer 03:02:18 d65c8cfc05b1: Pulling fs layer 03:02:18 2437ff75d9bd: Pulling fs layer 03:02:18 f23df028b6ca: Waiting 03:02:18 d65c8cfc05b1: Waiting 03:02:18 2437ff75d9bd: Waiting 03:02:18 765212b225bb: Waiting 03:02:19 04944245beec: Verifying Checksum 03:02:19 04944245beec: Download complete 03:02:19 765212b225bb: Verifying Checksum 03:02:19 765212b225bb: Download complete 03:02:19 f23df028b6ca: Verifying Checksum 03:02:19 f23df028b6ca: Download complete 03:02:19 d65c8cfc05b1: Verifying Checksum 03:02:19 d65c8cfc05b1: Download complete 03:02:19 699f458cf7ca: Download complete 03:02:19 8998bd30e6a1: Verifying Checksum 03:02:19 8998bd30e6a1: Download complete 03:02:22 2437ff75d9bd: Verifying Checksum 03:02:22 2437ff75d9bd: Download complete 03:02:24 8998bd30e6a1: Pull complete 03:02:24 04944245beec: Pull complete 03:02:26 699f458cf7ca: Pull complete 03:02:26 765212b225bb: Pull complete 03:02:27 f23df028b6ca: Pull complete 03:02:27 d65c8cfc05b1: Pull complete 03:02:45 2437ff75d9bd: Pull complete 03:02:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:02:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:02:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:02:45 prd-ubuntu20.04-docker-arm64-4c-16g-4897 does not seem to be running inside a container 03:02:46 $ 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/210 -v /w/workspace/device-virtual-go/210:/w/workspace/device-virtual-go/210:rw,z -v /w/workspace/device-virtual-go/210@tmp:/w/workspace/device-virtual-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:02:48 $ docker top ed1d8fa8bc6ff7659cb6b2588f3980c037412e48421077d8a52be5f1bf9606ee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:02:49 ---> job-cost.sh 03:02:49 lf-activate-venv: SKIPPING 03:02:49 INFO: No Stack... 03:02:49 INFO: Retrieving Pricing Info for: v3-standard-4 03:02:50 INFO: Archiving Costs [Pipeline] sh 03:02:51 + cut -d, -f6 03:02:51 + cat /w/workspace/device-virtual-go/210/archives/cost.csv [Pipeline] lock 03:02:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] 03:02:51 Resource [jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] did not exist. Created. 03:02:51 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:02:51 /w/workspace/device-virtual-go/210@tmp/durable-36f69d06/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:02:52 + echo total: 0.10999999940395355 [Pipeline] stash 03:02:52 Warning: overwriting stash ‘stack-cost’ 03:02:52 Stashed 1 file(s) [Pipeline] } 03:02:52 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } 03:02:52 $ docker stop --time=1 ed1d8fa8bc6ff7659cb6b2588f3980c037412e48421077d8a52be5f1bf9606ee 03:02:54 $ docker rm -f --volumes ed1d8fa8bc6ff7659cb6b2588f3980c037412e48421077d8a52be5f1bf9606ee [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 03:02:54 provisioning config files... 03:02:54 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12553262894070044925tmp [Pipeline] { [Pipeline] sh 03:02:55 + set +x 03:02:55 + curl -s https://codecov.io/bash 03:02:55 + bash -s -- 03:02:55 03:02:55 _____ _ 03:02:55 / ____| | | 03:02:55 | | ___ __| | ___ ___ _____ __ 03:02:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:02:55 | |___| (_) | (_| | __/ (_| (_) \ V / 03:02:55 \_____\___/ \__,_|\___|\___\___/ \_/ 03:02:55 Bash-1.0.6 03:02:55 03:02:55 03:02:55 ==> git version 2.25.1 found 03:02:55 ==> 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 03:02:55 Release-Date: 2020-01-08 03:02:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:02:55 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:02:55 ==> Jenkins CI detected. 03:02:55 current dir:  /w/workspace/exfoundry_device-virtual-go_main 03:02:55 project root: . 03:02:55 --> token set from env 03:02:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:02:55 ==> Running gcov in . (disable via -X gcov) 03:02:55 ==> Python coveragepy not found 03:02:55 ==> Searching for coverage reports in: 03:02:55 + . 03:02:55 -> Found 1 reports 03:02:55 ==> Detecting git/mercurial file structure 03:02:55 ==> Reading reports 03:02:55 + ./coverage.out bytes=45558 03:02:55 ==> Appending adjustments 03:02:55 https://docs.codecov.io/docs/fixing-reports 03:02:55 + Found adjustments 03:02:55 ==> Gzipping contents 03:02:55 8.0K /tmp/codecov.jQubat.gz 03:02:55 ==> Uploading reports 03:02:55 url: https://codecov.io 03:02:55 query: branch=main&commit=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F210%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:02:55 -> Pinging Codecov 03:02:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f0669123e7c3a3cbeca44c61ecad712c9bc79fe0&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F210%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:02:55 -> Uploading to 03:02:55 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/f0669123e7c3a3cbeca44c61ecad712c9bc79fe0/06202f0d-8173-4692-b238-0d9025e2692c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250710%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250710T030255Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=0e6893efe0a07a3b1f0ee6b77c4468fb173932173b70e1ec8d4745dcacd8a0d6 03:02:55 % Total % Received % Xferd Average Speed Time Time Time Current 03:02:55 Dload Upload Total Spent Left Speed 03:02:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5368 0 0 100 5368 0 23137 --:--:-- --:--:-- --:--:-- 23038 03:02:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] } 03:02:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:02:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:02:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:02:56 03:02:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:02:56 latest: Pulling from edgex-devops/edgex-snyk-go 03:02:56 0a9a5dfd008f: Already exists 03:02:56 36466aa92d05: Already exists 03:02:56 e10405b45d13: Already exists 03:02:56 096b7ceb2af7: Already exists 03:02:56 4f4fb700ef54: Already exists 03:02:56 e50aa161e22a: Pulling fs layer 03:02:56 d3c8db5fb9df: Pulling fs layer 03:02:57 e50aa161e22a: Verifying Checksum 03:02:57 e50aa161e22a: Download complete 03:02:57 e50aa161e22a: Pull complete 03:02:58 d3c8db5fb9df: Verifying Checksum 03:02:58 d3c8db5fb9df: Download complete 03:03:02 d3c8db5fb9df: Pull complete 03:03:02 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 03:03:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:03:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:03:02 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 03:03:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 03:03:04 $ docker top 7beaffe3bfe6e9f5b29dd0e5037814e4f06507533cd7dd42054755ca1869602e -eo pid,comm [Pipeline] { [Pipeline] sh 03:03:04 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 03:03:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 03:03:04 + set -o pipefail 03:03:04 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 03:03:17 03:03:17 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 03:03:17 03:03:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/8b94a4c3-8462-470d-b2b4-5516d0563da3 03:03:17 03:03:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:03:17 [Pipeline] } 03:03:17 $ docker stop --time=1 7beaffe3bfe6e9f5b29dd0e5037814e4f06507533cd7dd42054755ca1869602e 03:03:19 $ docker rm -f --volumes 7beaffe3bfe6e9f5b29dd0e5037814e4f06507533cd7dd42054755ca1869602e [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 03:03:20 + git log --format=format:%s -1 f0669123e7c3a3cbeca44c61ecad712c9bc79fe0 [Pipeline] sh 03:03:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:03:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:03:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:03:21 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 03:03: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:03:21 $ docker top f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d -eo pid,comm 03:03:21 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:03:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:21 [ssh-agent] Looking for ssh-agent implementation... 03:03:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:21 $ docker exec f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d ssh-agent 03:03:21 SSH_AUTH_SOCK=/tmp/ssh-kxR12ABn9MYQ/agent.33 03:03:21 SSH_AGENT_PID=39 03:03:21 Running ssh-add (command line suppressed) 03:03:22 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12481821268790356782.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12481821268790356782.key) 03:03:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:22 + git semver tag 03:03:22 2025-07-10 03:03:22,583 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:03:22 2025-07-10 03:03:22,586 [run_tag] DEBUG tag force:False 03:03:22 2025-07-10 03:03:22,587 [check_head_tag] DEBUG check head tag 03:03:22 2025-07-10 03:03:22,587 [execute] INFO git cat-file --batch-check 03:03:22 2025-07-10 03:03:22,587 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 03:03:22 2025-07-10 03:03:22,590 [execute] INFO git cat-file --batch 03:03:22 2025-07-10 03:03:22,590 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 03:03:22 2025-07-10 03:03:22,600 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:03:22 2025-07-10 03:03:22,600 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 03:03:22 2025-07-10 03:03:22,600 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 03:03:22 2025-07-10 03:03:22,603 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:03:22 4.1.0-dev.2 [Pipeline] } 03:03:22 $ docker exec --env ******** --env ******** f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d ssh-agent -k 03:03:22 unset SSH_AUTH_SOCK; 03:03:22 unset SSH_AGENT_PID; 03:03:22 echo Agent pid 39 killed; 03:03:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:23 + git semver [Pipeline] } 03:03:23 $ docker stop --time=1 f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d 03:03:24 $ docker rm -f --volumes f8fef0abffc2c1299a3a6c999848fd7a2df1b08e1962919cb100079afe26891d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:03:25 03:03:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:03:25 0.23.1-centos7: Pulling from edgex-lftools 03:03:25 ab5ef0e58194: Pulling fs layer 03:03:25 9712f1f96733: Pulling fs layer 03:03:25 63f879dbbcfc: Pulling fs layer 03:03:25 0d9ebad4ef96: Pulling fs layer 03:03:25 0d9ebad4ef96: Waiting 03:03:25 e9a5061849ea: Pulling fs layer 03:03:25 d747dcd14b5f: Pulling fs layer 03:03:25 e9a5061849ea: Waiting 03:03:25 2de7ff778b66: Pulling fs layer 03:03:25 d747dcd14b5f: Waiting 03:03:25 2de7ff778b66: Waiting 03:03:25 9712f1f96733: Verifying Checksum 03:03:25 63f879dbbcfc: Verifying Checksum 03:03:25 63f879dbbcfc: Download complete 03:03:26 e9a5061849ea: Verifying Checksum 03:03:26 e9a5061849ea: Download complete 03:03:26 d747dcd14b5f: Verifying Checksum 03:03:26 d747dcd14b5f: Download complete 03:03:26 0d9ebad4ef96: Verifying Checksum 03:03:26 0d9ebad4ef96: Download complete 03:03:26 ab5ef0e58194: Verifying Checksum 03:03:26 ab5ef0e58194: Download complete 03:03:26 2de7ff778b66: Verifying Checksum 03:03:26 2de7ff778b66: Download complete 03:03:30 ab5ef0e58194: Pull complete 03:03:30 9712f1f96733: Pull complete 03:03:30 63f879dbbcfc: Pull complete 03:03:37 0d9ebad4ef96: Pull complete 03:03:37 e9a5061849ea: Pull complete 03:03:37 d747dcd14b5f: Pull complete 03:03:37 2de7ff778b66: Pull complete 03:03:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:03:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:03:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:03:38 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 03:03:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:03:40 $ docker top 0f6e906eac620231c4162645132b2b50b3f8e5ebfa99edae14b70fcb123f7af5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:03:40 provisioning config files... 03:03:40 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6188575355253041609tmp 03:03:40 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1544995031973132187tmp 03:03:40 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3605381720317320885tmp [Pipeline] { [Pipeline] echo 03:03:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:03:40 ---> sigul-configuration.sh 03:03:40 gpg: directory `/root/.gnupg' created 03:03:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:03:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:03:40 gpg: keyring `/root/.gnupg/secring.gpg' created 03:03:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:03:40 gpg: CAST5 encrypted data 03:03:40 gpg: encrypted with 1 passphrase 03:03:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:03:41 + mkdir /home/jenkins 03:03:41 + mkdir /home/jenkins/sigul [Pipeline] sh 03:03:41 + 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 03:03:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:03:41 ---> sigul-install.sh 03:03:41 Sigul already installed; skipping installation. [Pipeline] sh 03:03:42 + git tag --list 03:03:42 v1.0.0 03:03:42 v1.1.0 03:03:42 v1.1.1 03:03:42 v1.2.1 03:03:42 v1.2.2 03:03:42 v1.2.3 03:03:42 v1.3.0 03:03:42 v1.3.1 03:03:42 v2.0.0 03:03:42 v2.1.0 03:03:42 v2.1.1 03:03:42 v2.2.0 03:03:42 v2.3.0 03:03:42 v3.0 03:03:42 v3.0.0 03:03:42 v3.1 03:03:42 v3.1.0 03:03:42 v3.1.1 03:03:42 v4.0 03:03:42 v4.0.0 03:03:42 v4.1.0-dev.1 03:03:42 v4.1.0-dev.2 [Pipeline] sh 03:03:42 + lftools sign git-tag v4.1.0-dev.2 03:03:42 Signing Git tag with Sigul... 03:03:42 Signing v4.1.0-dev.2 [Pipeline] echo 03:03:43 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:03:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:03:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:03:43 $ docker stop --time=1 0f6e906eac620231c4162645132b2b50b3f8e5ebfa99edae14b70fcb123f7af5 03:03:45 $ docker rm -f --volumes 0f6e906eac620231c4162645132b2b50b3f8e5ebfa99edae14b70fcb123f7af5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:03:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:03:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:03:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:03:45 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 03:03:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:03:46 $ docker top d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 -eo pid,comm 03:03:46 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:03:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:46 [ssh-agent] Looking for ssh-agent implementation... 03:03:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:46 $ docker exec d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 ssh-agent 03:03:46 SSH_AUTH_SOCK=/tmp/ssh-7ZIuhngNQn5c/agent.32 03:03:46 SSH_AGENT_PID=38 03:03:46 Running ssh-add (command line suppressed) 03:03:46 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13720954636647631835.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13720954636647631835.key) 03:03:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:46 + git semver bump pre 03:03:47 2025-07-10 03:03:47,082 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:03:47 2025-07-10 03:03:47,086 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:03:47 2025-07-10 03:03:47,086 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev 03:03:47 2025-07-10 03:03:47,086 [bump_version] DEBUG bumped version:4.1.0-dev.3 03:03:47 2025-07-10 03:03:47,086 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 03:03:47 2025-07-10 03:03:47,086 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:03:47 2025-07-10 03:03:47,086 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:03:47 2025-07-10 03:03:47,088 [execute] INFO git cat-file --batch-check 03:03:47 2025-07-10 03:03:47,089 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:03:47 2025-07-10 03:03:47,092 [execute] INFO git cat-file --batch 03:03:47 2025-07-10 03:03:47,092 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:03:47 2025-07-10 03:03:47,096 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:03:47 4.1.0-dev.3 [Pipeline] } 03:03:47 $ docker exec --env ******** --env ******** d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 ssh-agent -k 03:03:47 unset SSH_AUTH_SOCK; 03:03:47 unset SSH_AGENT_PID; 03:03:47 echo Agent pid 38 killed; 03:03:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:47 + git semver [Pipeline] } 03:03:47 $ docker stop --time=1 d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 03:03:49 $ docker rm -f --volumes d4874663f82c338cf521d1dcdcad91a5d9a48e2db13170143e28710cc0c1a489 [Pipeline] // withDockerContainer [Pipeline] sh 03:03:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:03:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:03:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:03:49 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 03:03: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:03:50 $ docker top 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 -eo pid,comm 03:03:50 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). 03:03:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:50 [ssh-agent] Looking for ssh-agent implementation... 03:03:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:50 $ docker exec 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 ssh-agent 03:03:50 SSH_AUTH_SOCK=/tmp/ssh-BYaOZ3yxc5Ee/agent.32 03:03:50 SSH_AGENT_PID=38 03:03:50 Running ssh-add (command line suppressed) 03:03:50 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16382784109961598783.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16382784109961598783.key) 03:03:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:50 + git semver push 03:03:51 2025-07-10 03:03:51,030 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:03:51 2025-07-10 03:03:51,034 [run_push] DEBUG push 03:03:51 2025-07-10 03:03:51,034 [execute] INFO git cat-file --batch-check 03:03:51 2025-07-10 03:03:51,035 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:03:51 2025-07-10 03:03:51,037 [execute] INFO git rev-list 044756b46861794c3a583d98231f252d9a98e2d2 -- 03:03:51 2025-07-10 03:03:51,037 [execute] DEBUG Popen(['git', 'rev-list', '044756b46861794c3a583d98231f252d9a98e2d2', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:03:51 2025-07-10 03:03:51,046 [execute] INFO git fetch -v -- origin 03:03:51 2025-07-10 03:03:51,046 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 03:03:51 2025-07-10 03:03:51,492 [run_push] DEBUG no remote changes detected 03:03:51 2025-07-10 03:03:51,492 [execute] INFO git push origin semver 03:03:51 2025-07-10 03:03:51,492 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:03:52 2025-07-10 03:03:52,205 [run_push] DEBUG push all version tags 03:03:52 2025-07-10 03:03:52,205 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:03:52 2025-07-10 03:03:52,206 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 03:03:53 2025-07-10 03:03:52,871 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:03:53 4.1.0-dev.3 [Pipeline] } 03:03:53 $ docker exec --env ******** --env ******** 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 ssh-agent -k 03:03:53 unset SSH_AUTH_SOCK; 03:03:53 unset SSH_AGENT_PID; 03:03:53 echo Agent pid 38 killed; 03:03:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:53 + git semver [Pipeline] } 03:03:53 $ docker stop --time=1 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 03:03:55 $ docker rm -f --volumes 9f83d5926e21c810f3bc40b08da4edda962626cdc6be3f6ecaddf1990ea2f2f1 [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 03:03:55 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 03:03:55 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 03:03:55 total 16 03:03:55 drwxr-xr-x 3 root root 4096 Jul 10 02:51 . 03:03:55 drwxrwxr-x 9 jenkins jenkins 4096 Jul 10 03:03 .. 03:03:55 drwxr-xr-x 2 root root 4096 Jul 10 02:51 cost 03:03:55 -rw-r--r-- 1 root root 89 Jul 10 02:51 cost.csv 03:03:55 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 03:03:55 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 03:03:55 total 16 03:03:55 drwxr-xr-x 3 jenkins jenkins 4096 Jul 10 02:51 . 03:03:55 drwxrwxr-x 9 jenkins jenkins 4096 Jul 10 03:03 .. 03:03:55 drwxr-xr-x 2 jenkins jenkins 4096 Jul 10 02:51 cost 03:03:55 -rw-r--r-- 1 jenkins jenkins 89 Jul 10 02:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:03:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:03:56 ---> package-listing.sh 03:03:56 ++ facter osfamily 03:03:56 ++ tr '[:upper:]' '[:lower:]' 03:03:57 + OS_FAMILY=debian 03:03:57 + workspace=/w/workspace/exfoundry_device-virtual-go_main 03:03:57 + START_PACKAGES=/tmp/packages_start.txt 03:03:57 + END_PACKAGES=/tmp/packages_end.txt 03:03:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:03:57 + PACKAGES=/tmp/packages_start.txt 03:03:57 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:03:57 + PACKAGES=/tmp/packages_end.txt 03:03:57 + case "${OS_FAMILY}" in 03:03:57 + dpkg -l 03:03:57 + grep '^ii' 03:03:57 + '[' -f /tmp/packages_start.txt ']' 03:03:57 + '[' -f /tmp/packages_end.txt ']' 03:03:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:03:57 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:03:57 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 03:03:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 03:03:57 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 03:03:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:03:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:03:58 prd-ubuntu20.04-docker-8c-8g-4896 does not seem to be running inside a container 03:03:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:03:58 $ docker top ffa4ca2c1b83999c687bf1d6b8b7fb4c7b07bdb596b91eb24ba375ee7f993dce -eo pid,comm [Pipeline] { [Pipeline] sh 03:03:58 + touch /tmp/pre-build-complete [Pipeline] sh 03:03:58 + mkdir -p /var/log/sysstat [Pipeline] sh 03:03:59 + ls /var/log/sa-host 03:03:59 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:03:59 provisioning config files... 03:03:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17407220994737529815tmp [Pipeline] { [Pipeline] echo 03:03:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:03:59 ---> create-netrc.sh [Pipeline] } 03:03:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:03:59 ---> python-tools-install.sh [Pipeline] echo 03:03:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:04:00 ---> sudo-logs.sh 03:04:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:04:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:04:00 ---> job-cost.sh 03:04:00 lf-activate-venv: SKIPPING 03:04:00 DEBUG: total: 0.2199999988079071 03:04:00 INFO: Retrieving Stack Cost... 03:04:00 INFO: Retrieving Pricing Info for: v3-standard-8 03:04:00 INFO: Archiving Costs [Pipeline] echo 03:04:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:04:01 ---> logs-deploy.sh 03:04:01 lf-activate-venv: SKIPPING 03:04:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/210 03:04:01 INFO: archiving workspace using pattern(s): 03:04:02 Archives upload complete. 03:04:02 INFO: archiving logs to Nexus