Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 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-ssh15250844046633571303.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh13622162632087899916.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh9140754918368287715.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh13358053626820519120.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-ssh18315504093912618248.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7102 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/edgexfoundry_device-mqtt-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 # timeout=10 Commit message: "Merge pull request #557 from weichou1229/update-profile" > git rev-list --no-walk fae68001f23ebf2296c35dbe56314768b083ad85 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-07T07:44:25.910Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-07T07:44:25.971Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-07T07:44:25.984Z] ========================================================= [2023-04-07T07:44:25.984Z] EdgeX Global Pipelines Version Info [2023-04-07T07:44:25.984Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:44:32.738Z] ------------------- [2023-04-07T07:44:32.738Z] stable info: [2023-04-07T07:44:32.738Z] ------------------- [2023-04-07T07:44:32.738Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-07T07:44:32.738Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-07T07:44:32.738Z] Message: update stable to v1.0.245 [2023-04-07T07:44:32.738Z] ------------------- [2023-04-07T07:44:32.738Z] experimental info: [2023-04-07T07:44:32.738Z] ------------------- [2023-04-07T07:44:32.738Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-07T07:44:32.738Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-07T07:44:32.738Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-07T07:44:32.944Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-04-07T07:44:32.958Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-04-07T07:44:32.970Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-07T07:44:32.982Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-07T07:44:32.993Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-07T07:44:33.008Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-07T07:44:33.021Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-07T07:44:33.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-07T07:44:33.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-07T07:44:33.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-07T07:44:33.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-07T07:44:33.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-04-07T07:44:33.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-07T07:44:33.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-07T07:44:33.113Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-07T07:44:33.121Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-07T07:44:33.129Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-07T07:44:33.138Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-07T07:44:33.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-07T07:44:33.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-07T07:44:33.161Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-07T07:44:33.170Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-07T07:44:33.187Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-07T07:44:33.196Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-07T07:44:33.207Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-07T07:44:33.218Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-07T07:44:33.232Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-07T07:44:33.242Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-07T07:44:33.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-07T07:44:33.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-07T07:44:33.294Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] echo [2023-04-07T07:44:33.312Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc38c5f [Pipeline] echo [2023-04-07T07:44:33.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T07:44:33.378Z] provisioning config files... [2023-04-07T07:44:33.393Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config15446455882998248118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:44:33.698Z] ---> docker-login.sh [2023-04-07T07:44:33.698Z] nexus3.edgexfoundry.org:10001 [2023-04-07T07:44:37.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:44:37.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:44:37.930Z] Configure a credential helper to remove this warning. See [2023-04-07T07:44:37.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:44:37.930Z] [2023-04-07T07:44:37.930Z] Login Succeeded [2023-04-07T07:44:37.930Z] nexus3.edgexfoundry.org:10002 [2023-04-07T07:44:37.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:44:37.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:44:37.930Z] Configure a credential helper to remove this warning. See [2023-04-07T07:44:37.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:44:37.930Z] [2023-04-07T07:44:37.930Z] Login Succeeded [2023-04-07T07:44:37.930Z] nexus3.edgexfoundry.org:10003 [2023-04-07T07:44:38.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:44:38.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:44:38.191Z] Configure a credential helper to remove this warning. See [2023-04-07T07:44:38.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:44:38.191Z] [2023-04-07T07:44:38.191Z] Login Succeeded [2023-04-07T07:44:38.191Z] nexus3.edgexfoundry.org:10004 [2023-04-07T07:44:38.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:44:38.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:44:38.191Z] Configure a credential helper to remove this warning. See [2023-04-07T07:44:38.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:44:38.191Z] [2023-04-07T07:44:38.191Z] Login Succeeded [2023-04-07T07:44:38.191Z] docker.io [2023-04-07T07:44:38.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:44:38.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:44:38.715Z] Configure a credential helper to remove this warning. See [2023-04-07T07:44:38.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:44:38.715Z] [2023-04-07T07:44:38.715Z] Login Succeeded [2023-04-07T07:44:38.715Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T07:44:38.722Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-07T07:44:39.086Z] + git rev-list -1 --merges bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4~1..bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] echo [2023-04-07T07:44:39.151Z] -----------> git rev-list -1 --merges bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4~1..bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:44:39.151Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [false] [Pipeline] sh [2023-04-07T07:44:39.452Z] + git log --format=format:%s -1 bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] echo [2023-04-07T07:44:39.469Z] ========================================================= [2023-04-07T07:44:39.469Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-07T07:44:39.469Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T07:44:39.807Z] + git log --format=format:%s -1 bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] echo [2023-04-07T07:44:39.819Z] [semverPrep] GIT_COMMIT: bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4, Commit Message: Merge pull request #557 from weichou1229/update-profile [Pipeline] echo [2023-04-07T07:44:39.829Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-07T07:44:40.196Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T07:44:40.196Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-07T07:44:40.196Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-07T07:44:40.196Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-07T07:44:40.196Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-07T07:44:40.196Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-07T07:44:40.196Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:44:40.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T07:44:40.628Z] [2023-04-07T07:44:40.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:44:40.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T07:44:43.506Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-07T07:44:43.506Z] b85a868b505f: Pulling fs layer [2023-04-07T07:44:43.506Z] e2be974225ed: Pulling fs layer [2023-04-07T07:44:43.506Z] 339a4e72a1f5: Pulling fs layer [2023-04-07T07:44:43.506Z] 988bab9f4d93: Pulling fs layer [2023-04-07T07:44:43.506Z] 1469e6f7b9e6: Pulling fs layer [2023-04-07T07:44:43.506Z] eaf3925da568: Pulling fs layer [2023-04-07T07:44:43.506Z] bab4dde63d76: Pulling fs layer [2023-04-07T07:44:43.506Z] bde34c3a00c8: Pulling fs layer [2023-04-07T07:44:43.506Z] b352a97aabf1: Pulling fs layer [2023-04-07T07:44:43.506Z] 4872d77fe225: Pulling fs layer [2023-04-07T07:44:43.506Z] 5851b861e8e6: Pulling fs layer [2023-04-07T07:44:43.506Z] bde34c3a00c8: Waiting [2023-04-07T07:44:43.506Z] b352a97aabf1: Waiting [2023-04-07T07:44:43.506Z] 1469e6f7b9e6: Waiting [2023-04-07T07:44:43.506Z] eaf3925da568: Waiting [2023-04-07T07:44:43.506Z] bab4dde63d76: Waiting [2023-04-07T07:44:43.506Z] 4872d77fe225: Waiting [2023-04-07T07:44:43.507Z] 5851b861e8e6: Waiting [2023-04-07T07:44:43.507Z] 988bab9f4d93: Waiting [2023-04-07T07:44:43.507Z] e2be974225ed: Verifying Checksum [2023-04-07T07:44:43.507Z] e2be974225ed: Download complete [2023-04-07T07:44:43.507Z] 988bab9f4d93: Verifying Checksum [2023-04-07T07:44:43.507Z] 988bab9f4d93: Download complete [2023-04-07T07:44:43.507Z] 1469e6f7b9e6: Verifying Checksum [2023-04-07T07:44:43.507Z] 1469e6f7b9e6: Download complete [2023-04-07T07:44:43.507Z] 339a4e72a1f5: Verifying Checksum [2023-04-07T07:44:43.507Z] 339a4e72a1f5: Download complete [2023-04-07T07:44:43.507Z] eaf3925da568: Download complete [2023-04-07T07:44:43.507Z] bde34c3a00c8: Verifying Checksum [2023-04-07T07:44:43.507Z] bde34c3a00c8: Download complete [2023-04-07T07:44:43.507Z] b352a97aabf1: Verifying Checksum [2023-04-07T07:44:43.507Z] b352a97aabf1: Download complete [2023-04-07T07:44:43.507Z] 4872d77fe225: Download complete [2023-04-07T07:44:43.507Z] 5851b861e8e6: Verifying Checksum [2023-04-07T07:44:43.507Z] 5851b861e8e6: Download complete [2023-04-07T07:44:43.507Z] b85a868b505f: Verifying Checksum [2023-04-07T07:44:43.507Z] b85a868b505f: Download complete [2023-04-07T07:44:43.766Z] bab4dde63d76: Verifying Checksum [2023-04-07T07:44:43.766Z] bab4dde63d76: Download complete [2023-04-07T07:44:45.681Z] b85a868b505f: Pull complete [2023-04-07T07:44:46.621Z] e2be974225ed: Pull complete [2023-04-07T07:44:48.008Z] 339a4e72a1f5: Pull complete [2023-04-07T07:44:48.948Z] 988bab9f4d93: Pull complete [2023-04-07T07:44:50.345Z] 1469e6f7b9e6: Pull complete [2023-04-07T07:44:50.917Z] eaf3925da568: Pull complete [2023-04-07T07:44:54.228Z] bab4dde63d76: Pull complete [2023-04-07T07:44:54.811Z] bde34c3a00c8: Pull complete [2023-04-07T07:44:55.764Z] b352a97aabf1: Pull complete [2023-04-07T07:44:56.699Z] 4872d77fe225: Pull complete [2023-04-07T07:44:57.268Z] 5851b861e8e6: Pull complete [2023-04-07T07:44:57.268Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-07T07:44:57.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T07:44:57.796Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:44:57.992Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:44:58.026Z] $ 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 [2023-04-07T07:45:13.563Z] $ docker top 6a0c3ad8e7142b8c975f274cb7de5d7fd45eba18ac7e8dd9e88323771fb35765 -eo pid,comm [2023-04-07T07:45:13.677Z] 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). [2023-04-07T07:45:13.677Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T07:45:13.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T07:45:13.712Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T07:45:13.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T07:45:13.990Z] $ docker exec 6a0c3ad8e7142b8c975f274cb7de5d7fd45eba18ac7e8dd9e88323771fb35765 ssh-agent [2023-04-07T07:45:14.130Z] SSH_AUTH_SOCK=/tmp/ssh-5gxcfFoTwzG2/agent.13 [2023-04-07T07:45:14.130Z] SSH_AGENT_PID=19 [2023-04-07T07:45:14.187Z] Running ssh-add (command line suppressed) [2023-04-07T07:45:14.292Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3638463691944593745.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3638463691944593745.key) [2023-04-07T07:45:14.478Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T07:45:14.786Z] + git tag --points-at HEAD [Pipeline] } [2023-04-07T07:45:14.805Z] $ docker exec --env ******** --env ******** 6a0c3ad8e7142b8c975f274cb7de5d7fd45eba18ac7e8dd9e88323771fb35765 ssh-agent -k [2023-04-07T07:45:14.907Z] unset SSH_AUTH_SOCK; [2023-04-07T07:45:14.908Z] unset SSH_AGENT_PID; [2023-04-07T07:45:14.908Z] echo Agent pid 19 killed; [2023-04-07T07:45:14.918Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-07T07:45:14.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T07:45:14.939Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T07:45:15.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T07:45:15.072Z] $ docker exec 6a0c3ad8e7142b8c975f274cb7de5d7fd45eba18ac7e8dd9e88323771fb35765 ssh-agent [2023-04-07T07:45:15.239Z] SSH_AUTH_SOCK=/tmp/ssh-OfwOEUhvxM7B/agent.51 [2023-04-07T07:45:15.239Z] SSH_AGENT_PID=57 [2023-04-07T07:45:15.245Z] Running ssh-add (command line suppressed) [2023-04-07T07:45:15.378Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4308257881164156515.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4308257881164156515.key) [2023-04-07T07:45:15.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T07:45:15.707Z] + git semver init [2023-04-07T07:45:16.278Z] 2023-04-07 07:45:16,117 [run_init] DEBUG init version:0.0.0 force:False [2023-04-07T07:45:16.278Z] 2023-04-07 07:45:16,118 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-04-07T07:45:16.278Z] 2023-04-07 07:45:16,119 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-04-07T07:45:16.278Z] 2023-04-07 07:45:16,119 [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) [2023-04-07T07:45:17.661Z] 2023-04-07 07:45:17,496 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2023-04-07T07:45:17.661Z] 2023-04-07 07:45:17,497 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2023-04-07T07:45:17.661Z] 2023-04-07 07:45:17,497 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:45:17.661Z] 2023-04-07 07:45:17,497 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:45:17.661Z] 3.0.0-dev.17 [Pipeline] } [2023-04-07T07:45:17.672Z] $ docker exec --env ******** --env ******** 6a0c3ad8e7142b8c975f274cb7de5d7fd45eba18ac7e8dd9e88323771fb35765 ssh-agent -k [2023-04-07T07:45:17.775Z] unset SSH_AUTH_SOCK; [2023-04-07T07:45:17.776Z] unset SSH_AGENT_PID; [2023-04-07T07:45:17.776Z] echo Agent pid 57 killed; [2023-04-07T07:45:17.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T07:45:18.107Z] + git semver [Pipeline] } [2023-04-07T07:45:18.701Z] $ docker stop --time=1 6a0c3ad8e7142b8c975f274cb7de5d7fd45eba18ac7e8dd9e88323771fb35765 [2023-04-07T07:45:23.675Z] $ docker rm -f --volumes 6a0c3ad8e7142b8c975f274cb7de5d7fd45eba18ac7e8dd9e88323771fb35765 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T07:45:24.305Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-07T07:45:24.648Z] Stashed 1 file(s) [Pipeline] echo [2023-04-07T07:45:24.651Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.17 [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 [2023-04-07T07:45:24.769Z] provisioning config files... [2023-04-07T07:45:24.778Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config7112856517019676359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:45:25.101Z] ---> docker-login.sh [2023-04-07T07:45:25.101Z] nexus3.edgexfoundry.org:10001 [2023-04-07T07:45:25.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:45:25.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:45:25.101Z] Configure a credential helper to remove this warning. See [2023-04-07T07:45:25.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:45:25.101Z] [2023-04-07T07:45:25.101Z] Login Succeeded [2023-04-07T07:45:25.101Z] nexus3.edgexfoundry.org:10002 [2023-04-07T07:45:25.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:45:25.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:45:25.384Z] Configure a credential helper to remove this warning. See [2023-04-07T07:45:25.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:45:25.384Z] [2023-04-07T07:45:25.384Z] Login Succeeded [2023-04-07T07:45:25.384Z] nexus3.edgexfoundry.org:10003 [2023-04-07T07:45:25.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:45:25.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:45:25.384Z] Configure a credential helper to remove this warning. See [2023-04-07T07:45:25.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:45:25.384Z] [2023-04-07T07:45:25.384Z] Login Succeeded [2023-04-07T07:45:25.384Z] nexus3.edgexfoundry.org:10004 [2023-04-07T07:45:25.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:45:25.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:45:25.643Z] Configure a credential helper to remove this warning. See [2023-04-07T07:45:25.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:45:25.643Z] [2023-04-07T07:45:25.643Z] Login Succeeded [2023-04-07T07:45:25.643Z] docker.io [2023-04-07T07:45:25.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:45:25.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:45:25.902Z] Configure a credential helper to remove this warning. See [2023-04-07T07:45:25.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:45:25.902Z] [2023-04-07T07:45:25.902Z] Login Succeeded [2023-04-07T07:45:25.902Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T07:45:25.910Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-07T07:45:25.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T07:45:25.979Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T07:45:25.985Z] ========================================================= [2023-04-07T07:45:25.985Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-07T07:45:25.985Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:45:26.307Z] + 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 . [2023-04-07T07:45:26.307Z] Sending build context to Docker daemon 6.418MB [2023-04-07T07:45:26.307Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T07:45:26.307Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-07T07:45:26.891Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-07T07:45:26.891Z] 63b65145d645: Pulling fs layer [2023-04-07T07:45:26.891Z] a2d21d5440eb: Pulling fs layer [2023-04-07T07:45:26.891Z] 935e6c44a52c: Pulling fs layer [2023-04-07T07:45:26.891Z] 94cc34f8dd06: Pulling fs layer [2023-04-07T07:45:26.891Z] 30dea6a524f1: Pulling fs layer [2023-04-07T07:45:26.891Z] a2aff8979fd8: Pulling fs layer [2023-04-07T07:45:26.891Z] 6808be2612f2: Pulling fs layer [2023-04-07T07:45:26.891Z] f25807f1079a: Pulling fs layer [2023-04-07T07:45:26.891Z] 30dea6a524f1: Waiting [2023-04-07T07:45:26.891Z] a2aff8979fd8: Waiting [2023-04-07T07:45:26.891Z] 6808be2612f2: Waiting [2023-04-07T07:45:26.891Z] 94cc34f8dd06: Waiting [2023-04-07T07:45:26.891Z] f25807f1079a: Waiting [2023-04-07T07:45:26.891Z] a2d21d5440eb: Verifying Checksum [2023-04-07T07:45:26.891Z] a2d21d5440eb: Download complete [2023-04-07T07:45:26.892Z] 94cc34f8dd06: Download complete [2023-04-07T07:45:26.892Z] 30dea6a524f1: Download complete [2023-04-07T07:45:26.892Z] 63b65145d645: Download complete [2023-04-07T07:45:26.892Z] a2aff8979fd8: Verifying Checksum [2023-04-07T07:45:26.892Z] a2aff8979fd8: Download complete [2023-04-07T07:45:27.468Z] f25807f1079a: Verifying Checksum [2023-04-07T07:45:27.468Z] f25807f1079a: Download complete [2023-04-07T07:45:27.729Z] 935e6c44a52c: Verifying Checksum [2023-04-07T07:45:27.729Z] 935e6c44a52c: Download complete [2023-04-07T07:45:27.729Z] 63b65145d645: Pull complete [2023-04-07T07:45:27.998Z] 6808be2612f2: Verifying Checksum [2023-04-07T07:45:27.998Z] 6808be2612f2: Download complete [2023-04-07T07:45:28.936Z] a2d21d5440eb: Pull complete [2023-04-07T07:45:34.224Z] 935e6c44a52c: Pull complete [2023-04-07T07:45:34.793Z] 94cc34f8dd06: Pull complete [2023-04-07T07:45:35.371Z] 30dea6a524f1: Pull complete [2023-04-07T07:45:36.316Z] a2aff8979fd8: Pull complete [2023-04-07T07:45:39.641Z] 6808be2612f2: Pull complete [2023-04-07T07:45:39.728Z] Still waiting to schedule task [2023-04-07T07:45:39.728Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-07T07:45:41.557Z] f25807f1079a: Pull complete [2023-04-07T07:45:42.137Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-07T07:45:42.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-07T07:45:42.398Z] ---> 3b553350e43f [2023-04-07T07:45:42.398Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-07T07:46:00.534Z] ---> Running in dbb160835282 [2023-04-07T07:46:01.470Z] Removing intermediate container dbb160835282 [2023-04-07T07:46:01.470Z] ---> 5e51f471988c [2023-04-07T07:46:01.470Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T07:46:03.384Z] ---> Running in 0bdc802d9e90 [2023-04-07T07:46:04.073Z] Removing intermediate container 0bdc802d9e90 [2023-04-07T07:46:04.073Z] ---> c353036661a2 [2023-04-07T07:46:04.073Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T07:46:06.000Z] ---> Running in ec91ec149570 [2023-04-07T07:46:07.420Z] Removing intermediate container ec91ec149570 [2023-04-07T07:46:07.420Z] ---> fa54c2d586a8 [2023-04-07T07:46:07.420Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T07:46:08.813Z] ---> Running in 95f505aa770e [2023-04-07T07:46:09.568Z] Removing intermediate container 95f505aa770e [2023-04-07T07:46:09.568Z] ---> 05ee805703e4 [2023-04-07T07:46:09.568Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T07:46:10.512Z] ---> Running in 0c46a5a9ceec [2023-04-07T07:46:11.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T07:46:11.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T07:46:11.983Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-07T07:46:11.983Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-07T07:46:11.983Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-07T07:46:11.983Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-07T07:46:11.983Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T07:46:11.983Z] OK: 269 MiB in 57 packages [2023-04-07T07:46:17.454Z] Removing intermediate container 0c46a5a9ceec [2023-04-07T07:46:17.454Z] ---> 680da6467483 [2023-04-07T07:46:17.454Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-04-07T07:46:18.414Z] ---> Running in 1f138c792b92 [2023-04-07T07:46:20.969Z] Removing intermediate container 1f138c792b92 [2023-04-07T07:46:20.969Z] ---> 59ee588430f3 [2023-04-07T07:46:20.969Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-07T07:46:22.943Z] ---> 363f8da959a1 [2023-04-07T07:46:22.943Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T07:46:23.886Z] ---> Running in 3debc0776255 [2023-04-07T07:47:04.037Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7106 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2023-04-07T07:47:04.048Z] Running in /w/workspace/device-mqtt-go/101 [Pipeline] { [Pipeline] checkout [2023-04-07T07:47:04.075Z] Selected Git installation does not exist. Using Default [2023-04-07T07:47:04.075Z] The recommended git tool is: NONE [2023-04-07T07:47:09.403Z] using credential edgex-jenkins-ssh [2023-04-07T07:47:09.418Z] Cloning the remote Git repository [2023-04-07T07:47:09.462Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-04-07T07:47:09.563Z] > git init /w/workspace/device-mqtt-go/101 # timeout=10 [2023-04-07T07:47:09.722Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-04-07T07:47:09.724Z] > git --version # timeout=10 [2023-04-07T07:47:09.743Z] > git --version # 'git version 2.25.1' [2023-04-07T07:47:09.746Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-07T07:47:09.901Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-07T07:47:10.997Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-04-07T07:47:11.023Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-07T07:47:11.935Z] Avoid second fetch [2023-04-07T07:47:11.935Z] Checking out Revision bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 (main) [2023-04-07T07:47:12.537Z] Commit message: "Merge pull request #557 from weichou1229/update-profile" [Pipeline] withEnv [Pipeline] { [2023-04-07T07:47:11.950Z] > git config core.sparsecheckout # timeout=10 [2023-04-07T07:47:12.016Z] > git checkout -f bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T07:47:13.350Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-07T07:47:13.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-07T07:47:13.350Z] Dload Upload Total Spent Left Speed [2023-04-07T07:47:13.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 97335 [Pipeline] sh [2023-04-07T07:47:13.923Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-07T07:47:14.259Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-07T07:47:14.259Z] + sudo tee /etc/docker/daemon.new [2023-04-07T07:47:14.259Z] { [2023-04-07T07:47:14.259Z] "registry-mirrors": [ [2023-04-07T07:47:14.259Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-07T07:47:14.259Z] ], [2023-04-07T07:47:14.259Z] "bip": "10.250.0.254/24", [2023-04-07T07:47:14.259Z] "hosts": [ [2023-04-07T07:47:14.259Z] "tcp://0.0.0.0:5555", [2023-04-07T07:47:14.259Z] "unix:///var/run/docker.sock" [2023-04-07T07:47:14.259Z] ], [2023-04-07T07:47:14.259Z] "mtu": 1458, [2023-04-07T07:47:14.259Z] "selinux-enabled": true, [2023-04-07T07:47:14.259Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-07T07:47:14.259Z] } [Pipeline] sh [2023-04-07T07:47:14.591Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-07T07:47:14.932Z] + sudo service docker restart [2023-04-07T07:47:20.192Z] Removing intermediate container 3debc0776255 [2023-04-07T07:47:20.192Z] ---> 50c225ee444b [2023-04-07T07:47:20.192Z] Step 11/12 : COPY . . [2023-04-07T07:47:20.192Z] ---> db4c00492ea0 [2023-04-07T07:47:20.192Z] Step 12/12 : RUN $MAKE [2023-04-07T07:47:20.192Z] ---> Running in ce22cf0960ae [2023-04-07T07:47:20.192Z] noop [2023-04-07T07:47:20.192Z] Removing intermediate container ce22cf0960ae [2023-04-07T07:47:20.192Z] ---> 81647323de03 [2023-04-07T07:47:20.192Z] Successfully built 81647323de03 [2023-04-07T07:47:20.192Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:47:20.506Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-07T07:47:20.506Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:47:20.586Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:47:20.620Z] $ 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 [2023-04-07T07:47:20.986Z] $ docker top ad523d8dace2f6ff38689ecb93eabe7df146f5dbe0b9b6d0358c881c524b5a06 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T07:47:21.327Z] + go version [2023-04-07T07:47:21.327Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-07T07:47:21.337Z] $ docker stop --time=1 ad523d8dace2f6ff38689ecb93eabe7df146f5dbe0b9b6d0358c881c524b5a06 [2023-04-07T07:47:22.634Z] $ docker rm -f --volumes ad523d8dace2f6ff38689ecb93eabe7df146f5dbe0b9b6d0358c881c524b5a06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:47:23.034Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-07T07:47:23.034Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:47:23.184Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:47:23.298Z] $ 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 [2023-04-07T07:47:23.645Z] $ docker top 5b190528e26a66394daf70110e52ec3abc99eca26c83af84a1dc86ea0523e07b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T07:47:24.000Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2023-04-07T07:47:24.293Z] + make test [2023-04-07T07:47:24.293Z] go test ./... -coverprofile=coverage.out ./... [2023-04-07T07:47:29.560Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T07:47:33.201Z] provisioning config files... [2023-04-07T07:47:33.227Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/101@tmp/config16656124201200376768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:47:33.576Z] ---> docker-login.sh [2023-04-07T07:47:33.576Z] nexus3.edgexfoundry.org:10001 [2023-04-07T07:47:34.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:47:34.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:47:34.161Z] Configure a credential helper to remove this warning. See [2023-04-07T07:47:34.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:47:34.161Z] [2023-04-07T07:47:34.161Z] Login Succeeded [2023-04-07T07:47:34.161Z] nexus3.edgexfoundry.org:10002 [2023-04-07T07:47:34.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:47:34.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:47:34.698Z] Configure a credential helper to remove this warning. See [2023-04-07T07:47:34.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:47:34.698Z] [2023-04-07T07:47:34.698Z] Login Succeeded [2023-04-07T07:47:34.698Z] nexus3.edgexfoundry.org:10003 [2023-04-07T07:47:34.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:47:34.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:47:34.965Z] Configure a credential helper to remove this warning. See [2023-04-07T07:47:34.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:47:34.965Z] [2023-04-07T07:47:34.965Z] Login Succeeded [2023-04-07T07:47:34.965Z] nexus3.edgexfoundry.org:10004 [2023-04-07T07:47:35.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:47:35.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:47:35.235Z] Configure a credential helper to remove this warning. See [2023-04-07T07:47:35.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:47:35.235Z] [2023-04-07T07:47:35.235Z] Login Succeeded [2023-04-07T07:47:35.235Z] docker.io [2023-04-07T07:47:35.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:47:35.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:47:35.775Z] Configure a credential helper to remove this warning. See [2023-04-07T07:47:35.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:47:35.775Z] [2023-04-07T07:47:35.775Z] Login Succeeded [2023-04-07T07:47:35.775Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T07:47:35.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-07T07:47:36.052Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T07:47:36.068Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T07:47:36.083Z] ========================================================= [2023-04-07T07:47:36.083Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-07T07:47:36.083Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:47:36.435Z] + 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 . [2023-04-07T07:47:36.707Z] Sending build context to Docker daemon 3.323MB [2023-04-07T07:47:36.707Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T07:47:36.707Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-07T07:47:36.976Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-07T07:47:36.976Z] af6eaf76a39c: Pulling fs layer [2023-04-07T07:47:36.976Z] 55522c791124: Pulling fs layer [2023-04-07T07:47:36.976Z] ce5c4a1c91eb: Pulling fs layer [2023-04-07T07:47:36.976Z] 169dfbe0d373: Pulling fs layer [2023-04-07T07:47:36.976Z] e1ff8fa3b103: Pulling fs layer [2023-04-07T07:47:36.976Z] 52ebb69f0ebf: Pulling fs layer [2023-04-07T07:47:36.976Z] 5abe8eddf0d5: Pulling fs layer [2023-04-07T07:47:36.976Z] 52ebb69f0ebf: Waiting [2023-04-07T07:47:36.976Z] e1ff8fa3b103: Waiting [2023-04-07T07:47:36.976Z] 55522c791124: Download complete [2023-04-07T07:47:36.976Z] 169dfbe0d373: Verifying Checksum [2023-04-07T07:47:36.976Z] 169dfbe0d373: Download complete [2023-04-07T07:47:36.976Z] e1ff8fa3b103: Verifying Checksum [2023-04-07T07:47:36.976Z] e1ff8fa3b103: Download complete [2023-04-07T07:47:36.976Z] af6eaf76a39c: Verifying Checksum [2023-04-07T07:47:36.976Z] af6eaf76a39c: Download complete [2023-04-07T07:47:37.949Z] af6eaf76a39c: Pull complete [2023-04-07T07:47:37.949Z] 5abe8eddf0d5: Verifying Checksum [2023-04-07T07:47:37.949Z] 5abe8eddf0d5: Download complete [2023-04-07T07:47:39.370Z] ce5c4a1c91eb: Verifying Checksum [2023-04-07T07:47:39.370Z] ce5c4a1c91eb: Download complete [2023-04-07T07:47:39.521Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-04-07T07:47:39.640Z] 52ebb69f0ebf: Verifying Checksum [2023-04-07T07:47:39.640Z] 52ebb69f0ebf: Download complete [2023-04-07T07:47:39.780Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-04-07T07:47:39.780Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.020s coverage: 22.2% of statements [2023-04-07T07:47:40.606Z] 55522c791124: Pull complete [2023-04-07T07:47:46.334Z] go vet ./... [2023-04-07T07:47:49.614Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-07T07:47:49.614Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-07T07:47:49.614Z] ./bin/test-attribution-txt.sh [2023-04-07T07:47:49.614Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-07T07:47:49.625Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-07T07:47:49.640Z] $ docker stop --time=1 5b190528e26a66394daf70110e52ec3abc99eca26c83af84a1dc86ea0523e07b [2023-04-07T07:47:50.731Z] ce5c4a1c91eb: Pull complete [2023-04-07T07:47:51.002Z] 169dfbe0d373: Pull complete [2023-04-07T07:47:51.271Z] e1ff8fa3b103: Pull complete [2023-04-07T07:47:51.849Z] $ docker rm -f --volumes 5b190528e26a66394daf70110e52ec3abc99eca26c83af84a1dc86ea0523e07b [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T07:47:52.298Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-07T07:47:52.334Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-07T07:47:52.762Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-07T07:47:53.050Z] + ls -al . [2023-04-07T07:47:53.050Z] total 180 [2023-04-07T07:47:53.050Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 07:47 . [2023-04-07T07:47:53.050Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 07:44 .. [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 07:44 .dockerignore [2023-04-07T07:47:53.050Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 07:45 .git [2023-04-07T07:47:53.050Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 07:44 .github [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 329 Apr 7 07:44 .gitignore [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 07:44 .golangci.yml [2023-04-07T07:47:53.050Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 07:45 .semver [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 9288 Apr 7 07:44 Attribution.txt [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 13162 Apr 7 07:44 CHANGELOG.md [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 1689 Apr 7 07:44 Dockerfile [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 07:44 GOVERNANCE.md [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 678 Apr 7 07:44 Jenkinsfile [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 07:44 LICENSE [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 1732 Apr 7 07:44 Makefile [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 7 07:44 OWNERS.md [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 3165 Apr 7 07:44 README.md [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 07:45 VERSION [2023-04-07T07:47:53.050Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 07:44 bin [2023-04-07T07:47:53.050Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 07:44 cmd [2023-04-07T07:47:53.050Z] -rw-r--r-- 1 jenkins jenkins 18047 Apr 7 07:47 coverage.out [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 3333 Apr 7 07:44 go.mod [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 31553 Apr 7 07:44 go.sum [2023-04-07T07:47:53.050Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 07:44 internal [2023-04-07T07:47:53.050Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 07:44 mock [2023-04-07T07:47:53.050Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 07:44 snap [2023-04-07T07:47:53.050Z] -rw-rw-r-- 1 jenkins jenkins 227 Apr 7 07:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:47:53.356Z] + 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=bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 --label arch=amd64 --label version=3.0.0-dev.17 . [2023-04-07T07:47:53.356Z] Sending build context to Docker daemon 6.437MB [2023-04-07T07:47:53.356Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T07:47:53.356Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-07T07:47:53.356Z] ---> 81647323de03 [2023-04-07T07:47:53.356Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-07T07:47:53.356Z] ---> Running in 8ca6b6ef4818 [2023-04-07T07:47:53.615Z] Removing intermediate container 8ca6b6ef4818 [2023-04-07T07:47:53.615Z] ---> e39e776678fa [2023-04-07T07:47:53.615Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T07:47:53.615Z] ---> Running in 8300b83bf625 [2023-04-07T07:47:53.615Z] Removing intermediate container 8300b83bf625 [2023-04-07T07:47:53.615Z] ---> 5f89df361192 [2023-04-07T07:47:53.615Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T07:47:53.873Z] ---> Running in 03c7fc77bebc [2023-04-07T07:47:53.873Z] Removing intermediate container 03c7fc77bebc [2023-04-07T07:47:53.873Z] ---> 681daab1563d [2023-04-07T07:47:53.873Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T07:47:53.873Z] ---> Running in ce32d039459a [2023-04-07T07:47:53.873Z] Removing intermediate container ce32d039459a [2023-04-07T07:47:53.873Z] ---> 885ccc49e83a [2023-04-07T07:47:53.873Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T07:47:54.131Z] ---> Running in 1db6b2f7f6d0 [2023-04-07T07:47:54.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T07:47:54.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T07:47:54.660Z] OK: 269 MiB in 57 packages [2023-04-07T07:47:55.230Z] Removing intermediate container 1db6b2f7f6d0 [2023-04-07T07:47:55.230Z] ---> 660758953770 [2023-04-07T07:47:55.230Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-04-07T07:47:55.230Z] ---> Running in 96b12185321e [2023-04-07T07:47:55.230Z] Removing intermediate container 96b12185321e [2023-04-07T07:47:55.230Z] ---> 5f3c1eab8df7 [2023-04-07T07:47:55.230Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-07T07:47:55.490Z] ---> 3ae2b7438fb6 [2023-04-07T07:47:55.490Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T07:47:55.490Z] ---> Running in 28719172ee5b [2023-04-07T07:47:56.429Z] Removing intermediate container 28719172ee5b [2023-04-07T07:47:56.429Z] ---> ab5054956c4a [2023-04-07T07:47:56.429Z] Step 11/24 : COPY . . [2023-04-07T07:47:56.429Z] ---> ea8fbce62e3e [2023-04-07T07:47:56.429Z] Step 12/24 : RUN $MAKE [2023-04-07T07:47:56.689Z] ---> Running in 849df4683ae8 [2023-04-07T07:47:56.947Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.17" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-04-07T07:47:58.034Z] 52ebb69f0ebf: Pull complete [2023-04-07T07:48:00.672Z] 5abe8eddf0d5: Pull complete [2023-04-07T07:48:00.672Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-07T07:48:00.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-07T07:48:00.672Z] ---> 6cb57ee374ae [2023-04-07T07:48:00.672Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-07T07:48:02.088Z] ---> Running in c18658196a29 [2023-04-07T07:48:02.358Z] Removing intermediate container c18658196a29 [2023-04-07T07:48:02.358Z] ---> 4ba5ab8390d1 [2023-04-07T07:48:02.358Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T07:48:02.358Z] ---> Running in 8101bebf30fb [2023-04-07T07:48:02.638Z] Removing intermediate container 8101bebf30fb [2023-04-07T07:48:02.638Z] ---> ac9679588cc3 [2023-04-07T07:48:02.638Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T07:48:02.911Z] ---> Running in 71fd29815ca9 [2023-04-07T07:48:03.180Z] Removing intermediate container 71fd29815ca9 [2023-04-07T07:48:03.180Z] ---> 7f0156841369 [2023-04-07T07:48:03.180Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T07:48:03.180Z] ---> Running in 23ccb9d981ee [2023-04-07T07:48:03.766Z] Removing intermediate container 23ccb9d981ee [2023-04-07T07:48:03.766Z] ---> 9c9f8261bf9d [2023-04-07T07:48:03.766Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T07:48:03.766Z] ---> Running in 1661494b7966 [2023-04-07T07:48:04.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T07:48:05.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T07:48:06.278Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-07T07:48:06.278Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-07T07:48:06.278Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-07T07:48:06.548Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-07T07:48:06.548Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T07:48:06.548Z] OK: 268 MiB in 57 packages [2023-04-07T07:48:07.515Z] Removing intermediate container 1661494b7966 [2023-04-07T07:48:07.515Z] ---> 51f3d3a4c506 [2023-04-07T07:48:07.515Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-04-07T07:48:07.792Z] ---> Running in 7204d7475cba [2023-04-07T07:48:08.062Z] Removing intermediate container 7204d7475cba [2023-04-07T07:48:08.062Z] ---> 289e1d8ddd86 [2023-04-07T07:48:08.062Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-07T07:48:08.649Z] ---> 2e34b70a9a8a [2023-04-07T07:48:08.649Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T07:48:08.649Z] ---> Running in 64f5af3968be [2023-04-07T07:48:15.020Z] Removing intermediate container 849df4683ae8 [2023-04-07T07:48:15.020Z] ---> bb2b468daea7 [2023-04-07T07:48:15.020Z] Step 13/24 : FROM alpine:3.17 [2023-04-07T07:48:15.020Z] 3.17: Pulling from library/alpine [2023-04-07T07:48:15.020Z] f56be85fc22e: Pulling fs layer [2023-04-07T07:48:15.020Z] f56be85fc22e: Verifying Checksum [2023-04-07T07:48:15.020Z] f56be85fc22e: Download complete [2023-04-07T07:48:15.020Z] f56be85fc22e: Pull complete [2023-04-07T07:48:15.020Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-07T07:48:15.020Z] Status: Downloaded newer image for alpine:3.17 [2023-04-07T07:48:15.020Z] ---> 9ed4aefc74f6 [2023-04-07T07:48:15.020Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-04-07T07:48:15.020Z] ---> Running in 1f297d65c6df [2023-04-07T07:48:15.020Z] Removing intermediate container 1f297d65c6df [2023-04-07T07:48:15.020Z] ---> a731f507e5c4 [2023-04-07T07:48:15.020Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-07T07:48:15.020Z] ---> Running in 901f52ad01fe [2023-04-07T07:48:15.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T07:48:15.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T07:48:15.020Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-07T07:48:15.020Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T07:48:15.020Z] OK: 7 MiB in 16 packages [2023-04-07T07:48:15.278Z] Removing intermediate container 901f52ad01fe [2023-04-07T07:48:15.278Z] ---> 77d6774f6ef4 [2023-04-07T07:48:15.278Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-04-07T07:48:15.847Z] ---> 96d16fe3228c [2023-04-07T07:48:15.847Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-04-07T07:48:15.847Z] ---> 86aff9be1976 [2023-04-07T07:48:15.847Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-04-07T07:48:16.108Z] ---> 36a130737d96 [2023-04-07T07:48:16.108Z] Step 19/24 : EXPOSE 59982 [2023-04-07T07:48:16.108Z] ---> Running in 5f21bdde2ae5 [2023-04-07T07:48:16.368Z] Removing intermediate container 5f21bdde2ae5 [2023-04-07T07:48:16.368Z] ---> 96e516b041d0 [2023-04-07T07:48:16.368Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-04-07T07:48:16.368Z] ---> Running in 63eb44ff33dc [2023-04-07T07:48:16.368Z] Removing intermediate container 63eb44ff33dc [2023-04-07T07:48:16.368Z] ---> 92cdb95f55b9 [2023-04-07T07:48:16.368Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-04-07T07:48:16.368Z] ---> Running in c64d02da1f17 [2023-04-07T07:48:16.627Z] Removing intermediate container c64d02da1f17 [2023-04-07T07:48:16.627Z] ---> e206fa5279cf [2023-04-07T07:48:16.627Z] Step 22/24 : LABEL arch=amd64 [2023-04-07T07:48:16.627Z] ---> Running in 4bfdd890ef05 [2023-04-07T07:48:16.886Z] Removing intermediate container 4bfdd890ef05 [2023-04-07T07:48:16.886Z] ---> 02784aceb5c5 [2023-04-07T07:48:16.886Z] Step 23/24 : LABEL git_sha=bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:48:16.886Z] ---> Running in 023abbcef44e [2023-04-07T07:48:16.886Z] Removing intermediate container 023abbcef44e [2023-04-07T07:48:16.886Z] ---> 94d20d7910c1 [2023-04-07T07:48:16.886Z] Step 24/24 : LABEL version=3.0.0-dev.17 [2023-04-07T07:48:16.886Z] ---> Running in d8b41d4736bf [2023-04-07T07:48:17.144Z] Removing intermediate container d8b41d4736bf [2023-04-07T07:48:17.144Z] ---> af37357a54c0 [2023-04-07T07:48:17.144Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-07T07:48:17.144Z] Successfully built af37357a54c0 [2023-04-07T07:48:17.144Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T07:48:17.231Z] provisioning config files... [2023-04-07T07:48:17.239Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17309364964696062286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:48:17.531Z] ---> docker-login.sh [2023-04-07T07:48:17.531Z] nexus3.edgexfoundry.org:10001 [2023-04-07T07:48:17.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:48:17.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:48:17.531Z] Configure a credential helper to remove this warning. See [2023-04-07T07:48:17.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:48:17.531Z] [2023-04-07T07:48:17.531Z] Login Succeeded [2023-04-07T07:48:17.531Z] nexus3.edgexfoundry.org:10002 [2023-04-07T07:48:17.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:48:17.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:48:17.531Z] Configure a credential helper to remove this warning. See [2023-04-07T07:48:17.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:48:17.531Z] [2023-04-07T07:48:17.531Z] Login Succeeded [2023-04-07T07:48:17.531Z] nexus3.edgexfoundry.org:10003 [2023-04-07T07:48:17.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:48:17.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:48:17.791Z] Configure a credential helper to remove this warning. See [2023-04-07T07:48:17.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:48:17.791Z] [2023-04-07T07:48:17.791Z] Login Succeeded [2023-04-07T07:48:17.791Z] nexus3.edgexfoundry.org:10004 [2023-04-07T07:48:17.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:48:17.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:48:17.791Z] Configure a credential helper to remove this warning. See [2023-04-07T07:48:17.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:48:17.791Z] [2023-04-07T07:48:17.791Z] Login Succeeded [2023-04-07T07:48:17.791Z] docker.io [2023-04-07T07:48:18.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:48:18.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:48:18.051Z] Configure a credential helper to remove this warning. See [2023-04-07T07:48:18.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:48:18.051Z] [2023-04-07T07:48:18.051Z] Login Succeeded [2023-04-07T07:48:18.051Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T07:48:18.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T07:48:18.084Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T07:48:18.100Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2023-04-07T07:48:18.100Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:48:18.100Z] latest [2023-04-07T07:48:18.100Z] 3.0.0-dev.17 [2023-04-07T07:48:18.100Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [2023-04-07T07:48:18.100Z] main [2023-04-07T07:48:18.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:18.406Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:18.715Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:48:18.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-04-07T07:48:18.715Z] dc225b6b5ef4: Preparing [2023-04-07T07:48:18.715Z] d9a306d5007b: Preparing [2023-04-07T07:48:18.715Z] 50326fff904b: Preparing [2023-04-07T07:48:18.715Z] 3898a9bdf016: Preparing [2023-04-07T07:48:18.715Z] f1417ff83b31: Preparing [2023-04-07T07:48:18.715Z] f1417ff83b31: Layer already exists [2023-04-07T07:48:18.715Z] dc225b6b5ef4: Pushed [2023-04-07T07:48:18.715Z] 3898a9bdf016: Pushed [2023-04-07T07:48:18.715Z] d9a306d5007b: Pushed [2023-04-07T07:48:21.253Z] 50326fff904b: Pushed [2023-04-07T07:48:21.253Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4: digest: sha256:0441fd65a54011ea62bf01ac8a758f1495f24b4d818a72c10f154a50d9c9b98d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:21.565Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:21.868Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2023-04-07T07:48:21.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-04-07T07:48:21.868Z] dc225b6b5ef4: Preparing [2023-04-07T07:48:21.868Z] d9a306d5007b: Preparing [2023-04-07T07:48:21.868Z] 50326fff904b: Preparing [2023-04-07T07:48:21.868Z] 3898a9bdf016: Preparing [2023-04-07T07:48:21.868Z] f1417ff83b31: Preparing [2023-04-07T07:48:21.868Z] f1417ff83b31: Layer already exists [2023-04-07T07:48:21.868Z] dc225b6b5ef4: Layer already exists [2023-04-07T07:48:21.868Z] 50326fff904b: Layer already exists [2023-04-07T07:48:21.868Z] 3898a9bdf016: Layer already exists [2023-04-07T07:48:21.868Z] d9a306d5007b: Layer already exists [2023-04-07T07:48:21.868Z] latest: digest: sha256:0441fd65a54011ea62bf01ac8a758f1495f24b4d818a72c10f154a50d9c9b98d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:22.176Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:22.484Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.17 [2023-04-07T07:48:22.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-04-07T07:48:22.484Z] dc225b6b5ef4: Preparing [2023-04-07T07:48:22.484Z] d9a306d5007b: Preparing [2023-04-07T07:48:22.484Z] 50326fff904b: Preparing [2023-04-07T07:48:22.484Z] 3898a9bdf016: Preparing [2023-04-07T07:48:22.484Z] f1417ff83b31: Preparing [2023-04-07T07:48:22.484Z] f1417ff83b31: Layer already exists [2023-04-07T07:48:22.484Z] 3898a9bdf016: Layer already exists [2023-04-07T07:48:22.484Z] 50326fff904b: Layer already exists [2023-04-07T07:48:22.484Z] d9a306d5007b: Layer already exists [2023-04-07T07:48:22.484Z] dc225b6b5ef4: Layer already exists [2023-04-07T07:48:22.484Z] 3.0.0-dev.17: digest: sha256:0441fd65a54011ea62bf01ac8a758f1495f24b4d818a72c10f154a50d9c9b98d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:22.793Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:23.103Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [2023-04-07T07:48:23.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-04-07T07:48:23.103Z] dc225b6b5ef4: Preparing [2023-04-07T07:48:23.103Z] d9a306d5007b: Preparing [2023-04-07T07:48:23.103Z] 50326fff904b: Preparing [2023-04-07T07:48:23.103Z] 3898a9bdf016: Preparing [2023-04-07T07:48:23.103Z] f1417ff83b31: Preparing [2023-04-07T07:48:23.103Z] dc225b6b5ef4: Layer already exists [2023-04-07T07:48:23.103Z] d9a306d5007b: Layer already exists [2023-04-07T07:48:23.103Z] f1417ff83b31: Layer already exists [2023-04-07T07:48:23.103Z] 50326fff904b: Layer already exists [2023-04-07T07:48:23.103Z] 3898a9bdf016: Layer already exists [2023-04-07T07:48:23.103Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17: digest: sha256:0441fd65a54011ea62bf01ac8a758f1495f24b4d818a72c10f154a50d9c9b98d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:23.412Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:23.722Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2023-04-07T07:48:23.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-04-07T07:48:23.722Z] dc225b6b5ef4: Preparing [2023-04-07T07:48:23.722Z] d9a306d5007b: Preparing [2023-04-07T07:48:23.722Z] 50326fff904b: Preparing [2023-04-07T07:48:23.722Z] 3898a9bdf016: Preparing [2023-04-07T07:48:23.722Z] f1417ff83b31: Preparing [2023-04-07T07:48:23.722Z] dc225b6b5ef4: Layer already exists [2023-04-07T07:48:23.722Z] d9a306d5007b: Layer already exists [2023-04-07T07:48:23.722Z] f1417ff83b31: Layer already exists [2023-04-07T07:48:23.722Z] 50326fff904b: Layer already exists [2023-04-07T07:48:23.722Z] 3898a9bdf016: Layer already exists [2023-04-07T07:48:23.722Z] main: digest: sha256:0441fd65a54011ea62bf01ac8a758f1495f24b4d818a72c10f154a50d9c9b98d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T07:48:23.759Z] ===================================================== [Pipeline] echo [2023-04-07T07:48:23.765Z] taggedImages: [2023-04-07T07:48:23.765Z] - nexus3.edgexfoundry.org:10004/device-mqtt:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:48:23.765Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2023-04-07T07:48:23.765Z] - nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.17 [2023-04-07T07:48:23.765Z] - nexus3.edgexfoundry.org:10004/device-mqtt:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [2023-04-07T07:48:23.765Z] - 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 [2023-04-07T07:48:24.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T07:48:24.146Z] [2023-04-07T07:48:24.146Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:48:24.442Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T07:48:24.443Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-07T07:48:24.443Z] 5eb5b503b376: Pulling fs layer [2023-04-07T07:48:24.443Z] 5c69ac0246d0: Pulling fs layer [2023-04-07T07:48:24.443Z] ec43610c2a17: Pulling fs layer [2023-04-07T07:48:24.443Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-07T07:48:24.443Z] 33b1e0a273af: Pulling fs layer [2023-04-07T07:48:24.443Z] 5d3b04190fa2: Pulling fs layer [2023-04-07T07:48:24.443Z] 2f39f015ded8: Pulling fs layer [2023-04-07T07:48:24.443Z] 3a2ae6a8a46f: Waiting [2023-04-07T07:48:24.443Z] 33b1e0a273af: Waiting [2023-04-07T07:48:24.443Z] 5d3b04190fa2: Waiting [2023-04-07T07:48:24.443Z] 2f39f015ded8: Waiting [2023-04-07T07:48:24.443Z] 5c69ac0246d0: Download complete [2023-04-07T07:48:24.443Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-07T07:48:24.443Z] 3a2ae6a8a46f: Download complete [2023-04-07T07:48:24.443Z] 33b1e0a273af: Verifying Checksum [2023-04-07T07:48:24.443Z] 33b1e0a273af: Download complete [2023-04-07T07:48:24.443Z] 5d3b04190fa2: Verifying Checksum [2023-04-07T07:48:24.443Z] 5d3b04190fa2: Download complete [2023-04-07T07:48:24.714Z] ec43610c2a17: Download complete [2023-04-07T07:48:24.714Z] 5eb5b503b376: Verifying Checksum [2023-04-07T07:48:24.714Z] 5eb5b503b376: Download complete [2023-04-07T07:48:25.279Z] 2f39f015ded8: Download complete [2023-04-07T07:48:25.919Z] 5eb5b503b376: Pull complete [2023-04-07T07:48:26.181Z] 5c69ac0246d0: Pull complete [2023-04-07T07:48:26.439Z] ec43610c2a17: Pull complete [2023-04-07T07:48:26.698Z] 3a2ae6a8a46f: Pull complete [2023-04-07T07:48:26.698Z] 33b1e0a273af: Pull complete [2023-04-07T07:48:26.958Z] 5d3b04190fa2: Pull complete [2023-04-07T07:48:31.150Z] 2f39f015ded8: Pull complete [2023-04-07T07:48:31.150Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-07T07:48:31.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T07:48:31.151Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:48:31.236Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:48:31.267Z] $ 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 [2023-04-07T07:48:33.027Z] $ docker top 99ec9ee653524a9f56144b4693558c3e3224836d340eedb25b4c098e51904a0c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:48:33.400Z] ---> job-cost.sh [2023-04-07T07:48:33.400Z] lf-activate-venv: SKIPPING [2023-04-07T07:48:33.400Z] INFO: No Stack... [2023-04-07T07:48:33.658Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-07T07:48:33.917Z] INFO: Archiving Costs [Pipeline] sh [2023-04-07T07:48:34.204Z] + + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csvcut [2023-04-07T07:48:34.205Z] -d, -f6 [Pipeline] lock [2023-04-07T07:48:34.219Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] [2023-04-07T07:48:34.225Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] did not exist. Created. [2023-04-07T07:48:34.225Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-07T07:48:34.529Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-07T07:48:34.554Z] Stashed 1 file(s) [Pipeline] } [2023-04-07T07:48:34.559Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-07T07:48:34.574Z] $ docker stop --time=1 99ec9ee653524a9f56144b4693558c3e3224836d340eedb25b4c098e51904a0c [2023-04-07T07:48:36.045Z] $ docker rm -f --volumes 99ec9ee653524a9f56144b4693558c3e3224836d340eedb25b4c098e51904a0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-07T07:49:16.580Z] Removing intermediate container 64f5af3968be [2023-04-07T07:49:16.580Z] ---> 7b4214c14c7b [2023-04-07T07:49:16.580Z] Step 11/12 : COPY . . [2023-04-07T07:49:16.580Z] ---> 6f036fd4b071 [2023-04-07T07:49:16.580Z] Step 12/12 : RUN $MAKE [2023-04-07T07:49:16.580Z] ---> Running in dd2342f04530 [2023-04-07T07:49:16.580Z] noop [2023-04-07T07:49:16.580Z] Removing intermediate container dd2342f04530 [2023-04-07T07:49:16.580Z] ---> 87f66a31932c [2023-04-07T07:49:16.580Z] Successfully built 87f66a31932c [2023-04-07T07:49:16.580Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:49:16.941Z] + docker inspect -f . ci-base-image-arm64 [2023-04-07T07:49:16.941Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:49:17.165Z] prd-ubuntu20.04-docker-arm64-4c-16g-7106 does not seem to be running inside a container [2023-04-07T07:49:17.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/101 -v /w/workspace/device-mqtt-go/101:/w/workspace/device-mqtt-go/101:rw,z -v /w/workspace/device-mqtt-go/101@tmp:/w/workspace/device-mqtt-go/101@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 [2023-04-07T07:49:18.482Z] $ docker top 007b4608791c7045b8efc4cbdf8e84008b5c9c435719f88187e673ed1e2c3645 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T07:49:19.331Z] + go version [2023-04-07T07:49:19.331Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-07T07:49:19.354Z] $ docker stop --time=1 007b4608791c7045b8efc4cbdf8e84008b5c9c435719f88187e673ed1e2c3645 [2023-04-07T07:49:21.015Z] $ docker rm -f --volumes 007b4608791c7045b8efc4cbdf8e84008b5c9c435719f88187e673ed1e2c3645 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:49:21.540Z] + docker inspect -f . ci-base-image-arm64 [2023-04-07T07:49:21.540Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:49:21.722Z] prd-ubuntu20.04-docker-arm64-4c-16g-7106 does not seem to be running inside a container [2023-04-07T07:49:21.786Z] $ 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/101 -v /w/workspace/device-mqtt-go/101:/w/workspace/device-mqtt-go/101:rw,z -v /w/workspace/device-mqtt-go/101@tmp:/w/workspace/device-mqtt-go/101@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 [2023-04-07T07:49:23.038Z] $ docker top 8f9033d4c1849c42ac5a0e61a51e33bc85678982cc249281df23a3c6b20c60c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T07:49:23.861Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/101 [Pipeline] fileExists [Pipeline] sh [2023-04-07T07:49:24.199Z] + make test [2023-04-07T07:49:24.200Z] go test ./... -coverprofile=coverage.out ./... [2023-04-07T07:50:03.075Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-04-07T07:52:09.779Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-04-07T07:52:09.779Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-04-07T07:52:09.779Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.083s coverage: 22.2% of statements [2023-04-07T07:52:09.779Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-07T07:52:09.779Z] go vet ./... [2023-04-07T07:52:42.048Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-07T07:52:42.048Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-07T07:52:42.048Z] ./bin/test-attribution-txt.sh [2023-04-07T07:52:42.048Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-07T07:52:42.066Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-07T07:52:42.076Z] $ docker stop --time=1 8f9033d4c1849c42ac5a0e61a51e33bc85678982cc249281df23a3c6b20c60c8 [2023-04-07T07:52:45.590Z] $ docker rm -f --volumes 8f9033d4c1849c42ac5a0e61a51e33bc85678982cc249281df23a3c6b20c60c8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T07:52:46.780Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-07T07:52:46.802Z] Warning: overwriting stash ‘coverage-report’ [2023-04-07T07:52:47.286Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T07:52:47.681Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-07T07:52:48.004Z] + ls -al . [2023-04-07T07:52:48.004Z] total 176 [2023-04-07T07:52:48.004Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 07:49 . [2023-04-07T07:52:48.004Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 07:47 .. [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 07:47 .dockerignore [2023-04-07T07:52:48.004Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 07:47 .git [2023-04-07T07:52:48.004Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 07:47 .github [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 329 Apr 7 07:47 .gitignore [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 07:47 .golangci.yml [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 9288 Apr 7 07:47 Attribution.txt [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 13162 Apr 7 07:47 CHANGELOG.md [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 1689 Apr 7 07:47 Dockerfile [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 07:47 GOVERNANCE.md [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 678 Apr 7 07:47 Jenkinsfile [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 07:47 LICENSE [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 1732 Apr 7 07:47 Makefile [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 7 07:47 OWNERS.md [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 3165 Apr 7 07:47 README.md [2023-04-07T07:52:48.004Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 07:45 VERSION [2023-04-07T07:52:48.004Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 07:47 bin [2023-04-07T07:52:48.004Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 07:47 cmd [2023-04-07T07:52:48.005Z] -rw-r--r-- 1 jenkins jenkins 18047 Apr 7 07:52 coverage.out [2023-04-07T07:52:48.005Z] -rw-rw-r-- 1 jenkins jenkins 3333 Apr 7 07:47 go.mod [2023-04-07T07:52:48.005Z] -rw-rw-r-- 1 jenkins jenkins 31553 Apr 7 07:47 go.sum [2023-04-07T07:52:48.005Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 07:47 internal [2023-04-07T07:52:48.005Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 07:47 mock [2023-04-07T07:52:48.005Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 07:47 snap [2023-04-07T07:52:48.005Z] -rw-rw-r-- 1 jenkins jenkins 227 Apr 7 07:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:52:48.348Z] + 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=bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 --label arch=arm64 --label version=3.0.0-dev.17 . [2023-04-07T07:52:48.617Z] Sending build context to Docker daemon 3.342MB [2023-04-07T07:52:48.617Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T07:52:48.617Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-07T07:52:48.617Z] ---> 87f66a31932c [2023-04-07T07:52:48.617Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-07T07:52:48.884Z] ---> Running in e56e91d1d032 [2023-04-07T07:52:49.153Z] Removing intermediate container e56e91d1d032 [2023-04-07T07:52:49.153Z] ---> f0fb64ee7867 [2023-04-07T07:52:49.153Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T07:52:49.153Z] ---> Running in 698d09cf0b5d [2023-04-07T07:52:49.421Z] Removing intermediate container 698d09cf0b5d [2023-04-07T07:52:49.421Z] ---> 6025cfce4aea [2023-04-07T07:52:49.421Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T07:52:49.688Z] ---> Running in cc505cabfb27 [2023-04-07T07:52:49.955Z] Removing intermediate container cc505cabfb27 [2023-04-07T07:52:49.955Z] ---> b9f5a1383c39 [2023-04-07T07:52:49.955Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T07:52:49.955Z] ---> Running in 074ac7c5d422 [2023-04-07T07:52:50.232Z] Removing intermediate container 074ac7c5d422 [2023-04-07T07:52:50.232Z] ---> fc7eeb165ee9 [2023-04-07T07:52:50.232Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T07:52:50.232Z] ---> Running in 87f4a2b085ac [2023-04-07T07:52:51.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T07:52:51.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T07:52:53.334Z] OK: 268 MiB in 57 packages [2023-04-07T07:52:53.931Z] Removing intermediate container 87f4a2b085ac [2023-04-07T07:52:53.931Z] ---> 5c91e221d363 [2023-04-07T07:52:53.931Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-04-07T07:52:53.931Z] ---> Running in 954f2def4dab [2023-04-07T07:52:54.199Z] Removing intermediate container 954f2def4dab [2023-04-07T07:52:54.199Z] ---> 449ebac39f33 [2023-04-07T07:52:54.199Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-07T07:52:54.783Z] ---> 1df0523520b3 [2023-04-07T07:52:54.783Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T07:52:55.053Z] ---> Running in 8f2e64bced25 [2023-04-07T07:52:59.318Z] Removing intermediate container 8f2e64bced25 [2023-04-07T07:52:59.318Z] ---> b6d110d3bb55 [2023-04-07T07:52:59.318Z] Step 11/24 : COPY . . [2023-04-07T07:52:59.585Z] ---> c07f4a07cb2b [2023-04-07T07:52:59.585Z] Step 12/24 : RUN $MAKE [2023-04-07T07:52:59.852Z] ---> Running in 1daf0e91acb7 [2023-04-07T07:53:00.815Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.17" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-04-07T07:55:22.536Z] Removing intermediate container 1daf0e91acb7 [2023-04-07T07:55:22.536Z] ---> f6daa65af3c2 [2023-04-07T07:55:22.536Z] Step 13/24 : FROM alpine:3.17 [2023-04-07T07:55:22.536Z] 3.17: Pulling from library/alpine [2023-04-07T07:55:22.536Z] c41833b44d91: Pulling fs layer [2023-04-07T07:55:22.536Z] c41833b44d91: Verifying Checksum [2023-04-07T07:55:22.536Z] c41833b44d91: Download complete [2023-04-07T07:55:22.806Z] c41833b44d91: Pull complete [2023-04-07T07:55:22.806Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-07T07:55:22.806Z] Status: Downloaded newer image for alpine:3.17 [2023-04-07T07:55:22.806Z] ---> 51e60588ff2c [2023-04-07T07:55:22.806Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-04-07T07:55:22.806Z] ---> Running in 459adb7ef42a [2023-04-07T07:55:23.395Z] Removing intermediate container 459adb7ef42a [2023-04-07T07:55:23.395Z] ---> eb39442e9256 [2023-04-07T07:55:23.395Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-07T07:55:23.395Z] ---> Running in b41adfdbdb5e [2023-04-07T07:55:24.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T07:55:24.948Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T07:55:26.361Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-07T07:55:26.361Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T07:55:26.361Z] OK: 8 MiB in 16 packages [2023-04-07T07:55:26.951Z] Removing intermediate container b41adfdbdb5e [2023-04-07T07:55:26.951Z] ---> 61ea84336655 [2023-04-07T07:55:26.951Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-04-07T07:55:28.362Z] ---> 16f45ffa44cf [2023-04-07T07:55:28.362Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-04-07T07:55:28.946Z] ---> 51e22296c8f9 [2023-04-07T07:55:28.946Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-04-07T07:55:29.540Z] ---> 5e9178d27cde [2023-04-07T07:55:29.540Z] Step 19/24 : EXPOSE 59982 [2023-04-07T07:55:29.540Z] ---> Running in fb60f436d313 [2023-04-07T07:55:29.808Z] Removing intermediate container fb60f436d313 [2023-04-07T07:55:29.808Z] ---> f6cd13c33fbb [2023-04-07T07:55:29.808Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-04-07T07:55:29.808Z] ---> Running in 68ed6858d3fa [2023-04-07T07:55:30.394Z] Removing intermediate container 68ed6858d3fa [2023-04-07T07:55:30.394Z] ---> 13d6edc3e7b3 [2023-04-07T07:55:30.394Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-04-07T07:55:30.394Z] ---> Running in 03f34e9f7257 [2023-04-07T07:55:30.661Z] Removing intermediate container 03f34e9f7257 [2023-04-07T07:55:30.661Z] ---> dc45f7cbf61b [2023-04-07T07:55:30.661Z] Step 22/24 : LABEL arch=arm64 [2023-04-07T07:55:30.661Z] ---> Running in 4390058395ca [2023-04-07T07:55:30.929Z] Removing intermediate container 4390058395ca [2023-04-07T07:55:30.929Z] ---> 1dc09ae12578 [2023-04-07T07:55:30.929Z] Step 23/24 : LABEL git_sha=bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:55:30.929Z] ---> Running in ac75bba5e7d6 [2023-04-07T07:55:31.197Z] Removing intermediate container ac75bba5e7d6 [2023-04-07T07:55:31.197Z] ---> d0eebcb4a23c [2023-04-07T07:55:31.198Z] Step 24/24 : LABEL version=3.0.0-dev.17 [2023-04-07T07:55:31.474Z] ---> Running in 0451ad1137f5 [2023-04-07T07:55:31.744Z] Removing intermediate container 0451ad1137f5 [2023-04-07T07:55:31.744Z] ---> 1bce675acbff [2023-04-07T07:55:31.744Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-07T07:55:31.744Z] Successfully built 1bce675acbff [2023-04-07T07:55:31.744Z] 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 [2023-04-07T07:55:31.835Z] provisioning config files... [2023-04-07T07:55:31.849Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/101@tmp/config12966322379109742939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:55:32.183Z] ---> docker-login.sh [2023-04-07T07:55:32.183Z] nexus3.edgexfoundry.org:10001 [2023-04-07T07:55:32.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:55:32.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:55:32.449Z] Configure a credential helper to remove this warning. See [2023-04-07T07:55:32.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:55:32.449Z] [2023-04-07T07:55:32.449Z] Login Succeeded [2023-04-07T07:55:32.450Z] nexus3.edgexfoundry.org:10002 [2023-04-07T07:55:32.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:55:32.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:55:32.719Z] Configure a credential helper to remove this warning. See [2023-04-07T07:55:32.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:55:32.719Z] [2023-04-07T07:55:32.719Z] Login Succeeded [2023-04-07T07:55:32.719Z] nexus3.edgexfoundry.org:10003 [2023-04-07T07:55:32.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:55:33.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:55:33.258Z] Configure a credential helper to remove this warning. See [2023-04-07T07:55:33.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:55:33.258Z] [2023-04-07T07:55:33.258Z] Login Succeeded [2023-04-07T07:55:33.258Z] nexus3.edgexfoundry.org:10004 [2023-04-07T07:55:33.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:55:33.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:55:33.526Z] Configure a credential helper to remove this warning. See [2023-04-07T07:55:33.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:55:33.526Z] [2023-04-07T07:55:33.526Z] Login Succeeded [2023-04-07T07:55:33.526Z] docker.io [2023-04-07T07:55:33.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T07:55:34.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T07:55:34.062Z] Configure a credential helper to remove this warning. See [2023-04-07T07:55:34.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T07:55:34.062Z] [2023-04-07T07:55:34.062Z] Login Succeeded [2023-04-07T07:55:34.062Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T07:55:34.074Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T07:55:34.099Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T07:55:34.114Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2023-04-07T07:55:34.114Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:55:34.114Z] latest [2023-04-07T07:55:34.114Z] 3.0.0-dev.17 [2023-04-07T07:55:34.114Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [2023-04-07T07:55:34.114Z] main [2023-04-07T07:55:34.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:34.536Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:34.918Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:55:34.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-04-07T07:55:34.918Z] d81544d45458: Preparing [2023-04-07T07:55:34.918Z] 2aec04d08e4f: Preparing [2023-04-07T07:55:34.918Z] da7904fbc7ea: Preparing [2023-04-07T07:55:34.918Z] 7ea0e254f426: Preparing [2023-04-07T07:55:34.918Z] 26cbea5cba74: Preparing [2023-04-07T07:55:34.918Z] 26cbea5cba74: Layer already exists [2023-04-07T07:55:35.194Z] d81544d45458: Pushed [2023-04-07T07:55:35.194Z] 2aec04d08e4f: Pushed [2023-04-07T07:55:35.194Z] 7ea0e254f426: Pushed [2023-04-07T07:55:41.877Z] da7904fbc7ea: Pushed [2023-04-07T07:55:41.877Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4: digest: sha256:9d7bb2b42b82e151a2777efa5853b47deb171358b4bdaec160977feee3f7ed1d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:42.221Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:42.561Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-04-07T07:55:42.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-04-07T07:55:42.561Z] d81544d45458: Preparing [2023-04-07T07:55:42.561Z] 2aec04d08e4f: Preparing [2023-04-07T07:55:42.561Z] da7904fbc7ea: Preparing [2023-04-07T07:55:42.561Z] 7ea0e254f426: Preparing [2023-04-07T07:55:42.561Z] 26cbea5cba74: Preparing [2023-04-07T07:55:42.561Z] 7ea0e254f426: Layer already exists [2023-04-07T07:55:42.561Z] d81544d45458: Layer already exists [2023-04-07T07:55:42.561Z] 2aec04d08e4f: Layer already exists [2023-04-07T07:55:42.561Z] da7904fbc7ea: Layer already exists [2023-04-07T07:55:42.561Z] 26cbea5cba74: Layer already exists [2023-04-07T07:55:42.830Z] latest: digest: sha256:9d7bb2b42b82e151a2777efa5853b47deb171358b4bdaec160977feee3f7ed1d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:43.190Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:43.539Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.17 [2023-04-07T07:55:43.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-04-07T07:55:43.539Z] d81544d45458: Preparing [2023-04-07T07:55:43.539Z] 2aec04d08e4f: Preparing [2023-04-07T07:55:43.539Z] da7904fbc7ea: Preparing [2023-04-07T07:55:43.539Z] 7ea0e254f426: Preparing [2023-04-07T07:55:43.539Z] 26cbea5cba74: Preparing [2023-04-07T07:55:43.539Z] 26cbea5cba74: Layer already exists [2023-04-07T07:55:43.539Z] 7ea0e254f426: Layer already exists [2023-04-07T07:55:43.539Z] 2aec04d08e4f: Layer already exists [2023-04-07T07:55:43.539Z] da7904fbc7ea: Layer already exists [2023-04-07T07:55:43.539Z] d81544d45458: Layer already exists [2023-04-07T07:55:43.539Z] 3.0.0-dev.17: digest: sha256:9d7bb2b42b82e151a2777efa5853b47deb171358b4bdaec160977feee3f7ed1d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:44.150Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:44.492Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [2023-04-07T07:55:44.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-04-07T07:55:44.492Z] d81544d45458: Preparing [2023-04-07T07:55:44.492Z] 2aec04d08e4f: Preparing [2023-04-07T07:55:44.492Z] da7904fbc7ea: Preparing [2023-04-07T07:55:44.492Z] 7ea0e254f426: Preparing [2023-04-07T07:55:44.492Z] 26cbea5cba74: Preparing [2023-04-07T07:55:44.492Z] 2aec04d08e4f: Layer already exists [2023-04-07T07:55:44.492Z] 7ea0e254f426: Layer already exists [2023-04-07T07:55:44.492Z] da7904fbc7ea: Layer already exists [2023-04-07T07:55:44.492Z] d81544d45458: Layer already exists [2023-04-07T07:55:44.492Z] 26cbea5cba74: Layer already exists [2023-04-07T07:55:44.492Z] bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17: digest: sha256:9d7bb2b42b82e151a2777efa5853b47deb171358b4bdaec160977feee3f7ed1d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:45.106Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:45.452Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2023-04-07T07:55:45.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-04-07T07:55:45.452Z] d81544d45458: Preparing [2023-04-07T07:55:45.452Z] 2aec04d08e4f: Preparing [2023-04-07T07:55:45.452Z] da7904fbc7ea: Preparing [2023-04-07T07:55:45.452Z] 7ea0e254f426: Preparing [2023-04-07T07:55:45.452Z] 26cbea5cba74: Preparing [2023-04-07T07:55:45.452Z] d81544d45458: Layer already exists [2023-04-07T07:55:45.452Z] da7904fbc7ea: Layer already exists [2023-04-07T07:55:45.452Z] 26cbea5cba74: Layer already exists [2023-04-07T07:55:45.452Z] 2aec04d08e4f: Layer already exists [2023-04-07T07:55:45.452Z] 7ea0e254f426: Layer already exists [2023-04-07T07:55:45.720Z] main: digest: sha256:9d7bb2b42b82e151a2777efa5853b47deb171358b4bdaec160977feee3f7ed1d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T07:55:45.789Z] ===================================================== [Pipeline] echo [2023-04-07T07:55:45.796Z] taggedImages: [2023-04-07T07:55:45.796Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [2023-04-07T07:55:45.796Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-04-07T07:55:45.796Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.17 [2023-04-07T07:55:45.796Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4-3.0.0-dev.17 [2023-04-07T07:55:45.796Z] - 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 [2023-04-07T07:55:46.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T07:55:46.156Z] [2023-04-07T07:55:46.156Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:55:46.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T07:55:46.493Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-07T07:55:46.493Z] 8998bd30e6a1: Pulling fs layer [2023-04-07T07:55:46.493Z] 04944245beec: Pulling fs layer [2023-04-07T07:55:46.493Z] 699f458cf7ca: Pulling fs layer [2023-04-07T07:55:46.493Z] 765212b225bb: Pulling fs layer [2023-04-07T07:55:46.493Z] f23df028b6ca: Pulling fs layer [2023-04-07T07:55:46.493Z] d65c8cfc05b1: Pulling fs layer [2023-04-07T07:55:46.493Z] 2437ff75d9bd: Pulling fs layer [2023-04-07T07:55:46.493Z] 765212b225bb: Waiting [2023-04-07T07:55:46.493Z] f23df028b6ca: Waiting [2023-04-07T07:55:46.493Z] d65c8cfc05b1: Waiting [2023-04-07T07:55:46.493Z] 2437ff75d9bd: Waiting [2023-04-07T07:55:46.762Z] 04944245beec: Verifying Checksum [2023-04-07T07:55:46.762Z] 04944245beec: Download complete [2023-04-07T07:55:46.762Z] 765212b225bb: Verifying Checksum [2023-04-07T07:55:46.762Z] 765212b225bb: Download complete [2023-04-07T07:55:46.762Z] f23df028b6ca: Verifying Checksum [2023-04-07T07:55:46.762Z] f23df028b6ca: Download complete [2023-04-07T07:55:46.762Z] d65c8cfc05b1: Verifying Checksum [2023-04-07T07:55:46.762Z] d65c8cfc05b1: Download complete [2023-04-07T07:55:47.031Z] 699f458cf7ca: Verifying Checksum [2023-04-07T07:55:47.031Z] 699f458cf7ca: Download complete [2023-04-07T07:55:47.303Z] 8998bd30e6a1: Verifying Checksum [2023-04-07T07:55:47.303Z] 8998bd30e6a1: Download complete [2023-04-07T07:55:49.901Z] 2437ff75d9bd: Verifying Checksum [2023-04-07T07:55:49.901Z] 2437ff75d9bd: Download complete [2023-04-07T07:55:51.314Z] 8998bd30e6a1: Pull complete [2023-04-07T07:55:51.899Z] 04944245beec: Pull complete [2023-04-07T07:55:53.310Z] 699f458cf7ca: Pull complete [2023-04-07T07:55:53.578Z] 765212b225bb: Pull complete [2023-04-07T07:55:54.540Z] f23df028b6ca: Pull complete [2023-04-07T07:55:54.540Z] d65c8cfc05b1: Pull complete [2023-04-07T07:56:09.541Z] 2437ff75d9bd: Pull complete [2023-04-07T07:56:09.541Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-07T07:56:09.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T07:56:09.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:56:09.734Z] prd-ubuntu20.04-docker-arm64-4c-16g-7106 does not seem to be running inside a container [2023-04-07T07:56:09.800Z] $ 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/101 -v /w/workspace/device-mqtt-go/101:/w/workspace/device-mqtt-go/101:rw,z -v /w/workspace/device-mqtt-go/101@tmp:/w/workspace/device-mqtt-go/101@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 [2023-04-07T07:56:12.377Z] $ docker top dac9608d5792f26d849446e77a29fd8b08ce43043ddb3cfe21510f9cdba8bac6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:56:13.218Z] ---> job-cost.sh [2023-04-07T07:56:13.218Z] lf-activate-venv: SKIPPING [2023-04-07T07:56:13.218Z] INFO: No Stack... [2023-04-07T07:56:13.805Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-07T07:56:14.765Z] INFO: Archiving Costs [Pipeline] sh [2023-04-07T07:56:15.404Z] + cat /w/workspace/device-mqtt-go/101/archives/cost.csv [2023-04-07T07:56:15.404Z] + cut -d, -f6 [Pipeline] lock [2023-04-07T07:56:15.478Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] [2023-04-07T07:56:15.483Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] did not exist. Created. [2023-04-07T07:56:15.483Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-07T07:56:16.143Z] /w/workspace/device-mqtt-go/101@tmp/durable-59fc6027/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-07T07:56:16.802Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-07T07:56:16.825Z] Warning: overwriting stash ‘stack-cost’ [2023-04-07T07:56:16.873Z] Stashed 1 file(s) [Pipeline] } [2023-04-07T07:56:16.882Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-101-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-07T07:56:16.900Z] $ docker stop --time=1 dac9608d5792f26d849446e77a29fd8b08ce43043ddb3cfe21510f9cdba8bac6 [2023-04-07T07:56:18.434Z] $ docker rm -f --volumes dac9608d5792f26d849446e77a29fd8b08ce43043ddb3cfe21510f9cdba8bac6 [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 [2023-04-07T07:56:18.813Z] provisioning config files... [2023-04-07T07:56:18.822Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config3670916387571651288tmp [Pipeline] { [Pipeline] sh [2023-04-07T07:56:19.108Z] + set +x [2023-04-07T07:56:19.108Z] + curl -s https://codecov.io/bash [2023-04-07T07:56:19.108Z] + bash -s -- [2023-04-07T07:56:19.108Z] [2023-04-07T07:56:19.108Z] _____ _ [2023-04-07T07:56:19.108Z] / ____| | | [2023-04-07T07:56:19.108Z] | | ___ __| | ___ ___ _____ __ [2023-04-07T07:56:19.108Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-07T07:56:19.108Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-07T07:56:19.108Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-07T07:56:19.108Z] Bash-1.0.6 [2023-04-07T07:56:19.108Z] [2023-04-07T07:56:19.108Z] [2023-04-07T07:56:19.108Z] ==> git version 2.25.1 found [2023-04-07T07:56:19.108Z] ==> 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 [2023-04-07T07:56:19.108Z] Release-Date: 2020-01-08 [2023-04-07T07:56:19.108Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-07T07:56:19.108Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-07T07:56:19.108Z] ==> Jenkins CI detected. [2023-04-07T07:56:19.108Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2023-04-07T07:56:19.108Z] project root: . [2023-04-07T07:56:19.108Z] --> token set from env [2023-04-07T07:56:19.108Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-07T07:56:19.108Z] ==> Running gcov in . (disable via -X gcov) [2023-04-07T07:56:19.108Z] ==> Python coveragepy not found [2023-04-07T07:56:19.108Z] ==> Searching for coverage reports in: [2023-04-07T07:56:19.108Z] + . [2023-04-07T07:56:19.108Z] -> Found 1 reports [2023-04-07T07:56:19.108Z] ==> Detecting git/mercurial file structure [2023-04-07T07:56:19.366Z] ==> Reading reports [2023-04-07T07:56:19.366Z] + ./coverage.out bytes=18047 [2023-04-07T07:56:19.366Z] ==> Appending adjustments [2023-04-07T07:56:19.366Z] https://docs.codecov.io/docs/fixing-reports [2023-04-07T07:56:19.366Z] + Found adjustments [2023-04-07T07:56:19.366Z] ==> Gzipping contents [2023-04-07T07:56:19.366Z] 4.0K /tmp/codecov.wLo4Am.gz [2023-04-07T07:56:19.366Z] ==> Uploading reports [2023-04-07T07:56:19.366Z] url: https://codecov.io [2023-04-07T07:56:19.366Z] query: branch=main&commit=bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F101%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-07T07:56:19.366Z] -> Pinging Codecov [2023-04-07T07:56:19.366Z] 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=bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F101%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-07T07:56:19.366Z] -> Uploading to [2023-04-07T07:56:19.366Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-07/7D719EC7BBE17E464838252E33014C33/bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4/477f6b37-afb9-4bcf-938f-0cfdead67b6d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230407T075619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8148213b9563b75b81489a0f4a018530260db8869435926654725313a1fc5ca2 [2023-04-07T07:56:19.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-07T07:56:19.624Z] Dload Upload Total Spent Left Speed [2023-04-07T07:56:19.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3127 0 0 100 3127 0 15403 --:--:-- --:--:-- --:--:-- 15328 100 3127 0 0 100 3127 0 8959 --:--:-- --:--:-- --:--:-- 8959 [2023-04-07T07:56:19.883Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] } [2023-04-07T07:56:19.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-04-07T07:56:20.077Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-07T07:56:20.088Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:56:20.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T07:56:20.381Z] [2023-04-07T07:56:20.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:56:20.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T07:56:20.675Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-07T07:56:20.675Z] df9b9388f04a: Pulling fs layer [2023-04-07T07:56:20.675Z] 52dc419b0ee2: Pulling fs layer [2023-04-07T07:56:20.675Z] 25bc292e5bac: Pulling fs layer [2023-04-07T07:56:20.675Z] 114826534d7a: Pulling fs layer [2023-04-07T07:56:20.675Z] 4657fd5d0bcf: Pulling fs layer [2023-04-07T07:56:20.675Z] 6ad1cebc031e: Pulling fs layer [2023-04-07T07:56:20.675Z] 8a3aa393b2d8: Pulling fs layer [2023-04-07T07:56:20.675Z] 4657fd5d0bcf: Waiting [2023-04-07T07:56:20.675Z] 6ad1cebc031e: Waiting [2023-04-07T07:56:20.675Z] 8a3aa393b2d8: Waiting [2023-04-07T07:56:20.675Z] 114826534d7a: Waiting [2023-04-07T07:56:20.675Z] 25bc292e5bac: Verifying Checksum [2023-04-07T07:56:20.675Z] 25bc292e5bac: Download complete [2023-04-07T07:56:20.675Z] 52dc419b0ee2: Download complete [2023-04-07T07:56:20.675Z] 4657fd5d0bcf: Download complete [2023-04-07T07:56:20.675Z] df9b9388f04a: Verifying Checksum [2023-04-07T07:56:20.675Z] df9b9388f04a: Download complete [2023-04-07T07:56:20.936Z] 6ad1cebc031e: Verifying Checksum [2023-04-07T07:56:20.936Z] 6ad1cebc031e: Download complete [2023-04-07T07:56:20.936Z] df9b9388f04a: Pull complete [2023-04-07T07:56:20.936Z] 52dc419b0ee2: Pull complete [2023-04-07T07:56:21.199Z] 25bc292e5bac: Pull complete [2023-04-07T07:56:21.457Z] 114826534d7a: Verifying Checksum [2023-04-07T07:56:21.457Z] 114826534d7a: Download complete [2023-04-07T07:56:21.714Z] 8a3aa393b2d8: Verifying Checksum [2023-04-07T07:56:21.714Z] 8a3aa393b2d8: Download complete [2023-04-07T07:56:24.992Z] 114826534d7a: Pull complete [2023-04-07T07:56:24.992Z] 4657fd5d0bcf: Pull complete [2023-04-07T07:56:25.250Z] 6ad1cebc031e: Pull complete [2023-04-07T07:56:28.536Z] 8a3aa393b2d8: Pull complete [2023-04-07T07:56:28.536Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-07T07:56:28.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T07:56:28.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:56:28.607Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:56:28.638Z] $ 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 [2023-04-07T07:56:30.884Z] $ docker top bf1128421526f330fd6141766e69be6cfcf3de916edb29aa1f7c6e11506d6422 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-07T07:56:30.940Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2023-04-07T07:56:31.218Z] + set -o pipefail [2023-04-07T07:56:31.218Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2023-04-07T07:56:35.443Z] [2023-04-07T07:56:35.443Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2023-04-07T07:56:35.443Z] [2023-04-07T07:56:35.443Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/a55a53c2-0201-4136-b9f7-a552b4ee41a5 [2023-04-07T07:56:35.443Z] [2023-04-07T07:56:35.443Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-07T07:56:35.443Z] [2023-04-07T07:56:35.443Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-07T07:56:35.443Z] [2023-04-07T07:56:36.379Z] [2023-04-07T07:56:36.379Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-07T07:56:36.379Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-07T07:56:36.379Z] More details here: https://snyk.co/ue1NS [2023-04-07T07:56:36.379Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-07T07:56:36.379Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-07T07:56:36.392Z] $ docker stop --time=1 bf1128421526f330fd6141766e69be6cfcf3de916edb29aa1f7c6e11506d6422 [2023-04-07T07:56:38.587Z] $ docker rm -f --volumes bf1128421526f330fd6141766e69be6cfcf3de916edb29aa1f7c6e11506d6422 [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 [2023-04-07T07:56:39.284Z] + git log --format=format:%s -1 bc38c5ffd6dd6ea62ea0e86338abc96d012d22c4 [Pipeline] sh [2023-04-07T07:56:39.570Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T07:56:39.570Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:56:39.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T07:56:39.869Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:56:39.947Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:56:39.981Z] $ 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 [2023-04-07T07:56:40.424Z] $ docker top 13f5086c9264c51b4d5f3560e0bf9c9e27c5b9d0c56e0c91dabe15f0e04571c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T07:56:40.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T07:56:40.512Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T07:56:40.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T07:56:40.620Z] $ docker exec 13f5086c9264c51b4d5f3560e0bf9c9e27c5b9d0c56e0c91dabe15f0e04571c5 ssh-agent [2023-04-07T07:56:40.720Z] SSH_AUTH_SOCK=/tmp/ssh-7Rthfyw2G7f9/agent.32 [2023-04-07T07:56:40.720Z] SSH_AGENT_PID=38 [2023-04-07T07:56:40.725Z] Running ssh-add (command line suppressed) [2023-04-07T07:56:40.817Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17206328524017095542.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17206328524017095542.key) [2023-04-07T07:56:40.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T07:56:41.112Z] + git semver tag [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,294 [run_tag] DEBUG tag force:False [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,294 [check_head_tag] DEBUG check head tag [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,296 [execute] INFO git cat-file --batch-check [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,296 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,300 [execute] INFO git cat-file --batch [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,300 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,321 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,322 [execute] INFO git tag -a v3.0.0-dev.17 -m v3.0.0-dev.17 [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,322 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.17', '-m', 'v3.0.0-dev.17'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2023-04-07T07:56:41.370Z] 2023-04-07 07:56:41,325 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:56:41.370Z] 3.0.0-dev.17 [Pipeline] } [2023-04-07T07:56:41.381Z] $ docker exec --env ******** --env ******** 13f5086c9264c51b4d5f3560e0bf9c9e27c5b9d0c56e0c91dabe15f0e04571c5 ssh-agent -k [2023-04-07T07:56:41.479Z] unset SSH_AUTH_SOCK; [2023-04-07T07:56:41.479Z] unset SSH_AGENT_PID; [2023-04-07T07:56:41.480Z] echo Agent pid 38 killed; [2023-04-07T07:56:41.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T07:56:41.780Z] + git semver [Pipeline] } [2023-04-07T07:56:42.053Z] $ docker stop --time=1 13f5086c9264c51b4d5f3560e0bf9c9e27c5b9d0c56e0c91dabe15f0e04571c5 [2023-04-07T07:56:43.351Z] $ docker rm -f --volumes 13f5086c9264c51b4d5f3560e0bf9c9e27c5b9d0c56e0c91dabe15f0e04571c5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:56:43.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T07:56:43.735Z] [2023-04-07T07:56:43.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:56:44.037Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T07:56:44.037Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-07T07:56:44.037Z] ab5ef0e58194: Pulling fs layer [2023-04-07T07:56:44.037Z] 9712f1f96733: Pulling fs layer [2023-04-07T07:56:44.037Z] 63f879dbbcfc: Pulling fs layer [2023-04-07T07:56:44.037Z] 0d9ebad4ef96: Pulling fs layer [2023-04-07T07:56:44.037Z] e9a5061849ea: Pulling fs layer [2023-04-07T07:56:44.037Z] d747dcd14b5f: Pulling fs layer [2023-04-07T07:56:44.037Z] 2de7ff778b66: Pulling fs layer [2023-04-07T07:56:44.037Z] 0d9ebad4ef96: Waiting [2023-04-07T07:56:44.037Z] d747dcd14b5f: Waiting [2023-04-07T07:56:44.037Z] 2de7ff778b66: Waiting [2023-04-07T07:56:44.037Z] e9a5061849ea: Waiting [2023-04-07T07:56:44.037Z] 9712f1f96733: Verifying Checksum [2023-04-07T07:56:44.037Z] 9712f1f96733: Download complete [2023-04-07T07:56:44.300Z] 63f879dbbcfc: Verifying Checksum [2023-04-07T07:56:44.300Z] 63f879dbbcfc: Download complete [2023-04-07T07:56:44.559Z] e9a5061849ea: Verifying Checksum [2023-04-07T07:56:44.559Z] e9a5061849ea: Download complete [2023-04-07T07:56:44.559Z] d747dcd14b5f: Verifying Checksum [2023-04-07T07:56:44.559Z] d747dcd14b5f: Download complete [2023-04-07T07:56:44.559Z] 0d9ebad4ef96: Verifying Checksum [2023-04-07T07:56:44.559Z] 0d9ebad4ef96: Download complete [2023-04-07T07:56:44.559Z] ab5ef0e58194: Verifying Checksum [2023-04-07T07:56:44.559Z] ab5ef0e58194: Download complete [2023-04-07T07:56:44.559Z] 2de7ff778b66: Verifying Checksum [2023-04-07T07:56:44.559Z] 2de7ff778b66: Download complete [2023-04-07T07:56:47.087Z] ab5ef0e58194: Pull complete [2023-04-07T07:56:47.345Z] 9712f1f96733: Pull complete [2023-04-07T07:56:47.909Z] 63f879dbbcfc: Pull complete [2023-04-07T07:56:51.189Z] 0d9ebad4ef96: Pull complete [2023-04-07T07:56:51.189Z] e9a5061849ea: Pull complete [2023-04-07T07:56:51.189Z] d747dcd14b5f: Pull complete [2023-04-07T07:56:52.120Z] 2de7ff778b66: Pull complete [2023-04-07T07:56:52.120Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-07T07:56:52.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T07:56:52.120Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:56:52.206Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:56:52.233Z] $ 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 [2023-04-07T07:56:54.763Z] $ docker top aae231c2af32555338b201244faab40c5b36a6ffcf064624ef42c88783e2bc4d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-07T07:56:54.827Z] provisioning config files... [2023-04-07T07:56:54.835Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config280908584398034037tmp [2023-04-07T07:56:54.844Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8787626379069185028tmp [2023-04-07T07:56:54.853Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config7636692392355180811tmp [Pipeline] { [Pipeline] echo [2023-04-07T07:56:54.865Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:56:55.142Z] ---> sigul-configuration.sh [2023-04-07T07:56:55.142Z] gpg: directory `/root/.gnupg' created [2023-04-07T07:56:55.142Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-07T07:56:55.142Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-07T07:56:55.142Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-07T07:56:55.142Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-07T07:56:55.142Z] gpg: CAST5 encrypted data [2023-04-07T07:56:55.142Z] gpg: encrypted with 1 passphrase [2023-04-07T07:56:55.142Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-07T07:56:55.422Z] + mkdir /home/jenkins [2023-04-07T07:56:55.422Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-07T07:56:55.706Z] + 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 [2023-04-07T07:56:55.714Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:56:55.995Z] ---> sigul-install.sh [2023-04-07T07:56:55.995Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-07T07:56:56.277Z] + git tag --list [2023-04-07T07:56:56.277Z] 0.7.1 [2023-04-07T07:56:56.277Z] v1.0.0 [2023-04-07T07:56:56.277Z] v1.1.0 [2023-04-07T07:56:56.277Z] v1.1.1 [2023-04-07T07:56:56.277Z] v1.2.2 [2023-04-07T07:56:56.277Z] v1.3.0 [2023-04-07T07:56:56.277Z] v1.3.1 [2023-04-07T07:56:56.277Z] v2.0.0 [2023-04-07T07:56:56.277Z] v2.1.0 [2023-04-07T07:56:56.277Z] v2.1.1 [2023-04-07T07:56:56.277Z] v2.1.1-dev.1 [2023-04-07T07:56:56.277Z] v2.1.1-dev.2 [2023-04-07T07:56:56.277Z] v2.2.0 [2023-04-07T07:56:56.277Z] v2.2.1-dev.1 [2023-04-07T07:56:56.277Z] v2.2.1-dev.10 [2023-04-07T07:56:56.277Z] v2.2.1-dev.2 [2023-04-07T07:56:56.277Z] v2.2.1-dev.3 [2023-04-07T07:56:56.277Z] v2.2.1-dev.4 [2023-04-07T07:56:56.277Z] v2.2.1-dev.5 [2023-04-07T07:56:56.277Z] v2.2.1-dev.6 [2023-04-07T07:56:56.277Z] v2.2.1-dev.7 [2023-04-07T07:56:56.277Z] v2.2.1-dev.8 [2023-04-07T07:56:56.277Z] v2.2.1-dev.9 [2023-04-07T07:56:56.277Z] v2.3.0 [2023-04-07T07:56:56.277Z] v2.3.0-dev.10 [2023-04-07T07:56:56.277Z] v2.3.0-dev.11 [2023-04-07T07:56:56.277Z] v2.3.0-dev.12 [2023-04-07T07:56:56.277Z] v2.3.0-dev.13 [2023-04-07T07:56:56.277Z] v2.3.0-dev.14 [2023-04-07T07:56:56.277Z] v2.3.0-dev.15 [2023-04-07T07:56:56.277Z] v2.3.0-dev.16 [2023-04-07T07:56:56.277Z] v2.3.0-dev.17 [2023-04-07T07:56:56.277Z] v2.3.0-dev.18 [2023-04-07T07:56:56.277Z] v2.3.0-dev.19 [2023-04-07T07:56:56.277Z] v2.3.0-dev.20 [2023-04-07T07:56:56.277Z] v2.3.0-dev.21 [2023-04-07T07:56:56.277Z] v2.3.0-dev.22 [2023-04-07T07:56:56.277Z] v2.3.0-dev.23 [2023-04-07T07:56:56.277Z] v2.3.0-dev.24 [2023-04-07T07:56:56.277Z] v2.3.0-dev.25 [2023-04-07T07:56:56.277Z] v2.3.0-dev.26 [2023-04-07T07:56:56.277Z] v2.3.0-dev.27 [2023-04-07T07:56:56.277Z] v2.3.0-dev.28 [2023-04-07T07:56:56.277Z] v2.3.0-dev.29 [2023-04-07T07:56:56.277Z] v2.3.0-dev.30 [2023-04-07T07:56:56.277Z] v2.3.0-dev.31 [2023-04-07T07:56:56.277Z] v2.3.0-dev.32 [2023-04-07T07:56:56.277Z] v2.3.0-dev.33 [2023-04-07T07:56:56.277Z] v2.3.0-dev.34 [2023-04-07T07:56:56.277Z] v3.0.0-dev.1 [2023-04-07T07:56:56.277Z] v3.0.0-dev.10 [2023-04-07T07:56:56.277Z] v3.0.0-dev.11 [2023-04-07T07:56:56.277Z] v3.0.0-dev.12 [2023-04-07T07:56:56.277Z] v3.0.0-dev.13 [2023-04-07T07:56:56.277Z] v3.0.0-dev.14 [2023-04-07T07:56:56.277Z] v3.0.0-dev.15 [2023-04-07T07:56:56.277Z] v3.0.0-dev.16 [2023-04-07T07:56:56.277Z] v3.0.0-dev.17 [2023-04-07T07:56:56.277Z] v3.0.0-dev.2 [2023-04-07T07:56:56.277Z] v3.0.0-dev.3 [2023-04-07T07:56:56.277Z] v3.0.0-dev.4 [2023-04-07T07:56:56.277Z] v3.0.0-dev.5 [2023-04-07T07:56:56.277Z] v3.0.0-dev.6 [2023-04-07T07:56:56.277Z] v3.0.0-dev.7 [2023-04-07T07:56:56.277Z] v3.0.0-dev.8 [2023-04-07T07:56:56.277Z] v3.0.0-dev.9 [Pipeline] sh [2023-04-07T07:56:56.558Z] + lftools sign git-tag v3.0.0-dev.17 [2023-04-07T07:56:57.126Z] Signing Git tag with Sigul... [2023-04-07T07:56:57.126Z] Signing v3.0.0-dev.17 [Pipeline] echo [2023-04-07T07:56:57.393Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:56:57.673Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-07T07:56:57.680Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-07T07:56:57.698Z] $ docker stop --time=1 aae231c2af32555338b201244faab40c5b36a6ffcf064624ef42c88783e2bc4d [2023-04-07T07:56:59.030Z] $ docker rm -f --volumes aae231c2af32555338b201244faab40c5b36a6ffcf064624ef42c88783e2bc4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-07T07:56:59.415Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T07:56:59.415Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:56:59.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T07:56:59.712Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:56:59.786Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:56:59.814Z] $ 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 [2023-04-07T07:57:00.156Z] $ docker top c90b27fe5ede2210b0eb6436a5249d1d6c7142ca8fa4052fac26208c18367499 -eo pid,comm [2023-04-07T07:57:00.202Z] 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). [2023-04-07T07:57:00.202Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T07:57:00.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T07:57:00.242Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T07:57:00.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T07:57:00.351Z] $ docker exec c90b27fe5ede2210b0eb6436a5249d1d6c7142ca8fa4052fac26208c18367499 ssh-agent [2023-04-07T07:57:00.448Z] SSH_AUTH_SOCK=/tmp/ssh-4J5DGae2HuXZ/agent.31 [2023-04-07T07:57:00.448Z] SSH_AGENT_PID=37 [2023-04-07T07:57:00.453Z] Running ssh-add (command line suppressed) [2023-04-07T07:57:00.559Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_14201556868750342516.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_14201556868750342516.key) [2023-04-07T07:57:00.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T07:57:00.858Z] + git semver bump pre [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,050 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,050 [bump_version] DEBUG bumping version:3.0.0-dev.17 on axis:pre with prefix:dev [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,050 [bump_version] DEBUG bumped version:3.0.0-dev.18 [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,050 [write_version] DEBUG write version:3.0.0-dev.18 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,051 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,051 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,052 [execute] INFO git cat-file --batch-check [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,053 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,058 [execute] INFO git cat-file --batch [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,058 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T07:57:01.117Z] 2023-04-07 07:57:01,064 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:57:01.117Z] 3.0.0-dev.18 [Pipeline] } [2023-04-07T07:57:01.128Z] $ docker exec --env ******** --env ******** c90b27fe5ede2210b0eb6436a5249d1d6c7142ca8fa4052fac26208c18367499 ssh-agent -k [2023-04-07T07:57:01.234Z] unset SSH_AUTH_SOCK; [2023-04-07T07:57:01.234Z] unset SSH_AGENT_PID; [2023-04-07T07:57:01.234Z] echo Agent pid 37 killed; [2023-04-07T07:57:01.242Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T07:57:01.551Z] + git semver [Pipeline] } [2023-04-07T07:57:01.825Z] $ docker stop --time=1 c90b27fe5ede2210b0eb6436a5249d1d6c7142ca8fa4052fac26208c18367499 [2023-04-07T07:57:03.129Z] $ docker rm -f --volumes c90b27fe5ede2210b0eb6436a5249d1d6c7142ca8fa4052fac26208c18367499 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T07:57:03.539Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T07:57:03.539Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:57:03.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T07:57:03.893Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:57:03.975Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:57:04.006Z] $ 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 [2023-04-07T07:57:04.373Z] $ docker top 30f47abaaa2d1eadf240a09cabf2cc29883acf16d3183e24630378188a896dd1 -eo pid,comm [2023-04-07T07:57:04.418Z] 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). [2023-04-07T07:57:04.418Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T07:57:04.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T07:57:04.454Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T07:57:04.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T07:57:04.575Z] $ docker exec 30f47abaaa2d1eadf240a09cabf2cc29883acf16d3183e24630378188a896dd1 ssh-agent [2023-04-07T07:57:04.686Z] SSH_AUTH_SOCK=/tmp/ssh-VRxwWVSejOxu/agent.32 [2023-04-07T07:57:04.686Z] SSH_AGENT_PID=38 [2023-04-07T07:57:04.690Z] Running ssh-add (command line suppressed) [2023-04-07T07:57:04.797Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15674352104869022594.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15674352104869022594.key) [2023-04-07T07:57:04.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T07:57:05.093Z] + git semver push [2023-04-07T07:57:05.351Z] 2023-04-07 07:57:05,312 [run_push] DEBUG push [2023-04-07T07:57:05.351Z] 2023-04-07 07:57:05,312 [execute] INFO git cat-file --batch-check [2023-04-07T07:57:05.351Z] 2023-04-07 07:57:05,313 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T07:57:05.351Z] 2023-04-07 07:57:05,318 [execute] INFO git rev-list d038c18fb80b7318780d0db247d53623adafbc79 -- [2023-04-07T07:57:05.351Z] 2023-04-07 07:57:05,318 [execute] DEBUG Popen(['git', 'rev-list', 'd038c18fb80b7318780d0db247d53623adafbc79', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-07T07:57:05.351Z] 2023-04-07 07:57:05,328 [execute] INFO git fetch -v origin [2023-04-07T07:57:05.351Z] 2023-04-07 07:57:05,328 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-07T07:57:05.916Z] 2023-04-07 07:57:05,824 [run_push] DEBUG no remote changes detected [2023-04-07T07:57:05.916Z] 2023-04-07 07:57:05,825 [execute] INFO git push origin semver [2023-04-07T07:57:05.916Z] 2023-04-07 07:57:05,825 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-07T07:57:06.852Z] 2023-04-07 07:57:06,597 [run_push] DEBUG push all version tags [2023-04-07T07:57:06.852Z] 2023-04-07 07:57:06,597 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-07T07:57:06.852Z] 2023-04-07 07:57:06,598 [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) [2023-04-07T07:57:07.421Z] 2023-04-07 07:57:07,341 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-04-07T07:57:07.421Z] 3.0.0-dev.18 [Pipeline] } [2023-04-07T07:57:07.434Z] $ docker exec --env ******** --env ******** 30f47abaaa2d1eadf240a09cabf2cc29883acf16d3183e24630378188a896dd1 ssh-agent -k [2023-04-07T07:57:07.536Z] unset SSH_AUTH_SOCK; [2023-04-07T07:57:07.536Z] unset SSH_AGENT_PID; [2023-04-07T07:57:07.536Z] echo Agent pid 38 killed; [2023-04-07T07:57:07.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T07:57:07.847Z] + git semver [Pipeline] } [2023-04-07T07:57:08.118Z] $ docker stop --time=1 30f47abaaa2d1eadf240a09cabf2cc29883acf16d3183e24630378188a896dd1 [2023-04-07T07:57:09.389Z] $ docker rm -f --volumes 30f47abaaa2d1eadf240a09cabf2cc29883acf16d3183e24630378188a896dd1 [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 [2023-04-07T07:57:09.924Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2023-04-07T07:57:09.924Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-04-07T07:57:09.924Z] total 16 [2023-04-07T07:57:09.925Z] drwxr-xr-x 3 root root 4096 Apr 7 07:48 . [2023-04-07T07:57:09.925Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 7 07:56 .. [2023-04-07T07:57:09.925Z] drwxr-xr-x 2 root root 4096 Apr 7 07:48 cost [2023-04-07T07:57:09.925Z] -rw-r--r-- 1 root root 86 Apr 7 07:48 cost.csv [2023-04-07T07:57:09.925Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-04-07T07:57:09.925Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-04-07T07:57:09.925Z] total 16 [2023-04-07T07:57:09.925Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 07:48 . [2023-04-07T07:57:09.925Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 7 07:56 .. [2023-04-07T07:57:09.925Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 7 07:48 cost [2023-04-07T07:57:09.925Z] -rw-r--r-- 1 jenkins jenkins 86 Apr 7 07:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:57:10.211Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:57:11.065Z] ---> package-listing.sh [2023-04-07T07:57:11.065Z] ++ facter osfamily [2023-04-07T07:57:11.065Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-07T07:57:11.324Z] + OS_FAMILY=debian [2023-04-07T07:57:11.324Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2023-04-07T07:57:11.324Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-07T07:57:11.324Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-07T07:57:11.324Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-07T07:57:11.324Z] + PACKAGES=/tmp/packages_start.txt [2023-04-07T07:57:11.324Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-04-07T07:57:11.324Z] + PACKAGES=/tmp/packages_end.txt [2023-04-07T07:57:11.324Z] + case "${OS_FAMILY}" in [2023-04-07T07:57:11.324Z] + dpkg -l [2023-04-07T07:57:11.324Z] + grep '^ii' [2023-04-07T07:57:11.324Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-07T07:57:11.324Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-07T07:57:11.324Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-07T07:57:11.324Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-04-07T07:57:11.324Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2023-04-07T07:57:11.324Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo [2023-04-07T07:57:11.335Z] 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 [2023-04-07T07:57:11.614Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T07:57:12.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T07:57:12.173Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T07:57:12.243Z] prd-ubuntu20.04-docker-8c-8g-7102 does not seem to be running inside a container [2023-04-07T07:57:12.273Z] $ 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 [2023-04-07T07:57:12.514Z] $ docker top b618796b74feb3ad8dd5202a76a2e158588da79694f38b97b4be6eb2aed1115d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T07:57:12.858Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-07T07:57:13.146Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-07T07:57:13.432Z] + ls /var/log/sa-host [2023-04-07T07:57:13.432Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T07:57:13.496Z] provisioning config files... [2023-04-07T07:57:13.504Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1600902001327114072tmp [Pipeline] { [Pipeline] echo [2023-04-07T07:57:13.518Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:57:13.799Z] ---> create-netrc.sh [Pipeline] } [2023-04-07T07:57:13.806Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:57:14.123Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-07T07:57:14.130Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:57:14.413Z] ---> sudo-logs.sh [2023-04-07T07:57:14.413Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-07T07:57:14.444Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:57:14.726Z] ---> job-cost.sh [2023-04-07T07:57:14.727Z] lf-activate-venv: SKIPPING [2023-04-07T07:57:14.727Z] DEBUG: total: 0.2199999988079071 [2023-04-07T07:57:14.727Z] INFO: Retrieving Stack Cost... [2023-04-07T07:57:15.295Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-07T07:57:15.555Z] INFO: Archiving Costs [Pipeline] echo [2023-04-07T07:57:15.567Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T07:57:15.847Z] ---> logs-deploy.sh [2023-04-07T07:57:15.848Z] lf-activate-venv: SKIPPING [2023-04-07T07:57:15.848Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/101 [2023-04-07T07:57:15.848Z] INFO: archiving workspace using pattern(s): [2023-04-07T07:57:16.784Z] Archives upload complete. [2023-04-07T07:57:16.784Z] INFO: archiving logs to Nexus