Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 35de5baf133cb3849b13998f5bd615ef0c638656 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-ssh17951343373424539235.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh17386356124473711258.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh17605895410902737704.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh8368883695728479710.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-ssh9028014518702954821.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.21 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 Running on prd-ubuntu20.04-docker-8c-8g-4972 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 35de5baf133cb3849b13998f5bd615ef0c638656 (main) Commit message: "Merge pull request #679 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.20" > 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 35de5baf133cb3849b13998f5bd615ef0c638656 # timeout=10 > git rev-list --no-walk a00efe280ec4bc21b554f46c724946ca453ce756 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-04T05:03:13.024Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-04T05:03:13.096Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-04T05:03:13.122Z] ========================================================= [2024-07-04T05:03:13.122Z] EdgeX Global Pipelines Version Info [2024-07-04T05:03:13.122Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:03:13.850Z] ------------------- [2024-07-04T05:03:13.850Z] stable info: [2024-07-04T05:03:13.850Z] ------------------- [2024-07-04T05:03:13.850Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-04T05:03:13.850Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-04T05:03:13.850Z] Message: update stable to v1.0.260 [2024-07-04T05:03:14.421Z] ------------------- [2024-07-04T05:03:14.421Z] experimental info: [2024-07-04T05:03:14.421Z] ------------------- [2024-07-04T05:03:14.421Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-04T05:03:14.421Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-04T05:03:14.421Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-04T05:03:14.510Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2024-07-04T05:03:14.532Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2024-07-04T05:03:14.553Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-04T05:03:14.576Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-04T05:03:14.602Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-04T05:03:14.626Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-04T05:03:14.653Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-04T05:03:14.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-04T05:03:14.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-04T05:03:14.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-04T05:03:14.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-04T05:03:14.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2024-07-04T05:03:14.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-04T05:03:14.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-04T05:03:14.846Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-04T05:03:14.870Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-04T05:03:14.891Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-04T05:03:14.916Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-04T05:03:14.941Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-04T05:03:14.964Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-04T05:03:14.986Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-04T05:03:15.010Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-04T05:03:15.034Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-04T05:03:15.059Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-04T05:03:15.081Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-04T05:03:15.105Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-04T05:03:15.126Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-04T05:03:15.148Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-04T05:03:15.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-04T05:03:15.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-04T05:03:15.221Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] echo [2024-07-04T05:03:15.244Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35de5ba [Pipeline] echo [2024-07-04T05:03:15.264Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-04T05:03:15.322Z] provisioning config files... [2024-07-04T05:03:15.334Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10763999753394927276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:03:15.670Z] ---> ****-login.sh [2024-07-04T05:03:15.670Z] nexus3.edgexfoundry.org:10001 [2024-07-04T05:03:15.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:15.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:15.929Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:15.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:15.929Z] [2024-07-04T05:03:15.929Z] Login Succeeded [2024-07-04T05:03:15.929Z] nexus3.edgexfoundry.org:10002 [2024-07-04T05:03:15.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:15.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:15.929Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:15.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:15.929Z] [2024-07-04T05:03:15.929Z] Login Succeeded [2024-07-04T05:03:15.929Z] nexus3.edgexfoundry.org:10003 [2024-07-04T05:03:16.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:16.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:16.188Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:16.188Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:16.188Z] [2024-07-04T05:03:16.188Z] Login Succeeded [2024-07-04T05:03:16.188Z] nexus3.edgexfoundry.org:10004 [2024-07-04T05:03:16.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:16.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:16.188Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:16.188Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:16.188Z] [2024-07-04T05:03:16.188Z] Login Succeeded [2024-07-04T05:03:16.188Z] ****.io [2024-07-04T05:03:16.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:16.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:16.450Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:16.450Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:16.450Z] [2024-07-04T05:03:16.450Z] Login Succeeded [2024-07-04T05:03:16.450Z] ---> ****-login.sh ends [Pipeline] } [2024-07-04T05:03:16.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-04T05:03:16.864Z] + git rev-list -1 --merges 35de5baf133cb3849b13998f5bd615ef0c638656~1..35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] echo [2024-07-04T05:03:16.883Z] -----------> git rev-list -1 --merges 35de5baf133cb3849b13998f5bd615ef0c638656~1..35de5baf133cb3849b13998f5bd615ef0c638656 35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:03:16.883Z] 35de5baf133cb3849b13998f5bd615ef0c638656 [false] [Pipeline] sh [2024-07-04T05:03:17.184Z] + git log --format=format:%s -1 35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] echo [2024-07-04T05:03:17.203Z] ========================================================= [2024-07-04T05:03:17.203Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-04T05:03:17.203Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-04T05:03:17.543Z] + git log --format=format:%s -1 35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] echo [2024-07-04T05:03:17.556Z] [semverPrep] GIT_COMMIT: 35de5baf133cb3849b13998f5bd615ef0c638656, Commit Message: Merge pull request #679 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.20 [Pipeline] echo [2024-07-04T05:03:17.572Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-04T05:03:17.939Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-04T05:03:17.939Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-04T05:03:17.939Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-04T05:03:17.939Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-04T05:03:17.939Z] + + echosudo tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a [2024-07-04T05:03:17.939Z] /etc/ssh/ssh_known_hosts [2024-07-04T05:03:17.939Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:03:18.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T05:03:18.298Z] [2024-07-04T05:03:18.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:03:18.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T05:03:18.609Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-04T05:03:18.609Z] b85a868b505f: Pulling fs layer [2024-07-04T05:03:18.609Z] e2be974225ed: Pulling fs layer [2024-07-04T05:03:18.609Z] 339a4e72a1f5: Pulling fs layer [2024-07-04T05:03:18.609Z] 988bab9f4d93: Pulling fs layer [2024-07-04T05:03:18.609Z] 1469e6f7b9e6: Pulling fs layer [2024-07-04T05:03:18.609Z] eaf3925da568: Pulling fs layer [2024-07-04T05:03:18.609Z] bab4dde63d76: Pulling fs layer [2024-07-04T05:03:18.609Z] bde34c3a00c8: Pulling fs layer [2024-07-04T05:03:18.609Z] b352a97aabf1: Pulling fs layer [2024-07-04T05:03:18.609Z] 4872d77fe225: Pulling fs layer [2024-07-04T05:03:18.609Z] 5851b861e8e6: Pulling fs layer [2024-07-04T05:03:18.609Z] bab4dde63d76: Waiting [2024-07-04T05:03:18.609Z] 4872d77fe225: Waiting [2024-07-04T05:03:18.609Z] 5851b861e8e6: Waiting [2024-07-04T05:03:18.609Z] bde34c3a00c8: Waiting [2024-07-04T05:03:18.609Z] b352a97aabf1: Waiting [2024-07-04T05:03:18.609Z] 988bab9f4d93: Waiting [2024-07-04T05:03:18.609Z] 1469e6f7b9e6: Waiting [2024-07-04T05:03:18.609Z] eaf3925da568: Waiting [2024-07-04T05:03:18.609Z] e2be974225ed: Verifying Checksum [2024-07-04T05:03:18.609Z] e2be974225ed: Download complete [2024-07-04T05:03:18.609Z] 988bab9f4d93: Verifying Checksum [2024-07-04T05:03:18.609Z] 988bab9f4d93: Download complete [2024-07-04T05:03:18.609Z] 1469e6f7b9e6: Verifying Checksum [2024-07-04T05:03:18.609Z] 1469e6f7b9e6: Download complete [2024-07-04T05:03:18.609Z] eaf3925da568: Verifying Checksum [2024-07-04T05:03:18.609Z] eaf3925da568: Download complete [2024-07-04T05:03:18.609Z] 339a4e72a1f5: Verifying Checksum [2024-07-04T05:03:18.609Z] 339a4e72a1f5: Download complete [2024-07-04T05:03:18.609Z] bde34c3a00c8: Verifying Checksum [2024-07-04T05:03:18.869Z] b352a97aabf1: Verifying Checksum [2024-07-04T05:03:18.869Z] b352a97aabf1: Download complete [2024-07-04T05:03:18.869Z] 4872d77fe225: Verifying Checksum [2024-07-04T05:03:18.869Z] 4872d77fe225: Download complete [2024-07-04T05:03:18.869Z] 5851b861e8e6: Verifying Checksum [2024-07-04T05:03:18.869Z] 5851b861e8e6: Download complete [2024-07-04T05:03:18.869Z] b85a868b505f: Verifying Checksum [2024-07-04T05:03:18.869Z] b85a868b505f: Download complete [2024-07-04T05:03:19.127Z] bab4dde63d76: Verifying Checksum [2024-07-04T05:03:19.127Z] bab4dde63d76: Download complete [2024-07-04T05:03:20.062Z] b85a868b505f: Pull complete [2024-07-04T05:03:20.062Z] e2be974225ed: Pull complete [2024-07-04T05:03:20.627Z] 339a4e72a1f5: Pull complete [2024-07-04T05:03:20.627Z] 988bab9f4d93: Pull complete [2024-07-04T05:03:20.886Z] 1469e6f7b9e6: Pull complete [2024-07-04T05:03:20.886Z] eaf3925da568: Pull complete [2024-07-04T05:03:22.786Z] bab4dde63d76: Pull complete [2024-07-04T05:03:22.786Z] bde34c3a00c8: Pull complete [2024-07-04T05:03:22.786Z] b352a97aabf1: Pull complete [2024-07-04T05:03:22.786Z] 4872d77fe225: Pull complete [2024-07-04T05:03:22.786Z] 5851b861e8e6: Pull complete [2024-07-04T05:03:22.786Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-04T05:03:22.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T05:03:22.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:03:22.896Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:03:22.928Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-04T05:03:25.416Z] $ docker top 5c923be54a1dc329541439ad3475dfd89708c4a240a3d006d1322eb9cc1cbdf8 -eo pid,comm [2024-07-04T05:03:25.466Z] 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). [2024-07-04T05:03:25.467Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-04T05:03:25.539Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-04T05:03:25.539Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-04T05:03:25.647Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-04T05:03:25.650Z] $ docker exec 5c923be54a1dc329541439ad3475dfd89708c4a240a3d006d1322eb9cc1cbdf8 ssh-agent [2024-07-04T05:03:25.757Z] SSH_AUTH_SOCK=/tmp/ssh-bQOlY6AE8dDz/agent.31 [2024-07-04T05:03:25.757Z] SSH_AGENT_PID=37 [2024-07-04T05:03:25.763Z] Running ssh-add (command line suppressed) [2024-07-04T05:03:25.865Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16982247201354106163.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16982247201354106163.key) [2024-07-04T05:03:25.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-04T05:03:26.182Z] + git tag --points-at HEAD [Pipeline] } [2024-07-04T05:03:26.195Z] $ docker exec --env ******** --env ******** 5c923be54a1dc329541439ad3475dfd89708c4a240a3d006d1322eb9cc1cbdf8 ssh-agent -k [2024-07-04T05:03:26.306Z] unset SSH_AUTH_SOCK; [2024-07-04T05:03:26.307Z] unset SSH_AGENT_PID; [2024-07-04T05:03:26.307Z] echo Agent pid 37 killed; [2024-07-04T05:03:26.318Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-04T05:03:26.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-04T05:03:26.370Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-04T05:03:26.489Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-04T05:03:26.493Z] $ docker exec 5c923be54a1dc329541439ad3475dfd89708c4a240a3d006d1322eb9cc1cbdf8 ssh-agent [2024-07-04T05:03:26.619Z] SSH_AUTH_SOCK=/tmp/ssh-zCfHNrD1IdiL/agent.71 [2024-07-04T05:03:26.619Z] SSH_AGENT_PID=77 [2024-07-04T05:03:26.623Z] Running ssh-add (command line suppressed) [2024-07-04T05:03:26.712Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9539165940802117048.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9539165940802117048.key) [2024-07-04T05:03:26.724Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-04T05:03:27.090Z] + git semver init [2024-07-04T05:03:27.353Z] 2024-07-04 05:03:27,201 [run_init] DEBUG init version:0.0.0 force:False [2024-07-04T05:03:27.353Z] 2024-07-04 05:03:27,202 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2024-07-04T05:03:27.353Z] 2024-07-04 05:03:27,202 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2024-07-04T05:03:27.353Z] 2024-07-04 05:03:27,203 [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, universal_newlines=False, shell=None, istream=None) [2024-07-04T05:03:28.731Z] 2024-07-04 05:03:28,512 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2024-07-04T05:03:28.731Z] 2024-07-04 05:03:28,513 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2024-07-04T05:03:28.731Z] 2024-07-04 05:03:28,513 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:03:28.731Z] 2024-07-04 05:03:28,513 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:03:28.731Z] 3.2.0-dev.13 [Pipeline] } [2024-07-04T05:03:28.740Z] $ docker exec --env ******** --env ******** 5c923be54a1dc329541439ad3475dfd89708c4a240a3d006d1322eb9cc1cbdf8 ssh-agent -k [2024-07-04T05:03:28.836Z] unset SSH_AUTH_SOCK; [2024-07-04T05:03:28.836Z] unset SSH_AGENT_PID; [2024-07-04T05:03:28.836Z] echo Agent pid 77 killed; [2024-07-04T05:03:28.845Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-04T05:03:29.157Z] + git semver [Pipeline] } [2024-07-04T05:03:29.431Z] $ docker stop --time=1 5c923be54a1dc329541439ad3475dfd89708c4a240a3d006d1322eb9cc1cbdf8 [2024-07-04T05:03:30.705Z] $ docker rm -f --volumes 5c923be54a1dc329541439ad3475dfd89708c4a240a3d006d1322eb9cc1cbdf8 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-04T05:03:31.049Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-04T05:03:31.275Z] Stashed 1 file(s) [Pipeline] echo [2024-07-04T05:03:31.279Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.13 [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 [2024-07-04T05:03:31.458Z] provisioning config files... [2024-07-04T05:03:31.467Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config4756052326414527701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:03:31.767Z] ---> ****-login.sh [2024-07-04T05:03:31.767Z] nexus3.edgexfoundry.org:10001 [2024-07-04T05:03:31.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:31.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:31.767Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:31.767Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:31.767Z] [2024-07-04T05:03:31.767Z] Login Succeeded [2024-07-04T05:03:31.767Z] nexus3.edgexfoundry.org:10002 [2024-07-04T05:03:31.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:31.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:31.767Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:31.767Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:31.767Z] [2024-07-04T05:03:31.767Z] Login Succeeded [2024-07-04T05:03:31.767Z] nexus3.edgexfoundry.org:10003 [2024-07-04T05:03:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:32.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:32.026Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:32.026Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:32.026Z] [2024-07-04T05:03:32.026Z] Login Succeeded [2024-07-04T05:03:32.026Z] nexus3.edgexfoundry.org:10004 [2024-07-04T05:03:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:32.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:32.026Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:32.026Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:32.026Z] [2024-07-04T05:03:32.026Z] Login Succeeded [2024-07-04T05:03:32.026Z] ****.io [2024-07-04T05:03:32.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:03:32.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:03:32.285Z] Configure a credential helper to remove this warning. See [2024-07-04T05:03:32.285Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:03:32.285Z] [2024-07-04T05:03:32.285Z] Login Succeeded [2024-07-04T05:03:32.285Z] ---> ****-login.sh ends [Pipeline] } [2024-07-04T05:03:32.292Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-04T05:03:32.383Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T05:03:32.402Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T05:03:32.419Z] ========================================================= [2024-07-04T05:03:32.419Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-04T05:03:32.419Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:03:32.749Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-04T05:03:32.749Z] Sending build context to Docker daemon 21MB [2024-07-04T05:03:32.749Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-04T05:03:32.749Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-04T05:03:32.749Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-04T05:03:32.749Z] 619be1103602: Pulling fs layer [2024-07-04T05:03:32.749Z] 7862e08f4a3e: Pulling fs layer [2024-07-04T05:03:32.749Z] 5df492c9dc93: Pulling fs layer [2024-07-04T05:03:32.749Z] 7629e6793208: Pulling fs layer [2024-07-04T05:03:32.749Z] 4f4fb700ef54: Pulling fs layer [2024-07-04T05:03:32.749Z] fb5054dd5b73: Pulling fs layer [2024-07-04T05:03:32.749Z] eeca6798cff9: Pulling fs layer [2024-07-04T05:03:32.749Z] aa269ceb94a6: Pulling fs layer [2024-07-04T05:03:32.749Z] ada007ff1a6a: Pulling fs layer [2024-07-04T05:03:32.749Z] 7629e6793208: Waiting [2024-07-04T05:03:32.749Z] 4f4fb700ef54: Waiting [2024-07-04T05:03:32.749Z] fb5054dd5b73: Waiting [2024-07-04T05:03:32.749Z] eeca6798cff9: Waiting [2024-07-04T05:03:32.749Z] ada007ff1a6a: Waiting [2024-07-04T05:03:32.749Z] 7862e08f4a3e: Download complete [2024-07-04T05:03:33.908Z] 7629e6793208: Download complete [2024-07-04T05:03:33.908Z] 4f4fb700ef54: Verifying Checksum [2024-07-04T05:03:33.908Z] 4f4fb700ef54: Download complete [2024-07-04T05:03:33.908Z] fb5054dd5b73: Verifying Checksum [2024-07-04T05:03:33.908Z] fb5054dd5b73: Download complete [2024-07-04T05:03:33.908Z] 619be1103602: Verifying Checksum [2024-07-04T05:03:33.908Z] 619be1103602: Download complete [2024-07-04T05:03:33.908Z] eeca6798cff9: Verifying Checksum [2024-07-04T05:03:33.908Z] eeca6798cff9: Download complete [2024-07-04T05:03:33.908Z] 619be1103602: Pull complete [2024-07-04T05:03:33.908Z] 7862e08f4a3e: Pull complete [2024-07-04T05:03:34.169Z] ada007ff1a6a: Verifying Checksum [2024-07-04T05:03:34.169Z] ada007ff1a6a: Download complete [2024-07-04T05:03:34.428Z] 5df492c9dc93: Verifying Checksum [2024-07-04T05:03:34.428Z] 5df492c9dc93: Download complete [2024-07-04T05:03:34.687Z] aa269ceb94a6: Verifying Checksum [2024-07-04T05:03:34.687Z] aa269ceb94a6: Download complete [2024-07-04T05:03:37.222Z] 5df492c9dc93: Pull complete [2024-07-04T05:03:37.480Z] 7629e6793208: Pull complete [2024-07-04T05:03:37.480Z] 4f4fb700ef54: Pull complete [2024-07-04T05:03:37.480Z] fb5054dd5b73: Pull complete [2024-07-04T05:03:37.480Z] eeca6798cff9: Pull complete [2024-07-04T05:03:40.007Z] aa269ceb94a6: Pull complete [2024-07-04T05:03:40.267Z] ada007ff1a6a: Pull complete [2024-07-04T05:03:40.267Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-04T05:03:40.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-04T05:03:40.267Z] ---> f489d0715acc [2024-07-04T05:03:40.267Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-07-04T05:03:43.970Z] ---> Running in d16c2fa33203 [2024-07-04T05:03:43.970Z] Removing intermediate container d16c2fa33203 [2024-07-04T05:03:43.970Z] ---> d89e533f3245 [2024-07-04T05:03:43.970Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-04T05:03:43.970Z] ---> Running in 054a5bd99e40 [2024-07-04T05:03:43.970Z] Removing intermediate container 054a5bd99e40 [2024-07-04T05:03:43.970Z] ---> bfb1897067da [2024-07-04T05:03:43.970Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-04T05:03:43.970Z] ---> Running in a52a78a15817 [2024-07-04T05:03:43.970Z] Removing intermediate container a52a78a15817 [2024-07-04T05:03:43.970Z] ---> ed15983d199f [2024-07-04T05:03:43.970Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-04T05:03:43.970Z] ---> Running in cab9880d9502 [2024-07-04T05:03:44.230Z] Removing intermediate container cab9880d9502 [2024-07-04T05:03:44.230Z] ---> 56c9288cd20f [2024-07-04T05:03:44.230Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-04T05:03:44.230Z] ---> Running in 5f297d0c4f55 [2024-07-04T05:03:45.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-04T05:03:46.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-04T05:03:46.264Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-04T05:03:46.401Z] Still waiting to schedule task [2024-07-04T05:03:46.402Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4984’ [2024-07-04T05:03:46.523Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-04T05:03:46.523Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-04T05:03:46.523Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-04T05:03:46.523Z] Executing busybox-1.36.1-r5.trigger [2024-07-04T05:03:46.523Z] OK: 268 MiB in 56 packages [2024-07-04T05:03:47.090Z] Removing intermediate container 5f297d0c4f55 [2024-07-04T05:03:47.090Z] ---> 83da3d7dee54 [2024-07-04T05:03:47.090Z] Step 8/12 : WORKDIR /device-mqtt-go [2024-07-04T05:03:47.090Z] ---> Running in a31f2e45512f [2024-07-04T05:03:47.090Z] Removing intermediate container a31f2e45512f [2024-07-04T05:03:47.090Z] ---> 021dba42fab5 [2024-07-04T05:03:47.090Z] Step 9/12 : COPY go.mod vendor* ./ [2024-07-04T05:03:47.090Z] ---> 77ea843814dc [2024-07-04T05:03:47.090Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-04T05:03:47.090Z] ---> Running in a22c3c24a65a [2024-07-04T05:04:33.852Z] Removing intermediate container a22c3c24a65a [2024-07-04T05:04:33.852Z] ---> c5241da4786d [2024-07-04T05:04:33.852Z] Step 11/12 : COPY . . [2024-07-04T05:04:33.852Z] ---> edb7ceb52da0 [2024-07-04T05:04:33.852Z] Step 12/12 : RUN $MAKE [2024-07-04T05:04:33.852Z] ---> Running in 87b2802711ee [2024-07-04T05:04:33.852Z] noop [2024-07-04T05:04:33.852Z] Removing intermediate container 87b2802711ee [2024-07-04T05:04:33.852Z] ---> c0524e625de1 [2024-07-04T05:04:33.852Z] Successfully built c0524e625de1 [2024-07-04T05:04:33.852Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:04:34.188Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-04T05:04:34.188Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:04:34.268Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:04:34.302Z] $ 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 ******** ci-base-image-x86_64 cat [2024-07-04T05:04:34.621Z] $ docker top 74231d3fd1f9e87bf5a317dd9b901c32f99cfff41cd07ee96cd3aff511b35de8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T05:04:34.967Z] + go version [2024-07-04T05:04:34.967Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-04T05:04:34.979Z] $ docker stop --time=1 74231d3fd1f9e87bf5a317dd9b901c32f99cfff41cd07ee96cd3aff511b35de8 [2024-07-04T05:04:36.269Z] $ docker rm -f --volumes 74231d3fd1f9e87bf5a317dd9b901c32f99cfff41cd07ee96cd3aff511b35de8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:04:36.711Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-04T05:04:36.711Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:04:36.796Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:04:36.825Z] $ 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 ******** ci-base-image-x86_64 cat [2024-07-04T05:04:37.168Z] $ docker top f9069c54463f3d1fc1f7660723a38055c1b7294c14cf60daa6ddcbe8f39175aa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T05:04:37.523Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2024-07-04T05:04:37.830Z] + make test [2024-07-04T05:04:37.830Z] go test ./... -coverprofile=coverage.out ./... [2024-07-04T05:04:39.205Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2024-07-04T05:04:57.284Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2024-07-04T05:04:57.284Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2024-07-04T05:04:57.284Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.008s coverage: 22.8% of statements [2024-07-04T05:05:07.549Z] go vet ./... [2024-07-04T05:05:11.731Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-04T05:05:11.731Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-04T05:05:11.731Z] ./bin/test-attribution-txt.sh [2024-07-04T05:05:11.731Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-04T05:05:11.731Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-04T05:05:11.742Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-04T05:05:11.759Z] $ docker stop --time=1 f9069c54463f3d1fc1f7660723a38055c1b7294c14cf60daa6ddcbe8f39175aa [2024-07-04T05:05:15.853Z] $ docker rm -f --volumes f9069c54463f3d1fc1f7660723a38055c1b7294c14cf60daa6ddcbe8f39175aa [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-04T05:05:16.385Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-04T05:05:16.438Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-04T05:05:17.599Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-04T05:05:17.928Z] + ls -al . [2024-07-04T05:05:17.928Z] total 252 [2024-07-04T05:05:17.928Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 4 05:04 . [2024-07-04T05:05:17.928Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 4 05:03 .. [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 4 05:03 .dockerignore [2024-07-04T05:05:17.928Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 4 05:04 .git [2024-07-04T05:05:17.928Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 4 05:03 .github [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 4 05:03 .gitignore [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 4 05:03 .golangci.yml [2024-07-04T05:05:17.928Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 4 05:03 .semver [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 10386 Jul 4 05:03 Attribution.txt [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 18574 Jul 4 05:03 CHANGELOG.md [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 1798 Jul 4 05:03 Dockerfile [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 4 05:03 GOVERNANCE.md [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 657 Jul 4 05:03 Jenkinsfile [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 4 05:03 LICENSE [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 1963 Jul 4 05:03 Makefile [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 4 05:03 OWNERS.md [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 3599 Jul 4 05:03 README.md [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 4 05:03 VERSION [2024-07-04T05:05:17.928Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 4 05:03 bin [2024-07-04T05:05:17.928Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 4 05:03 cmd [2024-07-04T05:05:17.928Z] -rw-r--r-- 1 jenkins jenkins 18506 Jul 4 05:04 coverage.out [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 7122 Jul 4 05:03 go.mod [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 101951 Jul 4 05:03 go.sum [2024-07-04T05:05:17.928Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 4 05:03 internal [2024-07-04T05:05:17.928Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 4 05:03 mock [2024-07-04T05:05:17.928Z] -rw-rw-r-- 1 jenkins jenkins 227 Jul 4 05:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:05:18.272Z] + 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=35de5baf133cb3849b13998f5bd615ef0c638656 --label arch=amd64 --label version=3.2.0-dev.13 . [2024-07-04T05:05:18.272Z] Sending build context to Docker daemon 21.02MB [2024-07-04T05:05:18.272Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-07-04T05:05:18.272Z] Step 2/25 : FROM ${BASE} AS builder [2024-07-04T05:05:18.272Z] ---> c0524e625de1 [2024-07-04T05:05:18.272Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-07-04T05:05:18.839Z] ---> Running in bdb07ac57b5b [2024-07-04T05:05:18.839Z] Removing intermediate container bdb07ac57b5b [2024-07-04T05:05:18.839Z] ---> b94bb5928fc4 [2024-07-04T05:05:18.839Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-04T05:05:18.839Z] ---> Running in 973f01de11ba [2024-07-04T05:05:18.839Z] Removing intermediate container 973f01de11ba [2024-07-04T05:05:18.839Z] ---> 60f4adc164d9 [2024-07-04T05:05:18.839Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-04T05:05:18.839Z] ---> Running in b66d8b923c11 [2024-07-04T05:05:18.839Z] Removing intermediate container b66d8b923c11 [2024-07-04T05:05:18.839Z] ---> 4f74212640bf [2024-07-04T05:05:18.839Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-07-04T05:05:18.839Z] ---> Running in 06fa4277dc40 [2024-07-04T05:05:19.097Z] Removing intermediate container 06fa4277dc40 [2024-07-04T05:05:19.097Z] ---> 6e558a17817f [2024-07-04T05:05:19.097Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-04T05:05:19.097Z] ---> Running in 2645253bf0dc [2024-07-04T05:05:19.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-04T05:05:19.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-04T05:05:19.614Z] OK: 268 MiB in 56 packages [2024-07-04T05:05:20.181Z] Removing intermediate container 2645253bf0dc [2024-07-04T05:05:20.182Z] ---> 30ba8c8954c4 [2024-07-04T05:05:20.182Z] Step 8/25 : WORKDIR /device-mqtt-go [2024-07-04T05:05:20.182Z] ---> Running in 7d594f9beb7e [2024-07-04T05:05:20.182Z] Removing intermediate container 7d594f9beb7e [2024-07-04T05:05:20.182Z] ---> d9599d702c6c [2024-07-04T05:05:20.182Z] Step 9/25 : COPY go.mod vendor* ./ [2024-07-04T05:05:20.182Z] ---> a680a1c0b0f9 [2024-07-04T05:05:20.182Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-04T05:05:20.182Z] ---> Running in 7c89059a3f09 [2024-07-04T05:05:20.750Z] Removing intermediate container 7c89059a3f09 [2024-07-04T05:05:20.750Z] ---> 0ab778fb35bc [2024-07-04T05:05:20.750Z] Step 11/25 : COPY . . [2024-07-04T05:05:21.691Z] ---> 7e71ec0a7d68 [2024-07-04T05:05:21.691Z] Step 12/25 : RUN $MAKE [2024-07-04T05:05:21.691Z] ---> Running in 872fd688b66c [2024-07-04T05:05:21.950Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.13 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.20" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2024-07-04T05:05:54.062Z] Removing intermediate container 872fd688b66c [2024-07-04T05:05:54.062Z] ---> b974d7bc5c3c [2024-07-04T05:05:54.062Z] Step 13/25 : FROM alpine:3.18 [2024-07-04T05:05:54.062Z] 3.18: Pulling from library/alpine [2024-07-04T05:05:54.062Z] 73baa7ef167e: Pulling fs layer [2024-07-04T05:05:54.062Z] 73baa7ef167e: Verifying Checksum [2024-07-04T05:05:54.062Z] 73baa7ef167e: Download complete [2024-07-04T05:05:54.062Z] 73baa7ef167e: Pull complete [2024-07-04T05:05:54.062Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-04T05:05:54.062Z] Status: Downloaded newer image for alpine:3.18 [2024-07-04T05:05:54.062Z] ---> 8fd7cac70a4a [2024-07-04T05:05:54.062Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2024-07-04T05:05:54.062Z] ---> Running in fa3bf6283b5d [2024-07-04T05:05:54.062Z] Removing intermediate container fa3bf6283b5d [2024-07-04T05:05:54.062Z] ---> 8b1deeb5d19d [2024-07-04T05:05:54.062Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-07-04T05:05:54.062Z] ---> Running in 2a0bb0b5d200 [2024-07-04T05:05:54.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-04T05:05:54.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-04T05:05:54.062Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-04T05:05:54.062Z] Executing busybox-1.36.1-r7.trigger [2024-07-04T05:05:54.062Z] OK: 7 MiB in 16 packages [2024-07-04T05:05:54.062Z] Removing intermediate container 2a0bb0b5d200 [2024-07-04T05:05:54.062Z] ---> 55ae75fdceb2 [2024-07-04T05:05:54.062Z] Step 16/25 : RUN apk --no-cache upgrade [2024-07-04T05:05:54.062Z] ---> Running in 7c8f3faa3d80 [2024-07-04T05:05:54.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-04T05:05:54.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-04T05:05:54.062Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-04T05:05:54.062Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-04T05:05:54.062Z] OK: 7 MiB in 16 packages [2024-07-04T05:05:54.321Z] Removing intermediate container 7c8f3faa3d80 [2024-07-04T05:05:54.321Z] ---> c5f9879bb99f [2024-07-04T05:05:54.321Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2024-07-04T05:05:55.698Z] ---> b9f8c8766652 [2024-07-04T05:05:55.698Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2024-07-04T05:05:55.698Z] ---> 7c58ea890af6 [2024-07-04T05:05:55.698Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2024-07-04T05:05:55.698Z] ---> cfcf63b019d6 [2024-07-04T05:05:55.698Z] Step 20/25 : EXPOSE 59982 [2024-07-04T05:05:55.698Z] ---> Running in 035164b7eaae [2024-07-04T05:05:55.958Z] Removing intermediate container 035164b7eaae [2024-07-04T05:05:55.958Z] ---> fc0d4a264027 [2024-07-04T05:05:55.958Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2024-07-04T05:05:55.958Z] ---> Running in a8f124074db7 [2024-07-04T05:05:55.958Z] Removing intermediate container a8f124074db7 [2024-07-04T05:05:55.958Z] ---> 91a8a905cb69 [2024-07-04T05:05:55.958Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-07-04T05:05:55.958Z] ---> Running in d15990f3e69d [2024-07-04T05:05:55.958Z] Removing intermediate container d15990f3e69d [2024-07-04T05:05:55.958Z] ---> bd236a2916f2 [2024-07-04T05:05:55.958Z] Step 23/25 : LABEL arch=amd64 [2024-07-04T05:05:55.958Z] ---> Running in 12e6952c1e25 [2024-07-04T05:05:55.958Z] Removing intermediate container 12e6952c1e25 [2024-07-04T05:05:55.958Z] ---> 679076d9cac0 [2024-07-04T05:05:55.958Z] Step 24/25 : LABEL git_sha=35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:05:56.219Z] ---> Running in f548f1fa0432 [2024-07-04T05:05:56.219Z] Removing intermediate container f548f1fa0432 [2024-07-04T05:05:56.219Z] ---> addbbdd421a3 [2024-07-04T05:05:56.219Z] Step 25/25 : LABEL version=3.2.0-dev.13 [2024-07-04T05:05:56.219Z] ---> Running in 4b6949824140 [2024-07-04T05:05:56.219Z] Removing intermediate container 4b6949824140 [2024-07-04T05:05:56.219Z] ---> a714a75c5a56 [2024-07-04T05:05:56.219Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-04T05:05:56.219Z] Successfully built a714a75c5a56 [2024-07-04T05:05:56.219Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-04T05:05:56.352Z] provisioning config files... [2024-07-04T05:05:56.362Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12769029375442972618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:05:56.672Z] ---> ****-login.sh [2024-07-04T05:05:56.672Z] nexus3.edgexfoundry.org:10001 [2024-07-04T05:05:56.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:05:56.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:05:56.672Z] Configure a credential helper to remove this warning. See [2024-07-04T05:05:56.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:05:56.673Z] [2024-07-04T05:05:56.673Z] Login Succeeded [2024-07-04T05:05:56.673Z] nexus3.edgexfoundry.org:10002 [2024-07-04T05:05:56.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:05:56.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:05:56.673Z] Configure a credential helper to remove this warning. See [2024-07-04T05:05:56.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:05:56.673Z] [2024-07-04T05:05:56.673Z] Login Succeeded [2024-07-04T05:05:56.673Z] nexus3.edgexfoundry.org:10003 [2024-07-04T05:05:56.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:05:56.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:05:56.934Z] Configure a credential helper to remove this warning. See [2024-07-04T05:05:56.934Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:05:56.934Z] [2024-07-04T05:05:56.934Z] Login Succeeded [2024-07-04T05:05:56.934Z] nexus3.edgexfoundry.org:10004 [2024-07-04T05:05:56.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:05:56.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:05:56.934Z] Configure a credential helper to remove this warning. See [2024-07-04T05:05:56.934Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:05:56.934Z] [2024-07-04T05:05:56.934Z] Login Succeeded [2024-07-04T05:05:56.934Z] ****.io [2024-07-04T05:05:56.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:05:57.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:05:57.192Z] Configure a credential helper to remove this warning. See [2024-07-04T05:05:57.192Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:05:57.192Z] [2024-07-04T05:05:57.192Z] Login Succeeded [2024-07-04T05:05:57.192Z] ---> ****-login.sh ends [Pipeline] } [2024-07-04T05:05:57.199Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-04T05:05:57.240Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T05:05:57.262Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2024-07-04T05:05:57.262Z] 35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:05:57.262Z] latest [2024-07-04T05:05:57.262Z] 3.2.0-dev.13 [2024-07-04T05:05:57.262Z] 35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [2024-07-04T05:05:57.262Z] main [2024-07-04T05:05:57.262Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:05:57.597Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:05:57.921Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:05:57.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-07-04T05:05:57.921Z] 7ee173801028: Preparing [2024-07-04T05:05:57.921Z] b20ae2b2c575: Preparing [2024-07-04T05:05:57.921Z] 724656f21573: Preparing [2024-07-04T05:05:57.921Z] 33cd5d28c334: Preparing [2024-07-04T05:05:57.921Z] d5a992eb6d02: Preparing [2024-07-04T05:05:57.921Z] 63ec0bd56cf3: Preparing [2024-07-04T05:05:57.921Z] 63ec0bd56cf3: Waiting [2024-07-04T05:05:57.921Z] b20ae2b2c575: Pushed [2024-07-04T05:05:57.921Z] d5a992eb6d02: Pushed [2024-07-04T05:05:57.921Z] 7ee173801028: Pushed [2024-07-04T05:05:57.921Z] 63ec0bd56cf3: Layer already exists [2024-07-04T05:05:58.489Z] 33cd5d28c334: Pushed [2024-07-04T05:06:06.620Z] 724656f21573: Pushed [2024-07-04T05:06:06.620Z] 35de5baf133cb3849b13998f5bd615ef0c638656: digest: sha256:d9e0b61cf2dd056eb5a7787eb24a9cc45005c86bc3709a28bf80fbbacbc0b490 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:06.954Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:07.280Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2024-07-04T05:06:07.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-07-04T05:06:07.280Z] 7ee173801028: Preparing [2024-07-04T05:06:07.280Z] b20ae2b2c575: Preparing [2024-07-04T05:06:07.280Z] 724656f21573: Preparing [2024-07-04T05:06:07.280Z] 33cd5d28c334: Preparing [2024-07-04T05:06:07.280Z] d5a992eb6d02: Preparing [2024-07-04T05:06:07.280Z] 63ec0bd56cf3: Preparing [2024-07-04T05:06:07.280Z] 63ec0bd56cf3: Waiting [2024-07-04T05:06:07.280Z] 7ee173801028: Layer already exists [2024-07-04T05:06:07.280Z] d5a992eb6d02: Layer already exists [2024-07-04T05:06:07.280Z] 724656f21573: Layer already exists [2024-07-04T05:06:07.280Z] b20ae2b2c575: Layer already exists [2024-07-04T05:06:07.280Z] 33cd5d28c334: Layer already exists [2024-07-04T05:06:07.280Z] 63ec0bd56cf3: Layer already exists [2024-07-04T05:06:07.280Z] latest: digest: sha256:d9e0b61cf2dd056eb5a7787eb24a9cc45005c86bc3709a28bf80fbbacbc0b490 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:07.617Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:07.953Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.13 [2024-07-04T05:06:07.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-07-04T05:06:07.953Z] 7ee173801028: Preparing [2024-07-04T05:06:07.953Z] b20ae2b2c575: Preparing [2024-07-04T05:06:07.953Z] 724656f21573: Preparing [2024-07-04T05:06:07.953Z] 33cd5d28c334: Preparing [2024-07-04T05:06:07.953Z] d5a992eb6d02: Preparing [2024-07-04T05:06:07.953Z] 63ec0bd56cf3: Preparing [2024-07-04T05:06:07.953Z] 63ec0bd56cf3: Waiting [2024-07-04T05:06:07.953Z] b20ae2b2c575: Layer already exists [2024-07-04T05:06:07.953Z] 724656f21573: Layer already exists [2024-07-04T05:06:07.953Z] 33cd5d28c334: Layer already exists [2024-07-04T05:06:07.953Z] d5a992eb6d02: Layer already exists [2024-07-04T05:06:07.953Z] 7ee173801028: Layer already exists [2024-07-04T05:06:07.953Z] 63ec0bd56cf3: Layer already exists [2024-07-04T05:06:07.953Z] 3.2.0-dev.13: digest: sha256:d9e0b61cf2dd056eb5a7787eb24a9cc45005c86bc3709a28bf80fbbacbc0b490 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:08.287Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:08.612Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [2024-07-04T05:06:08.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-07-04T05:06:08.612Z] 7ee173801028: Preparing [2024-07-04T05:06:08.612Z] b20ae2b2c575: Preparing [2024-07-04T05:06:08.612Z] 724656f21573: Preparing [2024-07-04T05:06:08.612Z] 33cd5d28c334: Preparing [2024-07-04T05:06:08.612Z] d5a992eb6d02: Preparing [2024-07-04T05:06:08.612Z] 63ec0bd56cf3: Preparing [2024-07-04T05:06:08.612Z] 63ec0bd56cf3: Waiting [2024-07-04T05:06:08.612Z] 33cd5d28c334: Layer already exists [2024-07-04T05:06:08.612Z] 7ee173801028: Layer already exists [2024-07-04T05:06:08.612Z] 724656f21573: Layer already exists [2024-07-04T05:06:08.612Z] b20ae2b2c575: Layer already exists [2024-07-04T05:06:08.612Z] d5a992eb6d02: Layer already exists [2024-07-04T05:06:08.612Z] 63ec0bd56cf3: Layer already exists [2024-07-04T05:06:08.612Z] 35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13: digest: sha256:d9e0b61cf2dd056eb5a7787eb24a9cc45005c86bc3709a28bf80fbbacbc0b490 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:08.939Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:09.267Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2024-07-04T05:06:09.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-07-04T05:06:09.267Z] 7ee173801028: Preparing [2024-07-04T05:06:09.267Z] b20ae2b2c575: Preparing [2024-07-04T05:06:09.267Z] 724656f21573: Preparing [2024-07-04T05:06:09.267Z] 33cd5d28c334: Preparing [2024-07-04T05:06:09.267Z] d5a992eb6d02: Preparing [2024-07-04T05:06:09.267Z] 63ec0bd56cf3: Preparing [2024-07-04T05:06:09.267Z] 63ec0bd56cf3: Waiting [2024-07-04T05:06:09.267Z] 724656f21573: Layer already exists [2024-07-04T05:06:09.267Z] 7ee173801028: Layer already exists [2024-07-04T05:06:09.267Z] d5a992eb6d02: Layer already exists [2024-07-04T05:06:09.267Z] 33cd5d28c334: Layer already exists [2024-07-04T05:06:09.267Z] b20ae2b2c575: Layer already exists [2024-07-04T05:06:09.267Z] 63ec0bd56cf3: Layer already exists [2024-07-04T05:06:09.267Z] main: digest: sha256:d9e0b61cf2dd056eb5a7787eb24a9cc45005c86bc3709a28bf80fbbacbc0b490 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-04T05:06:09.354Z] ===================================================== [Pipeline] echo [2024-07-04T05:06:09.375Z] taggedImages: [2024-07-04T05:06:09.375Z] - nexus3.edgexfoundry.org:10004/device-mqtt:35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:06:09.375Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2024-07-04T05:06:09.375Z] - nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.13 [2024-07-04T05:06:09.375Z] - nexus3.edgexfoundry.org:10004/device-mqtt:35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [2024-07-04T05:06:09.375Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [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 [2024-07-04T05:06:09.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-04T05:06:09.792Z] [2024-07-04T05:06:09.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:06:10.094Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-04T05:06:10.094Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-04T05:06:10.094Z] 5eb5b503b376: Pulling fs layer [2024-07-04T05:06:10.094Z] 5c69ac0246d0: Pulling fs layer [2024-07-04T05:06:10.094Z] ec43610c2a17: Pulling fs layer [2024-07-04T05:06:10.094Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-04T05:06:10.094Z] 33b1e0a273af: Pulling fs layer [2024-07-04T05:06:10.094Z] 3a2ae6a8a46f: Waiting [2024-07-04T05:06:10.094Z] 5d3b04190fa2: Pulling fs layer [2024-07-04T05:06:10.094Z] 2f39f015ded8: Pulling fs layer [2024-07-04T05:06:10.094Z] 33b1e0a273af: Waiting [2024-07-04T05:06:10.094Z] 5d3b04190fa2: Waiting [2024-07-04T05:06:10.094Z] 5c69ac0246d0: Verifying Checksum [2024-07-04T05:06:10.094Z] 5c69ac0246d0: Download complete [2024-07-04T05:06:10.094Z] 3a2ae6a8a46f: Download complete [2024-07-04T05:06:10.094Z] 33b1e0a273af: Verifying Checksum [2024-07-04T05:06:10.094Z] 33b1e0a273af: Download complete [2024-07-04T05:06:10.094Z] 5d3b04190fa2: Verifying Checksum [2024-07-04T05:06:10.094Z] 5d3b04190fa2: Download complete [2024-07-04T05:06:10.094Z] ec43610c2a17: Verifying Checksum [2024-07-04T05:06:10.094Z] ec43610c2a17: Download complete [2024-07-04T05:06:10.353Z] 5eb5b503b376: Verifying Checksum [2024-07-04T05:06:10.353Z] 5eb5b503b376: Download complete [2024-07-04T05:06:10.920Z] 2f39f015ded8: Download complete [2024-07-04T05:06:11.487Z] 5eb5b503b376: Pull complete [2024-07-04T05:06:11.487Z] 5c69ac0246d0: Pull complete [2024-07-04T05:06:12.054Z] ec43610c2a17: Pull complete [2024-07-04T05:06:12.054Z] 3a2ae6a8a46f: Pull complete [2024-07-04T05:06:12.312Z] 33b1e0a273af: Pull complete [2024-07-04T05:06:12.312Z] 5d3b04190fa2: Pull complete [2024-07-04T05:06:16.496Z] 2f39f015ded8: Pull complete [2024-07-04T05:06:16.496Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-04T05:06:16.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-04T05:06:16.496Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:06:16.599Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:06:16.630Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-04T05:06:21.254Z] $ docker top dc1e04700f5671d8c644adb61d82209be6e6423c65bee08c86cae5b0db86631d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:06:21.630Z] ---> job-cost.sh [2024-07-04T05:06:21.630Z] lf-activate-venv: SKIPPING [2024-07-04T05:06:21.630Z] INFO: No Stack... [2024-07-04T05:06:22.199Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-04T05:06:22.458Z] INFO: Archiving Costs [Pipeline] sh [2024-07-04T05:06:22.746Z] + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv [2024-07-04T05:06:22.747Z] + cut -d, -f6 [Pipeline] lock [2024-07-04T05:06:22.760Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] [2024-07-04T05:06:22.790Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] did not exist. Created. [2024-07-04T05:06:22.797Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-04T05:06:23.113Z] + echo total: 0.6600000262260437 [Pipeline] stash [2024-07-04T05:06:23.139Z] Stashed 1 file(s) [Pipeline] } [2024-07-04T05:06:23.148Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-04T05:06:23.186Z] $ docker stop --time=1 dc1e04700f5671d8c644adb61d82209be6e6423c65bee08c86cae5b0db86631d [2024-07-04T05:06:24.438Z] $ docker rm -f --volumes dc1e04700f5671d8c644adb61d82209be6e6423c65bee08c86cae5b0db86631d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-04T05:06:32.585Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4990 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2024-07-04T05:06:32.604Z] Running in /w/workspace/device-mqtt-go/167 [Pipeline] { [Pipeline] checkout [2024-07-04T05:06:32.651Z] The recommended git tool is: git [2024-07-04T05:06:41.884Z] using credential edgex-jenkins-ssh [2024-07-04T05:06:41.907Z] Cloning the remote Git repository [2024-07-04T05:06:41.991Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2024-07-04T05:06:42.134Z] > git init /w/workspace/device-mqtt-go/167 # timeout=10 [2024-07-04T05:06:42.547Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2024-07-04T05:06:42.550Z] > git --version # timeout=10 [2024-07-04T05:06:42.582Z] > git --version # 'git version 2.25.1' [2024-07-04T05:06:42.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-04T05:06:42.834Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-04T05:06:45.679Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2024-07-04T05:06:45.715Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-04T05:06:47.151Z] Avoid second fetch [2024-07-04T05:06:47.152Z] Checking out Revision 35de5baf133cb3849b13998f5bd615ef0c638656 (main) [2024-07-04T05:06:47.167Z] > git config core.sparsecheckout # timeout=10 [2024-07-04T05:06:47.273Z] > git checkout -f 35de5baf133cb3849b13998f5bd615ef0c638656 # timeout=10 [2024-07-04T05:06:48.168Z] Commit message: "Merge pull request #679 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.20" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-04T05:06:53.121Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-04T05:06:53.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-04T05:06:53.121Z] Dload Upload Total Spent Left Speed [2024-07-04T05:06:53.121Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 82230 0 --:--:-- --:--:-- --:--:-- 82230 [Pipeline] sh [2024-07-04T05:06:53.465Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-04T05:06:53.792Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-04T05:06:53.792Z] + sudo tee /etc/docker/daemon.new [2024-07-04T05:06:53.792Z] { [2024-07-04T05:06:53.792Z] "registry-mirrors": [ [2024-07-04T05:06:53.792Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-04T05:06:53.792Z] ], [2024-07-04T05:06:53.792Z] "bip": "10.250.0.254/24", [2024-07-04T05:06:53.792Z] "hosts": [ [2024-07-04T05:06:53.792Z] "tcp://0.0.0.0:5555", [2024-07-04T05:06:53.792Z] "unix:///var/run/docker.sock" [2024-07-04T05:06:53.792Z] ], [2024-07-04T05:06:53.792Z] "mtu": 1458, [2024-07-04T05:06:53.792Z] "selinux-enabled": true, [2024-07-04T05:06:53.792Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-04T05:06:53.792Z] } [Pipeline] sh [2024-07-04T05:06:54.138Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-04T05:06:54.483Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-04T05:07:13.495Z] provisioning config files... [2024-07-04T05:07:13.522Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/167@tmp/config5878048477829676337tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:07:13.965Z] ---> ****-login.sh [2024-07-04T05:07:13.965Z] nexus3.edgexfoundry.org:10001 [2024-07-04T05:07:14.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:07:14.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:07:14.552Z] Configure a credential helper to remove this warning. See [2024-07-04T05:07:14.552Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:07:14.552Z] [2024-07-04T05:07:14.552Z] Login Succeeded [2024-07-04T05:07:14.552Z] nexus3.edgexfoundry.org:10002 [2024-07-04T05:07:14.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:07:15.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:07:15.089Z] Configure a credential helper to remove this warning. See [2024-07-04T05:07:15.090Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:07:15.090Z] [2024-07-04T05:07:15.090Z] Login Succeeded [2024-07-04T05:07:15.090Z] nexus3.edgexfoundry.org:10003 [2024-07-04T05:07:15.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:07:15.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:07:15.359Z] Configure a credential helper to remove this warning. See [2024-07-04T05:07:15.359Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:07:15.359Z] [2024-07-04T05:07:15.359Z] Login Succeeded [2024-07-04T05:07:15.359Z] nexus3.edgexfoundry.org:10004 [2024-07-04T05:07:15.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:07:15.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:07:15.900Z] Configure a credential helper to remove this warning. See [2024-07-04T05:07:15.900Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:07:15.900Z] [2024-07-04T05:07:15.900Z] Login Succeeded [2024-07-04T05:07:15.900Z] ****.io [2024-07-04T05:07:16.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:07:16.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:07:16.433Z] Configure a credential helper to remove this warning. See [2024-07-04T05:07:16.433Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:07:16.433Z] [2024-07-04T05:07:16.433Z] Login Succeeded [2024-07-04T05:07:16.433Z] ---> ****-login.sh ends [Pipeline] } [2024-07-04T05:07:16.451Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-04T05:07:16.714Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T05:07:16.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T05:07:16.757Z] ========================================================= [2024-07-04T05:07:16.758Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-04T05:07:16.758Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:07:17.134Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-04T05:07:17.402Z] Sending build context to Docker daemon 10.6MB [2024-07-04T05:07:17.402Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-04T05:07:17.402Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-04T05:07:17.672Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-04T05:07:17.672Z] c6b39de5b339: Pulling fs layer [2024-07-04T05:07:17.672Z] a69c41024577: Pulling fs layer [2024-07-04T05:07:17.672Z] d6de4b400683: Pulling fs layer [2024-07-04T05:07:17.672Z] 35cb2a7552d0: Pulling fs layer [2024-07-04T05:07:17.672Z] 4f4fb700ef54: Pulling fs layer [2024-07-04T05:07:17.672Z] 464afbd9ba4c: Pulling fs layer [2024-07-04T05:07:17.672Z] 00f215d4a9da: Pulling fs layer [2024-07-04T05:07:17.672Z] d496ad576159: Pulling fs layer [2024-07-04T05:07:17.672Z] 4f4fb700ef54: Waiting [2024-07-04T05:07:17.672Z] 464afbd9ba4c: Waiting [2024-07-04T05:07:17.672Z] 00f215d4a9da: Waiting [2024-07-04T05:07:17.672Z] d496ad576159: Waiting [2024-07-04T05:07:17.672Z] 35cb2a7552d0: Waiting [2024-07-04T05:07:17.672Z] a69c41024577: Verifying Checksum [2024-07-04T05:07:17.672Z] a69c41024577: Download complete [2024-07-04T05:07:17.672Z] 35cb2a7552d0: Verifying Checksum [2024-07-04T05:07:17.672Z] 35cb2a7552d0: Download complete [2024-07-04T05:07:17.672Z] 4f4fb700ef54: Verifying Checksum [2024-07-04T05:07:17.672Z] 4f4fb700ef54: Download complete [2024-07-04T05:07:17.672Z] 464afbd9ba4c: Verifying Checksum [2024-07-04T05:07:17.672Z] 464afbd9ba4c: Download complete [2024-07-04T05:07:17.672Z] c6b39de5b339: Download complete [2024-07-04T05:07:18.262Z] d496ad576159: Verifying Checksum [2024-07-04T05:07:18.262Z] d496ad576159: Download complete [2024-07-04T05:07:18.533Z] c6b39de5b339: Pull complete [2024-07-04T05:07:19.129Z] a69c41024577: Pull complete [2024-07-04T05:07:19.721Z] d6de4b400683: Verifying Checksum [2024-07-04T05:07:19.721Z] d6de4b400683: Download complete [2024-07-04T05:07:20.709Z] 00f215d4a9da: Verifying Checksum [2024-07-04T05:07:20.709Z] 00f215d4a9da: Download complete [2024-07-04T05:07:33.074Z] d6de4b400683: Pull complete [2024-07-04T05:07:33.074Z] 35cb2a7552d0: Pull complete [2024-07-04T05:07:33.074Z] 4f4fb700ef54: Pull complete [2024-07-04T05:07:33.360Z] 464afbd9ba4c: Pull complete [2024-07-04T05:07:43.458Z] 00f215d4a9da: Pull complete [2024-07-04T05:07:44.050Z] d496ad576159: Pull complete [2024-07-04T05:07:44.050Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-04T05:07:44.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-04T05:07:44.050Z] ---> f246e2811388 [2024-07-04T05:07:44.050Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-07-04T05:07:45.019Z] ---> Running in 470788cfcfbd [2024-07-04T05:07:45.288Z] Removing intermediate container 470788cfcfbd [2024-07-04T05:07:45.288Z] ---> 2d275d6cc08c [2024-07-04T05:07:45.288Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-04T05:07:45.288Z] ---> Running in 0070f84d7fc2 [2024-07-04T05:07:45.560Z] Removing intermediate container 0070f84d7fc2 [2024-07-04T05:07:45.560Z] ---> e3c43c34d35d [2024-07-04T05:07:45.560Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-04T05:07:45.560Z] ---> Running in 98eff4e97288 [2024-07-04T05:07:45.837Z] Removing intermediate container 98eff4e97288 [2024-07-04T05:07:45.837Z] ---> 7be10ba99d84 [2024-07-04T05:07:45.837Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-04T05:07:46.114Z] ---> Running in c47e8fb500d2 [2024-07-04T05:07:46.386Z] Removing intermediate container c47e8fb500d2 [2024-07-04T05:07:46.386Z] ---> 1f83a01ca7ef [2024-07-04T05:07:46.386Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-04T05:07:46.386Z] ---> Running in b26f28225d3c [2024-07-04T05:07:47.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-04T05:07:48.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-04T05:07:49.532Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-04T05:07:49.532Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-04T05:07:49.532Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-04T05:07:49.532Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-04T05:07:49.532Z] Executing busybox-1.36.1-r5.trigger [2024-07-04T05:07:49.532Z] OK: 271 MiB in 56 packages [2024-07-04T05:07:51.491Z] Removing intermediate container b26f28225d3c [2024-07-04T05:07:51.491Z] ---> 2c932c79970a [2024-07-04T05:07:51.491Z] Step 8/12 : WORKDIR /device-mqtt-go [2024-07-04T05:07:51.491Z] ---> Running in 998b063c0563 [2024-07-04T05:07:51.491Z] Removing intermediate container 998b063c0563 [2024-07-04T05:07:51.491Z] ---> 2a88362e498e [2024-07-04T05:07:51.491Z] Step 9/12 : COPY go.mod vendor* ./ [2024-07-04T05:07:52.083Z] ---> 4630726c129e [2024-07-04T05:07:52.083Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-04T05:07:52.083Z] ---> Running in 8c3dc43fd392 [2024-07-04T05:10:13.841Z] Removing intermediate container 8c3dc43fd392 [2024-07-04T05:10:13.841Z] ---> 0124946fa250 [2024-07-04T05:10:13.841Z] Step 11/12 : COPY . . [2024-07-04T05:10:13.841Z] ---> e79850b950c1 [2024-07-04T05:10:13.841Z] Step 12/12 : RUN $MAKE [2024-07-04T05:10:13.841Z] ---> Running in a8e9da468576 [2024-07-04T05:10:13.841Z] noop [2024-07-04T05:10:13.841Z] Removing intermediate container a8e9da468576 [2024-07-04T05:10:13.841Z] ---> 56a024c04b2f [2024-07-04T05:10:13.841Z] Successfully built 56a024c04b2f [2024-07-04T05:10:13.841Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:10:14.202Z] + docker inspect -f . ci-base-image-arm64 [2024-07-04T05:10:14.202Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:10:14.407Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2024-07-04T05:10:14.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/167 -v /w/workspace/device-mqtt-go/167:/w/workspace/device-mqtt-go/167:rw,z -v /w/workspace/device-mqtt-go/167@tmp:/w/workspace/device-mqtt-go/167@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 ******** ci-base-image-arm64 cat [2024-07-04T05:10:15.722Z] $ docker top 966a55c4e0fc0a7a27a8a1e4a7745b6fb85938346b811389e59aa4bdc4f49ccc -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T05:10:16.599Z] + go version [2024-07-04T05:10:16.599Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-04T05:10:16.611Z] $ docker stop --time=1 966a55c4e0fc0a7a27a8a1e4a7745b6fb85938346b811389e59aa4bdc4f49ccc [2024-07-04T05:10:18.261Z] $ docker rm -f --volumes 966a55c4e0fc0a7a27a8a1e4a7745b6fb85938346b811389e59aa4bdc4f49ccc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:10:18.850Z] + docker inspect -f . ci-base-image-arm64 [2024-07-04T05:10:18.850Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:10:19.050Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2024-07-04T05:10:19.111Z] $ 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/167 -v /w/workspace/device-mqtt-go/167:/w/workspace/device-mqtt-go/167:rw,z -v /w/workspace/device-mqtt-go/167@tmp:/w/workspace/device-mqtt-go/167@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 ******** ci-base-image-arm64 cat [2024-07-04T05:10:20.384Z] $ docker top 1b73a6c0212f0c2e3d16a55ef407c2776c25ef049b474bb80bcf37f39d48cfca -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T05:10:21.249Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/167 [Pipeline] fileExists [Pipeline] sh [2024-07-04T05:10:21.908Z] + make test [2024-07-04T05:10:21.908Z] go test ./... -coverprofile=coverage.out ./... [2024-07-04T05:10:28.583Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2024-07-04T05:13:50.564Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2024-07-04T05:13:51.968Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2024-07-04T05:13:51.968Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.055s coverage: 22.8% of statements [2024-07-04T05:13:53.372Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-04T05:13:53.372Z] go vet ./... [2024-07-04T05:14:40.237Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-04T05:14:40.237Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-04T05:14:40.237Z] ./bin/test-attribution-txt.sh [2024-07-04T05:14:40.237Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-04T05:14:40.237Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-04T05:14:40.255Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-04T05:14:40.266Z] $ docker stop --time=1 1b73a6c0212f0c2e3d16a55ef407c2776c25ef049b474bb80bcf37f39d48cfca [2024-07-04T05:14:42.090Z] $ docker rm -f --volumes 1b73a6c0212f0c2e3d16a55ef407c2776c25ef049b474bb80bcf37f39d48cfca [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-04T05:14:43.587Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-04T05:14:43.599Z] Warning: overwriting stash ‘coverage-report’ [2024-07-04T05:14:44.013Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-04T05:14:44.426Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-04T05:14:44.736Z] + ls -al . [2024-07-04T05:14:44.736Z] total 248 [2024-07-04T05:14:44.736Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 4 05:10 . [2024-07-04T05:14:44.736Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 4 05:06 .. [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 4 05:06 .dockerignore [2024-07-04T05:14:44.736Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 4 05:06 .git [2024-07-04T05:14:44.736Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 4 05:06 .github [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 4 05:06 .gitignore [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 4 05:06 .golangci.yml [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 10386 Jul 4 05:06 Attribution.txt [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 18574 Jul 4 05:06 CHANGELOG.md [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 1798 Jul 4 05:06 Dockerfile [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 4 05:06 GOVERNANCE.md [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 657 Jul 4 05:06 Jenkinsfile [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 4 05:06 LICENSE [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 1963 Jul 4 05:06 Makefile [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 4 05:06 OWNERS.md [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 3599 Jul 4 05:06 README.md [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 4 05:03 VERSION [2024-07-04T05:14:44.736Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 4 05:06 bin [2024-07-04T05:14:44.736Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 4 05:06 cmd [2024-07-04T05:14:44.736Z] -rw-r--r-- 1 jenkins jenkins 18506 Jul 4 05:13 coverage.out [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 7122 Jul 4 05:06 go.mod [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 101951 Jul 4 05:06 go.sum [2024-07-04T05:14:44.736Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 4 05:06 internal [2024-07-04T05:14:44.736Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 4 05:06 mock [2024-07-04T05:14:44.736Z] -rw-rw-r-- 1 jenkins jenkins 227 Jul 4 05:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:14:45.079Z] + 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=35de5baf133cb3849b13998f5bd615ef0c638656 --label arch=arm64 --label version=3.2.0-dev.13 . [2024-07-04T05:14:45.350Z] Sending build context to Docker daemon 10.62MB [2024-07-04T05:14:45.617Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-07-04T05:14:45.617Z] Step 2/25 : FROM ${BASE} AS builder [2024-07-04T05:14:45.617Z] ---> 56a024c04b2f [2024-07-04T05:14:45.617Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-07-04T05:14:45.617Z] ---> Running in d8b1cc1b79d5 [2024-07-04T05:14:45.885Z] Removing intermediate container d8b1cc1b79d5 [2024-07-04T05:14:45.885Z] ---> 76116ffe13f1 [2024-07-04T05:14:45.885Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-04T05:14:46.160Z] ---> Running in c38fdb26bb8b [2024-07-04T05:14:46.428Z] Removing intermediate container c38fdb26bb8b [2024-07-04T05:14:46.428Z] ---> eb0863585fa0 [2024-07-04T05:14:46.428Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-04T05:14:46.428Z] ---> Running in e454156831cb [2024-07-04T05:14:46.696Z] Removing intermediate container e454156831cb [2024-07-04T05:14:46.696Z] ---> 06c311a5265f [2024-07-04T05:14:46.696Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-07-04T05:14:46.696Z] ---> Running in 3a59af2e8593 [2024-07-04T05:14:46.964Z] Removing intermediate container 3a59af2e8593 [2024-07-04T05:14:46.964Z] ---> ff752e5d8aeb [2024-07-04T05:14:46.964Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-04T05:14:47.233Z] ---> Running in 3d0a19d5a567 [2024-07-04T05:14:48.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-04T05:14:48.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-04T05:14:49.423Z] OK: 271 MiB in 56 packages [2024-07-04T05:14:50.385Z] Removing intermediate container 3d0a19d5a567 [2024-07-04T05:14:50.385Z] ---> 542b04f8a941 [2024-07-04T05:14:50.385Z] Step 8/25 : WORKDIR /device-mqtt-go [2024-07-04T05:14:50.385Z] ---> Running in 8b046a621331 [2024-07-04T05:14:50.385Z] Removing intermediate container 8b046a621331 [2024-07-04T05:14:50.385Z] ---> 966b5705bfda [2024-07-04T05:14:50.385Z] Step 9/25 : COPY go.mod vendor* ./ [2024-07-04T05:14:50.968Z] ---> 44591492f4aa [2024-07-04T05:14:50.968Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-04T05:14:50.968Z] ---> Running in fc838401ecba [2024-07-04T05:14:53.549Z] Removing intermediate container fc838401ecba [2024-07-04T05:14:53.549Z] ---> 503e5004b926 [2024-07-04T05:14:53.549Z] Step 11/25 : COPY . . [2024-07-04T05:14:54.511Z] ---> 05919dc8bfee [2024-07-04T05:14:54.511Z] Step 12/25 : RUN $MAKE [2024-07-04T05:14:54.783Z] ---> Running in 55c257a50d46 [2024-07-04T05:14:55.744Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.13 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.20" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2024-07-04T05:18:17.524Z] Removing intermediate container 55c257a50d46 [2024-07-04T05:18:17.524Z] ---> 1826e142a537 [2024-07-04T05:18:17.524Z] Step 13/25 : FROM alpine:3.18 [2024-07-04T05:18:17.524Z] 3.18: Pulling from library/alpine [2024-07-04T05:18:17.524Z] 5c905c7ebe2f: Pulling fs layer [2024-07-04T05:18:17.524Z] 5c905c7ebe2f: Verifying Checksum [2024-07-04T05:18:17.524Z] 5c905c7ebe2f: Download complete [2024-07-04T05:18:17.524Z] 5c905c7ebe2f: Pull complete [2024-07-04T05:18:17.524Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-04T05:18:17.524Z] Status: Downloaded newer image for alpine:3.18 [2024-07-04T05:18:17.524Z] ---> dec292d02e07 [2024-07-04T05:18:17.524Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2024-07-04T05:18:17.524Z] ---> Running in d3aa1fab4ac4 [2024-07-04T05:18:17.524Z] Removing intermediate container d3aa1fab4ac4 [2024-07-04T05:18:17.524Z] ---> 1cada75fa38b [2024-07-04T05:18:17.524Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-07-04T05:18:17.524Z] ---> Running in 0a050264b150 [2024-07-04T05:18:17.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-04T05:18:17.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-04T05:18:17.524Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-04T05:18:17.524Z] Executing busybox-1.36.1-r7.trigger [2024-07-04T05:18:17.524Z] OK: 8 MiB in 16 packages [2024-07-04T05:18:17.524Z] Removing intermediate container 0a050264b150 [2024-07-04T05:18:17.524Z] ---> 79f9726357a1 [2024-07-04T05:18:17.524Z] Step 16/25 : RUN apk --no-cache upgrade [2024-07-04T05:18:17.524Z] ---> Running in c39e9dea4e41 [2024-07-04T05:18:17.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-04T05:18:17.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-04T05:18:17.792Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-04T05:18:18.059Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-04T05:18:18.059Z] OK: 8 MiB in 16 packages [2024-07-04T05:18:19.024Z] Removing intermediate container c39e9dea4e41 [2024-07-04T05:18:19.024Z] ---> 9bf494a80b67 [2024-07-04T05:18:19.024Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2024-07-04T05:18:21.603Z] ---> c7b40b24c806 [2024-07-04T05:18:21.603Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2024-07-04T05:18:21.603Z] ---> 21bf43540454 [2024-07-04T05:18:21.603Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2024-07-04T05:18:22.186Z] ---> c1949d27ee91 [2024-07-04T05:18:22.186Z] Step 20/25 : EXPOSE 59982 [2024-07-04T05:18:22.186Z] ---> Running in 18c8ac521591 [2024-07-04T05:18:22.453Z] Removing intermediate container 18c8ac521591 [2024-07-04T05:18:22.453Z] ---> e43660d6f1e2 [2024-07-04T05:18:22.453Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2024-07-04T05:18:22.720Z] ---> Running in 08f9ccad5e02 [2024-07-04T05:18:22.987Z] Removing intermediate container 08f9ccad5e02 [2024-07-04T05:18:22.987Z] ---> 3f1ffe76cff2 [2024-07-04T05:18:22.987Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-07-04T05:18:22.987Z] ---> Running in cd3db7e522c8 [2024-07-04T05:18:23.254Z] Removing intermediate container cd3db7e522c8 [2024-07-04T05:18:23.254Z] ---> 1c2c5aeba343 [2024-07-04T05:18:23.254Z] Step 23/25 : LABEL arch=arm64 [2024-07-04T05:18:23.521Z] ---> Running in 5859ae3234ef [2024-07-04T05:18:23.789Z] Removing intermediate container 5859ae3234ef [2024-07-04T05:18:23.789Z] ---> 2341da14a8b9 [2024-07-04T05:18:23.789Z] Step 24/25 : LABEL git_sha=35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:18:23.789Z] ---> Running in 26bb3ede1492 [2024-07-04T05:18:24.075Z] Removing intermediate container 26bb3ede1492 [2024-07-04T05:18:24.075Z] ---> e7b48e165aa6 [2024-07-04T05:18:24.075Z] Step 25/25 : LABEL version=3.2.0-dev.13 [2024-07-04T05:18:24.075Z] ---> Running in 93b476c3f56f [2024-07-04T05:18:24.343Z] Removing intermediate container 93b476c3f56f [2024-07-04T05:18:24.343Z] ---> 3429e497ee21 [2024-07-04T05:18:24.343Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-04T05:18:24.343Z] Successfully built 3429e497ee21 [2024-07-04T05:18:24.343Z] 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 [2024-07-04T05:18:24.507Z] provisioning config files... [2024-07-04T05:18:24.520Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/167@tmp/config5537796809964303483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:18:24.861Z] ---> ****-login.sh [2024-07-04T05:18:24.861Z] nexus3.edgexfoundry.org:10001 [2024-07-04T05:18:24.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:18:25.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:18:25.129Z] Configure a credential helper to remove this warning. See [2024-07-04T05:18:25.129Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:18:25.129Z] [2024-07-04T05:18:25.129Z] Login Succeeded [2024-07-04T05:18:25.129Z] nexus3.edgexfoundry.org:10002 [2024-07-04T05:18:25.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:18:25.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:18:25.397Z] Configure a credential helper to remove this warning. See [2024-07-04T05:18:25.397Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:18:25.397Z] [2024-07-04T05:18:25.397Z] Login Succeeded [2024-07-04T05:18:25.397Z] nexus3.edgexfoundry.org:10003 [2024-07-04T05:18:25.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:18:25.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:18:25.932Z] Configure a credential helper to remove this warning. See [2024-07-04T05:18:25.932Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:18:25.932Z] [2024-07-04T05:18:25.932Z] Login Succeeded [2024-07-04T05:18:25.932Z] nexus3.edgexfoundry.org:10004 [2024-07-04T05:18:26.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:18:26.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:18:26.200Z] Configure a credential helper to remove this warning. See [2024-07-04T05:18:26.200Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:18:26.200Z] [2024-07-04T05:18:26.200Z] Login Succeeded [2024-07-04T05:18:26.200Z] ****.io [2024-07-04T05:18:26.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T05:18:26.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T05:18:26.732Z] Configure a credential helper to remove this warning. See [2024-07-04T05:18:26.732Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T05:18:26.732Z] [2024-07-04T05:18:26.732Z] Login Succeeded [2024-07-04T05:18:26.732Z] ---> ****-login.sh ends [Pipeline] } [2024-07-04T05:18:26.745Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-04T05:18:26.796Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T05:18:26.830Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2024-07-04T05:18:26.830Z] 35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:18:26.830Z] latest [2024-07-04T05:18:26.830Z] 3.2.0-dev.13 [2024-07-04T05:18:26.830Z] 35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [2024-07-04T05:18:26.830Z] main [2024-07-04T05:18:26.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:27.206Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:27.564Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:18:27.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-07-04T05:18:27.564Z] 9c723cbaa31c: Preparing [2024-07-04T05:18:27.564Z] 1a4e8ec7e439: Preparing [2024-07-04T05:18:27.564Z] d70c599b08d6: Preparing [2024-07-04T05:18:27.564Z] a0db2a9c07ed: Preparing [2024-07-04T05:18:27.564Z] 6d91a5dbb3c4: Preparing [2024-07-04T05:18:27.564Z] da707bb00cb8: Preparing [2024-07-04T05:18:27.564Z] da707bb00cb8: Waiting [2024-07-04T05:18:27.830Z] 9c723cbaa31c: Pushed [2024-07-04T05:18:27.830Z] 6d91a5dbb3c4: Pushed [2024-07-04T05:18:27.830Z] 1a4e8ec7e439: Pushed [2024-07-04T05:18:27.830Z] da707bb00cb8: Layer already exists [2024-07-04T05:18:28.784Z] a0db2a9c07ed: Pushed [2024-07-04T05:18:36.973Z] d70c599b08d6: Pushed [2024-07-04T05:18:36.973Z] 35de5baf133cb3849b13998f5bd615ef0c638656: digest: sha256:3243415391b982909b59bb741bf20e00cf80dd5021d4ddcccd92e71c830943a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:37.383Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:37.755Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2024-07-04T05:18:37.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-07-04T05:18:37.755Z] 9c723cbaa31c: Preparing [2024-07-04T05:18:37.755Z] 1a4e8ec7e439: Preparing [2024-07-04T05:18:37.755Z] d70c599b08d6: Preparing [2024-07-04T05:18:37.755Z] a0db2a9c07ed: Preparing [2024-07-04T05:18:37.755Z] 6d91a5dbb3c4: Preparing [2024-07-04T05:18:37.755Z] da707bb00cb8: Preparing [2024-07-04T05:18:37.755Z] 9c723cbaa31c: Layer already exists [2024-07-04T05:18:37.755Z] 6d91a5dbb3c4: Layer already exists [2024-07-04T05:18:37.755Z] 1a4e8ec7e439: Layer already exists [2024-07-04T05:18:37.755Z] a0db2a9c07ed: Layer already exists [2024-07-04T05:18:37.755Z] d70c599b08d6: Layer already exists [2024-07-04T05:18:37.755Z] da707bb00cb8: Layer already exists [2024-07-04T05:18:38.028Z] latest: digest: sha256:3243415391b982909b59bb741bf20e00cf80dd5021d4ddcccd92e71c830943a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:38.402Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:38.768Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.13 [2024-07-04T05:18:38.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-07-04T05:18:38.768Z] 9c723cbaa31c: Preparing [2024-07-04T05:18:38.768Z] 1a4e8ec7e439: Preparing [2024-07-04T05:18:38.768Z] d70c599b08d6: Preparing [2024-07-04T05:18:38.768Z] a0db2a9c07ed: Preparing [2024-07-04T05:18:38.768Z] 6d91a5dbb3c4: Preparing [2024-07-04T05:18:38.768Z] da707bb00cb8: Preparing [2024-07-04T05:18:38.768Z] da707bb00cb8: Waiting [2024-07-04T05:18:38.768Z] 6d91a5dbb3c4: Layer already exists [2024-07-04T05:18:38.768Z] 9c723cbaa31c: Layer already exists [2024-07-04T05:18:38.768Z] d70c599b08d6: Layer already exists [2024-07-04T05:18:38.768Z] a0db2a9c07ed: Layer already exists [2024-07-04T05:18:38.768Z] 1a4e8ec7e439: Layer already exists [2024-07-04T05:18:38.768Z] da707bb00cb8: Layer already exists [2024-07-04T05:18:39.035Z] 3.2.0-dev.13: digest: sha256:3243415391b982909b59bb741bf20e00cf80dd5021d4ddcccd92e71c830943a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:39.392Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:39.744Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [2024-07-04T05:18:39.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-07-04T05:18:39.744Z] 9c723cbaa31c: Preparing [2024-07-04T05:18:39.744Z] 1a4e8ec7e439: Preparing [2024-07-04T05:18:39.744Z] d70c599b08d6: Preparing [2024-07-04T05:18:39.744Z] a0db2a9c07ed: Preparing [2024-07-04T05:18:39.744Z] 6d91a5dbb3c4: Preparing [2024-07-04T05:18:39.744Z] da707bb00cb8: Preparing [2024-07-04T05:18:39.744Z] da707bb00cb8: Waiting [2024-07-04T05:18:39.744Z] 1a4e8ec7e439: Layer already exists [2024-07-04T05:18:39.744Z] 9c723cbaa31c: Layer already exists [2024-07-04T05:18:39.744Z] d70c599b08d6: Layer already exists [2024-07-04T05:18:39.744Z] a0db2a9c07ed: Layer already exists [2024-07-04T05:18:39.744Z] 6d91a5dbb3c4: Layer already exists [2024-07-04T05:18:39.744Z] da707bb00cb8: Layer already exists [2024-07-04T05:18:40.010Z] 35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13: digest: sha256:3243415391b982909b59bb741bf20e00cf80dd5021d4ddcccd92e71c830943a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:40.368Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:40.716Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2024-07-04T05:18:40.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-07-04T05:18:40.716Z] 9c723cbaa31c: Preparing [2024-07-04T05:18:40.716Z] 1a4e8ec7e439: Preparing [2024-07-04T05:18:40.716Z] d70c599b08d6: Preparing [2024-07-04T05:18:40.716Z] a0db2a9c07ed: Preparing [2024-07-04T05:18:40.716Z] 6d91a5dbb3c4: Preparing [2024-07-04T05:18:40.716Z] da707bb00cb8: Preparing [2024-07-04T05:18:40.716Z] da707bb00cb8: Waiting [2024-07-04T05:18:40.716Z] 6d91a5dbb3c4: Layer already exists [2024-07-04T05:18:40.716Z] d70c599b08d6: Layer already exists [2024-07-04T05:18:40.716Z] a0db2a9c07ed: Layer already exists [2024-07-04T05:18:40.716Z] 9c723cbaa31c: Layer already exists [2024-07-04T05:18:40.716Z] 1a4e8ec7e439: Layer already exists [2024-07-04T05:18:40.716Z] da707bb00cb8: Layer already exists [2024-07-04T05:18:40.983Z] main: digest: sha256:3243415391b982909b59bb741bf20e00cf80dd5021d4ddcccd92e71c830943a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-04T05:18:41.070Z] ===================================================== [Pipeline] echo [2024-07-04T05:18:41.089Z] taggedImages: [2024-07-04T05:18:41.089Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:35de5baf133cb3849b13998f5bd615ef0c638656 [2024-07-04T05:18:41.089Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2024-07-04T05:18:41.089Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.13 [2024-07-04T05:18:41.089Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:35de5baf133cb3849b13998f5bd615ef0c638656-3.2.0-dev.13 [2024-07-04T05:18:41.089Z] - 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 [2024-07-04T05:18:41.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-04T05:18:41.486Z] [2024-07-04T05:18:41.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:18:41.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-04T05:18:41.824Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-04T05:18:41.824Z] 8998bd30e6a1: Pulling fs layer [2024-07-04T05:18:41.824Z] 04944245beec: Pulling fs layer [2024-07-04T05:18:41.824Z] 699f458cf7ca: Pulling fs layer [2024-07-04T05:18:41.824Z] 765212b225bb: Pulling fs layer [2024-07-04T05:18:41.824Z] f23df028b6ca: Pulling fs layer [2024-07-04T05:18:41.824Z] d65c8cfc05b1: Pulling fs layer [2024-07-04T05:18:41.824Z] 2437ff75d9bd: Pulling fs layer [2024-07-04T05:18:41.824Z] f23df028b6ca: Waiting [2024-07-04T05:18:41.824Z] d65c8cfc05b1: Waiting [2024-07-04T05:18:41.824Z] 2437ff75d9bd: Waiting [2024-07-04T05:18:41.824Z] 765212b225bb: Waiting [2024-07-04T05:18:42.090Z] 04944245beec: Verifying Checksum [2024-07-04T05:18:42.090Z] 04944245beec: Download complete [2024-07-04T05:18:42.090Z] 765212b225bb: Verifying Checksum [2024-07-04T05:18:42.090Z] 765212b225bb: Download complete [2024-07-04T05:18:42.090Z] f23df028b6ca: Verifying Checksum [2024-07-04T05:18:42.090Z] f23df028b6ca: Download complete [2024-07-04T05:18:42.090Z] d65c8cfc05b1: Verifying Checksum [2024-07-04T05:18:42.090Z] d65c8cfc05b1: Download complete [2024-07-04T05:18:42.090Z] 699f458cf7ca: Verifying Checksum [2024-07-04T05:18:42.090Z] 699f458cf7ca: Download complete [2024-07-04T05:18:42.674Z] 8998bd30e6a1: Verifying Checksum [2024-07-04T05:18:42.674Z] 8998bd30e6a1: Download complete [2024-07-04T05:18:45.252Z] 2437ff75d9bd: Download complete [2024-07-04T05:18:47.194Z] 8998bd30e6a1: Pull complete [2024-07-04T05:18:47.774Z] 04944245beec: Pull complete [2024-07-04T05:18:49.183Z] 699f458cf7ca: Pull complete [2024-07-04T05:18:49.449Z] 765212b225bb: Pull complete [2024-07-04T05:18:50.028Z] f23df028b6ca: Pull complete [2024-07-04T05:18:50.293Z] d65c8cfc05b1: Pull complete [2024-07-04T05:19:08.474Z] 2437ff75d9bd: Pull complete [2024-07-04T05:19:08.474Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-04T05:19:08.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-04T05:19:08.474Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:19:08.700Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2024-07-04T05:19:08.747Z] $ 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/167 -v /w/workspace/device-mqtt-go/167:/w/workspace/device-mqtt-go/167:rw,z -v /w/workspace/device-mqtt-go/167@tmp:/w/workspace/device-mqtt-go/167@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:arm64 cat [2024-07-04T05:19:11.264Z] $ docker top 5b82a9c85aed034bd510423ddf101e9d1897ee45f73eed25874ad8e183836260 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:19:12.108Z] ---> job-cost.sh [2024-07-04T05:19:12.108Z] lf-activate-venv: SKIPPING [2024-07-04T05:19:12.108Z] INFO: No Stack... [2024-07-04T05:19:12.373Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-04T05:19:13.324Z] INFO: Archiving Costs [Pipeline] sh [2024-07-04T05:19:13.950Z] + cat /w/workspace/device-mqtt-go/167/archives/cost.csv [2024-07-04T05:19:13.950Z] + cut -d, -f6 [Pipeline] lock [2024-07-04T05:19:13.983Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] [2024-07-04T05:19:13.996Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] did not exist. Created. [2024-07-04T05:19:14.004Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-04T05:19:14.655Z] /w/workspace/device-mqtt-go/167@tmp/durable-0b4786f8/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-04T05:19:15.286Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-04T05:19:15.319Z] Warning: overwriting stash ‘stack-cost’ [2024-07-04T05:19:15.380Z] Stashed 1 file(s) [Pipeline] } [2024-07-04T05:19:15.390Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-167-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-04T05:19:15.416Z] $ docker stop --time=1 5b82a9c85aed034bd510423ddf101e9d1897ee45f73eed25874ad8e183836260 [2024-07-04T05:19:16.903Z] $ docker rm -f --volumes 5b82a9c85aed034bd510423ddf101e9d1897ee45f73eed25874ad8e183836260 [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 [2024-07-04T05:19:17.360Z] provisioning config files... [2024-07-04T05:19:17.366Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17862420581886158494tmp [Pipeline] { [Pipeline] sh [2024-07-04T05:19:17.660Z] + set +x [2024-07-04T05:19:17.660Z] + curl -s https://codecov.io/bash [2024-07-04T05:19:17.660Z] + bash -s -- [2024-07-04T05:19:17.660Z] [2024-07-04T05:19:17.660Z] _____ _ [2024-07-04T05:19:17.660Z] / ____| | | [2024-07-04T05:19:17.660Z] | | ___ __| | ___ ___ _____ __ [2024-07-04T05:19:17.660Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-04T05:19:17.660Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-04T05:19:17.660Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-04T05:19:17.660Z] Bash-1.0.6 [2024-07-04T05:19:17.660Z] [2024-07-04T05:19:17.660Z] [2024-07-04T05:19:17.660Z] ==> git version 2.25.1 found [2024-07-04T05:19:17.660Z] ==> 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 [2024-07-04T05:19:17.660Z] Release-Date: 2020-01-08 [2024-07-04T05:19:17.661Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-04T05:19:17.661Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-04T05:19:17.661Z] ==> Jenkins CI detected. [2024-07-04T05:19:17.661Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2024-07-04T05:19:17.661Z] project root: . [2024-07-04T05:19:17.661Z] --> token set from env [2024-07-04T05:19:17.661Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-04T05:19:17.661Z] ==> Running gcov in . (disable via -X gcov) [2024-07-04T05:19:17.661Z] ==> Python coveragepy not found [2024-07-04T05:19:17.661Z] ==> Searching for coverage reports in: [2024-07-04T05:19:17.661Z] + . [2024-07-04T05:19:17.661Z] -> Found 1 reports [2024-07-04T05:19:17.661Z] ==> Detecting git/mercurial file structure [2024-07-04T05:19:17.661Z] ==> Reading reports [2024-07-04T05:19:17.920Z] + ./coverage.out bytes=18506 [2024-07-04T05:19:17.920Z] ==> Appending adjustments [2024-07-04T05:19:17.920Z] https://docs.codecov.io/docs/fixing-reports [2024-07-04T05:19:17.920Z] + Found adjustments [2024-07-04T05:19:17.920Z] ==> Gzipping contents [2024-07-04T05:19:17.920Z] 4.0K /tmp/codecov.Zgyaqf.gz [2024-07-04T05:19:17.920Z] ==> Uploading reports [2024-07-04T05:19:17.920Z] url: https://codecov.io [2024-07-04T05:19:17.920Z] query: branch=main&commit=35de5baf133cb3849b13998f5bd615ef0c638656&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F167%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-04T05:19:17.920Z] -> Pinging Codecov [2024-07-04T05:19:17.920Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=35de5baf133cb3849b13998f5bd615ef0c638656&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F167%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-04T05:19:17.920Z] -> Uploading to [2024-07-04T05:19:17.920Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-04/7D719EC7BBE17E464838252E33014C33/35de5baf133cb3849b13998f5bd615ef0c638656/493285ad-8b7f-4048-b773-be5fb5af2e60.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240704%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240704T051917Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c2c96e02662f7e4a8c392932564d8c3f3864b0a9691da11000640e8e2e636de [2024-07-04T05:19:17.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-04T05:19:17.920Z] Dload Upload Total Spent Left Speed [2024-07-04T05:19:18.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3049 0 0 100 3049 0 14658 --:--:-- --:--:-- --:--:-- 14588 100 3049 0 0 100 3049 0 12495 --:--:-- --:--:-- --:--:-- 12495 [2024-07-04T05:19:18.180Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] } [2024-07-04T05:19:18.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-04T05:19:18.315Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-04T05:19:18.329Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:19:18.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-04T05:19:18.636Z] [2024-07-04T05:19:18.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:19:18.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-04T05:19:18.938Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-04T05:19:18.938Z] 619be1103602: Already exists [2024-07-04T05:19:18.938Z] f8ea3408117e: Pulling fs layer [2024-07-04T05:19:18.938Z] 91320369b822: Pulling fs layer [2024-07-04T05:19:18.938Z] 0406650e8295: Pulling fs layer [2024-07-04T05:19:18.938Z] 4f4fb700ef54: Pulling fs layer [2024-07-04T05:19:18.938Z] 96d80e3f36e1: Pulling fs layer [2024-07-04T05:19:18.938Z] bcf3aedb951c: Pulling fs layer [2024-07-04T05:19:18.938Z] 96d80e3f36e1: Waiting [2024-07-04T05:19:18.938Z] bcf3aedb951c: Waiting [2024-07-04T05:19:18.938Z] 4f4fb700ef54: Waiting [2024-07-04T05:19:18.938Z] 0406650e8295: Verifying Checksum [2024-07-04T05:19:18.938Z] 0406650e8295: Download complete [2024-07-04T05:19:18.938Z] f8ea3408117e: Verifying Checksum [2024-07-04T05:19:18.938Z] f8ea3408117e: Download complete [2024-07-04T05:19:18.938Z] 4f4fb700ef54: Download complete [2024-07-04T05:19:18.938Z] f8ea3408117e: Pull complete [2024-07-04T05:19:19.197Z] 96d80e3f36e1: Verifying Checksum [2024-07-04T05:19:19.197Z] 96d80e3f36e1: Download complete [2024-07-04T05:19:19.455Z] 91320369b822: Verifying Checksum [2024-07-04T05:19:19.455Z] 91320369b822: Download complete [2024-07-04T05:19:20.022Z] bcf3aedb951c: Verifying Checksum [2024-07-04T05:19:20.022Z] bcf3aedb951c: Download complete [2024-07-04T05:19:22.553Z] 91320369b822: Pull complete [2024-07-04T05:19:22.811Z] 0406650e8295: Pull complete [2024-07-04T05:19:22.811Z] 4f4fb700ef54: Pull complete [2024-07-04T05:19:23.070Z] 96d80e3f36e1: Pull complete [2024-07-04T05:19:26.354Z] bcf3aedb951c: Pull complete [2024-07-04T05:19:26.354Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-04T05:19:26.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-04T05:19:26.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:19:26.465Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:19:26.500Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-07-04T05:19:30.167Z] $ docker top 8dfebf64716c604f3d977dd3fb421bb855ff281f8f91983fa1cdfbfcf67d5406 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T05:19:30.528Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo [2024-07-04T05:19:30.540Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2024-07-04T05:19:30.821Z] + set -o pipefail [2024-07-04T05:19:30.821Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2024-07-04T05:19:37.474Z] [2024-07-04T05:19:37.474Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2024-07-04T05:19:37.474Z] [2024-07-04T05:19:37.474Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/d25b8e29-8224-460d-9461-453568ce7b60 [2024-07-04T05:19:37.474Z] [2024-07-04T05:19:37.474Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-04T05:19:37.474Z] [2024-07-04T05:19:37.735Z] [2024-07-04T05:19:37.735Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-04T05:19:37.735Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-04T05:19:37.747Z] $ docker stop --time=1 8dfebf64716c604f3d977dd3fb421bb855ff281f8f91983fa1cdfbfcf67d5406 [2024-07-04T05:19:42.760Z] $ docker rm -f --volumes 8dfebf64716c604f3d977dd3fb421bb855ff281f8f91983fa1cdfbfcf67d5406 [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 [2024-07-04T05:19:43.679Z] + git log --format=format:%s -1 35de5baf133cb3849b13998f5bd615ef0c638656 [Pipeline] sh [2024-07-04T05:19:43.971Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-04T05:19:43.971Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:19:44.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T05:19:44.278Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:19:44.359Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:19:44.387Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-04T05:19:44.913Z] $ docker top bfd33688a780a6807a09a1b5b9eee5f7b6e320edc9bdd3a7c0e710a815c7eae6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-04T05:19:45.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-04T05:19:45.023Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-04T05:19:45.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-04T05:19:45.148Z] $ docker exec bfd33688a780a6807a09a1b5b9eee5f7b6e320edc9bdd3a7c0e710a815c7eae6 ssh-agent [2024-07-04T05:19:45.247Z] SSH_AUTH_SOCK=/tmp/ssh-5cwMbiEYDLgS/agent.31 [2024-07-04T05:19:45.247Z] SSH_AGENT_PID=37 [2024-07-04T05:19:45.252Z] Running ssh-add (command line suppressed) [2024-07-04T05:19:45.361Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15394990870344478567.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15394990870344478567.key) [2024-07-04T05:19:45.375Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-04T05:19:45.671Z] + git semver tag [2024-07-04T05:19:45.930Z] 2024-07-04 05:19:45,841 [run_tag] DEBUG tag force:False [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,841 [check_head_tag] DEBUG check head tag [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,843 [execute] INFO git cat-file --batch-check [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,847 [execute] INFO git cat-file --batch [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,865 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,865 [execute] INFO git tag -a v3.2.0-dev.13 -m v3.2.0-dev.13 [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,866 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.13', '-m', 'v3.2.0-dev.13'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-04T05:19:45.931Z] 2024-07-04 05:19:45,871 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:19:45.931Z] 3.2.0-dev.13 [Pipeline] } [2024-07-04T05:19:45.940Z] $ docker exec --env ******** --env ******** bfd33688a780a6807a09a1b5b9eee5f7b6e320edc9bdd3a7c0e710a815c7eae6 ssh-agent -k [2024-07-04T05:19:46.034Z] unset SSH_AUTH_SOCK; [2024-07-04T05:19:46.034Z] unset SSH_AGENT_PID; [2024-07-04T05:19:46.034Z] echo Agent pid 37 killed; [2024-07-04T05:19:46.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-04T05:19:46.364Z] + git semver [Pipeline] } [2024-07-04T05:19:46.636Z] $ docker stop --time=1 bfd33688a780a6807a09a1b5b9eee5f7b6e320edc9bdd3a7c0e710a815c7eae6 [2024-07-04T05:19:47.907Z] $ docker rm -f --volumes bfd33688a780a6807a09a1b5b9eee5f7b6e320edc9bdd3a7c0e710a815c7eae6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:19:48.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-04T05:19:48.309Z] [2024-07-04T05:19:48.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:19:48.619Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-04T05:19:48.619Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-04T05:19:48.619Z] ab5ef0e58194: Pulling fs layer [2024-07-04T05:19:48.619Z] 9712f1f96733: Pulling fs layer [2024-07-04T05:19:48.619Z] 63f879dbbcfc: Pulling fs layer [2024-07-04T05:19:48.619Z] 0d9ebad4ef96: Pulling fs layer [2024-07-04T05:19:48.619Z] e9a5061849ea: Pulling fs layer [2024-07-04T05:19:48.619Z] 0d9ebad4ef96: Waiting [2024-07-04T05:19:48.619Z] d747dcd14b5f: Pulling fs layer [2024-07-04T05:19:48.619Z] 2de7ff778b66: Pulling fs layer [2024-07-04T05:19:48.619Z] d747dcd14b5f: Waiting [2024-07-04T05:19:48.619Z] 2de7ff778b66: Waiting [2024-07-04T05:19:48.619Z] 9712f1f96733: Verifying Checksum [2024-07-04T05:19:48.619Z] 9712f1f96733: Download complete [2024-07-04T05:19:48.878Z] 63f879dbbcfc: Verifying Checksum [2024-07-04T05:19:48.878Z] 63f879dbbcfc: Download complete [2024-07-04T05:19:49.136Z] e9a5061849ea: Verifying Checksum [2024-07-04T05:19:49.136Z] e9a5061849ea: Download complete [2024-07-04T05:19:49.136Z] d747dcd14b5f: Verifying Checksum [2024-07-04T05:19:49.136Z] d747dcd14b5f: Download complete [2024-07-04T05:19:49.136Z] 0d9ebad4ef96: Verifying Checksum [2024-07-04T05:19:49.136Z] 0d9ebad4ef96: Download complete [2024-07-04T05:19:49.136Z] ab5ef0e58194: Download complete [2024-07-04T05:19:49.136Z] 2de7ff778b66: Verifying Checksum [2024-07-04T05:19:49.136Z] 2de7ff778b66: Download complete [2024-07-04T05:19:52.417Z] ab5ef0e58194: Pull complete [2024-07-04T05:19:52.417Z] 9712f1f96733: Pull complete [2024-07-04T05:19:52.675Z] 63f879dbbcfc: Pull complete [2024-07-04T05:19:56.867Z] 0d9ebad4ef96: Pull complete [2024-07-04T05:19:56.867Z] e9a5061849ea: Pull complete [2024-07-04T05:19:56.867Z] d747dcd14b5f: Pull complete [2024-07-04T05:19:57.802Z] 2de7ff778b66: Pull complete [2024-07-04T05:19:57.802Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-04T05:19:57.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-04T05:19:57.802Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:19:57.901Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:19:57.929Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-07-04T05:20:02.752Z] $ docker top 86dbf8a9ef247b68b7cc507d845fa9d734ce3f8e8e8f7c3f4f1f380d028268f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-04T05:20:02.829Z] provisioning config files... [2024-07-04T05:20:02.836Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config18235844590467472679tmp [2024-07-04T05:20:02.844Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config15672394210038936888tmp [2024-07-04T05:20:02.852Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config358878292108901327tmp [Pipeline] { [Pipeline] echo [2024-07-04T05:20:02.886Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:03.178Z] ---> sigul-configuration.sh [2024-07-04T05:20:03.179Z] gpg: directory `/root/.gnupg' created [2024-07-04T05:20:03.179Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-04T05:20:03.179Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-04T05:20:03.179Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-04T05:20:03.179Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-04T05:20:03.179Z] gpg: CAST5 encrypted data [2024-07-04T05:20:03.179Z] gpg: encrypted with 1 passphrase [2024-07-04T05:20:03.179Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-04T05:20:03.483Z] + mkdir /home/jenkins [2024-07-04T05:20:03.483Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-04T05:20:03.795Z] + 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 [2024-07-04T05:20:03.809Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:04.177Z] ---> sigul-install.sh [2024-07-04T05:20:04.178Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-04T05:20:04.476Z] + git tag --list [2024-07-04T05:20:04.476Z] 0.7.1 [2024-07-04T05:20:04.476Z] v1.0.0 [2024-07-04T05:20:04.476Z] v1.1.0 [2024-07-04T05:20:04.476Z] v1.1.1 [2024-07-04T05:20:04.476Z] v1.2.2 [2024-07-04T05:20:04.476Z] v1.3.0 [2024-07-04T05:20:04.476Z] v1.3.1 [2024-07-04T05:20:04.476Z] v2.0.0 [2024-07-04T05:20:04.476Z] v2.1.0 [2024-07-04T05:20:04.476Z] v2.1.1 [2024-07-04T05:20:04.476Z] v2.2.0 [2024-07-04T05:20:04.477Z] v2.3.0 [2024-07-04T05:20:04.477Z] v3.0 [2024-07-04T05:20:04.477Z] v3.0.0 [2024-07-04T05:20:04.477Z] v3.1 [2024-07-04T05:20:04.477Z] v3.1.0 [2024-07-04T05:20:04.477Z] v3.1.0-dev.1 [2024-07-04T05:20:04.477Z] v3.1.0-dev.10 [2024-07-04T05:20:04.477Z] v3.1.0-dev.11 [2024-07-04T05:20:04.477Z] v3.1.0-dev.12 [2024-07-04T05:20:04.477Z] v3.1.0-dev.13 [2024-07-04T05:20:04.477Z] v3.1.0-dev.14 [2024-07-04T05:20:04.477Z] v3.1.0-dev.15 [2024-07-04T05:20:04.477Z] v3.1.0-dev.16 [2024-07-04T05:20:04.477Z] v3.1.0-dev.17 [2024-07-04T05:20:04.477Z] v3.1.0-dev.18 [2024-07-04T05:20:04.477Z] v3.1.0-dev.19 [2024-07-04T05:20:04.477Z] v3.1.0-dev.2 [2024-07-04T05:20:04.477Z] v3.1.0-dev.20 [2024-07-04T05:20:04.477Z] v3.1.0-dev.21 [2024-07-04T05:20:04.477Z] v3.1.0-dev.22 [2024-07-04T05:20:04.477Z] v3.1.0-dev.23 [2024-07-04T05:20:04.477Z] v3.1.0-dev.24 [2024-07-04T05:20:04.477Z] v3.1.0-dev.25 [2024-07-04T05:20:04.477Z] v3.1.0-dev.3 [2024-07-04T05:20:04.477Z] v3.1.0-dev.4 [2024-07-04T05:20:04.477Z] v3.1.0-dev.5 [2024-07-04T05:20:04.477Z] v3.1.0-dev.6 [2024-07-04T05:20:04.477Z] v3.1.0-dev.7 [2024-07-04T05:20:04.477Z] v3.1.0-dev.8 [2024-07-04T05:20:04.477Z] v3.1.0-dev.9 [2024-07-04T05:20:04.477Z] v3.1.1 [2024-07-04T05:20:04.477Z] v3.2.0-dev.1 [2024-07-04T05:20:04.477Z] v3.2.0-dev.10 [2024-07-04T05:20:04.477Z] v3.2.0-dev.11 [2024-07-04T05:20:04.477Z] v3.2.0-dev.12 [2024-07-04T05:20:04.477Z] v3.2.0-dev.13 [2024-07-04T05:20:04.477Z] v3.2.0-dev.2 [2024-07-04T05:20:04.477Z] v3.2.0-dev.3 [2024-07-04T05:20:04.477Z] v3.2.0-dev.4 [2024-07-04T05:20:04.477Z] v3.2.0-dev.5 [2024-07-04T05:20:04.477Z] v3.2.0-dev.6 [2024-07-04T05:20:04.477Z] v3.2.0-dev.7 [2024-07-04T05:20:04.477Z] v3.2.0-dev.8 [2024-07-04T05:20:04.477Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-04T05:20:04.769Z] + lftools sign git-tag v3.2.0-dev.13 [2024-07-04T05:20:05.336Z] Signing Git tag with Sigul... [2024-07-04T05:20:05.337Z] Signing v3.2.0-dev.13 [Pipeline] echo [2024-07-04T05:20:05.613Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:05.914Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-04T05:20:05.923Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-04T05:20:05.955Z] $ docker stop --time=1 86dbf8a9ef247b68b7cc507d845fa9d734ce3f8e8e8f7c3f4f1f380d028268f3 [2024-07-04T05:20:07.224Z] $ docker rm -f --volumes 86dbf8a9ef247b68b7cc507d845fa9d734ce3f8e8e8f7c3f4f1f380d028268f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-04T05:20:07.670Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-04T05:20:07.670Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:20:07.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T05:20:07.984Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:20:08.074Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:20:08.103Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-04T05:20:08.452Z] $ docker top ea27a34bf193b0e405d216877e8915396a6d4ed3598d980a822880147e369556 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-04T05:20:08.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-04T05:20:08.566Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-04T05:20:08.675Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-04T05:20:08.678Z] $ docker exec ea27a34bf193b0e405d216877e8915396a6d4ed3598d980a822880147e369556 ssh-agent [2024-07-04T05:20:08.783Z] SSH_AUTH_SOCK=/tmp/ssh-pUZr9dULTtW6/agent.32 [2024-07-04T05:20:08.783Z] SSH_AGENT_PID=38 [2024-07-04T05:20:08.788Z] Running ssh-add (command line suppressed) [2024-07-04T05:20:08.890Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_8645840240303954959.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_8645840240303954959.key) [2024-07-04T05:20:08.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-04T05:20:09.201Z] + git semver bump pre [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,376 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,376 [bump_version] DEBUG bumping version:3.2.0-dev.13 on axis:pre with prefix:dev [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,376 [bump_version] DEBUG bumped version:3.2.0-dev.14 [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,376 [write_version] DEBUG write version:3.2.0-dev.14 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,376 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,376 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,378 [execute] INFO git cat-file --batch-check [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,383 [execute] INFO git cat-file --batch [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,384 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-04T05:20:09.461Z] 2024-07-04 05:20:09,390 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:20:09.461Z] 3.2.0-dev.14 [Pipeline] } [2024-07-04T05:20:09.472Z] $ docker exec --env ******** --env ******** ea27a34bf193b0e405d216877e8915396a6d4ed3598d980a822880147e369556 ssh-agent -k [2024-07-04T05:20:09.579Z] unset SSH_AUTH_SOCK; [2024-07-04T05:20:09.579Z] unset SSH_AGENT_PID; [2024-07-04T05:20:09.579Z] echo Agent pid 38 killed; [2024-07-04T05:20:09.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-04T05:20:09.920Z] + git semver [Pipeline] } [2024-07-04T05:20:10.194Z] $ docker stop --time=1 ea27a34bf193b0e405d216877e8915396a6d4ed3598d980a822880147e369556 [2024-07-04T05:20:11.422Z] $ docker rm -f --volumes ea27a34bf193b0e405d216877e8915396a6d4ed3598d980a822880147e369556 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-04T05:20:11.782Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-04T05:20:11.783Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:20:12.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T05:20:12.087Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:20:12.166Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:20:12.194Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-04T05:20:12.510Z] $ docker top 8c4ccf57421eff4bbaf30b23ed0124e3657636b0a1dae61e55e283e286b4999e -eo pid,comm [2024-07-04T05:20:12.558Z] 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). [2024-07-04T05:20:12.558Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-04T05:20:12.610Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-04T05:20:12.610Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-04T05:20:12.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-04T05:20:12.725Z] $ docker exec 8c4ccf57421eff4bbaf30b23ed0124e3657636b0a1dae61e55e283e286b4999e ssh-agent [2024-07-04T05:20:12.836Z] SSH_AUTH_SOCK=/tmp/ssh-37arqn6XAxM3/agent.33 [2024-07-04T05:20:12.836Z] SSH_AGENT_PID=39 [2024-07-04T05:20:12.840Z] Running ssh-add (command line suppressed) [2024-07-04T05:20:12.936Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_862345080156258140.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_862345080156258140.key) [2024-07-04T05:20:12.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-04T05:20:13.248Z] + git semver push [2024-07-04T05:20:13.507Z] 2024-07-04 05:20:13,477 [run_push] DEBUG push [2024-07-04T05:20:13.507Z] 2024-07-04 05:20:13,478 [execute] INFO git cat-file --batch-check [2024-07-04T05:20:13.507Z] 2024-07-04 05:20:13,478 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-04T05:20:13.507Z] 2024-07-04 05:20:13,482 [execute] INFO git rev-list fee830078b2254801a903c10577e193bf2928655 -- [2024-07-04T05:20:13.507Z] 2024-07-04 05:20:13,483 [execute] DEBUG Popen(['git', 'rev-list', 'fee830078b2254801a903c10577e193bf2928655', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-04T05:20:13.507Z] 2024-07-04 05:20:13,490 [execute] INFO git fetch -v origin [2024-07-04T05:20:13.507Z] 2024-07-04 05:20:13,490 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-04T05:20:14.145Z] 2024-07-04 05:20:13,952 [run_push] DEBUG no remote changes detected [2024-07-04T05:20:14.145Z] 2024-07-04 05:20:13,952 [execute] INFO git push origin semver [2024-07-04T05:20:14.145Z] 2024-07-04 05:20:13,953 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-04T05:20:14.789Z] 2024-07-04 05:20:14,705 [run_push] DEBUG push all version tags [2024-07-04T05:20:14.789Z] 2024-07-04 05:20:14,705 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-04T05:20:14.789Z] 2024-07-04 05:20:14,706 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-04T05:20:15.758Z] 2024-07-04 05:20:15,398 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-07-04T05:20:15.758Z] 3.2.0-dev.14 [Pipeline] } [2024-07-04T05:20:15.768Z] $ docker exec --env ******** --env ******** 8c4ccf57421eff4bbaf30b23ed0124e3657636b0a1dae61e55e283e286b4999e ssh-agent -k [2024-07-04T05:20:15.909Z] unset SSH_AUTH_SOCK; [2024-07-04T05:20:15.910Z] unset SSH_AGENT_PID; [2024-07-04T05:20:15.910Z] echo Agent pid 39 killed; [2024-07-04T05:20:15.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-04T05:20:16.253Z] + git semver [Pipeline] } [2024-07-04T05:20:16.524Z] $ docker stop --time=1 8c4ccf57421eff4bbaf30b23ed0124e3657636b0a1dae61e55e283e286b4999e [2024-07-04T05:20:18.104Z] $ docker rm -f --volumes 8c4ccf57421eff4bbaf30b23ed0124e3657636b0a1dae61e55e283e286b4999e [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 [2024-07-04T05:20:18.782Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2024-07-04T05:20:18.782Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-07-04T05:20:18.782Z] total 16 [2024-07-04T05:20:18.782Z] drwxr-xr-x 3 root root 4096 Jul 4 05:06 . [2024-07-04T05:20:18.782Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 4 05:20 .. [2024-07-04T05:20:18.782Z] drwxr-xr-x 2 root root 4096 Jul 4 05:06 cost [2024-07-04T05:20:18.782Z] -rw-r--r-- 1 root root 88 Jul 4 05:06 cost.csv [2024-07-04T05:20:18.782Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-07-04T05:20:18.782Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-07-04T05:20:18.782Z] total 16 [2024-07-04T05:20:18.782Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 4 05:06 . [2024-07-04T05:20:18.782Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 4 05:20 .. [2024-07-04T05:20:18.782Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 4 05:06 cost [2024-07-04T05:20:18.782Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 4 05:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:19.072Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:19.922Z] ---> package-listing.sh [2024-07-04T05:20:19.922Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-04T05:20:19.922Z] ++ facter osfamily [2024-07-04T05:20:20.180Z] + OS_FAMILY=debian [2024-07-04T05:20:20.180Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2024-07-04T05:20:20.180Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-04T05:20:20.180Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-04T05:20:20.180Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-04T05:20:20.180Z] + PACKAGES=/tmp/packages_start.txt [2024-07-04T05:20:20.180Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2024-07-04T05:20:20.180Z] + PACKAGES=/tmp/packages_end.txt [2024-07-04T05:20:20.180Z] + case "${OS_FAMILY}" in [2024-07-04T05:20:20.180Z] + dpkg -l [2024-07-04T05:20:20.180Z] + grep '^ii' [2024-07-04T05:20:20.180Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-04T05:20:20.180Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-04T05:20:20.180Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-04T05:20:20.180Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2024-07-04T05:20:20.180Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2024-07-04T05:20:20.180Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo [2024-07-04T05:20:20.191Z] 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 [2024-07-04T05:20:20.465Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T05:20:21.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-04T05:20:21.021Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T05:20:21.114Z] prd-ubuntu20.04-docker-8c-8g-4972 does not seem to be running inside a container [2024-07-04T05:20:21.144Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-04T05:20:21.354Z] $ docker top 8c4d1ce8e51f493bf8adb9a5b8bdafa89a379df457d6f786932545a3e6f3fc73 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T05:20:21.703Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-04T05:20:21.985Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-04T05:20:22.265Z] + ls /var/log/sa-host [2024-07-04T05:20:22.265Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-04T05:20:22.342Z] provisioning config files... [2024-07-04T05:20:22.351Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12872182411747337811tmp [Pipeline] { [Pipeline] echo [2024-07-04T05:20:22.386Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:22.671Z] ---> create-netrc.sh [Pipeline] } [2024-07-04T05:20:22.678Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:23.015Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-04T05:20:23.024Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:23.307Z] ---> sudo-logs.sh [2024-07-04T05:20:23.307Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-04T05:20:23.332Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:23.614Z] ---> job-cost.sh [2024-07-04T05:20:23.614Z] lf-activate-venv: SKIPPING [2024-07-04T05:20:23.614Z] DEBUG: total: 0.6600000262260437 [2024-07-04T05:20:23.614Z] INFO: Retrieving Stack Cost... [2024-07-04T05:20:24.194Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-04T05:20:24.454Z] INFO: Archiving Costs [Pipeline] echo [2024-07-04T05:20:24.475Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T05:20:24.760Z] ---> logs-deploy.sh [2024-07-04T05:20:24.760Z] lf-activate-venv: SKIPPING [2024-07-04T05:20:24.760Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/167 [2024-07-04T05:20:24.760Z] INFO: archiving workspace using pattern(s): [2024-07-04T05:20:25.697Z] Archives upload complete. [2024-07-04T05:20:25.957Z] INFO: archiving logs to Nexus