Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 010fbd8dec9bbb1ea6641e05522169e05f3890e7 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-ssh11112810368601488469.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-ssh17691089158898565078.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-ssh13374425011788543758.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-ssh8811057974074752739.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-ssh16582963676118495758.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-3759 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 010fbd8dec9bbb1ea6641e05522169e05f3890e7 (main) Commit message: "feat: Add support for object-typed readings (#535)" > git config core.sparsecheckout # timeout=10 > git checkout -f 010fbd8dec9bbb1ea6641e05522169e05f3890e7 # timeout=10 > git rev-list --no-walk f1ae59df93e15168f5c84516dd369218cbd3ebf1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:41:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:41:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:41:47 ========================================================= 03:41:47 EdgeX Global Pipelines Version Info 03:41:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:41:48 ------------------- 03:41:48 stable info: 03:41:48 ------------------- 03:41:48 Commited By: Ginny Guan ginny@iotechsys.com 03:41:48 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:41:48 Message: update stable to v1.0.274 03:41:48 ------------------- 03:41:48 experimental info: 03:41:48 ------------------- 03:41:48 Commited By: **** collab-it+edgex@linuxfoundation.org 03:41:48 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 03:41:48 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:41:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 010fbd8 [Pipeline] echo 03:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:49 provisioning config files... 03:41:49 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config105622599967256489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:41:51 ---> ****-login.sh 03:41:51 nexus3.edgexfoundry.org:10001 03:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:52 Configure a credential helper to remove this warning. See 03:41:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:52 03:41:52 Login Succeeded 03:41:52 nexus3.edgexfoundry.org:10002 03:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:52 Configure a credential helper to remove this warning. See 03:41:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:52 03:41:52 Login Succeeded 03:41:52 nexus3.edgexfoundry.org:10003 03:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:52 Configure a credential helper to remove this warning. See 03:41:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:52 03:41:52 Login Succeeded 03:41:52 nexus3.edgexfoundry.org:10004 03:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:52 Configure a credential helper to remove this warning. See 03:41:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:52 03:41:52 Login Succeeded 03:41:52 ****.io 03:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:52 Configure a credential helper to remove this warning. See 03:41:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:52 03:41:52 Login Succeeded 03:41:52 ---> ****-login.sh ends [Pipeline] } 03:41:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:41:53 + git rev-list -1 --merges 010fbd8dec9bbb1ea6641e05522169e05f3890e7~1..010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo 03:41:53 -----------> git rev-list -1 --merges 010fbd8dec9bbb1ea6641e05522169e05f3890e7~1..010fbd8dec9bbb1ea6641e05522169e05f3890e7 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [false] [Pipeline] sh 03:41:53 + git log --format=format:%s -1 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo 03:41:53 ========================================================= 03:41:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:41:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:41:53 + git log --format=format:%s -1 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo 03:41:53 [semverPrep] GIT_COMMIT: 010fbd8dec9bbb1ea6641e05522169e05f3890e7, Commit Message: feat: Add support for object-typed readings (#535) [Pipeline] echo 03:41:53 [semverPrep] This is not a build commit. [Pipeline] sh 03:41:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:41:54 + grep -v github /etc/ssh/ssh_known_hosts 03:41:54 + [ -e /tmp/ssh_known_hosts ] 03:41:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:41:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:41:54 + sudo tee -a /etc/ssh/ssh_known_hosts 03:41:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:41:54 03:41:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:41:55 0.1.4: Pulling from edgex-devops/py-git-semver 03:41:55 3dae71ba6b94: Pulling fs layer 03:41:55 6bf1a483ea7c: Pulling fs layer 03:41:55 f5dfc541a4d3: Pulling fs layer 03:41:55 461d9e800cba: Pulling fs layer 03:41:55 80192f66455f: Pulling fs layer 03:41:55 2e8e34ca0e6c: Pulling fs layer 03:41:55 a29436f7fd5d: Pulling fs layer 03:41:55 461d9e800cba: Waiting 03:41:55 80192f66455f: Waiting 03:41:55 923cac83aea3: Pulling fs layer 03:41:55 2e8e34ca0e6c: Waiting 03:41:55 25ad8b0a4227: Pulling fs layer 03:41:55 a29436f7fd5d: Waiting 03:41:55 db01528c6b51: Pulling fs layer 03:41:55 28988de357af: Pulling fs layer 03:41:55 25ad8b0a4227: Waiting 03:41:55 db01528c6b51: Waiting 03:41:55 28988de357af: Waiting 03:41:55 923cac83aea3: Waiting 03:41:55 6bf1a483ea7c: Verifying Checksum 03:41:55 6bf1a483ea7c: Download complete 03:41:55 461d9e800cba: Verifying Checksum 03:41:55 461d9e800cba: Download complete 03:41:55 80192f66455f: Verifying Checksum 03:41:55 80192f66455f: Download complete 03:41:55 f5dfc541a4d3: Verifying Checksum 03:41:55 f5dfc541a4d3: Download complete 03:41:55 3dae71ba6b94: Verifying Checksum 03:41:55 3dae71ba6b94: Download complete 03:41:55 923cac83aea3: Download complete 03:41:55 25ad8b0a4227: Verifying Checksum 03:41:55 25ad8b0a4227: Download complete 03:41:55 db01528c6b51: Verifying Checksum 03:41:55 db01528c6b51: Download complete 03:41:55 28988de357af: Download complete 03:41:55 a29436f7fd5d: Verifying Checksum 03:41:55 a29436f7fd5d: Download complete 03:41:56 2e8e34ca0e6c: Verifying Checksum 03:41:56 2e8e34ca0e6c: Download complete 03:41:56 3dae71ba6b94: Pull complete 03:41:56 6bf1a483ea7c: Pull complete 03:41:57 f5dfc541a4d3: Pull complete 03:41:57 461d9e800cba: Pull complete 03:41:57 80192f66455f: Pull complete 03:42:00 2e8e34ca0e6c: Pull complete 03:42:01 a29436f7fd5d: Pull complete 03:42:01 923cac83aea3: Pull complete 03:42:01 25ad8b0a4227: Pull complete 03:42:01 db01528c6b51: Pull complete 03:42:01 28988de357af: Pull complete 03:42:01 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:42:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:42:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:42:01 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:42:01 $ 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 03:42:04 $ docker top 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 -eo pid,comm 03:42:04 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:42:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:42:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:04 [ssh-agent] Looking for ssh-agent implementation... 03:42:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:04 $ docker exec 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent 03:42:04 SSH_AUTH_SOCK=/tmp/ssh-AjNZ16Oh70Da/agent.31 03:42:04 SSH_AGENT_PID=37 03:42:04 Running ssh-add (command line suppressed) 03:42:04 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14174712204140071442.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14174712204140071442.key) 03:42:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:05 + git tag --points-at HEAD [Pipeline] } 03:42:05 $ docker exec --env ******** --env ******** 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent -k 03:42:05 unset SSH_AUTH_SOCK; 03:42:05 unset SSH_AGENT_PID; 03:42:05 echo Agent pid 37 killed; 03:42:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:42:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:05 [ssh-agent] Looking for ssh-agent implementation... 03:42:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:05 $ docker exec 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent 03:42:05 SSH_AUTH_SOCK=/tmp/ssh-jE35MxvkR43v/agent.71 03:42:05 SSH_AGENT_PID=77 03:42:05 Running ssh-add (command line suppressed) 03:42:05 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16353233151620332735.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16353233151620332735.key) 03:42:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:06 + git semver init 03:42:06 2025-06-23 03:42:06,237 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:42:06 2025-06-23 03:42:06,242 [run_init] DEBUG init version:0.0.0 force:False 03:42:06 2025-06-23 03:42:06,242 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 03:42:06 2025-06-23 03:42:06,243 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 03:42:06 2025-06-23 03:42:06,243 [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) 03:42:08 2025-06-23 03:42:07,706 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 03:42:08 2025-06-23 03:42:07,708 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 03:42:08 2025-06-23 03:42:07,708 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:42:08 2025-06-23 03:42:07,708 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:42:08 4.1.0-dev.1 [Pipeline] } 03:42:08 $ docker exec --env ******** --env ******** 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 ssh-agent -k 03:42:08 unset SSH_AUTH_SOCK; 03:42:08 unset SSH_AGENT_PID; 03:42:08 echo Agent pid 77 killed; 03:42:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:42:08 + git semver [Pipeline] } 03:42:08 $ docker stop --time=1 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 03:42:10 $ docker rm -f --volumes 33c78faf0c4dc3031126eb5942fb90b477ca3d4554aa75104d07fd5814eff367 [Pipeline] // withDockerContainer [Pipeline] sh 03:42:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:42:10 Stashed 1 file(s) [Pipeline] echo 03:42:10 [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:42:10 provisioning config files... 03:42:10 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9894587323280270881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:42:11 ---> ****-login.sh 03:42:11 nexus3.edgexfoundry.org:10001 03:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:42:11 Configure a credential helper to remove this warning. See 03:42:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:42:11 03:42:11 Login Succeeded 03:42:11 nexus3.edgexfoundry.org:10002 03:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:42:11 Configure a credential helper to remove this warning. See 03:42:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:42:11 03:42:11 Login Succeeded 03:42:11 nexus3.edgexfoundry.org:10003 03:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:42:11 Configure a credential helper to remove this warning. See 03:42:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:42:11 03:42:11 Login Succeeded 03:42:11 nexus3.edgexfoundry.org:10004 03:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:42:11 Configure a credential helper to remove this warning. See 03:42:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:42:11 03:42:11 Login Succeeded 03:42:11 ****.io 03:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:42:12 Configure a credential helper to remove this warning. See 03:42:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:42:12 03:42:12 Login Succeeded 03:42:12 ---> ****-login.sh ends [Pipeline] } 03:42:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:42:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:42:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:42:12 ========================================================= 03:42:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:42:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:12 + 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 . 03:42:12 Sending build context to Docker daemon 40.73MB 03:42:12 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 03:42:12 Step 2/12 : FROM ${BASE} AS builder 03:42:12 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:42:12 0a9a5dfd008f: Pulling fs layer 03:42:12 36466aa92d05: Pulling fs layer 03:42:12 e10405b45d13: Pulling fs layer 03:42:12 096b7ceb2af7: Pulling fs layer 03:42:12 4f4fb700ef54: Pulling fs layer 03:42:12 8213a616a21b: Pulling fs layer 03:42:12 985586143405: Pulling fs layer 03:42:12 0eae2285b678: Pulling fs layer 03:42:12 d3ac315be8c5: Pulling fs layer 03:42:12 985586143405: Waiting 03:42:12 4f4fb700ef54: Waiting 03:42:12 0eae2285b678: Waiting 03:42:12 8213a616a21b: Waiting 03:42:12 096b7ceb2af7: Waiting 03:42:12 d3ac315be8c5: Waiting 03:42:12 36466aa92d05: Verifying Checksum 03:42:12 36466aa92d05: Download complete 03:42:12 096b7ceb2af7: Verifying Checksum 03:42:12 096b7ceb2af7: Download complete 03:42:12 4f4fb700ef54: Download complete 03:42:12 8213a616a21b: Verifying Checksum 03:42:12 8213a616a21b: Download complete 03:42:12 0a9a5dfd008f: Download complete 03:42:12 985586143405: Verifying Checksum 03:42:12 985586143405: Download complete 03:42:13 0a9a5dfd008f: Pull complete 03:42:13 d3ac315be8c5: Verifying Checksum 03:42:13 d3ac315be8c5: Download complete 03:42:13 36466aa92d05: Pull complete 03:42:13 e10405b45d13: Download complete 03:42:13 0eae2285b678: Download complete 03:42:16 e10405b45d13: Pull complete 03:42:16 096b7ceb2af7: Pull complete 03:42:16 4f4fb700ef54: Pull complete 03:42:16 8213a616a21b: Pull complete 03:42:16 985586143405: Pull complete 03:42:19 0eae2285b678: Pull complete 03:42:19 d3ac315be8c5: Pull complete 03:42:19 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 03:42:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:42:19 ---> ea6120ae94a0 03:42:19 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 03:42:21 ---> Running in 10a1b7ba5605 03:42:21 Removing intermediate container 10a1b7ba5605 03:42:21 ---> 4dee7e07e347 03:42:21 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:42:21 ---> Running in 8162d3dae9f1 03:42:21 Removing intermediate container 8162d3dae9f1 03:42:21 ---> 45639b09ec7c 03:42:21 Step 5/12 : ARG ADD_BUILD_TAGS="" 03:42:21 ---> Running in fa47edcfe639 03:42:21 Removing intermediate container fa47edcfe639 03:42:21 ---> 8535883f6bf0 03:42:21 Step 6/12 : WORKDIR /device-virtual-go 03:42:21 ---> Running in dc6efdd752df 03:42:22 Removing intermediate container dc6efdd752df 03:42:22 ---> 441d39fc1ab7 03:42:22 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:42:22 ---> Running in 9d53fb9d146d 03:42:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:42:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:42:25 (1/4) Installing openssh-keygen (9.7_p1-r5) 03:42:25 (2/4) Installing libedit (20240517.3.1-r0) 03:42:25 (3/4) Installing openssh-client-common (9.7_p1-r5) 03:42:25 (4/4) Installing openssh-client-default (9.7_p1-r5) 03:42:25 Executing busybox-1.36.1-r29.trigger 03:42:25 OK: 252 MiB in 62 packages 03:42:25 Removing intermediate container 9d53fb9d146d 03:42:25 ---> c284613b584c 03:42:25 Step 8/12 : COPY go.mod vendor* ./ 03:42:25 ---> 78993cf07d53 03:42:25 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:42:25 ---> Running in 54673411588c 03:42:25 Still waiting to schedule task 03:42:25 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:43:33 Removing intermediate container 54673411588c 03:43:33 ---> fc07896052bf 03:43:33 Step 10/12 : COPY . . 03:43:33 ---> 14bec01d4bfe 03:43:33 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:43:33 ---> Running in 9881f96c951f 03:43:33 Removing intermediate container 9881f96c951f 03:43:33 ---> 0993c0c2f558 03:43:33 Step 12/12 : RUN $MAKE 03:43:33 ---> Running in 566ebd7c58b8 03:43:33 noop 03:43:33 Removing intermediate container 566ebd7c58b8 03:43:33 ---> 4b099385fc43 03:43:33 Successfully built 4b099385fc43 03:43:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:33 + docker inspect -f . ci-base-image-x86_64 03:43:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:43:33 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:43:33 $ 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 03:43:34 $ docker top 36a05dd3a26a4bd48e19da1d88013f8feb790733205079858ca024cffb326ae8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:43:34 + go version 03:43:34 go version go1.23.9 linux/amd64 [Pipeline] } 03:43:34 $ docker stop --time=1 36a05dd3a26a4bd48e19da1d88013f8feb790733205079858ca024cffb326ae8 03:43:35 $ docker rm -f --volumes 36a05dd3a26a4bd48e19da1d88013f8feb790733205079858ca024cffb326ae8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:36 + docker inspect -f . ci-base-image-x86_64 03:43:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:43:36 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:43:36 $ 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 03:43:36 $ docker top fb470ce2dd1aa34501549b0cafefc412d863a251a1eaf1d21a1fcef05188e1bd -eo pid,comm [Pipeline] { [Pipeline] sh 03:43:37 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 03:43:37 + make test 03:43:37 go test ./... -coverprofile=coverage.out 03:43:38 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:43:56 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 03:43:56 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.012s coverage: 57.7% of statements 03:44:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3760 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 03:44:06 Running in /w/workspace/device-virtual-go/208 [Pipeline] { [Pipeline] checkout 03:44:07 go vet ./... 03:44:09 The recommended git tool is: git 03:44:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:44:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:44:11 ./bin/test-attribution-txt.sh 03:44:11 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 03:44:11 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 03:44:11 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 03:44:11 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 03:44:11 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 03:44:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 03:44:11 $ docker stop --time=1 fb470ce2dd1aa34501549b0cafefc412d863a251a1eaf1d21a1fcef05188e1bd 03:44:13 $ docker rm -f --volumes fb470ce2dd1aa34501549b0cafefc412d863a251a1eaf1d21a1fcef05188e1bd [Pipeline] // withDockerContainer [Pipeline] sh 03:44:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:44:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 03:44:14 using credential edgex-jenkins-ssh 03:44:14 Cloning the remote Git repository [Pipeline] sh 03:44:14 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 03:44:14 > git init /w/workspace/device-virtual-go/208 # timeout=10 03:44:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:44:15 + ls -al . 03:44:15 total 272 03:44:15 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 03:43 . 03:44:15 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 03:41 .. 03:44:15 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 03:43 .git 03:44:15 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:41 .github 03:44:15 -rw-rw-r-- 1 jenkins jenkins 272 Jun 23 03:41 .gitignore 03:44:15 -rw-rw-r-- 1 jenkins jenkins 199 Jun 23 03:41 .golangci.yml 03:44:15 drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 03:42 .semver 03:44:15 -rw-rw-r-- 1 jenkins jenkins 18321 Jun 23 03:41 Attribution.txt 03:44:15 -rw-rw-r-- 1 jenkins jenkins 17302 Jun 23 03:41 CHANGELOG.md 03:44:15 -rw-rw-r-- 1 jenkins jenkins 1755 Jun 23 03:41 Dockerfile 03:44:15 -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 03:41 GOVERNANCE.md 03:44:15 -rw-rw-r-- 1 jenkins jenkins 660 Jun 23 03:41 Jenkinsfile 03:44:15 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 23 03:41 LICENSE 03:44:15 -rw-rw-r-- 1 jenkins jenkins 2652 Jun 23 03:41 Makefile 03:44:15 -rw-rw-r-- 1 jenkins jenkins 623 Jun 23 03:41 OWNERS.md 03:44:15 -rw-rw-r-- 1 jenkins jenkins 4473 Jun 23 03:41 README.md 03:44:15 -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 03:42 VERSION 03:44:15 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 03:41 bin 03:44:15 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:41 cmd 03:44:15 -rw-r--r-- 1 jenkins jenkins 45558 Jun 23 03:43 coverage.out 03:44:15 -rw-rw-r-- 1 jenkins jenkins 6059 Jun 23 03:41 go.mod 03:44:15 -rw-rw-r-- 1 jenkins jenkins 86761 Jun 23 03:41 go.sum 03:44:15 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:41 internal 03:44:15 -rw-rw-r-- 1 jenkins jenkins 235 Jun 23 03:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:15 + 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=010fbd8dec9bbb1ea6641e05522169e05f3890e7 --label arch=amd64 --label version=4.1.0-dev.1 . 03:44:15 Sending build context to Docker daemon 40.78MB 03:44:15 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 03:44:15 Step 2/26 : FROM ${BASE} AS builder 03:44:15 ---> 4b099385fc43 03:44:15 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 03:44:15 ---> Running in c24ab9ce1df9 03:44:15 Removing intermediate container c24ab9ce1df9 03:44:15 ---> 13c1e4324bd2 03:44:15 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 03:44:15 ---> Running in a0ccc96ec5d5 03:44:15 Removing intermediate container a0ccc96ec5d5 03:44:15 ---> defe6cc1b6c5 03:44:15 Step 5/26 : ARG ADD_BUILD_TAGS="" 03:44:15 ---> Running in fdbcf7c82e51 03:44:15 Removing intermediate container fdbcf7c82e51 03:44:15 ---> 9f0adb04ac19 03:44:15 Step 6/26 : WORKDIR /device-virtual-go 03:44:15 ---> Running in 6f08d71dc735 03:44:15 Removing intermediate container 6f08d71dc735 03:44:15 ---> f817f66b93e8 03:44:15 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:44:15 ---> Running in eb211f582c68 03:44:14 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:44:14 > git --version # timeout=10 03:44:14 > git --version # 'git version 2.25.1' 03:44:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:44:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:44:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:44:16 OK: 252 MiB in 62 packages 03:44:17 Removing intermediate container eb211f582c68 03:44:17 ---> 42ce486f3f27 03:44:17 Step 8/26 : COPY go.mod vendor* ./ 03:44:17 ---> 44e8bdfec78f 03:44:17 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:44:17 ---> Running in 70f1dfead5d8 03:44:17 Removing intermediate container 70f1dfead5d8 03:44:17 ---> 75bbf20ff271 03:44:17 Step 10/26 : COPY . . 03:44:18 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:44:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:44:19 ---> 60303a69b16b 03:44:19 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:44:19 ---> Running in 02e6ed0f1c7e 03:44:19 Removing intermediate container 02e6ed0f1c7e 03:44:19 ---> 32a181f88b02 03:44:19 Step 12/26 : RUN $MAKE 03:44:19 ---> Running in f603cf2f1a13 03:44:19 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 03:44:19 Avoid second fetch 03:44:19 Checking out Revision 010fbd8dec9bbb1ea6641e05522169e05f3890e7 (main) 03:44:19 Commit message: "feat: Add support for object-typed readings (#535)" 03:44:19 > git config core.sparsecheckout # timeout=10 03:44:19 > git checkout -f 010fbd8dec9bbb1ea6641e05522169e05f3890e7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:44:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:44:24 % Total % Received % Xferd Average Speed Time Time Time Current 03:44:24 Dload Upload Total Spent Left Speed 03:44:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 57800 0 --:--:-- --:--:-- --:--:-- 58057 [Pipeline] sh 03:44:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:44:25 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 03:44:25 /etc/docker/daemon.json 03:44:25 { 03:44:25 "registry-mirrors": [ 03:44:25 "https://nexus3.edgexfoundry.org:10001" 03:44:25 ], 03:44:25 "bip": "10.250.0.254/24", 03:44:25 "hosts": [ 03:44:25 "tcp://0.0.0.0:5555", 03:44:25 "unix:///var/run/docker.sock" 03:44:25 ], 03:44:25 "mtu": 1458, 03:44:25 "selinux-enabled": true, 03:44:25 "seccomp-profile": "/etc/docker/seccomp.json" 03:44:25 } [Pipeline] sh 03:44:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:44:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:44:44 provisioning config files... 03:44:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/208@tmp/config3768228528916179176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:44 ---> ****-login.sh 03:44:44 nexus3.edgexfoundry.org:10001 03:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:45 Configure a credential helper to remove this warning. See 03:44:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:45 03:44:45 Login Succeeded 03:44:45 nexus3.edgexfoundry.org:10002 03:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:45 Configure a credential helper to remove this warning. See 03:44:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:45 03:44:45 Login Succeeded 03:44:45 nexus3.edgexfoundry.org:10003 03:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:46 Configure a credential helper to remove this warning. See 03:44:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:46 03:44:46 Login Succeeded 03:44:46 nexus3.edgexfoundry.org:10004 03:44:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:46 Configure a credential helper to remove this warning. See 03:44:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:46 03:44:46 Login Succeeded 03:44:46 ****.io 03:44:46 Removing intermediate container f603cf2f1a13 03:44:46 ---> ce759f3acee5 03:44:46 Step 13/26 : FROM alpine:3.20 03:44:46 3.20: Pulling from library/alpine 03:44:46 0a9a5dfd008f: Already exists 03:44:46 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:44:46 Status: Downloaded newer image for alpine:3.20 03:44:46 ---> ff221270b9fb 03:44:46 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 03:44:46 ---> Running in 029cf645bc8b 03:44:46 Removing intermediate container 029cf645bc8b 03:44:46 ---> f54502d502d7 03:44:46 Step 15/26 : RUN apk add --update --no-cache dumb-init 03:44:46 ---> Running in 095395324e98 03:44:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:44:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:44:46 (1/1) Installing dumb-init (1.2.5-r3) 03:44:46 Executing busybox-1.36.1-r29.trigger 03:44:46 OK: 8 MiB in 15 packages 03:44:46 Removing intermediate container 095395324e98 03:44:46 ---> 4fd39fa0efed 03:44:46 Step 16/26 : RUN apk --no-cache upgrade 03:44:46 ---> Running in b08b8aa5aefc 03:44:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:44:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:44:46 OK: 8 MiB in 15 packages 03:44:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:47 Configure a credential helper to remove this warning. See 03:44:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:47 03:44:47 Login Succeeded 03:44:47 ---> ****-login.sh ends [Pipeline] } 03:44:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:44:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:44:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:44:47 ========================================================= 03:44:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 03:44:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:47 Removing intermediate container b08b8aa5aefc 03:44:47 ---> f0107f394152 03:44:47 Step 17/26 : WORKDIR / 03:44:47 ---> Running in 2038bc5201d6 03:44:47 Removing intermediate container 2038bc5201d6 03:44:47 ---> e1cc3988c655 03:44:47 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 03:44:47 ---> 6165dae51054 03:44:47 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 03:44:47 + 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 . 03:44:47 ---> 6cda8dabeca6 03:44:47 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 03:44:48 Sending build context to Docker daemon 20.52MB 03:44:48 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 03:44:48 Step 2/12 : FROM ${BASE} AS builder 03:44:48 ---> 190ac01ae853 03:44:48 Step 21/26 : EXPOSE 59900 03:44:48 ---> Running in 7590537023be 03:44:48 Removing intermediate container 7590537023be 03:44:48 ---> 1a3f4288e5a9 03:44:48 Step 22/26 : ENTRYPOINT ["/device-virtual"] 03:44:48 ---> Running in 8fb37124226b 03:44:48 Removing intermediate container 8fb37124226b 03:44:48 ---> c84ecf64efe8 03:44:48 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 03:44:48 ---> Running in 076d3c125f1a 03:44:48 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:44:48 94e9d8af2201: Pulling fs layer 03:44:48 a6c56e8762df: Pulling fs layer 03:44:48 f0f3c8884826: Pulling fs layer 03:44:48 c7e7622c144d: Pulling fs layer 03:44:48 4f4fb700ef54: Pulling fs layer 03:44:48 e8859aadc426: Pulling fs layer 03:44:48 b4813487a9f6: Pulling fs layer 03:44:48 502a3d64fb4b: Pulling fs layer 03:44:48 4f4fb700ef54: Waiting 03:44:48 b4813487a9f6: Waiting 03:44:48 e8859aadc426: Waiting 03:44:48 c7e7622c144d: Waiting 03:44:48 502a3d64fb4b: Waiting 03:44:48 a6c56e8762df: Verifying Checksum 03:44:48 a6c56e8762df: Download complete 03:44:48 c7e7622c144d: Download complete 03:44:48 4f4fb700ef54: Verifying Checksum 03:44:48 4f4fb700ef54: Download complete 03:44:48 e8859aadc426: Verifying Checksum 03:44:48 e8859aadc426: Download complete 03:44:48 94e9d8af2201: Verifying Checksum 03:44:48 94e9d8af2201: Download complete 03:44:48 Removing intermediate container 076d3c125f1a 03:44:48 ---> 40aae03e0c3b 03:44:48 Step 24/26 : LABEL arch=amd64 03:44:48 ---> Running in 299f88f97f4a 03:44:48 Removing intermediate container 299f88f97f4a 03:44:48 ---> 57f048e7e595 03:44:48 Step 25/26 : LABEL git_sha=010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:44:48 ---> Running in 6e3473f19567 03:44:48 Removing intermediate container 6e3473f19567 03:44:48 ---> b9910e7acf0f 03:44:48 Step 26/26 : LABEL version=4.1.0-dev.1 03:44:48 ---> Running in 42a8d59758b3 03:44:48 Removing intermediate container 42a8d59758b3 03:44:48 ---> 29d206b7a862 03:44:48 [Warning] One or more build-args [ARCH] were not consumed 03:44:48 Successfully built 29d206b7a862 03:44:48 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:44:49 provisioning config files... 03:44:49 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3919320878542726421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:49 502a3d64fb4b: Verifying Checksum 03:44:49 502a3d64fb4b: Download complete 03:44:49 ---> ****-login.sh 03:44:49 nexus3.edgexfoundry.org:10001 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 nexus3.edgexfoundry.org:10002 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 nexus3.edgexfoundry.org:10003 03:44:49 94e9d8af2201: Pull complete 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 nexus3.edgexfoundry.org:10004 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 ****.io 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 ---> ****-login.sh ends [Pipeline] } 03:44:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:44:49 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 03:44:49 010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:44:49 latest 03:44:49 4.1.0-dev.1 03:44:49 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:44:49 main 03:44:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:50 a6c56e8762df: Pull complete 03:44:50 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:50 + docker push nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:44:50 cdf2edf22d38: Preparing 03:44:50 6035493cc289: Preparing 03:44:50 cce3a5383c03: Preparing 03:44:50 3943c3ca5544: Preparing 03:44:50 0fd99c4cf1d3: Preparing 03:44:50 994456c4fd7b: Preparing 03:44:50 994456c4fd7b: Waiting 03:44:50 6035493cc289: Pushed 03:44:50 3943c3ca5544: Pushed 03:44:50 0fd99c4cf1d3: Pushed 03:44:50 cce3a5383c03: Pushed 03:44:50 994456c4fd7b: Layer already exists 03:44:50 f0f3c8884826: Verifying Checksum 03:44:50 f0f3c8884826: Download complete 03:44:51 b4813487a9f6: Verifying Checksum 03:44:51 b4813487a9f6: Download complete 03:44:53 cdf2edf22d38: Pushed 03:44:53 010fbd8dec9bbb1ea6641e05522169e05f3890e7: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:54 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:54 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 03:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:44:54 cdf2edf22d38: Preparing 03:44:54 6035493cc289: Preparing 03:44:54 cce3a5383c03: Preparing 03:44:54 3943c3ca5544: Preparing 03:44:54 0fd99c4cf1d3: Preparing 03:44:54 994456c4fd7b: Preparing 03:44:54 994456c4fd7b: Waiting 03:44:54 6035493cc289: Layer already exists 03:44:54 cce3a5383c03: Layer already exists 03:44:54 cdf2edf22d38: Layer already exists 03:44:54 3943c3ca5544: Layer already exists 03:44:54 0fd99c4cf1d3: Layer already exists 03:44:54 994456c4fd7b: Layer already exists 03:44:54 latest: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:54 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:55 + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 03:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:44:55 cdf2edf22d38: Preparing 03:44:55 6035493cc289: Preparing 03:44:55 cce3a5383c03: Preparing 03:44:55 3943c3ca5544: Preparing 03:44:55 0fd99c4cf1d3: Preparing 03:44:55 994456c4fd7b: Preparing 03:44:55 994456c4fd7b: Waiting 03:44:55 cdf2edf22d38: Layer already exists 03:44:55 0fd99c4cf1d3: Layer already exists 03:44:55 cce3a5383c03: Layer already exists 03:44:55 6035493cc289: Layer already exists 03:44:55 3943c3ca5544: Layer already exists 03:44:55 994456c4fd7b: Layer already exists 03:44:55 4.1.0-dev.1: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:55 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:55 + docker push nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:44:55 cdf2edf22d38: Preparing 03:44:55 6035493cc289: Preparing 03:44:55 cce3a5383c03: Preparing 03:44:55 3943c3ca5544: Preparing 03:44:55 0fd99c4cf1d3: Preparing 03:44:55 994456c4fd7b: Preparing 03:44:55 994456c4fd7b: Waiting 03:44:55 0fd99c4cf1d3: Layer already exists 03:44:55 cce3a5383c03: Layer already exists 03:44:55 6035493cc289: Layer already exists 03:44:55 cdf2edf22d38: Layer already exists 03:44:55 3943c3ca5544: Layer already exists 03:44:55 994456c4fd7b: Layer already exists 03:44:55 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:56 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:56 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 03:44:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 03:44:56 cdf2edf22d38: Preparing 03:44:56 6035493cc289: Preparing 03:44:56 cce3a5383c03: Preparing 03:44:56 3943c3ca5544: Preparing 03:44:56 0fd99c4cf1d3: Preparing 03:44:56 994456c4fd7b: Preparing 03:44:56 994456c4fd7b: Waiting 03:44:56 cdf2edf22d38: Layer already exists 03:44:56 3943c3ca5544: Layer already exists 03:44:56 cce3a5383c03: Layer already exists 03:44:56 0fd99c4cf1d3: Layer already exists 03:44:56 6035493cc289: Layer already exists 03:44:56 994456c4fd7b: Layer already exists 03:44:56 main: digest: sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:56 ===================================================== [Pipeline] echo 03:44:56 taggedImages: 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:latest 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo 03:44:56 ========================================================= 03:44:56 [edgeXBuildMultiArch] RAW Config: 03:44:56 images: 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:latest 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:44:56 - nexus3.edgexfoundry.org:10004/device-virtual:main 03:44:56 settingsFile: 03:44:56 device-virtual-go-settings 03:44:56 ========================================================= [Pipeline] node 03:45:06 f0f3c8884826: Pull complete 03:45:06 c7e7622c144d: Pull complete 03:45:06 4f4fb700ef54: Pull complete 03:45:06 e8859aadc426: Pull complete 03:45:11 Still waiting to schedule task 03:45:11 All nodes of label ‘centos7-docker-4c-2g’ are offline 03:45:14 b4813487a9f6: Pull complete 03:45:15 502a3d64fb4b: Pull complete 03:45:15 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 03:45:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:45:15 ---> 3bb21d53e231 03:45:15 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 03:45:17 ---> Running in 3bded66ab559 03:45:17 Removing intermediate container 3bded66ab559 03:45:17 ---> 235e38ed11cb 03:45:17 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:45:17 ---> Running in 893b1a1045dc 03:45:17 Removing intermediate container 893b1a1045dc 03:45:17 ---> f35dc14869d2 03:45:17 Step 5/12 : ARG ADD_BUILD_TAGS="" 03:45:17 ---> Running in 2d8ba968d241 03:45:17 Removing intermediate container 2d8ba968d241 03:45:17 ---> 069122b7eb5f 03:45:17 Step 6/12 : WORKDIR /device-virtual-go 03:45:17 ---> Running in 51eacbd274b4 03:45:18 Removing intermediate container 51eacbd274b4 03:45:18 ---> e46ca13b19df 03:45:18 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:45:18 ---> Running in 306ab6655500 03:45:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:45:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:45:21 (1/4) Installing openssh-keygen (9.7_p1-r5) 03:45:21 (2/4) Installing libedit (20240517.3.1-r0) 03:45:21 (3/4) Installing openssh-client-common (9.7_p1-r5) 03:45:21 (4/4) Installing openssh-client-default (9.7_p1-r5) 03:45:21 Executing busybox-1.36.1-r29.trigger 03:45:21 OK: 244 MiB in 62 packages 03:45:22 Removing intermediate container 306ab6655500 03:45:22 ---> 2525c7f3d41c 03:45:22 Step 8/12 : COPY go.mod vendor* ./ 03:45:22 ---> faebcc8cf0e3 03:45:22 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:45:22 ---> Running in ce8d0597c4bb 03:46:06 Running on prd-centos7-docker-4c-2g-3761 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:46:06 provisioning config files... 03:46:06 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5401210408731346905tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:46:07 ---> ****-login.sh 03:46:07 nexus3.edgexfoundry.org:10001 03:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:07 Configure a credential helper to remove this warning. See 03:46:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:07 03:46:07 Login Succeeded 03:46:07 nexus3.edgexfoundry.org:10002 03:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:08 Configure a credential helper to remove this warning. See 03:46:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:08 03:46:08 Login Succeeded 03:46:08 nexus3.edgexfoundry.org:10003 03:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:08 Configure a credential helper to remove this warning. See 03:46:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:08 03:46:08 Login Succeeded 03:46:08 nexus3.edgexfoundry.org:10004 03:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:08 Configure a credential helper to remove this warning. See 03:46:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:08 03:46:08 Login Succeeded 03:46:08 ****.io 03:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:08 Configure a credential helper to remove this warning. See 03:46:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:08 03:46:08 Login Succeeded 03:46:08 ---> ****-login.sh ends [Pipeline] } 03:46:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:46:09 + docker buildx ls 03:46:09 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:46:09 default * docker 03:46:09 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:46:09 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 03:46:09 edgex-builder [Pipeline] sh 03:46:09 + docker buildx inspect --bootstrap 03:46:09 #1 [internal] booting buildkit 03:46:09 #1 pulling image moby/buildkit:buildx-stable-1 03:46:12 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 03:46:12 #1 creating container buildx_buildkit_edgex-builder0 03:46:13 #1 creating container buildx_buildkit_edgex-builder0 1.1s done 03:46:13 #1 DONE 3.8s 03:46:13 Name: edgex-builder 03:46:13 Driver: docker-container 03:46:13 03:46:13 Nodes: 03:46:13 Name: edgex-builder0 03:46:13 Endpoint: unix:///var/run/docker.sock 03:46:13 Status: running 03:46:13 Buildkit: v0.22.0 03:46:13 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 03:46:13 + docker buildx ls 03:46:13 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:46:13 edgex-builder * docker-container 03:46:13 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 03:46:13 default docker 03:46:13 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:46:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 --push - 03:46:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7' 03:46:13 #1 [internal] load build definition from Dockerfile 03:46:13 #1 transferring dockerfile: 199B done 03:46:13 #1 DONE 0.0s 03:46:13 03:46:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:46:13 #2 DONE 0.1s 03:46:13 03:46:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:46:14 #3 DONE 0.1s 03:46:14 03:46:14 #4 [internal] load .dockerignore 03:46:14 #4 transferring context: 2B done 03:46:14 #4 DONE 0.0s 03:46:14 03:46:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:14 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 done 03:46:14 #5 DONE 0.0s 03:46:14 03:46:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:14 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 done 03:46:14 #6 DONE 0.1s 03:46:14 03:46:14 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:46:14 #7 DONE 0.0s 03:46:14 03:46:14 #8 exporting to image 03:46:14 #8 exporting layers done 03:46:14 #8 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done 03:46:14 #8 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done 03:46:14 #8 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done 03:46:14 #8 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 0.0s done 03:46:14 #8 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done 03:46:14 #8 pushing layers 0.1s done 03:46:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 03:46:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:46:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done 03:46:14 #8 DONE 0.2s 03:46:14 03:46:14 1 warning found (use --debug to expand): 03:46:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:46:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' 03:46:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - 03:46:14 #1 [internal] load build definition from Dockerfile 03:46:14 #1 transferring dockerfile: 165B done 03:46:14 #1 DONE 0.0s 03:46:14 03:46:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 03:46:14 #2 DONE 0.0s 03:46:14 03:46:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest 03:46:14 #3 DONE 0.0s 03:46:14 03:46:14 #4 [internal] load .dockerignore 03:46:14 #4 transferring context: 2B done 03:46:14 #4 DONE 0.0s 03:46:14 03:46:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:14 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:14 #5 CACHED 03:46:14 03:46:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:14 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:14 #6 CACHED 03:46:14 03:46:14 #7 exporting to image 03:46:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:46:15 #7 exporting layers done 03:46:15 #7 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done 03:46:15 #7 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done 03:46:15 #7 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done 03:46:15 #7 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done 03:46:15 #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done 03:46:15 #7 pushing layers 0.0s done 03:46:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done 03:46:15 #7 DONE 0.1s 03:46:15 03:46:15 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:46:15 #8 DONE 0.0s 03:46:15 03:46:15 1 warning found (use --debug to expand): 03:46:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:46:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 --push - 03:46:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1' 03:46:15 #1 [internal] load build definition from Dockerfile 03:46:15 #1 transferring dockerfile: 170B done 03:46:15 #1 DONE 0.0s 03:46:15 03:46:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 03:46:15 #2 DONE 0.0s 03:46:15 03:46:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1 03:46:15 #3 DONE 0.0s 03:46:15 03:46:15 #4 [internal] load .dockerignore 03:46:15 #4 transferring context: 2B done 03:46:15 #4 DONE 0.0s 03:46:15 03:46:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:15 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:15 #5 CACHED 03:46:15 03:46:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:15 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:15 #6 CACHED 03:46:15 03:46:15 #7 exporting to image 03:46:15 #7 exporting layers done 03:46:15 #7 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done 03:46:15 #7 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done 03:46:15 #7 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done 03:46:15 #7 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done 03:46:15 #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done 03:46:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:46:15 #7 pushing layers 0.0s done 03:46:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.1@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done 03:46:15 #7 DONE 0.1s 03:46:15 03:46:15 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:46:15 #8 DONE 0.0s 03:46:15 03:46:15 1 warning found (use --debug to expand): 03:46:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:46:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1' 03:46:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 --push - 03:46:15 #1 [internal] load build definition from Dockerfile 03:46:15 #1 transferring dockerfile: 211B done 03:46:15 #1 DONE 0.0s 03:46:15 03:46:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:46:15 #2 DONE 0.1s 03:46:15 03:46:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:46:15 #3 DONE 0.1s 03:46:15 03:46:15 #4 [internal] load .dockerignore 03:46:15 #4 transferring context: 03:46:16 #4 transferring context: 2B done 03:46:16 #4 DONE 0.0s 03:46:16 03:46:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:16 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:16 #5 CACHED 03:46:16 03:46:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:16 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:16 #6 CACHED 03:46:16 03:46:16 #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:46:16 #7 DONE 0.0s 03:46:16 03:46:16 #8 exporting to image 03:46:16 #8 exporting layers done 03:46:16 #8 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done 03:46:16 #8 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done 03:46:16 #8 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done 03:46:16 #8 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done 03:46:16 #8 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done 03:46:16 #8 pushing layers 0.0s done 03:46:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done 03:46:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:46:16 #8 DONE 0.1s 03:46:16 03:46:16 1 warning found (use --debug to expand): 03:46:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:46:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' 03:46:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - 03:46:16 #1 [internal] load build definition from Dockerfile 03:46:16 #1 transferring dockerfile: 163B done 03:46:16 #1 DONE 0.0s 03:46:16 03:46:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 03:46:16 #2 DONE 0.0s 03:46:16 03:46:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main 03:46:16 #3 DONE 0.0s 03:46:16 03:46:16 #4 [internal] load .dockerignore 03:46:16 #4 transferring context: 2B done 03:46:16 #4 DONE 0.0s 03:46:16 03:46:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:16 #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:16 #5 CACHED 03:46:16 03:46:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 03:46:16 #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5a8e972133e0e657694fd93a49d5e6ed15285459d2dcdc6f0ee4ee5afed8b297 0.0s done 03:46:16 #6 CACHED 03:46:16 03:46:16 #7 exporting to image 03:46:16 #7 exporting layers done 03:46:16 #7 exporting manifest sha256:474144e18d9d653e5f4506d85df530c39c44e7ca94f62f13751d9a04e79146ba done 03:46:16 #7 exporting config sha256:175c4a4645e91d7503623195bc086b2413cc721ecc6162c33552384ca551042d done 03:46:16 #7 exporting manifest sha256:ada256d6189acbad097fcd192e051adbd1c4beadc4088731d7210526f2fff79c done 03:46:16 #7 exporting config sha256:685a281e4301fc158783dc10c1650754357c02274ddce9da1e093c99e9722010 done 03:46:16 #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 03:46:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:46:16 #7 exporting manifest list sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 done 03:46:16 #7 pushing layers 0.0s done 03:46:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:3408ee6dbc9426a0d6c573804bd7ddfcf2b2acf4ae7d0939cda43e274b2bd478 0.1s done 03:46:16 #7 DONE 0.1s 03:46:16 03:46:16 #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 03:46:16 #8 DONE 0.0s 03:46:16 03:46:16 1 warning found (use --debug to expand): 03:46:16  - 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 03:46:17 + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 03:46:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:46:17 ---> package-listing.sh 03:46:17 ++ facter osfamily 03:46:17 ++ tr '[:upper:]' '[:lower:]' 03:46:18 + OS_FAMILY=redhat 03:46:18 + workspace=/w/workspace/exfoundry_device-virtual-go_main 03:46:18 + START_PACKAGES=/tmp/packages_start.txt 03:46:18 + END_PACKAGES=/tmp/packages_end.txt 03:46:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:46:18 + PACKAGES=/tmp/packages_start.txt 03:46:18 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:46:18 + PACKAGES=/tmp/packages_end.txt 03:46:18 + case "${OS_FAMILY}" in 03:46:18 + rpm -qa 03:46:18 + sort 03:46:18 + '[' -f /tmp/packages_start.txt ']' 03:46:18 + '[' -f /tmp/packages_end.txt ']' 03:46:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:46:18 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:46:18 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 03:46:18 + 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:46:18 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:46:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:19 03:46:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:19 latest: Pulling from edgex-lftools-log-publisher 03:46:19 5eb5b503b376: Pulling fs layer 03:46:19 5c69ac0246d0: Pulling fs layer 03:46:19 ec43610c2a17: Pulling fs layer 03:46:19 3a2ae6a8a46f: Pulling fs layer 03:46:19 33b1e0a273af: Pulling fs layer 03:46:19 5d3b04190fa2: Pulling fs layer 03:46:19 2f39f015ded8: Pulling fs layer 03:46:19 33b1e0a273af: Waiting 03:46:19 5d3b04190fa2: Waiting 03:46:19 2f39f015ded8: Waiting 03:46:19 3a2ae6a8a46f: Waiting 03:46:19 5c69ac0246d0: Verifying Checksum 03:46:19 5c69ac0246d0: Download complete 03:46:19 3a2ae6a8a46f: Verifying Checksum 03:46:19 3a2ae6a8a46f: Download complete 03:46:19 33b1e0a273af: Verifying Checksum 03:46:19 33b1e0a273af: Download complete 03:46:19 5d3b04190fa2: Verifying Checksum 03:46:19 5d3b04190fa2: Download complete 03:46:19 ec43610c2a17: Verifying Checksum 03:46:19 ec43610c2a17: Download complete 03:46:20 5eb5b503b376: Verifying Checksum 03:46:20 5eb5b503b376: Download complete 03:46:20 2f39f015ded8: Download complete 03:46:21 5eb5b503b376: Pull complete 03:46:21 5c69ac0246d0: Pull complete 03:46:22 ec43610c2a17: Pull complete 03:46:22 3a2ae6a8a46f: Pull complete 03:46:22 33b1e0a273af: Pull complete 03:46:22 5d3b04190fa2: Pull complete 03:46:26 2f39f015ded8: Pull complete 03:46:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:46:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:46:26 prd-centos7-docker-4c-2g-3761 does not seem to be running inside a container 03:46:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:46:30 $ docker top 6e140f6dcbbcb28827195dcafb999175d2db7470e64db7c2e4fd0bc872afa789 -eo pid,comm [Pipeline] { [Pipeline] sh 03:46:30 + touch /tmp/pre-build-complete [Pipeline] sh 03:46:30 + mkdir -p /var/log/sysstat [Pipeline] sh 03:46:30 + ls /var/log/sa-host 03:46:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:46:31 provisioning config files... 03:46:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1321598177286349432tmp [Pipeline] { [Pipeline] echo 03:46:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:46:31 ---> create-netrc.sh [Pipeline] } 03:46:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:46:31 ---> python-tools-install.sh [Pipeline] echo 03:46:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:46:32 ---> sudo-logs.sh 03:46:32 Archiving 'sudo' log.. 03:46:32 sudo: unable to resolve host prd-centos7-docker-4c-2g-3761.novalocal: Name or service not known 03:46:32 sudo: unable to resolve host prd-centos7-docker-4c-2g-3761.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 03:46:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:46:32 ---> job-cost.sh 03:46:32 lf-activate-venv: SKIPPING 03:46:32 INFO: No Stack... 03:46:32 INFO: Retrieving Pricing Info for: v3-standard-2 03:46:32 INFO: Archiving Costs [Pipeline] echo 03:46:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:46:33 ---> logs-deploy.sh 03:46:33 lf-activate-venv: SKIPPING 03:46:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/208 03:46:33 INFO: archiving workspace using pattern(s): 03:46:34 Archives upload complete. 03:46:34 INFO: archiving logs to Nexus 03:46:35 ---> uname -a: 03:46:35 Linux prd-centos7-docker-4c-2g-3761.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 03:46:35 03:46:35 03:46:35 ---> lscpu: 03:46:35 Architecture: x86_64 03:46:35 CPU op-mode(s): 32-bit, 64-bit 03:46:35 Byte Order: Little Endian 03:46:35 Address sizes: 40 bits physical, 48 bits virtual 03:46:35 CPU(s): 2 03:46:35 On-line CPU(s) list: 0,1 03:46:35 Thread(s) per core: 1 03:46:35 Core(s) per socket: 1 03:46:35 Socket(s): 2 03:46:35 NUMA node(s): 1 03:46:35 Vendor ID: AuthenticAMD 03:46:35 CPU family: 23 03:46:35 Model: 49 03:46:35 Model name: AMD EPYC-Rome Processor 03:46:35 Stepping: 0 03:46:35 CPU MHz: 2799.998 03:46:35 BogoMIPS: 5599.99 03:46:35 Virtualization: AMD-V 03:46:35 Hypervisor vendor: KVM 03:46:35 Virtualization type: full 03:46:35 L1d cache: 64 KiB 03:46:35 L1i cache: 64 KiB 03:46:35 L2 cache: 1 MiB 03:46:35 L3 cache: 32 MiB 03:46:35 NUMA node0 CPU(s): 0,1 03:46:35 Vulnerability Itlb multihit: Not affected 03:46:35 Vulnerability L1tf: Not affected 03:46:35 Vulnerability Mds: Not affected 03:46:35 Vulnerability Meltdown: Not affected 03:46:35 Vulnerability Mmio stale data: Not affected 03:46:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:46:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:46:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:46:35 Vulnerability Srbds: Not affected 03:46:35 Vulnerability Tsx async abort: Not affected 03:46:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 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 03:46:35 03:46:35 03:46:35 ---> nproc: 03:46:35 2 03:46:35 03:46:35 03:46:35 ---> df -h: 03:46:35 Filesystem Size Used Avail Use% Mounted on 03:46:35 overlay 40G 7.3G 33G 19% / 03:46:35 tmpfs 64M 0 64M 0% /dev 03:46:35 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 03:46:35 shm 64M 0 64M 0% /dev/shm 03:46:35 /dev/vda1 40G 7.3G 33G 19% /facter-os 03:46:35 03:46:35 03:46:35 Cannot open /var/log/sysstat/sa23: No such file or directory 03:46:35 Please check if data collecting is enabled 03:46:35 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:46:35 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 03:46:35 $ docker stop --time=1 6e140f6dcbbcb28827195dcafb999175d2db7470e64db7c2e4fd0bc872afa789 03:46:36 $ docker rm -f --volumes 6e140f6dcbbcb28827195dcafb999175d2db7470e64db7c2e4fd0bc872afa789 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 03:46:36 [WS-CLEANUP] Deleting project workspace... 03:46:36 [WS-CLEANUP] Deferred wipeout is used... 03:46:36 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:36 03:46:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:37 latest: Pulling from edgex-lftools-log-publisher 03:46:37 5eb5b503b376: Pulling fs layer 03:46:37 5c69ac0246d0: Pulling fs layer 03:46:37 ec43610c2a17: Pulling fs layer 03:46:37 3a2ae6a8a46f: Pulling fs layer 03:46:37 33b1e0a273af: Pulling fs layer 03:46:37 5d3b04190fa2: Pulling fs layer 03:46:37 2f39f015ded8: Pulling fs layer 03:46:37 5d3b04190fa2: Waiting 03:46:37 2f39f015ded8: Waiting 03:46:37 3a2ae6a8a46f: Waiting 03:46:37 33b1e0a273af: Waiting 03:46:37 5c69ac0246d0: Verifying Checksum 03:46:37 5c69ac0246d0: Download complete 03:46:37 3a2ae6a8a46f: Download complete 03:46:37 33b1e0a273af: Verifying Checksum 03:46:37 33b1e0a273af: Download complete 03:46:37 5d3b04190fa2: Download complete 03:46:37 ec43610c2a17: Verifying Checksum 03:46:37 ec43610c2a17: Download complete 03:46:37 5eb5b503b376: Verifying Checksum 03:46:37 5eb5b503b376: Download complete 03:46:37 2f39f015ded8: Verifying Checksum 03:46:37 2f39f015ded8: Download complete 03:46:38 5eb5b503b376: Pull complete 03:46:38 5c69ac0246d0: Pull complete 03:46:39 ec43610c2a17: Pull complete 03:46:39 3a2ae6a8a46f: Pull complete 03:46:39 33b1e0a273af: Pull complete 03:46:39 5d3b04190fa2: Pull complete 03:46:43 2f39f015ded8: Pull complete 03:46:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:46:43 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:46:43 $ 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 03:46:45 $ docker top a9f7c78505213eb5ad2083e5b211d96afcb9123c516f106088f322f33009358e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:46:45 ---> job-cost.sh 03:46:45 lf-activate-venv: SKIPPING 03:46:45 INFO: No Stack... 03:46:46 INFO: Retrieving Pricing Info for: v3-standard-8 03:46:46 INFO: Archiving Costs [Pipeline] sh 03:46:46 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 03:46:46 + cut -d, -f6 [Pipeline] lock 03:46:46 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] 03:46:46 Resource [jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] did not exist. Created. 03:46:46 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:46:46 + echo total: 0.2199999988079071 [Pipeline] stash 03:46:46 Stashed 1 file(s) [Pipeline] } 03:46:46 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } 03:46:47 $ docker stop --time=1 a9f7c78505213eb5ad2083e5b211d96afcb9123c516f106088f322f33009358e 03:46:48 $ docker rm -f --volumes a9f7c78505213eb5ad2083e5b211d96afcb9123c516f106088f322f33009358e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:47:44 Removing intermediate container ce8d0597c4bb 03:47:44 ---> 999e4950f083 03:47:44 Step 10/12 : COPY . . 03:47:44 ---> cba69de7f008 03:47:44 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:47:44 ---> Running in 0e0ef9472712 03:47:44 Removing intermediate container 0e0ef9472712 03:47:44 ---> 70e503d9abad 03:47:44 Step 12/12 : RUN $MAKE 03:47:44 ---> Running in fb77b8dda8e3 03:47:44 noop 03:47:45 Removing intermediate container fb77b8dda8e3 03:47:45 ---> bc9ce893b631 03:47:45 Successfully built bc9ce893b631 03:47:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:45 + docker inspect -f . ci-base-image-arm64 03:47:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:47:45 prd-ubuntu20.04-docker-arm64-4c-16g-3760 does not seem to be running inside a container 03:47:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/208 -v /w/workspace/device-virtual-go/208:/w/workspace/device-virtual-go/208:rw,z -v /w/workspace/device-virtual-go/208@tmp:/w/workspace/device-virtual-go/208@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 03:47:47 $ docker top 03c3b6fcfbf97e3761fe9804f19042d7e34dddfad160567040b58d5fed73239b -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:47 + go version 03:47:47 go version go1.23.9 linux/arm64 [Pipeline] } 03:47:47 $ docker stop --time=1 03c3b6fcfbf97e3761fe9804f19042d7e34dddfad160567040b58d5fed73239b 03:47:49 $ docker rm -f --volumes 03c3b6fcfbf97e3761fe9804f19042d7e34dddfad160567040b58d5fed73239b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:50 + docker inspect -f . ci-base-image-arm64 03:47:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:47:50 prd-ubuntu20.04-docker-arm64-4c-16g-3760 does not seem to be running inside a container 03:47:50 $ 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/208 -v /w/workspace/device-virtual-go/208:/w/workspace/device-virtual-go/208:rw,z -v /w/workspace/device-virtual-go/208@tmp:/w/workspace/device-virtual-go/208@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 03:47:51 $ docker top f61e71c22a9fb9a37d9bf9a97c3442672798de8efc1f410b4b2406e32a4d061b -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:51 + git config --global --add safe.directory /w/workspace/device-virtual-go/208 [Pipeline] fileExists [Pipeline] sh 03:47:52 + make test 03:47:52 go test ./... -coverprofile=coverage.out 03:47:57 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:51:04 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 03:51:04 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.065s coverage: 57.5% of statements 03:51:04 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:51:04 go vet ./... 03:51:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:51:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:51:51 ./bin/test-attribution-txt.sh 03:51:51 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 03:51:51 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 03:51:51 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 03:51:51 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 03:51:51 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 03:51:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 03:51:51 $ docker stop --time=1 f61e71c22a9fb9a37d9bf9a97c3442672798de8efc1f410b4b2406e32a4d061b 03:51:53 $ docker rm -f --volumes f61e71c22a9fb9a37d9bf9a97c3442672798de8efc1f410b4b2406e32a4d061b [Pipeline] // withDockerContainer [Pipeline] sh 03:51:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:51:55 Warning: overwriting stash ‘coverage-report’ 03:51:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:51:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:51:56 + ls -al . 03:51:56 total 268 03:51:56 drwxrwxr-x 7 jenkins jenkins 4096 Jun 23 03:47 . 03:51:56 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 03:44 .. 03:51:56 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 03:44 .git 03:51:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:44 .github 03:51:56 -rw-rw-r-- 1 jenkins jenkins 272 Jun 23 03:44 .gitignore 03:51:56 -rw-rw-r-- 1 jenkins jenkins 199 Jun 23 03:44 .golangci.yml 03:51:56 -rw-rw-r-- 1 jenkins jenkins 18321 Jun 23 03:44 Attribution.txt 03:51:56 -rw-rw-r-- 1 jenkins jenkins 17302 Jun 23 03:44 CHANGELOG.md 03:51:56 -rw-rw-r-- 1 jenkins jenkins 1755 Jun 23 03:44 Dockerfile 03:51:56 -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 03:44 GOVERNANCE.md 03:51:56 -rw-rw-r-- 1 jenkins jenkins 660 Jun 23 03:44 Jenkinsfile 03:51:56 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 23 03:44 LICENSE 03:51:56 -rw-rw-r-- 1 jenkins jenkins 2652 Jun 23 03:44 Makefile 03:51:56 -rw-rw-r-- 1 jenkins jenkins 623 Jun 23 03:44 OWNERS.md 03:51:56 -rw-rw-r-- 1 jenkins jenkins 4473 Jun 23 03:44 README.md 03:51:56 -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 03:42 VERSION 03:51:56 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 03:44 bin 03:51:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:44 cmd 03:51:56 -rw-r--r-- 1 jenkins jenkins 45558 Jun 23 03:51 coverage.out 03:51:56 -rw-rw-r-- 1 jenkins jenkins 6059 Jun 23 03:44 go.mod 03:51:56 -rw-rw-r-- 1 jenkins jenkins 86761 Jun 23 03:44 go.sum 03:51:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 03:44 internal 03:51:56 -rw-rw-r-- 1 jenkins jenkins 235 Jun 23 03:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:56 + 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=010fbd8dec9bbb1ea6641e05522169e05f3890e7 --label arch=arm64 --label version=4.1.0-dev.1 . 03:51:57 Sending build context to Docker daemon 20.57MB 03:51:57 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 03:51:57 Step 2/26 : FROM ${BASE} AS builder 03:51:57 ---> bc9ce893b631 03:51:57 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 03:51:57 ---> Running in 65bee57291a7 03:51:57 Removing intermediate container 65bee57291a7 03:51:57 ---> ddc59d22ceba 03:51:57 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 03:51:57 ---> Running in 30429ba34856 03:51:58 Removing intermediate container 30429ba34856 03:51:58 ---> 1aa1936b1def 03:51:58 Step 5/26 : ARG ADD_BUILD_TAGS="" 03:51:58 ---> Running in 9c45db5fd98b 03:51:58 Removing intermediate container 9c45db5fd98b 03:51:58 ---> 4fb9f7bfc983 03:51:58 Step 6/26 : WORKDIR /device-virtual-go 03:51:58 ---> Running in 55011ed46240 03:51:58 Removing intermediate container 55011ed46240 03:51:58 ---> 10beef84772a 03:51:58 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:51:58 ---> Running in 5d8882106d05 03:51:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:52:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:52:01 OK: 244 MiB in 62 packages 03:52:02 Removing intermediate container 5d8882106d05 03:52:02 ---> 3683b3f5ce99 03:52:02 Step 8/26 : COPY go.mod vendor* ./ 03:52:02 ---> 4e8373a7b9d8 03:52:02 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:02 ---> Running in 9c12c66dd0fe 03:52:05 Removing intermediate container 9c12c66dd0fe 03:52:05 ---> 81d74c9f6a2b 03:52:05 Step 10/26 : COPY . . 03:52:06 ---> ec00da0ab2cb 03:52:06 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:52:06 ---> Running in 08bf8ea66f03 03:52:06 Removing intermediate container 08bf8ea66f03 03:52:06 ---> fc34bc484993 03:52:06 Step 12/26 : RUN $MAKE 03:52:06 ---> Running in a6269c9e245a 03:52:07 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 03:55:29 Removing intermediate container a6269c9e245a 03:55:29 ---> 88b2171732d3 03:55:29 Step 13/26 : FROM alpine:3.20 03:55:29 3.20: Pulling from library/alpine 03:55:29 94e9d8af2201: Already exists 03:55:29 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:29 Status: Downloaded newer image for alpine:3.20 03:55:29 ---> 7aab056cecc6 03:55:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 03:55:29 ---> Running in 5a2f87381f05 03:55:29 Removing intermediate container 5a2f87381f05 03:55:29 ---> 7a6e359c496e 03:55:29 Step 15/26 : RUN apk add --update --no-cache dumb-init 03:55:29 ---> Running in 7d5f6ec35d32 03:55:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:55:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:55:29 (1/1) Installing dumb-init (1.2.5-r3) 03:55:29 Executing busybox-1.36.1-r29.trigger 03:55:29 OK: 9 MiB in 15 packages 03:55:29 Removing intermediate container 7d5f6ec35d32 03:55:29 ---> e28c9e4a4ac1 03:55:29 Step 16/26 : RUN apk --no-cache upgrade 03:55:29 ---> Running in 54e1c7347d27 03:55:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:55:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:55:29 OK: 9 MiB in 15 packages 03:55:29 Removing intermediate container 54e1c7347d27 03:55:29 ---> 5b367b8b8237 03:55:29 Step 17/26 : WORKDIR / 03:55:29 ---> Running in 215e83c5fdc0 03:55:29 Removing intermediate container 215e83c5fdc0 03:55:29 ---> 4d783b82186d 03:55:29 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 03:55:29 ---> 5a4da4333844 03:55:29 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 03:55:29 ---> f07ea0d4aca0 03:55:29 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 03:55:29 ---> 3cab0c2b5472 03:55:29 Step 21/26 : EXPOSE 59900 03:55:29 ---> Running in 5bb2d3604e64 03:55:29 Removing intermediate container 5bb2d3604e64 03:55:29 ---> 8de5a9aa659c 03:55:29 Step 22/26 : ENTRYPOINT ["/device-virtual"] 03:55:29 ---> Running in 0ca52dd799b7 03:55:29 Removing intermediate container 0ca52dd799b7 03:55:29 ---> 606d70478d28 03:55:29 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 03:55:29 ---> Running in 9b0c8a8cdf45 03:55:29 Removing intermediate container 9b0c8a8cdf45 03:55:29 ---> 53fd7ef48047 03:55:29 Step 24/26 : LABEL arch=arm64 03:55:29 ---> Running in abf651424647 03:55:29 Removing intermediate container abf651424647 03:55:29 ---> a37d8dd67bc5 03:55:29 Step 25/26 : LABEL git_sha=010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:55:29 ---> Running in 9784dc05da1f 03:55:29 Removing intermediate container 9784dc05da1f 03:55:29 ---> 572693ea9c4b 03:55:29 Step 26/26 : LABEL version=4.1.0-dev.1 03:55:29 ---> Running in f7a195915c45 03:55:29 Removing intermediate container f7a195915c45 03:55:29 ---> 6df84f70a1c4 03:55:29 [Warning] One or more build-args [ARCH] were not consumed 03:55:29 Successfully built 6df84f70a1c4 03:55:29 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:55:29 provisioning config files... 03:55:29 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/208@tmp/config6272720223817958939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:30 ---> ****-login.sh 03:55:30 nexus3.edgexfoundry.org:10001 03:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:30 Configure a credential helper to remove this warning. See 03:55:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:30 03:55:30 Login Succeeded 03:55:30 nexus3.edgexfoundry.org:10002 03:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:30 Configure a credential helper to remove this warning. See 03:55:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:30 03:55:30 Login Succeeded 03:55:30 nexus3.edgexfoundry.org:10003 03:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:31 Configure a credential helper to remove this warning. See 03:55:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:31 03:55:31 Login Succeeded 03:55:31 nexus3.edgexfoundry.org:10004 03:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:31 Configure a credential helper to remove this warning. See 03:55:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:31 03:55:31 Login Succeeded 03:55:31 ****.io 03:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:31 Configure a credential helper to remove this warning. See 03:55:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:31 03:55:31 Login Succeeded 03:55:31 ---> ****-login.sh ends [Pipeline] } 03:55:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:55:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:55:32 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 03:55:32 010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:55:32 latest 03:55:32 4.1.0-dev.1 03:55:32 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:55:32 main 03:55:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:32 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:32 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:55:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:55:32 209321d55946: Preparing 03:55:32 cbecb6e9823b: Preparing 03:55:32 ac2451d147c9: Preparing 03:55:32 643b491d5249: Preparing 03:55:32 dcf67f62870f: Preparing 03:55:32 dd9c8f8612c8: Preparing 03:55:32 dd9c8f8612c8: Waiting 03:55:33 cbecb6e9823b: Pushed 03:55:33 643b491d5249: Pushed 03:55:33 ac2451d147c9: Pushed 03:55:33 dcf67f62870f: Pushed 03:55:33 dd9c8f8612c8: Layer already exists 03:55:39 209321d55946: Pushed 03:55:39 010fbd8dec9bbb1ea6641e05522169e05f3890e7: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:39 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 03:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:55:40 209321d55946: Preparing 03:55:40 cbecb6e9823b: Preparing 03:55:40 ac2451d147c9: Preparing 03:55:40 643b491d5249: Preparing 03:55:40 dcf67f62870f: Preparing 03:55:40 dd9c8f8612c8: Preparing 03:55:40 dcf67f62870f: Layer already exists 03:55:40 209321d55946: Layer already exists 03:55:40 ac2451d147c9: Layer already exists 03:55:40 643b491d5249: Layer already exists 03:55:40 cbecb6e9823b: Layer already exists 03:55:40 dd9c8f8612c8: Layer already exists 03:55:40 latest: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:40 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 03:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:55:41 209321d55946: Preparing 03:55:41 cbecb6e9823b: Preparing 03:55:41 ac2451d147c9: Preparing 03:55:41 643b491d5249: Preparing 03:55:41 dcf67f62870f: Preparing 03:55:41 dd9c8f8612c8: Preparing 03:55:41 dd9c8f8612c8: Waiting 03:55:41 643b491d5249: Layer already exists 03:55:41 cbecb6e9823b: Layer already exists 03:55:41 dcf67f62870f: Layer already exists 03:55:41 ac2451d147c9: Layer already exists 03:55:41 209321d55946: Layer already exists 03:55:41 dd9c8f8612c8: Layer already exists 03:55:41 4.1.0-dev.1: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:41 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:42 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:55:42 209321d55946: Preparing 03:55:42 cbecb6e9823b: Preparing 03:55:42 ac2451d147c9: Preparing 03:55:42 643b491d5249: Preparing 03:55:42 dcf67f62870f: Preparing 03:55:42 dd9c8f8612c8: Preparing 03:55:42 dd9c8f8612c8: Waiting 03:55:42 dcf67f62870f: Layer already exists 03:55:42 209321d55946: Layer already exists 03:55:42 cbecb6e9823b: Layer already exists 03:55:42 643b491d5249: Layer already exists 03:55:42 ac2451d147c9: Layer already exists 03:55:42 dd9c8f8612c8: Layer already exists 03:55:42 010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:42 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:43 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 03:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 03:55:43 209321d55946: Preparing 03:55:43 cbecb6e9823b: Preparing 03:55:43 ac2451d147c9: Preparing 03:55:43 643b491d5249: Preparing 03:55:43 dcf67f62870f: Preparing 03:55:43 dd9c8f8612c8: Preparing 03:55:43 dd9c8f8612c8: Waiting 03:55:43 dcf67f62870f: Layer already exists 03:55:43 643b491d5249: Layer already exists 03:55:43 209321d55946: Layer already exists 03:55:43 ac2451d147c9: Layer already exists 03:55:43 cbecb6e9823b: Layer already exists 03:55:43 dd9c8f8612c8: Layer already exists 03:55:43 main: digest: sha256:176141673c6c7d9e56039b9246b0da2512d0dbbb0cd3995a1392fa4394174fcd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:55:43 ===================================================== [Pipeline] echo 03:55:43 taggedImages: 03:55:43 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 03:55:43 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 03:55:43 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 03:55:43 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 03:55:43 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo 03:55:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] echo 03:55:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo 03:55:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.1 [Pipeline] echo 03:55:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:010fbd8dec9bbb1ea6641e05522169e05f3890e7-4.1.0-dev.1 [Pipeline] echo 03:55:43 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:55:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:43 03:55:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:44 arm64: Pulling from edgex-lftools-log-publisher 03:55:44 8998bd30e6a1: Pulling fs layer 03:55:44 04944245beec: Pulling fs layer 03:55:44 699f458cf7ca: Pulling fs layer 03:55:44 765212b225bb: Pulling fs layer 03:55:44 f23df028b6ca: Pulling fs layer 03:55:44 d65c8cfc05b1: Pulling fs layer 03:55:44 2437ff75d9bd: Pulling fs layer 03:55:44 765212b225bb: Waiting 03:55:44 f23df028b6ca: Waiting 03:55:44 d65c8cfc05b1: Waiting 03:55:44 04944245beec: Verifying Checksum 03:55:44 04944245beec: Download complete 03:55:44 765212b225bb: Verifying Checksum 03:55:44 765212b225bb: Download complete 03:55:44 f23df028b6ca: Verifying Checksum 03:55:44 f23df028b6ca: Download complete 03:55:44 d65c8cfc05b1: Verifying Checksum 03:55:44 d65c8cfc05b1: Download complete 03:55:44 699f458cf7ca: Verifying Checksum 03:55:44 699f458cf7ca: Download complete 03:55:45 8998bd30e6a1: Verifying Checksum 03:55:45 8998bd30e6a1: Download complete 03:55:47 2437ff75d9bd: Verifying Checksum 03:55:47 2437ff75d9bd: Download complete 03:55:49 8998bd30e6a1: Pull complete 03:55:49 04944245beec: Pull complete 03:55:51 699f458cf7ca: Pull complete 03:55:51 765212b225bb: Pull complete 03:55:52 f23df028b6ca: Pull complete 03:55:52 d65c8cfc05b1: Pull complete 03:56:10 2437ff75d9bd: Pull complete 03:56:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:56:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:56:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:10 prd-ubuntu20.04-docker-arm64-4c-16g-3760 does not seem to be running inside a container 03:56:11 $ 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/208 -v /w/workspace/device-virtual-go/208:/w/workspace/device-virtual-go/208:rw,z -v /w/workspace/device-virtual-go/208@tmp:/w/workspace/device-virtual-go/208@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:56:13 $ docker top 4c4fdfdece21d81410568b6412b5bb5bf5436b2a0efbfc2f934dccec231d04a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:56:14 ---> job-cost.sh 03:56:14 lf-activate-venv: SKIPPING 03:56:14 INFO: No Stack... 03:56:14 INFO: Retrieving Pricing Info for: v3-standard-4 03:56:15 INFO: Archiving Costs [Pipeline] sh 03:56:16 + cat /w/workspace/device-virtual-go/208/archives/cost.csv 03:56:16 + cut -d, -f6 [Pipeline] lock 03:56:16 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] 03:56:16 Resource [jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] did not exist. Created. 03:56:16 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:56:16 /w/workspace/device-virtual-go/208@tmp/durable-46ce530e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:56:17 + echo total: 0.10999999940395355 [Pipeline] stash 03:56:17 Warning: overwriting stash ‘stack-cost’ 03:56:17 Stashed 1 file(s) [Pipeline] } 03:56:17 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } 03:56:17 $ docker stop --time=1 4c4fdfdece21d81410568b6412b5bb5bf5436b2a0efbfc2f934dccec231d04a4 03:56:18 $ docker rm -f --volumes 4c4fdfdece21d81410568b6412b5bb5bf5436b2a0efbfc2f934dccec231d04a4 [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:56:19 provisioning config files... 03:56:19 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config18190525416773983135tmp [Pipeline] { [Pipeline] sh 03:56:19 + set +x 03:56:19 + curl -s https://codecov.io/bash 03:56:19 + bash -s -- 03:56:19 03:56:19 _____ _ 03:56:19 / ____| | | 03:56:19 | | ___ __| | ___ ___ _____ __ 03:56:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:56:19 | |___| (_) | (_| | __/ (_| (_) \ V / 03:56:19 \_____\___/ \__,_|\___|\___\___/ \_/ 03:56:19 Bash-1.0.6 03:56:19 03:56:19 03:56:19 ==> git version 2.25.1 found 03:56:19 ==> 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:56:19 Release-Date: 2020-01-08 03:56:19 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:56:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:56:19 ==> Jenkins CI detected. 03:56:19 current dir:  /w/workspace/exfoundry_device-virtual-go_main 03:56:19 project root: . 03:56:19 --> token set from env 03:56:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:56:19 ==> Running gcov in . (disable via -X gcov) 03:56:19 ==> Python coveragepy not found 03:56:19 ==> Searching for coverage reports in: 03:56:19 + . 03:56:19 -> Found 1 reports 03:56:19 ==> Detecting git/mercurial file structure 03:56:19 ==> Reading reports 03:56:19 + ./coverage.out bytes=45558 03:56:19 ==> Appending adjustments 03:56:19 https://docs.codecov.io/docs/fixing-reports 03:56:19 + Found adjustments 03:56:19 ==> Gzipping contents 03:56:19 8.0K /tmp/codecov.aqIs6J.gz 03:56:19 ==> Uploading reports 03:56:19 url: https://codecov.io 03:56:19 query: branch=main&commit=010fbd8dec9bbb1ea6641e05522169e05f3890e7&build=208&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F208%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:56:19 -> Pinging Codecov 03:56:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=010fbd8dec9bbb1ea6641e05522169e05f3890e7&build=208&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F208%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:56:20 -> Uploading to 03:56:20 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/010fbd8dec9bbb1ea6641e05522169e05f3890e7/cfe18591-43c2-4ae0-b398-95e01936330d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250623%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250623T035619Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c552921b7c9fe3795bf0416a0fdd40e7d288d7b477121298c6fb472628c8f1a1 03:56:20 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:20 Dload Upload Total Spent Left Speed 03:56:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5317 0 0 100 5317 0 15148 --:--:-- --:--:-- --:--:-- 15148 03:56:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] } 03:56:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:56:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:56:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:56:20 03:56:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:56:21 latest: Pulling from edgex-devops/edgex-snyk-go 03:56:21 0a9a5dfd008f: Already exists 03:56:21 36466aa92d05: Already exists 03:56:21 e10405b45d13: Already exists 03:56:21 096b7ceb2af7: Already exists 03:56:21 4f4fb700ef54: Already exists 03:56:21 e50aa161e22a: Pulling fs layer 03:56:21 d3c8db5fb9df: Pulling fs layer 03:56:21 e50aa161e22a: Verifying Checksum 03:56:21 e50aa161e22a: Download complete 03:56:22 e50aa161e22a: Pull complete 03:56:22 d3c8db5fb9df: Download complete 03:56:25 d3c8db5fb9df: Pull complete 03:56:25 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 03:56:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:56:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:25 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:56:25 $ 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:56:27 $ docker top 3f49ea8280966d45d6e321da383ceabbcb9ab8a6257a3a01c6858587b7757dfd -eo pid,comm [Pipeline] { [Pipeline] sh 03:56:27 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 03:56:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 03:56:28 + set -o pipefail 03:56:28 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 03:56:38 03:56:38 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 03:56:38 03:56:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/685d9ecf-d4be-4ed0-9cf4-03e950a01bb8 03:56:38 03:56:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:56:38 [Pipeline] } 03:56:38 $ docker stop --time=1 3f49ea8280966d45d6e321da383ceabbcb9ab8a6257a3a01c6858587b7757dfd 03:56:41 $ docker rm -f --volumes 3f49ea8280966d45d6e321da383ceabbcb9ab8a6257a3a01c6858587b7757dfd [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:56:42 + git log --format=format:%s -1 010fbd8dec9bbb1ea6641e05522169e05f3890e7 [Pipeline] sh 03:56:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:56:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:56:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:43 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:56:43 $ 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:56:43 $ docker top 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 -eo pid,comm 03:56:43 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:56:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:56:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:56:43 [ssh-agent] Looking for ssh-agent implementation... 03:56:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:56:43 $ docker exec 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 ssh-agent 03:56:43 SSH_AUTH_SOCK=/tmp/ssh-LHbG6JRvWI7m/agent.33 03:56:43 SSH_AGENT_PID=39 03:56:43 Running ssh-add (command line suppressed) 03:56:43 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7686955500395428547.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7686955500395428547.key) 03:56:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:56:44 + git semver tag 03:56:44 2025-06-23 03:56:44,457 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:56:44 2025-06-23 03:56:44,462 [run_tag] DEBUG tag force:False 03:56:44 2025-06-23 03:56:44,462 [check_head_tag] DEBUG check head tag 03:56:44 2025-06-23 03:56:44,463 [execute] INFO git cat-file --batch-check 03:56:44 2025-06-23 03:56:44,463 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 03:56:44 2025-06-23 03:56:44,465 [execute] INFO git cat-file --batch 03:56:44 2025-06-23 03:56:44,465 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) 03:56:44 2025-06-23 03:56:44,472 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:56:44 2025-06-23 03:56:44,472 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 03:56:44 2025-06-23 03:56:44,472 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) 03:56:44 2025-06-23 03:56:44,475 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:56:44 4.1.0-dev.1 [Pipeline] } 03:56:44 $ docker exec --env ******** --env ******** 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 ssh-agent -k 03:56:44 unset SSH_AUTH_SOCK; 03:56:44 unset SSH_AGENT_PID; 03:56:44 echo Agent pid 39 killed; 03:56:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:56:44 + git semver [Pipeline] } 03:56:45 $ docker stop --time=1 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 03:56:46 $ docker rm -f --volumes 44c9b6da38eaa28d3c11e11ab4dad262ece669fa23e8b7586ecf738cc5eda1a6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:46 03:56:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:47 0.23.1-centos7: Pulling from edgex-lftools 03:56:47 ab5ef0e58194: Pulling fs layer 03:56:47 9712f1f96733: Pulling fs layer 03:56:47 63f879dbbcfc: Pulling fs layer 03:56:47 0d9ebad4ef96: Pulling fs layer 03:56:47 e9a5061849ea: Pulling fs layer 03:56:47 d747dcd14b5f: Pulling fs layer 03:56:47 2de7ff778b66: Pulling fs layer 03:56:47 e9a5061849ea: Waiting 03:56:47 d747dcd14b5f: Waiting 03:56:47 2de7ff778b66: Waiting 03:56:47 0d9ebad4ef96: Waiting 03:56:47 9712f1f96733: Verifying Checksum 03:56:47 9712f1f96733: Download complete 03:56:47 63f879dbbcfc: Verifying Checksum 03:56:47 63f879dbbcfc: Download complete 03:56:47 ab5ef0e58194: Verifying Checksum 03:56:47 ab5ef0e58194: Download complete 03:56:47 e9a5061849ea: Verifying Checksum 03:56:47 e9a5061849ea: Download complete 03:56:47 0d9ebad4ef96: Verifying Checksum 03:56:47 0d9ebad4ef96: Download complete 03:56:47 d747dcd14b5f: Verifying Checksum 03:56:47 d747dcd14b5f: Download complete 03:56:48 2de7ff778b66: Verifying Checksum 03:56:48 2de7ff778b66: Download complete 03:56:50 ab5ef0e58194: Pull complete 03:56:50 9712f1f96733: Pull complete 03:56:51 63f879dbbcfc: Pull complete 03:56:55 0d9ebad4ef96: Pull complete 03:56:55 e9a5061849ea: Pull complete 03:56:55 d747dcd14b5f: Pull complete 03:56:55 2de7ff778b66: Pull complete 03:56:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:56:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:56 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:56:56 $ 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:56:58 $ docker top 2461bf81e6e42e5b1e416445ef9e46306fa4ad5389f761a6e10267affdf818ec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:56:58 provisioning config files... 03:56:58 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12120847539817661191tmp 03:56:58 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3180045444679295829tmp 03:56:58 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config419673485742896343tmp [Pipeline] { [Pipeline] echo 03:56:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:56:58 ---> sigul-configuration.sh 03:56:58 gpg: directory `/root/.gnupg' created 03:56:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:56:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:56:58 gpg: keyring `/root/.gnupg/secring.gpg' created 03:56:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:56:58 gpg: CAST5 encrypted data 03:56:58 gpg: encrypted with 1 passphrase 03:56:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:56:59 + mkdir /home/jenkins 03:56:59 + mkdir /home/jenkins/sigul [Pipeline] sh 03:56:59 + 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:56:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:56:59 ---> sigul-install.sh 03:56:59 Sigul already installed; skipping installation. [Pipeline] sh 03:56:59 + git tag --list 03:56:59 v1.0.0 03:56:59 v1.1.0 03:56:59 v1.1.1 03:56:59 v1.2.1 03:56:59 v1.2.2 03:56:59 v1.2.3 03:56:59 v1.3.0 03:56:59 v1.3.1 03:56:59 v2.0.0 03:56:59 v2.1.0 03:56:59 v2.1.1 03:56:59 v2.2.0 03:56:59 v2.3.0 03:56:59 v3.0 03:56:59 v3.0.0 03:56:59 v3.1 03:56:59 v3.1.0 03:56:59 v3.1.1 03:56:59 v4.0 03:56:59 v4.0.0 03:56:59 v4.1.0-dev.1 [Pipeline] sh 03:57:00 + lftools sign git-tag v4.1.0-dev.1 03:57:00 Signing Git tag with Sigul... 03:57:00 Signing v4.1.0-dev.1 [Pipeline] echo 03:57:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:57:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:57:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:57:01 $ docker stop --time=1 2461bf81e6e42e5b1e416445ef9e46306fa4ad5389f761a6e10267affdf818ec 03:57:02 $ docker rm -f --volumes 2461bf81e6e42e5b1e416445ef9e46306fa4ad5389f761a6e10267affdf818ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:57:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:57:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:57:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:57:03 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:57:03 $ 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:57:03 $ docker top 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 -eo pid,comm 03:57:03 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:57:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:57:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:57:04 [ssh-agent] Looking for ssh-agent implementation... 03:57:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:57:04 $ docker exec 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 ssh-agent 03:57:04 SSH_AUTH_SOCK=/tmp/ssh-K4wCw5wSyASc/agent.32 03:57:04 SSH_AGENT_PID=38 03:57:04 Running ssh-add (command line suppressed) 03:57:04 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1364091343906055915.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1364091343906055915.key) 03:57:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:57:04 + git semver bump pre 03:57:04 2025-06-23 03:57:04,915 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:57:04 2025-06-23 03:57:04,919 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:57:04 2025-06-23 03:57:04,919 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev 03:57:04 2025-06-23 03:57:04,920 [bump_version] DEBUG bumped version:4.1.0-dev.2 03:57:04 2025-06-23 03:57:04,920 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 03:57:04 2025-06-23 03:57:04,920 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:57:04 2025-06-23 03:57:04,920 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:57:04 2025-06-23 03:57:04,922 [execute] INFO git cat-file --batch-check 03:57:04 2025-06-23 03:57:04,922 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:57:04 2025-06-23 03:57:04,925 [execute] INFO git cat-file --batch 03:57:04 2025-06-23 03:57:04,926 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:57:04 2025-06-23 03:57:04,928 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:57:04 4.1.0-dev.2 [Pipeline] } 03:57:04 $ docker exec --env ******** --env ******** 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 ssh-agent -k 03:57:05 unset SSH_AUTH_SOCK; 03:57:05 unset SSH_AGENT_PID; 03:57:05 echo Agent pid 38 killed; 03:57:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:57:05 + git semver [Pipeline] } 03:57:05 $ docker stop --time=1 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 03:57:06 $ docker rm -f --volumes 7ae8d6d4b23c06a100d9e515911939a9594137096c5a9108c357e3498a7d8243 [Pipeline] // withDockerContainer [Pipeline] sh 03:57:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:57:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:57:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:57:07 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:57:07 $ 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:57:08 $ docker top 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 -eo pid,comm 03:57:08 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:57:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:57:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:57:08 [ssh-agent] Looking for ssh-agent implementation... 03:57:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:57:08 $ docker exec 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 ssh-agent 03:57:08 SSH_AUTH_SOCK=/tmp/ssh-qKhAcvLDJRzk/agent.32 03:57:08 SSH_AGENT_PID=38 03:57:08 Running ssh-add (command line suppressed) 03:57:08 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12384851364353654486.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12384851364353654486.key) 03:57:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:57:08 + git semver push 03:57:09 2025-06-23 03:57:08,995 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:57:09 2025-06-23 03:57:08,999 [run_push] DEBUG push 03:57:09 2025-06-23 03:57:09,000 [execute] INFO git cat-file --batch-check 03:57:09 2025-06-23 03:57:09,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) 03:57:09 2025-06-23 03:57:09,003 [execute] INFO git rev-list 62e05c54d73a64189714f1c87857b4d665df7bca -- 03:57:09 2025-06-23 03:57:09,003 [execute] DEBUG Popen(['git', 'rev-list', '62e05c54d73a64189714f1c87857b4d665df7bca', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:57:09 2025-06-23 03:57:09,012 [execute] INFO git fetch -v -- origin 03:57:09 2025-06-23 03:57:09,012 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 03:57:09 2025-06-23 03:57:09,520 [run_push] DEBUG no remote changes detected 03:57:09 2025-06-23 03:57:09,520 [execute] INFO git push origin semver 03:57:09 2025-06-23 03:57:09,521 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:57:10 2025-06-23 03:57:10,282 [run_push] DEBUG push all version tags 03:57:10 2025-06-23 03:57:10,282 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:57:10 2025-06-23 03:57:10,282 [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:57:11 2025-06-23 03:57:11,075 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 03:57:11 4.1.0-dev.2 [Pipeline] } 03:57:11 $ docker exec --env ******** --env ******** 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 ssh-agent -k 03:57:11 unset SSH_AUTH_SOCK; 03:57:11 unset SSH_AGENT_PID; 03:57:11 echo Agent pid 38 killed; 03:57:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:57:11 + git semver [Pipeline] } 03:57:11 $ docker stop --time=1 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 03:57:13 $ docker rm -f --volumes 6be2d4d95a1297be408380e60ef5101e1a516e3ad1da9aa6beb19386d44b24f8 [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:57:13 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 03:57:13 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 03:57:13 total 16 03:57:13 drwxr-xr-x 3 root root 4096 Jun 23 03:46 . 03:57:13 drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 03:56 .. 03:57:13 drwxr-xr-x 2 root root 4096 Jun 23 03:46 cost 03:57:13 -rw-r--r-- 1 root root 89 Jun 23 03:46 cost.csv 03:57:13 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 03:57:13 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 03:57:13 total 16 03:57:13 drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 03:46 . 03:57:13 drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 03:56 .. 03:57:13 drwxr-xr-x 2 jenkins jenkins 4096 Jun 23 03:46 cost 03:57:13 -rw-r--r-- 1 jenkins jenkins 89 Jun 23 03:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:57:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:57:14 ---> package-listing.sh 03:57:14 ++ facter osfamily 03:57:14 ++ tr '[:upper:]' '[:lower:]' 03:57:15 + OS_FAMILY=debian 03:57:15 + workspace=/w/workspace/exfoundry_device-virtual-go_main 03:57:15 + START_PACKAGES=/tmp/packages_start.txt 03:57:15 + END_PACKAGES=/tmp/packages_end.txt 03:57:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:57:15 + PACKAGES=/tmp/packages_start.txt 03:57:15 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:57:15 + PACKAGES=/tmp/packages_end.txt 03:57:15 + case "${OS_FAMILY}" in 03:57:15 + dpkg -l 03:57:15 + grep '^ii' 03:57:15 + '[' -f /tmp/packages_start.txt ']' 03:57:15 + '[' -f /tmp/packages_end.txt ']' 03:57:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:57:15 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 03:57:15 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 03:57:15 + 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:57:15 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:57:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:57:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:57:16 prd-ubuntu20.04-docker-8c-8g-3759 does not seem to be running inside a container 03:57:16 $ 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:57:16 $ docker top 2ef83fe4f7947260cb12170d37d757a944ed7a95567b1c895afc2ca8c598f7f5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:57:16 + touch /tmp/pre-build-complete [Pipeline] sh 03:57:17 + mkdir -p /var/log/sysstat [Pipeline] sh 03:57:17 + ls /var/log/sa-host 03:57:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:57:17 provisioning config files... 03:57:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5730788449380248943tmp [Pipeline] { [Pipeline] echo 03:57:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:57:17 ---> create-netrc.sh [Pipeline] } 03:57:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:57:18 ---> python-tools-install.sh [Pipeline] echo 03:57:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:57:18 ---> sudo-logs.sh 03:57:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:57:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:57:18 ---> job-cost.sh 03:57:18 lf-activate-venv: SKIPPING 03:57:18 DEBUG: total: 0.2199999988079071 03:57:18 INFO: Retrieving Stack Cost... 03:57:19 INFO: Retrieving Pricing Info for: v3-standard-8 03:57:19 INFO: Archiving Costs [Pipeline] echo 03:57:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:57:19 ---> logs-deploy.sh 03:57:19 lf-activate-venv: SKIPPING 03:57:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/208 03:57:19 INFO: archiving workspace using pattern(s): 03:57:20 Archives upload complete. 03:57:20 INFO: archiving logs to Nexus