Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fe4f556c946f4493b6493c09fb17b56dde351f31 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-ssh7267488393523340820.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3627429934624747885.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh5671157924595578132.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11368244726986160046.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-ssh7360439557274931667.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] ========================================================= [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.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 ‘prd-ubuntu20.04-docker-8c-8g-4839’ Running on prd-ubuntu20.04-docker-8c-8g-4847 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 fe4f556c946f4493b6493c09fb17b56dde351f31 (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 > git config core.sparsecheckout # timeout=10 > git checkout -f fe4f556c946f4493b6493c09fb17b56dde351f31 # timeout=10 Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#744)" > git rev-list --no-walk cd3c9672bc7e677ee544375ab4ea4dc728bfac3d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:53:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:53:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:53:13 ========================================================= 10:53:13 EdgeX Global Pipelines Version Info 10:53:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:53:14 ------------------- 10:53:14 stable info: 10:53:14 ------------------- 10:53:14 Commited By: Ginny Guan ginny@iotechsys.com 10:53:14 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 10:53:14 Message: update stable to v1.0.274 10:53:15 ------------------- 10:53:15 experimental info: 10:53:15 ------------------- 10:53:15 Commited By: Ginny Guan ginny@iotechsys.com 10:53:15 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 10:53:15 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:53:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:53:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:53:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:53:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:53:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo 10:53:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe4f556 [Pipeline] echo 10:53:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:53:16 provisioning config files... 10:53:16 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1037354917541088907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:53:16 ---> ****-login.sh 10:53:16 nexus3.edgexfoundry.org:10001 10:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:16 10:53:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:16 Configure a credential helper to remove this warning. See 10:53:16 https://docs.****.com/go/credential-store/ 10:53:16 10:53:16 Login Succeeded 10:53:16 nexus3.edgexfoundry.org:10002 10:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:16 10:53:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:16 Configure a credential helper to remove this warning. See 10:53:16 https://docs.****.com/go/credential-store/ 10:53:16 10:53:16 Login Succeeded 10:53:16 nexus3.edgexfoundry.org:10003 10:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:16 10:53:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:16 Configure a credential helper to remove this warning. See 10:53:16 https://docs.****.com/go/credential-store/ 10:53:16 10:53:16 Login Succeeded 10:53:16 nexus3.edgexfoundry.org:10004 10:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:17 10:53:17 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:17 Configure a credential helper to remove this warning. See 10:53:17 https://docs.****.com/go/credential-store/ 10:53:17 10:53:17 Login Succeeded 10:53:17 ****.io 10:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:17 10:53:17 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:17 Configure a credential helper to remove this warning. See 10:53:17 https://docs.****.com/go/credential-store/ 10:53:17 10:53:17 Login Succeeded 10:53:17 ---> ****-login.sh ends [Pipeline] } 10:53:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:53:17 + git rev-list -1 --merges fe4f556c946f4493b6493c09fb17b56dde351f31~1..fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo 10:53:17 -----------> git rev-list -1 --merges fe4f556c946f4493b6493c09fb17b56dde351f31~1..fe4f556c946f4493b6493c09fb17b56dde351f31 fe4f556c946f4493b6493c09fb17b56dde351f31 [false] [Pipeline] sh 10:53:17 + git log --format=format:%s -1 fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo 10:53:17 ========================================================= 10:53:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:53:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:53:18 + git log --format=format:%s -1 fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo 10:53:18 [semverPrep] GIT_COMMIT: fe4f556c946f4493b6493c09fb17b56dde351f31, Commit Message: build: Upgrade SDK to v4.1.0-dev.21 (#744) [Pipeline] echo 10:53:18 [semverPrep] This is not a build commit. [Pipeline] sh 10:53:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:53:18 + grep -v github /etc/ssh/ssh_known_hosts 10:53:18 + [ -e /tmp/ssh_known_hosts ] 10:53:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:53:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:53:18 + sudo tee -a /etc/ssh/ssh_known_hosts 10:53:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:19 10:53:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:19 0.1.4: Pulling from edgex-devops/py-git-semver 10:53:19 3dae71ba6b94: Pulling fs layer 10:53:19 6bf1a483ea7c: Pulling fs layer 10:53:19 f5dfc541a4d3: Pulling fs layer 10:53:19 461d9e800cba: Pulling fs layer 10:53:19 80192f66455f: Pulling fs layer 10:53:19 2e8e34ca0e6c: Pulling fs layer 10:53:19 a29436f7fd5d: Pulling fs layer 10:53:19 923cac83aea3: Pulling fs layer 10:53:19 25ad8b0a4227: Pulling fs layer 10:53:19 db01528c6b51: Pulling fs layer 10:53:19 28988de357af: Pulling fs layer 10:53:19 80192f66455f: Waiting 10:53:19 2e8e34ca0e6c: Waiting 10:53:19 a29436f7fd5d: Waiting 10:53:19 923cac83aea3: Waiting 10:53:19 25ad8b0a4227: Waiting 10:53:19 db01528c6b51: Waiting 10:53:19 28988de357af: Waiting 10:53:19 461d9e800cba: Waiting 10:53:19 6bf1a483ea7c: Verifying Checksum 10:53:19 6bf1a483ea7c: Download complete 10:53:19 461d9e800cba: Verifying Checksum 10:53:19 461d9e800cba: Download complete 10:53:19 80192f66455f: Verifying Checksum 10:53:19 80192f66455f: Download complete 10:53:19 f5dfc541a4d3: Verifying Checksum 10:53:19 f5dfc541a4d3: Download complete 10:53:19 3dae71ba6b94: Verifying Checksum 10:53:19 3dae71ba6b94: Download complete 10:53:19 923cac83aea3: Verifying Checksum 10:53:19 923cac83aea3: Download complete 10:53:19 25ad8b0a4227: Verifying Checksum 10:53:19 25ad8b0a4227: Download complete 10:53:19 db01528c6b51: Download complete 10:53:19 28988de357af: Verifying Checksum 10:53:19 28988de357af: Download complete 10:53:19 a29436f7fd5d: Verifying Checksum 10:53:19 a29436f7fd5d: Download complete 10:53:20 2e8e34ca0e6c: Verifying Checksum 10:53:20 2e8e34ca0e6c: Download complete 10:53:20 3dae71ba6b94: Pull complete 10:53:20 6bf1a483ea7c: Pull complete 10:53:21 f5dfc541a4d3: Pull complete 10:53:21 461d9e800cba: Pull complete 10:53:21 80192f66455f: Pull complete 10:53:24 2e8e34ca0e6c: Pull complete 10:53:25 a29436f7fd5d: Pull complete 10:53:25 923cac83aea3: Pull complete 10:53:25 25ad8b0a4227: Pull complete 10:53:25 db01528c6b51: Pull complete 10:53:25 28988de357af: Pull complete 10:53:25 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:53:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:53:25 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 10:53: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:53:28 $ docker top 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 -eo pid,comm 10:53:28 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). 10:53:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:53:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:53:28 [ssh-agent] Looking for ssh-agent implementation... 10:53:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:53:28 $ docker exec 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent 10:53:28 SSH_AUTH_SOCK=/tmp/ssh-XxQEHUu5tX25/agent.31 10:53:28 SSH_AGENT_PID=37 10:53:28 Running ssh-add (command line suppressed) 10:53:28 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6157206214049646429.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6157206214049646429.key) 10:53:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:53:29 + git tag --points-at HEAD [Pipeline] } 10:53:29 $ docker exec --env ******** --env ******** 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent -k 10:53:29 unset SSH_AUTH_SOCK; 10:53:29 unset SSH_AGENT_PID; 10:53:29 echo Agent pid 37 killed; 10:53:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:53:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:53:29 [ssh-agent] Looking for ssh-agent implementation... 10:53:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:53:29 $ docker exec 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent 10:53:29 SSH_AUTH_SOCK=/tmp/ssh-xpCh0vmtrmKA/agent.70 10:53:29 SSH_AGENT_PID=76 10:53:29 Running ssh-add (command line suppressed) 10:53:29 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_18031259962651460222.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_18031259962651460222.key) 10:53:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:53:29 + git semver init 10:53:30 2025-07-09 10:53:30,168 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:53:30 2025-07-09 10:53:30,172 [run_init] DEBUG init version:0.0.0 force:False 10:53:30 2025-07-09 10:53:30,173 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 10:53:30 2025-07-09 10:53:30,174 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 10:53:30 2025-07-09 10:53:30,174 [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) 10:53:31 2025-07-09 10:53:31,490 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 10:53:31 2025-07-09 10:53:31,491 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 10:53:31 2025-07-09 10:53:31,491 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 10:53:31 2025-07-09 10:53:31,491 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 10:53:31 4.1.0-dev.1 [Pipeline] } 10:53:31 $ docker exec --env ******** --env ******** 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 ssh-agent -k 10:53:31 unset SSH_AUTH_SOCK; 10:53:31 unset SSH_AGENT_PID; 10:53:31 echo Agent pid 76 killed; 10:53:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:53:32 + git semver [Pipeline] } 10:53:32 $ docker stop --time=1 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 10:53:33 $ docker rm -f --volumes 872ea9f1aef89975a546a0e247cb1fd163e263f0348d943cc4c4804d13a3ddf3 [Pipeline] // withDockerContainer [Pipeline] sh 10:53:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:53:34 Stashed 1 file(s) [Pipeline] echo 10:53:34 [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:53:34 provisioning config files... 10:53:34 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config3834293997349949463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:53:34 ---> ****-login.sh 10:53:34 nexus3.edgexfoundry.org:10001 10:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:34 Login Succeeded 10:53:34 nexus3.edgexfoundry.org:10002 10:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:34 Login Succeeded 10:53:34 nexus3.edgexfoundry.org:10003 10:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:34 Login Succeeded 10:53:34 nexus3.edgexfoundry.org:10004 10:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:34 Login Succeeded 10:53:34 ****.io 10:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:35 Login Succeeded 10:53:35 ---> ****-login.sh ends [Pipeline] } 10:53:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:53:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:53:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:53:35 ========================================================= 10:53:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:53:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:35 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 10:53:36 #0 building with "default" instance using docker driver 10:53:36 10:53:36 #1 [internal] load build definition from Dockerfile 10:53:36 #1 transferring dockerfile: 1.84kB done 10:53:36 #1 DONE 0.0s 10:53:36 10:53:36 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:53:36 #2 DONE 0.1s 10:53:36 10:53:36 #3 [internal] load .dockerignore 10:53:36 #3 transferring context: 182B done 10:53:36 #3 DONE 0.0s 10:53:36 10:53:36 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 10:53:36 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 10:53:36 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 10:53:36 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0B / 3.63MB 0.1s 10:53:36 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 10:53:36 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 1.05MB / 74.06MB 0.1s 10:53:36 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s 10:53:36 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 10:53:36 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 10:53:36 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 10:53:36 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 9.44MB / 74.06MB 0.2s 10:53:36 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 10:53:36 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 10:53:36 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 10:53:36 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0B / 2.38MB 0.2s 10:53:36 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0B / 100.52MB 0.2s 10:53:36 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 10:53:36 #4 ... 10:53:36 10:53:36 #5 [internal] load build context 10:53:36 #5 transferring context: 30.62MB 0.2s done 10:53:36 #5 DONE 0.3s 10:53:36 10:53:36 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 10:53:36 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 20.97MB / 74.06MB 0.3s 10:53:36 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 10:53:36 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 10:53:36 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s 10:53:36 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s 10:53:36 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 29.36MB / 74.06MB 0.4s 10:53:36 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 2.10MB / 13.29MB 0.4s 10:53:36 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done 10:53:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 60.82MB / 74.06MB 0.6s 10:53:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 27.26MB / 100.52MB 0.6s 10:53:37 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s 10:53:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s 10:53:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 51.38MB / 100.52MB 0.8s 10:53:37 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s done 10:53:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.9s done 10:53:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 67.11MB / 100.52MB 0.9s 10:53:37 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 10:53:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 85.98MB / 100.52MB 1.0s 10:53:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s 10:53:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.3s done 10:53:41 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.6s done 10:53:41 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 10:53:41 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 10:53:41 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 10:53:41 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 10:53:41 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 10:53:41 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 10:53:41 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 10:53:43 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.9s done 10:53:43 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 10:53:44 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.4s done 10:53:44 #4 DONE 7.5s 10:53:44 10:53:44 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 10:53:44 #6 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:53:44 #6 0.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:53:44 #6 0.684 (1/4) Installing openssh-keygen (9.7_p1-r5) 10:53:44 #6 0.691 (2/4) Installing libedit (20240517.3.1-r0) 10:53:44 #6 0.696 (3/4) Installing openssh-client-common (9.7_p1-r5) 10:53:44 #6 0.720 (4/4) Installing openssh-client-default (9.7_p1-r5) 10:53:44 #6 0.730 Executing busybox-1.36.1-r29.trigger 10:53:44 #6 0.739 OK: 252 MiB in 62 packages 10:53:47 #6 DONE 3.5s 10:53:47 10:53:47 #7 [builder 3/7] WORKDIR /device-mqtt-go 10:53:47 #7 DONE 0.0s 10:53:47 10:53:47 #8 [builder 4/7] COPY go.mod vendor* ./ 10:53:47 #8 DONE 0.0s 10:53:47 10:53:47 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:49 Still waiting to schedule task 10:53:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:54:34 #9 DONE 40.9s 10:54:34 10:54:34 #10 [builder 6/7] COPY . . 10:54:34 #10 DONE 0.2s 10:54:34 10:54:34 #11 [builder 7/7] RUN echo noop 10:54:34 #11 0.185 noop 10:54:34 #11 DONE 0.2s 10:54:34 10:54:34 #12 exporting to image 10:54:34 #12 exporting layers 10:54:35 #12 exporting layers 6.5s done 10:54:35 #12 writing image sha256:6865df5726c1c9fcf63f86dbd00768b0a3181a0a9391c972a7be9356763db5c2 done 10:54:35 #12 naming to docker.io/library/ci-base-image-x86_64 done 10:54:35 #12 DONE 6.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:35 + docker inspect -f . ci-base-image-x86_64 10:54:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:54:35 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 10:54:35 $ 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 10:54:36 $ docker top d59590e473b48f22938d04cfb3cf40753c14976b4c69f783d0a2e9754cd8567a -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:36 + go version 10:54:36 go version go1.23.9 linux/amd64 [Pipeline] } 10:54:36 $ docker stop --time=1 d59590e473b48f22938d04cfb3cf40753c14976b4c69f783d0a2e9754cd8567a 10:54:37 $ docker rm -f --volumes d59590e473b48f22938d04cfb3cf40753c14976b4c69f783d0a2e9754cd8567a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:38 + docker inspect -f . ci-base-image-x86_64 10:54:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:54:38 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 10:54:38 $ 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 10:54:38 $ docker top a29576f338c9369db6f033e67f9b1dfe787d86e8d8e0260e2ef5f957c049bbaa -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:38 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 10:54:39 + make test 10:54:39 go test ./... -coverprofile=coverage.out ./... 10:54:40 ? github.com/edgexfoundry/device-mqtt-go [no test files] 10:54:58 github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements 10:54:58 github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements 10:54:58 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.008s coverage: 22.8% of statements 10:55:06 go vet ./... 10:55:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:55:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:55:12 ./bin/test-attribution-txt.sh [Pipeline] echo 10:55:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 10:55:12 $ docker stop --time=1 a29576f338c9369db6f033e67f9b1dfe787d86e8d8e0260e2ef5f957c049bbaa 10:55:14 $ docker rm -f --volumes a29576f338c9369db6f033e67f9b1dfe787d86e8d8e0260e2ef5f957c049bbaa [Pipeline] // withDockerContainer [Pipeline] sh 10:55:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:55:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:55:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:55:16 + ls -al . 10:55:16 total 252 10:55:16 drwxrwxr-x 9 jenkins jenkins 4096 Jul 9 10:54 . 10:55:16 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:53 .. 10:55:16 -rw-rw-r-- 1 jenkins jenkins 140 Jul 9 10:53 .dockerignore 10:55:16 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:54 .git 10:55:16 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:53 .github 10:55:16 -rw-rw-r-- 1 jenkins jenkins 264 Jul 9 10:53 .gitignore 10:55:16 -rw-rw-r-- 1 jenkins jenkins 41 Jul 9 10:53 .golangci.yml 10:55:16 drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:53 .semver 10:55:16 -rw-rw-r-- 1 jenkins jenkins 19745 Jul 9 10:53 Attribution.txt 10:55:16 -rw-rw-r-- 1 jenkins jenkins 19382 Jul 9 10:53 CHANGELOG.md 10:55:16 -rw-rw-r-- 1 jenkins jenkins 1803 Jul 9 10:53 Dockerfile 10:55:16 -rw-rw-r-- 1 jenkins jenkins 677 Jul 9 10:53 GOVERNANCE.md 10:55:16 -rw-rw-r-- 1 jenkins jenkins 657 Jul 9 10:53 Jenkinsfile 10:55:16 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 9 10:53 LICENSE 10:55:16 -rw-rw-r-- 1 jenkins jenkins 2545 Jul 9 10:53 Makefile 10:55:16 -rw-rw-r-- 1 jenkins jenkins 620 Jul 9 10:53 OWNERS.md 10:55:16 -rw-rw-r-- 1 jenkins jenkins 3599 Jul 9 10:53 README.md 10:55:16 -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION 10:55:16 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:53 bin 10:55:16 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:53 cmd 10:55:16 -rw-r--r-- 1 jenkins jenkins 21039 Jul 9 10:54 coverage.out 10:55:16 -rw-rw-r-- 1 jenkins jenkins 6203 Jul 9 10:53 go.mod 10:55:16 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 9 10:53 go.sum 10:55:16 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:53 internal 10:55:16 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:53 mock 10:55:16 -rw-rw-r-- 1 jenkins jenkins 227 Jul 9 10:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:16 + 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=fe4f556c946f4493b6493c09fb17b56dde351f31 --label arch=amd64 --label version=4.1.0-dev.1 . 10:55:16 #0 building with "default" instance using docker driver 10:55:16 10:55:16 #1 [internal] load build definition from Dockerfile 10:55:16 #1 transferring dockerfile: 1.84kB done 10:55:16 #1 DONE 0.0s 10:55:16 10:55:16 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:55:16 #2 DONE 0.0s 10:55:16 10:55:16 #3 [internal] load metadata for docker.io/library/alpine:3.20 10:55:16 #3 DONE 0.1s 10:55:16 10:55:16 #4 [internal] load .dockerignore 10:55:16 #4 transferring context: 182B done 10:55:16 #4 DONE 0.0s 10:55:16 10:55:16 #5 [internal] load build context 10:55:16 #5 transferring context: 33.79kB 0.0s done 10:55:16 #5 DONE 0.0s 10:55:16 10:55:16 #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:55:16 #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:55:16 #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:55:16 #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:55:16 #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:55:16 #6 DONE 0.1s 10:55:16 10:55:16 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:55:16 #7 DONE 0.1s 10:55:16 10:55:16 #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 10:55:17 #8 0.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:55:17 #8 0.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:55:17 #8 0.524 (1/1) Installing dumb-init (1.2.5-r3) 10:55:17 #8 0.529 Executing busybox-1.36.1-r29.trigger 10:55:17 #8 0.534 OK: 8 MiB in 15 packages 10:55:17 #8 DONE 0.6s 10:55:17 10:55:17 #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 10:55:17 #9 0.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:55:17 #9 0.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:55:17 #9 0.700 OK: 252 MiB in 62 packages 10:55:17 #9 DONE 0.8s 10:55:17 10:55:17 #10 [builder 3/7] WORKDIR /device-mqtt-go 10:55:17 #10 DONE 0.0s 10:55:17 10:55:17 #11 [builder 4/7] COPY go.mod vendor* ./ 10:55:17 #11 DONE 0.0s 10:55:17 10:55:17 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #12 DONE 0.4s 10:55:18 10:55:18 #13 [stage-1 3/6] RUN apk --no-cache upgrade 10:55:18 #13 0.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:55:18 #13 0.382 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:55:18 #13 0.632 OK: 8 MiB in 15 packages 10:55:18 #13 DONE 0.7s 10:55:18 10:55:18 #14 [builder 6/7] COPY . . 10:55:18 #14 DONE 0.3s 10:55:18 10:55:18 #15 [builder 7/7] RUN make build 10:55:18 #15 0.285 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 10:55:40 #15 DONE 22.1s 10:55:40 10:55:40 #16 [stage-1 4/6] COPY --from=builder /device-mqtt-go/cmd / 10:55:40 #16 DONE 0.2s 10:55:40 10:55:40 #17 [stage-1 5/6] COPY --from=builder /device-mqtt-go/LICENSE / 10:55:40 #17 DONE 0.0s 10:55:40 10:55:40 #18 [stage-1 6/6] COPY --from=builder /device-mqtt-go/Attribution.txt / 10:55:40 #18 DONE 0.0s 10:55:40 10:55:40 #19 exporting to image 10:55:40 #19 exporting layers 0.1s done 10:55:41 #19 writing image sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done 10:55:41 #19 naming to docker.io/library/device-mqtt done 10:55:41 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:55:41 provisioning config files... 10:55:41 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5060379650892173592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:41 ---> ****-login.sh 10:55:41 nexus3.edgexfoundry.org:10001 10:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:41 Login Succeeded 10:55:41 nexus3.edgexfoundry.org:10002 10:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:41 Login Succeeded 10:55:41 nexus3.edgexfoundry.org:10003 10:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:41 Login Succeeded 10:55:41 nexus3.edgexfoundry.org:10004 10:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:41 Login Succeeded 10:55:41 ****.io 10:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:42 Login Succeeded 10:55:42 ---> ****-login.sh ends [Pipeline] } 10:55:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:55:42 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 10:55:42 fe4f556c946f4493b6493c09fb17b56dde351f31 10:55:42 latest 10:55:42 4.1.0-dev.1 10:55:42 fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 10:55:42 main 10:55:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:42 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:42 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 10:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 10:55:42 7cad887c7a4b: Preparing 10:55:42 bc157b743cbb: Preparing 10:55:42 31aa8c214b95: Preparing 10:55:42 12ccbaf89021: Preparing 10:55:42 a41218c5a26f: Preparing 10:55:42 994456c4fd7b: Preparing 10:55:42 994456c4fd7b: Waiting 10:55:42 7cad887c7a4b: Pushed 10:55:42 bc157b743cbb: Pushed 10:55:42 12ccbaf89021: Pushed 10:55:42 994456c4fd7b: Layer already exists 10:55:42 a41218c5a26f: Pushed 10:55:47 31aa8c214b95: Pushed 10:55:47 fe4f556c946f4493b6493c09fb17b56dde351f31: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:47 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:47 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 10:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 10:55:47 7cad887c7a4b: Preparing 10:55:47 bc157b743cbb: Preparing 10:55:47 31aa8c214b95: Preparing 10:55:47 12ccbaf89021: Preparing 10:55:47 a41218c5a26f: Preparing 10:55:47 994456c4fd7b: Preparing 10:55:47 994456c4fd7b: Waiting 10:55:47 bc157b743cbb: Layer already exists 10:55:47 31aa8c214b95: Layer already exists 10:55:47 7cad887c7a4b: Layer already exists 10:55:47 a41218c5a26f: Layer already exists 10:55:47 12ccbaf89021: Layer already exists 10:55:47 994456c4fd7b: Layer already exists 10:55:47 latest: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:48 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:48 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 10:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 10:55:48 7cad887c7a4b: Preparing 10:55:48 bc157b743cbb: Preparing 10:55:48 31aa8c214b95: Preparing 10:55:48 12ccbaf89021: Preparing 10:55:48 a41218c5a26f: Preparing 10:55:48 994456c4fd7b: Preparing 10:55:48 994456c4fd7b: Waiting 10:55:48 31aa8c214b95: Layer already exists 10:55:48 7cad887c7a4b: Layer already exists 10:55:48 12ccbaf89021: Layer already exists 10:55:48 a41218c5a26f: Layer already exists 10:55:48 bc157b743cbb: Layer already exists 10:55:48 994456c4fd7b: Layer already exists 10:55:48 4.1.0-dev.1: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:48 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:49 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 10:55:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 10:55:49 7cad887c7a4b: Preparing 10:55:49 bc157b743cbb: Preparing 10:55:49 31aa8c214b95: Preparing 10:55:49 12ccbaf89021: Preparing 10:55:49 a41218c5a26f: Preparing 10:55:49 994456c4fd7b: Preparing 10:55:49 994456c4fd7b: Waiting 10:55:49 a41218c5a26f: Layer already exists 10:55:49 12ccbaf89021: Layer already exists 10:55:49 bc157b743cbb: Layer already exists 10:55:49 31aa8c214b95: Layer already exists 10:55:49 7cad887c7a4b: Layer already exists 10:55:49 994456c4fd7b: Layer already exists 10:55:49 fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:49 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:50 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 10:55:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 10:55:50 7cad887c7a4b: Preparing 10:55:50 bc157b743cbb: Preparing 10:55:50 31aa8c214b95: Preparing 10:55:50 12ccbaf89021: Preparing 10:55:50 a41218c5a26f: Preparing 10:55:50 994456c4fd7b: Preparing 10:55:50 994456c4fd7b: Waiting 10:55:50 a41218c5a26f: Layer already exists 10:55:50 7cad887c7a4b: Layer already exists 10:55:50 31aa8c214b95: Layer already exists 10:55:50 bc157b743cbb: Layer already exists 10:55:50 12ccbaf89021: Layer already exists 10:55:50 994456c4fd7b: Layer already exists 10:55:50 main: digest: sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:50 ===================================================== [Pipeline] echo 10:55:50 taggedImages: 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] echo 10:55:50 ========================================================= 10:55:50 [edgeXBuildMultiArch] RAW Config: 10:55:50 images: 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 10:55:50 - nexus3.edgexfoundry.org:10004/device-mqtt:main 10:55:50 settingsFile: 10:55:50 device-mqtt-go-settings 10:55:50 ========================================================= [Pipeline] node 10:56:05 Still waiting to schedule task 10:56:05 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4843’ 10:56:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4854 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 10:56:41 Running in /w/workspace/device-mqtt-go/194 [Pipeline] { [Pipeline] checkout 10:56:44 The recommended git tool is: git 10:56:50 using credential edgex-jenkins-ssh 10:56:50 Cloning the remote Git repository 10:56:50 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 10:56:51 > git init /w/workspace/device-mqtt-go/194 # timeout=10 10:56:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 10:56:51 > git --version # timeout=10 10:56:51 > git --version # 'git version 2.25.1' 10:56:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:56:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:55 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 10:56:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:56 Avoid second fetch 10:56:56 Checking out Revision fe4f556c946f4493b6493c09fb17b56dde351f31 (main) 10:56:56 > git config core.sparsecheckout # timeout=10 10:56:57 > git checkout -f fe4f556c946f4493b6493c09fb17b56dde351f31 # timeout=10 10:56:57 Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#744)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:57:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:57:28 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:28 Dload Upload Total Spent Left Speed 10:57:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k [Pipeline] sh 10:57:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:57:29 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:57:29 + sudo tee /etc/docker/daemon.new 10:57:29 { 10:57:29 "registry-mirrors": [ 10:57:29 "https://nexus3.edgexfoundry.org:10001" 10:57:29 ], 10:57:29 "bip": "10.250.0.254/24", 10:57:29 "hosts": [ 10:57:29 "tcp://0.0.0.0:5555", 10:57:29 "unix:///var/run/docker.sock" 10:57:29 ], 10:57:29 "mtu": 1458, 10:57:29 "selinux-enabled": true, 10:57:29 "seccomp-profile": "/etc/docker/seccomp.json" 10:57:29 } [Pipeline] sh 10:57:29 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:57:30 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:57:48 provisioning config files... 10:57:48 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/194@tmp/config16910117648595786509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:57:49 ---> ****-login.sh 10:57:49 nexus3.edgexfoundry.org:10001 10:57:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:49 Configure a credential helper to remove this warning. See 10:57:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:49 10:57:49 Login Succeeded 10:57:49 nexus3.edgexfoundry.org:10002 10:57:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:50 Configure a credential helper to remove this warning. See 10:57:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:50 10:57:50 Login Succeeded 10:57:50 nexus3.edgexfoundry.org:10003 10:57:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:50 Configure a credential helper to remove this warning. See 10:57:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:50 10:57:50 Login Succeeded 10:57:50 nexus3.edgexfoundry.org:10004 10:57:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:51 Configure a credential helper to remove this warning. See 10:57:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:51 10:57:51 Login Succeeded 10:57:51 ****.io 10:57:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:51 Configure a credential helper to remove this warning. See 10:57:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:51 10:57:51 Login Succeeded 10:57:51 ---> ****-login.sh ends [Pipeline] } 10:57:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:57:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:57:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:57:51 ========================================================= 10:57:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:57:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:52 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 10:57:52 Sending build context to Docker daemon 15.47MB 10:57:52 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 10:57:52 Step 2/12 : FROM ${BASE} AS builder 10:57:52 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:57:52 94e9d8af2201: Pulling fs layer 10:57:52 a6c56e8762df: Pulling fs layer 10:57:52 f0f3c8884826: Pulling fs layer 10:57:52 c7e7622c144d: Pulling fs layer 10:57:52 4f4fb700ef54: Pulling fs layer 10:57:52 e8859aadc426: Pulling fs layer 10:57:52 b4813487a9f6: Pulling fs layer 10:57:52 502a3d64fb4b: Pulling fs layer 10:57:52 e8859aadc426: Waiting 10:57:52 c7e7622c144d: Waiting 10:57:52 4f4fb700ef54: Waiting 10:57:52 b4813487a9f6: Waiting 10:57:52 502a3d64fb4b: Waiting 10:57:52 a6c56e8762df: Verifying Checksum 10:57:52 a6c56e8762df: Download complete 10:57:52 c7e7622c144d: Verifying Checksum 10:57:52 c7e7622c144d: Download complete 10:57:52 4f4fb700ef54: Verifying Checksum 10:57:52 4f4fb700ef54: Download complete 10:57:52 e8859aadc426: Verifying Checksum 10:57:52 e8859aadc426: Download complete 10:57:52 94e9d8af2201: Download complete 10:57:53 502a3d64fb4b: Verifying Checksum 10:57:53 502a3d64fb4b: Download complete 10:57:53 94e9d8af2201: Pull complete 10:57:54 a6c56e8762df: Pull complete 10:57:54 f0f3c8884826: Verifying Checksum 10:57:54 f0f3c8884826: Download complete 10:57:55 b4813487a9f6: Verifying Checksum 10:57:55 b4813487a9f6: Download complete 10:58:05 Running on prd-centos7-docker-4c-2g-4860 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:58:05 provisioning config files... 10:58:05 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17039932758591311608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:58:07 ---> ****-login.sh 10:58:07 nexus3.edgexfoundry.org:10001 10:58:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:58:08 Configure a credential helper to remove this warning. See 10:58:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:58:08 10:58:08 Login Succeeded 10:58:08 nexus3.edgexfoundry.org:10002 10:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:58:09 Configure a credential helper to remove this warning. See 10:58:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:58:09 10:58:09 Login Succeeded 10:58:09 nexus3.edgexfoundry.org:10003 10:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:58:09 Configure a credential helper to remove this warning. See 10:58:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:58:09 10:58:09 Login Succeeded 10:58:09 nexus3.edgexfoundry.org:10004 10:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:58:09 Configure a credential helper to remove this warning. See 10:58:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:58:09 10:58:09 Login Succeeded 10:58:09 ****.io 10:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:58:09 Configure a credential helper to remove this warning. See 10:58:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:58:09 10:58:09 Login Succeeded 10:58:09 ---> ****-login.sh ends [Pipeline] } 10:58:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:58:10 + docker buildx ls 10:58:10 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:58:10 default * docker 10:58:10 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:58:10 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 10:58:10 edgex-builder [Pipeline] sh 10:58:10 f0f3c8884826: Pull complete 10:58:10 c7e7622c144d: Pull complete 10:58:10 4f4fb700ef54: Pull complete 10:58:10 e8859aadc426: Pull complete 10:58:10 + docker buildx inspect --bootstrap 10:58:10 #1 [internal] booting buildkit 10:58:10 #1 pulling image moby/buildkit:buildx-stable-1 10:58:14 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 10:58:14 #1 creating container buildx_buildkit_edgex-builder0 10:58:14 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 10:58:14 #1 DONE 4.3s 10:58:14 Name: edgex-builder 10:58:14 Driver: docker-container 10:58:14 10:58:14 Nodes: 10:58:14 Name: edgex-builder0 10:58:14 Endpoint: unix:///var/run/docker.sock 10:58:14 Status: running 10:58:14 Buildkit: v0.22.0 10:58:14 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 10:58:15 + docker buildx ls 10:58:15 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:58:15 edgex-builder * docker-container 10:58:15 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 10:58:15 default docker 10:58:15 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:58:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31' 10:58:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 --push - 10:58:15 #1 [internal] load build definition from Dockerfile 10:58:15 #1 transferring dockerfile: 196B done 10:58:15 #1 DONE 0.0s 10:58:15 10:58:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 10:58:15 #2 DONE 0.1s 10:58:15 10:58:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31 10:58:15 #3 DONE 0.1s 10:58:15 10:58:15 #4 [internal] load .dockerignore 10:58:15 #4 transferring context: 2B done 10:58:15 #4 DONE 0.0s 10:58:15 10:58:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:15 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done 10:58:15 #5 DONE 0.0s 10:58:15 10:58:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:15 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done 10:58:15 #6 DONE 0.1s 10:58:15 10:58:15 #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 10:58:15 #7 DONE 0.0s 10:58:15 10:58:15 #8 exporting to image 10:58:15 #8 exporting layers done 10:58:15 #8 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done 10:58:15 #8 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done 10:58:15 #8 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done 10:58:15 #8 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done 10:58:15 #8 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done 10:58:15 #8 pushing layers 0.1s done 10:58:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 10:58:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:58:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done 10:58:16 #8 DONE 0.2s 10:58:16 10:58:16 1 warning found (use --debug to expand): 10:58:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:58:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest' 10:58:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:latest --push - 10:58:16 #1 [internal] load build definition from Dockerfile 10:58:16 #1 transferring dockerfile: 162B done 10:58:16 #1 DONE 0.0s 10:58:16 10:58:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest 10:58:16 #2 DONE 0.0s 10:58:16 10:58:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:latest 10:58:16 #3 DONE 0.0s 10:58:16 10:58:16 #4 [internal] load .dockerignore 10:58:16 #4 transferring context: 2B done 10:58:16 #4 DONE 0.0s 10:58:16 10:58:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:16 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done 10:58:16 #5 DONE 0.0s 10:58:16 10:58:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:16 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done 10:58:16 #6 CACHED 10:58:16 10:58:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:16 #5 CACHED 10:58:16 10:58:16 #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 10:58:16 #7 DONE 0.0s 10:58:16 10:58:16 #8 exporting to image 10:58:16 #8 exporting layers done 10:58:16 #8 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done 10:58:16 #8 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done 10:58:16 #8 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done 10:58:16 #8 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done 10:58:16 #8 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done 10:58:16 #8 pushing layers 0.0s done 10:58:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:latest@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done 10:58:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:58:16 #8 DONE 0.1s 10:58:16 10:58:16 1 warning found (use --debug to expand): 10:58:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:58:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1' 10:58:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 --push - 10:58:17 #1 [internal] load build definition from Dockerfile 10:58:17 #1 transferring dockerfile: 167B done 10:58:17 #1 DONE 0.0s 10:58:17 10:58:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 10:58:17 #2 DONE 0.0s 10:58:17 10:58:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1 10:58:17 #3 DONE 0.0s 10:58:17 10:58:17 #4 [internal] load .dockerignore 10:58:17 #4 transferring context: 2B done 10:58:17 #4 DONE 0.0s 10:58:17 10:58:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:17 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done 10:58:17 #5 DONE 0.0s 10:58:17 10:58:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:17 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done 10:58:17 #6 CACHED 10:58:17 10:58:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:17 #5 CACHED 10:58:17 10:58:17 #7 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 10:58:17 #7 DONE 0.0s 10:58:17 10:58:17 #8 exporting to image 10:58:17 #8 exporting layers done 10:58:17 #8 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done 10:58:17 #8 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done 10:58:17 #8 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done 10:58:17 #8 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done 10:58:17 #8 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done 10:58:17 #8 pushing layers 0.0s done 10:58:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:4.1.0-dev.1@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done 10:58:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:58:17 #8 DONE 0.1s 10:58:17 10:58:17 1 warning found (use --debug to expand): 10:58:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:58:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1' 10:58:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 --push - 10:58:17 #1 [internal] load build definition from Dockerfile 10:58:17 #1 transferring dockerfile: 208B done 10:58:17 #1 DONE 0.0s 10:58:17 10:58:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 10:58:17 #2 DONE 0.0s 10:58:17 10:58:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 10:58:17 #3 DONE 0.0s 10:58:17 10:58:17 #4 [internal] load .dockerignore 10:58:17 #4 transferring context: 2B done 10:58:17 #4 DONE 0.0s 10:58:17 10:58:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:17 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done 10:58:17 #5 CACHED 10:58:17 10:58:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:17 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done 10:58:17 #6 CACHED 10:58:17 10:58:17 #7 exporting to image 10:58:17 #7 exporting layers done 10:58:17 #7 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done 10:58:17 #7 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done 10:58:17 #7 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done 10:58:17 #7 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done 10:58:17 #7 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done 10:58:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:58:17 #7 pushing layers 0.0s done 10:58:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done 10:58:17 #7 DONE 0.1s 10:58:17 10:58:17 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 10:58:17 #8 DONE 0.0s 10:58:17 10:58:17 1 warning found (use --debug to expand): 10:58:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:58:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-mqtt:main' 10:58:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-mqtt:main --push - 10:58:18 #1 [internal] load build definition from Dockerfile 10:58:18 #1 transferring dockerfile: 160B done 10:58:18 #1 DONE 0.0s 10:58:18 10:58:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main 10:58:18 #2 DONE 0.0s 10:58:18 10:58:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-mqtt:main 10:58:18 #3 DONE 0.0s 10:58:18 10:58:18 #4 [internal] load .dockerignore 10:58:18 #4 transferring context: 2B done 10:58:18 #4 DONE 0.0s 10:58:18 10:58:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:18 #5 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd done 10:58:18 #5 CACHED 10:58:18 10:58:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 10:58:18 #6 resolve nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:dee31dfb818b3294b5eebbb1a229b97c9442b4900b62eb66e41d45485a33a7cd 0.0s done 10:58:18 #6 CACHED 10:58:18 10:58:18 #7 exporting to image 10:58:18 #7 exporting layers done 10:58:18 #7 exporting manifest sha256:b27c9c220ec125845831c4d86cb513d222df2dc23ea076e91e3f92ba3c5a5100 done 10:58:18 #7 exporting config sha256:d86cd0b0e5169239a7395abd537949f00fda36270b313d5625988925ff6886fd done 10:58:18 #7 exporting manifest sha256:4e71870c2e3688dbca01340cfdb7717efbb52ff7d815d360ea1b5659e494501d done 10:58:18 #7 exporting config sha256:472c9454e8f7362688e0101cb011bfca556057b95414164f835ea542d24386e3 done 10:58:18 #7 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 10:58:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:58:18 #7 exporting manifest list sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d done 10:58:18 #7 pushing layers 0.0s done 10:58:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-mqtt:main@sha256:2ae1cd1616f281be6f5ff6dc55480a54b5bc96b46501cf3621c88989ef17899d 0.1s done 10:58:18 #7 DONE 0.1s 10:58:18 10:58:18 #8 [auth] device-mqtt:pull,push token for nexus3.edgexfoundry.org:10004 10:58:18 #8 DONE 0.0s 10:58:18 10:58:18 1 warning found (use --debug to expand): 10:58:18  - 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 10:58:18 + '[' -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 10:58:18 b4813487a9f6: Pull complete 10:58:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:58:19 ---> package-listing.sh 10:58:19 ++ facter osfamily 10:58:19 ++ tr '[:upper:]' '[:lower:]' 10:58:19 + OS_FAMILY=redhat 10:58:19 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 10:58:19 + START_PACKAGES=/tmp/packages_start.txt 10:58:19 + END_PACKAGES=/tmp/packages_end.txt 10:58:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:58:19 + PACKAGES=/tmp/packages_start.txt 10:58:19 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 10:58:19 + PACKAGES=/tmp/packages_end.txt 10:58:19 + case "${OS_FAMILY}" in 10:58:19 + rpm -qa 10:58:19 + sort 10:58:20 502a3d64fb4b: Pull complete 10:58:20 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 10:58:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:58:20 ---> 3bb21d53e231 10:58:20 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:58:20 + '[' -f /tmp/packages_start.txt ']' 10:58:20 + '[' -f /tmp/packages_end.txt ']' 10:58:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:58:20 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 10:58:20 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 10:58:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 10:58:20 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 10:58:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:21 10:58:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:21 latest: Pulling from edgex-lftools-log-publisher 10:58:21 5eb5b503b376: Pulling fs layer 10:58:21 5c69ac0246d0: Pulling fs layer 10:58:21 ec43610c2a17: Pulling fs layer 10:58:21 3a2ae6a8a46f: Pulling fs layer 10:58:21 33b1e0a273af: Pulling fs layer 10:58:21 5d3b04190fa2: Pulling fs layer 10:58:21 2f39f015ded8: Pulling fs layer 10:58:21 3a2ae6a8a46f: Waiting 10:58:21 33b1e0a273af: Waiting 10:58:21 5d3b04190fa2: Waiting 10:58:21 2f39f015ded8: Waiting 10:58:21 5c69ac0246d0: Verifying Checksum 10:58:21 5c69ac0246d0: Download complete 10:58:21 3a2ae6a8a46f: Verifying Checksum 10:58:21 3a2ae6a8a46f: Download complete 10:58:21 ec43610c2a17: Verifying Checksum 10:58:21 ec43610c2a17: Download complete 10:58:21 33b1e0a273af: Verifying Checksum 10:58:21 33b1e0a273af: Download complete 10:58:21 5d3b04190fa2: Verifying Checksum 10:58:21 5d3b04190fa2: Download complete 10:58:21 5eb5b503b376: Verifying Checksum 10:58:21 5eb5b503b376: Download complete 10:58:22 ---> Running in d5786274fda2 10:58:22 Removing intermediate container d5786274fda2 10:58:22 ---> ceebde7a1803 10:58:22 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:58:22 2f39f015ded8: Verifying Checksum 10:58:22 2f39f015ded8: Download complete 10:58:22 ---> Running in d0a885c04cc5 10:58:22 Removing intermediate container d0a885c04cc5 10:58:22 ---> ce21859e3de9 10:58:22 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 10:58:23 ---> Running in 018e2d125f09 10:58:23 Removing intermediate container 018e2d125f09 10:58:23 ---> d2f1467fdaf7 10:58:23 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:58:23 ---> Running in 43fd9d921f71 10:58:23 5eb5b503b376: Pull complete 10:58:23 5c69ac0246d0: Pull complete 10:58:23 ec43610c2a17: Pull complete 10:58:23 3a2ae6a8a46f: Pull complete 10:58:23 33b1e0a273af: Pull complete 10:58:23 5d3b04190fa2: Pull complete 10:58:24 Removing intermediate container 43fd9d921f71 10:58:24 ---> cd816531e67e 10:58:24 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:58:24 ---> Running in 0a5b35052a75 10:58:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:58:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:58:28 (1/4) Installing openssh-keygen (9.7_p1-r5) 10:58:28 (2/4) Installing libedit (20240517.3.1-r0) 10:58:28 (3/4) Installing openssh-client-common (9.7_p1-r5) 10:58:28 (4/4) Installing openssh-client-default (9.7_p1-r5) 10:58:28 Executing busybox-1.36.1-r29.trigger 10:58:28 OK: 244 MiB in 62 packages 10:58:28 2f39f015ded8: Pull complete 10:58:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:58:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:58:28 prd-centos7-docker-4c-2g-4860 does not seem to be running inside a container 10:58:28 $ 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 10:58:29 Removing intermediate container 0a5b35052a75 10:58:29 ---> dc66e39ea359 10:58:29 Step 8/12 : WORKDIR /device-mqtt-go 10:58:29 ---> Running in c1b110ff151a 10:58:29 Removing intermediate container c1b110ff151a 10:58:29 ---> f4e6a39fa3f4 10:58:29 Step 9/12 : COPY go.mod vendor* ./ 10:58:29 ---> df3465452432 10:58:29 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:58:29 ---> Running in b001a880e69b 10:58:31 $ docker top 3c2d4830602c35fe22d42b2138e2e3c40c83e5579e13147f77e345769001ca9f -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:31 + touch /tmp/pre-build-complete [Pipeline] sh 10:58:32 + mkdir -p /var/log/sysstat [Pipeline] sh 10:58:32 + ls /var/log/sa-host 10:58:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:58:32 provisioning config files... 10:58:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1519645414684387874tmp [Pipeline] { [Pipeline] echo 10:58:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:58:32 ---> create-netrc.sh [Pipeline] } 10:58:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:58:33 ---> python-tools-install.sh [Pipeline] echo 10:58:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:58:33 ---> sudo-logs.sh 10:58:33 Archiving 'sudo' log.. 10:58:33 sudo: unable to resolve host prd-centos7-docker-4c-2g-4860.novalocal: Name or service not known 10:58:33 sudo: unable to resolve host prd-centos7-docker-4c-2g-4860.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 10:58:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:58:33 ---> job-cost.sh 10:58:33 lf-activate-venv: SKIPPING 10:58:33 INFO: No Stack... 10:58:33 INFO: Retrieving Pricing Info for: v3-standard-2 10:58:34 INFO: Archiving Costs [Pipeline] echo 10:58:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:58:34 ---> logs-deploy.sh 10:58:34 lf-activate-venv: SKIPPING 10:58:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/194 10:58:34 INFO: archiving workspace using pattern(s): 10:58:35 Archives upload complete. 10:58:35 INFO: archiving logs to Nexus 10:58:36 ---> uname -a: 10:58:36 Linux prd-centos7-docker-4c-2g-4860.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 10:58:36 10:58:36 10:58:36 ---> lscpu: 10:58:36 Architecture: x86_64 10:58:36 CPU op-mode(s): 32-bit, 64-bit 10:58:36 Byte Order: Little Endian 10:58:36 Address sizes: 40 bits physical, 48 bits virtual 10:58:36 CPU(s): 2 10:58:36 On-line CPU(s) list: 0,1 10:58:36 Thread(s) per core: 1 10:58:36 Core(s) per socket: 1 10:58:36 Socket(s): 2 10:58:36 NUMA node(s): 1 10:58:36 Vendor ID: AuthenticAMD 10:58:36 CPU family: 23 10:58:36 Model: 49 10:58:36 Model name: AMD EPYC-Rome Processor 10:58:36 Stepping: 0 10:58:36 CPU MHz: 2800.000 10:58:36 BogoMIPS: 5600.00 10:58:36 Virtualization: AMD-V 10:58:36 Hypervisor vendor: KVM 10:58:36 Virtualization type: full 10:58:36 L1d cache: 64 KiB 10:58:36 L1i cache: 64 KiB 10:58:36 L2 cache: 1 MiB 10:58:36 L3 cache: 32 MiB 10:58:36 NUMA node0 CPU(s): 0,1 10:58:36 Vulnerability Itlb multihit: Not affected 10:58:36 Vulnerability L1tf: Not affected 10:58:36 Vulnerability Mds: Not affected 10:58:36 Vulnerability Meltdown: Not affected 10:58:36 Vulnerability Mmio stale data: Not affected 10:58:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:58:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:58:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:58:36 Vulnerability Srbds: Not affected 10:58:36 Vulnerability Tsx async abort: Not affected 10:58:36 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 10:58:36 10:58:36 10:58:36 ---> nproc: 10:58:36 2 10:58:36 10:58:36 10:58:36 ---> df -h: 10:58:36 Filesystem Size Used Avail Use% Mounted on 10:58:36 overlay 40G 7.3G 33G 19% / 10:58:36 tmpfs 64M 0 64M 0% /dev 10:58:36 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:58:36 shm 64M 0 64M 0% /dev/shm 10:58:36 /dev/vda1 40G 7.3G 33G 19% /facter-os 10:58:36 10:58:36 10:58:36 Cannot open /var/log/sysstat/sa09: No such file or directory 10:58:36 Please check if data collecting is enabled 10:58:36 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:36 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 10:58:36 $ docker stop --time=1 3c2d4830602c35fe22d42b2138e2e3c40c83e5579e13147f77e345769001ca9f 10:58:37 $ docker rm -f --volumes 3c2d4830602c35fe22d42b2138e2e3c40c83e5579e13147f77e345769001ca9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 10:58:37 [WS-CLEANUP] Deleting project workspace... 10:58:37 [WS-CLEANUP] Deferred wipeout is used... 10:58:37 [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 10:58:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:38 10:58:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:38 latest: Pulling from edgex-lftools-log-publisher 10:58:38 5eb5b503b376: Pulling fs layer 10:58:38 5c69ac0246d0: Pulling fs layer 10:58:38 ec43610c2a17: Pulling fs layer 10:58:38 3a2ae6a8a46f: Pulling fs layer 10:58:38 33b1e0a273af: Pulling fs layer 10:58:38 5d3b04190fa2: Pulling fs layer 10:58:38 2f39f015ded8: Pulling fs layer 10:58:38 33b1e0a273af: Waiting 10:58:38 5d3b04190fa2: Waiting 10:58:38 2f39f015ded8: Waiting 10:58:38 3a2ae6a8a46f: Waiting 10:58:38 5c69ac0246d0: Download complete 10:58:38 3a2ae6a8a46f: Verifying Checksum 10:58:38 3a2ae6a8a46f: Download complete 10:58:38 33b1e0a273af: Verifying Checksum 10:58:38 33b1e0a273af: Download complete 10:58:38 ec43610c2a17: Verifying Checksum 10:58:38 ec43610c2a17: Download complete 10:58:38 5d3b04190fa2: Download complete 10:58:38 5eb5b503b376: Verifying Checksum 10:58:38 5eb5b503b376: Download complete 10:58:39 2f39f015ded8: Verifying Checksum 10:58:39 2f39f015ded8: Download complete 10:58:40 5eb5b503b376: Pull complete 10:58:40 5c69ac0246d0: Pull complete 10:58:40 ec43610c2a17: Pull complete 10:58:40 3a2ae6a8a46f: Pull complete 10:58:40 33b1e0a273af: Pull complete 10:58:40 5d3b04190fa2: Pull complete 10:58:45 2f39f015ded8: Pull complete 10:58:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:58:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:58:46 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 10:58: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 10:58:48 $ docker top 109145129c65edca9760565a6eb609316bf83ba40477efd4697649daea44a810 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:58:48 ---> job-cost.sh 10:58:48 lf-activate-venv: SKIPPING 10:58:48 INFO: No Stack... 10:58:49 INFO: Retrieving Pricing Info for: v3-standard-8 10:58:49 INFO: Archiving Costs [Pipeline] sh 10:58:49 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 10:58:49 + cut -d, -f6 [Pipeline] lock 10:58:49 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] 10:58:49 Resource [jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] did not exist. Created. 10:58:49 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:58:49 + echo total: 0.2199999988079071 [Pipeline] stash 10:58:49 Stashed 1 file(s) [Pipeline] } 10:58:49 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } 10:58:50 $ docker stop --time=1 109145129c65edca9760565a6eb609316bf83ba40477efd4697649daea44a810 10:58:51 $ docker rm -f --volumes 109145129c65edca9760565a6eb609316bf83ba40477efd4697649daea44a810 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:00:51 Removing intermediate container b001a880e69b 11:00:51 ---> e37340caf789 11:00:51 Step 11/12 : COPY . . 11:00:53 ---> 4f5865c4480c 11:00:53 Step 12/12 : RUN $MAKE 11:00:53 ---> Running in e08115f8c47f 11:00:53 noop 11:00:55 Removing intermediate container e08115f8c47f 11:00:55 ---> 4aba8ce0050c 11:00:55 Successfully built 4aba8ce0050c 11:00:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:55 + docker inspect -f . ci-base-image-arm64 11:00:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:56 prd-ubuntu20.04-docker-arm64-4c-16g-4854 does not seem to be running inside a container 11:00:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/194 -v /w/workspace/device-mqtt-go/194:/w/workspace/device-mqtt-go/194:rw,z -v /w/workspace/device-mqtt-go/194@tmp:/w/workspace/device-mqtt-go/194@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 11:00:57 $ docker top 0a5d150f0cb2d172b8f96930f48e406fecded57761cd83b2e23eb9b34f45d271 -eo pid,comm [Pipeline] { [Pipeline] sh 11:00:58 + go version 11:00:58 go version go1.23.9 linux/arm64 [Pipeline] } 11:00:58 $ docker stop --time=1 0a5d150f0cb2d172b8f96930f48e406fecded57761cd83b2e23eb9b34f45d271 11:01:00 $ docker rm -f --volumes 0a5d150f0cb2d172b8f96930f48e406fecded57761cd83b2e23eb9b34f45d271 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:00 + docker inspect -f . ci-base-image-arm64 11:01:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:00 prd-ubuntu20.04-docker-arm64-4c-16g-4854 does not seem to be running inside a container 11:01:01 $ 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/194 -v /w/workspace/device-mqtt-go/194:/w/workspace/device-mqtt-go/194:rw,z -v /w/workspace/device-mqtt-go/194@tmp:/w/workspace/device-mqtt-go/194@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 11:01:02 $ docker top 7ac69198f61a61f90a872b5af2b9438b8de14e5a5d8b5a244618ac19d6c08c5b -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:03 + git config --global --add safe.directory /w/workspace/device-mqtt-go/194 [Pipeline] fileExists [Pipeline] sh 11:01:03 + make test 11:01:03 go test ./... -coverprofile=coverage.out ./... 11:01:10 ? github.com/edgexfoundry/device-mqtt-go [no test files] 11:05:17 github.com/edgexfoundry/device-mqtt-go/cmd coverage: 0.0% of statements 11:05:17 github.com/edgexfoundry/device-mqtt-go/mock coverage: 0.0% of statements 11:05:17 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.060s coverage: 22.8% of statements 11:05:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:05:17 go vet ./... 11:06:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:06:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:06:13 ./bin/test-attribution-txt.sh [Pipeline] echo 11:06:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:06:13 $ docker stop --time=1 7ac69198f61a61f90a872b5af2b9438b8de14e5a5d8b5a244618ac19d6c08c5b 11:06:15 $ docker rm -f --volumes 7ac69198f61a61f90a872b5af2b9438b8de14e5a5d8b5a244618ac19d6c08c5b [Pipeline] // withDockerContainer [Pipeline] sh 11:06:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:06:17 Warning: overwriting stash ‘coverage-report’ 11:06:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:06:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:06:19 + ls -al . 11:06:19 total 248 11:06:19 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 11:01 . 11:06:19 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:56 .. 11:06:19 -rw-rw-r-- 1 jenkins jenkins 140 Jul 9 10:56 .dockerignore 11:06:19 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:57 .git 11:06:19 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 .github 11:06:19 -rw-rw-r-- 1 jenkins jenkins 264 Jul 9 10:56 .gitignore 11:06:19 -rw-rw-r-- 1 jenkins jenkins 41 Jul 9 10:56 .golangci.yml 11:06:19 -rw-rw-r-- 1 jenkins jenkins 19745 Jul 9 10:56 Attribution.txt 11:06:19 -rw-rw-r-- 1 jenkins jenkins 19382 Jul 9 10:56 CHANGELOG.md 11:06:19 -rw-rw-r-- 1 jenkins jenkins 1803 Jul 9 10:56 Dockerfile 11:06:19 -rw-rw-r-- 1 jenkins jenkins 677 Jul 9 10:56 GOVERNANCE.md 11:06:19 -rw-rw-r-- 1 jenkins jenkins 657 Jul 9 10:56 Jenkinsfile 11:06:19 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 9 10:56 LICENSE 11:06:19 -rw-rw-r-- 1 jenkins jenkins 2545 Jul 9 10:56 Makefile 11:06:19 -rw-rw-r-- 1 jenkins jenkins 620 Jul 9 10:56 OWNERS.md 11:06:19 -rw-rw-r-- 1 jenkins jenkins 3599 Jul 9 10:56 README.md 11:06:19 -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION 11:06:19 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 bin 11:06:19 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 cmd 11:06:19 -rw-r--r-- 1 jenkins jenkins 21039 Jul 9 11:05 coverage.out 11:06:19 -rw-rw-r-- 1 jenkins jenkins 6203 Jul 9 10:56 go.mod 11:06:19 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 9 10:56 go.sum 11:06:19 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 internal 11:06:19 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 mock 11:06:19 -rw-rw-r-- 1 jenkins jenkins 227 Jul 9 10:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:19 + 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=fe4f556c946f4493b6493c09fb17b56dde351f31 --label arch=arm64 --label version=4.1.0-dev.1 . 11:06:20 Sending build context to Docker daemon 15.49MB 11:06:20 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 11:06:20 Step 2/25 : FROM ${BASE} AS builder 11:06:20 ---> 4aba8ce0050c 11:06:20 Step 3/25 : ARG ADD_BUILD_TAGS="" 11:06:20 ---> Running in f27a0dd9a1c2 11:06:20 Removing intermediate container f27a0dd9a1c2 11:06:20 ---> 1b2c4f6023ff 11:06:20 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:06:20 ---> Running in 5ea9f7caf8f5 11:06:21 Removing intermediate container 5ea9f7caf8f5 11:06:21 ---> 42e5b5622e2c 11:06:21 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:06:21 ---> Running in ebaa1db833fb 11:06:21 Removing intermediate container ebaa1db833fb 11:06:21 ---> 4c73c39a47cd 11:06:21 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 11:06:21 ---> Running in c223de8498b9 11:06:22 Removing intermediate container c223de8498b9 11:06:22 ---> 8e6a72ef2ad6 11:06:22 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:06:22 ---> Running in 64739b7f6198 11:06:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:06:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:06:25 OK: 244 MiB in 62 packages 11:06:26 Removing intermediate container 64739b7f6198 11:06:26 ---> 718daae9ccdf 11:06:26 Step 8/25 : WORKDIR /device-mqtt-go 11:06:26 ---> Running in 4fb16969c1d1 11:06:26 Removing intermediate container 4fb16969c1d1 11:06:26 ---> 21277615b119 11:06:26 Step 9/25 : COPY go.mod vendor* ./ 11:06:27 ---> 4153d5fd8cab 11:06:27 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:27 ---> Running in d304ab2e965e 11:06:29 Removing intermediate container d304ab2e965e 11:06:29 ---> 3d3bc187c3f3 11:06:29 Step 11/25 : COPY . . 11:06:30 ---> 44340294d643 11:06:30 Step 12/25 : RUN $MAKE 11:06:31 ---> Running in c9e891d36811 11:06:32 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 11:10:40 Removing intermediate container c9e891d36811 11:10:40 ---> 67cda12e8673 11:10:40 Step 13/25 : FROM alpine:3.20 11:10:40 3.20: Pulling from library/alpine 11:10:40 94e9d8af2201: Already exists 11:10:40 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:10:40 Status: Downloaded newer image for alpine:3.20 11:10:40 ---> 7aab056cecc6 11:10:40 Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2024: IoTech Ltd' 11:10:40 ---> Running in d9747570fc3a 11:10:40 Removing intermediate container d9747570fc3a 11:10:40 ---> 05c6a2ec1468 11:10:40 Step 15/25 : RUN apk add --update --no-cache dumb-init 11:10:40 ---> Running in 3d51fd5d1895 11:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:10:41 (1/1) Installing dumb-init (1.2.5-r3) 11:10:41 Executing busybox-1.36.1-r29.trigger 11:10:41 OK: 9 MiB in 15 packages 11:10:42 Removing intermediate container 3d51fd5d1895 11:10:42 ---> 4bd518112352 11:10:42 Step 16/25 : RUN apk --no-cache upgrade 11:10:43 ---> Running in 7b20571f66de 11:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:10:46 OK: 9 MiB in 15 packages 11:10:47 Removing intermediate container 7b20571f66de 11:10:47 ---> 0b630c9d9206 11:10:47 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 11:10:49 ---> 1523fce9d5c6 11:10:49 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 11:10:50 ---> 2221d8170185 11:10:50 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 11:10:51 ---> beaae57993c0 11:10:51 Step 20/25 : EXPOSE 59982 11:10:51 ---> Running in d60d785840c6 11:10:51 Removing intermediate container d60d785840c6 11:10:51 ---> 9e2c01fbfa0f 11:10:51 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 11:10:51 ---> Running in 491672eac96c 11:10:52 Removing intermediate container 491672eac96c 11:10:52 ---> 8d087d1e8a2c 11:10:52 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 11:10:52 ---> Running in 170ff324f27a 11:10:52 Removing intermediate container 170ff324f27a 11:10:52 ---> 199178a61f16 11:10:52 Step 23/25 : LABEL arch=arm64 11:10:52 ---> Running in a80b18b4b918 11:10:53 Removing intermediate container a80b18b4b918 11:10:53 ---> 09c72616b789 11:10:53 Step 24/25 : LABEL git_sha=fe4f556c946f4493b6493c09fb17b56dde351f31 11:10:53 ---> Running in c8e6a422d186 11:10:53 Removing intermediate container c8e6a422d186 11:10:53 ---> f884bb2d24d1 11:10:53 Step 25/25 : LABEL version=4.1.0-dev.1 11:10:53 ---> Running in 91894470dcae 11:10:53 Removing intermediate container 91894470dcae 11:10:53 ---> 64306dd2f2de 11:10:53 [Warning] One or more build-args [ARCH] were not consumed 11:10:53 Successfully built 64306dd2f2de 11:10:53 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 11:10:54 provisioning config files... 11:10:54 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/194@tmp/config7549844417689551120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:54 ---> ****-login.sh 11:10:54 nexus3.edgexfoundry.org:10001 11:10:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:54 Configure a credential helper to remove this warning. See 11:10:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:54 11:10:54 Login Succeeded 11:10:54 nexus3.edgexfoundry.org:10002 11:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:55 Configure a credential helper to remove this warning. See 11:10:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:55 11:10:55 Login Succeeded 11:10:55 nexus3.edgexfoundry.org:10003 11:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:55 Configure a credential helper to remove this warning. See 11:10:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:55 11:10:55 Login Succeeded 11:10:55 nexus3.edgexfoundry.org:10004 11:10:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:56 Configure a credential helper to remove this warning. See 11:10:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:56 11:10:56 Login Succeeded 11:10:56 ****.io 11:10:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:56 Configure a credential helper to remove this warning. See 11:10:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:56 11:10:56 Login Succeeded 11:10:56 ---> ****-login.sh ends [Pipeline] } 11:10:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:10:56 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 11:10:56 fe4f556c946f4493b6493c09fb17b56dde351f31 11:10:56 latest 11:10:56 4.1.0-dev.1 11:10:56 fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 11:10:56 main 11:10:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:57 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:57 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 11:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 11:10:57 5400184a1400: Preparing 11:10:57 53c382e50b66: Preparing 11:10:57 83e81243abc9: Preparing 11:10:57 4039ead456e0: Preparing 11:10:57 dc0e7751d160: Preparing 11:10:57 dd9c8f8612c8: Preparing 11:10:57 dd9c8f8612c8: Waiting 11:10:57 dc0e7751d160: Pushed 11:10:57 5400184a1400: Pushed 11:10:57 4039ead456e0: Pushed 11:10:57 53c382e50b66: Pushed 11:10:57 dd9c8f8612c8: Layer already exists 11:11:07 83e81243abc9: Pushed 11:11:07 fe4f556c946f4493b6493c09fb17b56dde351f31: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:08 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:08 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 11:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 11:11:08 5400184a1400: Preparing 11:11:08 53c382e50b66: Preparing 11:11:08 83e81243abc9: Preparing 11:11:08 4039ead456e0: Preparing 11:11:08 dc0e7751d160: Preparing 11:11:08 dd9c8f8612c8: Preparing 11:11:08 dd9c8f8612c8: Waiting 11:11:08 53c382e50b66: Layer already exists 11:11:08 83e81243abc9: Layer already exists 11:11:08 dc0e7751d160: Layer already exists 11:11:08 4039ead456e0: Layer already exists 11:11:08 5400184a1400: Layer already exists 11:11:08 dd9c8f8612c8: Layer already exists 11:11:09 latest: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:09 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:09 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 11:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 11:11:09 5400184a1400: Preparing 11:11:09 53c382e50b66: Preparing 11:11:09 83e81243abc9: Preparing 11:11:09 4039ead456e0: Preparing 11:11:09 dc0e7751d160: Preparing 11:11:09 dd9c8f8612c8: Preparing 11:11:09 dd9c8f8612c8: Waiting 11:11:09 5400184a1400: Layer already exists 11:11:09 dc0e7751d160: Layer already exists 11:11:09 53c382e50b66: Layer already exists 11:11:09 4039ead456e0: Layer already exists 11:11:09 83e81243abc9: Layer already exists 11:11:09 dd9c8f8612c8: Layer already exists 11:11:10 4.1.0-dev.1: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:10 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:10 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 11:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 11:11:10 5400184a1400: Preparing 11:11:10 53c382e50b66: Preparing 11:11:10 83e81243abc9: Preparing 11:11:10 4039ead456e0: Preparing 11:11:10 dc0e7751d160: Preparing 11:11:10 dd9c8f8612c8: Preparing 11:11:10 4039ead456e0: Layer already exists 11:11:10 53c382e50b66: Layer already exists 11:11:10 5400184a1400: Layer already exists 11:11:10 83e81243abc9: Layer already exists 11:11:10 dc0e7751d160: Layer already exists 11:11:10 dd9c8f8612c8: Layer already exists 11:11:11 fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 11:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 11:11:11 5400184a1400: Preparing 11:11:11 53c382e50b66: Preparing 11:11:11 83e81243abc9: Preparing 11:11:11 4039ead456e0: Preparing 11:11:11 dc0e7751d160: Preparing 11:11:11 dd9c8f8612c8: Preparing 11:11:11 dd9c8f8612c8: Waiting 11:11:11 dc0e7751d160: Layer already exists 11:11:11 83e81243abc9: Layer already exists 11:11:11 5400184a1400: Layer already exists 11:11:11 53c382e50b66: Layer already exists 11:11:11 4039ead456e0: Layer already exists 11:11:11 dd9c8f8612c8: Layer already exists 11:11:12 main: digest: sha256:bccbdf8ac6b8c94811b1c379c56d81aff28d47c8760de26628cc6f66427f8712 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:12 ===================================================== [Pipeline] echo 11:11:12 taggedImages: 11:11:12 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 11:11:12 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 11:11:12 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 11:11:12 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 11:11:12 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] echo 11:11:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] echo 11:11:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] echo 11:11:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:4.1.0-dev.1 [Pipeline] echo 11:11:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe4f556c946f4493b6493c09fb17b56dde351f31-4.1.0-dev.1 [Pipeline] echo 11:11:12 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 11:11:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:12 11:11:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:13 arm64: Pulling from edgex-lftools-log-publisher 11:11:13 8998bd30e6a1: Pulling fs layer 11:11:13 04944245beec: Pulling fs layer 11:11:13 699f458cf7ca: Pulling fs layer 11:11:13 765212b225bb: Pulling fs layer 11:11:13 f23df028b6ca: Pulling fs layer 11:11:13 d65c8cfc05b1: Pulling fs layer 11:11:13 2437ff75d9bd: Pulling fs layer 11:11:13 f23df028b6ca: Waiting 11:11:13 d65c8cfc05b1: Waiting 11:11:13 765212b225bb: Waiting 11:11:13 04944245beec: Verifying Checksum 11:11:13 04944245beec: Download complete 11:11:13 765212b225bb: Verifying Checksum 11:11:13 765212b225bb: Download complete 11:11:13 f23df028b6ca: Verifying Checksum 11:11:13 f23df028b6ca: Download complete 11:11:13 d65c8cfc05b1: Verifying Checksum 11:11:13 d65c8cfc05b1: Download complete 11:11:13 699f458cf7ca: Verifying Checksum 11:11:13 699f458cf7ca: Download complete 11:11:14 8998bd30e6a1: Download complete 11:11:16 2437ff75d9bd: Verifying Checksum 11:11:16 2437ff75d9bd: Download complete 11:11:19 8998bd30e6a1: Pull complete 11:11:19 04944245beec: Pull complete 11:11:21 699f458cf7ca: Pull complete 11:11:21 765212b225bb: Pull complete 11:11:22 f23df028b6ca: Pull complete 11:11:22 d65c8cfc05b1: Pull complete 11:11:41 2437ff75d9bd: Pull complete 11:11:41 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:11:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:41 prd-ubuntu20.04-docker-arm64-4c-16g-4854 does not seem to be running inside a container 11:11:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/194 -v /w/workspace/device-mqtt-go/194:/w/workspace/device-mqtt-go/194:rw,z -v /w/workspace/device-mqtt-go/194@tmp:/w/workspace/device-mqtt-go/194@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 11:11:44 $ docker top dbcc12c0daf1dccbb30882f36332468258d7913c75f578ed6449c61ef458b277 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:45 ---> job-cost.sh 11:11:45 lf-activate-venv: SKIPPING 11:11:45 INFO: No Stack... 11:11:46 INFO: Retrieving Pricing Info for: v3-standard-4 11:11:47 INFO: Archiving Costs [Pipeline] sh 11:11:47 + cat /w/workspace/device-mqtt-go/194/archives/cost.csv 11:11:47 + cut -d, -f6 [Pipeline] lock 11:11:47 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] 11:11:47 Resource [jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] did not exist. Created. 11:11:47 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:11:48 /w/workspace/device-mqtt-go/194@tmp/durable-af53a520/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:11:49 + echo total: 0.10999999940395355 [Pipeline] stash 11:11:49 Warning: overwriting stash ‘stack-cost’ 11:11:49 Stashed 1 file(s) [Pipeline] } 11:11:49 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } 11:11:49 $ docker stop --time=1 dbcc12c0daf1dccbb30882f36332468258d7913c75f578ed6449c61ef458b277 11:11:50 $ docker rm -f --volumes dbcc12c0daf1dccbb30882f36332468258d7913c75f578ed6449c61ef458b277 [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 11:11:51 provisioning config files... 11:11:51 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13702606895689328784tmp [Pipeline] { [Pipeline] sh 11:11:51 + set +x 11:11:51 + curl -s https://codecov.io/bash 11:11:51 + bash -s -- 11:11:51 11:11:51 _____ _ 11:11:51 / ____| | | 11:11:51 | | ___ __| | ___ ___ _____ __ 11:11:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:11:51 | |___| (_) | (_| | __/ (_| (_) \ V / 11:11:51 \_____\___/ \__,_|\___|\___\___/ \_/ 11:11:51 Bash-1.0.6 11:11:51 11:11:51 11:11:51 ==> git version 2.25.1 found 11:11:51 ==> 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 11:11:51 Release-Date: 2020-01-08 11:11:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:11:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:11:51 ==> Jenkins CI detected. 11:11:51 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 11:11:51 project root: . 11:11:51 --> token set from env 11:11:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:11:51 ==> Running gcov in . (disable via -X gcov) 11:11:51 ==> Python coveragepy not found 11:11:51 ==> Searching for coverage reports in: 11:11:51 + . 11:11:51 -> Found 1 reports 11:11:51 ==> Detecting git/mercurial file structure 11:11:51 ==> Reading reports 11:11:51 + ./coverage.out bytes=21039 11:11:51 ==> Appending adjustments 11:11:51 https://docs.codecov.io/docs/fixing-reports 11:11:51 + Found adjustments 11:11:51 ==> Gzipping contents 11:11:51 4.0K /tmp/codecov.N93ONU.gz 11:11:51 ==> Uploading reports 11:11:51 url: https://codecov.io 11:11:51 query: branch=main&commit=fe4f556c946f4493b6493c09fb17b56dde351f31&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:11:51 -> Pinging Codecov 11:11:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fe4f556c946f4493b6493c09fb17b56dde351f31&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:11:52 -> Uploading to 11:11:52 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-mqtt-go/fe4f556c946f4493b6493c09fb17b56dde351f31/9c6762f5-d596-454b-b116-93cda514e900.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250709%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250709T111151Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=b1a945b08e31129f287a15a776adf59105c5e481323b08349c148d2cfdd8fb74 11:11:52 % Total % Received % Xferd Average Speed Time Time Time Current 11:11:52 Dload Upload Total Spent Left Speed 11:11:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3346 0 0 100 3346 0 14740 --:--:-- --:--:-- --:--:-- 14675 11:11:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] } 11:11:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:11:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:11:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:11:52 11:11:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:11:52 latest: Pulling from edgex-devops/edgex-snyk-go 11:11:52 0a9a5dfd008f: Already exists 11:11:52 36466aa92d05: Already exists 11:11:52 e10405b45d13: Already exists 11:11:52 096b7ceb2af7: Already exists 11:11:52 4f4fb700ef54: Already exists 11:11:52 e50aa161e22a: Pulling fs layer 11:11:52 d3c8db5fb9df: Pulling fs layer 11:11:53 e50aa161e22a: Verifying Checksum 11:11:53 e50aa161e22a: Download complete 11:11:53 e50aa161e22a: Pull complete 11:11:53 d3c8db5fb9df: Verifying Checksum 11:11:53 d3c8db5fb9df: Download complete 11:11:56 d3c8db5fb9df: Pull complete 11:11:56 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 11:11:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:11:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:56 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 11:11:56 $ 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 11:11:58 $ docker top 0acd366a64ead6118be443acaf5f0b4e82eec36777dd722e3d1146d802eaf379 -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:58 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo 11:11:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 11:11:59 + set -o pipefail 11:11:59 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 11:12:07 11:12:07 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 11:12:07 11:12:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/5410e892-b197-43bb-a152-1f13af7c4b4e 11:12:07 11:12:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:12:07 [Pipeline] } 11:12:07 $ docker stop --time=1 0acd366a64ead6118be443acaf5f0b4e82eec36777dd722e3d1146d802eaf379 11:12:10 $ docker rm -f --volumes 0acd366a64ead6118be443acaf5f0b4e82eec36777dd722e3d1146d802eaf379 [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 11:12:11 + git log --format=format:%s -1 fe4f556c946f4493b6493c09fb17b56dde351f31 [Pipeline] sh 11:12:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:11 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 11:12:11 $ 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 11:12:12 $ docker top 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee -eo pid,comm 11:12:12 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). 11:12:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:12 [ssh-agent] Looking for ssh-agent implementation... 11:12:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:12 $ docker exec 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee ssh-agent 11:12:12 SSH_AUTH_SOCK=/tmp/ssh-tjTLp6xZMceN/agent.33 11:12:12 SSH_AGENT_PID=39 11:12:12 Running ssh-add (command line suppressed) 11:12:12 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16192361944399385415.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16192361944399385415.key) 11:12:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:12 + git semver tag 11:12:13 2025-07-09 11:12:13,041 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:12:13 2025-07-09 11:12:13,044 [run_tag] DEBUG tag force:False 11:12:13 2025-07-09 11:12:13,044 [check_head_tag] DEBUG check head tag 11:12:13 2025-07-09 11:12:13,045 [execute] INFO git cat-file --batch-check 11:12:13 2025-07-09 11:12:13,045 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) 11:12:13 2025-07-09 11:12:13,047 [execute] INFO git cat-file --batch 11:12:13 2025-07-09 11:12:13,047 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=, shell=False, universal_newlines=False) 11:12:13 2025-07-09 11:12:13,055 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 11:12:13 2025-07-09 11:12:13,056 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 11:12:13 2025-07-09 11:12:13,056 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, stdin=None, shell=False, universal_newlines=False) 11:12:13 2025-07-09 11:12:13,059 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 11:12:13 4.1.0-dev.1 [Pipeline] } 11:12:13 $ docker exec --env ******** --env ******** 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee ssh-agent -k 11:12:13 unset SSH_AUTH_SOCK; 11:12:13 unset SSH_AGENT_PID; 11:12:13 echo Agent pid 39 killed; 11:12:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:13 + git semver [Pipeline] } 11:12:14 $ docker stop --time=1 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee 11:12:15 $ docker rm -f --volumes 4fcb0b0f2860fbd02812e49a5d461d310b10bce47dd42ab882aad3e991a3dfee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:15 11:12:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:16 0.23.1-centos7: Pulling from edgex-lftools 11:12:16 ab5ef0e58194: Pulling fs layer 11:12:16 9712f1f96733: Pulling fs layer 11:12:16 63f879dbbcfc: Pulling fs layer 11:12:16 0d9ebad4ef96: Pulling fs layer 11:12:16 e9a5061849ea: Pulling fs layer 11:12:16 d747dcd14b5f: Pulling fs layer 11:12:16 2de7ff778b66: Pulling fs layer 11:12:16 e9a5061849ea: Waiting 11:12:16 d747dcd14b5f: Waiting 11:12:16 2de7ff778b66: Waiting 11:12:16 0d9ebad4ef96: Waiting 11:12:16 9712f1f96733: Verifying Checksum 11:12:16 9712f1f96733: Download complete 11:12:16 63f879dbbcfc: Verifying Checksum 11:12:16 63f879dbbcfc: Download complete 11:12:16 0d9ebad4ef96: Verifying Checksum 11:12:16 0d9ebad4ef96: Download complete 11:12:16 d747dcd14b5f: Verifying Checksum 11:12:16 d747dcd14b5f: Download complete 11:12:16 ab5ef0e58194: Verifying Checksum 11:12:16 ab5ef0e58194: Download complete 11:12:16 e9a5061849ea: Verifying Checksum 11:12:16 e9a5061849ea: Download complete 11:12:16 2de7ff778b66: Verifying Checksum 11:12:16 2de7ff778b66: Download complete 11:12:19 ab5ef0e58194: Pull complete 11:12:19 9712f1f96733: Pull complete 11:12:19 63f879dbbcfc: Pull complete 11:12:25 0d9ebad4ef96: Pull complete 11:12:25 e9a5061849ea: Pull complete 11:12:25 d747dcd14b5f: Pull complete 11:12:26 2de7ff778b66: Pull complete 11:12:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:12:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:26 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 11:12:26 $ 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 11:12:28 $ docker top 4ea49de8dcef62000a85d135faf86b1b1a4394439ec19772c14932302822b831 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:12:28 provisioning config files... 11:12:28 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12185410015609615032tmp 11:12:28 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config14585584220383797980tmp 11:12:28 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10690377268166758376tmp [Pipeline] { [Pipeline] echo 11:12:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:12:29 ---> sigul-configuration.sh 11:12:29 gpg: directory `/root/.gnupg' created 11:12:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:12:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:12:29 gpg: keyring `/root/.gnupg/secring.gpg' created 11:12:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:12:29 gpg: CAST5 encrypted data 11:12:29 gpg: encrypted with 1 passphrase 11:12:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:12:29 + mkdir /home/jenkins 11:12:29 + mkdir /home/jenkins/sigul [Pipeline] sh 11:12:30 + 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 11:12:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:12:30 ---> sigul-install.sh 11:12:30 Sigul already installed; skipping installation. [Pipeline] sh 11:12:30 + git tag --list 11:12:30 0.7.1 11:12:30 v1.0.0 11:12:30 v1.1.0 11:12:30 v1.1.1 11:12:30 v1.2.2 11:12:30 v1.3.0 11:12:30 v1.3.1 11:12:30 v2.0.0 11:12:30 v2.1.0 11:12:30 v2.1.1 11:12:30 v2.2.0 11:12:30 v2.3.0 11:12:30 v3.0 11:12:30 v3.0.0 11:12:30 v3.1 11:12:30 v3.1.0 11:12:30 v3.1.1 11:12:30 v4.0 11:12:30 v4.0.0 11:12:30 v4.1.0-dev.1 [Pipeline] sh 11:12:30 + lftools sign git-tag v4.1.0-dev.1 11:12:31 Signing Git tag with Sigul... 11:12:31 Signing v4.1.0-dev.1 [Pipeline] echo 11:12:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:12:32 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:12:32 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:12:32 $ docker stop --time=1 4ea49de8dcef62000a85d135faf86b1b1a4394439ec19772c14932302822b831 11:12:33 $ docker rm -f --volumes 4ea49de8dcef62000a85d135faf86b1b1a4394439ec19772c14932302822b831 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:12:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:34 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 11:12: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:12:34 $ docker top 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b -eo pid,comm 11:12:34 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). 11:12:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:34 [ssh-agent] Looking for ssh-agent implementation... 11:12:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:34 $ docker exec 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b ssh-agent 11:12:34 SSH_AUTH_SOCK=/tmp/ssh-A3MRxcmmD95m/agent.32 11:12:34 SSH_AGENT_PID=38 11:12:34 Running ssh-add (command line suppressed) 11:12:35 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10636725365440089721.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10636725365440089721.key) 11:12:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:35 + git semver bump pre 11:12:35 2025-07-09 11:12:35,541 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:12:35 2025-07-09 11:12:35,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 11:12:35 2025-07-09 11:12:35,545 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev 11:12:35 2025-07-09 11:12:35,545 [bump_version] DEBUG bumped version:4.1.0-dev.2 11:12:35 2025-07-09 11:12:35,545 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 11:12:35 2025-07-09 11:12:35,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 11:12:35 2025-07-09 11:12:35,545 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 11:12:35 2025-07-09 11:12:35,548 [execute] INFO git cat-file --batch-check 11:12:35 2025-07-09 11:12:35,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:12:35 2025-07-09 11:12:35,552 [execute] INFO git cat-file --batch 11:12:35 2025-07-09 11:12:35,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:12:35 2025-07-09 11:12:35,555 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 11:12:35 4.1.0-dev.2 [Pipeline] } 11:12:35 $ docker exec --env ******** --env ******** 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b ssh-agent -k 11:12:35 unset SSH_AUTH_SOCK; 11:12:35 unset SSH_AGENT_PID; 11:12:35 echo Agent pid 38 killed; 11:12:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:36 + git semver [Pipeline] } 11:12:36 $ docker stop --time=1 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b 11:12:37 $ docker rm -f --volumes 50fa1288121ea38fa3b3b576866a1d4b16032146fd6568d91bdc9b2b5e76208b [Pipeline] // withDockerContainer [Pipeline] sh 11:12:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:38 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 11:12:38 $ 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 11:12:38 $ docker top bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e -eo pid,comm 11:12:38 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). 11:12:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:39 [ssh-agent] Looking for ssh-agent implementation... 11:12:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:39 $ docker exec bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e ssh-agent 11:12:39 SSH_AUTH_SOCK=/tmp/ssh-tvmpTU0hs1k5/agent.32 11:12:39 SSH_AGENT_PID=38 11:12:39 Running ssh-add (command line suppressed) 11:12:39 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10464410408933381020.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10464410408933381020.key) 11:12:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:39 + git semver push 11:12:39 2025-07-09 11:12:39,828 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:12:39 2025-07-09 11:12:39,832 [run_push] DEBUG push 11:12:39 2025-07-09 11:12:39,832 [execute] INFO git cat-file --batch-check 11:12:39 2025-07-09 11:12:39,833 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=, shell=False, universal_newlines=False) 11:12:39 2025-07-09 11:12:39,835 [execute] INFO git rev-list 088b2bcfc16e0de8b252b5317dc3f903d8aa82e0 -- 11:12:39 2025-07-09 11:12:39,835 [execute] DEBUG Popen(['git', 'rev-list', '088b2bcfc16e0de8b252b5317dc3f903d8aa82e0', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:12:39 2025-07-09 11:12:39,843 [execute] INFO git fetch -v -- origin 11:12:39 2025-07-09 11:12:39,844 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 11:12:40 2025-07-09 11:12:40,308 [run_push] DEBUG no remote changes detected 11:12:40 2025-07-09 11:12:40,308 [execute] INFO git push origin semver 11:12:40 2025-07-09 11:12:40,309 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:12:41 2025-07-09 11:12:41,064 [run_push] DEBUG push all version tags 11:12:41 2025-07-09 11:12:41,064 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:12:41 2025-07-09 11:12:41,065 [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) 11:12:41 2025-07-09 11:12:41,772 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 11:12:41 4.1.0-dev.2 [Pipeline] } 11:12:41 $ docker exec --env ******** --env ******** bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e ssh-agent -k 11:12:42 unset SSH_AUTH_SOCK; 11:12:42 unset SSH_AGENT_PID; 11:12:42 echo Agent pid 38 killed; 11:12:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:42 + git semver [Pipeline] } 11:12:42 $ docker stop --time=1 bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e 11:12:43 $ docker rm -f --volumes bc5397adfd9f8f4fcd23901eacc11a33724382a7dfc8312d871efdaf5f46af5e [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 11:12:44 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 11:12:44 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 11:12:44 total 16 11:12:44 drwxr-xr-x 3 root root 4096 Jul 9 10:58 . 11:12:44 drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. 11:12:44 drwxr-xr-x 2 root root 4096 Jul 9 10:58 cost 11:12:44 -rw-r--r-- 1 root root 86 Jul 9 10:58 cost.csv 11:12:44 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 11:12:44 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 11:12:44 total 16 11:12:44 drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:58 . 11:12:44 drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. 11:12:44 drwxr-xr-x 2 jenkins jenkins 4096 Jul 9 10:58 cost 11:12:44 -rw-r--r-- 1 jenkins jenkins 86 Jul 9 10:58 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:12:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:12:45 ---> package-listing.sh 11:12:45 ++ facter osfamily 11:12:45 ++ tr '[:upper:]' '[:lower:]' 11:12:45 + OS_FAMILY=debian 11:12:45 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 11:12:45 + START_PACKAGES=/tmp/packages_start.txt 11:12:45 + END_PACKAGES=/tmp/packages_end.txt 11:12:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:12:45 + PACKAGES=/tmp/packages_start.txt 11:12:45 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 11:12:45 + PACKAGES=/tmp/packages_end.txt 11:12:45 + case "${OS_FAMILY}" in 11:12:45 + dpkg -l 11:12:45 + grep '^ii' 11:12:45 + '[' -f /tmp/packages_start.txt ']' 11:12:45 + '[' -f /tmp/packages_end.txt ']' 11:12:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:12:45 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 11:12:45 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 11:12:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 11:12:45 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 11:12:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:12:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:46 prd-ubuntu20.04-docker-8c-8g-4847 does not seem to be running inside a container 11:12:46 $ 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 11:12:47 $ docker top 0e1fd4ca3cb26dbbac9d5d85633fedb871ee4071a099a99db76b9718d9a58177 -eo pid,comm [Pipeline] { [Pipeline] sh 11:12:47 + touch /tmp/pre-build-complete [Pipeline] sh 11:12:47 + mkdir -p /var/log/sysstat [Pipeline] sh 11:12:48 + ls /var/log/sa-host 11:12:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:12:48 provisioning config files... 11:12:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config11410913218295609432tmp [Pipeline] { [Pipeline] echo 11:12:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:12:48 ---> create-netrc.sh [Pipeline] } 11:12:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:12:48 ---> python-tools-install.sh [Pipeline] echo 11:12:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:12:48 ---> sudo-logs.sh 11:12:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:12:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:12:49 ---> job-cost.sh 11:12:49 lf-activate-venv: SKIPPING 11:12:49 DEBUG: total: 0.2199999988079071 11:12:49 INFO: Retrieving Stack Cost... 11:12:49 INFO: Retrieving Pricing Info for: v3-standard-8 11:12:50 INFO: Archiving Costs [Pipeline] echo 11:12:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:12:50 ---> logs-deploy.sh 11:12:50 lf-activate-venv: SKIPPING 11:12:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/194 11:12:50 INFO: archiving workspace using pattern(s): 11:12:51 Archives upload complete. 11:12:51 INFO: archiving logs to Nexus