Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 50cc572373e78478e9d2a8db8a4139346337b23c 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-ssh11657695908626018305.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh15150803903654178202.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 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-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-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15728571443282923981.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh14787276503024744931.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-mqtt-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-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9187431074037800461.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-mqtt-go, goVersion:1.25] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 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-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-775019 in /w/workspace/edgexfoundry_device-mqtt-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-mqtt-go.git > git init /w/workspace/edgexfoundry_device-mqtt-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 50cc572373e78478e9d2a8db8a4139346337b23c (main) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Commit message: "Merge pull request #777 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.47" > git config core.sparsecheckout # timeout=10 > git checkout -f 50cc572373e78478e9d2a8db8a4139346337b23c # timeout=10 > git rev-list --no-walk 98521e1329d812600e18dd4598a0489dc4040878 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:31:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:31:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:31:19 ========================================================= 01:31:19 EdgeX Global Pipelines Version Info 01:31:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:31:22 ------------------- 01:31:22 stable info: 01:31:22 ------------------- 01:31:22 Commited By: Cherry Wang cherry@iotechsys.com 01:31:22 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 01:31:22 Message: update stable to v1.0.278 01:31:22 ------------------- 01:31:22 experimental info: 01:31:22 ------------------- 01:31:22 Commited By: **** collab-it+edgex@linuxfoundation.org 01:31:22 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 01:31:22 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:31:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:31:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50cc572 [Pipeline] echo 01:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:31:23 provisioning config files... 01:31:23 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config90599577356266973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:24 ---> ****-login.sh 01:31:24 nexus3.edgexfoundry.org:10001 01:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:24 01:31:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:31:24 Configure a credential helper to remove this warning. See 01:31:24 https://docs.****.com/go/credential-store/ 01:31:24 01:31:24 Login Succeeded 01:31:24 nexus3.edgexfoundry.org:10002 01:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:24 01:31:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:31:24 Configure a credential helper to remove this warning. See 01:31:24 https://docs.****.com/go/credential-store/ 01:31:24 01:31:24 Login Succeeded 01:31:24 nexus3.edgexfoundry.org:10003 01:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:24 01:31:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:31:24 Configure a credential helper to remove this warning. See 01:31:24 https://docs.****.com/go/credential-store/ 01:31:24 01:31:24 Login Succeeded 01:31:24 nexus3.edgexfoundry.org:10004 01:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:24 01:31:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:31:24 Configure a credential helper to remove this warning. See 01:31:24 https://docs.****.com/go/credential-store/ 01:31:24 01:31:24 Login Succeeded 01:31:24 ****.io 01:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:24 01:31:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:31:24 Configure a credential helper to remove this warning. See 01:31:24 https://docs.****.com/go/credential-store/ 01:31:24 01:31:24 Login Succeeded 01:31:24 ---> ****-login.sh ends [Pipeline] } 01:31:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:31:25 + git rev-list -1 --merges 50cc572373e78478e9d2a8db8a4139346337b23c~1..50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] echo 01:31:25 -----------> git rev-list -1 --merges 50cc572373e78478e9d2a8db8a4139346337b23c~1..50cc572373e78478e9d2a8db8a4139346337b23c 50cc572373e78478e9d2a8db8a4139346337b23c 01:31:25 50cc572373e78478e9d2a8db8a4139346337b23c [false] [Pipeline] sh 01:31:25 + git log --format=format:%s -1 50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] echo 01:31:25 ========================================================= 01:31:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:31:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:31:26 + git log --format=format:%s -1 50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] echo 01:31:26 [semverPrep] GIT_COMMIT: 50cc572373e78478e9d2a8db8a4139346337b23c, Commit Message: Merge pull request #777 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.47 [Pipeline] echo 01:31:26 [semverPrep] This is not a build commit. [Pipeline] sh 01:31:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:31:26 + grep -v github /etc/ssh/ssh_known_hosts 01:31:26 + [ -e /tmp/ssh_known_hosts ] 01:31:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:31:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:31:26 + sudo tee -a /etc/ssh/ssh_known_hosts 01:31:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:26 01:31:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:27 0.1.4: Pulling from edgex-devops/py-git-semver 01:31:27 3dae71ba6b94: Pulling fs layer 01:31:27 6bf1a483ea7c: Pulling fs layer 01:31:27 f5dfc541a4d3: Pulling fs layer 01:31:27 461d9e800cba: Pulling fs layer 01:31:27 80192f66455f: Pulling fs layer 01:31:27 2e8e34ca0e6c: Pulling fs layer 01:31:27 a29436f7fd5d: Pulling fs layer 01:31:27 461d9e800cba: Waiting 01:31:27 923cac83aea3: Pulling fs layer 01:31:27 25ad8b0a4227: Pulling fs layer 01:31:27 db01528c6b51: Pulling fs layer 01:31:27 28988de357af: Pulling fs layer 01:31:27 80192f66455f: Waiting 01:31:27 a29436f7fd5d: Waiting 01:31:27 db01528c6b51: Waiting 01:31:27 28988de357af: Waiting 01:31:27 2e8e34ca0e6c: Waiting 01:31:27 6bf1a483ea7c: Verifying Checksum 01:31:27 6bf1a483ea7c: Download complete 01:31:27 461d9e800cba: Verifying Checksum 01:31:27 461d9e800cba: Download complete 01:31:27 80192f66455f: Verifying Checksum 01:31:27 80192f66455f: Download complete 01:31:27 f5dfc541a4d3: Verifying Checksum 01:31:27 f5dfc541a4d3: Download complete 01:31:27 3dae71ba6b94: Verifying Checksum 01:31:27 3dae71ba6b94: Download complete 01:31:27 923cac83aea3: Download complete 01:31:27 25ad8b0a4227: Verifying Checksum 01:31:27 25ad8b0a4227: Download complete 01:31:27 db01528c6b51: Verifying Checksum 01:31:27 db01528c6b51: Download complete 01:31:27 28988de357af: Verifying Checksum 01:31:27 28988de357af: Download complete 01:31:27 a29436f7fd5d: Verifying Checksum 01:31:27 a29436f7fd5d: Download complete 01:31:28 2e8e34ca0e6c: Verifying Checksum 01:31:28 2e8e34ca0e6c: Download complete 01:31:28 3dae71ba6b94: Pull complete 01:31:29 6bf1a483ea7c: Pull complete 01:31:29 f5dfc541a4d3: Pull complete 01:31:29 461d9e800cba: Pull complete 01:31:29 80192f66455f: Pull complete 01:31:33 2e8e34ca0e6c: Pull complete 01:31:34 a29436f7fd5d: Pull complete 01:31:34 923cac83aea3: Pull complete 01:31:34 25ad8b0a4227: Pull complete 01:31:34 db01528c6b51: Pull complete 01:31:34 28988de357af: Pull complete 01:31:34 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:34 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:31:37 $ docker top 0db22ea3ae4cbb964c0c04cc811857293bdefc1bc3824a2c3890ea0077c906a6 -eo pid,comm 01:31:37 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). 01:31:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:31:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:31:37 [ssh-agent] Looking for ssh-agent implementation... 01:31:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:31:37 $ docker exec 0db22ea3ae4cbb964c0c04cc811857293bdefc1bc3824a2c3890ea0077c906a6 ssh-agent 01:31:37 SSH_AUTH_SOCK=/tmp/ssh-JVV6UIBERQ1o/agent.31 01:31:37 SSH_AGENT_PID=38 01:31:37 Running ssh-add (command line suppressed) 01:31:37 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11128862391539887658.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11128862391539887658.key) 01:31:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:31:38 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] sh 01:31:38 + git tag --points-at HEAD [Pipeline] } 01:31:38 $ docker exec --env ******** --env ******** 0db22ea3ae4cbb964c0c04cc811857293bdefc1bc3824a2c3890ea0077c906a6 ssh-agent -k 01:31:38 unset SSH_AUTH_SOCK; 01:31:38 unset SSH_AGENT_PID; 01:31:38 echo Agent pid 38 killed; 01:31:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:31:38 [ssh-agent] Looking for ssh-agent implementation... 01:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:31:38 $ docker exec 0db22ea3ae4cbb964c0c04cc811857293bdefc1bc3824a2c3890ea0077c906a6 ssh-agent 01:31:38 SSH_AUTH_SOCK=/tmp/ssh-8Q7UkX5n1jNT/agent.85 01:31:38 SSH_AGENT_PID=92 01:31:38 Running ssh-add (command line suppressed) 01:31:39 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_5968604107215736378.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_5968604107215736378.key) 01:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:31:39 + git semver init 01:31:39 2025-12-15 01:31:39,555 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:31:39 2025-12-15 01:31:39,559 [run_init] DEBUG init version:0.0.0 force:False 01:31:39 2025-12-15 01:31:39,560 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 01:31:39 2025-12-15 01:31:39,560 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 01:31:39 2025-12-15 01:31:39,560 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/edgexfoundry_device-mqtt-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) 01:31:41 2025-12-15 01:31:41,030 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 01:31:41 2025-12-15 01:31:41,031 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 01:31:41 2025-12-15 01:31:41,031 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:31:41 2025-12-15 01:31:41,031 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:31:41 4.1.0-dev.9 [Pipeline] } 01:31:41 $ docker exec --env ******** --env ******** 0db22ea3ae4cbb964c0c04cc811857293bdefc1bc3824a2c3890ea0077c906a6 ssh-agent -k 01:31:41 unset SSH_AUTH_SOCK; 01:31:41 unset SSH_AGENT_PID; 01:31:41 echo Agent pid 92 killed; 01:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:31:41 + git semver [Pipeline] } 01:31:42 $ docker stop --time=1 0db22ea3ae4cbb964c0c04cc811857293bdefc1bc3824a2c3890ea0077c906a6 01:31:43 $ docker rm -f --volumes 0db22ea3ae4cbb964c0c04cc811857293bdefc1bc3824a2c3890ea0077c906a6 [Pipeline] // withDockerContainer [Pipeline] sh 01:31:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:31:44 Stashed 1 file(s) [Pipeline] echo 01:31:44 [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [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 01:31:44 provisioning config files... 01:31:44 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9229190824023722028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:44 ---> ****-login.sh 01:31:44 nexus3.edgexfoundry.org:10001 01:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:44 Login Succeeded 01:31:44 nexus3.edgexfoundry.org:10002 01:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:44 Login Succeeded 01:31:44 nexus3.edgexfoundry.org:10003 01:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:45 Login Succeeded 01:31:45 nexus3.edgexfoundry.org:10004 01:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:45 Login Succeeded 01:31:45 ****.io 01:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:45 Login Succeeded 01:31:45 ---> ****-login.sh ends [Pipeline] } 01:31:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:31:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:31:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:31:45 ========================================================= 01:31:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 01:31:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:45 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine --build-arg MAKE=echo noop --target=builder . 01:31:46 #0 building with "default" instance using docker driver 01:31:46 01:31:46 #1 [internal] load build definition from Dockerfile 01:31:46 #1 transferring dockerfile: 1.84kB done 01:31:46 #1 DONE 0.0s 01:31:46 01:31:46 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:31:46 #2 DONE 0.1s 01:31:46 01:31:46 #3 [internal] load .dockerignore 01:31:46 #3 transferring context: 182B done 01:31:46 #3 DONE 0.0s 01:31:46 01:31:46 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 01:31:46 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done 01:31:46 #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.0s done 01:31:46 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 3.15MB / 60.15MB 0.1s 01:31:46 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:31:46 #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done 01:31:46 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s 01:31:46 #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done 01:31:46 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 12.00MB / 60.15MB 0.2s 01:31:46 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 01:31:46 #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done 01:31:46 #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done 01:31:46 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 01:31:46 #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.1s done 01:31:46 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 3.15MB / 11.98MB 0.2s 01:31:46 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 2.10MB / 112.58MB 0.2s 01:31:46 #4 ... 01:31:46 01:31:46 #5 [internal] load build context 01:31:46 #5 transferring context: 32.01MB 0.3s done 01:31:46 #5 DONE 0.3s 01:31:46 01:31:46 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 01:31:46 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 36.66MB / 60.15MB 0.4s 01:31:46 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.2s done 01:31:46 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done 01:31:46 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 15.73MB / 112.58MB 0.4s 01:31:46 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0B / 14.72MB 0.4s 01:31:46 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 01:31:47 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s 01:31:47 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 40.89MB / 112.58MB 0.6s 01:31:47 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.6s 01:31:47 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.0s done 01:31:47 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 61.87MB / 112.58MB 0.7s 01:31:47 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.9s done 01:31:47 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 105.91MB / 112.58MB 0.9s 01:31:47 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.9s done 01:31:47 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.0s 01:31:47 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 0.1s 01:31:47 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.3s done 01:31:52 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.5s done 01:31:52 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 01:31:52 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 01:31:52 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:31:52 #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done 01:31:52 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.1s 01:31:52 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.3s done 01:31:52 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 01:31:55 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 2.4s done 01:31:55 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.1s 01:31:55 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.6s done 01:31:55 #4 DONE 9.3s 01:31:55 01:31:55 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:31:55 #6 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:31:56 #6 0.295 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:31:56 #6 0.610 (1/4) Installing openssh-keygen (10.0_p1-r10) 01:31:56 #6 0.621 (2/4) Installing libedit (20250104.3.1-r1) 01:31:56 #6 0.627 (3/4) Installing openssh-client-common (10.0_p1-r10) 01:31:56 #6 0.663 (4/4) Installing openssh-client-default (10.0_p1-r10) 01:31:56 #6 0.677 Executing busybox-1.37.0-r19.trigger 01:31:56 #6 0.686 OK: 269 MiB in 64 packages 01:31:59 Still waiting to schedule task 01:31:59 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:31:59 #6 DONE 3.7s 01:31:59 01:31:59 #7 [builder 3/7] WORKDIR /device-mqtt-go 01:31:59 #7 DONE 0.0s 01:31:59 01:31:59 #8 [builder 4/7] COPY go.mod vendor* ./ 01:31:59 #8 DONE 0.0s 01:31:59 01:31:59 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:22 #9 DONE 22.1s 01:32:22 01:32:22 #10 [builder 6/7] COPY . . 01:32:22 #10 DONE 0.2s 01:32:22 01:32:22 #11 [builder 7/7] RUN echo noop 01:32:22 #11 0.218 noop 01:32:22 #11 DONE 0.3s 01:32:22 01:32:22 #12 exporting to image 01:32:22 #12 exporting layers 01:32:30 #12 exporting layers 7.2s done 01:32:30 #12 writing image sha256:245cef297bdcb320fa74e19e764713b587cfc85ca7246965bd35b28ac6ff4aa7 done 01:32:30 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:32:30 #12 DONE 7.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:30 + docker inspect -f . ci-base-image-x86_64 01:32:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:30 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:32:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:32:31 $ docker top 8cb38b433795315e385d16781b4570a2c85986859450e9b176852f0dcb13adea -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:31 + go version 01:32:31 go version go1.25.2 linux/amd64 [Pipeline] } 01:32:31 $ docker stop --time=1 8cb38b433795315e385d16781b4570a2c85986859450e9b176852f0dcb13adea 01:32:32 $ docker rm -f --volumes 8cb38b433795315e385d16781b4570a2c85986859450e9b176852f0dcb13adea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:33 + docker inspect -f . ci-base-image-x86_64 01:32:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:33 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:32:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:32:33 $ docker top 6453ed1bbad1c838a4406c2194e7bc5fde64f0d105d631ae88789874add40ebc -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:33 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 01:32:34 + make test 01:32:34 go test ./... -coverprofile=coverage.out ./... 01:32:35 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:32:53 github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements 01:32:53 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.012s coverage: 22.8% of statements 01:32:53 github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements 01:33:04 0 issues. 01:33:04 go vet ./... 01:33:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:33:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:33:08 ./bin/test-attribution-txt.sh [Pipeline] echo 01:33:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:33:08 $ docker stop --time=1 6453ed1bbad1c838a4406c2194e7bc5fde64f0d105d631ae88789874add40ebc 01:33:11 $ docker rm -f --volumes 6453ed1bbad1c838a4406c2194e7bc5fde64f0d105d631ae88789874add40ebc [Pipeline] // withDockerContainer [Pipeline] sh 01:33:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:33:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:33:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:33:12 + ls -al . 01:33:12 total 256 01:33:12 drwxrwxr-x 9 jenkins jenkins 4096 Dec 15 01:32 . 01:33:12 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 01:31 .. 01:33:12 -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 01:31 .dockerignore 01:33:12 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 01:32 .git 01:33:12 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 01:31 .github 01:33:12 -rw-rw-r-- 1 jenkins jenkins 264 Dec 15 01:31 .gitignore 01:33:12 -rw-rw-r-- 1 jenkins jenkins 359 Dec 15 01:31 .golangci.yml 01:33:12 drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 01:31 .semver 01:33:12 -rw-rw-r-- 1 jenkins jenkins 21759 Dec 15 01:31 Attribution.txt 01:33:12 -rw-rw-r-- 1 jenkins jenkins 19382 Dec 15 01:31 CHANGELOG.md 01:33:12 -rw-rw-r-- 1 jenkins jenkins 1803 Dec 15 01:31 Dockerfile 01:33:12 -rw-rw-r-- 1 jenkins jenkins 677 Dec 15 01:31 GOVERNANCE.md 01:33:12 -rw-rw-r-- 1 jenkins jenkins 680 Dec 15 01:31 Jenkinsfile 01:33:12 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 15 01:31 LICENSE 01:33:12 -rw-rw-r-- 1 jenkins jenkins 2544 Dec 15 01:31 Makefile 01:33:12 -rw-rw-r-- 1 jenkins jenkins 620 Dec 15 01:31 OWNERS.md 01:33:12 -rw-rw-r-- 1 jenkins jenkins 3599 Dec 15 01:31 README.md 01:33:12 -rw-rw-r-- 1 jenkins jenkins 11 Dec 15 01:31 VERSION 01:33:12 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 01:31 bin 01:33:12 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 01:31 cmd 01:33:12 -rw-r--r-- 1 jenkins jenkins 21039 Dec 15 01:32 coverage.out 01:33:12 -rw-rw-r-- 1 jenkins jenkins 6787 Dec 15 01:31 go.mod 01:33:12 -rw-rw-r-- 1 jenkins jenkins 89079 Dec 15 01:31 go.sum 01:33:12 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 01:31 internal 01:33:12 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 01:31 mock 01:33:12 -rw-rw-r-- 1 jenkins jenkins 227 Dec 15 01:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:13 + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=50cc572373e78478e9d2a8db8a4139346337b23c --label arch=amd64 --label version=4.1.0-dev.9 . 01:33:13 #0 building with "default" instance using docker driver 01:33:13 01:33:13 #1 [internal] load build definition from Dockerfile 01:33:13 #1 transferring dockerfile: 1.84kB done 01:33:13 #1 DONE 0.0s 01:33:13 01:33:13 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:33:13 #2 DONE 0.0s 01:33:13 01:33:13 #3 [internal] load metadata for docker.io/library/alpine:3.22 01:33:13 #3 DONE 0.1s 01:33:13 01:33:13 #4 [internal] load .dockerignore 01:33:13 #4 transferring context: 182B done 01:33:13 #4 DONE 0.0s 01:33:13 01:33:13 #5 [internal] load build context 01:33:13 #5 transferring context: 32.37kB 0.0s done 01:33:13 #5 DONE 0.0s 01:33:13 01:33:13 #6 [stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:33:13 #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:33:13 #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:33:13 #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:33:13 #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:33:13 #6 DONE 0.0s 01:33:13 01:33:13 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:33:13 #7 DONE 0.1s 01:33:13 01:33:13 #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:33:13 #8 0.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:33:14 #8 0.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:33:14 #8 0.760 OK: 269 MiB in 64 packages 01:33:14 #8 DONE 0.9s 01:33:14 01:33:14 #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:33:14 #9 0.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:33:14 #9 0.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:33:14 #9 0.803 (1/1) Installing dumb-init (1.2.5-r3) 01:33:14 #9 0.830 Executing busybox-1.37.0-r19.trigger 01:33:14 #9 0.838 OK: 7 MiB in 17 packages 01:33:14 #9 DONE 1.0s 01:33:14 01:33:14 #10 [builder 3/7] WORKDIR /device-mqtt-go 01:33:14 #10 DONE 0.0s 01:33:14 01:33:14 #11 [builder 4/7] COPY go.mod vendor* ./ 01:33:14 #11 DONE 0.0s 01:33:14 01:33:14 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:15 #12 DONE 0.6s 01:33:15 01:33:15 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:33:15 #13 0.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:33:15 #13 0.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:33:15 #13 ... 01:33:15 01:33:15 #14 [builder 6/7] COPY . . 01:33:15 #14 DONE 0.3s 01:33:15 01:33:15 #15 [builder 7/7] RUN make build 01:33:15 #15 0.217 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.47 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 01:33:15 #15 ... 01:33:15 01:33:15 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:33:15 #13 1.090 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:33:15 #13 1.145 Executing busybox-1.37.0-r20.post-upgrade 01:33:15 #13 1.184 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:33:15 #13 1.209 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:33:15 #13 1.239 Executing busybox-1.37.0-r20.trigger 01:33:15 #13 1.246 OK: 7 MiB in 17 packages 01:33:15 #13 DONE 1.4s 01:33:15 01:33:15 #15 [builder 7/7] RUN make build 01:33:43 #15 DONE 25.3s 01:33:43 01:33:43 #16 [stage-1 4/6] COPY --from=builder /device-mqtt-go/cmd / 01:33:43 #16 DONE 0.4s 01:33:43 01:33:43 #17 [stage-1 5/6] COPY --from=builder /device-mqtt-go/LICENSE / 01:33:43 #17 DONE 0.0s 01:33:43 01:33:43 #18 [stage-1 6/6] COPY --from=builder /device-mqtt-go/Attribution.txt / 01:33:43 #18 DONE 0.0s 01:33:43 01:33:43 #19 exporting to image 01:33:43 #19 exporting layers 01:33:43 #19 exporting layers 0.2s done 01:33:43 #19 writing image sha256:c9d89e90b7c03794ca9c8803a91487959553a94b03140ec90a07f828903fd361 done 01:33:43 #19 naming to docker.io/library/device-mqtt done 01:33:43 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:33:43 provisioning config files... 01:33:43 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config2166683634130212159tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:33:43 ---> ****-login.sh 01:33:43 nexus3.edgexfoundry.org:10001 01:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:43 Login Succeeded 01:33:43 nexus3.edgexfoundry.org:10002 01:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:43 Login Succeeded 01:33:43 nexus3.edgexfoundry.org:10003 01:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:43 Login Succeeded 01:33:43 nexus3.edgexfoundry.org:10004 01:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:43 Login Succeeded 01:33:43 ****.io 01:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:44 Login Succeeded 01:33:44 ---> ****-login.sh ends [Pipeline] } 01:33:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:33:44 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 01:33:44 50cc572373e78478e9d2a8db8a4139346337b23c 01:33:44 latest 01:33:44 4.1.0-dev.9 01:33:44 50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:33:44 main 01:33:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:45 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:45 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c 01:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 01:33:45 3cc169e0caf0: Preparing 01:33:45 9d0d801a3b2f: Preparing 01:33:45 4915f822cec7: Preparing 01:33:45 d71508b71dc2: Preparing 01:33:45 edb776f3f711: Preparing 01:33:45 256f393e029f: Preparing 01:33:45 256f393e029f: Waiting 01:33:45 edb776f3f711: Pushed 01:33:45 9d0d801a3b2f: Pushed 01:33:45 3cc169e0caf0: Pushed 01:33:45 256f393e029f: Layer already exists 01:33:45 d71508b71dc2: Pushed 01:33:51 4915f822cec7: Pushed 01:33:51 50cc572373e78478e9d2a8db8a4139346337b23c: digest: sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:51 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:52 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 01:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 01:33:52 3cc169e0caf0: Preparing 01:33:52 9d0d801a3b2f: Preparing 01:33:52 4915f822cec7: Preparing 01:33:52 d71508b71dc2: Preparing 01:33:52 edb776f3f711: Preparing 01:33:52 256f393e029f: Preparing 01:33:52 256f393e029f: Waiting 01:33:52 3cc169e0caf0: Layer already exists 01:33:52 9d0d801a3b2f: Layer already exists 01:33:52 edb776f3f711: Layer already exists 01:33:52 d71508b71dc2: Layer already exists 01:33:52 4915f822cec7: Layer already exists 01:33:52 256f393e029f: Layer already exists 01:33:52 latest: digest: sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:52 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:52 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9 01:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 01:33:52 3cc169e0caf0: Preparing 01:33:52 9d0d801a3b2f: Preparing 01:33:52 4915f822cec7: Preparing 01:33:52 d71508b71dc2: Preparing 01:33:52 edb776f3f711: Preparing 01:33:52 256f393e029f: Preparing 01:33:52 256f393e029f: Waiting 01:33:52 9d0d801a3b2f: Layer already exists 01:33:52 edb776f3f711: Layer already exists 01:33:52 d71508b71dc2: Layer already exists 01:33:52 3cc169e0caf0: Layer already exists 01:33:52 4915f822cec7: Layer already exists 01:33:52 256f393e029f: Layer already exists 01:33:52 4.1.0-dev.9: digest: sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:53 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:53 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:33:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 01:33:53 3cc169e0caf0: Preparing 01:33:53 9d0d801a3b2f: Preparing 01:33:53 4915f822cec7: Preparing 01:33:53 d71508b71dc2: Preparing 01:33:53 edb776f3f711: Preparing 01:33:53 256f393e029f: Preparing 01:33:53 256f393e029f: Waiting 01:33:53 3cc169e0caf0: Layer already exists 01:33:53 d71508b71dc2: Layer already exists 01:33:53 edb776f3f711: Layer already exists 01:33:53 9d0d801a3b2f: Layer already exists 01:33:53 4915f822cec7: Layer already exists 01:33:53 256f393e029f: Layer already exists 01:33:53 50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9: digest: sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:53 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:54 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 01:33:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 01:33:54 3cc169e0caf0: Preparing 01:33:54 9d0d801a3b2f: Preparing 01:33:54 4915f822cec7: Preparing 01:33:54 d71508b71dc2: Preparing 01:33:54 edb776f3f711: Preparing 01:33:54 256f393e029f: Preparing 01:33:54 256f393e029f: Waiting 01:33:54 edb776f3f711: Layer already exists 01:33:54 d71508b71dc2: Layer already exists 01:33:54 9d0d801a3b2f: Layer already exists 01:33:54 4915f822cec7: Layer already exists 01:33:54 3cc169e0caf0: Layer already exists 01:33:54 256f393e029f: Layer already exists 01:33:54 main: digest: sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:54 ===================================================== [Pipeline] echo 01:33:54 taggedImages: 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] echo 01:33:54 ========================================================= 01:33:54 [edgeXBuildMultiArch] RAW Config: 01:33:54 images: 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:33:54 - nexus3.edgexfoundry.org:10004/device-mqtt:main 01:33:54 settingsFile: 01:33:54 device-mqtt-go-settings 01:33:54 ========================================================= [Pipeline] node 01:34:09 Still waiting to schedule task 01:34:09 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:34:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-775021 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 01:34:34 Running in /w/workspace/device-mqtt-go/205 [Pipeline] { [Pipeline] checkout 01:34:37 The recommended git tool is: git 01:34:43 using credential edgex-jenkins-ssh 01:34:43 Cloning the remote Git repository 01:34:43 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:34:43 > git init /w/workspace/device-mqtt-go/205 # timeout=10 01:34:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:34:43 > git --version # timeout=10 01:34:43 > git --version # 'git version 2.25.1' 01:34:43 using GIT_SSH to set credentials SSH Credentials for GitHub 01:34:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:34:48 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:34:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:34:49 Avoid second fetch 01:34:49 Checking out Revision 50cc572373e78478e9d2a8db8a4139346337b23c (main) 01:34:49 Commit message: "Merge pull request #777 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.47" 01:34:49 > git config core.sparsecheckout # timeout=10 01:34:49 > git checkout -f 50cc572373e78478e9d2a8db8a4139346337b23c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:34:54 provisioning config files... 01:34:54 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/205@tmp/config4604721873543942325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:54 ---> ****-login.sh 01:34:54 nexus3.edgexfoundry.org:10001 01:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:55 Configure a credential helper to remove this warning. See 01:34:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:55 01:34:55 Login Succeeded 01:34:55 nexus3.edgexfoundry.org:10002 01:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:55 Configure a credential helper to remove this warning. See 01:34:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:55 01:34:55 Login Succeeded 01:34:55 nexus3.edgexfoundry.org:10003 01:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:55 Configure a credential helper to remove this warning. See 01:34:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:55 01:34:55 Login Succeeded 01:34:55 nexus3.edgexfoundry.org:10004 01:34:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:56 Configure a credential helper to remove this warning. See 01:34:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:56 01:34:56 Login Succeeded 01:34:56 ****.io 01:34:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:56 Configure a credential helper to remove this warning. See 01:34:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:56 01:34:56 Login Succeeded 01:34:56 ---> ****-login.sh ends [Pipeline] } 01:34:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:34:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:34:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:34:57 ========================================================= 01:34:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 01:34:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:57 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine --build-arg MAKE=echo noop --target=builder . 01:34:57 Sending build context to Docker daemon 16.16MB 01:34:58 Step 1/12 : ARG BASE=golang:1.25-alpine3.22 01:34:58 Step 2/12 : FROM ${BASE} AS builder 01:34:58 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:34:58 6b59a28fa201: Pulling fs layer 01:34:58 d32bb0dddca7: Pulling fs layer 01:34:58 5dab1238d3d9: Pulling fs layer 01:34:58 196fd7d83e7d: Pulling fs layer 01:34:58 4f4fb700ef54: Pulling fs layer 01:34:58 8ba94037c8f0: Pulling fs layer 01:34:58 deaec5988b04: Pulling fs layer 01:34:58 9f65657bb879: Pulling fs layer 01:34:58 8ba94037c8f0: Waiting 01:34:58 deaec5988b04: Waiting 01:34:58 9f65657bb879: Waiting 01:34:58 4f4fb700ef54: Waiting 01:34:58 196fd7d83e7d: Waiting 01:34:58 d32bb0dddca7: Verifying Checksum 01:34:58 d32bb0dddca7: Download complete 01:34:58 196fd7d83e7d: Download complete 01:34:58 4f4fb700ef54: Verifying Checksum 01:34:58 4f4fb700ef54: Download complete 01:34:58 8ba94037c8f0: Verifying Checksum 01:34:58 8ba94037c8f0: Download complete 01:34:58 6b59a28fa201: Verifying Checksum 01:34:58 6b59a28fa201: Download complete 01:34:59 9f65657bb879: Verifying Checksum 01:34:59 9f65657bb879: Download complete 01:34:59 5dab1238d3d9: Verifying Checksum 01:34:59 5dab1238d3d9: Download complete 01:35:00 deaec5988b04: Verifying Checksum 01:35:00 deaec5988b04: Download complete 01:35:01 6b59a28fa201: Pull complete 01:35:01 d32bb0dddca7: Pull complete 01:35:02 Running on prd-centos7-docker-4c-2g-775022 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:35:02 provisioning config files... 01:35:03 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12940755315759961741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:04 ---> ****-login.sh 01:35:04 nexus3.edgexfoundry.org:10001 01:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:04 Configure a credential helper to remove this warning. See 01:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:04 01:35:04 Login Succeeded 01:35:04 nexus3.edgexfoundry.org:10002 01:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:04 Configure a credential helper to remove this warning. See 01:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:04 01:35:04 Login Succeeded 01:35:04 nexus3.edgexfoundry.org:10003 01:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:04 Configure a credential helper to remove this warning. See 01:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:04 01:35:04 Login Succeeded 01:35:04 nexus3.edgexfoundry.org:10004 01:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:04 Configure a credential helper to remove this warning. See 01:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:04 01:35:04 Login Succeeded 01:35:04 ****.io 01:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:04 Configure a credential helper to remove this warning. See 01:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:04 01:35:04 Login Succeeded 01:35:04 ---> ****-login.sh ends [Pipeline] } 01:35:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:35:05 + docker buildx ls 01:35:05 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:35:05 default * docker 01:35:05 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:35:05 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:35:05 edgex-builder [Pipeline] sh 01:35:06 + docker buildx inspect --bootstrap 01:35:06 #1 [internal] booting buildkit 01:35:06 #1 pulling image moby/buildkit:buildx-stable-1 01:35:09 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 01:35:09 #1 creating container buildx_buildkit_edgex-builder0 01:35:10 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 01:35:10 #1 DONE 4.3s 01:35:10 Name: edgex-builder 01:35:10 Driver: docker-container 01:35:10 01:35:10 Nodes: 01:35:10 Name: edgex-builder0 01:35:10 Endpoint: unix:///var/run/docker.sock 01:35:10 Status: running 01:35:10 Buildkit: v0.26.2 01:35:10 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:35:10 + docker buildx ls 01:35:10 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:35:10 edgex-builder * docker-container 01:35:10 edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:35:10 default docker 01:35:10 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:35:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c' 01:35:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c --push - 01:35:11 #1 [internal] load build definition from Dockerfile 01:35:11 #1 transferring dockerfile: 196B done 01:35:11 #1 DONE 0.0s 01:35:11 01:35:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c 01:35:11 #2 DONE 0.1s 01:35:11 01:35:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c 01:35:11 #3 DONE 0.1s 01:35:11 01:35:11 #4 [internal] load .dockerignore 01:35:11 #4 transferring context: 2B done 01:35:11 #4 DONE 0.0s 01:35:11 01:35:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:11 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 0.0s done 01:35:11 #5 DONE 0.0s 01:35:11 01:35:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:11 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 0.0s done 01:35:11 #6 DONE 0.1s 01:35:11 01:35:11 #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 01:35:11 #7 DONE 0.0s 01:35:11 01:35:11 #8 exporting to image 01:35:11 #8 exporting layers done 01:35:11 #8 exporting manifest sha256:f649f8864964bdc7ea20ac27f07134f31727dc6cb28fece623b632734ba0c490 0.0s done 01:35:11 #8 exporting config sha256:c9d89e90b7c03794ca9c8803a91487959553a94b03140ec90a07f828903fd361 done 01:35:11 #8 exporting manifest sha256:9376e7afda311e405701f02e0c70e7143fa7b269e8e0d526e60ac550885ecf49 done 01:35:11 #8 exporting config sha256:336b782f74894afa4f401be7f01d2f138cf0e1022530024e38c2553d1af75bd5 done 01:35:11 #8 exporting manifest list sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d done 01:35:11 #8 pushing layers 0.1s done 01:35:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c@sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d 01:35:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c@sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d 0.1s done 01:35:11 #8 DONE 0.2s 01:35:11 01:35:11 1 warning found (use --debug to expand): 01:35:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:latest --push - 01:35:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest' 01:35:11 #1 [internal] load build definition from Dockerfile 01:35:11 #1 transferring dockerfile: 162B done 01:35:11 #1 DONE 0.0s 01:35:11 01:35:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest 01:35:11 #2 DONE 0.0s 01:35:11 01:35:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest 01:35:11 #3 DONE 0.0s 01:35:11 01:35:11 #4 [internal] load .dockerignore 01:35:11 #4 transferring context: 2B done 01:35:11 #4 DONE 0.0s 01:35:11 01:35:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:11 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd done 01:35:11 #5 CACHED 01:35:11 01:35:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:11 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd done 01:35:11 #6 CACHED 01:35:11 01:35:11 #7 exporting to image 01:35:11 #7 exporting layers 01:35:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:11 #7 exporting layers done 01:35:11 #7 exporting manifest sha256:f649f8864964bdc7ea20ac27f07134f31727dc6cb28fece623b632734ba0c490 done 01:35:11 #7 exporting config sha256:c9d89e90b7c03794ca9c8803a91487959553a94b03140ec90a07f828903fd361 done 01:35:11 #7 exporting manifest sha256:9376e7afda311e405701f02e0c70e7143fa7b269e8e0d526e60ac550885ecf49 done 01:35:11 #7 exporting config sha256:336b782f74894afa4f401be7f01d2f138cf0e1022530024e38c2553d1af75bd5 done 01:35:11 #7 exporting manifest list sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d done 01:35:11 #7 pushing layers 0.0s done 01:35:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d 0.1s done 01:35:11 #7 DONE 0.1s 01:35:11 01:35:11 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 01:35:11 #8 DONE 0.0s 01:35:11 01:35:11 1 warning found (use --debug to expand): 01:35:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9' 01:35:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9 --push - 01:35:12 #1 [internal] load build definition from Dockerfile 01:35:12 #1 transferring dockerfile: 167B done 01:35:12 #1 DONE 0.0s 01:35:12 01:35:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9 01:35:12 #2 DONE 0.0s 01:35:12 01:35:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9 01:35:12 #3 DONE 0.0s 01:35:12 01:35:12 #4 [internal] load .dockerignore 01:35:12 #4 transferring context: 2B done 01:35:12 #4 DONE 0.0s 01:35:12 01:35:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:12 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 0.0s done 01:35:12 #5 CACHED 01:35:12 01:35:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:12 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 0.0s done 01:35:12 #6 CACHED 01:35:12 01:35:12 #7 exporting to image 01:35:12 #7 exporting layers done 01:35:12 #7 exporting manifest sha256:f649f8864964bdc7ea20ac27f07134f31727dc6cb28fece623b632734ba0c490 done 01:35:12 #7 exporting config sha256:c9d89e90b7c03794ca9c8803a91487959553a94b03140ec90a07f828903fd361 done 01:35:12 #7 exporting manifest sha256:9376e7afda311e405701f02e0c70e7143fa7b269e8e0d526e60ac550885ecf49 done 01:35:12 #7 exporting config sha256:336b782f74894afa4f401be7f01d2f138cf0e1022530024e38c2553d1af75bd5 01:35:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:12 #7 exporting config sha256:336b782f74894afa4f401be7f01d2f138cf0e1022530024e38c2553d1af75bd5 done 01:35:12 #7 exporting manifest list sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d done 01:35:12 #7 pushing layers 0.0s done 01:35:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.9@sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d 0.1s done 01:35:12 #7 DONE 0.1s 01:35:12 01:35:12 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 01:35:12 #8 DONE 0.0s 01:35:12 01:35:12 1 warning found (use --debug to expand): 01:35:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9' 01:35:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 --push - 01:35:12 #1 [internal] load build definition from Dockerfile 01:35:12 #1 transferring dockerfile: 208B done 01:35:12 #1 DONE 0.0s 01:35:12 01:35:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:35:12 #2 DONE 0.0s 01:35:12 01:35:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:35:12 #3 DONE 0.0s 01:35:12 01:35:12 #4 [internal] load .dockerignore 01:35:12 #4 transferring context: 2B done 01:35:12 #4 DONE 0.0s 01:35:12 01:35:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:12 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 0.0s done 01:35:12 #5 CACHED 01:35:12 01:35:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:12 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 0.0s done 01:35:12 #6 CACHED 01:35:12 01:35:12 #7 exporting to image 01:35:12 #7 exporting layers done 01:35:12 #7 exporting manifest sha256:f649f8864964bdc7ea20ac27f07134f31727dc6cb28fece623b632734ba0c490 done 01:35:12 #7 exporting config sha256:c9d89e90b7c03794ca9c8803a91487959553a94b03140ec90a07f828903fd361 01:35:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:13 #7 exporting config sha256:c9d89e90b7c03794ca9c8803a91487959553a94b03140ec90a07f828903fd361 done 01:35:13 #7 exporting manifest sha256:9376e7afda311e405701f02e0c70e7143fa7b269e8e0d526e60ac550885ecf49 done 01:35:13 #7 exporting config sha256:336b782f74894afa4f401be7f01d2f138cf0e1022530024e38c2553d1af75bd5 done 01:35:13 #7 exporting manifest list sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d done 01:35:13 #7 pushing layers 0.0s done 01:35:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9@sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d 0.1s done 01:35:13 #7 DONE 0.1s 01:35:13 01:35:13 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 01:35:13 #8 DONE 0.0s 01:35:13 01:35:13 1 warning found (use --debug to expand): 01:35:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:main --push - 01:35:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:main' 01:35:13 #1 [internal] load build definition from Dockerfile 01:35:13 #1 transferring dockerfile: 160B done 01:35:13 #1 DONE 0.0s 01:35:13 01:35:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main 01:35:13 #2 DONE 0.0s 01:35:13 01:35:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main 01:35:13 #3 DONE 0.0s 01:35:13 01:35:13 #4 [internal] load .dockerignore 01:35:13 #4 transferring context: 2B done 01:35:13 #4 DONE 0.0s 01:35:13 01:35:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:13 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 0.0s done 01:35:13 #5 CACHED 01:35:13 01:35:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd 01:35:13 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:f3fc1a8618839ad3da7e914e9af6abf4ee7908133800d271f29e86043542dcdd done 01:35:13 #6 CACHED 01:35:13 01:35:13 #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 01:35:13 #7 DONE 0.0s 01:35:13 01:35:13 #8 exporting to image 01:35:13 #8 exporting layers done 01:35:13 #8 exporting manifest sha256:f649f8864964bdc7ea20ac27f07134f31727dc6cb28fece623b632734ba0c490 done 01:35:13 #8 exporting config sha256:c9d89e90b7c03794ca9c8803a91487959553a94b03140ec90a07f828903fd361 done 01:35:13 #8 exporting manifest sha256:9376e7afda311e405701f02e0c70e7143fa7b269e8e0d526e60ac550885ecf49 done 01:35:13 #8 exporting config sha256:336b782f74894afa4f401be7f01d2f138cf0e1022530024e38c2553d1af75bd5 done 01:35:13 #8 exporting manifest list sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d done 01:35:13 #8 pushing layers 0.0s done 01:35:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:b304904c9fe4f16ffa0130069a47a0cc535f89278caa35302958e3fe2ef6220d 0.1s done 01:35:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:13 #8 DONE 0.1s 01:35:13 01:35:13 1 warning found (use --debug to expand): 01:35:13  - 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 01:35:14 + '[' -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:35:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:35:14 ---> package-listing.sh 01:35:14 ++ facter osfamily 01:35:14 ++ tr '[:upper:]' '[:lower:]' 01:35:15 + OS_FAMILY=redhat 01:35:15 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 01:35:15 + START_PACKAGES=/tmp/packages_start.txt 01:35:15 + END_PACKAGES=/tmp/packages_end.txt 01:35:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:35:15 + PACKAGES=/tmp/packages_start.txt 01:35:15 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 01:35:15 + PACKAGES=/tmp/packages_end.txt 01:35:15 + case "${OS_FAMILY}" in 01:35:15 + sort 01:35:15 + rpm -qa 01:35:15 + '[' -f /tmp/packages_start.txt ']' 01:35:15 + '[' -f /tmp/packages_end.txt ']' 01:35:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:35:15 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 01:35:15 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 01:35:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 01:35: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/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:35:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:16 01:35:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:16 latest: Pulling from edgex-lftools-log-publisher 01:35:16 5eb5b503b376: Pulling fs layer 01:35:16 5c69ac0246d0: Pulling fs layer 01:35:16 ec43610c2a17: Pulling fs layer 01:35:16 3a2ae6a8a46f: Pulling fs layer 01:35:16 33b1e0a273af: Pulling fs layer 01:35:16 5d3b04190fa2: Pulling fs layer 01:35:16 2f39f015ded8: Pulling fs layer 01:35:16 3a2ae6a8a46f: Waiting 01:35:16 33b1e0a273af: Waiting 01:35:16 5d3b04190fa2: Waiting 01:35:16 2f39f015ded8: Waiting 01:35:16 5c69ac0246d0: Verifying Checksum 01:35:16 5c69ac0246d0: Download complete 01:35:16 3a2ae6a8a46f: Verifying Checksum 01:35:16 3a2ae6a8a46f: Download complete 01:35:16 33b1e0a273af: Verifying Checksum 01:35:16 33b1e0a273af: Download complete 01:35:16 5d3b04190fa2: Verifying Checksum 01:35:16 5d3b04190fa2: Download complete 01:35:16 ec43610c2a17: Verifying Checksum 01:35:16 ec43610c2a17: Download complete 01:35:17 5dab1238d3d9: Pull complete 01:35:17 196fd7d83e7d: Pull complete 01:35:17 4f4fb700ef54: Pull complete 01:35:17 8ba94037c8f0: Pull complete 01:35:17 5eb5b503b376: Verifying Checksum 01:35:17 5eb5b503b376: Download complete 01:35:17 2f39f015ded8: Verifying Checksum 01:35:17 2f39f015ded8: Download complete 01:35:18 5eb5b503b376: Pull complete 01:35:18 5c69ac0246d0: Pull complete 01:35:19 ec43610c2a17: Pull complete 01:35:19 3a2ae6a8a46f: Pull complete 01:35:19 33b1e0a273af: Pull complete 01:35:19 5d3b04190fa2: Pull complete 01:35:23 2f39f015ded8: Pull complete 01:35:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:35:23 prd-centos7-docker-4c-2g-775022 does not seem to be running inside a container 01:35:24 $ 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/edgexfoundry_device-mqtt-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/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:35:25 deaec5988b04: Pull complete 01:35:27 $ docker top 6ff296dce25348f88959d6a31b0044508132f73377ef4d1b2861211a1d5484b1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:35:27 9f65657bb879: Pull complete 01:35:27 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 01:35:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:35:27 ---> 334268110677 01:35:27 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:35:27 + touch /tmp/pre-build-complete [Pipeline] sh 01:35:27 + mkdir -p /var/log/sysstat [Pipeline] sh 01:35:28 + ls /var/log/sa-host 01:35:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:35:28 provisioning config files... 01:35:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config14313376601637936871tmp [Pipeline] { [Pipeline] echo 01:35:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:35:28 ---> create-netrc.sh [Pipeline] } 01:35:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:35:28 ---> python-tools-install.sh [Pipeline] echo 01:35:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:35:29 ---> sudo-logs.sh 01:35:29 Archiving 'sudo' log.. 01:35:29 sudo: unable to resolve host prd-centos7-docker-4c-2g-775022.novalocal: Name or service not known 01:35:29 sudo: unable to resolve host prd-centos7-docker-4c-2g-775022.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:35:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:35:29 ---> Running in a49f7cc24009 01:35:29 Removing intermediate container a49f7cc24009 01:35:29 ---> 6730de0a333e 01:35:29 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:35:29 ---> job-cost.sh 01:35:29 lf-activate-venv: SKIPPING 01:35:29 INFO: No Stack... 01:35:29 ---> Running in bebd6362a32d 01:35:29 INFO: Retrieving Pricing Info for: v3-standard-2 01:35:29 Removing intermediate container bebd6362a32d 01:35:29 ---> 8f7c2221373a 01:35:29 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:35:29 ---> Running in d7b201586289 01:35:30 INFO: Archiving Costs [Pipeline] echo 01:35:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:35:30 Removing intermediate container d7b201586289 01:35:30 ---> 495697631026 01:35:30 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:35:30 ---> Running in 6301a29512a6 01:35:30 ---> logs-deploy.sh 01:35:30 lf-activate-venv: SKIPPING 01:35:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/205 01:35:30 INFO: archiving workspace using pattern(s): 01:35:30 Removing intermediate container 6301a29512a6 01:35:30 ---> 2c0ca0d53f25 01:35:30 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:35:30 ---> Running in a7ed9bccc218 01:35:31 Archives upload complete. 01:35:31 INFO: archiving logs to Nexus 01:35:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:35:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:35:32 ---> uname -a: 01:35:32 Linux prd-centos7-docker-4c-2g-775022.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 01:35:32 01:35:32 01:35:32 ---> lscpu: 01:35:32 Architecture: x86_64 01:35:32 CPU op-mode(s): 32-bit, 64-bit 01:35:32 Byte Order: Little Endian 01:35:32 Address sizes: 40 bits physical, 48 bits virtual 01:35:32 CPU(s): 2 01:35:32 On-line CPU(s) list: 0,1 01:35:32 Thread(s) per core: 1 01:35:32 Core(s) per socket: 1 01:35:32 Socket(s): 2 01:35:32 NUMA node(s): 1 01:35:32 Vendor ID: AuthenticAMD 01:35:32 CPU family: 23 01:35:32 Model: 49 01:35:32 Model name: AMD EPYC-Rome Processor 01:35:32 Stepping: 0 01:35:32 CPU MHz: 2800.000 01:35:32 BogoMIPS: 5600.00 01:35:32 Virtualization: AMD-V 01:35:32 Hypervisor vendor: KVM 01:35:32 Virtualization type: full 01:35:32 L1d cache: 64 KiB 01:35:32 L1i cache: 64 KiB 01:35:32 L2 cache: 1 MiB 01:35:32 L3 cache: 32 MiB 01:35:32 NUMA node0 CPU(s): 0,1 01:35:32 Vulnerability Itlb multihit: Not affected 01:35:32 Vulnerability L1tf: Not affected 01:35:32 Vulnerability Mds: Not affected 01:35:32 Vulnerability Meltdown: Not affected 01:35:32 Vulnerability Mmio stale data: Not affected 01:35:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:35:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:35:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:35:32 Vulnerability Srbds: Not affected 01:35:32 Vulnerability Tsx async abort: Not affected 01:35:32 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 01:35:32 01:35:32 01:35:32 ---> nproc: 01:35:32 2 01:35:32 01:35:32 01:35:32 ---> df -h: 01:35:32 Filesystem Size Used Avail Use% Mounted on 01:35:32 overlay 40G 7.3G 33G 19% / 01:35:32 tmpfs 64M 0 64M 0% /dev 01:35:32 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:35:32 shm 64M 0 64M 0% /dev/shm 01:35:32 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:35:32 01:35:32 01:35:32 Cannot open /var/log/sysstat/sa15: No such file or directory 01:35:32 Please check if data collecting is enabled 01:35:32 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:32 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:35:32 $ docker stop --time=1 6ff296dce25348f88959d6a31b0044508132f73377ef4d1b2861211a1d5484b1 01:35:33 $ docker rm -f --volumes 6ff296dce25348f88959d6a31b0044508132f73377ef4d1b2861211a1d5484b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:35:33 [WS-CLEANUP] Deleting project workspace... 01:35:33 [WS-CLEANUP] Deferred wipeout is used... 01:35:33 [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 01:35:34 (1/4) Installing openssh-keygen (10.0_p1-r10) 01:35:34 (2/4) Installing libedit (20250104.3.1-r1) 01:35:34 (3/4) Installing openssh-client-common (10.0_p1-r10) 01:35:34 (4/4) Installing openssh-client-default (10.0_p1-r10) 01:35:34 Executing busybox-1.37.0-r19.trigger 01:35:34 OK: 259 MiB in 64 packages 01:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:34 01:35:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:34 latest: Pulling from edgex-lftools-log-publisher 01:35:34 5eb5b503b376: Pulling fs layer 01:35:34 5c69ac0246d0: Pulling fs layer 01:35:34 ec43610c2a17: Pulling fs layer 01:35:34 3a2ae6a8a46f: Pulling fs layer 01:35:34 33b1e0a273af: Pulling fs layer 01:35:34 5d3b04190fa2: Pulling fs layer 01:35:34 2f39f015ded8: Pulling fs layer 01:35:34 3a2ae6a8a46f: Waiting 01:35:34 5d3b04190fa2: Waiting 01:35:34 33b1e0a273af: Waiting 01:35:34 2f39f015ded8: Waiting 01:35:34 5c69ac0246d0: Verifying Checksum 01:35:34 5c69ac0246d0: Download complete 01:35:34 3a2ae6a8a46f: Download complete 01:35:34 33b1e0a273af: Verifying Checksum 01:35:34 33b1e0a273af: Download complete 01:35:34 ec43610c2a17: Verifying Checksum 01:35:34 ec43610c2a17: Download complete 01:35:34 5d3b04190fa2: Download complete 01:35:34 5eb5b503b376: Download complete 01:35:35 Removing intermediate container a7ed9bccc218 01:35:35 ---> c25c121ec833 01:35:35 Step 8/12 : WORKDIR /device-mqtt-go 01:35:35 ---> Running in d0a76c15016b 01:35:35 2f39f015ded8: Download complete 01:35:35 Removing intermediate container d0a76c15016b 01:35:35 ---> 936157f4610b 01:35:35 Step 9/12 : COPY go.mod vendor* ./ 01:35:35 ---> 85152e643364 01:35:35 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:35 ---> Running in 03bec5f997ed 01:35:36 5eb5b503b376: Pull complete 01:35:36 5c69ac0246d0: Pull complete 01:35:36 ec43610c2a17: Pull complete 01:35:36 3a2ae6a8a46f: Pull complete 01:35:36 33b1e0a273af: Pull complete 01:35:36 5d3b04190fa2: Pull complete 01:35:43 2f39f015ded8: Pull complete 01:35:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:35:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:35:46 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:35:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:35:46 $ docker top a3cecbd797eb9c9685289fb577cfc3423affd4a6969196b72790f43860bbff37 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:46 ---> job-cost.sh 01:35:46 lf-activate-venv: SKIPPING 01:35:46 INFO: No Stack... 01:35:47 INFO: Retrieving Pricing Info for: v3-standard-8 01:35:47 INFO: Archiving Costs [Pipeline] sh 01:35:48 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 01:35:48 + cut -d, -f6 [Pipeline] lock 01:35:48 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] 01:35:48 Resource [jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] did not exist. Created. 01:35:48 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:35:48 + echo total: 0.2199999988079071 [Pipeline] stash 01:35:48 Stashed 1 file(s) [Pipeline] } 01:35:48 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] [Pipeline] // lock [Pipeline] } 01:35:48 $ docker stop --time=1 a3cecbd797eb9c9685289fb577cfc3423affd4a6969196b72790f43860bbff37 01:35:50 $ docker rm -f --volumes a3cecbd797eb9c9685289fb577cfc3423affd4a6969196b72790f43860bbff37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:37:28 Removing intermediate container 03bec5f997ed 01:37:28 ---> 795b454fa651 01:37:28 Step 11/12 : COPY . . 01:37:28 ---> dd88464b661f 01:37:28 Step 12/12 : RUN $MAKE 01:37:28 ---> Running in 5162987ea0f5 01:37:28 noop 01:37:28 Removing intermediate container 5162987ea0f5 01:37:28 ---> cc14e64ed35b 01:37:28 Successfully built cc14e64ed35b 01:37:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:29 + docker inspect -f . ci-base-image-arm64 01:37:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:37:29 prd-ubuntu20.04-docker-arm64-4c-16g-775021 does not seem to be running inside a container 01:37:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/205 -v /w/workspace/device-mqtt-go/205:/w/workspace/device-mqtt-go/205:rw,z -v /w/workspace/device-mqtt-go/205@tmp:/w/workspace/device-mqtt-go/205@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 01:37:32 $ docker top 16248f59894e25d306f9b5a60c587846a4daad8dc149f7d0a7ff9bcd0d682528 -eo pid,comm [Pipeline] { [Pipeline] sh 01:37:33 + go version 01:37:33 go version go1.25.3 linux/arm64 [Pipeline] } 01:37:33 $ docker stop --time=1 16248f59894e25d306f9b5a60c587846a4daad8dc149f7d0a7ff9bcd0d682528 01:37:34 $ docker rm -f --volumes 16248f59894e25d306f9b5a60c587846a4daad8dc149f7d0a7ff9bcd0d682528 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:35 + docker inspect -f . ci-base-image-arm64 01:37:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:37:36 prd-ubuntu20.04-docker-arm64-4c-16g-775021 does not seem to be running inside a container 01:37:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/205 -v /w/workspace/device-mqtt-go/205:/w/workspace/device-mqtt-go/205:rw,z -v /w/workspace/device-mqtt-go/205@tmp:/w/workspace/device-mqtt-go/205@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 01:37:37 $ docker top 8dabfd3db5f61dfe3f054142308e9aab835a223c8b5466d53665c9b1dac6a875 -eo pid,comm [Pipeline] { [Pipeline] sh 01:37:37 + git config --global --add safe.directory /w/workspace/device-mqtt-go/205 [Pipeline] fileExists [Pipeline] sh 01:37:38 + make test 01:37:38 go test ./... -coverprofile=coverage.out ./... 01:37:43 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:41:54 github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements 01:41:54 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.065s coverage: 22.8% of statements 01:41:54 github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements 01:41:54 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:41:54 go vet ./... 01:42:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:42:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:42:42 ./bin/test-attribution-txt.sh [Pipeline] echo 01:42:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:42:43 $ docker stop --time=1 8dabfd3db5f61dfe3f054142308e9aab835a223c8b5466d53665c9b1dac6a875 01:42:45 $ docker rm -f --volumes 8dabfd3db5f61dfe3f054142308e9aab835a223c8b5466d53665c9b1dac6a875 [Pipeline] // withDockerContainer [Pipeline] sh 01:42:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:42:47 Warning: overwriting stash ‘coverage-report’ 01:42:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:42:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:42:48 + ls -al . 01:42:48 total 252 01:42:48 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 01:37 . 01:42:48 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 01:34 .. 01:42:48 -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 01:34 .dockerignore 01:42:48 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 01:34 .git 01:42:48 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 01:34 .github 01:42:48 -rw-rw-r-- 1 jenkins jenkins 264 Dec 15 01:34 .gitignore 01:42:48 -rw-rw-r-- 1 jenkins jenkins 359 Dec 15 01:34 .golangci.yml 01:42:48 -rw-rw-r-- 1 jenkins jenkins 21759 Dec 15 01:34 Attribution.txt 01:42:48 -rw-rw-r-- 1 jenkins jenkins 19382 Dec 15 01:34 CHANGELOG.md 01:42:48 -rw-rw-r-- 1 jenkins jenkins 1803 Dec 15 01:34 Dockerfile 01:42:48 -rw-rw-r-- 1 jenkins jenkins 677 Dec 15 01:34 GOVERNANCE.md 01:42:48 -rw-rw-r-- 1 jenkins jenkins 680 Dec 15 01:34 Jenkinsfile 01:42:48 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 15 01:34 LICENSE 01:42:48 -rw-rw-r-- 1 jenkins jenkins 2544 Dec 15 01:34 Makefile 01:42:48 -rw-rw-r-- 1 jenkins jenkins 620 Dec 15 01:34 OWNERS.md 01:42:48 -rw-rw-r-- 1 jenkins jenkins 3599 Dec 15 01:34 README.md 01:42:48 -rw-rw-r-- 1 jenkins jenkins 11 Dec 15 01:31 VERSION 01:42:48 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 01:34 bin 01:42:48 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 01:34 cmd 01:42:48 -rw-r--r-- 1 jenkins jenkins 21039 Dec 15 01:41 coverage.out 01:42:48 -rw-rw-r-- 1 jenkins jenkins 6787 Dec 15 01:34 go.mod 01:42:48 -rw-rw-r-- 1 jenkins jenkins 89079 Dec 15 01:34 go.sum 01:42:48 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 01:34 internal 01:42:48 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 01:34 mock 01:42:48 -rw-rw-r-- 1 jenkins jenkins 227 Dec 15 01:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:49 + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=50cc572373e78478e9d2a8db8a4139346337b23c --label arch=arm64 --label version=4.1.0-dev.9 . 01:42:49 Sending build context to Docker daemon 16.19MB 01:42:49 Step 1/25 : ARG BASE=golang:1.25-alpine3.22 01:42:49 Step 2/25 : FROM ${BASE} AS builder 01:42:49 ---> cc14e64ed35b 01:42:49 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:42:50 ---> Running in cb6d4b6d563b 01:42:50 Removing intermediate container cb6d4b6d563b 01:42:50 ---> 21d8bf9c3fd3 01:42:50 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:42:50 ---> Running in 7eeaf5ff6a0c 01:42:50 Removing intermediate container 7eeaf5ff6a0c 01:42:50 ---> bdf5a345c317 01:42:50 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:42:50 ---> Running in de75447fd6e8 01:42:51 Removing intermediate container de75447fd6e8 01:42:51 ---> ecabf0048d84 01:42:51 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:42:51 ---> Running in ff200d0d4ab4 01:42:51 Removing intermediate container ff200d0d4ab4 01:42:51 ---> 4c3a6e5b764b 01:42:51 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:42:51 ---> Running in 889fd5eaa387 01:42:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:42:55 OK: 259 MiB in 64 packages 01:42:56 Removing intermediate container 889fd5eaa387 01:42:56 ---> e68f3cc4063f 01:42:56 Step 8/25 : WORKDIR /device-mqtt-go 01:42:56 ---> Running in 62cf0095d1fe 01:42:56 Removing intermediate container 62cf0095d1fe 01:42:56 ---> fa9003d17bf8 01:42:56 Step 9/25 : COPY go.mod vendor* ./ 01:42:57 ---> 2e0ae528d555 01:42:57 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:57 ---> Running in 96047843d862 01:42:59 Removing intermediate container 96047843d862 01:42:59 ---> edb2a15e0b13 01:42:59 Step 11/25 : COPY . . 01:43:00 ---> cb14258ed918 01:43:00 Step 12/25 : RUN $MAKE 01:43:00 ---> Running in 799a56ef28bb 01:43:01 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.47 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 01:47:23 Removing intermediate container 799a56ef28bb 01:47:23 ---> 9a9dedbff36b 01:47:23 Step 13/25 : FROM alpine:3.22 01:47:23 3.22: Pulling from library/alpine 01:47:23 6b59a28fa201: Already exists 01:47:23 Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:47:23 Status: Downloaded newer image for alpine:3.22 01:47:23 ---> 171e65262c80 01:47:23 Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2024: IoTech Ltd' 01:47:23 ---> Running in 9d03416c4545 01:47:23 Removing intermediate container 9d03416c4545 01:47:23 ---> 0d7499445f69 01:47:23 Step 15/25 : RUN apk add --update --no-cache dumb-init 01:47:23 ---> Running in 5907faad400d 01:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:47:23 (1/1) Installing dumb-init (1.2.5-r3) 01:47:23 Executing busybox-1.37.0-r19.trigger 01:47:23 OK: 8 MiB in 17 packages 01:47:23 Removing intermediate container 5907faad400d 01:47:23 ---> 934074162f32 01:47:23 Step 16/25 : RUN apk --no-cache upgrade 01:47:23 ---> Running in 819ca2d69f37 01:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:47:23 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:47:23 Executing busybox-1.37.0-r20.post-upgrade 01:47:23 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:47:23 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:47:23 Executing busybox-1.37.0-r20.trigger 01:47:23 OK: 8 MiB in 17 packages 01:47:23 Removing intermediate container 819ca2d69f37 01:47:23 ---> ac469c931aca 01:47:23 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:47:25 ---> 62b43b39627d 01:47:25 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:47:25 ---> 05c6d84baaa6 01:47:25 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:47:25 ---> 062e08d601d6 01:47:25 Step 20/25 : EXPOSE 59982 01:47:25 ---> Running in 43567a9a991a 01:47:26 Removing intermediate container 43567a9a991a 01:47:26 ---> 00cdb459ba82 01:47:26 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:47:26 ---> Running in dcc5bd209a3c 01:47:26 Removing intermediate container dcc5bd209a3c 01:47:26 ---> 66ca5876b6b0 01:47:26 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 01:47:27 ---> Running in 854fe45038a9 01:47:27 Removing intermediate container 854fe45038a9 01:47:27 ---> ed858a299641 01:47:27 Step 23/25 : LABEL arch=arm64 01:47:27 ---> Running in 1b761bb7b4d3 01:47:27 Removing intermediate container 1b761bb7b4d3 01:47:27 ---> 7e942f5a7f2c 01:47:27 Step 24/25 : LABEL git_sha=50cc572373e78478e9d2a8db8a4139346337b23c 01:47:27 ---> Running in 30849114dac1 01:47:28 Removing intermediate container 30849114dac1 01:47:28 ---> 35ecf91a3c17 01:47:28 Step 25/25 : LABEL version=4.1.0-dev.9 01:47:28 ---> Running in bd1a437cc9a1 01:47:28 Removing intermediate container bd1a437cc9a1 01:47:28 ---> e6e0dbeafba2 01:47:28 [Warning] One or more build-args [ARCH] were not consumed 01:47:28 Successfully built e6e0dbeafba2 01:47:28 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:47:28 provisioning config files... 01:47:28 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/205@tmp/config13156722971642198879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:47:28 ---> ****-login.sh 01:47:28 nexus3.edgexfoundry.org:10001 01:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:29 Configure a credential helper to remove this warning. See 01:47:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:29 01:47:29 Login Succeeded 01:47:29 nexus3.edgexfoundry.org:10002 01:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:29 Configure a credential helper to remove this warning. See 01:47:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:29 01:47:29 Login Succeeded 01:47:29 nexus3.edgexfoundry.org:10003 01:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:30 Configure a credential helper to remove this warning. See 01:47:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:30 01:47:30 Login Succeeded 01:47:30 nexus3.edgexfoundry.org:10004 01:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:30 Configure a credential helper to remove this warning. See 01:47:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:30 01:47:30 Login Succeeded 01:47:30 ****.io 01:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:30 Configure a credential helper to remove this warning. See 01:47:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:30 01:47:30 Login Succeeded 01:47:30 ---> ****-login.sh ends [Pipeline] } 01:47:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:47:30 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 01:47:30 50cc572373e78478e9d2a8db8a4139346337b23c 01:47:30 latest 01:47:30 4.1.0-dev.9 01:47:30 50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:47:30 main 01:47:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:31 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:31 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c 01:47:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 01:47:31 07c3f99a4c38: Preparing 01:47:31 a7bd6e9cbb23: Preparing 01:47:31 dacc30da63be: Preparing 01:47:31 19d4b0f40c31: Preparing 01:47:31 156003f03ec6: Preparing 01:47:31 0e64f2360a44: Preparing 01:47:31 0e64f2360a44: Waiting 01:47:31 07c3f99a4c38: Pushed 01:47:31 a7bd6e9cbb23: Pushed 01:47:31 156003f03ec6: Pushed 01:47:31 0e64f2360a44: Layer already exists 01:47:32 19d4b0f40c31: Pushed 01:47:42 dacc30da63be: Pushed 01:47:42 50cc572373e78478e9d2a8db8a4139346337b23c: digest: sha256:30b34ad8b6170d6ff4e6e3d64fa6af0b0288768bf3a8d34ed66eb728e33f054c size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:42 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 01:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 01:47:43 07c3f99a4c38: Preparing 01:47:43 a7bd6e9cbb23: Preparing 01:47:43 dacc30da63be: Preparing 01:47:43 19d4b0f40c31: Preparing 01:47:43 156003f03ec6: Preparing 01:47:43 0e64f2360a44: Preparing 01:47:43 0e64f2360a44: Waiting 01:47:43 156003f03ec6: Layer already exists 01:47:43 19d4b0f40c31: Layer already exists 01:47:43 a7bd6e9cbb23: Layer already exists 01:47:43 dacc30da63be: Layer already exists 01:47:43 07c3f99a4c38: Layer already exists 01:47:43 0e64f2360a44: Layer already exists 01:47:43 latest: digest: sha256:30b34ad8b6170d6ff4e6e3d64fa6af0b0288768bf3a8d34ed66eb728e33f054c size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.9 01:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 01:47:44 07c3f99a4c38: Preparing 01:47:44 a7bd6e9cbb23: Preparing 01:47:44 dacc30da63be: Preparing 01:47:44 19d4b0f40c31: Preparing 01:47:44 156003f03ec6: Preparing 01:47:44 0e64f2360a44: Preparing 01:47:44 0e64f2360a44: Waiting 01:47:44 07c3f99a4c38: Layer already exists 01:47:44 dacc30da63be: Layer already exists 01:47:44 a7bd6e9cbb23: Layer already exists 01:47:44 156003f03ec6: Layer already exists 01:47:44 19d4b0f40c31: Layer already exists 01:47:44 0e64f2360a44: Layer already exists 01:47:44 4.1.0-dev.9: digest: sha256:30b34ad8b6170d6ff4e6e3d64fa6af0b0288768bf3a8d34ed66eb728e33f054c size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:45 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 01:47:45 07c3f99a4c38: Preparing 01:47:45 a7bd6e9cbb23: Preparing 01:47:45 dacc30da63be: Preparing 01:47:45 19d4b0f40c31: Preparing 01:47:45 156003f03ec6: Preparing 01:47:45 0e64f2360a44: Preparing 01:47:45 0e64f2360a44: Waiting 01:47:45 07c3f99a4c38: Layer already exists 01:47:45 a7bd6e9cbb23: Layer already exists 01:47:45 19d4b0f40c31: Layer already exists 01:47:45 dacc30da63be: Layer already exists 01:47:45 156003f03ec6: Layer already exists 01:47:45 0e64f2360a44: Layer already exists 01:47:45 50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9: digest: sha256:30b34ad8b6170d6ff4e6e3d64fa6af0b0288768bf3a8d34ed66eb728e33f054c size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:45 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:46 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 01:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 01:47:46 07c3f99a4c38: Preparing 01:47:46 a7bd6e9cbb23: Preparing 01:47:46 dacc30da63be: Preparing 01:47:46 19d4b0f40c31: Preparing 01:47:46 156003f03ec6: Preparing 01:47:46 0e64f2360a44: Preparing 01:47:46 0e64f2360a44: Waiting 01:47:46 07c3f99a4c38: Layer already exists 01:47:46 19d4b0f40c31: Layer already exists 01:47:46 dacc30da63be: Layer already exists 01:47:46 a7bd6e9cbb23: Layer already exists 01:47:46 156003f03ec6: Layer already exists 01:47:46 0e64f2360a44: Layer already exists 01:47:46 main: digest: sha256:30b34ad8b6170d6ff4e6e3d64fa6af0b0288768bf3a8d34ed66eb728e33f054c size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:46 ===================================================== [Pipeline] echo 01:47:46 taggedImages: 01:47:46 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c 01:47:46 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 01:47:46 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.9 01:47:46 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 01:47:46 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] echo 01:47:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] echo 01:47:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] echo 01:47:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.9 [Pipeline] echo 01:47:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:50cc572373e78478e9d2a8db8a4139346337b23c-4.1.0-dev.9 [Pipeline] echo 01:47:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:47:47 01:47:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:47:47 arm64: Pulling from edgex-lftools-log-publisher 01:47:47 8998bd30e6a1: Pulling fs layer 01:47:47 04944245beec: Pulling fs layer 01:47:47 699f458cf7ca: Pulling fs layer 01:47:47 765212b225bb: Pulling fs layer 01:47:47 f23df028b6ca: Pulling fs layer 01:47:47 d65c8cfc05b1: Pulling fs layer 01:47:47 2437ff75d9bd: Pulling fs layer 01:47:47 765212b225bb: Waiting 01:47:47 f23df028b6ca: Waiting 01:47:47 d65c8cfc05b1: Waiting 01:47:47 2437ff75d9bd: Waiting 01:47:47 04944245beec: Verifying Checksum 01:47:47 04944245beec: Download complete 01:47:47 765212b225bb: Verifying Checksum 01:47:47 765212b225bb: Download complete 01:47:47 f23df028b6ca: Verifying Checksum 01:47:47 f23df028b6ca: Download complete 01:47:47 d65c8cfc05b1: Download complete 01:47:47 699f458cf7ca: Verifying Checksum 01:47:47 699f458cf7ca: Download complete 01:47:48 8998bd30e6a1: Verifying Checksum 01:47:48 8998bd30e6a1: Download complete 01:47:51 2437ff75d9bd: Verifying Checksum 01:47:51 2437ff75d9bd: Download complete 01:47:53 8998bd30e6a1: Pull complete 01:47:53 04944245beec: Pull complete 01:47:55 699f458cf7ca: Pull complete 01:47:55 765212b225bb: Pull complete 01:47:56 f23df028b6ca: Pull complete 01:47:56 d65c8cfc05b1: Pull complete 01:48:15 2437ff75d9bd: Pull complete 01:48:15 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:48:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:48:15 prd-ubuntu20.04-docker-arm64-4c-16g-775021 does not seem to be running inside a container 01:48:15 $ 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-mqtt-go/205 -v /w/workspace/device-mqtt-go/205:/w/workspace/device-mqtt-go/205:rw,z -v /w/workspace/device-mqtt-go/205@tmp:/w/workspace/device-mqtt-go/205@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 01:48:18 $ docker top 7b43f7c80021e064791b8c3597d376840e584050e7ac9f1c7894604df1f6773a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:48:19 ---> job-cost.sh 01:48:19 lf-activate-venv: SKIPPING 01:48:19 INFO: No Stack... 01:48:19 INFO: Retrieving Pricing Info for: v3-standard-4 01:48:20 INFO: Archiving Costs [Pipeline] sh 01:48:21 + cat /w/workspace/device-mqtt-go/205/archives/cost.csv 01:48:21 + cut -d, -f6 [Pipeline] lock 01:48:21 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] 01:48:21 Resource [jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] did not exist. Created. 01:48:21 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:48:21 /w/workspace/device-mqtt-go/205@tmp/durable-1a6137b1/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:48:22 + echo total: 0.10999999940395355 [Pipeline] stash 01:48:22 Warning: overwriting stash ‘stack-cost’ 01:48:22 Stashed 1 file(s) [Pipeline] } 01:48:22 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-205-stack-cost] [Pipeline] // lock [Pipeline] } 01:48:22 $ docker stop --time=1 7b43f7c80021e064791b8c3597d376840e584050e7ac9f1c7894604df1f6773a 01:48:24 $ docker rm -f --volumes 7b43f7c80021e064791b8c3597d376840e584050e7ac9f1c7894604df1f6773a [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 01:48:24 provisioning config files... 01:48:24 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config683249240045130965tmp [Pipeline] { [Pipeline] sh 01:48:25 + set +x 01:48:25 + + bash -s -- 01:48:25 curl -s https://codecov.io/bash 01:48:25 01:48:25 _____ _ 01:48:25 / ____| | | 01:48:25 | | ___ __| | ___ ___ _____ __ 01:48:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:48:25 | |___| (_) | (_| | __/ (_| (_) \ V / 01:48:25 \_____\___/ \__,_|\___|\___\___/ \_/ 01:48:25 Bash-1.0.6 01:48:25 01:48:25 01:48:25 ==> git version 2.25.1 found 01:48:25 ==> 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 01:48:25 Release-Date: 2020-01-08 01:48:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:48:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:48:25 ==> Jenkins CI detected. 01:48:25 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 01:48:25 project root: . 01:48:25 --> token set from env 01:48:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:48:25 ==> Running gcov in . (disable via -X gcov) 01:48:25 ==> Python coveragepy not found 01:48:25 ==> Searching for coverage reports in: 01:48:25 + . 01:48:25 -> Found 1 reports 01:48:25 ==> Detecting git/mercurial file structure 01:48:25 ==> Reading reports 01:48:25 + ./coverage.out bytes=21039 01:48:25 ==> Appending adjustments 01:48:25 https://docs.codecov.io/docs/fixing-reports 01:48:25 + Found adjustments 01:48:25 ==> Gzipping contents 01:48:25 4.0K /tmp/codecov.tLWHfR.gz 01:48:25 ==> Uploading reports 01:48:25 url: https://codecov.io 01:48:25 query: branch=main&commit=50cc572373e78478e9d2a8db8a4139346337b23c&build=205&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F205%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:48:25 -> Pinging Codecov 01:48:25 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=50cc572373e78478e9d2a8db8a4139346337b23c&build=205&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F205%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:48:25 -> Uploading to 01:48:25 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-mqtt-go/50cc572373e78478e9d2a8db8a4139346337b23c/2171133b-5cca-4190-8d9e-e49a7ea55230.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251215%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251215T014825Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=bdeae8d17a68211f044f23dbe004bcf21e1799205dfa0f474481bbd4fd96c60d 01:48:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:48:25 Dload Upload Total Spent Left Speed 01:48:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3350 0 0 100 3350 0 21753 --:--:-- --:--:-- --:--:-- 21753 01:48:25 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] } 01:48:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:48:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:48:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:48:26 01:48:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:48:26 latest: Pulling from edgex-devops/edgex-snyk-go 01:48:26 2d35ebdb57d9: Already exists 01:48:26 85e8836fcdb2: Pulling fs layer 01:48:26 91631faa732a: Pulling fs layer 01:48:26 f3f5ae8826fa: Pulling fs layer 01:48:26 4f4fb700ef54: Pulling fs layer 01:48:26 7861252a18e6: Pulling fs layer 01:48:26 9130f900ef6f: Pulling fs layer 01:48:26 4f4fb700ef54: Waiting 01:48:26 7861252a18e6: Waiting 01:48:26 9130f900ef6f: Waiting 01:48:26 f3f5ae8826fa: Verifying Checksum 01:48:26 f3f5ae8826fa: Download complete 01:48:26 85e8836fcdb2: Verifying Checksum 01:48:26 85e8836fcdb2: Download complete 01:48:26 4f4fb700ef54: Verifying Checksum 01:48:26 4f4fb700ef54: Download complete 01:48:26 85e8836fcdb2: Pull complete 01:48:26 7861252a18e6: Verifying Checksum 01:48:26 7861252a18e6: Download complete 01:48:26 91631faa732a: Download complete 01:48:27 9130f900ef6f: Verifying Checksum 01:48:27 9130f900ef6f: Download complete 01:48:31 91631faa732a: Pull complete 01:48:31 f3f5ae8826fa: Pull complete 01:48:31 4f4fb700ef54: Pull complete 01:48:31 7861252a18e6: Pull complete 01:48:36 9130f900ef6f: Pull complete 01:48:36 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 01:48:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:48:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:48:36 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:48:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:48:39 $ docker top 6931b7bb121cc61b0be51709ef559839b9af72eeda0c75cf1b82018a1400ab44 -eo pid,comm [Pipeline] { [Pipeline] sh 01:48:39 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo 01:48:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 01:48:40 + set -o pipefail 01:48:40 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 01:48:48 01:48:48 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 01:48:48 01:48:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/50dc976c-bc48-4d3d-8d38-b54b41e157f5 01:48:48 01:48:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:48:48 01:48:48 01:48:48 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 01:48:48 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:48:48 $ docker stop --time=1 6931b7bb121cc61b0be51709ef559839b9af72eeda0c75cf1b82018a1400ab44 01:48:52 $ docker rm -f --volumes 6931b7bb121cc61b0be51709ef559839b9af72eeda0c75cf1b82018a1400ab44 [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 01:48:53 + git log --format=format:%s -1 50cc572373e78478e9d2a8db8a4139346337b23c [Pipeline] sh 01:48:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:48:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:48:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:48:54 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:48:54 $ docker top 7c9fa70b148ad8d95df87bc0d7469325222b9ed5d77ee04588944926be826bbb -eo pid,comm 01:48:54 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). 01:48:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:48:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:48:55 [ssh-agent] Looking for ssh-agent implementation... 01:48:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:48:55 $ docker exec 7c9fa70b148ad8d95df87bc0d7469325222b9ed5d77ee04588944926be826bbb ssh-agent 01:48:55 SSH_AUTH_SOCK=/tmp/ssh-Y2regfOZeEIe/agent.33 01:48:55 SSH_AGENT_PID=39 01:48:55 Running ssh-add (command line suppressed) 01:48:55 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_13723653674986547075.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_13723653674986547075.key) 01:48:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:48:55 + git semver tag 01:48:55 2025-12-15 01:48:55,866 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:48:55 2025-12-15 01:48:55,871 [run_tag] DEBUG tag force:False 01:48:55 2025-12-15 01:48:55,871 [check_head_tag] DEBUG check head tag 01:48:55 2025-12-15 01:48:55,871 [execute] INFO git cat-file --batch-check 01:48:55 2025-12-15 01:48:55,872 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) 01:48:55 2025-12-15 01:48:55,874 [execute] INFO git cat-file --batch 01:48:55 2025-12-15 01:48:55,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) 01:48:55 2025-12-15 01:48:55,884 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:48:55 2025-12-15 01:48:55,885 [execute] INFO git tag -a v4.1.0-dev.9 -m v4.1.0-dev.9 01:48:55 2025-12-15 01:48:55,885 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.9', '-m', 'v4.1.0-dev.9'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) 01:48:56 2025-12-15 01:48:55,888 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:48:56 4.1.0-dev.9 [Pipeline] } 01:48:56 $ docker exec --env ******** --env ******** 7c9fa70b148ad8d95df87bc0d7469325222b9ed5d77ee04588944926be826bbb ssh-agent -k 01:48:56 unset SSH_AUTH_SOCK; 01:48:56 unset SSH_AGENT_PID; 01:48:56 echo Agent pid 39 killed; 01:48:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:48:56 + git semver [Pipeline] } 01:48:56 $ docker stop --time=1 7c9fa70b148ad8d95df87bc0d7469325222b9ed5d77ee04588944926be826bbb 01:48:58 $ docker rm -f --volumes 7c9fa70b148ad8d95df87bc0d7469325222b9ed5d77ee04588944926be826bbb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:48:58 01:48:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:48:58 0.23.1-centos7: Pulling from edgex-lftools 01:48:58 ab5ef0e58194: Pulling fs layer 01:48:58 9712f1f96733: Pulling fs layer 01:48:58 63f879dbbcfc: Pulling fs layer 01:48:58 0d9ebad4ef96: Pulling fs layer 01:48:58 e9a5061849ea: Pulling fs layer 01:48:58 d747dcd14b5f: Pulling fs layer 01:48:58 2de7ff778b66: Pulling fs layer 01:48:58 e9a5061849ea: Waiting 01:48:58 d747dcd14b5f: Waiting 01:48:58 2de7ff778b66: Waiting 01:48:58 0d9ebad4ef96: Waiting 01:48:58 9712f1f96733: Verifying Checksum 01:48:58 9712f1f96733: Download complete 01:48:59 63f879dbbcfc: Verifying Checksum 01:48:59 63f879dbbcfc: Download complete 01:48:59 e9a5061849ea: Verifying Checksum 01:48:59 e9a5061849ea: Download complete 01:48:59 d747dcd14b5f: Download complete 01:48:59 ab5ef0e58194: Verifying Checksum 01:48:59 ab5ef0e58194: Download complete 01:48:59 0d9ebad4ef96: Verifying Checksum 01:48:59 0d9ebad4ef96: Download complete 01:48:59 2de7ff778b66: Verifying Checksum 01:48:59 2de7ff778b66: Download complete 01:49:03 ab5ef0e58194: Pull complete 01:49:03 9712f1f96733: Pull complete 01:49:03 63f879dbbcfc: Pull complete 01:49:09 0d9ebad4ef96: Pull complete 01:49:09 e9a5061849ea: Pull complete 01:49:09 d747dcd14b5f: Pull complete 01:49:11 2de7ff778b66: Pull complete 01:49:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:49:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:49:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:11 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:49:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:49:15 $ docker top 06dca651d6b576c43e1280e5df2789cd57b8f109ea39bdb175189cb510522546 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:49:15 provisioning config files... 01:49:15 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config510144008420972493tmp 01:49:15 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13794203721901632366tmp 01:49:15 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9289904063270482240tmp [Pipeline] { [Pipeline] echo 01:49:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:49:16 ---> sigul-configuration.sh 01:49:16 gpg: directory `/root/.gnupg' created 01:49:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:49:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:49:16 gpg: keyring `/root/.gnupg/secring.gpg' created 01:49:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:49:16 gpg: CAST5 encrypted data 01:49:16 gpg: encrypted with 1 passphrase 01:49:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:49:16 + mkdir /home/jenkins 01:49:16 + mkdir /home/jenkins/sigul [Pipeline] sh 01:49:16 + 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 01:49:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:49:17 ---> sigul-install.sh 01:49:17 Sigul already installed; skipping installation. [Pipeline] sh 01:49:17 + git tag --list 01:49:17 0.7.1 01:49:17 v1.0.0 01:49:17 v1.1.0 01:49:17 v1.1.1 01:49:17 v1.2.2 01:49:17 v1.3.0 01:49:17 v1.3.1 01:49:17 v2.0.0 01:49:17 v2.1.0 01:49:17 v2.1.1 01:49:17 v2.2.0 01:49:17 v2.3.0 01:49:17 v3.0 01:49:17 v3.0.0 01:49:17 v3.1 01:49:17 v3.1.0 01:49:17 v3.1.1 01:49:17 v4.0 01:49:17 v4.0.0 01:49:17 v4.0.1 01:49:17 v4.0.1-dev.1 01:49:17 v4.1.0-dev.1 01:49:17 v4.1.0-dev.2 01:49:17 v4.1.0-dev.3 01:49:17 v4.1.0-dev.4 01:49:17 v4.1.0-dev.5 01:49:17 v4.1.0-dev.6 01:49:17 v4.1.0-dev.7 01:49:17 v4.1.0-dev.8 01:49:17 v4.1.0-dev.9 [Pipeline] sh 01:49:17 + lftools sign git-tag v4.1.0-dev.9 01:49:18 Signing Git tag with Sigul... 01:49:18 Signing v4.1.0-dev.9 [Pipeline] echo 01:49:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:49:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:49:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:49:18 $ docker stop --time=1 06dca651d6b576c43e1280e5df2789cd57b8f109ea39bdb175189cb510522546 01:49:20 $ docker rm -f --volumes 06dca651d6b576c43e1280e5df2789cd57b8f109ea39bdb175189cb510522546 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:49:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:49:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:49:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:21 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:49:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:49:21 $ docker top ad0f6ea7a37e62581a4992c51c2096b52c9d90df29450a699d84fb05f4bfdfdf -eo pid,comm 01:49:21 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:49:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:49:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:21 [ssh-agent] Looking for ssh-agent implementation... 01:49:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:21 $ docker exec ad0f6ea7a37e62581a4992c51c2096b52c9d90df29450a699d84fb05f4bfdfdf ssh-agent 01:49:21 SSH_AUTH_SOCK=/tmp/ssh-wiYJPyuRL7Tl/agent.33 01:49:21 SSH_AGENT_PID=39 01:49:21 Running ssh-add (command line suppressed) 01:49:21 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11700991047459864477.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11700991047459864477.key) 01:49:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:22 + git semver bump pre 01:49:22 2025-12-15 01:49:22,353 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:49:22 2025-12-15 01:49:22,356 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:49:22 2025-12-15 01:49:22,356 [bump_version] DEBUG bumping version:4.1.0-dev.9 on axis:pre with prefix:dev 01:49:22 2025-12-15 01:49:22,356 [bump_version] DEBUG bumped version:4.1.0-dev.10 01:49:22 2025-12-15 01:49:22,356 [write_version] DEBUG write version:4.1.0-dev.10 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 01:49:22 2025-12-15 01:49:22,356 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:49:22 2025-12-15 01:49:22,357 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:49:22 2025-12-15 01:49:22,358 [execute] INFO git cat-file --batch-check 01:49:22 2025-12-15 01:49:22,358 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:49:22 2025-12-15 01:49:22,362 [execute] INFO git cat-file --batch 01:49:22 2025-12-15 01:49:22,362 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:49:22 2025-12-15 01:49:22,365 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:49:22 4.1.0-dev.10 [Pipeline] } 01:49:22 $ docker exec --env ******** --env ******** ad0f6ea7a37e62581a4992c51c2096b52c9d90df29450a699d84fb05f4bfdfdf ssh-agent -k 01:49:22 unset SSH_AUTH_SOCK; 01:49:22 unset SSH_AGENT_PID; 01:49:22 echo Agent pid 39 killed; 01:49:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:22 + git semver [Pipeline] } 01:49:23 $ docker stop --time=1 ad0f6ea7a37e62581a4992c51c2096b52c9d90df29450a699d84fb05f4bfdfdf 01:49:24 $ docker rm -f --volumes ad0f6ea7a37e62581a4992c51c2096b52c9d90df29450a699d84fb05f4bfdfdf [Pipeline] // withDockerContainer [Pipeline] sh 01:49:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:49:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:49:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:25 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:49:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:49:25 $ docker top 7548d5fe820e86e2786700e7f2049e842921fe26006cf29bad7263f06993bc97 -eo pid,comm 01:49:25 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). 01:49:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:49:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:25 [ssh-agent] Looking for ssh-agent implementation... 01:49:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:25 $ docker exec 7548d5fe820e86e2786700e7f2049e842921fe26006cf29bad7263f06993bc97 ssh-agent 01:49:25 SSH_AUTH_SOCK=/tmp/ssh-0GZHaSmqn3qP/agent.32 01:49:25 SSH_AGENT_PID=38 01:49:25 Running ssh-add (command line suppressed) 01:49:25 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_2667891222944399732.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_2667891222944399732.key) 01:49:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:26 + git semver push 01:49:26 2025-12-15 01:49:26,355 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:49:26 2025-12-15 01:49:26,359 [run_push] DEBUG push 01:49:26 2025-12-15 01:49:26,359 [execute] INFO git cat-file --batch-check 01:49:26 2025-12-15 01:49:26,359 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:49:26 2025-12-15 01:49:26,361 [execute] INFO git rev-list 16667ad53326d3048454b53f5d45e5517dc1c605 -- 01:49:26 2025-12-15 01:49:26,361 [execute] DEBUG Popen(['git', 'rev-list', '16667ad53326d3048454b53f5d45e5517dc1c605', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:49:26 2025-12-15 01:49:26,367 [execute] INFO git fetch -v -- origin 01:49:26 2025-12-15 01:49:26,367 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 01:49:26 2025-12-15 01:49:26,868 [run_push] DEBUG no remote changes detected 01:49:26 2025-12-15 01:49:26,869 [execute] INFO git push origin semver 01:49:26 2025-12-15 01:49:26,869 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:49:27 2025-12-15 01:49:27,576 [run_push] DEBUG push all version tags 01:49:27 2025-12-15 01:49:27,576 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:49:27 2025-12-15 01:49:27,577 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) 01:49:28 2025-12-15 01:49:28,249 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 01:49:28 4.1.0-dev.10 [Pipeline] } 01:49:28 $ docker exec --env ******** --env ******** 7548d5fe820e86e2786700e7f2049e842921fe26006cf29bad7263f06993bc97 ssh-agent -k 01:49:28 unset SSH_AUTH_SOCK; 01:49:28 unset SSH_AGENT_PID; 01:49:28 echo Agent pid 38 killed; 01:49:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:28 + git semver [Pipeline] } 01:49:29 $ docker stop --time=1 7548d5fe820e86e2786700e7f2049e842921fe26006cf29bad7263f06993bc97 01:49:30 $ docker rm -f --volumes 7548d5fe820e86e2786700e7f2049e842921fe26006cf29bad7263f06993bc97 [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 01:49:31 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 01:49:31 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 01:49:31 total 16 01:49:31 drwxr-xr-x 3 root root 4096 Dec 15 01:35 . 01:49:31 drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 01:49 .. 01:49:31 drwxr-xr-x 2 root root 4096 Dec 15 01:35 cost 01:49:31 -rw-r--r-- 1 root root 86 Dec 15 01:35 cost.csv 01:49:31 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 01:49:31 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 01:49:31 total 16 01:49:31 drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 01:35 . 01:49:31 drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 01:49 .. 01:49:31 drwxr-xr-x 2 jenkins jenkins 4096 Dec 15 01:35 cost 01:49:31 -rw-r--r-- 1 jenkins jenkins 86 Dec 15 01:35 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:49:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:49:32 ---> package-listing.sh 01:49:32 ++ facter osfamily 01:49:32 ++ tr '[:upper:]' '[:lower:]' 01:49:32 + OS_FAMILY=debian 01:49:32 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 01:49:32 + START_PACKAGES=/tmp/packages_start.txt 01:49:32 + END_PACKAGES=/tmp/packages_end.txt 01:49:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:49:32 + PACKAGES=/tmp/packages_start.txt 01:49:32 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 01:49:32 + PACKAGES=/tmp/packages_end.txt 01:49:32 + case "${OS_FAMILY}" in 01:49:32 + dpkg -l 01:49:32 + grep '^ii' 01:49:32 + '[' -f /tmp/packages_start.txt ']' 01:49:32 + '[' -f /tmp/packages_end.txt ']' 01:49:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:49:32 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 01:49:32 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 01:49:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 01:49:32 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/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:49:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:33 prd-ubuntu20.04-docker-8c-8g-775019 does not seem to be running inside a container 01:49:33 $ 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/edgexfoundry_device-mqtt-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/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 01:49:33 $ docker top 7bb5980a76e621f1ace9f497758fef8614efde9984dfedc29372a6639c16a2a2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:49:34 + touch /tmp/pre-build-complete [Pipeline] sh 01:49:34 + mkdir -p /var/log/sysstat [Pipeline] sh 01:49:34 + ls /var/log/sa-host 01:49:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:49:34 provisioning config files... 01:49:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config14491738634686363476tmp [Pipeline] { [Pipeline] echo 01:49:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:49:34 ---> create-netrc.sh [Pipeline] } 01:49:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:49:35 ---> python-tools-install.sh [Pipeline] echo 01:49:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:49:35 ---> sudo-logs.sh 01:49:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:49:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:49:35 ---> job-cost.sh 01:49:35 lf-activate-venv: SKIPPING 01:49:35 DEBUG: total: 0.2199999988079071 01:49:35 INFO: Retrieving Stack Cost... 01:49:36 INFO: Retrieving Pricing Info for: v3-standard-8 01:49:36 INFO: Archiving Costs [Pipeline] echo 01:49:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:49:36 ---> logs-deploy.sh 01:49:36 lf-activate-venv: SKIPPING 01:49:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/205 01:49:36 INFO: archiving workspace using pattern(s): 01:49:37 Archives upload complete. 01:49:37 INFO: archiving logs to Nexus