Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b1e63b1ff18fadb50f5646486da837eb774535ec 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-ssh3455693112207418255.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh8526763191735815029.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh6628532399863886853.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh2028327012849606125.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-ssh1934240947733058456.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, buildSnap:false] ========================================================= [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 Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-6296’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-6297’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-7669’ is offline Running on prd-ubuntu20.04-docker-8c-8g-7672 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 b1e63b1ff18fadb50f5646486da837eb774535ec (main) Commit message: "Merge pull request #628 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.29" > 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 b1e63b1ff18fadb50f5646486da837eb774535ec # timeout=10 > git rev-list --no-walk 546b5734ca37b76ffe84c7857d50ac45e183bb78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:58 ========================================================= 04:29:58 EdgeX Global Pipelines Version Info 04:29:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:29:59 ------------------- 04:29:59 stable info: 04:29:59 ------------------- 04:29:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:59 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 04:29:59 Message: update stable to v1.0.254 04:30:00 ------------------- 04:30:00 experimental info: 04:30:00 ------------------- 04:30:00 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:00 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 04:30:00 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1e63b1 [Pipeline] echo 04:30:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:30:00 provisioning config files... 04:30:00 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config190476057091506912tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:01 ---> docker-login.sh 04:30:01 nexus3.edgexfoundry.org:10001 04:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:01 Configure a credential helper to remove this warning. See 04:30:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:01 04:30:01 Login Succeeded 04:30:01 nexus3.edgexfoundry.org:10002 04:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:01 Configure a credential helper to remove this warning. See 04:30:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:01 04:30:01 Login Succeeded 04:30:01 nexus3.edgexfoundry.org:10003 04:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:01 Configure a credential helper to remove this warning. See 04:30:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:01 04:30:01 Login Succeeded 04:30:01 nexus3.edgexfoundry.org:10004 04:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:01 Configure a credential helper to remove this warning. See 04:30:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:01 04:30:01 Login Succeeded 04:30:01 docker.io 04:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:02 Configure a credential helper to remove this warning. See 04:30:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:02 04:30:02 Login Succeeded 04:30:02 ---> docker-login.sh ends [Pipeline] } 04:30:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:30:02 + git rev-list -1 --merges b1e63b1ff18fadb50f5646486da837eb774535ec~1..b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] echo 04:30:02 -----------> git rev-list -1 --merges b1e63b1ff18fadb50f5646486da837eb774535ec~1..b1e63b1ff18fadb50f5646486da837eb774535ec b1e63b1ff18fadb50f5646486da837eb774535ec 04:30:02 b1e63b1ff18fadb50f5646486da837eb774535ec [false] [Pipeline] sh 04:30:03 + git log --format=format:%s -1 b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] echo 04:30:03 ========================================================= 04:30:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:30:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:30:03 + git log --format=format:%s -1 b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] echo 04:30:03 [semverPrep] GIT_COMMIT: b1e63b1ff18fadb50f5646486da837eb774535ec, Commit Message: Merge pull request #628 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.29 [Pipeline] echo 04:30:03 [semverPrep] This is not a build commit. [Pipeline] sh 04:30:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:30:03 + grep -v github /etc/ssh/ssh_known_hosts 04:30:03 + [ -e /tmp/ssh_known_hosts ] 04:30:03 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:30:03 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:30:03 sudo tee -a /etc/ssh/ssh_known_hosts 04:30:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:30:04 04:30:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:30:04 0.1.4: Pulling from edgex-devops/py-git-semver 04:30:04 b85a868b505f: Pulling fs layer 04:30:04 e2be974225ed: Pulling fs layer 04:30:04 339a4e72a1f5: Pulling fs layer 04:30:04 988bab9f4d93: Pulling fs layer 04:30:04 1469e6f7b9e6: Pulling fs layer 04:30:04 eaf3925da568: Pulling fs layer 04:30:04 bab4dde63d76: Pulling fs layer 04:30:04 bde34c3a00c8: Pulling fs layer 04:30:04 b352a97aabf1: Pulling fs layer 04:30:04 4872d77fe225: Pulling fs layer 04:30:04 5851b861e8e6: Pulling fs layer 04:30:04 bab4dde63d76: Waiting 04:30:04 988bab9f4d93: Waiting 04:30:04 bde34c3a00c8: Waiting 04:30:04 1469e6f7b9e6: Waiting 04:30:04 eaf3925da568: Waiting 04:30:04 b352a97aabf1: Waiting 04:30:04 4872d77fe225: Waiting 04:30:04 e2be974225ed: Verifying Checksum 04:30:04 e2be974225ed: Download complete 04:30:04 988bab9f4d93: Verifying Checksum 04:30:04 988bab9f4d93: Download complete 04:30:04 1469e6f7b9e6: Verifying Checksum 04:30:04 1469e6f7b9e6: Download complete 04:30:04 339a4e72a1f5: Verifying Checksum 04:30:04 339a4e72a1f5: Download complete 04:30:04 eaf3925da568: Verifying Checksum 04:30:04 eaf3925da568: Download complete 04:30:04 bde34c3a00c8: Download complete 04:30:04 b352a97aabf1: Verifying Checksum 04:30:04 b352a97aabf1: Download complete 04:30:04 4872d77fe225: Download complete 04:30:04 5851b861e8e6: Verifying Checksum 04:30:04 5851b861e8e6: Download complete 04:30:04 b85a868b505f: Verifying Checksum 04:30:04 b85a868b505f: Download complete 04:30:05 bab4dde63d76: Verifying Checksum 04:30:05 bab4dde63d76: Download complete 04:30:06 b85a868b505f: Pull complete 04:30:06 e2be974225ed: Pull complete 04:30:06 339a4e72a1f5: Pull complete 04:30:06 988bab9f4d93: Pull complete 04:30:07 1469e6f7b9e6: Pull complete 04:30:07 eaf3925da568: Pull complete 04:30:09 bab4dde63d76: Pull complete 04:30:09 bde34c3a00c8: Pull complete 04:30:09 b352a97aabf1: Pull complete 04:30:09 4872d77fe225: Pull complete 04:30:09 5851b861e8e6: Pull complete 04:30:09 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:30:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:30:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:30:09 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:30:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:30:13 $ docker top ec12225589b1b55f640889fbf820bbf5d740db96ab4f502393adbfa00ee82658 -eo pid,comm 04:30:13 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). 04:30:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:13 [ssh-agent] Looking for ssh-agent implementation... 04:30:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:13 $ docker exec ec12225589b1b55f640889fbf820bbf5d740db96ab4f502393adbfa00ee82658 ssh-agent 04:30:13 SSH_AUTH_SOCK=/tmp/ssh-3l2QFQ0HE3aP/agent.30 04:30:13 SSH_AGENT_PID=36 04:30:13 Running ssh-add (command line suppressed) 04:30:13 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6449677363868042602.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6449677363868042602.key) 04:30:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:14 + git tag --points-at HEAD [Pipeline] } 04:30:14 $ docker exec --env ******** --env ******** ec12225589b1b55f640889fbf820bbf5d740db96ab4f502393adbfa00ee82658 ssh-agent -k 04:30:14 unset SSH_AUTH_SOCK; 04:30:14 unset SSH_AGENT_PID; 04:30:14 echo Agent pid 36 killed; 04:30:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:30:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:14 [ssh-agent] Looking for ssh-agent implementation... 04:30:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:14 $ docker exec ec12225589b1b55f640889fbf820bbf5d740db96ab4f502393adbfa00ee82658 ssh-agent 04:30:14 SSH_AUTH_SOCK=/tmp/ssh-WN3qOtIlov0R/agent.68 04:30:14 SSH_AGENT_PID=74 04:30:14 Running ssh-add (command line suppressed) 04:30:14 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3621711909309774729.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3621711909309774729.key) 04:30:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:14 + git semver init 04:30:15 2023-09-23 04:30:15,030 [run_init] DEBUG init version:0.0.0 force:False 04:30:15 2023-09-23 04:30:15,031 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 04:30:15 2023-09-23 04:30:15,032 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 04:30:15 2023-09-23 04:30:15,032 [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) 04:30:16 2023-09-23 04:30:15,808 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 04:30:16 2023-09-23 04:30:15,808 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 04:30:16 2023-09-23 04:30:15,808 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:30:16 2023-09-23 04:30:15,808 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:30:16 3.1.0-dev.13 [Pipeline] } 04:30:16 $ docker exec --env ******** --env ******** ec12225589b1b55f640889fbf820bbf5d740db96ab4f502393adbfa00ee82658 ssh-agent -k 04:30:16 unset SSH_AUTH_SOCK; 04:30:16 unset SSH_AGENT_PID; 04:30:16 echo Agent pid 74 killed; 04:30:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:16 + git semver [Pipeline] } 04:30:17 $ docker stop --time=1 ec12225589b1b55f640889fbf820bbf5d740db96ab4f502393adbfa00ee82658 04:30:18 $ docker rm -f --volumes ec12225589b1b55f640889fbf820bbf5d740db96ab4f502393adbfa00ee82658 [Pipeline] // withDockerContainer [Pipeline] sh 04:30:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:30:18 Stashed 1 file(s) [Pipeline] echo 04:30:18 [edgeXSemver]: initialized semver on version 3.1.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 04:30:19 provisioning config files... 04:30:19 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config4385325997675501511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:19 ---> docker-login.sh 04:30:19 nexus3.edgexfoundry.org:10001 04:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:19 Configure a credential helper to remove this warning. See 04:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:19 04:30:19 Login Succeeded 04:30:19 nexus3.edgexfoundry.org:10002 04:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:19 Configure a credential helper to remove this warning. See 04:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:19 04:30:19 Login Succeeded 04:30:19 nexus3.edgexfoundry.org:10003 04:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:19 Configure a credential helper to remove this warning. See 04:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:19 04:30:19 Login Succeeded 04:30:19 nexus3.edgexfoundry.org:10004 04:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:19 Configure a credential helper to remove this warning. See 04:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:19 04:30:19 Login Succeeded 04:30:19 docker.io 04:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:19 Configure a credential helper to remove this warning. See 04:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:19 04:30:19 Login Succeeded 04:30:19 ---> docker-login.sh ends [Pipeline] } 04:30:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:30:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:30:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:30:20 ========================================================= 04:30:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 04:30:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:20 + 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 . 04:30:20 Sending build context to Docker daemon 6.493MB 04:30:20 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 04:30:20 Step 2/12 : FROM ${BASE} AS builder 04:30:20 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:20 7264a8db6415: Pulling fs layer 04:30:20 c4d48a809fc2: Pulling fs layer 04:30:20 4f1c88b9dad5: Pulling fs layer 04:30:20 ad3a456e5733: Pulling fs layer 04:30:20 33e27b845d1e: Pulling fs layer 04:30:20 c68163c4e522: Pulling fs layer 04:30:20 50da416c3ac9: Pulling fs layer 04:30:20 23d2d4c4bb30: Pulling fs layer 04:30:20 33e27b845d1e: Waiting 04:30:20 c68163c4e522: Waiting 04:30:20 50da416c3ac9: Waiting 04:30:20 23d2d4c4bb30: Waiting 04:30:20 ad3a456e5733: Waiting 04:30:20 c4d48a809fc2: Download complete 04:30:20 ad3a456e5733: Verifying Checksum 04:30:20 ad3a456e5733: Download complete 04:30:20 33e27b845d1e: Verifying Checksum 04:30:20 33e27b845d1e: Download complete 04:30:20 7264a8db6415: Verifying Checksum 04:30:20 7264a8db6415: Download complete 04:30:20 c68163c4e522: Verifying Checksum 04:30:20 c68163c4e522: Download complete 04:30:20 7264a8db6415: Pull complete 04:30:20 23d2d4c4bb30: Verifying Checksum 04:30:20 23d2d4c4bb30: Download complete 04:30:20 c4d48a809fc2: Pull complete 04:30:20 4f1c88b9dad5: Verifying Checksum 04:30:20 4f1c88b9dad5: Download complete 04:30:21 50da416c3ac9: Verifying Checksum 04:30:21 50da416c3ac9: Download complete 04:30:24 4f1c88b9dad5: Pull complete 04:30:24 ad3a456e5733: Pull complete 04:30:24 33e27b845d1e: Pull complete 04:30:24 c68163c4e522: Pull complete 04:30:26 50da416c3ac9: Pull complete 04:30:26 23d2d4c4bb30: Pull complete 04:30:26 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 04:30:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:30:26 ---> 0786185ac409 04:30:26 Step 3/12 : ARG ADD_BUILD_TAGS="" 04:30:33 ---> Running in 6164e073699e 04:30:33 Removing intermediate container 6164e073699e 04:30:33 ---> 9909bb3f9e51 04:30:33 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:30:33 ---> Running in 26754ab9f371 04:30:33 Removing intermediate container 26754ab9f371 04:30:33 ---> 343ff430695d 04:30:33 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:30:33 ---> Running in 6611522e9178 04:30:33 Removing intermediate container 6611522e9178 04:30:33 ---> 83308a458f9f 04:30:33 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 04:30:33 ---> Running in 6cde71f20c62 04:30:33 Removing intermediate container 6cde71f20c62 04:30:33 ---> 4d50d6df16bf 04:30:33 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:30:33 ---> Running in 4df6a028b783 04:30:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:30:34 Still waiting to schedule task 04:30:34 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7671’ 04:30:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:30:34 (1/4) Installing openssh-keygen (9.3_p2-r0) 04:30:34 (2/4) Installing libedit (20221030.3.1-r1) 04:30:34 (3/4) Installing openssh-client-common (9.3_p2-r0) 04:30:34 (4/4) Installing openssh-client-default (9.3_p2-r0) 04:30:34 Executing busybox-1.36.1-r2.trigger 04:30:34 OK: 268 MiB in 56 packages 04:30:35 Removing intermediate container 4df6a028b783 04:30:35 ---> 0e97be5c1f9d 04:30:35 Step 8/12 : WORKDIR /device-mqtt-go 04:30:35 ---> Running in 3de745f636ce 04:30:35 Removing intermediate container 3de745f636ce 04:30:35 ---> a6b71faead58 04:30:35 Step 9/12 : COPY go.mod vendor* ./ 04:30:35 ---> 83a2d9dc7091 04:30:35 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:30:35 ---> Running in eb80ab1ea6d2 04:31:14 Removing intermediate container eb80ab1ea6d2 04:31:14 ---> 58bb9a132dae 04:31:14 Step 11/12 : COPY . . 04:31:14 ---> 4e4f958993d8 04:31:14 Step 12/12 : RUN $MAKE 04:31:14 ---> Running in b8f2eb336b1b 04:31:14 noop 04:31:14 Removing intermediate container b8f2eb336b1b 04:31:14 ---> 83f007ee1531 04:31:14 Successfully built 83f007ee1531 04:31:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:14 + docker inspect -f . ci-base-image-x86_64 04:31:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:14 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:31:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:14 $ docker top 4644f781d337a449b0e897e08c5dc11e2a9a99638af7e13916714a5baf4297e9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:15 + go version 04:31:15 go version go1.21.0 linux/amd64 [Pipeline] } 04:31:15 $ docker stop --time=1 4644f781d337a449b0e897e08c5dc11e2a9a99638af7e13916714a5baf4297e9 04:31:16 $ docker rm -f --volumes 4644f781d337a449b0e897e08c5dc11e2a9a99638af7e13916714a5baf4297e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:16 + docker inspect -f . ci-base-image-x86_64 04:31:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:16 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:31:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:17 $ docker top bbf5c1f2c142ad7548551018553de35df3c43a78f332482c59e00ee5f8f0f055 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:17 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 04:31:17 + make test 04:31:17 go test ./... -coverprofile=coverage.out ./... 04:31:19 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:31:29 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:31:29 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:31:29 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 22.8% of statements 04:31:36 go vet ./... 04:31:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:31:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:31:38 ./bin/test-attribution-txt.sh [Pipeline] echo 04:31:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:31:38 $ docker stop --time=1 bbf5c1f2c142ad7548551018553de35df3c43a78f332482c59e00ee5f8f0f055 04:31:43 $ docker rm -f --volumes bbf5c1f2c142ad7548551018553de35df3c43a78f332482c59e00ee5f8f0f055 [Pipeline] // withDockerContainer [Pipeline] sh 04:31:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:31:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:31:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:31:44 + ls -al . 04:31:44 total 188 04:31:44 drwxrwxr-x 10 jenkins jenkins 4096 Sep 23 04:31 . 04:31:44 drwxrwxr-x 4 jenkins jenkins 4096 Sep 23 04:29 .. 04:31:44 -rw-rw-r-- 1 jenkins jenkins 140 Sep 23 04:29 .dockerignore 04:31:44 drwxrwxr-x 8 jenkins jenkins 4096 Sep 23 04:31 .git 04:31:44 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 04:29 .github 04:31:44 -rw-rw-r-- 1 jenkins jenkins 329 Sep 23 04:29 .gitignore 04:31:44 -rw-rw-r-- 1 jenkins jenkins 41 Sep 23 04:29 .golangci.yml 04:31:44 drwxr-xr-x 3 jenkins jenkins 4096 Sep 23 04:30 .semver 04:31:44 -rw-rw-r-- 1 jenkins jenkins 10386 Sep 23 04:29 Attribution.txt 04:31:44 -rw-rw-r-- 1 jenkins jenkins 17522 Sep 23 04:29 CHANGELOG.md 04:31:44 -rw-rw-r-- 1 jenkins jenkins 1689 Sep 23 04:29 Dockerfile 04:31:44 -rw-rw-r-- 1 jenkins jenkins 677 Sep 23 04:29 GOVERNANCE.md 04:31:44 -rw-rw-r-- 1 jenkins jenkins 678 Sep 23 04:29 Jenkinsfile 04:31:44 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 23 04:29 LICENSE 04:31:44 -rw-rw-r-- 1 jenkins jenkins 1963 Sep 23 04:29 Makefile 04:31:44 -rw-rw-r-- 1 jenkins jenkins 620 Sep 23 04:29 OWNERS.md 04:31:44 -rw-rw-r-- 1 jenkins jenkins 3695 Sep 23 04:29 README.md 04:31:44 -rw-rw-r-- 1 jenkins jenkins 12 Sep 23 04:30 VERSION 04:31:44 drwxrwxr-x 2 jenkins jenkins 4096 Sep 23 04:29 bin 04:31:44 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 04:29 cmd 04:31:44 -rw-r--r-- 1 jenkins jenkins 18506 Sep 23 04:31 coverage.out 04:31:44 -rw-rw-r-- 1 jenkins jenkins 3821 Sep 23 04:29 go.mod 04:31:44 -rw-rw-r-- 1 jenkins jenkins 35623 Sep 23 04:29 go.sum 04:31:44 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 04:29 internal 04:31:44 drwxrwxr-x 2 jenkins jenkins 4096 Sep 23 04:29 mock 04:31:44 drwxrwxr-x 4 jenkins jenkins 4096 Sep 23 04:29 snap 04:31:44 -rw-rw-r-- 1 jenkins jenkins 227 Sep 23 04:29 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:44 + 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=b1e63b1ff18fadb50f5646486da837eb774535ec --label arch=amd64 --label version=3.1.0-dev.13 . 04:31:44 Sending build context to Docker daemon 6.512MB 04:31:44 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 04:31:44 Step 2/24 : FROM ${BASE} AS builder 04:31:44 ---> 83f007ee1531 04:31:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 04:31:45 ---> Running in f76c4fb687fa 04:31:45 Removing intermediate container f76c4fb687fa 04:31:45 ---> 66355422f464 04:31:45 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:31:45 ---> Running in 5b016e0e143c 04:31:45 Removing intermediate container 5b016e0e143c 04:31:45 ---> b724304325a9 04:31:45 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:31:45 ---> Running in 7baa97f7682d 04:31:45 Removing intermediate container 7baa97f7682d 04:31:45 ---> dbabf7f3cad0 04:31:45 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 04:31:45 ---> Running in 0861a61caf3d 04:31:45 Removing intermediate container 0861a61caf3d 04:31:45 ---> 64fd3bdc039c 04:31:45 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:31:45 ---> Running in 8491879c80dc 04:31:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:31:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:31:46 OK: 268 MiB in 56 packages 04:31:46 Removing intermediate container 8491879c80dc 04:31:46 ---> 636c7c274541 04:31:46 Step 8/24 : WORKDIR /device-mqtt-go 04:31:46 ---> Running in 5882455fc5d9 04:31:46 Removing intermediate container 5882455fc5d9 04:31:46 ---> f71809efa8a6 04:31:46 Step 9/24 : COPY go.mod vendor* ./ 04:31:46 ---> 85125e435bc3 04:31:46 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:31:47 ---> Running in 00248ac88a0a 04:31:47 Removing intermediate container 00248ac88a0a 04:31:47 ---> c3e49eca6fb7 04:31:47 Step 11/24 : COPY . . 04:31:48 ---> 6d7ae0538e84 04:31:48 Step 12/24 : RUN $MAKE 04:31:48 ---> Running in 4febb9806367 04:31:48 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.1.0-dev.13 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.29" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 04:32:14 Removing intermediate container 4febb9806367 04:32:14 ---> 29cc78f43dcd 04:32:14 Step 13/24 : FROM alpine:3.18 04:32:14 3.18: Pulling from library/alpine 04:32:14 7264a8db6415: Already exists 04:32:14 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 04:32:14 Status: Downloaded newer image for alpine:3.18 04:32:14 ---> 7e01a0d0a1dc 04:32:14 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 04:32:14 ---> Running in 758fc3336ee1 04:32:14 Removing intermediate container 758fc3336ee1 04:32:14 ---> ce118f099cfa 04:32:14 Step 15/24 : RUN apk add --update --no-cache dumb-init 04:32:14 ---> Running in 8bcf85e3cefd 04:32:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:32:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:32:14 (1/1) Installing dumb-init (1.2.5-r2) 04:32:14 Executing busybox-1.36.1-r2.trigger 04:32:14 OK: 7 MiB in 16 packages 04:32:14 Removing intermediate container 8bcf85e3cefd 04:32:14 ---> f2169bf68a97 04:32:14 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 04:32:14 ---> 743e9db01ee4 04:32:14 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 04:32:14 ---> 6cff18b6e56e 04:32:14 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 04:32:14 ---> e93fc783380e 04:32:14 Step 19/24 : EXPOSE 59982 04:32:14 ---> Running in 1ebeae1ca345 04:32:14 Removing intermediate container 1ebeae1ca345 04:32:14 ---> c8b926cce6d1 04:32:14 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 04:32:14 ---> Running in 253c228c33e2 04:32:15 Removing intermediate container 253c228c33e2 04:32:15 ---> 9e8fe32252f4 04:32:15 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 04:32:15 ---> Running in dcc2fb0a4abc 04:32:16 Removing intermediate container dcc2fb0a4abc 04:32:16 ---> 19d06804c59d 04:32:16 Step 22/24 : LABEL arch=amd64 04:32:16 ---> Running in 4210983474f4 04:32:16 Removing intermediate container 4210983474f4 04:32:16 ---> 714a6411fb42 04:32:16 Step 23/24 : LABEL git_sha=b1e63b1ff18fadb50f5646486da837eb774535ec 04:32:16 ---> Running in f1f37c1c0bfa 04:32:16 Removing intermediate container f1f37c1c0bfa 04:32:16 ---> 906e4def23fb 04:32:16 Step 24/24 : LABEL version=3.1.0-dev.13 04:32:16 ---> Running in 3d722b4c5da3 04:32:17 Removing intermediate container 3d722b4c5da3 04:32:17 ---> fba8bf8dfa2d 04:32:17 [Warning] One or more build-args [ARCH] were not consumed 04:32:17 Successfully built fba8bf8dfa2d 04:32:17 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:32:17 provisioning config files... 04:32:17 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9138031475244822507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:17 ---> docker-login.sh 04:32:17 nexus3.edgexfoundry.org:10001 04:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:17 Configure a credential helper to remove this warning. See 04:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:17 04:32:17 Login Succeeded 04:32:17 nexus3.edgexfoundry.org:10002 04:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:17 Configure a credential helper to remove this warning. See 04:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:17 04:32:17 Login Succeeded 04:32:17 nexus3.edgexfoundry.org:10003 04:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:17 Configure a credential helper to remove this warning. See 04:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:17 04:32:17 Login Succeeded 04:32:17 nexus3.edgexfoundry.org:10004 04:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:17 Configure a credential helper to remove this warning. See 04:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:17 04:32:17 Login Succeeded 04:32:17 docker.io 04:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:18 Configure a credential helper to remove this warning. See 04:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:18 04:32:18 Login Succeeded 04:32:18 ---> docker-login.sh ends [Pipeline] } 04:32:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:32:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:32:18 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 04:32:18 b1e63b1ff18fadb50f5646486da837eb774535ec 04:32:18 latest 04:32:18 3.1.0-dev.13 04:32:18 b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 04:32:18 main 04:32:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:18 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:18 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:b1e63b1ff18fadb50f5646486da837eb774535ec 04:32:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 04:32:18 df481ae10db3: Preparing 04:32:18 e6341158cd66: Preparing 04:32:18 77827310dd22: Preparing 04:32:18 0529f454f04d: Preparing 04:32:18 4693057ce236: Preparing 04:32:18 4693057ce236: Layer already exists 04:32:18 df481ae10db3: Pushed 04:32:18 e6341158cd66: Pushed 04:32:18 0529f454f04d: Pushed 04:32:21 77827310dd22: Pushed 04:32:21 b1e63b1ff18fadb50f5646486da837eb774535ec: digest: sha256:e267e89b5fc2e802090611bb61bf005c74333a381ce9eff651bc4d5051537a35 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:22 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:22 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 04:32:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 04:32:22 df481ae10db3: Preparing 04:32:22 e6341158cd66: Preparing 04:32:22 77827310dd22: Preparing 04:32:22 0529f454f04d: Preparing 04:32:22 4693057ce236: Preparing 04:32:22 77827310dd22: Layer already exists 04:32:22 4693057ce236: Layer already exists 04:32:22 df481ae10db3: Layer already exists 04:32:22 e6341158cd66: Layer already exists 04:32:22 0529f454f04d: Layer already exists 04:32:22 latest: digest: sha256:e267e89b5fc2e802090611bb61bf005c74333a381ce9eff651bc4d5051537a35 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:22 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:23 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.1.0-dev.13 04:32:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 04:32:23 df481ae10db3: Preparing 04:32:23 e6341158cd66: Preparing 04:32:23 77827310dd22: Preparing 04:32:23 0529f454f04d: Preparing 04:32:23 4693057ce236: Preparing 04:32:23 0529f454f04d: Layer already exists 04:32:23 77827310dd22: Layer already exists 04:32:23 e6341158cd66: Layer already exists 04:32:23 df481ae10db3: Layer already exists 04:32:23 4693057ce236: Layer already exists 04:32:23 3.1.0-dev.13: digest: sha256:e267e89b5fc2e802090611bb61bf005c74333a381ce9eff651bc4d5051537a35 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:23 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:23 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 04:32:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 04:32:23 df481ae10db3: Preparing 04:32:23 e6341158cd66: Preparing 04:32:23 77827310dd22: Preparing 04:32:23 0529f454f04d: Preparing 04:32:23 4693057ce236: Preparing 04:32:23 e6341158cd66: Layer already exists 04:32:23 df481ae10db3: Layer already exists 04:32:23 0529f454f04d: Layer already exists 04:32:23 77827310dd22: Layer already exists 04:32:23 4693057ce236: Layer already exists 04:32:23 b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13: digest: sha256:e267e89b5fc2e802090611bb61bf005c74333a381ce9eff651bc4d5051537a35 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:24 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:24 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 04:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 04:32:25 df481ae10db3: Preparing 04:32:25 e6341158cd66: Preparing 04:32:25 77827310dd22: Preparing 04:32:25 0529f454f04d: Preparing 04:32:25 4693057ce236: Preparing 04:32:25 e6341158cd66: Layer already exists 04:32:25 4693057ce236: Layer already exists 04:32:25 77827310dd22: Layer already exists 04:32:25 0529f454f04d: Layer already exists 04:32:25 df481ae10db3: Layer already exists 04:32:25 main: digest: sha256:e267e89b5fc2e802090611bb61bf005c74333a381ce9eff651bc4d5051537a35 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:32:25 ===================================================== [Pipeline] echo 04:32:25 taggedImages: 04:32:25 - nexus3.edgexfoundry.org:10004/device-mqtt:b1e63b1ff18fadb50f5646486da837eb774535ec 04:32:25 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 04:32:25 - nexus3.edgexfoundry.org:10004/device-mqtt:3.1.0-dev.13 04:32:25 - nexus3.edgexfoundry.org:10004/device-mqtt:b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 04:32:25 - 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:25 04:32:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:28 latest: Pulling from edgex-lftools-log-publisher 04:32:28 5eb5b503b376: Pulling fs layer 04:32:28 5c69ac0246d0: Pulling fs layer 04:32:28 ec43610c2a17: Pulling fs layer 04:32:28 3a2ae6a8a46f: Pulling fs layer 04:32:28 33b1e0a273af: Pulling fs layer 04:32:28 5d3b04190fa2: Pulling fs layer 04:32:28 2f39f015ded8: Pulling fs layer 04:32:28 3a2ae6a8a46f: Waiting 04:32:28 5d3b04190fa2: Waiting 04:32:28 2f39f015ded8: Waiting 04:32:28 33b1e0a273af: Waiting 04:32:29 5c69ac0246d0: Verifying Checksum 04:32:29 5c69ac0246d0: Download complete 04:32:29 3a2ae6a8a46f: Verifying Checksum 04:32:29 3a2ae6a8a46f: Download complete 04:32:29 33b1e0a273af: Verifying Checksum 04:32:29 33b1e0a273af: Download complete 04:32:29 5d3b04190fa2: Verifying Checksum 04:32:29 5d3b04190fa2: Download complete 04:32:29 ec43610c2a17: Verifying Checksum 04:32:29 ec43610c2a17: Download complete 04:32:30 5eb5b503b376: Download complete 04:32:30 2f39f015ded8: Download complete 04:32:30 5eb5b503b376: Pull complete 04:32:31 5c69ac0246d0: Pull complete 04:32:31 ec43610c2a17: Pull complete 04:32:31 3a2ae6a8a46f: Pull complete 04:32:31 33b1e0a273af: Pull complete 04:32:31 5d3b04190fa2: Pull complete 04:32:36 2f39f015ded8: Pull complete 04:32:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:32:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:36 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:32:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:32:46 $ docker top 37454ce8db699576dea2cf4c1f20da3373bff018a8deea76c6e508010307c7bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:46 ---> job-cost.sh 04:32:46 lf-activate-venv: SKIPPING 04:32:46 INFO: No Stack... 04:32:47 INFO: Retrieving Pricing Info for: v3-standard-8 04:32:47 INFO: Archiving Costs [Pipeline] sh 04:32:48 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 04:32:48 + cut -d, -f6 [Pipeline] lock 04:32:48 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] 04:32:48 Resource [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] did not exist. Created. 04:32:48 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:32:48 + echo total: 0.2199999988079071 [Pipeline] stash 04:32:48 Stashed 1 file(s) [Pipeline] } 04:32:48 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] [Pipeline] // lock [Pipeline] } 04:32:48 $ docker stop --time=1 37454ce8db699576dea2cf4c1f20da3373bff018a8deea76c6e508010307c7bf 04:32:49 $ docker rm -f --volumes 37454ce8db699576dea2cf4c1f20da3373bff018a8deea76c6e508010307c7bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:33:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7676 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 04:33:31 Running in /w/workspace/device-mqtt-go/141 [Pipeline] { [Pipeline] checkout 04:33:31 The recommended git tool is: git 04:33:41 using credential edgex-jenkins-ssh 04:33:41 Cloning the remote Git repository 04:33:41 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:33:41 > git init /w/workspace/device-mqtt-go/141 # timeout=10 04:33:42 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:33:42 > git --version # timeout=10 04:33:42 > git --version # 'git version 2.25.1' 04:33:42 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:43 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:33:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:45 Avoid second fetch 04:33:45 Checking out Revision b1e63b1ff18fadb50f5646486da837eb774535ec (main) 04:33:46 Commit message: "Merge pull request #628 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.29" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:33:45 > git config core.sparsecheckout # timeout=10 04:33:45 > git checkout -f b1e63b1ff18fadb50f5646486da837eb774535ec # timeout=10 04:33:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:33:47 % Total % Received % Xferd Average Speed Time Time Time Current 04:33:47 Dload Upload Total Spent Left Speed 04:33:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 191k [Pipeline] sh 04:33:47 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:33:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:33:47 + sudo tee /etc/docker/daemon.new 04:33:47 { 04:33:47 "registry-mirrors": [ 04:33:47 "https://nexus3.edgexfoundry.org:10001" 04:33:47 ], 04:33:47 "bip": "10.250.0.254/24", 04:33:47 "hosts": [ 04:33:47 "tcp://0.0.0.0:5555", 04:33:47 "unix:///var/run/docker.sock" 04:33:47 ], 04:33:47 "mtu": 1458, 04:33:47 "selinux-enabled": true, 04:33:47 "seccomp-profile": "/etc/docker/seccomp.json" 04:33:47 } [Pipeline] sh 04:33:48 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:33:48 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:34:07 provisioning config files... 04:34:07 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/141@tmp/config8415792057214649395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:34:07 ---> docker-login.sh 04:34:07 nexus3.edgexfoundry.org:10001 04:34:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:08 Configure a credential helper to remove this warning. See 04:34:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:08 04:34:08 Login Succeeded 04:34:08 nexus3.edgexfoundry.org:10002 04:34:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:11 Configure a credential helper to remove this warning. See 04:34:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:11 04:34:11 Login Succeeded 04:34:11 nexus3.edgexfoundry.org:10003 04:34:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:11 Configure a credential helper to remove this warning. See 04:34:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:11 04:34:11 Login Succeeded 04:34:11 nexus3.edgexfoundry.org:10004 04:34:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:11 Configure a credential helper to remove this warning. See 04:34:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:11 04:34:11 Login Succeeded 04:34:11 docker.io 04:34:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:12 Configure a credential helper to remove this warning. See 04:34:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:12 04:34:12 Login Succeeded 04:34:12 ---> docker-login.sh ends [Pipeline] } 04:34:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:34:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:34:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:34:12 ========================================================= 04:34:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 04:34:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:13 + 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 . 04:34:13 Sending build context to Docker daemon 3.347MB 04:34:13 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 04:34:13 Step 2/12 : FROM ${BASE} AS builder 04:34:13 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:34:13 9fda8d8052c6: Pulling fs layer 04:34:13 5d54e960e981: Pulling fs layer 04:34:13 c4a7e357bf2a: Pulling fs layer 04:34:13 f0e02332f6b5: Pulling fs layer 04:34:13 cefa15bbcfad: Pulling fs layer 04:34:13 17808c966233: Pulling fs layer 04:34:13 f4c1fc716caa: Pulling fs layer 04:34:13 f0e02332f6b5: Waiting 04:34:13 cefa15bbcfad: Waiting 04:34:13 17808c966233: Waiting 04:34:13 f4c1fc716caa: Waiting 04:34:13 5d54e960e981: Download complete 04:34:13 f0e02332f6b5: Verifying Checksum 04:34:13 f0e02332f6b5: Download complete 04:34:13 cefa15bbcfad: Verifying Checksum 04:34:13 cefa15bbcfad: Download complete 04:34:13 9fda8d8052c6: Verifying Checksum 04:34:13 9fda8d8052c6: Download complete 04:34:14 f4c1fc716caa: Verifying Checksum 04:34:14 f4c1fc716caa: Download complete 04:34:14 9fda8d8052c6: Pull complete 04:34:15 5d54e960e981: Pull complete 04:34:15 c4a7e357bf2a: Verifying Checksum 04:34:15 c4a7e357bf2a: Download complete 04:34:16 17808c966233: Verifying Checksum 04:34:16 17808c966233: Download complete 04:34:29 c4a7e357bf2a: Pull complete 04:34:29 f0e02332f6b5: Pull complete 04:34:29 cefa15bbcfad: Pull complete 04:34:34 17808c966233: Pull complete 04:34:36 f4c1fc716caa: Pull complete 04:34:36 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 04:34:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:34:36 ---> ea914061e18c 04:34:36 Step 3/12 : ARG ADD_BUILD_TAGS="" 04:34:38 ---> Running in 9bf0758105bc 04:34:38 Removing intermediate container 9bf0758105bc 04:34:38 ---> ae033bb9c0a9 04:34:38 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:34:38 ---> Running in 3fb4e24fe491 04:34:38 Removing intermediate container 3fb4e24fe491 04:34:38 ---> 91374d663685 04:34:38 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:34:39 ---> Running in 81d18f0dbe39 04:34:39 Removing intermediate container 81d18f0dbe39 04:34:39 ---> c81c70a6b8ca 04:34:39 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 04:34:39 ---> Running in efa42efc8a82 04:34:39 Removing intermediate container efa42efc8a82 04:34:39 ---> 277f10474224 04:34:39 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:34:39 ---> Running in 815d120ef2f9 04:34:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:34:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:34:42 (1/4) Installing openssh-keygen (9.3_p2-r0) 04:34:42 (2/4) Installing libedit (20221030.3.1-r1) 04:34:42 (3/4) Installing openssh-client-common (9.3_p2-r0) 04:34:42 (4/4) Installing openssh-client-default (9.3_p2-r0) 04:34:42 Executing busybox-1.36.1-r2.trigger 04:34:42 OK: 270 MiB in 56 packages 04:34:43 Removing intermediate container 815d120ef2f9 04:34:43 ---> 6f971c1bc02a 04:34:43 Step 8/12 : WORKDIR /device-mqtt-go 04:34:43 ---> Running in 02bffaa23ad2 04:34:43 Removing intermediate container 02bffaa23ad2 04:34:43 ---> 866b77b59ea2 04:34:43 Step 9/12 : COPY go.mod vendor* ./ 04:34:44 ---> 22f94fc7d0bb 04:34:44 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:44 ---> Running in 4c0a124304a2 04:35:52 Removing intermediate container 4c0a124304a2 04:35:52 ---> 1dc1c5f4448a 04:35:52 Step 11/12 : COPY . . 04:35:52 ---> d229884651a6 04:35:52 Step 12/12 : RUN $MAKE 04:35:52 ---> Running in 489070f5b8f5 04:35:52 noop 04:35:52 Removing intermediate container 489070f5b8f5 04:35:52 ---> 3f2237455fc9 04:35:52 Successfully built 3f2237455fc9 04:35:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:52 + docker inspect -f . ci-base-image-arm64 04:35:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:35:52 prd-ubuntu20.04-docker-arm64-4c-16g-7676 does not seem to be running inside a container 04:35:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/141 -v /w/workspace/device-mqtt-go/141:/w/workspace/device-mqtt-go/141:rw,z -v /w/workspace/device-mqtt-go/141@tmp:/w/workspace/device-mqtt-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:35:54 $ docker top 650205f2ca0b0da31976f9c6225a8c6880f24c4596fb4b67dc09fc42a120ff66 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:54 + go version 04:35:54 go version go1.21.0 linux/arm64 [Pipeline] } 04:35:54 $ docker stop --time=1 650205f2ca0b0da31976f9c6225a8c6880f24c4596fb4b67dc09fc42a120ff66 04:35:56 $ docker rm -f --volumes 650205f2ca0b0da31976f9c6225a8c6880f24c4596fb4b67dc09fc42a120ff66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:57 + docker inspect -f . ci-base-image-arm64 04:35:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:35:57 prd-ubuntu20.04-docker-arm64-4c-16g-7676 does not seem to be running inside a container 04:35:57 $ 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/141 -v /w/workspace/device-mqtt-go/141:/w/workspace/device-mqtt-go/141:rw,z -v /w/workspace/device-mqtt-go/141@tmp:/w/workspace/device-mqtt-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:35:58 $ docker top 7ed0ca96998e1c6bf21dbff0628d62e148bcb6417db9dc08f6386918152349f8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:58 + git config --global --add safe.directory /w/workspace/device-mqtt-go/141 [Pipeline] fileExists [Pipeline] sh 04:35:59 + make test 04:35:59 go test ./... -coverprofile=coverage.out ./... 04:36:03 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:37:55 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:37:55 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:37:55 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.065s coverage: 22.8% of statements 04:37:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:37:55 go vet ./... 04:38:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:38:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:38:13 ./bin/test-attribution-txt.sh [Pipeline] echo 04:38:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:38:13 $ docker stop --time=1 7ed0ca96998e1c6bf21dbff0628d62e148bcb6417db9dc08f6386918152349f8 04:38:15 $ docker rm -f --volumes 7ed0ca96998e1c6bf21dbff0628d62e148bcb6417db9dc08f6386918152349f8 [Pipeline] // withDockerContainer [Pipeline] sh 04:38:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:38:16 Warning: overwriting stash ‘coverage-report’ 04:38:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:38:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:38:17 + ls -al . 04:38:17 total 184 04:38:17 drwxrwxr-x 9 jenkins jenkins 4096 Sep 23 04:36 . 04:38:17 drwxrwxr-x 4 jenkins jenkins 4096 Sep 23 04:33 .. 04:38:17 -rw-rw-r-- 1 jenkins jenkins 140 Sep 23 04:33 .dockerignore 04:38:17 drwxrwxr-x 8 jenkins jenkins 4096 Sep 23 04:33 .git 04:38:17 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 04:33 .github 04:38:17 -rw-rw-r-- 1 jenkins jenkins 329 Sep 23 04:33 .gitignore 04:38:17 -rw-rw-r-- 1 jenkins jenkins 41 Sep 23 04:33 .golangci.yml 04:38:17 -rw-rw-r-- 1 jenkins jenkins 10386 Sep 23 04:33 Attribution.txt 04:38:17 -rw-rw-r-- 1 jenkins jenkins 17522 Sep 23 04:33 CHANGELOG.md 04:38:17 -rw-rw-r-- 1 jenkins jenkins 1689 Sep 23 04:33 Dockerfile 04:38:17 -rw-rw-r-- 1 jenkins jenkins 677 Sep 23 04:33 GOVERNANCE.md 04:38:17 -rw-rw-r-- 1 jenkins jenkins 678 Sep 23 04:33 Jenkinsfile 04:38:17 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 23 04:33 LICENSE 04:38:17 -rw-rw-r-- 1 jenkins jenkins 1963 Sep 23 04:33 Makefile 04:38:17 -rw-rw-r-- 1 jenkins jenkins 620 Sep 23 04:33 OWNERS.md 04:38:17 -rw-rw-r-- 1 jenkins jenkins 3695 Sep 23 04:33 README.md 04:38:17 -rw-rw-r-- 1 jenkins jenkins 12 Sep 23 04:30 VERSION 04:38:17 drwxrwxr-x 2 jenkins jenkins 4096 Sep 23 04:33 bin 04:38:17 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 04:33 cmd 04:38:17 -rw-r--r-- 1 jenkins jenkins 18506 Sep 23 04:37 coverage.out 04:38:17 -rw-rw-r-- 1 jenkins jenkins 3821 Sep 23 04:33 go.mod 04:38:17 -rw-rw-r-- 1 jenkins jenkins 35623 Sep 23 04:33 go.sum 04:38:17 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 04:33 internal 04:38:17 drwxrwxr-x 2 jenkins jenkins 4096 Sep 23 04:33 mock 04:38:17 drwxrwxr-x 4 jenkins jenkins 4096 Sep 23 04:33 snap 04:38:17 -rw-rw-r-- 1 jenkins jenkins 227 Sep 23 04:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:18 + 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=b1e63b1ff18fadb50f5646486da837eb774535ec --label arch=arm64 --label version=3.1.0-dev.13 . 04:38:18 Sending build context to Docker daemon 3.367MB 04:38:18 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 04:38:18 Step 2/24 : FROM ${BASE} AS builder 04:38:18 ---> 3f2237455fc9 04:38:18 Step 3/24 : ARG ADD_BUILD_TAGS="" 04:38:19 ---> Running in 23fa9720b49d 04:38:19 Removing intermediate container 23fa9720b49d 04:38:19 ---> e10ca0781b23 04:38:19 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:38:19 ---> Running in ae12bea339d6 04:38:19 Removing intermediate container ae12bea339d6 04:38:19 ---> 1ee226592fc0 04:38:19 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:38:19 ---> Running in bfcffe0c10ae 04:38:20 Removing intermediate container bfcffe0c10ae 04:38:20 ---> b8b0569dfaf3 04:38:20 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 04:38:20 ---> Running in 579fe0ce278a 04:38:20 Removing intermediate container 579fe0ce278a 04:38:20 ---> 7d83bf64afe2 04:38:20 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:38:20 ---> Running in eddbbbe2cadb 04:38:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:38:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:38:23 OK: 270 MiB in 56 packages 04:38:24 Removing intermediate container eddbbbe2cadb 04:38:24 ---> d76ad44fdf15 04:38:24 Step 8/24 : WORKDIR /device-mqtt-go 04:38:24 ---> Running in 0ff677253e5e 04:38:24 Removing intermediate container 0ff677253e5e 04:38:24 ---> 0c1c9ceb2172 04:38:24 Step 9/24 : COPY go.mod vendor* ./ 04:38:24 ---> 22ac5a6d8cc9 04:38:24 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:25 ---> Running in 3eed93b572f3 04:38:27 Removing intermediate container 3eed93b572f3 04:38:27 ---> 81a46f06ef33 04:38:27 Step 11/24 : COPY . . 04:38:28 ---> 38cc2c642f83 04:38:28 Step 12/24 : RUN $MAKE 04:38:28 ---> Running in e2f7d1b2ec18 04:38:29 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.1.0-dev.13 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.29" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 04:40:35 Removing intermediate container e2f7d1b2ec18 04:40:35 ---> 9c2fd52153ab 04:40:35 Step 13/24 : FROM alpine:3.18 04:40:35 3.18: Pulling from library/alpine 04:40:35 9fda8d8052c6: Already exists 04:40:35 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 04:40:35 Status: Downloaded newer image for alpine:3.18 04:40:35 ---> f6648c04cd6c 04:40:35 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 04:40:35 ---> Running in 9405c6152d48 04:40:35 Removing intermediate container 9405c6152d48 04:40:35 ---> 074b26ffa739 04:40:35 Step 15/24 : RUN apk add --update --no-cache dumb-init 04:40:35 ---> Running in 9058a973d66d 04:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:40:35 (1/1) Installing dumb-init (1.2.5-r2) 04:40:35 Executing busybox-1.36.1-r2.trigger 04:40:35 OK: 8 MiB in 16 packages 04:40:35 Removing intermediate container 9058a973d66d 04:40:35 ---> 3ae1a24eabb1 04:40:35 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 04:40:35 ---> 907783520571 04:40:35 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 04:40:35 ---> 8b90474d771f 04:40:35 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 04:40:35 ---> 1bc4a724d9d9 04:40:35 Step 19/24 : EXPOSE 59982 04:40:35 ---> Running in f55a17e87d44 04:40:35 Removing intermediate container f55a17e87d44 04:40:35 ---> 5688149233d2 04:40:35 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 04:40:35 ---> Running in 1bb97bf841dc 04:40:35 Removing intermediate container 1bb97bf841dc 04:40:35 ---> 9d1d032c1440 04:40:35 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 04:40:35 ---> Running in 33a51d9c447b 04:40:35 Removing intermediate container 33a51d9c447b 04:40:35 ---> 6d8c350cc66e 04:40:35 Step 22/24 : LABEL arch=arm64 04:40:35 ---> Running in 45008dddfaa4 04:40:35 Removing intermediate container 45008dddfaa4 04:40:35 ---> b4b69ab99ba8 04:40:35 Step 23/24 : LABEL git_sha=b1e63b1ff18fadb50f5646486da837eb774535ec 04:40:35 ---> Running in e8b0a9ba74ab 04:40:35 Removing intermediate container e8b0a9ba74ab 04:40:35 ---> dabae6290c1f 04:40:35 Step 24/24 : LABEL version=3.1.0-dev.13 04:40:35 ---> Running in ce4f152ecf84 04:40:35 Removing intermediate container ce4f152ecf84 04:40:35 ---> bf72705f317f 04:40:35 [Warning] One or more build-args [ARCH] were not consumed 04:40:35 Successfully built bf72705f317f 04:40:35 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 04:40:35 provisioning config files... 04:40:35 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/141@tmp/config9020417362934553458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:40:36 ---> docker-login.sh 04:40:36 nexus3.edgexfoundry.org:10001 04:40:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:36 Configure a credential helper to remove this warning. See 04:40:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:36 04:40:36 Login Succeeded 04:40:36 nexus3.edgexfoundry.org:10002 04:40:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:36 Configure a credential helper to remove this warning. See 04:40:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:36 04:40:36 Login Succeeded 04:40:36 nexus3.edgexfoundry.org:10003 04:40:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:37 Configure a credential helper to remove this warning. See 04:40:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:37 04:40:37 Login Succeeded 04:40:37 nexus3.edgexfoundry.org:10004 04:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:37 Configure a credential helper to remove this warning. See 04:40:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:37 04:40:37 Login Succeeded 04:40:37 docker.io 04:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:38 Configure a credential helper to remove this warning. See 04:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:38 04:40:38 Login Succeeded 04:40:38 ---> docker-login.sh ends [Pipeline] } 04:40:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:40:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:40:38 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 04:40:38 b1e63b1ff18fadb50f5646486da837eb774535ec 04:40:38 latest 04:40:38 3.1.0-dev.13 04:40:38 b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 04:40:38 main 04:40:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:38 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:38 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:b1e63b1ff18fadb50f5646486da837eb774535ec 04:40:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 04:40:38 8fb0f786399e: Preparing 04:40:38 95556ec9854e: Preparing 04:40:38 cad309fc6058: Preparing 04:40:38 96524db71837: Preparing 04:40:38 b2191e2be29d: Preparing 04:40:38 b2191e2be29d: Layer already exists 04:40:39 95556ec9854e: Pushed 04:40:39 8fb0f786399e: Pushed 04:40:39 96524db71837: Pushed 04:40:44 cad309fc6058: Pushed 04:40:44 b1e63b1ff18fadb50f5646486da837eb774535ec: digest: sha256:c5e847aab6022d147b40e6b2ff0e1a289edc10be970b507e885825852f9b18cb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:44 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:45 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 04:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 04:40:45 8fb0f786399e: Preparing 04:40:45 95556ec9854e: Preparing 04:40:45 cad309fc6058: Preparing 04:40:45 96524db71837: Preparing 04:40:45 b2191e2be29d: Preparing 04:40:45 8fb0f786399e: Layer already exists 04:40:45 96524db71837: Layer already exists 04:40:45 95556ec9854e: Layer already exists 04:40:45 b2191e2be29d: Layer already exists 04:40:45 cad309fc6058: Layer already exists 04:40:45 latest: digest: sha256:c5e847aab6022d147b40e6b2ff0e1a289edc10be970b507e885825852f9b18cb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:45 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:45 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.1.0-dev.13 04:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 04:40:45 8fb0f786399e: Preparing 04:40:45 95556ec9854e: Preparing 04:40:45 cad309fc6058: Preparing 04:40:45 96524db71837: Preparing 04:40:45 b2191e2be29d: Preparing 04:40:45 cad309fc6058: Layer already exists 04:40:45 b2191e2be29d: Layer already exists 04:40:45 8fb0f786399e: Layer already exists 04:40:45 95556ec9854e: Layer already exists 04:40:45 96524db71837: Layer already exists 04:40:45 3.1.0-dev.13: digest: sha256:c5e847aab6022d147b40e6b2ff0e1a289edc10be970b507e885825852f9b18cb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:46 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:46 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 04:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 04:40:46 8fb0f786399e: Preparing 04:40:46 95556ec9854e: Preparing 04:40:46 cad309fc6058: Preparing 04:40:46 96524db71837: Preparing 04:40:46 b2191e2be29d: Preparing 04:40:46 8fb0f786399e: Layer already exists 04:40:46 b2191e2be29d: Layer already exists 04:40:46 95556ec9854e: Layer already exists 04:40:46 96524db71837: Layer already exists 04:40:46 cad309fc6058: Layer already exists 04:40:46 b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13: digest: sha256:c5e847aab6022d147b40e6b2ff0e1a289edc10be970b507e885825852f9b18cb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:47 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:47 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 04:40:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 04:40:47 8fb0f786399e: Preparing 04:40:47 95556ec9854e: Preparing 04:40:47 cad309fc6058: Preparing 04:40:47 96524db71837: Preparing 04:40:47 b2191e2be29d: Preparing 04:40:47 cad309fc6058: Layer already exists 04:40:47 b2191e2be29d: Layer already exists 04:40:47 96524db71837: Layer already exists 04:40:47 95556ec9854e: Layer already exists 04:40:47 8fb0f786399e: Layer already exists 04:40:47 main: digest: sha256:c5e847aab6022d147b40e6b2ff0e1a289edc10be970b507e885825852f9b18cb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:40:48 ===================================================== [Pipeline] echo 04:40:48 taggedImages: 04:40:48 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:b1e63b1ff18fadb50f5646486da837eb774535ec 04:40:48 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 04:40:48 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.1.0-dev.13 04:40:48 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:b1e63b1ff18fadb50f5646486da837eb774535ec-3.1.0-dev.13 04:40:48 - 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 04:40:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:40:48 04:40:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:40:48 arm64: Pulling from edgex-lftools-log-publisher 04:40:48 8998bd30e6a1: Pulling fs layer 04:40:48 04944245beec: Pulling fs layer 04:40:48 699f458cf7ca: Pulling fs layer 04:40:48 765212b225bb: Pulling fs layer 04:40:48 f23df028b6ca: Pulling fs layer 04:40:48 d65c8cfc05b1: Pulling fs layer 04:40:48 2437ff75d9bd: Pulling fs layer 04:40:48 765212b225bb: Waiting 04:40:48 f23df028b6ca: Waiting 04:40:48 d65c8cfc05b1: Waiting 04:40:48 2437ff75d9bd: Waiting 04:40:49 04944245beec: Verifying Checksum 04:40:49 04944245beec: Download complete 04:40:49 765212b225bb: Verifying Checksum 04:40:49 765212b225bb: Download complete 04:40:49 f23df028b6ca: Download complete 04:40:49 d65c8cfc05b1: Verifying Checksum 04:40:49 d65c8cfc05b1: Download complete 04:40:49 699f458cf7ca: Verifying Checksum 04:40:49 8998bd30e6a1: Verifying Checksum 04:40:49 8998bd30e6a1: Download complete 04:40:51 2437ff75d9bd: Verifying Checksum 04:40:51 2437ff75d9bd: Download complete 04:40:53 8998bd30e6a1: Pull complete 04:40:53 04944245beec: Pull complete 04:40:54 699f458cf7ca: Pull complete 04:40:55 765212b225bb: Pull complete 04:40:55 f23df028b6ca: Pull complete 04:40:56 d65c8cfc05b1: Pull complete 04:41:11 2437ff75d9bd: Pull complete 04:41:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:41:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:41:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:41:11 prd-ubuntu20.04-docker-arm64-4c-16g-7676 does not seem to be running inside a container 04:41:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/141 -v /w/workspace/device-mqtt-go/141:/w/workspace/device-mqtt-go/141:rw,z -v /w/workspace/device-mqtt-go/141@tmp:/w/workspace/device-mqtt-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:41:14 $ docker top 25ee53bcefab859aaa7841b2714ef9d6d8a85a6895b00b0ebc635b65c1e2447d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:41:15 ---> job-cost.sh 04:41:15 lf-activate-venv: SKIPPING 04:41:15 INFO: No Stack... 04:41:15 INFO: Retrieving Pricing Info for: v3-standard-4 04:41:16 INFO: Archiving Costs [Pipeline] sh 04:41:16 + cat /w/workspace/device-mqtt-go/141/archives/cost.csv 04:41:16 + cut -d, -f6 [Pipeline] lock 04:41:16 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] 04:41:17 Resource [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] did not exist. Created. 04:41:17 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:41:17 /w/workspace/device-mqtt-go/141@tmp/durable-0db1a9f1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:41:17 + echo total: 0.10999999940395355 [Pipeline] stash 04:41:17 Warning: overwriting stash ‘stack-cost’ 04:41:17 Stashed 1 file(s) [Pipeline] } 04:41:17 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-141-stack-cost] [Pipeline] // lock [Pipeline] } 04:41:17 $ docker stop --time=1 25ee53bcefab859aaa7841b2714ef9d6d8a85a6895b00b0ebc635b65c1e2447d 04:41:19 $ docker rm -f --volumes 25ee53bcefab859aaa7841b2714ef9d6d8a85a6895b00b0ebc635b65c1e2447d [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 04:41:19 provisioning config files... 04:41:19 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config2024731391599862350tmp [Pipeline] { [Pipeline] sh 04:41:19 + set +x 04:41:19 + curl -s https://codecov.io/bash 04:41:19 + bash -s -- 04:41:19 04:41:19 _____ _ 04:41:19 / ____| | | 04:41:19 | | ___ __| | ___ ___ _____ __ 04:41:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:41:19 | |___| (_) | (_| | __/ (_| (_) \ V / 04:41:19 \_____\___/ \__,_|\___|\___\___/ \_/ 04:41:19 Bash-1.0.6 04:41:19 04:41:19 04:41:19 ==> git version 2.25.1 found 04:41:19 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:41:19 Release-Date: 2020-01-08 04:41:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:41:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:41:19 ==> Jenkins CI detected. 04:41:19 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 04:41:19 project root: . 04:41:19 --> token set from env 04:41:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:41:19 ==> Running gcov in . (disable via -X gcov) 04:41:19 ==> Python coveragepy not found 04:41:19 ==> Searching for coverage reports in: 04:41:19 + . 04:41:19 -> Found 1 reports 04:41:19 ==> Detecting git/mercurial file structure 04:41:19 ==> Reading reports 04:41:19 + ./coverage.out bytes=18506 04:41:19 ==> Appending adjustments 04:41:19 https://docs.codecov.io/docs/fixing-reports 04:41:20 + Found adjustments 04:41:20 ==> Gzipping contents 04:41:20 4.0K /tmp/codecov.n7qJiw.gz 04:41:20 ==> Uploading reports 04:41:20 url: https://codecov.io 04:41:20 query: branch=main&commit=b1e63b1ff18fadb50f5646486da837eb774535ec&build=141&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F141%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:41:20 -> Pinging Codecov 04:41:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=main&commit=b1e63b1ff18fadb50f5646486da837eb774535ec&build=141&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F141%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:41:20 -> Uploading to 04:41:20 https://storage.googleapis.com/codecov/v4/raw/2023-09-23/7D719EC7BBE17E464838252E33014C33/b1e63b1ff18fadb50f5646486da837eb774535ec/6e13aa31-a59f-49f2-9096-14a210f1fb91.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230923%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230923T044120Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ae08a8e94bae6d81f8ee277b5b32a400e0d2f5f83751dd79c2abc0ed94aaaea 04:41:20 % Total % Received % Xferd Average Speed Time Time Time Current 04:41:20 Dload Upload Total Spent Left Speed 04:41:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 16592 --:--:-- --:--:-- --:--:-- 16507 100 3219 0 0 100 3219 0 16592 --:--:-- --:--:-- --:--:-- 16507 04:41:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] } 04:41:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:41:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:41:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:41:20 04:41:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:41:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:41:21 df9b9388f04a: Pulling fs layer 04:41:21 52dc419b0ee2: Pulling fs layer 04:41:21 25bc292e5bac: Pulling fs layer 04:41:21 114826534d7a: Pulling fs layer 04:41:21 4657fd5d0bcf: Pulling fs layer 04:41:21 6ad1cebc031e: Pulling fs layer 04:41:21 8a3aa393b2d8: Pulling fs layer 04:41:21 4657fd5d0bcf: Waiting 04:41:21 6ad1cebc031e: Waiting 04:41:21 114826534d7a: Waiting 04:41:21 8a3aa393b2d8: Waiting 04:41:21 25bc292e5bac: Verifying Checksum 04:41:21 25bc292e5bac: Download complete 04:41:21 52dc419b0ee2: Download complete 04:41:21 4657fd5d0bcf: Verifying Checksum 04:41:21 4657fd5d0bcf: Download complete 04:41:21 df9b9388f04a: Download complete 04:41:21 df9b9388f04a: Pull complete 04:41:21 6ad1cebc031e: Verifying Checksum 04:41:21 6ad1cebc031e: Download complete 04:41:21 52dc419b0ee2: Pull complete 04:41:21 25bc292e5bac: Pull complete 04:41:22 114826534d7a: Verifying Checksum 04:41:22 114826534d7a: Download complete 04:41:22 8a3aa393b2d8: Verifying Checksum 04:41:22 8a3aa393b2d8: Download complete 04:41:25 114826534d7a: Pull complete 04:41:25 4657fd5d0bcf: Pull complete 04:41:25 6ad1cebc031e: Pull complete 04:41:28 8a3aa393b2d8: Pull complete 04:41:28 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 04:41:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:41:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:41:28 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:41:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:41:35 $ docker top 1b0745e359ed181cfefac9cc42702ad4392f11024e3788d9c1918ba6dfad2e8b -eo pid,comm [Pipeline] { [Pipeline] echo 04:41:35 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 04:41:36 + set -o pipefail 04:41:36 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 04:41:41 04:41:41 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 04:41:41 04:41:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/3e3c834e-5d18-4617-93d0-28008acd78b8 04:41:41 04:41:41 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 04:41:41 04:41:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:41:41 04:41:43 04:41:43 A medium severity vulnerability was found in the Snyk CLI versions you are using. 04:41:43 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 04:41:43 More details here: https://snyk.co/ue1NS [Pipeline] } 04:41:43 $ docker stop --time=1 1b0745e359ed181cfefac9cc42702ad4392f11024e3788d9c1918ba6dfad2e8b 04:41:48 $ docker rm -f --volumes 1b0745e359ed181cfefac9cc42702ad4392f11024e3788d9c1918ba6dfad2e8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:41:49 + git log --format=format:%s -1 b1e63b1ff18fadb50f5646486da837eb774535ec [Pipeline] sh 04:41:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:41:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:41:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:41:49 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:41:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:41:50 $ docker top fc5ae11b672541ba91cd669fdb85f8ec9fd53390da48a842a644f9cbf6b0c1b4 -eo pid,comm 04:41:50 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:41:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:41:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:41:50 [ssh-agent] Looking for ssh-agent implementation... 04:41:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:41:50 $ docker exec fc5ae11b672541ba91cd669fdb85f8ec9fd53390da48a842a644f9cbf6b0c1b4 ssh-agent 04:41:50 SSH_AUTH_SOCK=/tmp/ssh-nLa0Ovy9dSbo/agent.32 04:41:50 SSH_AGENT_PID=38 04:41:50 Running ssh-add (command line suppressed) 04:41:50 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_8602837419268237593.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_8602837419268237593.key) 04:41:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:41:51 + git semver tag 04:41:51 2023-09-23 04:41:51,482 [run_tag] DEBUG tag force:False 04:41:51 2023-09-23 04:41:51,482 [check_head_tag] DEBUG check head tag 04:41:51 2023-09-23 04:41:51,482 [execute] INFO git cat-file --batch-check 04:41:51 2023-09-23 04:41:51,483 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 04:41:51 2023-09-23 04:41:51,487 [execute] INFO git cat-file --batch 04:41:51 2023-09-23 04:41:51,487 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 04:41:51 2023-09-23 04:41:51,498 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:41:51 2023-09-23 04:41:51,498 [execute] INFO git tag -a v3.1.0-dev.13 -m v3.1.0-dev.13 04:41:51 2023-09-23 04:41:51,498 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.13', '-m', 'v3.1.0-dev.13'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 04:41:51 2023-09-23 04:41:51,504 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:41:51 3.1.0-dev.13 [Pipeline] } 04:41:51 $ docker exec --env ******** --env ******** fc5ae11b672541ba91cd669fdb85f8ec9fd53390da48a842a644f9cbf6b0c1b4 ssh-agent -k 04:41:51 unset SSH_AUTH_SOCK; 04:41:51 unset SSH_AGENT_PID; 04:41:51 echo Agent pid 38 killed; 04:41:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:41:52 + git semver [Pipeline] } 04:41:52 $ docker stop --time=1 fc5ae11b672541ba91cd669fdb85f8ec9fd53390da48a842a644f9cbf6b0c1b4 04:41:53 $ docker rm -f --volumes fc5ae11b672541ba91cd669fdb85f8ec9fd53390da48a842a644f9cbf6b0c1b4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:41:54 04:41:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:41:54 0.23.1-centos7: Pulling from edgex-lftools 04:41:54 ab5ef0e58194: Pulling fs layer 04:41:54 9712f1f96733: Pulling fs layer 04:41:54 63f879dbbcfc: Pulling fs layer 04:41:54 0d9ebad4ef96: Pulling fs layer 04:41:54 e9a5061849ea: Pulling fs layer 04:41:54 d747dcd14b5f: Pulling fs layer 04:41:54 2de7ff778b66: Pulling fs layer 04:41:54 e9a5061849ea: Waiting 04:41:54 d747dcd14b5f: Waiting 04:41:54 0d9ebad4ef96: Waiting 04:41:54 2de7ff778b66: Waiting 04:41:54 9712f1f96733: Verifying Checksum 04:41:54 9712f1f96733: Download complete 04:41:54 63f879dbbcfc: Verifying Checksum 04:41:54 63f879dbbcfc: Download complete 04:41:55 e9a5061849ea: Download complete 04:41:55 d747dcd14b5f: Verifying Checksum 04:41:55 d747dcd14b5f: Download complete 04:41:55 0d9ebad4ef96: Verifying Checksum 04:41:55 0d9ebad4ef96: Download complete 04:41:55 ab5ef0e58194: Download complete 04:41:55 2de7ff778b66: Verifying Checksum 04:41:55 2de7ff778b66: Download complete 04:41:57 ab5ef0e58194: Pull complete 04:41:57 9712f1f96733: Pull complete 04:41:58 63f879dbbcfc: Pull complete 04:42:02 0d9ebad4ef96: Pull complete 04:42:02 e9a5061849ea: Pull complete 04:42:02 d747dcd14b5f: Pull complete 04:42:03 2de7ff778b66: Pull complete 04:42:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:42:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:03 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:42:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:42:12 $ docker top e906a7f81de74f09851e598cf9fa4ef167607b720065228205ccf07bf22d3d7a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:42:12 provisioning config files... 04:42:12 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5103722240775698664tmp 04:42:12 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config4303453598856654835tmp 04:42:12 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17746583386892595294tmp [Pipeline] { [Pipeline] echo 04:42:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:42:12 ---> sigul-configuration.sh 04:42:12 gpg: directory `/root/.gnupg' created 04:42:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:42:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:42:12 gpg: keyring `/root/.gnupg/secring.gpg' created 04:42:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:42:12 gpg: CAST5 encrypted data 04:42:12 gpg: encrypted with 1 passphrase 04:42:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:42:13 + mkdir /home/jenkins 04:42:13 + mkdir /home/jenkins/sigul [Pipeline] sh 04:42:13 + 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 04:42:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:42:13 ---> sigul-install.sh 04:42:13 Sigul already installed; skipping installation. [Pipeline] sh 04:42:13 + git tag --list 04:42:13 0.7.1 04:42:13 v1.0.0 04:42:13 v1.1.0 04:42:13 v1.1.1 04:42:13 v1.2.2 04:42:13 v1.3.0 04:42:13 v1.3.1 04:42:13 v2.0.0 04:42:13 v2.1.0 04:42:13 v2.1.1 04:42:13 v2.2.0 04:42:13 v2.3.0 04:42:13 v3.0 04:42:13 v3.0.0 04:42:13 v3.1.0-dev.1 04:42:13 v3.1.0-dev.10 04:42:13 v3.1.0-dev.11 04:42:13 v3.1.0-dev.12 04:42:13 v3.1.0-dev.13 04:42:13 v3.1.0-dev.2 04:42:13 v3.1.0-dev.3 04:42:13 v3.1.0-dev.4 04:42:13 v3.1.0-dev.5 04:42:13 v3.1.0-dev.6 04:42:13 v3.1.0-dev.7 04:42:13 v3.1.0-dev.8 04:42:13 v3.1.0-dev.9 [Pipeline] sh 04:42:14 + lftools sign git-tag v3.1.0-dev.13 04:42:14 Signing Git tag with Sigul... 04:42:14 Signing v3.1.0-dev.13 [Pipeline] echo 04:42:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:42:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:42:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:42:15 $ docker stop --time=1 e906a7f81de74f09851e598cf9fa4ef167607b720065228205ccf07bf22d3d7a 04:42:16 $ docker rm -f --volumes e906a7f81de74f09851e598cf9fa4ef167607b720065228205ccf07bf22d3d7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:42:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:42:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:42:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:17 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:42:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:42:17 $ docker top b33981e5aeb44ac9f78634d6f12744daa009aa7ef9106d0a2389e6aaa091d966 -eo pid,comm 04:42:17 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). 04:42:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:42:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:42:17 [ssh-agent] Looking for ssh-agent implementation... 04:42:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:42:17 $ docker exec b33981e5aeb44ac9f78634d6f12744daa009aa7ef9106d0a2389e6aaa091d966 ssh-agent 04:42:18 SSH_AUTH_SOCK=/tmp/ssh-8OskSmsNlPwZ/agent.33 04:42:18 SSH_AGENT_PID=39 04:42:18 Running ssh-add (command line suppressed) 04:42:18 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10162790440686550200.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10162790440686550200.key) 04:42:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:42:18 + git semver bump pre 04:42:18 2023-09-23 04:42:18,631 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:42:18 2023-09-23 04:42:18,631 [bump_version] DEBUG bumping version:3.1.0-dev.13 on axis:pre with prefix:dev 04:42:18 2023-09-23 04:42:18,631 [bump_version] DEBUG bumped version:3.1.0-dev.14 04:42:18 2023-09-23 04:42:18,631 [write_version] DEBUG write version:3.1.0-dev.14 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 04:42:18 2023-09-23 04:42:18,631 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:42:18 2023-09-23 04:42:18,631 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:42:18 2023-09-23 04:42:18,634 [execute] INFO git cat-file --batch-check 04:42:18 2023-09-23 04:42:18,634 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:42:18 2023-09-23 04:42:18,641 [execute] INFO git cat-file --batch 04:42:18 2023-09-23 04:42:18,642 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:42:18 2023-09-23 04:42:18,647 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:42:18 3.1.0-dev.14 [Pipeline] } 04:42:18 $ docker exec --env ******** --env ******** b33981e5aeb44ac9f78634d6f12744daa009aa7ef9106d0a2389e6aaa091d966 ssh-agent -k 04:42:18 unset SSH_AUTH_SOCK; 04:42:18 unset SSH_AGENT_PID; 04:42:18 echo Agent pid 39 killed; 04:42:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:42:19 + git semver [Pipeline] } 04:42:19 $ docker stop --time=1 b33981e5aeb44ac9f78634d6f12744daa009aa7ef9106d0a2389e6aaa091d966 04:42:21 $ docker rm -f --volumes b33981e5aeb44ac9f78634d6f12744daa009aa7ef9106d0a2389e6aaa091d966 [Pipeline] // withDockerContainer [Pipeline] sh 04:42:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:42:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:42:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:21 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:42:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:42:22 $ docker top 394803058fb7d787cf3c08b3b9378ad832c1e2152ce9d810d9dfefad53ce3b92 -eo pid,comm 04:42:22 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). 04:42:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:42:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:42:22 [ssh-agent] Looking for ssh-agent implementation... 04:42:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:42:22 $ docker exec 394803058fb7d787cf3c08b3b9378ad832c1e2152ce9d810d9dfefad53ce3b92 ssh-agent 04:42:22 SSH_AUTH_SOCK=/tmp/ssh-qkHylM1QJ9bV/agent.32 04:42:22 SSH_AGENT_PID=38 04:42:22 Running ssh-add (command line suppressed) 04:42:22 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9472916441958714379.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9472916441958714379.key) 04:42:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:42:22 + git semver push 04:42:23 2023-09-23 04:42:23,031 [run_push] DEBUG push 04:42:23 2023-09-23 04:42:23,032 [execute] INFO git cat-file --batch-check 04:42:23 2023-09-23 04:42:23,032 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 04:42:23 2023-09-23 04:42:23,036 [execute] INFO git rev-list 71e188a720be70d28236b0b37fe9feebb7981a4b -- 04:42:23 2023-09-23 04:42:23,036 [execute] DEBUG Popen(['git', 'rev-list', '71e188a720be70d28236b0b37fe9feebb7981a4b', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:42:23 2023-09-23 04:42:23,046 [execute] INFO git fetch -v origin 04:42:23 2023-09-23 04:42:23,046 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) 04:42:23 2023-09-23 04:42:23,510 [run_push] DEBUG no remote changes detected 04:42:23 2023-09-23 04:42:23,511 [execute] INFO git push origin semver 04:42:23 2023-09-23 04:42:23,511 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 04:42:24 2023-09-23 04:42:24,423 [run_push] DEBUG push all version tags 04:42:24 2023-09-23 04:42:24,423 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:42:24 2023-09-23 04:42:24,424 [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) 04:42:25 2023-09-23 04:42:25,096 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 04:42:25 3.1.0-dev.14 [Pipeline] } 04:42:25 $ docker exec --env ******** --env ******** 394803058fb7d787cf3c08b3b9378ad832c1e2152ce9d810d9dfefad53ce3b92 ssh-agent -k 04:42:25 unset SSH_AUTH_SOCK; 04:42:25 unset SSH_AGENT_PID; 04:42:25 echo Agent pid 38 killed; 04:42:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:42:25 + git semver [Pipeline] } 04:42:25 $ docker stop --time=1 394803058fb7d787cf3c08b3b9378ad832c1e2152ce9d810d9dfefad53ce3b92 04:42:27 $ docker rm -f --volumes 394803058fb7d787cf3c08b3b9378ad832c1e2152ce9d810d9dfefad53ce3b92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:42:27 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 04:42:27 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 04:42:27 total 16 04:42:27 drwxr-xr-x 3 root root 4096 Sep 23 04:32 . 04:42:27 drwxrwxr-x 11 jenkins jenkins 4096 Sep 23 04:42 .. 04:42:27 drwxr-xr-x 2 root root 4096 Sep 23 04:32 cost 04:42:27 -rw-r--r-- 1 root root 86 Sep 23 04:32 cost.csv 04:42:27 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 04:42:27 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 04:42:27 total 16 04:42:27 drwxr-xr-x 3 jenkins jenkins 4096 Sep 23 04:32 . 04:42:27 drwxrwxr-x 11 jenkins jenkins 4096 Sep 23 04:42 .. 04:42:27 drwxr-xr-x 2 jenkins jenkins 4096 Sep 23 04:32 cost 04:42:27 -rw-r--r-- 1 jenkins jenkins 86 Sep 23 04:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:42:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:42:28 ---> package-listing.sh 04:42:28 ++ facter osfamily 04:42:28 ++ tr '[:upper:]' '[:lower:]' 04:42:29 + OS_FAMILY=debian 04:42:29 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 04:42:29 + START_PACKAGES=/tmp/packages_start.txt 04:42:29 + END_PACKAGES=/tmp/packages_end.txt 04:42:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:42:29 + PACKAGES=/tmp/packages_start.txt 04:42:29 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 04:42:29 + PACKAGES=/tmp/packages_end.txt 04:42:29 + case "${OS_FAMILY}" in 04:42:29 + dpkg -l 04:42:29 + grep '^ii' 04:42:29 + '[' -f /tmp/packages_start.txt ']' 04:42:29 + '[' -f /tmp/packages_end.txt ']' 04:42:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:42:29 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 04:42:29 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 04:42:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 04:42:29 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 04:42:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:42:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:29 prd-ubuntu20.04-docker-8c-8g-7672 does not seem to be running inside a container 04:42:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:42:30 $ docker top 595c2e001bf5bf1b7488c80a7068a8cf1c32f664c3953e2cf0df6c888b063bc0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:30 + touch /tmp/pre-build-complete [Pipeline] sh 04:42:30 + mkdir -p /var/log/sysstat [Pipeline] sh 04:42:31 + ls /var/log/sa-host 04:42:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:42:31 provisioning config files... 04:42:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10082221595847483825tmp [Pipeline] { [Pipeline] echo 04:42:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:42:31 ---> create-netrc.sh [Pipeline] } 04:42:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:42:31 ---> python-tools-install.sh [Pipeline] echo 04:42:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:42:32 ---> sudo-logs.sh 04:42:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:42:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:42:32 ---> job-cost.sh 04:42:32 lf-activate-venv: SKIPPING 04:42:32 DEBUG: total: 0.2199999988079071 04:42:32 INFO: Retrieving Stack Cost... 04:42:32 INFO: Retrieving Pricing Info for: v3-standard-8 04:42:33 INFO: Archiving Costs [Pipeline] echo 04:42:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:42:33 ---> logs-deploy.sh 04:42:33 lf-activate-venv: SKIPPING 04:42:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/141 04:42:33 INFO: archiving workspace using pattern(s): 04:42:34 Archives upload complete. 04:42:34 INFO: archiving logs to Nexus