Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c4dbf6069102021828098e365a108396ed21524d 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-ssh3193729496211365073.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh13931683889183055730.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh16971975166699965497.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh17513848674021219972.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-ssh9550293237166934449.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.20 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-ubuntu20.04-docker-8c-8g-5013’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5016 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 > 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 Avoid second fetch Checking out Revision c4dbf6069102021828098e365a108396ed21524d (main) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#620)" > git config core.sparsecheckout # timeout=10 > git checkout -f c4dbf6069102021828098e365a108396ed21524d # timeout=10 > git rev-list --no-walk 24031f99736a1500bd59a57df778730f3b803153 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:55:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:55:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:55:57 ========================================================= 14:55:57 EdgeX Global Pipelines Version Info 14:55:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:55:58 ------------------- 14:55:58 stable info: 14:55:58 ------------------- 14:55:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:55:58 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:55:58 Message: update stable to v1.0.253 14:55:58 ------------------- 14:55:58 experimental info: 14:55:58 ------------------- 14:55:58 Commited By: **** collab-it+edgex@linuxfoundation.org 14:55:58 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:55:58 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4dbf6069102021828098e365a108396ed21524d [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4dbf60 [Pipeline] echo 14:55:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:55:59 provisioning config files... 14:55:59 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8909268615577450961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:55:59 ---> docker-login.sh 14:55:59 nexus3.edgexfoundry.org:10001 14:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:59 Configure a credential helper to remove this warning. See 14:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:59 14:55:59 Login Succeeded 14:55:59 nexus3.edgexfoundry.org:10002 14:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:59 Configure a credential helper to remove this warning. See 14:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:59 14:55:59 Login Succeeded 14:55:59 nexus3.edgexfoundry.org:10003 14:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:00 Configure a credential helper to remove this warning. See 14:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:00 14:56:00 Login Succeeded 14:56:00 nexus3.edgexfoundry.org:10004 14:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:00 Configure a credential helper to remove this warning. See 14:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:00 14:56:00 Login Succeeded 14:56:00 docker.io 14:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:00 Configure a credential helper to remove this warning. See 14:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:00 14:56:00 Login Succeeded 14:56:00 ---> docker-login.sh ends [Pipeline] } 14:56:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:56:01 + git rev-list -1 --merges c4dbf6069102021828098e365a108396ed21524d~1..c4dbf6069102021828098e365a108396ed21524d [Pipeline] echo 14:56:01 -----------> git rev-list -1 --merges c4dbf6069102021828098e365a108396ed21524d~1..c4dbf6069102021828098e365a108396ed21524d c4dbf6069102021828098e365a108396ed21524d [false] [Pipeline] sh 14:56:01 + git log --format=format:%s -1 c4dbf6069102021828098e365a108396ed21524d [Pipeline] echo 14:56:01 ========================================================= 14:56:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:56:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:56:01 + git log --format=format:%s -1 c4dbf6069102021828098e365a108396ed21524d [Pipeline] echo 14:56:01 [semverPrep] GIT_COMMIT: c4dbf6069102021828098e365a108396ed21524d, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#620) [Pipeline] echo 14:56:01 [semverPrep] This is not a build commit. [Pipeline] sh 14:56:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:56:02 + grep -v github /etc/ssh/ssh_known_hosts 14:56:02 + [ -e /tmp/ssh_known_hosts ] 14:56:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:56:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:56:02 + sudo tee -a /etc/ssh/ssh_known_hosts 14:56:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:56:02 14:56:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:56:02 0.1.4: Pulling from edgex-devops/py-git-semver 14:56:02 b85a868b505f: Pulling fs layer 14:56:02 e2be974225ed: Pulling fs layer 14:56:02 339a4e72a1f5: Pulling fs layer 14:56:02 988bab9f4d93: Pulling fs layer 14:56:02 1469e6f7b9e6: Pulling fs layer 14:56:02 eaf3925da568: Pulling fs layer 14:56:02 bab4dde63d76: Pulling fs layer 14:56:02 bde34c3a00c8: Pulling fs layer 14:56:02 b352a97aabf1: Pulling fs layer 14:56:02 4872d77fe225: Pulling fs layer 14:56:02 5851b861e8e6: Pulling fs layer 14:56:02 988bab9f4d93: Waiting 14:56:02 b352a97aabf1: Waiting 14:56:02 4872d77fe225: Waiting 14:56:02 5851b861e8e6: Waiting 14:56:02 1469e6f7b9e6: Waiting 14:56:02 eaf3925da568: Waiting 14:56:02 bde34c3a00c8: Waiting 14:56:02 bab4dde63d76: Waiting 14:56:02 e2be974225ed: Download complete 14:56:02 988bab9f4d93: Download complete 14:56:03 339a4e72a1f5: Verifying Checksum 14:56:03 339a4e72a1f5: Download complete 14:56:03 1469e6f7b9e6: Verifying Checksum 14:56:03 1469e6f7b9e6: Download complete 14:56:03 eaf3925da568: Verifying Checksum 14:56:03 eaf3925da568: Download complete 14:56:03 bde34c3a00c8: Download complete 14:56:03 b352a97aabf1: Verifying Checksum 14:56:03 b352a97aabf1: Download complete 14:56:03 4872d77fe225: Verifying Checksum 14:56:03 4872d77fe225: Download complete 14:56:03 5851b861e8e6: Verifying Checksum 14:56:03 5851b861e8e6: Download complete 14:56:03 b85a868b505f: Verifying Checksum 14:56:03 b85a868b505f: Download complete 14:56:03 bab4dde63d76: Verifying Checksum 14:56:03 bab4dde63d76: Download complete 14:56:04 b85a868b505f: Pull complete 14:56:04 e2be974225ed: Pull complete 14:56:05 339a4e72a1f5: Pull complete 14:56:05 988bab9f4d93: Pull complete 14:56:05 1469e6f7b9e6: Pull complete 14:56:05 eaf3925da568: Pull complete 14:56:07 bab4dde63d76: Pull complete 14:56:07 bde34c3a00c8: Pull complete 14:56:07 b352a97aabf1: Pull complete 14:56:07 4872d77fe225: Pull complete 14:56:08 5851b861e8e6: Pull complete 14:56:08 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:56:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:56:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:56:08 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 14:56:08 $ 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 14:56:15 $ docker top 7c4aeb6370e2cc3a715b3b38f0ba4837d22dfd04b46b73bee2458773402d0f32 -eo pid,comm 14:56:15 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). 14:56:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:56:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:56:15 [ssh-agent] Looking for ssh-agent implementation... 14:56:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:56:15 $ docker exec 7c4aeb6370e2cc3a715b3b38f0ba4837d22dfd04b46b73bee2458773402d0f32 ssh-agent 14:56:15 SSH_AUTH_SOCK=/tmp/ssh-CcHyh1KbvzmN/agent.33 14:56:15 SSH_AGENT_PID=39 14:56:15 Running ssh-add (command line suppressed) 14:56:15 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6302074239029727754.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6302074239029727754.key) 14:56:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:56:16 + git tag --points-at HEAD [Pipeline] } 14:56:16 $ docker exec --env ******** --env ******** 7c4aeb6370e2cc3a715b3b38f0ba4837d22dfd04b46b73bee2458773402d0f32 ssh-agent -k 14:56:16 unset SSH_AUTH_SOCK; 14:56:16 unset SSH_AGENT_PID; 14:56:16 echo Agent pid 39 killed; 14:56:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:56:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:56:16 [ssh-agent] Looking for ssh-agent implementation... 14:56:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:56:16 $ docker exec 7c4aeb6370e2cc3a715b3b38f0ba4837d22dfd04b46b73bee2458773402d0f32 ssh-agent 14:56:16 SSH_AUTH_SOCK=/tmp/ssh-JqmMtoRSzJjI/agent.71 14:56:16 SSH_AGENT_PID=77 14:56:16 Running ssh-add (command line suppressed) 14:56:16 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4531182195130780994.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4531182195130780994.key) 14:56:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:56:17 + git semver init 14:56:17 2023-08-31 14:56:17,265 [run_init] DEBUG init version:0.0.0 force:False 14:56:17 2023-08-31 14:56:17,266 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 14:56:17 2023-08-31 14:56:17,266 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 14:56:17 2023-08-31 14:56:17,266 [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) 14:56:18 2023-08-31 14:56:18,099 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 14:56:18 2023-08-31 14:56:18,099 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 14:56:18 2023-08-31 14:56:18,099 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 14:56:18 2023-08-31 14:56:18,099 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 14:56:18 3.1.0-dev.6 [Pipeline] } 14:56:18 $ docker exec --env ******** --env ******** 7c4aeb6370e2cc3a715b3b38f0ba4837d22dfd04b46b73bee2458773402d0f32 ssh-agent -k 14:56:18 unset SSH_AUTH_SOCK; 14:56:18 unset SSH_AGENT_PID; 14:56:18 echo Agent pid 77 killed; 14:56:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:56:18 + git semver [Pipeline] } 14:56:18 $ docker stop --time=1 7c4aeb6370e2cc3a715b3b38f0ba4837d22dfd04b46b73bee2458773402d0f32 14:56:20 $ docker rm -f --volumes 7c4aeb6370e2cc3a715b3b38f0ba4837d22dfd04b46b73bee2458773402d0f32 [Pipeline] // withDockerContainer [Pipeline] sh 14:56:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:56:20 Stashed 1 file(s) [Pipeline] echo 14:56:20 [edgeXSemver]: initialized semver on version 3.1.0-dev.6 [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 14:56:20 provisioning config files... 14:56:20 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8065328512218419211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:56:21 ---> docker-login.sh 14:56:21 nexus3.edgexfoundry.org:10001 14:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:21 Configure a credential helper to remove this warning. See 14:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:21 14:56:21 Login Succeeded 14:56:21 nexus3.edgexfoundry.org:10002 14:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:21 Configure a credential helper to remove this warning. See 14:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:21 14:56:21 Login Succeeded 14:56:21 nexus3.edgexfoundry.org:10003 14:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:21 Configure a credential helper to remove this warning. See 14:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:21 14:56:21 Login Succeeded 14:56:21 nexus3.edgexfoundry.org:10004 14:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:21 Configure a credential helper to remove this warning. See 14:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:21 14:56:21 Login Succeeded 14:56:21 docker.io 14:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:21 Configure a credential helper to remove this warning. See 14:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:21 14:56:21 Login Succeeded 14:56:21 ---> docker-login.sh ends [Pipeline] } 14:56:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:56:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:56:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:56:22 ========================================================= 14:56:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 14:56:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:22 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 14:56:22 Sending build context to Docker daemon 6.474MB 14:56:22 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 14:56:22 Step 2/12 : FROM ${BASE} AS builder 14:56:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 14:56:22 4db1b89c0bd1: Pulling fs layer 14:56:22 6911f1a30b25: Pulling fs layer 14:56:22 e194b8c5c2a9: Pulling fs layer 14:56:22 6863d3e3a2b1: Pulling fs layer 14:56:22 ec0bb842ea78: Pulling fs layer 14:56:22 40a00589a448: Pulling fs layer 14:56:22 6c08303d61cc: Pulling fs layer 14:56:22 798269fcf238: Pulling fs layer 14:56:22 798269fcf238: Waiting 14:56:22 6c08303d61cc: Waiting 14:56:22 40a00589a448: Waiting 14:56:22 6863d3e3a2b1: Waiting 14:56:22 ec0bb842ea78: Waiting 14:56:22 6911f1a30b25: Verifying Checksum 14:56:22 6911f1a30b25: Download complete 14:56:22 6863d3e3a2b1: Verifying Checksum 14:56:22 6863d3e3a2b1: Download complete 14:56:22 ec0bb842ea78: Verifying Checksum 14:56:22 ec0bb842ea78: Download complete 14:56:22 4db1b89c0bd1: Verifying Checksum 14:56:22 4db1b89c0bd1: Download complete 14:56:22 40a00589a448: Verifying Checksum 14:56:22 40a00589a448: Download complete 14:56:22 4db1b89c0bd1: Pull complete 14:56:22 6911f1a30b25: Pull complete 14:56:23 798269fcf238: Verifying Checksum 14:56:23 798269fcf238: Download complete 14:56:23 e194b8c5c2a9: Verifying Checksum 14:56:23 e194b8c5c2a9: Download complete 14:56:23 6c08303d61cc: Verifying Checksum 14:56:23 6c08303d61cc: Download complete 14:56:26 e194b8c5c2a9: Pull complete 14:56:26 6863d3e3a2b1: Pull complete 14:56:26 ec0bb842ea78: Pull complete 14:56:26 40a00589a448: Pull complete 14:56:29 6c08303d61cc: Pull complete 14:56:29 798269fcf238: Pull complete 14:56:29 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 14:56:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:56:29 ---> ec979cd7f677 14:56:29 Step 3/12 : ARG ADD_BUILD_TAGS="" 14:56:35 Still waiting to schedule task 14:56:35 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5018’ is offline 14:56:39 ---> Running in b24d8cd5213e 14:56:39 Removing intermediate container b24d8cd5213e 14:56:39 ---> c74c87fae000 14:56:39 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:56:39 ---> Running in a941008e4b6f 14:56:39 Removing intermediate container a941008e4b6f 14:56:39 ---> 6990a4cd466e 14:56:39 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 14:56:39 ---> Running in 3d8e9ac83941 14:56:39 Removing intermediate container 3d8e9ac83941 14:56:39 ---> 9fe5acd6d900 14:56:39 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 14:56:39 ---> Running in a0d056da9a53 14:56:39 Removing intermediate container a0d056da9a53 14:56:39 ---> bea44fee3428 14:56:39 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:56:39 ---> Running in 6e3a6d34c5a1 14:56:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:56:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:56:40 (1/4) Installing openssh-keygen (9.1_p1-r4) 14:56:40 (2/4) Installing libedit (20221030.3.1-r0) 14:56:40 (3/4) Installing openssh-client-common (9.1_p1-r4) 14:56:40 (4/4) Installing openssh-client-default (9.1_p1-r4) 14:56:40 Executing busybox-1.35.0-r29.trigger 14:56:40 OK: 269 MiB in 57 packages 14:56:40 Removing intermediate container 6e3a6d34c5a1 14:56:40 ---> d813a85c1550 14:56:40 Step 8/12 : WORKDIR /device-mqtt-go 14:56:40 ---> Running in 496a140e2a2d 14:56:40 Removing intermediate container 496a140e2a2d 14:56:40 ---> 40fd495410e0 14:56:40 Step 9/12 : COPY go.mod vendor* ./ 14:56:40 ---> 61cd38a2df75 14:56:40 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:56:40 ---> Running in 195a3798aa8b 14:57:27 Removing intermediate container 195a3798aa8b 14:57:27 ---> c856878550f8 14:57:27 Step 11/12 : COPY . . 14:57:27 ---> 53d232e86f06 14:57:27 Step 12/12 : RUN $MAKE 14:57:27 ---> Running in 9d364e7c04ed 14:57:27 noop 14:57:27 Removing intermediate container 9d364e7c04ed 14:57:27 ---> 22ea3fe5afaa 14:57:27 Successfully built 22ea3fe5afaa 14:57:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:27 + docker inspect -f . ci-base-image-x86_64 14:57:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:57:27 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 14:57:27 $ 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 14:57:28 $ docker top 4be92badc951a953fd1eed51279277bc1d296d3e8f5c6a84eb51ad9c53a992ba -eo pid,comm [Pipeline] { [Pipeline] sh 14:57:28 + go version 14:57:28 go version go1.20.6 linux/amd64 [Pipeline] } 14:57:28 $ docker stop --time=1 4be92badc951a953fd1eed51279277bc1d296d3e8f5c6a84eb51ad9c53a992ba 14:57:29 $ docker rm -f --volumes 4be92badc951a953fd1eed51279277bc1d296d3e8f5c6a84eb51ad9c53a992ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:30 + docker inspect -f . ci-base-image-x86_64 14:57:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:57:30 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 14:57:30 $ 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 14:57:30 $ docker top 99ca802cb8086137dfd163282437d98397b0f3b50713170e4073852e7ebea325 -eo pid,comm [Pipeline] { [Pipeline] sh 14:57:31 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 14:57:31 + make test 14:57:31 go test ./... -coverprofile=coverage.out ./... 14:57:36 ? github.com/edgexfoundry/device-mqtt-go [no test files] 14:57:48 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 14:57:48 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 14:57:48 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 22.8% of statements 14:57:54 go vet ./... 14:57:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:57:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:57:57 ./bin/test-attribution-txt.sh [Pipeline] echo 14:57:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:57:57 $ docker stop --time=1 99ca802cb8086137dfd163282437d98397b0f3b50713170e4073852e7ebea325 14:58:03 $ docker rm -f --volumes 99ca802cb8086137dfd163282437d98397b0f3b50713170e4073852e7ebea325 [Pipeline] // withDockerContainer [Pipeline] sh 14:58:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:58:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:58:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:58:04 + ls -al . 14:58:04 total 188 14:58:04 drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 14:57 . 14:58:04 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 14:55 .. 14:58:04 -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 14:55 .dockerignore 14:58:04 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 14:56 .git 14:58:04 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 14:55 .github 14:58:04 -rw-rw-r-- 1 jenkins jenkins 329 Aug 31 14:55 .gitignore 14:58:04 -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 14:55 .golangci.yml 14:58:04 drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 14:56 .semver 14:58:04 -rw-rw-r-- 1 jenkins jenkins 10386 Aug 31 14:55 Attribution.txt 14:58:04 -rw-rw-r-- 1 jenkins jenkins 17522 Aug 31 14:55 CHANGELOG.md 14:58:04 -rw-rw-r-- 1 jenkins jenkins 1689 Aug 31 14:55 Dockerfile 14:58:04 -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 14:55 GOVERNANCE.md 14:58:04 -rw-rw-r-- 1 jenkins jenkins 678 Aug 31 14:55 Jenkinsfile 14:58:04 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 14:55 LICENSE 14:58:04 -rw-rw-r-- 1 jenkins jenkins 1963 Aug 31 14:55 Makefile 14:58:04 -rw-rw-r-- 1 jenkins jenkins 620 Aug 31 14:55 OWNERS.md 14:58:04 -rw-rw-r-- 1 jenkins jenkins 3695 Aug 31 14:55 README.md 14:58:04 -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 14:56 VERSION 14:58:04 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 14:55 bin 14:58:04 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 14:55 cmd 14:58:04 -rw-r--r-- 1 jenkins jenkins 18506 Aug 31 14:57 coverage.out 14:58:04 -rw-rw-r-- 1 jenkins jenkins 3820 Aug 31 14:55 go.mod 14:58:04 -rw-rw-r-- 1 jenkins jenkins 34092 Aug 31 14:55 go.sum 14:58:04 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 14:55 internal 14:58:04 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 14:55 mock 14:58:04 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 14:55 snap 14:58:04 -rw-rw-r-- 1 jenkins jenkins 227 Aug 31 14:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:05 + 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=c4dbf6069102021828098e365a108396ed21524d --label arch=amd64 --label version=3.1.0-dev.6 . 14:58:05 Sending build context to Docker daemon 6.494MB 14:58:05 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 14:58:05 Step 2/24 : FROM ${BASE} AS builder 14:58:05 ---> 22ea3fe5afaa 14:58:05 Step 3/24 : ARG ADD_BUILD_TAGS="" 14:58:05 ---> Running in 9b878df97fed 14:58:05 Removing intermediate container 9b878df97fed 14:58:05 ---> bfd01c70ca0a 14:58:05 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:58:05 ---> Running in 8dbc9c7599f5 14:58:05 Removing intermediate container 8dbc9c7599f5 14:58:05 ---> 8021fe4d5e49 14:58:05 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 14:58:05 ---> Running in d9652a106039 14:58:05 Removing intermediate container d9652a106039 14:58:05 ---> 0d47aedb84d7 14:58:05 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 14:58:05 ---> Running in 9ad279377302 14:58:05 Removing intermediate container 9ad279377302 14:58:05 ---> 6e59d5031eb2 14:58:05 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:58:05 ---> Running in c30114f61a2a 14:58:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:06 OK: 269 MiB in 57 packages 14:58:06 Removing intermediate container c30114f61a2a 14:58:06 ---> 56c060e4cc7a 14:58:06 Step 8/24 : WORKDIR /device-mqtt-go 14:58:07 ---> Running in 0d17e08cab31 14:58:07 Removing intermediate container 0d17e08cab31 14:58:07 ---> 7e8c5bd556da 14:58:07 Step 9/24 : COPY go.mod vendor* ./ 14:58:07 ---> a2a5e5c91f49 14:58:07 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:07 ---> Running in e081af4f00f6 14:58:07 Removing intermediate container e081af4f00f6 14:58:07 ---> f458500666e0 14:58:07 Step 11/24 : COPY . . 14:58:08 ---> fc6c178c796d 14:58:08 Step 12/24 : RUN $MAKE 14:58:08 ---> Running in abf25444b9ed 14:58:08 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.1.0-dev.6 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.17" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 14:58:35 Removing intermediate container abf25444b9ed 14:58:35 ---> 0fc1642a81d1 14:58:35 Step 13/24 : FROM alpine:3.17 14:58:35 3.17: Pulling from library/alpine 14:58:35 9398808236ff: Pulling fs layer 14:58:35 9398808236ff: Verifying Checksum 14:58:35 9398808236ff: Download complete 14:58:35 9398808236ff: Pull complete 14:58:35 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 14:58:35 Status: Downloaded newer image for alpine:3.17 14:58:35 ---> 1e0b8b5322fc 14:58:35 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 14:58:35 ---> Running in b95d4d347ef9 14:58:35 Removing intermediate container b95d4d347ef9 14:58:35 ---> fd1fc8735c28 14:58:35 Step 15/24 : RUN apk add --update --no-cache dumb-init 14:58:35 ---> Running in 7612982c130b 14:58:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:35 (1/1) Installing dumb-init (1.2.5-r2) 14:58:35 Executing busybox-1.35.0-r29.trigger 14:58:35 OK: 7 MiB in 16 packages 14:58:35 Removing intermediate container 7612982c130b 14:58:35 ---> fa0aab58f6c4 14:58:35 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 14:58:35 ---> 8eda79316481 14:58:35 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 14:58:35 ---> 17b982a87b15 14:58:35 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 14:58:35 ---> 65e844f22ed6 14:58:35 Step 19/24 : EXPOSE 59982 14:58:35 ---> Running in 6ea75c933bc0 14:58:35 Removing intermediate container 6ea75c933bc0 14:58:35 ---> 40c3096f777d 14:58:35 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 14:58:36 ---> Running in c0d5c18e8ab0 14:58:36 Removing intermediate container c0d5c18e8ab0 14:58:36 ---> 0f3b90fffb82 14:58:36 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 14:58:36 ---> Running in c4a9b04b7648 14:58:36 Removing intermediate container c4a9b04b7648 14:58:36 ---> c3bf712d28fa 14:58:36 Step 22/24 : LABEL arch=amd64 14:58:36 ---> Running in 73e386c242e8 14:58:36 Removing intermediate container 73e386c242e8 14:58:36 ---> 291f632dfa4b 14:58:36 Step 23/24 : LABEL git_sha=c4dbf6069102021828098e365a108396ed21524d 14:58:36 ---> Running in 02d99501dabe 14:58:36 Removing intermediate container 02d99501dabe 14:58:36 ---> bd9f6ec873e3 14:58:36 Step 24/24 : LABEL version=3.1.0-dev.6 14:58:36 ---> Running in a5e41480085e 14:58:36 Removing intermediate container a5e41480085e 14:58:36 ---> 083f42cca5cd 14:58:36 [Warning] One or more build-args [ARCH] were not consumed 14:58:36 Successfully built 083f42cca5cd 14:58:36 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:58:36 provisioning config files... 14:58:36 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8355330098375810055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:58:36 ---> docker-login.sh 14:58:36 nexus3.edgexfoundry.org:10001 14:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:36 Configure a credential helper to remove this warning. See 14:58:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:36 14:58:36 Login Succeeded 14:58:36 nexus3.edgexfoundry.org:10002 14:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:37 Configure a credential helper to remove this warning. See 14:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:37 14:58:37 Login Succeeded 14:58:37 nexus3.edgexfoundry.org:10003 14:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:37 Configure a credential helper to remove this warning. See 14:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:37 14:58:37 Login Succeeded 14:58:37 nexus3.edgexfoundry.org:10004 14:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:37 Configure a credential helper to remove this warning. See 14:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:37 14:58:37 Login Succeeded 14:58:37 docker.io 14:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:37 Configure a credential helper to remove this warning. See 14:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:37 14:58:37 Login Succeeded 14:58:37 ---> docker-login.sh ends [Pipeline] } 14:58:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:58:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:58:37 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 14:58:37 c4dbf6069102021828098e365a108396ed21524d 14:58:37 latest 14:58:37 3.1.0-dev.6 14:58:37 c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 14:58:37 main 14:58:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:38 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:c4dbf6069102021828098e365a108396ed21524d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:38 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:c4dbf6069102021828098e365a108396ed21524d 14:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 14:58:38 7533507fc507: Preparing 14:58:38 fdb1f7da1adb: Preparing 14:58:38 49bfec916d94: Preparing 14:58:38 a0d0bd6de667: Preparing 14:58:38 36b50b131297: Preparing 14:58:38 36b50b131297: Layer already exists 14:58:38 7533507fc507: Pushed 14:58:38 a0d0bd6de667: Pushed 14:58:38 fdb1f7da1adb: Pushed 14:58:40 49bfec916d94: Pushed 14:58:40 c4dbf6069102021828098e365a108396ed21524d: digest: sha256:6faa29759516d5b30a9e035254ca4d704c1a23aa2c56440a627c72fa3faa6640 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:41 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:41 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 14:58:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 14:58:41 7533507fc507: Preparing 14:58:41 fdb1f7da1adb: Preparing 14:58:41 49bfec916d94: Preparing 14:58:41 a0d0bd6de667: Preparing 14:58:41 36b50b131297: Preparing 14:58:41 7533507fc507: Layer already exists 14:58:41 a0d0bd6de667: Layer already exists 14:58:41 49bfec916d94: Layer already exists 14:58:41 36b50b131297: Layer already exists 14:58:41 fdb1f7da1adb: Layer already exists 14:58:41 latest: digest: sha256:6faa29759516d5b30a9e035254ca4d704c1a23aa2c56440a627c72fa3faa6640 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:41 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:42 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.1.0-dev.6 14:58:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 14:58:42 7533507fc507: Preparing 14:58:42 fdb1f7da1adb: Preparing 14:58:42 49bfec916d94: Preparing 14:58:42 a0d0bd6de667: Preparing 14:58:42 36b50b131297: Preparing 14:58:42 fdb1f7da1adb: Layer already exists 14:58:42 a0d0bd6de667: Layer already exists 14:58:42 7533507fc507: Layer already exists 14:58:42 49bfec916d94: Layer already exists 14:58:42 36b50b131297: Layer already exists 14:58:42 3.1.0-dev.6: digest: sha256:6faa29759516d5b30a9e035254ca4d704c1a23aa2c56440a627c72fa3faa6640 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:42 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:42 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 14:58:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 14:58:42 7533507fc507: Preparing 14:58:42 fdb1f7da1adb: Preparing 14:58:42 49bfec916d94: Preparing 14:58:42 a0d0bd6de667: Preparing 14:58:42 36b50b131297: Preparing 14:58:42 49bfec916d94: Layer already exists 14:58:42 a0d0bd6de667: Layer already exists 14:58:42 fdb1f7da1adb: Layer already exists 14:58:42 36b50b131297: Layer already exists 14:58:42 7533507fc507: Layer already exists 14:58:42 c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6: digest: sha256:6faa29759516d5b30a9e035254ca4d704c1a23aa2c56440a627c72fa3faa6640 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:43 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:43 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 14:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 14:58:43 7533507fc507: Preparing 14:58:43 fdb1f7da1adb: Preparing 14:58:43 49bfec916d94: Preparing 14:58:43 a0d0bd6de667: Preparing 14:58:43 36b50b131297: Preparing 14:58:43 7533507fc507: Layer already exists 14:58:43 49bfec916d94: Layer already exists 14:58:43 36b50b131297: Layer already exists 14:58:43 fdb1f7da1adb: Layer already exists 14:58:43 a0d0bd6de667: Layer already exists 14:58:43 main: digest: sha256:6faa29759516d5b30a9e035254ca4d704c1a23aa2c56440a627c72fa3faa6640 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:58:43 ===================================================== [Pipeline] echo 14:58:43 taggedImages: 14:58:43 - nexus3.edgexfoundry.org:10004/device-mqtt:c4dbf6069102021828098e365a108396ed21524d 14:58:43 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 14:58:43 - nexus3.edgexfoundry.org:10004/device-mqtt:3.1.0-dev.6 14:58:43 - nexus3.edgexfoundry.org:10004/device-mqtt:c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 14:58:43 - 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 14:58:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:58:43 14:58:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:58:44 latest: Pulling from edgex-lftools-log-publisher 14:58:44 5eb5b503b376: Pulling fs layer 14:58:44 5c69ac0246d0: Pulling fs layer 14:58:44 ec43610c2a17: Pulling fs layer 14:58:44 3a2ae6a8a46f: Pulling fs layer 14:58:44 33b1e0a273af: Pulling fs layer 14:58:44 5d3b04190fa2: Pulling fs layer 14:58:44 2f39f015ded8: Pulling fs layer 14:58:44 3a2ae6a8a46f: Waiting 14:58:44 33b1e0a273af: Waiting 14:58:44 5d3b04190fa2: Waiting 14:58:44 5c69ac0246d0: Verifying Checksum 14:58:44 5c69ac0246d0: Download complete 14:58:44 3a2ae6a8a46f: Verifying Checksum 14:58:44 3a2ae6a8a46f: Download complete 14:58:44 ec43610c2a17: Verifying Checksum 14:58:44 ec43610c2a17: Download complete 14:58:44 5d3b04190fa2: Verifying Checksum 14:58:44 5d3b04190fa2: Download complete 14:58:44 33b1e0a273af: Verifying Checksum 14:58:44 33b1e0a273af: Download complete 14:58:44 5eb5b503b376: Download complete 14:58:44 2f39f015ded8: Download complete 14:58:45 5eb5b503b376: Pull complete 14:58:45 5c69ac0246d0: Pull complete 14:58:46 ec43610c2a17: Pull complete 14:58:46 3a2ae6a8a46f: Pull complete 14:58:46 33b1e0a273af: Pull complete 14:58:46 5d3b04190fa2: Pull complete 14:58:50 2f39f015ded8: Pull complete 14:58:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:58:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:58:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:58:50 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 14:58:50 $ 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 14:58:59 $ docker top 406093fda304a75088323bb49868dd1b2dfe1a13803809ea5afd0c3438ebd92e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:59:00 ---> job-cost.sh 14:59:00 lf-activate-venv: SKIPPING 14:59:00 INFO: No Stack... 14:59:00 INFO: Retrieving Pricing Info for: v3-standard-8 14:59:01 INFO: Archiving Costs [Pipeline] sh 14:59:01 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 14:59:01 + cut -d, -f6 [Pipeline] lock 14:59:01 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] 14:59:01 Resource [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] did not exist. Created. 14:59:01 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:59:01 + echo total: 0.2199999988079071 [Pipeline] stash 14:59:01 Stashed 1 file(s) [Pipeline] } 14:59:01 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] [Pipeline] // lock [Pipeline] } 14:59:01 $ docker stop --time=1 406093fda304a75088323bb49868dd1b2dfe1a13803809ea5afd0c3438ebd92e 14:59:02 $ docker rm -f --volumes 406093fda304a75088323bb49868dd1b2dfe1a13803809ea5afd0c3438ebd92e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:59:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5021 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 14:59:14 Running in /w/workspace/device-mqtt-go/134 [Pipeline] { [Pipeline] checkout 14:59:14 The recommended git tool is: git 14:59:20 using credential edgex-jenkins-ssh 14:59:20 Cloning the remote Git repository 14:59:20 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 14:59:20 > git init /w/workspace/device-mqtt-go/134 # timeout=10 14:59:20 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 14:59:20 > git --version # timeout=10 14:59:20 > git --version # 'git version 2.25.1' 14:59:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:23 Avoid second fetch 14:59:23 Checking out Revision c4dbf6069102021828098e365a108396ed21524d (main) 14:59:22 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 14:59:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:23 > git config core.sparsecheckout # timeout=10 14:59:23 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#620)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:59:23 > git checkout -f c4dbf6069102021828098e365a108396ed21524d # timeout=10 14:59:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:59:24 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:24 Dload Upload Total Spent Left Speed 14:59:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 14:59:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:59:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:59:25 + sudo tee /etc/docker/daemon.new 14:59:25 { 14:59:25 "registry-mirrors": [ 14:59:25 "https://nexus3.edgexfoundry.org:10001" 14:59:25 ], 14:59:25 "bip": "10.250.0.254/24", 14:59:25 "hosts": [ 14:59:25 "tcp://0.0.0.0:5555", 14:59:25 "unix:///var/run/docker.sock" 14:59:25 ], 14:59:25 "mtu": 1458, 14:59:25 "selinux-enabled": true, 14:59:25 "seccomp-profile": "/etc/docker/seccomp.json" 14:59:25 } [Pipeline] sh 14:59:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:59:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:59:44 provisioning config files... 14:59:44 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/134@tmp/config7223483457407342496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:59:45 ---> docker-login.sh 14:59:45 nexus3.edgexfoundry.org:10001 14:59:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:45 Configure a credential helper to remove this warning. See 14:59:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:45 14:59:45 Login Succeeded 14:59:45 nexus3.edgexfoundry.org:10002 14:59:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:46 Configure a credential helper to remove this warning. See 14:59:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:46 14:59:46 Login Succeeded 14:59:46 nexus3.edgexfoundry.org:10003 14:59:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:46 Configure a credential helper to remove this warning. See 14:59:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:46 14:59:46 Login Succeeded 14:59:46 nexus3.edgexfoundry.org:10004 14:59:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:47 Configure a credential helper to remove this warning. See 14:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:47 14:59:47 Login Succeeded 14:59:47 docker.io 14:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:47 Configure a credential helper to remove this warning. See 14:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:47 14:59:47 Login Succeeded 14:59:47 ---> docker-login.sh ends [Pipeline] } 14:59:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:59:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:59:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:59:47 ========================================================= 14:59:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 14:59:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:48 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 14:59:48 Sending build context to Docker daemon 3.327MB 14:59:48 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 14:59:48 Step 2/12 : FROM ${BASE} AS builder 14:59:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:59:48 edb6bdbacee9: Pulling fs layer 14:59:48 5f9638ab2659: Pulling fs layer 14:59:48 8d51d6327a98: Pulling fs layer 14:59:48 8b374f2dd631: Pulling fs layer 14:59:48 ec14aa9079de: Pulling fs layer 14:59:48 2f466654f4bb: Pulling fs layer 14:59:48 554e91adad29: Pulling fs layer 14:59:48 ec14aa9079de: Waiting 14:59:48 2f466654f4bb: Waiting 14:59:48 554e91adad29: Waiting 14:59:48 8b374f2dd631: Waiting 14:59:48 5f9638ab2659: Verifying Checksum 14:59:48 5f9638ab2659: Download complete 14:59:48 8b374f2dd631: Verifying Checksum 14:59:48 8b374f2dd631: Download complete 14:59:48 ec14aa9079de: Verifying Checksum 14:59:48 ec14aa9079de: Download complete 14:59:48 edb6bdbacee9: Verifying Checksum 14:59:48 edb6bdbacee9: Download complete 14:59:50 edb6bdbacee9: Pull complete 14:59:50 554e91adad29: Verifying Checksum 14:59:50 554e91adad29: Download complete 14:59:51 5f9638ab2659: Pull complete 14:59:52 2f466654f4bb: Verifying Checksum 14:59:52 2f466654f4bb: Download complete 14:59:52 8d51d6327a98: Verifying Checksum 14:59:52 8d51d6327a98: Download complete 15:00:04 8d51d6327a98: Pull complete 15:00:04 8b374f2dd631: Pull complete 15:00:04 ec14aa9079de: Pull complete 15:00:11 2f466654f4bb: Pull complete 15:00:14 554e91adad29: Pull complete 15:00:14 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:00:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:00:14 ---> 1e15ea492957 15:00:14 Step 3/12 : ARG ADD_BUILD_TAGS="" 15:00:14 ---> Running in 9000e543832a 15:00:15 Removing intermediate container 9000e543832a 15:00:15 ---> ec4424fa83c0 15:00:15 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:00:15 ---> Running in 62b040685094 15:00:15 Removing intermediate container 62b040685094 15:00:15 ---> e89667cdb86f 15:00:15 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 15:00:15 ---> Running in 1263b057f7d6 15:00:16 Removing intermediate container 1263b057f7d6 15:00:16 ---> a9699ea0072a 15:00:16 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 15:00:16 ---> Running in 74e5e7663162 15:00:16 Removing intermediate container 74e5e7663162 15:00:16 ---> 752f5577b99c 15:00:16 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:00:16 ---> Running in 7136584bcb37 15:00:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:00:19 (1/4) Installing openssh-keygen (9.1_p1-r4) 15:00:19 (2/4) Installing libedit (20221030.3.1-r0) 15:00:19 (3/4) Installing openssh-client-common (9.1_p1-r4) 15:00:19 (4/4) Installing openssh-client-default (9.1_p1-r4) 15:00:19 Executing busybox-1.35.0-r29.trigger 15:00:19 OK: 268 MiB in 57 packages 15:00:20 Removing intermediate container 7136584bcb37 15:00:20 ---> 5916e744bd38 15:00:20 Step 8/12 : WORKDIR /device-mqtt-go 15:00:21 ---> Running in d4d18004eced 15:00:21 Removing intermediate container d4d18004eced 15:00:21 ---> 52204266e47c 15:00:21 Step 9/12 : COPY go.mod vendor* ./ 15:00:21 ---> fb6bcec40a0a 15:00:21 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:21 ---> Running in 7159f1339e23 15:01:44 Removing intermediate container 7159f1339e23 15:01:44 ---> 42e465faedb8 15:01:44 Step 11/12 : COPY . . 15:01:44 ---> 850ee89c4f84 15:01:44 Step 12/12 : RUN $MAKE 15:01:44 ---> Running in 74bc5ac33e2e 15:01:44 noop 15:01:44 Removing intermediate container 74bc5ac33e2e 15:01:44 ---> 3280437ecd93 15:01:44 Successfully built 3280437ecd93 15:01:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:44 + docker inspect -f . ci-base-image-arm64 15:01:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:01:44 prd-ubuntu20.04-docker-arm64-4c-16g-5021 does not seem to be running inside a container 15:01:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/134 -v /w/workspace/device-mqtt-go/134:/w/workspace/device-mqtt-go/134:rw,z -v /w/workspace/device-mqtt-go/134@tmp:/w/workspace/device-mqtt-go/134@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 15:01:46 $ docker top ba9ea15dd399b1f4e3cae13a4ceb871a5b4bc380ba533e7af41ab599ef795436 -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:47 + go version 15:01:47 go version go1.20.6 linux/arm64 [Pipeline] } 15:01:47 $ docker stop --time=1 ba9ea15dd399b1f4e3cae13a4ceb871a5b4bc380ba533e7af41ab599ef795436 15:01:48 $ docker rm -f --volumes ba9ea15dd399b1f4e3cae13a4ceb871a5b4bc380ba533e7af41ab599ef795436 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:49 + docker inspect -f . ci-base-image-arm64 15:01:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:01:49 prd-ubuntu20.04-docker-arm64-4c-16g-5021 does not seem to be running inside a container 15:01:49 $ 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/134 -v /w/workspace/device-mqtt-go/134:/w/workspace/device-mqtt-go/134:rw,z -v /w/workspace/device-mqtt-go/134@tmp:/w/workspace/device-mqtt-go/134@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 15:01:51 $ docker top ce7f1667cfb48584cf67b431457a2d08e3c92e32688256df4b0f9f9086167073 -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:51 + git config --global --add safe.directory /w/workspace/device-mqtt-go/134 [Pipeline] fileExists [Pipeline] sh 15:01:52 + make test 15:01:52 go test ./... -coverprofile=coverage.out ./... 15:02:32 ? github.com/edgexfoundry/device-mqtt-go [no test files] 15:04:55 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 15:04:55 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 15:04:55 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.085s coverage: 22.8% of statements 15:04:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:04:55 go vet ./... 15:05:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:05:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:05:27 ./bin/test-attribution-txt.sh [Pipeline] echo 15:05:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:05:27 $ docker stop --time=1 ce7f1667cfb48584cf67b431457a2d08e3c92e32688256df4b0f9f9086167073 15:05:29 $ docker rm -f --volumes ce7f1667cfb48584cf67b431457a2d08e3c92e32688256df4b0f9f9086167073 [Pipeline] // withDockerContainer [Pipeline] sh 15:05:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:05:31 Warning: overwriting stash ‘coverage-report’ 15:05:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:05:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:05:32 + ls -al . 15:05:32 total 184 15:05:32 drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:01 . 15:05:32 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 14:59 .. 15:05:32 -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 14:59 .dockerignore 15:05:32 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 14:59 .git 15:05:32 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 14:59 .github 15:05:32 -rw-rw-r-- 1 jenkins jenkins 329 Aug 31 14:59 .gitignore 15:05:32 -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 14:59 .golangci.yml 15:05:32 -rw-rw-r-- 1 jenkins jenkins 10386 Aug 31 14:59 Attribution.txt 15:05:32 -rw-rw-r-- 1 jenkins jenkins 17522 Aug 31 14:59 CHANGELOG.md 15:05:32 -rw-rw-r-- 1 jenkins jenkins 1689 Aug 31 14:59 Dockerfile 15:05:32 -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 14:59 GOVERNANCE.md 15:05:32 -rw-rw-r-- 1 jenkins jenkins 678 Aug 31 14:59 Jenkinsfile 15:05:32 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 14:59 LICENSE 15:05:32 -rw-rw-r-- 1 jenkins jenkins 1963 Aug 31 14:59 Makefile 15:05:32 -rw-rw-r-- 1 jenkins jenkins 620 Aug 31 14:59 OWNERS.md 15:05:32 -rw-rw-r-- 1 jenkins jenkins 3695 Aug 31 14:59 README.md 15:05:32 -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 14:56 VERSION 15:05:32 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 14:59 bin 15:05:32 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 14:59 cmd 15:05:32 -rw-r--r-- 1 jenkins jenkins 18506 Aug 31 15:04 coverage.out 15:05:32 -rw-rw-r-- 1 jenkins jenkins 3820 Aug 31 14:59 go.mod 15:05:32 -rw-rw-r-- 1 jenkins jenkins 34092 Aug 31 14:59 go.sum 15:05:32 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 14:59 internal 15:05:32 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 14:59 mock 15:05:32 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 14:59 snap 15:05:32 -rw-rw-r-- 1 jenkins jenkins 227 Aug 31 14:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:32 + 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=c4dbf6069102021828098e365a108396ed21524d --label arch=arm64 --label version=3.1.0-dev.6 . 15:05:33 Sending build context to Docker daemon 3.347MB 15:05:33 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 15:05:33 Step 2/24 : FROM ${BASE} AS builder 15:05:33 ---> 3280437ecd93 15:05:33 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:05:33 ---> Running in 96c96319e39f 15:05:33 Removing intermediate container 96c96319e39f 15:05:33 ---> 874cf714f0cb 15:05:33 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:05:33 ---> Running in 4aad1e5775b8 15:05:34 Removing intermediate container 4aad1e5775b8 15:05:34 ---> c53f02278bc8 15:05:34 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 15:05:34 ---> Running in 9796d2404edf 15:05:34 Removing intermediate container 9796d2404edf 15:05:34 ---> d4bc5f0f87b1 15:05:34 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 15:05:34 ---> Running in 5dfe38149fd4 15:05:34 Removing intermediate container 5dfe38149fd4 15:05:34 ---> 4c5d17d21949 15:05:34 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:05:35 ---> Running in 70796628b710 15:05:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:05:38 OK: 268 MiB in 57 packages 15:05:41 Removing intermediate container 70796628b710 15:05:41 ---> 40c8506d7615 15:05:41 Step 8/24 : WORKDIR /device-mqtt-go 15:05:41 ---> Running in 3f00ce3be0cd 15:05:41 Removing intermediate container 3f00ce3be0cd 15:05:41 ---> f097d49da4e9 15:05:41 Step 9/24 : COPY go.mod vendor* ./ 15:05:41 ---> 962ea1a6c101 15:05:41 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:41 ---> Running in 2f36b1fb2c21 15:05:44 Removing intermediate container 2f36b1fb2c21 15:05:44 ---> fb25685b8398 15:05:44 Step 11/24 : COPY . . 15:05:44 ---> 7049c54ab12f 15:05:44 Step 12/24 : RUN $MAKE 15:05:44 ---> Running in 7900c9aa4e4a 15:05:45 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.1.0-dev.6 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.17" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 15:08:37 Removing intermediate container 7900c9aa4e4a 15:08:37 ---> 96eb8a89ffab 15:08:37 Step 13/24 : FROM alpine:3.17 15:08:37 3.17: Pulling from library/alpine 15:08:37 4060ece20d7a: Pulling fs layer 15:08:37 4060ece20d7a: Verifying Checksum 15:08:37 4060ece20d7a: Download complete 15:08:37 4060ece20d7a: Pull complete 15:08:37 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:08:37 Status: Downloaded newer image for alpine:3.17 15:08:37 ---> 8650cd65339b 15:08:37 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 15:08:37 ---> Running in 66afb7cdeae2 15:08:37 Removing intermediate container 66afb7cdeae2 15:08:37 ---> 2d74da86d784 15:08:37 Step 15/24 : RUN apk add --update --no-cache dumb-init 15:08:37 ---> Running in 85ed592a0274 15:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:08:37 (1/1) Installing dumb-init (1.2.5-r2) 15:08:37 Executing busybox-1.35.0-r29.trigger 15:08:37 OK: 8 MiB in 16 packages 15:08:37 Removing intermediate container 85ed592a0274 15:08:37 ---> 8d5173783dcd 15:08:37 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 15:08:37 ---> 1122ea02d0aa 15:08:37 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 15:08:40 ---> e8ee8a04ee18 15:08:40 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 15:08:41 ---> bfa2d8ea1514 15:08:41 Step 19/24 : EXPOSE 59982 15:08:41 ---> Running in e79b10281054 15:08:41 Removing intermediate container e79b10281054 15:08:41 ---> ddb95986d44e 15:08:41 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 15:08:41 ---> Running in 3c09ca36f8ae 15:08:42 Removing intermediate container 3c09ca36f8ae 15:08:42 ---> 0bd3b54b9d90 15:08:42 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 15:08:42 ---> Running in 1a4d8bdc42b2 15:08:42 Removing intermediate container 1a4d8bdc42b2 15:08:42 ---> bf9027a572ca 15:08:42 Step 22/24 : LABEL arch=arm64 15:08:42 ---> Running in 2a572bae9892 15:08:42 Removing intermediate container 2a572bae9892 15:08:42 ---> e72a1bb416c1 15:08:42 Step 23/24 : LABEL git_sha=c4dbf6069102021828098e365a108396ed21524d 15:08:42 ---> Running in 7dea55d31529 15:08:43 Removing intermediate container 7dea55d31529 15:08:43 ---> 341b003cdd96 15:08:43 Step 24/24 : LABEL version=3.1.0-dev.6 15:08:43 ---> Running in 0e55394d2ed5 15:08:43 Removing intermediate container 0e55394d2ed5 15:08:43 ---> 8f08cb8f8c40 15:08:43 [Warning] One or more build-args [ARCH] were not consumed 15:08:43 Successfully built 8f08cb8f8c40 15:08:43 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 15:08:43 provisioning config files... 15:08:43 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/134@tmp/config15006947915246658557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:08:44 ---> docker-login.sh 15:08:44 nexus3.edgexfoundry.org:10001 15:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:08:44 Configure a credential helper to remove this warning. See 15:08:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:08:44 15:08:44 Login Succeeded 15:08:44 nexus3.edgexfoundry.org:10002 15:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:08:44 Configure a credential helper to remove this warning. See 15:08:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:08:44 15:08:44 Login Succeeded 15:08:44 nexus3.edgexfoundry.org:10003 15:08:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:08:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:08:45 Configure a credential helper to remove this warning. See 15:08:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:08:45 15:08:45 Login Succeeded 15:08:45 nexus3.edgexfoundry.org:10004 15:08:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:08:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:08:45 Configure a credential helper to remove this warning. See 15:08:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:08:45 15:08:45 Login Succeeded 15:08:45 docker.io 15:08:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:08:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:08:46 Configure a credential helper to remove this warning. See 15:08:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:08:46 15:08:46 Login Succeeded 15:08:46 ---> docker-login.sh ends [Pipeline] } 15:08:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:08:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:08:46 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 15:08:46 c4dbf6069102021828098e365a108396ed21524d 15:08:46 latest 15:08:46 3.1.0-dev.6 15:08:46 c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 15:08:46 main 15:08:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:46 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c4dbf6069102021828098e365a108396ed21524d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:47 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c4dbf6069102021828098e365a108396ed21524d 15:08:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 15:08:47 84b667dce6ac: Preparing 15:08:47 dc86c85dd3bb: Preparing 15:08:47 884e34e5c21d: Preparing 15:08:47 33e0681307be: Preparing 15:08:47 d2d9d24a8c2a: Preparing 15:08:47 d2d9d24a8c2a: Layer already exists 15:08:47 84b667dce6ac: Pushed 15:08:47 dc86c85dd3bb: Pushed 15:08:47 33e0681307be: Pushed 15:08:52 884e34e5c21d: Pushed 15:08:52 c4dbf6069102021828098e365a108396ed21524d: digest: sha256:992c0fb9db2586589b93f2c93132e131ccb444e034d276803478133057daf2de size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:53 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:53 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 15:08:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 15:08:53 84b667dce6ac: Preparing 15:08:53 dc86c85dd3bb: Preparing 15:08:53 884e34e5c21d: Preparing 15:08:53 33e0681307be: Preparing 15:08:53 d2d9d24a8c2a: Preparing 15:08:53 dc86c85dd3bb: Layer already exists 15:08:53 33e0681307be: Layer already exists 15:08:53 884e34e5c21d: Layer already exists 15:08:53 d2d9d24a8c2a: Layer already exists 15:08:53 84b667dce6ac: Layer already exists 15:08:53 latest: digest: sha256:992c0fb9db2586589b93f2c93132e131ccb444e034d276803478133057daf2de size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:54 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:54 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.1.0-dev.6 15:08:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 15:08:54 84b667dce6ac: Preparing 15:08:54 dc86c85dd3bb: Preparing 15:08:54 884e34e5c21d: Preparing 15:08:54 33e0681307be: Preparing 15:08:54 d2d9d24a8c2a: Preparing 15:08:54 d2d9d24a8c2a: Layer already exists 15:08:54 dc86c85dd3bb: Layer already exists 15:08:54 33e0681307be: Layer already exists 15:08:54 84b667dce6ac: Layer already exists 15:08:54 884e34e5c21d: Layer already exists 15:08:54 3.1.0-dev.6: digest: sha256:992c0fb9db2586589b93f2c93132e131ccb444e034d276803478133057daf2de size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:54 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:55 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 15:08:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 15:08:55 84b667dce6ac: Preparing 15:08:55 dc86c85dd3bb: Preparing 15:08:55 884e34e5c21d: Preparing 15:08:55 33e0681307be: Preparing 15:08:55 d2d9d24a8c2a: Preparing 15:08:55 33e0681307be: Layer already exists 15:08:55 d2d9d24a8c2a: Layer already exists 15:08:55 dc86c85dd3bb: Layer already exists 15:08:55 84b667dce6ac: Layer already exists 15:08:55 884e34e5c21d: Layer already exists 15:08:55 c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6: digest: sha256:992c0fb9db2586589b93f2c93132e131ccb444e034d276803478133057daf2de size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:55 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:55 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 15:08:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 15:08:55 84b667dce6ac: Preparing 15:08:55 dc86c85dd3bb: Preparing 15:08:55 884e34e5c21d: Preparing 15:08:55 33e0681307be: Preparing 15:08:55 d2d9d24a8c2a: Preparing 15:08:55 dc86c85dd3bb: Layer already exists 15:08:55 84b667dce6ac: Layer already exists 15:08:55 884e34e5c21d: Layer already exists 15:08:55 d2d9d24a8c2a: Layer already exists 15:08:55 33e0681307be: Layer already exists 15:08:56 main: digest: sha256:992c0fb9db2586589b93f2c93132e131ccb444e034d276803478133057daf2de size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:08:56 ===================================================== [Pipeline] echo 15:08:56 taggedImages: 15:08:56 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c4dbf6069102021828098e365a108396ed21524d 15:08:56 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 15:08:56 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.1.0-dev.6 15:08:56 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c4dbf6069102021828098e365a108396ed21524d-3.1.0-dev.6 15:08:56 - 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 15:08:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:08:56 15:08:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:08:57 arm64: Pulling from edgex-lftools-log-publisher 15:08:57 8998bd30e6a1: Pulling fs layer 15:08:57 04944245beec: Pulling fs layer 15:08:57 699f458cf7ca: Pulling fs layer 15:08:57 765212b225bb: Pulling fs layer 15:08:57 f23df028b6ca: Pulling fs layer 15:08:57 d65c8cfc05b1: Pulling fs layer 15:08:57 2437ff75d9bd: Pulling fs layer 15:08:57 f23df028b6ca: Waiting 15:08:57 d65c8cfc05b1: Waiting 15:08:57 765212b225bb: Waiting 15:08:57 2437ff75d9bd: Waiting 15:08:57 04944245beec: Verifying Checksum 15:08:57 04944245beec: Download complete 15:08:57 765212b225bb: Verifying Checksum 15:08:57 765212b225bb: Download complete 15:08:57 f23df028b6ca: Verifying Checksum 15:08:57 f23df028b6ca: Download complete 15:08:57 d65c8cfc05b1: Verifying Checksum 15:08:57 d65c8cfc05b1: Download complete 15:08:57 699f458cf7ca: Verifying Checksum 15:08:57 699f458cf7ca: Download complete 15:08:57 8998bd30e6a1: Download complete 15:09:00 2437ff75d9bd: Verifying Checksum 15:09:00 2437ff75d9bd: Download complete 15:09:01 8998bd30e6a1: Pull complete 15:09:02 04944245beec: Pull complete 15:09:03 699f458cf7ca: Pull complete 15:09:03 765212b225bb: Pull complete 15:09:07 f23df028b6ca: Pull complete 15:09:07 d65c8cfc05b1: Pull complete 15:09:22 2437ff75d9bd: Pull complete 15:09:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:09:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:09:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:09:22 prd-ubuntu20.04-docker-arm64-4c-16g-5021 does not seem to be running inside a container 15:09:22 $ 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/134 -v /w/workspace/device-mqtt-go/134:/w/workspace/device-mqtt-go/134:rw,z -v /w/workspace/device-mqtt-go/134@tmp:/w/workspace/device-mqtt-go/134@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 15:09:25 $ docker top daa24cc700be87e1becb24217b312d3fd74ffbc8856be34f42577e9af28cb91b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:09:25 ---> job-cost.sh 15:09:25 lf-activate-venv: SKIPPING 15:09:25 INFO: No Stack... 15:09:26 INFO: Retrieving Pricing Info for: v3-standard-4 15:09:27 INFO: Archiving Costs [Pipeline] sh 15:09:27 + cat /w/workspace/device-mqtt-go/134/archives/cost.csv 15:09:27 + cut -d, -f6 [Pipeline] lock 15:09:27 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] 15:09:27 Resource [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] did not exist. Created. 15:09:27 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:09:27 /w/workspace/device-mqtt-go/134@tmp/durable-769e06a5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:09:28 + echo total: 0.10999999940395355 [Pipeline] stash 15:09:28 Warning: overwriting stash ‘stack-cost’ 15:09:28 Stashed 1 file(s) [Pipeline] } 15:09:28 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-134-stack-cost] [Pipeline] // lock [Pipeline] } 15:09:28 $ docker stop --time=1 daa24cc700be87e1becb24217b312d3fd74ffbc8856be34f42577e9af28cb91b 15:09:29 $ docker rm -f --volumes daa24cc700be87e1becb24217b312d3fd74ffbc8856be34f42577e9af28cb91b [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 15:09:30 provisioning config files... 15:09:30 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config16197950930255782163tmp [Pipeline] { [Pipeline] sh 15:09:30 + set +x 15:09:30 + curl -s https://codecov.io/bash 15:09:30 + bash -s -- 15:09:30 15:09:30 _____ _ 15:09:30 / ____| | | 15:09:30 | | ___ __| | ___ ___ _____ __ 15:09:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:09:30 | |___| (_) | (_| | __/ (_| (_) \ V / 15:09:30 \_____\___/ \__,_|\___|\___\___/ \_/ 15:09:30 Bash-1.0.6 15:09:30 15:09:30 15:09:30 ==> git version 2.25.1 found 15:09:30 ==> 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 15:09:30 Release-Date: 2020-01-08 15:09:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:09:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:09:30 ==> Jenkins CI detected. 15:09:30 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 15:09:30 project root: . 15:09:30 --> token set from env 15:09:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:09:30 ==> Running gcov in . (disable via -X gcov) 15:09:30 ==> Python coveragepy not found 15:09:30 ==> Searching for coverage reports in: 15:09:30 + . 15:09:30 -> Found 1 reports 15:09:30 ==> Detecting git/mercurial file structure 15:09:30 ==> Reading reports 15:09:30 + ./coverage.out bytes=18506 15:09:30 ==> Appending adjustments 15:09:30 https://docs.codecov.io/docs/fixing-reports 15:09:30 + Found adjustments 15:09:30 ==> Gzipping contents 15:09:30 4.0K /tmp/codecov.tZbgY2.gz 15:09:30 ==> Uploading reports 15:09:30 url: https://codecov.io 15:09:30 query: branch=main&commit=c4dbf6069102021828098e365a108396ed21524d&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F134%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:09:30 -> Pinging Codecov 15:09:30 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=c4dbf6069102021828098e365a108396ed21524d&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F134%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:09:30 -> Uploading to 15:09:30 https://storage.googleapis.com/codecov/v4/raw/2023-08-31/7D719EC7BBE17E464838252E33014C33/c4dbf6069102021828098e365a108396ed21524d/fd14a22a-c018-49a2-ba6f-c83f71b33abd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230831%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230831T150930Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6aa62f81e4bb0b738f0db78173de67f61b18d4c12a6153e9b67b8a2ea38e65d4 15:09:30 % Total % Received % Xferd Average Speed Time Time Time Current 15:09:30 Dload Upload Total Spent Left Speed 15:09:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 11663 --:--:-- --:--:-- --:--:-- 11663 15:09:30 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/c4dbf6069102021828098e365a108396ed21524d [Pipeline] } 15:09:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:09:30 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:09:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:09:31 15:09:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:09:31 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:09:31 df9b9388f04a: Pulling fs layer 15:09:31 52dc419b0ee2: Pulling fs layer 15:09:31 25bc292e5bac: Pulling fs layer 15:09:31 114826534d7a: Pulling fs layer 15:09:31 4657fd5d0bcf: Pulling fs layer 15:09:31 6ad1cebc031e: Pulling fs layer 15:09:31 8a3aa393b2d8: Pulling fs layer 15:09:31 4657fd5d0bcf: Waiting 15:09:31 8a3aa393b2d8: Waiting 15:09:31 114826534d7a: Waiting 15:09:31 6ad1cebc031e: Waiting 15:09:31 25bc292e5bac: Verifying Checksum 15:09:31 25bc292e5bac: Download complete 15:09:31 52dc419b0ee2: Download complete 15:09:31 4657fd5d0bcf: Download complete 15:09:31 df9b9388f04a: Download complete 15:09:31 6ad1cebc031e: Verifying Checksum 15:09:31 6ad1cebc031e: Download complete 15:09:31 df9b9388f04a: Pull complete 15:09:31 52dc419b0ee2: Pull complete 15:09:31 25bc292e5bac: Pull complete 15:09:32 114826534d7a: Verifying Checksum 15:09:32 114826534d7a: Download complete 15:09:32 8a3aa393b2d8: Verifying Checksum 15:09:32 8a3aa393b2d8: Download complete 15:09:36 114826534d7a: Pull complete 15:09:36 4657fd5d0bcf: Pull complete 15:09:36 6ad1cebc031e: Pull complete 15:09:39 8a3aa393b2d8: Pull complete 15:09:39 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:09:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:09:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:09:39 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 15:09:40 $ 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 15:09:45 $ docker top 13679583d989de02b03ed11700d5d1403a315394835143bd73c669b60cbbdc47 -eo pid,comm [Pipeline] { [Pipeline] echo 15:09:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 15:09:45 + set -o pipefail 15:09:45 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 15:09:52 15:09:52 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 15:09:52 15:09:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/e4448e8d-c08f-4e37-bcff-352eaa310dda 15:09:52 15:09:52 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:09:52 15:09:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:09:52 15:09:52 15:09:52 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:09:52 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:09:52 More details here: https://snyk.co/ue1NS [Pipeline] } 15:09:52 $ docker stop --time=1 13679583d989de02b03ed11700d5d1403a315394835143bd73c669b60cbbdc47 15:09:58 $ docker rm -f --volumes 13679583d989de02b03ed11700d5d1403a315394835143bd73c669b60cbbdc47 [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 15:09:59 + git log --format=format:%s -1 c4dbf6069102021828098e365a108396ed21524d [Pipeline] sh 15:09:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:09:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:09:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:09:59 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 15:09:59 $ 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 15:10:00 $ docker top dd3dea68bc3cc18878452e68dc9ad39e7f7f49cceb1d224a3647d013eb0a1a73 -eo pid,comm 15:10:00 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). 15:10:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:10:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:10:00 [ssh-agent] Looking for ssh-agent implementation... 15:10:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:10:00 $ docker exec dd3dea68bc3cc18878452e68dc9ad39e7f7f49cceb1d224a3647d013eb0a1a73 ssh-agent 15:10:00 SSH_AUTH_SOCK=/tmp/ssh-pRf6d6NxG0OW/agent.31 15:10:00 SSH_AGENT_PID=37 15:10:00 Running ssh-add (command line suppressed) 15:10:00 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17663050415721319497.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17663050415721319497.key) 15:10:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:10:01 + git semver tag 15:10:01 2023-08-31 15:10:01,254 [run_tag] DEBUG tag force:False 15:10:01 2023-08-31 15:10:01,254 [check_head_tag] DEBUG check head tag 15:10:01 2023-08-31 15:10:01,255 [execute] INFO git cat-file --batch-check 15:10:01 2023-08-31 15:10:01,255 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 15:10:01 2023-08-31 15:10:01,258 [execute] INFO git cat-file --batch 15:10:01 2023-08-31 15:10:01,259 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 15:10:01 2023-08-31 15:10:01,267 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 15:10:01 2023-08-31 15:10:01,267 [execute] INFO git tag -a v3.1.0-dev.6 -m v3.1.0-dev.6 15:10:01 2023-08-31 15:10:01,268 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.6', '-m', 'v3.1.0-dev.6'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 15:10:01 2023-08-31 15:10:01,273 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 15:10:01 3.1.0-dev.6 [Pipeline] } 15:10:01 $ docker exec --env ******** --env ******** dd3dea68bc3cc18878452e68dc9ad39e7f7f49cceb1d224a3647d013eb0a1a73 ssh-agent -k 15:10:01 unset SSH_AUTH_SOCK; 15:10:01 unset SSH_AGENT_PID; 15:10:01 echo Agent pid 37 killed; 15:10:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:10:01 + git semver [Pipeline] } 15:10:02 $ docker stop --time=1 dd3dea68bc3cc18878452e68dc9ad39e7f7f49cceb1d224a3647d013eb0a1a73 15:10:03 $ docker rm -f --volumes dd3dea68bc3cc18878452e68dc9ad39e7f7f49cceb1d224a3647d013eb0a1a73 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:10:03 15:10:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:10:03 0.23.1-centos7: Pulling from edgex-lftools 15:10:03 ab5ef0e58194: Pulling fs layer 15:10:03 9712f1f96733: Pulling fs layer 15:10:03 63f879dbbcfc: Pulling fs layer 15:10:03 0d9ebad4ef96: Pulling fs layer 15:10:03 e9a5061849ea: Pulling fs layer 15:10:03 d747dcd14b5f: Pulling fs layer 15:10:03 2de7ff778b66: Pulling fs layer 15:10:03 e9a5061849ea: Waiting 15:10:03 d747dcd14b5f: Waiting 15:10:03 2de7ff778b66: Waiting 15:10:03 0d9ebad4ef96: Waiting 15:10:03 9712f1f96733: Verifying Checksum 15:10:03 9712f1f96733: Download complete 15:10:04 63f879dbbcfc: Verifying Checksum 15:10:04 63f879dbbcfc: Download complete 15:10:04 e9a5061849ea: Verifying Checksum 15:10:04 e9a5061849ea: Download complete 15:10:04 d747dcd14b5f: Verifying Checksum 15:10:04 d747dcd14b5f: Download complete 15:10:04 ab5ef0e58194: Verifying Checksum 15:10:04 ab5ef0e58194: Download complete 15:10:04 0d9ebad4ef96: Verifying Checksum 15:10:04 2de7ff778b66: Verifying Checksum 15:10:04 2de7ff778b66: Download complete 15:10:07 ab5ef0e58194: Pull complete 15:10:07 9712f1f96733: Pull complete 15:10:07 63f879dbbcfc: Pull complete 15:10:11 0d9ebad4ef96: Pull complete 15:10:11 e9a5061849ea: Pull complete 15:10:12 d747dcd14b5f: Pull complete 15:10:12 2de7ff778b66: Pull complete 15:10:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:10:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:10:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:10:13 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 15:10:13 $ 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 15:10:23 $ docker top 8274a4a42e7bf6128e921271321281168261399c39096933e6e76c75d5e975c8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:10:23 provisioning config files... 15:10:23 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config2421024966682534533tmp 15:10:23 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config11370904433148125906tmp 15:10:23 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config6573944351626818508tmp [Pipeline] { [Pipeline] echo 15:10:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:10:23 ---> sigul-configuration.sh 15:10:23 gpg: directory `/root/.gnupg' created 15:10:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:10:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:10:23 gpg: keyring `/root/.gnupg/secring.gpg' created 15:10:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:10:23 gpg: CAST5 encrypted data 15:10:23 gpg: encrypted with 1 passphrase 15:10:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:10:24 + mkdir /home/jenkins 15:10:24 + mkdir /home/jenkins/sigul [Pipeline] sh 15:10:24 + 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 15:10:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:10:24 ---> sigul-install.sh 15:10:24 Sigul already installed; skipping installation. [Pipeline] sh 15:10:25 + git tag --list 15:10:25 0.7.1 15:10:25 v1.0.0 15:10:25 v1.1.0 15:10:25 v1.1.1 15:10:25 v1.2.2 15:10:25 v1.3.0 15:10:25 v1.3.1 15:10:25 v2.0.0 15:10:25 v2.1.0 15:10:25 v2.1.1 15:10:25 v2.2.0 15:10:25 v2.3.0 15:10:25 v3.0 15:10:25 v3.0.0 15:10:25 v3.1.0-dev.1 15:10:25 v3.1.0-dev.2 15:10:25 v3.1.0-dev.3 15:10:25 v3.1.0-dev.4 15:10:25 v3.1.0-dev.5 15:10:25 v3.1.0-dev.6 [Pipeline] sh 15:10:25 + lftools sign git-tag v3.1.0-dev.6 15:10:25 Signing Git tag with Sigul... 15:10:25 Signing v3.1.0-dev.6 [Pipeline] echo 15:10:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:10:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:10:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:10:26 $ docker stop --time=1 8274a4a42e7bf6128e921271321281168261399c39096933e6e76c75d5e975c8 15:10:27 $ docker rm -f --volumes 8274a4a42e7bf6128e921271321281168261399c39096933e6e76c75d5e975c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:10:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:10:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:10:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:10:28 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 15:10:28 $ 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 15:10:28 $ docker top c3ca57707adae154b76edae867747790b75ea6e8a8c0390901d65936bf1b75ef -eo pid,comm 15:10:28 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:10:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:10:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:10:28 [ssh-agent] Looking for ssh-agent implementation... 15:10:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:10:29 $ docker exec c3ca57707adae154b76edae867747790b75ea6e8a8c0390901d65936bf1b75ef ssh-agent 15:10:29 SSH_AUTH_SOCK=/tmp/ssh-oTd2XOZJQEmp/agent.32 15:10:29 SSH_AGENT_PID=38 15:10:29 Running ssh-add (command line suppressed) 15:10:29 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_1368598751261211541.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_1368598751261211541.key) 15:10:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:10:29 + git semver bump pre 15:10:29 2023-08-31 15:10:29,712 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 15:10:29 2023-08-31 15:10:29,712 [bump_version] DEBUG bumping version:3.1.0-dev.6 on axis:pre with prefix:dev 15:10:29 2023-08-31 15:10:29,712 [bump_version] DEBUG bumped version:3.1.0-dev.7 15:10:29 2023-08-31 15:10:29,712 [write_version] DEBUG write version:3.1.0-dev.7 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 15:10:29 2023-08-31 15:10:29,712 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 15:10:29 2023-08-31 15:10:29,712 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 15:10:29 2023-08-31 15:10:29,715 [execute] INFO git cat-file --batch-check 15:10:29 2023-08-31 15:10:29,715 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 15:10:29 2023-08-31 15:10:29,720 [execute] INFO git cat-file --batch 15:10:29 2023-08-31 15:10:29,720 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 15:10:29 2023-08-31 15:10:29,725 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 15:10:29 3.1.0-dev.7 [Pipeline] } 15:10:29 $ docker exec --env ******** --env ******** c3ca57707adae154b76edae867747790b75ea6e8a8c0390901d65936bf1b75ef ssh-agent -k 15:10:29 unset SSH_AUTH_SOCK; 15:10:29 unset SSH_AGENT_PID; 15:10:29 echo Agent pid 38 killed; 15:10:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:10:30 + git semver [Pipeline] } 15:10:30 $ docker stop --time=1 c3ca57707adae154b76edae867747790b75ea6e8a8c0390901d65936bf1b75ef 15:10:31 $ docker rm -f --volumes c3ca57707adae154b76edae867747790b75ea6e8a8c0390901d65936bf1b75ef [Pipeline] // withDockerContainer [Pipeline] sh 15:10:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:10:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:10:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:10:32 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 15:10:32 $ 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 15:10:32 $ docker top 27d215278f18de20b6e2a3252eb74ed207116de052c69b2250acb3308daf6d0d -eo pid,comm 15:10:32 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). 15:10:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:10:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:10:32 [ssh-agent] Looking for ssh-agent implementation... 15:10:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:10:33 $ docker exec 27d215278f18de20b6e2a3252eb74ed207116de052c69b2250acb3308daf6d0d ssh-agent 15:10:33 SSH_AUTH_SOCK=/tmp/ssh-tYbs9koxf7Vy/agent.32 15:10:33 SSH_AGENT_PID=38 15:10:33 Running ssh-add (command line suppressed) 15:10:33 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_13812276723494403717.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_13812276723494403717.key) 15:10:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:10:33 + git semver push 15:10:33 2023-08-31 15:10:33,691 [run_push] DEBUG push 15:10:33 2023-08-31 15:10:33,692 [execute] INFO git cat-file --batch-check 15:10:33 2023-08-31 15:10:33,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 15:10:33 2023-08-31 15:10:33,696 [execute] INFO git rev-list 8e5a8170da5a8405c313d2ed0602e6104d302051 -- 15:10:33 2023-08-31 15:10:33,696 [execute] DEBUG Popen(['git', 'rev-list', '8e5a8170da5a8405c313d2ed0602e6104d302051', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 15:10:33 2023-08-31 15:10:33,705 [execute] INFO git fetch -v origin 15:10:33 2023-08-31 15:10:33,705 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) 15:10:34 2023-08-31 15:10:34,180 [run_push] DEBUG no remote changes detected 15:10:34 2023-08-31 15:10:34,181 [execute] INFO git push origin semver 15:10:34 2023-08-31 15:10:34,181 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 15:10:35 2023-08-31 15:10:34,949 [run_push] DEBUG push all version tags 15:10:35 2023-08-31 15:10:34,949 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:10:35 2023-08-31 15:10:34,950 [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) 15:10:36 2023-08-31 15:10:35,954 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 15:10:36 3.1.0-dev.7 [Pipeline] } 15:10:36 $ docker exec --env ******** --env ******** 27d215278f18de20b6e2a3252eb74ed207116de052c69b2250acb3308daf6d0d ssh-agent -k 15:10:36 unset SSH_AUTH_SOCK; 15:10:36 unset SSH_AGENT_PID; 15:10:36 echo Agent pid 38 killed; 15:10:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:10:36 + git semver [Pipeline] } 15:10:36 $ docker stop --time=1 27d215278f18de20b6e2a3252eb74ed207116de052c69b2250acb3308daf6d0d 15:10:38 $ docker rm -f --volumes 27d215278f18de20b6e2a3252eb74ed207116de052c69b2250acb3308daf6d0d [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 15:10:38 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 15:10:38 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 15:10:38 total 16 15:10:38 drwxr-xr-x 3 root root 4096 Aug 31 14:59 . 15:10:38 drwxrwxr-x 11 jenkins jenkins 4096 Aug 31 15:10 .. 15:10:38 drwxr-xr-x 2 root root 4096 Aug 31 14:59 cost 15:10:38 -rw-r--r-- 1 root root 86 Aug 31 14:59 cost.csv 15:10:38 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 15:10:38 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 15:10:38 total 16 15:10:38 drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 14:59 . 15:10:38 drwxrwxr-x 11 jenkins jenkins 4096 Aug 31 15:10 .. 15:10:38 drwxr-xr-x 2 jenkins jenkins 4096 Aug 31 14:59 cost 15:10:38 -rw-r--r-- 1 jenkins jenkins 86 Aug 31 14:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:10:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:10:39 ---> package-listing.sh 15:10:39 ++ facter osfamily 15:10:39 ++ tr '[:upper:]' '[:lower:]' 15:10:40 + OS_FAMILY=debian 15:10:40 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 15:10:40 + START_PACKAGES=/tmp/packages_start.txt 15:10:40 + END_PACKAGES=/tmp/packages_end.txt 15:10:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:10:40 + PACKAGES=/tmp/packages_start.txt 15:10:40 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 15:10:40 + PACKAGES=/tmp/packages_end.txt 15:10:40 + case "${OS_FAMILY}" in 15:10:40 + dpkg -l 15:10:40 + grep '^ii' 15:10:40 + '[' -f /tmp/packages_start.txt ']' 15:10:40 + '[' -f /tmp/packages_end.txt ']' 15:10:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:10:40 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 15:10:40 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 15:10:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 15:10:40 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 15:10:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:10:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:10:41 prd-ubuntu20.04-docker-8c-8g-5016 does not seem to be running inside a container 15:10:41 $ 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 15:10:41 $ docker top b7ec2381ab66556f38bbbb7e6cfb944e57b4254bf5c9e8837fa4e89f7cb77d38 -eo pid,comm [Pipeline] { [Pipeline] sh 15:10:41 + touch /tmp/pre-build-complete [Pipeline] sh 15:10:41 + mkdir -p /var/log/sysstat [Pipeline] sh 15:10:42 + ls /var/log/sa-host 15:10:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:10:42 provisioning config files... 15:10:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8757287089182153224tmp [Pipeline] { [Pipeline] echo 15:10:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:10:42 ---> create-netrc.sh [Pipeline] } 15:10:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:10:42 ---> python-tools-install.sh [Pipeline] echo 15:10:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:10:43 ---> sudo-logs.sh 15:10:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:10:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:10:43 ---> job-cost.sh 15:10:43 lf-activate-venv: SKIPPING 15:10:43 DEBUG: total: 0.2199999988079071 15:10:43 INFO: Retrieving Stack Cost... 15:10:44 INFO: Retrieving Pricing Info for: v3-standard-8 15:10:44 INFO: Archiving Costs [Pipeline] echo 15:10:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:10:44 ---> logs-deploy.sh 15:10:44 lf-activate-venv: SKIPPING 15:10:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/134 15:10:44 INFO: archiving workspace using pattern(s): 15:10:45 Archives upload complete. 15:10:45 INFO: archiving logs to Nexus