Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 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-ssh9614697356839124282.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh10496176873425731099.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh9090664490036304714.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh12696750762389795131.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-ssh1123131451007756764.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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1953’ Running on prd-ubuntu20.04-docker-8c-8g-1955 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 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd (main) Commit message: "Merge pull request #451 from lenny-intel/mb-config" > 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 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd # timeout=10 > git rev-list --no-walk 08f894f6759a1d01e47be8be883e82626f2c5ca7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-11T21:49:34.468Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-11T21:49:34.556Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-11T21:49:34.572Z] ========================================================= [2023-01-11T21:49:34.572Z] EdgeX Global Pipelines Version Info [2023-01-11T21:49:34.572Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:49:35.309Z] ------------------- [2023-01-11T21:49:35.309Z] stable info: [2023-01-11T21:49:35.309Z] ------------------- [2023-01-11T21:49:35.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-11T21:49:35.309Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T21:49:35.309Z] Message: update stable to v1.0.244 [2023-01-11T21:49:35.884Z] ------------------- [2023-01-11T21:49:35.884Z] experimental info: [2023-01-11T21:49:35.884Z] ------------------- [2023-01-11T21:49:35.884Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-11T21:49:35.884Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T21:49:35.884Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-11T21:49:36.046Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-01-11T21:49:36.058Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-01-11T21:49:36.069Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-11T21:49:36.080Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-11T21:49:36.090Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-11T21:49:36.101Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-11T21:49:36.110Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-11T21:49:36.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-11T21:49:36.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-11T21:49:36.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-11T21:49:36.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-11T21:49:36.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-01-11T21:49:36.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-11T21:49:36.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-11T21:49:36.240Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T21:49:36.253Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T21:49:36.264Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T21:49:36.277Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T21:49:36.292Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-11T21:49:36.304Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-11T21:49:36.317Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-11T21:49:36.330Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-11T21:49:36.347Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-11T21:49:36.361Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-11T21:49:36.382Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-11T21:49:36.397Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-11T21:49:36.417Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-11T21:49:36.432Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-11T21:49:36.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-11T21:49:36.473Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-11T21:49:36.490Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo [2023-01-11T21:49:36.500Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9f2a05 [Pipeline] echo [2023-01-11T21:49:36.518Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:49:36.569Z] provisioning config files... [2023-01-11T21:49:36.584Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config7080394419422684783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:49:36.893Z] ---> docker-login.sh [2023-01-11T21:49:36.893Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:49:36.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:37.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:37.158Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:37.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:37.158Z] [2023-01-11T21:49:37.158Z] Login Succeeded [2023-01-11T21:49:37.158Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:49:37.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:37.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:37.421Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:37.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:37.421Z] [2023-01-11T21:49:37.421Z] Login Succeeded [2023-01-11T21:49:37.421Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:49:37.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:37.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:37.421Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:37.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:37.421Z] [2023-01-11T21:49:37.421Z] Login Succeeded [2023-01-11T21:49:37.421Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:49:37.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:37.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:37.682Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:37.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:37.682Z] [2023-01-11T21:49:37.682Z] Login Succeeded [2023-01-11T21:49:37.682Z] docker.io [2023-01-11T21:49:37.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:37.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:37.942Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:37.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:37.942Z] [2023-01-11T21:49:37.942Z] Login Succeeded [2023-01-11T21:49:37.942Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:49:37.950Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-11T21:49:38.310Z] + git rev-list -1 --merges c9f2a0543715ca35ad5b34b71a578c78c2f9cecd~1..c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo [2023-01-11T21:49:38.359Z] -----------> git rev-list -1 --merges c9f2a0543715ca35ad5b34b71a578c78c2f9cecd~1..c9f2a0543715ca35ad5b34b71a578c78c2f9cecd c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T21:49:38.359Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [false] [Pipeline] sh [2023-01-11T21:49:38.655Z] + git log --format=format:%s -1 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo [2023-01-11T21:49:38.673Z] ========================================================= [2023-01-11T21:49:38.673Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-11T21:49:38.673Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T21:49:39.000Z] + git log --format=format:%s -1 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo [2023-01-11T21:49:39.013Z] [semverPrep] GIT_COMMIT: c9f2a0543715ca35ad5b34b71a578c78c2f9cecd, Commit Message: Merge pull request #451 from lenny-intel/mb-config [Pipeline] echo [2023-01-11T21:49:39.023Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-11T21:49:39.380Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T21:49:39.380Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-11T21:49:39.380Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-11T21:49:39.380Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-11T21:49:39.380Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-11T21:49:39.380Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-11T21:49:39.380Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:49:39.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:49:39.746Z] [2023-01-11T21:49:39.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:49:40.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:49:40.051Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-11T21:49:40.051Z] b85a868b505f: Pulling fs layer [2023-01-11T21:49:40.051Z] e2be974225ed: Pulling fs layer [2023-01-11T21:49:40.051Z] 339a4e72a1f5: Pulling fs layer [2023-01-11T21:49:40.051Z] 988bab9f4d93: Pulling fs layer [2023-01-11T21:49:40.051Z] 1469e6f7b9e6: Pulling fs layer [2023-01-11T21:49:40.051Z] eaf3925da568: Pulling fs layer [2023-01-11T21:49:40.051Z] bab4dde63d76: Pulling fs layer [2023-01-11T21:49:40.051Z] bde34c3a00c8: Pulling fs layer [2023-01-11T21:49:40.051Z] b352a97aabf1: Pulling fs layer [2023-01-11T21:49:40.051Z] 4872d77fe225: Pulling fs layer [2023-01-11T21:49:40.051Z] 5851b861e8e6: Pulling fs layer [2023-01-11T21:49:40.051Z] 1469e6f7b9e6: Waiting [2023-01-11T21:49:40.051Z] eaf3925da568: Waiting [2023-01-11T21:49:40.051Z] bab4dde63d76: Waiting [2023-01-11T21:49:40.051Z] bde34c3a00c8: Waiting [2023-01-11T21:49:40.051Z] 988bab9f4d93: Waiting [2023-01-11T21:49:40.051Z] 4872d77fe225: Waiting [2023-01-11T21:49:40.051Z] b352a97aabf1: Waiting [2023-01-11T21:49:40.051Z] 5851b861e8e6: Waiting [2023-01-11T21:49:40.051Z] e2be974225ed: Verifying Checksum [2023-01-11T21:49:40.051Z] e2be974225ed: Download complete [2023-01-11T21:49:40.051Z] 988bab9f4d93: Download complete [2023-01-11T21:49:40.313Z] 1469e6f7b9e6: Verifying Checksum [2023-01-11T21:49:40.313Z] 1469e6f7b9e6: Download complete [2023-01-11T21:49:40.313Z] 339a4e72a1f5: Verifying Checksum [2023-01-11T21:49:40.313Z] 339a4e72a1f5: Download complete [2023-01-11T21:49:40.313Z] eaf3925da568: Verifying Checksum [2023-01-11T21:49:40.313Z] eaf3925da568: Download complete [2023-01-11T21:49:40.313Z] bde34c3a00c8: Verifying Checksum [2023-01-11T21:49:40.313Z] bde34c3a00c8: Download complete [2023-01-11T21:49:40.313Z] b352a97aabf1: Download complete [2023-01-11T21:49:40.313Z] 4872d77fe225: Verifying Checksum [2023-01-11T21:49:40.313Z] 4872d77fe225: Download complete [2023-01-11T21:49:40.313Z] 5851b861e8e6: Verifying Checksum [2023-01-11T21:49:40.313Z] 5851b861e8e6: Download complete [2023-01-11T21:49:40.313Z] b85a868b505f: Verifying Checksum [2023-01-11T21:49:40.313Z] b85a868b505f: Download complete [2023-01-11T21:49:40.881Z] bab4dde63d76: Verifying Checksum [2023-01-11T21:49:40.881Z] bab4dde63d76: Download complete [2023-01-11T21:49:41.823Z] b85a868b505f: Pull complete [2023-01-11T21:49:41.823Z] e2be974225ed: Pull complete [2023-01-11T21:49:42.392Z] 339a4e72a1f5: Pull complete [2023-01-11T21:49:42.392Z] 988bab9f4d93: Pull complete [2023-01-11T21:49:42.652Z] 1469e6f7b9e6: Pull complete [2023-01-11T21:49:42.911Z] eaf3925da568: Pull complete [2023-01-11T21:49:44.816Z] bab4dde63d76: Pull complete [2023-01-11T21:49:44.816Z] bde34c3a00c8: Pull complete [2023-01-11T21:49:44.816Z] b352a97aabf1: Pull complete [2023-01-11T21:49:45.075Z] 4872d77fe225: Pull complete [2023-01-11T21:49:45.075Z] 5851b861e8e6: Pull complete [2023-01-11T21:49:45.075Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-11T21:49:45.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:49:45.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:49:45.172Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T21:49:45.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T21:49:46.573Z] $ docker top 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 -eo pid,comm [2023-01-11T21:49:46.633Z] 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-01-11T21:49:46.633Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T21:49:46.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T21:49:46.666Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T21:49:46.785Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T21:49:46.788Z] $ docker exec 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent [2023-01-11T21:49:46.908Z] SSH_AUTH_SOCK=/tmp/ssh-DoA3EVVvReHr/agent.31 [2023-01-11T21:49:46.908Z] SSH_AGENT_PID=37 [2023-01-11T21:49:46.916Z] Running ssh-add (command line suppressed) [2023-01-11T21:49:47.029Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6860187161361268640.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6860187161361268640.key) [2023-01-11T21:49:47.048Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T21:49:47.334Z] + git tag --points-at HEAD [Pipeline] } [2023-01-11T21:49:47.353Z] $ docker exec --env ******** --env ******** 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent -k [2023-01-11T21:49:47.457Z] unset SSH_AUTH_SOCK; [2023-01-11T21:49:47.457Z] unset SSH_AGENT_PID; [2023-01-11T21:49:47.457Z] echo Agent pid 37 killed; [2023-01-11T21:49:47.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-11T21:49:47.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T21:49:47.490Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T21:49:47.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T21:49:47.610Z] $ docker exec 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent [2023-01-11T21:49:47.723Z] SSH_AUTH_SOCK=/tmp/ssh-3sUVyd3DSiq7/agent.69 [2023-01-11T21:49:47.723Z] SSH_AGENT_PID=75 [2023-01-11T21:49:47.728Z] Running ssh-add (command line suppressed) [2023-01-11T21:49:47.836Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17374549350006140169.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17374549350006140169.key) [2023-01-11T21:49:47.849Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T21:49:48.134Z] + git semver init [2023-01-11T21:49:48.393Z] 2023-01-11 21:49:48,343 [run_init] DEBUG init version:0.0.0 force:False [2023-01-11T21:49:48.393Z] 2023-01-11 21:49:48,344 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-01-11T21:49:48.393Z] 2023-01-11 21:49:48,344 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-01-11T21:49:48.393Z] 2023-01-11 21:49:48,344 [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-01-11T21:49:49.332Z] 2023-01-11 21:49:49,134 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2023-01-11T21:49:49.332Z] 2023-01-11 21:49:49,134 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2023-01-11T21:49:49.332Z] 2023-01-11 21:49:49,135 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T21:49:49.332Z] 2023-01-11 21:49:49,135 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T21:49:49.332Z] 3.0.0-dev.4 [Pipeline] } [2023-01-11T21:49:49.342Z] $ docker exec --env ******** --env ******** 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent -k [2023-01-11T21:49:49.452Z] unset SSH_AUTH_SOCK; [2023-01-11T21:49:49.452Z] unset SSH_AGENT_PID; [2023-01-11T21:49:49.452Z] echo Agent pid 75 killed; [2023-01-11T21:49:49.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T21:49:49.773Z] + git semver [Pipeline] } [2023-01-11T21:49:50.048Z] $ docker stop --time=1 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 [2023-01-11T21:49:51.371Z] $ docker rm -f --volumes 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T21:49:51.720Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-11T21:49:51.934Z] Stashed 1 file(s) [Pipeline] echo [2023-01-11T21:49:51.938Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.4 [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-01-11T21:49:52.110Z] provisioning config files... [2023-01-11T21:49:52.121Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config2001347229742956045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:49:52.418Z] ---> docker-login.sh [2023-01-11T21:49:52.418Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:49:52.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:52.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:52.418Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:52.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:52.418Z] [2023-01-11T21:49:52.418Z] Login Succeeded [2023-01-11T21:49:52.418Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:49:52.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:52.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:52.678Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:52.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:52.678Z] [2023-01-11T21:49:52.678Z] Login Succeeded [2023-01-11T21:49:52.678Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:49:52.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:52.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:52.678Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:52.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:52.678Z] [2023-01-11T21:49:52.678Z] Login Succeeded [2023-01-11T21:49:52.678Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:49:52.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:52.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:52.678Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:52.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:52.678Z] [2023-01-11T21:49:52.678Z] Login Succeeded [2023-01-11T21:49:52.938Z] docker.io [2023-01-11T21:49:52.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:49:53.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:49:53.201Z] Configure a credential helper to remove this warning. See [2023-01-11T21:49:53.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:49:53.201Z] [2023-01-11T21:49:53.201Z] Login Succeeded [2023-01-11T21:49:53.201Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:49:53.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T21:49:53.260Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:49:53.270Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:49:53.276Z] ========================================================= [2023-01-11T21:49:53.276Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-11T21:49:53.276Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:49:53.583Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-11T21:49:53.583Z] Sending build context to Docker daemon 6.333MB [2023-01-11T21:49:53.583Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T21:49:53.583Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-11T21:49:53.583Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-11T21:49:53.583Z] 213ec9aee27d: Pulling fs layer [2023-01-11T21:49:53.583Z] 4583459ba037: Pulling fs layer [2023-01-11T21:49:53.583Z] 93c1e223e6f2: Pulling fs layer [2023-01-11T21:49:53.583Z] 53926ce57604: Pulling fs layer [2023-01-11T21:49:53.583Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-11T21:49:53.583Z] 22ff95d597cd: Pulling fs layer [2023-01-11T21:49:53.583Z] 12d6caf4c0d1: Pulling fs layer [2023-01-11T21:49:53.583Z] 96b7cbca73a9: Pulling fs layer [2023-01-11T21:49:53.583Z] a7acece74701: Pulling fs layer [2023-01-11T21:49:53.583Z] 53926ce57604: Waiting [2023-01-11T21:49:53.583Z] 21b2b0c7a3f4: Waiting [2023-01-11T21:49:53.583Z] 22ff95d597cd: Waiting [2023-01-11T21:49:53.583Z] 12d6caf4c0d1: Waiting [2023-01-11T21:49:53.583Z] 96b7cbca73a9: Waiting [2023-01-11T21:49:53.583Z] a7acece74701: Waiting [2023-01-11T21:49:53.583Z] 93c1e223e6f2: Download complete [2023-01-11T21:49:53.843Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-11T21:49:53.843Z] 21b2b0c7a3f4: Download complete [2023-01-11T21:49:53.843Z] 22ff95d597cd: Download complete [2023-01-11T21:49:53.843Z] 213ec9aee27d: Download complete [2023-01-11T21:49:53.843Z] 12d6caf4c0d1: Verifying Checksum [2023-01-11T21:49:53.843Z] 12d6caf4c0d1: Download complete [2023-01-11T21:49:53.843Z] 213ec9aee27d: Pull complete [2023-01-11T21:49:54.103Z] 4583459ba037: Pull complete [2023-01-11T21:49:54.103Z] 93c1e223e6f2: Pull complete [2023-01-11T21:49:54.676Z] a7acece74701: Verifying Checksum [2023-01-11T21:49:54.676Z] a7acece74701: Download complete [2023-01-11T21:49:54.935Z] 53926ce57604: Verifying Checksum [2023-01-11T21:49:54.935Z] 53926ce57604: Download complete [2023-01-11T21:49:54.935Z] 96b7cbca73a9: Verifying Checksum [2023-01-11T21:49:54.935Z] 96b7cbca73a9: Download complete [2023-01-11T21:49:59.125Z] 53926ce57604: Pull complete [2023-01-11T21:49:59.125Z] 21b2b0c7a3f4: Pull complete [2023-01-11T21:49:59.125Z] 22ff95d597cd: Pull complete [2023-01-11T21:49:59.125Z] 12d6caf4c0d1: Pull complete [2023-01-11T21:50:01.657Z] 96b7cbca73a9: Pull complete [2023-01-11T21:50:02.224Z] a7acece74701: Pull complete [2023-01-11T21:50:02.224Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-11T21:50:02.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T21:50:02.224Z] ---> db6d94c90886 [2023-01-11T21:50:02.224Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:50:04.128Z] ---> Running in f481e3b21264 [2023-01-11T21:50:04.128Z] Removing intermediate container f481e3b21264 [2023-01-11T21:50:04.128Z] ---> 1685500d21ff [2023-01-11T21:50:04.128Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T21:50:04.128Z] ---> Running in 027c92c90393 [2023-01-11T21:50:04.128Z] Removing intermediate container 027c92c90393 [2023-01-11T21:50:04.128Z] ---> ccdad3d109d2 [2023-01-11T21:50:04.128Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T21:50:04.128Z] ---> Running in 5ba0f9ff07eb [2023-01-11T21:50:04.128Z] Removing intermediate container 5ba0f9ff07eb [2023-01-11T21:50:04.128Z] ---> 6ccdbb892a64 [2023-01-11T21:50:04.128Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T21:50:04.128Z] ---> Running in 0c3dcfae521f [2023-01-11T21:50:04.388Z] Removing intermediate container 0c3dcfae521f [2023-01-11T21:50:04.388Z] ---> 81f3d477b2bf [2023-01-11T21:50:04.388Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T21:50:04.388Z] ---> Running in cbc9f3749cb8 [2023-01-11T21:50:04.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T21:50:04.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T21:50:05.164Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-11T21:50:05.164Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-11T21:50:05.164Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-11T21:50:05.164Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-11T21:50:05.164Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:50:05.164Z] OK: 216 MiB in 55 packages [2023-01-11T21:50:05.731Z] Removing intermediate container cbc9f3749cb8 [2023-01-11T21:50:05.731Z] ---> 0f0d62f35b4b [2023-01-11T21:50:05.731Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-01-11T21:50:05.731Z] ---> Running in 696cf2078857 [2023-01-11T21:50:05.731Z] Removing intermediate container 696cf2078857 [2023-01-11T21:50:05.731Z] ---> 2f076f03ffcd [2023-01-11T21:50:05.731Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-11T21:50:05.731Z] ---> 9e4ea416571a [2023-01-11T21:50:05.731Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:50:05.731Z] ---> Running in a07b50c36c52 [2023-01-11T21:50:07.053Z] Still waiting to schedule task [2023-01-11T21:50:07.054Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1954’ [2023-01-11T21:50:32.292Z] Removing intermediate container a07b50c36c52 [2023-01-11T21:50:32.292Z] ---> e63819d3f58d [2023-01-11T21:50:32.292Z] Step 11/12 : COPY . . [2023-01-11T21:50:32.292Z] ---> 014ce969bbb8 [2023-01-11T21:50:32.292Z] Step 12/12 : RUN $MAKE [2023-01-11T21:50:32.292Z] ---> Running in d456ee5750c8 [2023-01-11T21:50:32.292Z] noop [2023-01-11T21:50:32.292Z] Removing intermediate container d456ee5750c8 [2023-01-11T21:50:32.292Z] ---> 21ce1e1270cd [2023-01-11T21:50:32.292Z] Successfully built 21ce1e1270cd [2023-01-11T21:50:32.292Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:50:32.614Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T21:50:32.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:50:32.684Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T21:50:32.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-11T21:50:33.124Z] $ docker top a5f574e5f74793db03b62f109362a15a59a0353937ab9b25799814012703aedc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:50:33.465Z] + go version [2023-01-11T21:50:33.465Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-11T21:50:33.479Z] $ docker stop --time=1 a5f574e5f74793db03b62f109362a15a59a0353937ab9b25799814012703aedc [2023-01-11T21:50:34.767Z] $ docker rm -f --volumes a5f574e5f74793db03b62f109362a15a59a0353937ab9b25799814012703aedc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:50:35.165Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T21:50:35.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:50:35.234Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T21:50:35.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-11T21:50:35.623Z] $ docker top d1fe0c1245e213a9dcc8c92e5b222653d88f08ed9bdb2c82d31b8478ab2a0184 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:50:35.967Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-11T21:50:36.270Z] + make test [2023-01-11T21:50:36.270Z] go test ./... -coverprofile=coverage.out ./... [2023-01-11T21:50:36.769Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-01-11T21:50:46.776Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-01-11T21:50:46.776Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 21.8% of statements [2023-01-11T21:50:46.776Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-01-11T21:50:54.885Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-11T21:50:54.885Z] go vet ./... [2023-01-11T21:50:57.432Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T21:50:57.432Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T21:50:57.432Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T21:50:57.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T21:50:57.460Z] $ docker stop --time=1 d1fe0c1245e213a9dcc8c92e5b222653d88f08ed9bdb2c82d31b8478ab2a0184 [2023-01-11T21:50:59.325Z] $ docker rm -f --volumes d1fe0c1245e213a9dcc8c92e5b222653d88f08ed9bdb2c82d31b8478ab2a0184 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T21:50:59.756Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T21:50:59.802Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-11T21:51:00.340Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T21:51:00.630Z] + ls -al . [2023-01-11T21:51:00.630Z] total 192 [2023-01-11T21:51:00.630Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 21:50 . [2023-01-11T21:51:00.630Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:49 .. [2023-01-11T21:51:00.630Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 21:49 .dockerignore [2023-01-11T21:51:00.630Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:50 .git [2023-01-11T21:51:00.630Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:49 .github [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 21:49 .gitignore [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:49 .golangci.yml [2023-01-11T21:51:00.631Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:49 .semver [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 9189 Jan 11 21:49 Attribution.txt [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 13162 Jan 11 21:49 CHANGELOG.md [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 1689 Jan 11 21:49 Dockerfile [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:49 GOVERNANCE.md [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 678 Jan 11 21:49 Jenkinsfile [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 21:49 LICENSE [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jan 11 21:49 Makefile [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 21:49 OWNERS.md [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 3165 Jan 11 21:49 README.md [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:49 VERSION [2023-01-11T21:51:00.631Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:49 bin [2023-01-11T21:51:00.631Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:49 cmd [2023-01-11T21:51:00.631Z] -rw-r--r-- 1 jenkins jenkins 17887 Jan 11 21:50 coverage.out [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 3464 Jan 11 21:49 go.mod [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 21:49 go.sum [2023-01-11T21:51:00.631Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:49 internal [2023-01-11T21:51:00.631Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:49 mock [2023-01-11T21:51:00.631Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:49 snap [2023-01-11T21:51:00.631Z] -rw-rw-r-- 1 jenkins jenkins 227 Jan 11 21:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:01.014Z] + 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=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd --label arch=amd64 --label version=3.0.0-dev.4 . [2023-01-11T21:51:01.014Z] Sending build context to Docker daemon 6.352MB [2023-01-11T21:51:01.014Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T21:51:01.014Z] Step 2/24 : FROM ${BASE} AS builder [2023-01-11T21:51:01.014Z] ---> 21ce1e1270cd [2023-01-11T21:51:01.014Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:51:01.014Z] ---> Running in 7775fef0a675 [2023-01-11T21:51:01.272Z] Removing intermediate container 7775fef0a675 [2023-01-11T21:51:01.272Z] ---> 9699516141fb [2023-01-11T21:51:01.272Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T21:51:01.272Z] ---> Running in 37423a3bdd8c [2023-01-11T21:51:01.272Z] Removing intermediate container 37423a3bdd8c [2023-01-11T21:51:01.272Z] ---> 2944432d69d8 [2023-01-11T21:51:01.272Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T21:51:01.272Z] ---> Running in 4e2c19229ebd [2023-01-11T21:51:01.533Z] Removing intermediate container 4e2c19229ebd [2023-01-11T21:51:01.533Z] ---> 020e24d72a81 [2023-01-11T21:51:01.533Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T21:51:01.533Z] ---> Running in 0704ef32e4b2 [2023-01-11T21:51:01.533Z] Removing intermediate container 0704ef32e4b2 [2023-01-11T21:51:01.533Z] ---> 5d3f9f0ee08f [2023-01-11T21:51:01.533Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T21:51:01.533Z] ---> Running in 84d69e305abb [2023-01-11T21:51:01.792Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T21:51:02.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T21:51:02.312Z] OK: 216 MiB in 55 packages [2023-01-11T21:51:02.571Z] Removing intermediate container 84d69e305abb [2023-01-11T21:51:02.571Z] ---> 30299a95e73b [2023-01-11T21:51:02.571Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-01-11T21:51:02.833Z] ---> Running in b118e02b8bea [2023-01-11T21:51:02.833Z] Removing intermediate container b118e02b8bea [2023-01-11T21:51:02.833Z] ---> 445d8d6a8bd5 [2023-01-11T21:51:02.833Z] Step 9/24 : COPY go.mod vendor* ./ [2023-01-11T21:51:02.833Z] ---> 23547b25bf98 [2023-01-11T21:51:02.833Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:51:03.092Z] ---> Running in abfbd4998669 [2023-01-11T21:51:03.656Z] Removing intermediate container abfbd4998669 [2023-01-11T21:51:03.656Z] ---> 72f329b68767 [2023-01-11T21:51:03.656Z] Step 11/24 : COPY . . [2023-01-11T21:51:04.229Z] ---> 48e75a656559 [2023-01-11T21:51:04.229Z] Step 12/24 : RUN $MAKE [2023-01-11T21:51:04.229Z] ---> Running in 1dcab6fa090d [2023-01-11T21:51:04.488Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.4" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-01-11T21:51:26.416Z] Removing intermediate container 1dcab6fa090d [2023-01-11T21:51:26.416Z] ---> 8bde4c8fae52 [2023-01-11T21:51:26.416Z] Step 13/24 : FROM alpine:3.16 [2023-01-11T21:51:26.416Z] 3.16: Pulling from library/alpine [2023-01-11T21:51:26.416Z] ca7dd9ec2225: Pulling fs layer [2023-01-11T21:51:26.416Z] ca7dd9ec2225: Verifying Checksum [2023-01-11T21:51:26.416Z] ca7dd9ec2225: Download complete [2023-01-11T21:51:26.416Z] ca7dd9ec2225: Pull complete [2023-01-11T21:51:26.416Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T21:51:26.416Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T21:51:26.416Z] ---> bfe296a52501 [2023-01-11T21:51:26.416Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-01-11T21:51:26.416Z] ---> Running in aec6dc24be40 [2023-01-11T21:51:26.416Z] Removing intermediate container aec6dc24be40 [2023-01-11T21:51:26.416Z] ---> 3842b28c2ce7 [2023-01-11T21:51:26.416Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-01-11T21:51:26.416Z] ---> Running in 6ba06d7ccd87 [2023-01-11T21:51:26.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T21:51:26.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T21:51:26.416Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T21:51:26.416Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:51:26.416Z] OK: 6 MiB in 15 packages [2023-01-11T21:51:26.416Z] Removing intermediate container 6ba06d7ccd87 [2023-01-11T21:51:26.416Z] ---> 99f81457b6a3 [2023-01-11T21:51:26.416Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-01-11T21:51:26.708Z] ---> 2fa28fd5600c [2023-01-11T21:51:26.708Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-01-11T21:51:26.708Z] ---> 748b591a2b3f [2023-01-11T21:51:26.708Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-01-11T21:51:26.980Z] ---> 5c3a9e83cbbe [2023-01-11T21:51:26.980Z] Step 19/24 : EXPOSE 59982 [2023-01-11T21:51:26.980Z] ---> Running in 3878445c968e [2023-01-11T21:51:27.260Z] Removing intermediate container 3878445c968e [2023-01-11T21:51:27.260Z] ---> 7869249d6024 [2023-01-11T21:51:27.260Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-01-11T21:51:27.260Z] ---> Running in 3315bf43eb02 [2023-01-11T21:51:27.260Z] Removing intermediate container 3315bf43eb02 [2023-01-11T21:51:27.260Z] ---> 32cea556a127 [2023-01-11T21:51:27.260Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-01-11T21:51:27.260Z] ---> Running in f648fa161432 [2023-01-11T21:51:27.260Z] Removing intermediate container f648fa161432 [2023-01-11T21:51:27.260Z] ---> eb77d566e14b [2023-01-11T21:51:27.260Z] Step 22/24 : LABEL arch=amd64 [2023-01-11T21:51:27.538Z] ---> Running in d520f9c1bff4 [2023-01-11T21:51:27.538Z] Removing intermediate container d520f9c1bff4 [2023-01-11T21:51:27.538Z] ---> 989273192c8d [2023-01-11T21:51:27.538Z] Step 23/24 : LABEL git_sha=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T21:51:27.538Z] ---> Running in 4819fb413ce9 [2023-01-11T21:51:27.538Z] Removing intermediate container 4819fb413ce9 [2023-01-11T21:51:27.538Z] ---> 197a5cdd42ff [2023-01-11T21:51:27.538Z] Step 24/24 : LABEL version=3.0.0-dev.4 [2023-01-11T21:51:27.820Z] ---> Running in 962c383885fd [2023-01-11T21:51:27.820Z] Removing intermediate container 962c383885fd [2023-01-11T21:51:27.820Z] ---> f3d671dd5416 [2023-01-11T21:51:27.820Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T21:51:27.820Z] Successfully built f3d671dd5416 [2023-01-11T21:51:27.820Z] 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-01-11T21:51:27.917Z] provisioning config files... [2023-01-11T21:51:27.932Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config14557654526070047952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:51:28.239Z] ---> docker-login.sh [2023-01-11T21:51:28.239Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:51:28.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:51:28.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:51:28.239Z] Configure a credential helper to remove this warning. See [2023-01-11T21:51:28.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:51:28.239Z] [2023-01-11T21:51:28.239Z] Login Succeeded [2023-01-11T21:51:28.239Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:51:28.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:51:28.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:51:28.239Z] Configure a credential helper to remove this warning. See [2023-01-11T21:51:28.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:51:28.239Z] [2023-01-11T21:51:28.239Z] Login Succeeded [2023-01-11T21:51:28.239Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:51:28.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:51:28.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:51:28.498Z] Configure a credential helper to remove this warning. See [2023-01-11T21:51:28.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:51:28.498Z] [2023-01-11T21:51:28.498Z] Login Succeeded [2023-01-11T21:51:28.498Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:51:28.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:51:28.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:51:28.498Z] Configure a credential helper to remove this warning. See [2023-01-11T21:51:28.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:51:28.498Z] [2023-01-11T21:51:28.498Z] Login Succeeded [2023-01-11T21:51:28.498Z] docker.io [2023-01-11T21:51:28.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:51:28.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:51:28.757Z] Configure a credential helper to remove this warning. See [2023-01-11T21:51:28.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:51:28.757Z] [2023-01-11T21:51:28.757Z] Login Succeeded [2023-01-11T21:51:28.757Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:51:28.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:51:28.797Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:51:28.821Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2023-01-11T21:51:28.821Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T21:51:28.821Z] latest [2023-01-11T21:51:28.821Z] 3.0.0-dev.4 [2023-01-11T21:51:28.821Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [2023-01-11T21:51:28.821Z] main [2023-01-11T21:51:28.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:29.145Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:29.452Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T21:51:29.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-01-11T21:51:29.452Z] 0593f97d3328: Preparing [2023-01-11T21:51:29.452Z] 316798d78c5d: Preparing [2023-01-11T21:51:29.452Z] b0769c0138c2: Preparing [2023-01-11T21:51:29.452Z] 955b924d9c54: Preparing [2023-01-11T21:51:29.452Z] e5e13b0c77cb: Preparing [2023-01-11T21:51:29.452Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:51:29.452Z] 955b924d9c54: Pushed [2023-01-11T21:51:29.452Z] 316798d78c5d: Pushed [2023-01-11T21:51:29.452Z] 0593f97d3328: Pushed [2023-01-11T21:51:32.745Z] b0769c0138c2: Pushed [2023-01-11T21:51:32.745Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:33.074Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:33.390Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2023-01-11T21:51:33.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-01-11T21:51:33.390Z] 0593f97d3328: Preparing [2023-01-11T21:51:33.390Z] 316798d78c5d: Preparing [2023-01-11T21:51:33.390Z] b0769c0138c2: Preparing [2023-01-11T21:51:33.390Z] 955b924d9c54: Preparing [2023-01-11T21:51:33.390Z] e5e13b0c77cb: Preparing [2023-01-11T21:51:33.390Z] 955b924d9c54: Layer already exists [2023-01-11T21:51:33.390Z] 316798d78c5d: Layer already exists [2023-01-11T21:51:33.390Z] b0769c0138c2: Layer already exists [2023-01-11T21:51:33.390Z] 0593f97d3328: Layer already exists [2023-01-11T21:51:33.390Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:51:33.390Z] latest: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:33.710Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:34.015Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.4 [2023-01-11T21:51:34.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-01-11T21:51:34.015Z] 0593f97d3328: Preparing [2023-01-11T21:51:34.015Z] 316798d78c5d: Preparing [2023-01-11T21:51:34.015Z] b0769c0138c2: Preparing [2023-01-11T21:51:34.015Z] 955b924d9c54: Preparing [2023-01-11T21:51:34.015Z] e5e13b0c77cb: Preparing [2023-01-11T21:51:34.015Z] 0593f97d3328: Layer already exists [2023-01-11T21:51:34.015Z] 316798d78c5d: Layer already exists [2023-01-11T21:51:34.015Z] b0769c0138c2: Layer already exists [2023-01-11T21:51:34.015Z] 955b924d9c54: Layer already exists [2023-01-11T21:51:34.015Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:51:34.015Z] 3.0.0-dev.4: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:34.343Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:34.667Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [2023-01-11T21:51:34.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-01-11T21:51:34.667Z] 0593f97d3328: Preparing [2023-01-11T21:51:34.667Z] 316798d78c5d: Preparing [2023-01-11T21:51:34.667Z] b0769c0138c2: Preparing [2023-01-11T21:51:34.667Z] 955b924d9c54: Preparing [2023-01-11T21:51:34.667Z] e5e13b0c77cb: Preparing [2023-01-11T21:51:34.667Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:51:34.667Z] 955b924d9c54: Layer already exists [2023-01-11T21:51:34.667Z] 316798d78c5d: Layer already exists [2023-01-11T21:51:34.667Z] b0769c0138c2: Layer already exists [2023-01-11T21:51:34.667Z] 0593f97d3328: Layer already exists [2023-01-11T21:51:34.667Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:34.983Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:35.291Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2023-01-11T21:51:35.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-01-11T21:51:35.291Z] 0593f97d3328: Preparing [2023-01-11T21:51:35.291Z] 316798d78c5d: Preparing [2023-01-11T21:51:35.291Z] b0769c0138c2: Preparing [2023-01-11T21:51:35.291Z] 955b924d9c54: Preparing [2023-01-11T21:51:35.291Z] e5e13b0c77cb: Preparing [2023-01-11T21:51:35.291Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:51:35.291Z] 316798d78c5d: Layer already exists [2023-01-11T21:51:35.291Z] 0593f97d3328: Layer already exists [2023-01-11T21:51:35.291Z] b0769c0138c2: Layer already exists [2023-01-11T21:51:35.291Z] 955b924d9c54: Layer already exists [2023-01-11T21:51:35.291Z] main: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:51:35.334Z] ===================================================== [Pipeline] echo [2023-01-11T21:51:35.342Z] taggedImages: [2023-01-11T21:51:35.342Z] - nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T21:51:35.342Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2023-01-11T21:51:35.342Z] - nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.4 [2023-01-11T21:51:35.342Z] - nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [2023-01-11T21:51:35.342Z] - 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-01-11T21:51:35.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:51:35.710Z] [2023-01-11T21:51:35.710Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:51:36.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:51:36.013Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-11T21:51:36.013Z] 5eb5b503b376: Pulling fs layer [2023-01-11T21:51:36.013Z] 5c69ac0246d0: Pulling fs layer [2023-01-11T21:51:36.013Z] ec43610c2a17: Pulling fs layer [2023-01-11T21:51:36.013Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-11T21:51:36.013Z] 33b1e0a273af: Pulling fs layer [2023-01-11T21:51:36.013Z] 5d3b04190fa2: Pulling fs layer [2023-01-11T21:51:36.013Z] 2f39f015ded8: Pulling fs layer [2023-01-11T21:51:36.013Z] 3a2ae6a8a46f: Waiting [2023-01-11T21:51:36.013Z] 33b1e0a273af: Waiting [2023-01-11T21:51:36.013Z] 5d3b04190fa2: Waiting [2023-01-11T21:51:36.013Z] 2f39f015ded8: Waiting [2023-01-11T21:51:36.013Z] 5c69ac0246d0: Verifying Checksum [2023-01-11T21:51:36.013Z] 5c69ac0246d0: Download complete [2023-01-11T21:51:36.013Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-11T21:51:36.013Z] 3a2ae6a8a46f: Download complete [2023-01-11T21:51:36.272Z] 33b1e0a273af: Verifying Checksum [2023-01-11T21:51:36.272Z] 33b1e0a273af: Download complete [2023-01-11T21:51:36.272Z] 5d3b04190fa2: Download complete [2023-01-11T21:51:36.272Z] ec43610c2a17: Verifying Checksum [2023-01-11T21:51:36.272Z] ec43610c2a17: Download complete [2023-01-11T21:51:36.272Z] 5eb5b503b376: Verifying Checksum [2023-01-11T21:51:36.272Z] 5eb5b503b376: Download complete [2023-01-11T21:51:37.208Z] 2f39f015ded8: Download complete [2023-01-11T21:51:37.467Z] 5eb5b503b376: Pull complete [2023-01-11T21:51:37.724Z] 5c69ac0246d0: Pull complete [2023-01-11T21:51:38.289Z] ec43610c2a17: Pull complete [2023-01-11T21:51:38.290Z] 3a2ae6a8a46f: Pull complete [2023-01-11T21:51:38.550Z] 33b1e0a273af: Pull complete [2023-01-11T21:51:38.550Z] 5d3b04190fa2: Pull complete [2023-01-11T21:51:42.733Z] 2f39f015ded8: Pull complete [2023-01-11T21:51:42.733Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-11T21:51:42.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:51:42.733Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:51:42.821Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T21:51:42.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-11T21:51:44.494Z] $ docker top 0473d6c779730437d2f5e8b6840e6a30147d0cb94cbc0b148760d1a5218c583b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:51:44.860Z] ---> job-cost.sh [2023-01-11T21:51:44.860Z] lf-activate-venv: SKIPPING [2023-01-11T21:51:44.860Z] INFO: No Stack... [2023-01-11T21:51:45.119Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T21:51:45.379Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T21:51:45.665Z] + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv [2023-01-11T21:51:45.665Z] + cut -d, -f6 [Pipeline] lock [2023-01-11T21:51:45.677Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [2023-01-11T21:51:45.683Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] did not exist. Created. [2023-01-11T21:51:45.683Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T21:51:45.977Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-11T21:51:46.009Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T21:51:46.016Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T21:51:46.036Z] $ docker stop --time=1 0473d6c779730437d2f5e8b6840e6a30147d0cb94cbc0b148760d1a5218c583b [2023-01-11T21:51:47.208Z] $ docker rm -f --volumes 0473d6c779730437d2f5e8b6840e6a30147d0cb94cbc0b148760d1a5218c583b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-11T21:52:46.848Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1961 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2023-01-11T21:52:46.862Z] Running in /w/workspace/device-mqtt-go/87 [Pipeline] { [Pipeline] checkout [2023-01-11T21:52:46.896Z] Selected Git installation does not exist. Using Default [2023-01-11T21:52:46.896Z] The recommended git tool is: NONE [2023-01-11T21:52:52.213Z] using credential edgex-jenkins-ssh [2023-01-11T21:52:52.231Z] Cloning the remote Git repository [2023-01-11T21:52:52.282Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-01-11T21:52:52.353Z] > git init /w/workspace/device-mqtt-go/87 # timeout=10 [2023-01-11T21:52:52.515Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-01-11T21:52:52.516Z] > git --version # timeout=10 [2023-01-11T21:52:52.535Z] > git --version # 'git version 2.25.1' [2023-01-11T21:52:52.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-11T21:52:52.595Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T21:52:53.668Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-01-11T21:52:53.703Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T21:52:54.583Z] Avoid second fetch [2023-01-11T21:52:54.584Z] Checking out Revision c9f2a0543715ca35ad5b34b71a578c78c2f9cecd (main) [2023-01-11T21:52:55.146Z] Commit message: "Merge pull request #451 from lenny-intel/mb-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T21:52:54.603Z] > git config core.sparsecheckout # timeout=10 [2023-01-11T21:52:54.629Z] > git checkout -f c9f2a0543715ca35ad5b34b71a578c78c2f9cecd # timeout=10 [2023-01-11T21:52:56.031Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-11T21:52:56.031Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:52:56.031Z] Dload Upload Total Spent Left Speed [2023-01-11T21:52:56.031Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 71234 0 --:--:-- --:--:-- --:--:-- 70838 [Pipeline] sh [2023-01-11T21:52:56.695Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-11T21:52:57.042Z] + sudo tee /etc/docker/daemon.new [2023-01-11T21:52:57.042Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-11T21:52:57.042Z] { [2023-01-11T21:52:57.042Z] "registry-mirrors": [ [2023-01-11T21:52:57.042Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-11T21:52:57.042Z] ], [2023-01-11T21:52:57.042Z] "bip": "10.250.0.254/24", [2023-01-11T21:52:57.042Z] "hosts": [ [2023-01-11T21:52:57.042Z] "tcp://0.0.0.0:5555", [2023-01-11T21:52:57.042Z] "unix:///var/run/docker.sock" [2023-01-11T21:52:57.042Z] ], [2023-01-11T21:52:57.042Z] "mtu": 1458, [2023-01-11T21:52:57.042Z] "selinux-enabled": true, [2023-01-11T21:52:57.042Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-11T21:52:57.042Z] } [Pipeline] sh [2023-01-11T21:52:57.394Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-11T21:52:57.758Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:53:16.083Z] provisioning config files... [2023-01-11T21:53:16.113Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/87@tmp/config13023655355586683218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:53:16.473Z] ---> docker-login.sh [2023-01-11T21:53:16.473Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:53:17.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:53:17.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:53:17.062Z] Configure a credential helper to remove this warning. See [2023-01-11T21:53:17.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:53:17.062Z] [2023-01-11T21:53:17.062Z] Login Succeeded [2023-01-11T21:53:17.062Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:53:17.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:53:17.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:53:17.602Z] Configure a credential helper to remove this warning. See [2023-01-11T21:53:17.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:53:17.602Z] [2023-01-11T21:53:17.602Z] Login Succeeded [2023-01-11T21:53:17.602Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:53:17.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:53:17.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:53:17.871Z] Configure a credential helper to remove this warning. See [2023-01-11T21:53:17.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:53:17.871Z] [2023-01-11T21:53:17.871Z] Login Succeeded [2023-01-11T21:53:17.871Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:53:18.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:53:18.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:53:18.141Z] Configure a credential helper to remove this warning. See [2023-01-11T21:53:18.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:53:18.141Z] [2023-01-11T21:53:18.141Z] Login Succeeded [2023-01-11T21:53:18.141Z] docker.io [2023-01-11T21:53:18.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:53:18.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:53:18.679Z] Configure a credential helper to remove this warning. See [2023-01-11T21:53:18.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:53:18.679Z] [2023-01-11T21:53:18.679Z] Login Succeeded [2023-01-11T21:53:18.679Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:53:18.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T21:53:18.967Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:53:18.978Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:53:18.988Z] ========================================================= [2023-01-11T21:53:18.988Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-11T21:53:18.988Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:53:19.345Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-11T21:53:19.615Z] Sending build context to Docker daemon 3.286MB [2023-01-11T21:53:19.615Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T21:53:19.615Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-11T21:53:19.890Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-11T21:53:19.890Z] 9b18e9b68314: Pulling fs layer [2023-01-11T21:53:19.890Z] 35d82f9e3411: Pulling fs layer [2023-01-11T21:53:19.890Z] e16973657156: Pulling fs layer [2023-01-11T21:53:19.890Z] fc693d55d65f: Pulling fs layer [2023-01-11T21:53:19.890Z] 7e9fc2657dce: Pulling fs layer [2023-01-11T21:53:19.890Z] dda99020689f: Pulling fs layer [2023-01-11T21:53:19.890Z] db1c61fa0a46: Pulling fs layer [2023-01-11T21:53:19.890Z] 891c053d2c06: Pulling fs layer [2023-01-11T21:53:19.890Z] fc693d55d65f: Waiting [2023-01-11T21:53:19.890Z] 7e9fc2657dce: Waiting [2023-01-11T21:53:19.890Z] dda99020689f: Waiting [2023-01-11T21:53:19.890Z] db1c61fa0a46: Waiting [2023-01-11T21:53:19.890Z] 891c053d2c06: Waiting [2023-01-11T21:53:19.890Z] e16973657156: Verifying Checksum [2023-01-11T21:53:19.890Z] e16973657156: Download complete [2023-01-11T21:53:19.890Z] 35d82f9e3411: Verifying Checksum [2023-01-11T21:53:19.890Z] 35d82f9e3411: Download complete [2023-01-11T21:53:19.890Z] 7e9fc2657dce: Verifying Checksum [2023-01-11T21:53:19.890Z] 7e9fc2657dce: Download complete [2023-01-11T21:53:19.890Z] dda99020689f: Verifying Checksum [2023-01-11T21:53:19.890Z] dda99020689f: Download complete [2023-01-11T21:53:19.890Z] 9b18e9b68314: Verifying Checksum [2023-01-11T21:53:19.890Z] 9b18e9b68314: Download complete [2023-01-11T21:53:20.873Z] 9b18e9b68314: Pull complete [2023-01-11T21:53:20.873Z] 891c053d2c06: Verifying Checksum [2023-01-11T21:53:20.873Z] 891c053d2c06: Download complete [2023-01-11T21:53:21.499Z] 35d82f9e3411: Pull complete [2023-01-11T21:53:21.768Z] e16973657156: Pull complete [2023-01-11T21:53:22.359Z] db1c61fa0a46: Verifying Checksum [2023-01-11T21:53:23.327Z] fc693d55d65f: Verifying Checksum [2023-01-11T21:53:23.327Z] fc693d55d65f: Download complete [2023-01-11T21:53:38.399Z] fc693d55d65f: Pull complete [2023-01-11T21:53:38.400Z] 7e9fc2657dce: Pull complete [2023-01-11T21:53:38.400Z] dda99020689f: Pull complete [2023-01-11T21:53:43.782Z] db1c61fa0a46: Pull complete [2023-01-11T21:53:45.742Z] 891c053d2c06: Pull complete [2023-01-11T21:53:45.742Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-11T21:53:45.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T21:53:45.742Z] ---> f96f9c87975a [2023-01-11T21:53:45.742Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:53:46.717Z] ---> Running in 6650aebd00d2 [2023-01-11T21:53:46.717Z] Removing intermediate container 6650aebd00d2 [2023-01-11T21:53:46.717Z] ---> 6eae0712746c [2023-01-11T21:53:46.717Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T21:53:46.996Z] ---> Running in 2b9a57cb68e7 [2023-01-11T21:53:47.265Z] Removing intermediate container 2b9a57cb68e7 [2023-01-11T21:53:47.265Z] ---> 7c6fc4e21514 [2023-01-11T21:53:47.265Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T21:53:47.265Z] ---> Running in 9919fed10d8a [2023-01-11T21:53:47.533Z] Removing intermediate container 9919fed10d8a [2023-01-11T21:53:47.533Z] ---> a268cbd5ecc9 [2023-01-11T21:53:47.533Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T21:53:47.803Z] ---> Running in f41224833ba3 [2023-01-11T21:53:48.074Z] Removing intermediate container f41224833ba3 [2023-01-11T21:53:48.074Z] ---> 009f44fa695c [2023-01-11T21:53:48.074Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T21:53:48.074Z] ---> Running in 3b20abc57433 [2023-01-11T21:53:49.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:53:49.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:53:50.739Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-11T21:53:50.739Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-11T21:53:50.739Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-11T21:53:51.015Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-11T21:53:51.015Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:53:51.015Z] OK: 226 MiB in 55 packages [2023-01-11T21:53:52.071Z] Removing intermediate container 3b20abc57433 [2023-01-11T21:53:52.071Z] ---> f8fa3c5e3037 [2023-01-11T21:53:52.071Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-01-11T21:53:52.353Z] ---> Running in 732d651d2ef2 [2023-01-11T21:53:52.629Z] Removing intermediate container 732d651d2ef2 [2023-01-11T21:53:52.629Z] ---> d1a5db72f9f8 [2023-01-11T21:53:52.629Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-11T21:53:53.256Z] ---> 69f9ac01bdbe [2023-01-11T21:53:53.256Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:53:53.543Z] ---> Running in 5a7c9603f602 [2023-01-11T21:54:50.057Z] Removing intermediate container 5a7c9603f602 [2023-01-11T21:54:50.057Z] ---> e38d66183de1 [2023-01-11T21:54:50.057Z] Step 11/12 : COPY . . [2023-01-11T21:54:50.329Z] ---> eb842f10aa31 [2023-01-11T21:54:50.329Z] Step 12/12 : RUN $MAKE [2023-01-11T21:54:50.329Z] ---> Running in a32fe99bb13d [2023-01-11T21:54:51.297Z] noop [2023-01-11T21:54:52.271Z] Removing intermediate container a32fe99bb13d [2023-01-11T21:54:52.271Z] ---> 95b6a1b7ff4d [2023-01-11T21:54:52.271Z] Successfully built 95b6a1b7ff4d [2023-01-11T21:54:52.271Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:52.637Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T21:54:52.637Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:54:52.871Z] prd-ubuntu20.04-docker-arm64-4c-16g-1961 does not seem to be running inside a container [2023-01-11T21:54:52.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/87 -v /w/workspace/device-mqtt-go/87:/w/workspace/device-mqtt-go/87:rw,z -v /w/workspace/device-mqtt-go/87@tmp:/w/workspace/device-mqtt-go/87@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-01-11T21:54:54.321Z] $ docker top 793b4c7305e1f36f385e134e0833d78a41afeb8657863ef7df619910e2d6c072 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:54:55.210Z] + go version [2023-01-11T21:54:55.210Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-11T21:54:55.238Z] $ docker stop --time=1 793b4c7305e1f36f385e134e0833d78a41afeb8657863ef7df619910e2d6c072 [2023-01-11T21:54:56.990Z] $ docker rm -f --volumes 793b4c7305e1f36f385e134e0833d78a41afeb8657863ef7df619910e2d6c072 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:57.579Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T21:54:57.579Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:54:57.798Z] prd-ubuntu20.04-docker-arm64-4c-16g-1961 does not seem to be running inside a container [2023-01-11T21:54:57.890Z] $ 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/87 -v /w/workspace/device-mqtt-go/87:/w/workspace/device-mqtt-go/87:rw,z -v /w/workspace/device-mqtt-go/87@tmp:/w/workspace/device-mqtt-go/87@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-01-11T21:54:59.256Z] $ docker top ab437f724e96455a14e3c02adb55c47dbdd42a5e977369773a4b106216e166d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:55:00.133Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/87 [Pipeline] fileExists [Pipeline] sh [2023-01-11T21:55:00.805Z] + make test [2023-01-11T21:55:00.805Z] go test ./... -coverprofile=coverage.out ./... [2023-01-11T21:55:02.756Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-01-11T21:56:39.458Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-01-11T21:56:40.429Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.076s coverage: 21.8% of statements [2023-01-11T21:56:40.429Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-01-11T21:56:41.027Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-11T21:56:41.027Z] go vet ./... [2023-01-11T21:57:13.293Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T21:57:13.293Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T21:57:13.293Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T21:57:13.314Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T21:57:13.331Z] $ docker stop --time=1 ab437f724e96455a14e3c02adb55c47dbdd42a5e977369773a4b106216e166d8 [2023-01-11T21:57:15.148Z] $ docker rm -f --volumes ab437f724e96455a14e3c02adb55c47dbdd42a5e977369773a4b106216e166d8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T21:57:16.180Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T21:57:16.199Z] Warning: overwriting stash ‘coverage-report’ [2023-01-11T21:57:16.849Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T21:57:17.259Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T21:57:17.599Z] + ls -al . [2023-01-11T21:57:17.599Z] total 188 [2023-01-11T21:57:17.599Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 11 21:55 . [2023-01-11T21:57:17.599Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:52 .. [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 21:52 .dockerignore [2023-01-11T21:57:17.599Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:52 .git [2023-01-11T21:57:17.599Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:52 .github [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 21:52 .gitignore [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:52 .golangci.yml [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 9189 Jan 11 21:52 Attribution.txt [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 13162 Jan 11 21:52 CHANGELOG.md [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 1689 Jan 11 21:52 Dockerfile [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:52 GOVERNANCE.md [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 678 Jan 11 21:52 Jenkinsfile [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 21:52 LICENSE [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jan 11 21:52 Makefile [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 21:52 OWNERS.md [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 3165 Jan 11 21:52 README.md [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:49 VERSION [2023-01-11T21:57:17.599Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:52 bin [2023-01-11T21:57:17.599Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:52 cmd [2023-01-11T21:57:17.599Z] -rw-r--r-- 1 jenkins jenkins 17887 Jan 11 21:56 coverage.out [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 3464 Jan 11 21:52 go.mod [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 21:52 go.sum [2023-01-11T21:57:17.599Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:52 internal [2023-01-11T21:57:17.599Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:52 mock [2023-01-11T21:57:17.599Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:52 snap [2023-01-11T21:57:17.599Z] -rw-rw-r-- 1 jenkins jenkins 227 Jan 11 21:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:57:17.959Z] + 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=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd --label arch=arm64 --label version=3.0.0-dev.4 . [2023-01-11T21:57:18.232Z] Sending build context to Docker daemon 3.304MB [2023-01-11T21:57:18.232Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T21:57:18.232Z] Step 2/24 : FROM ${BASE} AS builder [2023-01-11T21:57:18.232Z] ---> 95b6a1b7ff4d [2023-01-11T21:57:18.232Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:57:20.185Z] ---> Running in ef0e22adbc31 [2023-01-11T21:57:20.778Z] Removing intermediate container ef0e22adbc31 [2023-01-11T21:57:20.778Z] ---> fadc2d34b806 [2023-01-11T21:57:20.778Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T21:57:20.778Z] ---> Running in 4299f03fa07c [2023-01-11T21:57:21.052Z] Removing intermediate container 4299f03fa07c [2023-01-11T21:57:21.052Z] ---> 87487bf7ce4c [2023-01-11T21:57:21.052Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T21:57:21.323Z] ---> Running in e8dfd915e741 [2023-01-11T21:57:21.597Z] Removing intermediate container e8dfd915e741 [2023-01-11T21:57:21.597Z] ---> 9713eb5d514c [2023-01-11T21:57:21.597Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T21:57:21.866Z] ---> Running in 5065262ad218 [2023-01-11T21:57:22.460Z] Removing intermediate container 5065262ad218 [2023-01-11T21:57:22.460Z] ---> 55158f20bf4d [2023-01-11T21:57:22.460Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T21:57:22.460Z] ---> Running in bf9fe268efe0 [2023-01-11T21:57:23.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:57:24.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:57:25.605Z] OK: 226 MiB in 55 packages [2023-01-11T21:57:27.039Z] Removing intermediate container bf9fe268efe0 [2023-01-11T21:57:27.039Z] ---> cb1d1385a94a [2023-01-11T21:57:27.039Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-01-11T21:57:27.039Z] ---> Running in 3feda9238866 [2023-01-11T21:57:27.632Z] Removing intermediate container 3feda9238866 [2023-01-11T21:57:27.632Z] ---> 01366f4ee54e [2023-01-11T21:57:27.632Z] Step 9/24 : COPY go.mod vendor* ./ [2023-01-11T21:57:28.221Z] ---> d6aa81094111 [2023-01-11T21:57:28.221Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:57:28.221Z] ---> Running in cf2b348b8c34 [2023-01-11T21:57:30.819Z] Removing intermediate container cf2b348b8c34 [2023-01-11T21:57:30.819Z] ---> 57313543ba93 [2023-01-11T21:57:30.819Z] Step 11/24 : COPY . . [2023-01-11T21:57:31.789Z] ---> c7fe01fb2ca9 [2023-01-11T21:57:31.789Z] Step 12/24 : RUN $MAKE [2023-01-11T21:57:31.789Z] ---> Running in e01e1367710d [2023-01-11T21:57:33.214Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.4" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-01-11T22:00:25.085Z] Removing intermediate container e01e1367710d [2023-01-11T22:00:25.085Z] ---> af3e67495de5 [2023-01-11T22:00:25.085Z] Step 13/24 : FROM alpine:3.16 [2023-01-11T22:00:25.085Z] 3.16: Pulling from library/alpine [2023-01-11T22:00:25.085Z] 6875df1f5354: Pulling fs layer [2023-01-11T22:00:25.085Z] 6875df1f5354: Verifying Checksum [2023-01-11T22:00:25.085Z] 6875df1f5354: Download complete [2023-01-11T22:00:25.085Z] 6875df1f5354: Pull complete [2023-01-11T22:00:25.085Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T22:00:25.085Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T22:00:25.085Z] ---> 2b4661558fb8 [2023-01-11T22:00:25.085Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-01-11T22:00:25.085Z] ---> Running in 2d6a44761abd [2023-01-11T22:00:25.085Z] Removing intermediate container 2d6a44761abd [2023-01-11T22:00:25.085Z] ---> 9d98e4562d2c [2023-01-11T22:00:25.085Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-01-11T22:00:25.085Z] ---> Running in 9b7c5efffb60 [2023-01-11T22:00:25.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T22:00:25.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T22:00:26.057Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T22:00:26.057Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T22:00:26.057Z] OK: 5 MiB in 15 packages [2023-01-11T22:00:27.028Z] Removing intermediate container 9b7c5efffb60 [2023-01-11T22:00:27.028Z] ---> 091325ad6293 [2023-01-11T22:00:27.028Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-01-11T22:00:28.446Z] ---> 0cc2f3ee2981 [2023-01-11T22:00:28.446Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-01-11T22:00:29.037Z] ---> 2d53ccc55b28 [2023-01-11T22:00:29.037Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-01-11T22:00:29.627Z] ---> edcaa93c15a7 [2023-01-11T22:00:29.627Z] Step 19/24 : EXPOSE 59982 [2023-01-11T22:00:29.627Z] ---> Running in 042114a170c7 [2023-01-11T22:00:31.052Z] Removing intermediate container 042114a170c7 [2023-01-11T22:00:31.052Z] ---> 1e9271ddd2b8 [2023-01-11T22:00:31.052Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-01-11T22:00:31.052Z] ---> Running in 677024ddbfff [2023-01-11T22:00:31.339Z] Removing intermediate container 677024ddbfff [2023-01-11T22:00:31.339Z] ---> 8b27a69c77af [2023-01-11T22:00:31.339Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-01-11T22:00:31.615Z] ---> Running in 12c69b457c0f [2023-01-11T22:00:31.885Z] Removing intermediate container 12c69b457c0f [2023-01-11T22:00:31.885Z] ---> 45b58f419af1 [2023-01-11T22:00:31.885Z] Step 22/24 : LABEL arch=arm64 [2023-01-11T22:00:31.885Z] ---> Running in 8c970f04c16f [2023-01-11T22:00:32.158Z] Removing intermediate container 8c970f04c16f [2023-01-11T22:00:32.158Z] ---> 568f494e45fc [2023-01-11T22:00:32.158Z] Step 23/24 : LABEL git_sha=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T22:00:32.158Z] ---> Running in b33f473cb15c [2023-01-11T22:00:32.750Z] Removing intermediate container b33f473cb15c [2023-01-11T22:00:32.750Z] ---> ad7671cb028c [2023-01-11T22:00:32.750Z] Step 24/24 : LABEL version=3.0.0-dev.4 [2023-01-11T22:00:32.750Z] ---> Running in e8134428f31f [2023-01-11T22:00:33.020Z] Removing intermediate container e8134428f31f [2023-01-11T22:00:33.020Z] ---> 60adefd7601b [2023-01-11T22:00:33.020Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T22:00:33.020Z] Successfully built 60adefd7601b [2023-01-11T22:00:33.020Z] 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-01-11T22:00:33.167Z] provisioning config files... [2023-01-11T22:00:33.185Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/87@tmp/config5329431273576550620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:00:33.544Z] ---> docker-login.sh [2023-01-11T22:00:33.544Z] nexus3.edgexfoundry.org:10001 [2023-01-11T22:00:33.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:00:33.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:00:33.820Z] Configure a credential helper to remove this warning. See [2023-01-11T22:00:33.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:00:33.820Z] [2023-01-11T22:00:33.820Z] Login Succeeded [2023-01-11T22:00:33.820Z] nexus3.edgexfoundry.org:10002 [2023-01-11T22:00:34.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:00:34.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:00:34.366Z] Configure a credential helper to remove this warning. See [2023-01-11T22:00:34.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:00:34.366Z] [2023-01-11T22:00:34.366Z] Login Succeeded [2023-01-11T22:00:34.366Z] nexus3.edgexfoundry.org:10003 [2023-01-11T22:00:34.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:00:34.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:00:34.639Z] Configure a credential helper to remove this warning. See [2023-01-11T22:00:34.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:00:34.639Z] [2023-01-11T22:00:34.639Z] Login Succeeded [2023-01-11T22:00:34.639Z] nexus3.edgexfoundry.org:10004 [2023-01-11T22:00:35.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:00:35.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:00:35.231Z] Configure a credential helper to remove this warning. See [2023-01-11T22:00:35.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:00:35.231Z] [2023-01-11T22:00:35.231Z] Login Succeeded [2023-01-11T22:00:35.231Z] docker.io [2023-01-11T22:00:35.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:00:35.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:00:35.768Z] Configure a credential helper to remove this warning. See [2023-01-11T22:00:35.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:00:35.768Z] [2023-01-11T22:00:35.768Z] Login Succeeded [2023-01-11T22:00:35.768Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T22:00:35.783Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T22:00:35.810Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T22:00:35.837Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2023-01-11T22:00:35.837Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T22:00:35.837Z] latest [2023-01-11T22:00:35.837Z] 3.0.0-dev.4 [2023-01-11T22:00:35.837Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [2023-01-11T22:00:35.837Z] main [2023-01-11T22:00:35.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:36.258Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:36.683Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T22:00:36.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-11T22:00:36.683Z] 9495319bad42: Preparing [2023-01-11T22:00:36.683Z] 9bd4e6151893: Preparing [2023-01-11T22:00:36.683Z] 6a9e76a71204: Preparing [2023-01-11T22:00:36.683Z] cdf964f09669: Preparing [2023-01-11T22:00:36.683Z] 17bec77d7fdc: Preparing [2023-01-11T22:00:36.683Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:00:36.981Z] 9495319bad42: Pushed [2023-01-11T22:00:36.981Z] 9bd4e6151893: Pushed [2023-01-11T22:00:36.981Z] cdf964f09669: Pushed [2023-01-11T22:00:43.706Z] 6a9e76a71204: Pushed [2023-01-11T22:00:43.706Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:44.060Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:44.426Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-01-11T22:00:44.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-11T22:00:44.426Z] 9495319bad42: Preparing [2023-01-11T22:00:44.426Z] 9bd4e6151893: Preparing [2023-01-11T22:00:44.426Z] 6a9e76a71204: Preparing [2023-01-11T22:00:44.426Z] cdf964f09669: Preparing [2023-01-11T22:00:44.426Z] 17bec77d7fdc: Preparing [2023-01-11T22:00:44.426Z] 9495319bad42: Layer already exists [2023-01-11T22:00:44.426Z] 6a9e76a71204: Layer already exists [2023-01-11T22:00:44.426Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:00:44.426Z] 9bd4e6151893: Layer already exists [2023-01-11T22:00:44.426Z] cdf964f09669: Layer already exists [2023-01-11T22:00:44.695Z] latest: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:45.064Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:45.424Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.4 [2023-01-11T22:00:45.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-11T22:00:45.424Z] 9495319bad42: Preparing [2023-01-11T22:00:45.424Z] 9bd4e6151893: Preparing [2023-01-11T22:00:45.424Z] 6a9e76a71204: Preparing [2023-01-11T22:00:45.424Z] cdf964f09669: Preparing [2023-01-11T22:00:45.424Z] 17bec77d7fdc: Preparing [2023-01-11T22:00:45.424Z] 6a9e76a71204: Layer already exists [2023-01-11T22:00:45.424Z] 9495319bad42: Layer already exists [2023-01-11T22:00:45.424Z] 9bd4e6151893: Layer already exists [2023-01-11T22:00:45.424Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:00:45.424Z] cdf964f09669: Layer already exists [2023-01-11T22:00:45.696Z] 3.0.0-dev.4: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:46.053Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:46.406Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [2023-01-11T22:00:46.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-11T22:00:46.406Z] 9495319bad42: Preparing [2023-01-11T22:00:46.406Z] 9bd4e6151893: Preparing [2023-01-11T22:00:46.406Z] 6a9e76a71204: Preparing [2023-01-11T22:00:46.406Z] cdf964f09669: Preparing [2023-01-11T22:00:46.406Z] 17bec77d7fdc: Preparing [2023-01-11T22:00:46.406Z] 9bd4e6151893: Layer already exists [2023-01-11T22:00:46.406Z] cdf964f09669: Layer already exists [2023-01-11T22:00:46.406Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:00:46.406Z] 9495319bad42: Layer already exists [2023-01-11T22:00:46.406Z] 6a9e76a71204: Layer already exists [2023-01-11T22:00:46.677Z] c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:47.057Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:47.427Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2023-01-11T22:00:47.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-11T22:00:47.427Z] 9495319bad42: Preparing [2023-01-11T22:00:47.427Z] 9bd4e6151893: Preparing [2023-01-11T22:00:47.427Z] 6a9e76a71204: Preparing [2023-01-11T22:00:47.427Z] cdf964f09669: Preparing [2023-01-11T22:00:47.427Z] 17bec77d7fdc: Preparing [2023-01-11T22:00:47.427Z] 9495319bad42: Layer already exists [2023-01-11T22:00:47.427Z] 9bd4e6151893: Layer already exists [2023-01-11T22:00:47.427Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:00:47.427Z] 6a9e76a71204: Layer already exists [2023-01-11T22:00:47.427Z] cdf964f09669: Layer already exists [2023-01-11T22:00:47.697Z] main: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T22:00:47.754Z] ===================================================== [Pipeline] echo [2023-01-11T22:00:47.760Z] taggedImages: [2023-01-11T22:00:47.761Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [2023-01-11T22:00:47.761Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-01-11T22:00:47.761Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.4 [2023-01-11T22:00:47.761Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [2023-01-11T22:00:47.761Z] - 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-01-11T22:00:48.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T22:00:48.150Z] [2023-01-11T22:00:48.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:48.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T22:00:48.770Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-11T22:00:48.770Z] 8998bd30e6a1: Pulling fs layer [2023-01-11T22:00:48.770Z] 04944245beec: Pulling fs layer [2023-01-11T22:00:48.770Z] 699f458cf7ca: Pulling fs layer [2023-01-11T22:00:48.770Z] 765212b225bb: Pulling fs layer [2023-01-11T22:00:48.770Z] f23df028b6ca: Pulling fs layer [2023-01-11T22:00:48.770Z] d65c8cfc05b1: Pulling fs layer [2023-01-11T22:00:48.770Z] 2437ff75d9bd: Pulling fs layer [2023-01-11T22:00:48.770Z] 765212b225bb: Waiting [2023-01-11T22:00:48.770Z] f23df028b6ca: Waiting [2023-01-11T22:00:48.770Z] d65c8cfc05b1: Waiting [2023-01-11T22:00:48.770Z] 2437ff75d9bd: Waiting [2023-01-11T22:00:48.770Z] 04944245beec: Verifying Checksum [2023-01-11T22:00:48.770Z] 04944245beec: Download complete [2023-01-11T22:00:48.770Z] 765212b225bb: Verifying Checksum [2023-01-11T22:00:48.770Z] 765212b225bb: Download complete [2023-01-11T22:00:48.770Z] f23df028b6ca: Download complete [2023-01-11T22:00:48.770Z] d65c8cfc05b1: Verifying Checksum [2023-01-11T22:00:48.770Z] d65c8cfc05b1: Download complete [2023-01-11T22:00:49.050Z] 699f458cf7ca: Verifying Checksum [2023-01-11T22:00:49.050Z] 699f458cf7ca: Download complete [2023-01-11T22:00:49.322Z] 8998bd30e6a1: Verifying Checksum [2023-01-11T22:00:49.322Z] 8998bd30e6a1: Download complete [2023-01-11T22:00:51.928Z] 2437ff75d9bd: Verifying Checksum [2023-01-11T22:00:53.342Z] 8998bd30e6a1: Pull complete [2023-01-11T22:00:53.928Z] 04944245beec: Pull complete [2023-01-11T22:00:55.340Z] 699f458cf7ca: Pull complete [2023-01-11T22:00:55.610Z] 765212b225bb: Pull complete [2023-01-11T22:00:56.199Z] f23df028b6ca: Pull complete [2023-01-11T22:00:56.471Z] d65c8cfc05b1: Pull complete [2023-01-11T22:01:11.498Z] 2437ff75d9bd: Pull complete [2023-01-11T22:01:11.498Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-11T22:01:11.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T22:01:11.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:01:11.728Z] prd-ubuntu20.04-docker-arm64-4c-16g-1961 does not seem to be running inside a container [2023-01-11T22:01:11.827Z] $ 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/87 -v /w/workspace/device-mqtt-go/87:/w/workspace/device-mqtt-go/87:rw,z -v /w/workspace/device-mqtt-go/87@tmp:/w/workspace/device-mqtt-go/87@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-01-11T22:01:14.932Z] $ docker top 61584eaf06dbf494275648e1dbeae684e9ca1cd352c28cec6e77988574e979ed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:01:15.819Z] ---> job-cost.sh [2023-01-11T22:01:15.819Z] lf-activate-venv: SKIPPING [2023-01-11T22:01:15.819Z] INFO: No Stack... [2023-01-11T22:01:16.408Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-11T22:01:17.372Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T22:01:18.027Z] + cat /w/workspace/device-mqtt-go/87/archives/cost.csv [2023-01-11T22:01:18.027Z] + cut -d, -f6 [Pipeline] lock [2023-01-11T22:01:18.110Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [2023-01-11T22:01:18.116Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] did not exist. Created. [2023-01-11T22:01:18.116Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T22:01:18.791Z] /w/workspace/device-mqtt-go/87@tmp/durable-8fcb643c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-11T22:01:19.469Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-11T22:01:19.497Z] Warning: overwriting stash ‘stack-cost’ [2023-01-11T22:01:19.555Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T22:01:19.561Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T22:01:19.584Z] $ docker stop --time=1 61584eaf06dbf494275648e1dbeae684e9ca1cd352c28cec6e77988574e979ed [2023-01-11T22:01:21.127Z] $ docker rm -f --volumes 61584eaf06dbf494275648e1dbeae684e9ca1cd352c28cec6e77988574e979ed [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-01-11T22:01:21.562Z] provisioning config files... [2023-01-11T22:01:21.568Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1932418884210574445tmp [Pipeline] { [Pipeline] sh [2023-01-11T22:01:21.858Z] + set +x [2023-01-11T22:01:21.858Z] + curl -s https://codecov.io/bash [2023-01-11T22:01:21.858Z] + bash -s -- [2023-01-11T22:01:21.858Z] [2023-01-11T22:01:21.858Z] _____ _ [2023-01-11T22:01:21.858Z] / ____| | | [2023-01-11T22:01:21.858Z] | | ___ __| | ___ ___ _____ __ [2023-01-11T22:01:21.858Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-11T22:01:21.858Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-11T22:01:21.858Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-11T22:01:21.858Z] Bash-1.0.6 [2023-01-11T22:01:21.858Z] [2023-01-11T22:01:21.858Z] [2023-01-11T22:01:21.858Z] ==> git version 2.25.1 found [2023-01-11T22:01:21.858Z] ==> 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-01-11T22:01:21.858Z] Release-Date: 2020-01-08 [2023-01-11T22:01:21.858Z] 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-01-11T22:01:21.858Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-11T22:01:21.858Z] ==> Jenkins CI detected. [2023-01-11T22:01:21.858Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2023-01-11T22:01:21.858Z] project root: . [2023-01-11T22:01:21.858Z] --> token set from env [2023-01-11T22:01:21.858Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-11T22:01:21.858Z] ==> Running gcov in . (disable via -X gcov) [2023-01-11T22:01:21.858Z] ==> Python coveragepy not found [2023-01-11T22:01:21.858Z] ==> Searching for coverage reports in: [2023-01-11T22:01:21.858Z] + . [2023-01-11T22:01:21.858Z] -> Found 1 reports [2023-01-11T22:01:21.858Z] ==> Detecting git/mercurial file structure [2023-01-11T22:01:21.858Z] ==> Reading reports [2023-01-11T22:01:21.858Z] + ./coverage.out bytes=17887 [2023-01-11T22:01:21.858Z] ==> Appending adjustments [2023-01-11T22:01:21.858Z] https://docs.codecov.io/docs/fixing-reports [2023-01-11T22:01:22.117Z] + Found adjustments [2023-01-11T22:01:22.117Z] ==> Gzipping contents [2023-01-11T22:01:22.117Z] 4.0K /tmp/codecov.gF7FQv.gz [2023-01-11T22:01:22.117Z] ==> Uploading reports [2023-01-11T22:01:22.117Z] url: https://codecov.io [2023-01-11T22:01:22.117Z] query: branch=main&commit=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F87%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T22:01:22.117Z] -> Pinging Codecov [2023-01-11T22:01:22.117Z] 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=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F87%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T22:01:22.377Z] -> Uploading to [2023-01-11T22:01:22.377Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-11/7D719EC7BBE17E464838252E33014C33/c9f2a0543715ca35ad5b34b71a578c78c2f9cecd/420d6b36-85aa-4ff7-980e-e2a08c493b30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T220122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9b722785c35c0f9255fc21cc0bb465ea5d4599383c278294559d33ba43fd0cff [2023-01-11T22:01:22.377Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T22:01:22.377Z] Dload Upload Total Spent Left Speed [2023-01-11T22:01:22.636Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3182 0 0 100 3182 0 14269 --:--:-- --:--:-- --:--:-- 14269 [2023-01-11T22:01:22.636Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] } [2023-01-11T22:01:22.644Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-11T22:01:22.822Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-11T22:01:22.830Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:01:23.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T22:01:23.125Z] [2023-01-11T22:01:23.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:01:23.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T22:01:23.421Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-11T22:01:23.421Z] df9b9388f04a: Pulling fs layer [2023-01-11T22:01:23.421Z] 52dc419b0ee2: Pulling fs layer [2023-01-11T22:01:23.421Z] 25bc292e5bac: Pulling fs layer [2023-01-11T22:01:23.421Z] 114826534d7a: Pulling fs layer [2023-01-11T22:01:23.421Z] 4657fd5d0bcf: Pulling fs layer [2023-01-11T22:01:23.421Z] 6ad1cebc031e: Pulling fs layer [2023-01-11T22:01:23.421Z] 114826534d7a: Waiting [2023-01-11T22:01:23.421Z] 8a3aa393b2d8: Pulling fs layer [2023-01-11T22:01:23.421Z] 6ad1cebc031e: Waiting [2023-01-11T22:01:23.421Z] 4657fd5d0bcf: Waiting [2023-01-11T22:01:23.421Z] 25bc292e5bac: Verifying Checksum [2023-01-11T22:01:23.421Z] 25bc292e5bac: Download complete [2023-01-11T22:01:23.421Z] 52dc419b0ee2: Verifying Checksum [2023-01-11T22:01:23.421Z] 52dc419b0ee2: Download complete [2023-01-11T22:01:23.421Z] 4657fd5d0bcf: Download complete [2023-01-11T22:01:23.688Z] df9b9388f04a: Verifying Checksum [2023-01-11T22:01:23.688Z] df9b9388f04a: Download complete [2023-01-11T22:01:23.688Z] df9b9388f04a: Pull complete [2023-01-11T22:01:23.688Z] 6ad1cebc031e: Verifying Checksum [2023-01-11T22:01:23.688Z] 6ad1cebc031e: Download complete [2023-01-11T22:01:23.947Z] 52dc419b0ee2: Pull complete [2023-01-11T22:01:23.947Z] 25bc292e5bac: Pull complete [2023-01-11T22:01:24.515Z] 114826534d7a: Verifying Checksum [2023-01-11T22:01:24.515Z] 114826534d7a: Download complete [2023-01-11T22:01:24.773Z] 8a3aa393b2d8: Verifying Checksum [2023-01-11T22:01:24.773Z] 8a3aa393b2d8: Download complete [2023-01-11T22:01:28.052Z] 114826534d7a: Pull complete [2023-01-11T22:01:28.052Z] 4657fd5d0bcf: Pull complete [2023-01-11T22:01:28.309Z] 6ad1cebc031e: Pull complete [2023-01-11T22:01:30.836Z] 8a3aa393b2d8: Pull complete [2023-01-11T22:01:30.836Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-11T22:01:30.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T22:01:30.836Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:01:30.926Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T22:01:30.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-11T22:01:32.756Z] $ docker top c054f21336531960c07be000e9780932f3f29cf35de668e7e07be26637e56a69 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-11T22:01:32.821Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2023-01-11T22:01:33.099Z] + set -o pipefail [2023-01-11T22:01:33.099Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2023-01-11T22:01:38.372Z] [2023-01-11T22:01:38.372Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2023-01-11T22:01:38.372Z] [2023-01-11T22:01:38.372Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/2e97a9fc-0ae5-4e57-9664-bb68e0f7a00b [2023-01-11T22:01:38.372Z] [2023-01-11T22:01:38.372Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-11T22:01:38.372Z] [2023-01-11T22:01:38.372Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-11T22:01:38.372Z] [2023-01-11T22:01:38.631Z] [2023-01-11T22:01:38.631Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-11T22:01:38.631Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-11T22:01:38.631Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-11T22:01:38.646Z] $ docker stop --time=1 c054f21336531960c07be000e9780932f3f29cf35de668e7e07be26637e56a69 [2023-01-11T22:01:40.807Z] $ docker rm -f --volumes c054f21336531960c07be000e9780932f3f29cf35de668e7e07be26637e56a69 [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-01-11T22:01:41.526Z] + git log --format=format:%s -1 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] sh [2023-01-11T22:01:41.812Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T22:01:41.812Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:01:42.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T22:01:42.106Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:01:42.185Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T22:01:42.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T22:01:42.590Z] $ docker top 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T22:01:42.674Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T22:01:42.674Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T22:01:42.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T22:01:42.809Z] $ docker exec 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d ssh-agent [2023-01-11T22:01:42.932Z] SSH_AUTH_SOCK=/tmp/ssh-ZOWq0etv0SAK/agent.32 [2023-01-11T22:01:42.932Z] SSH_AGENT_PID=38 [2023-01-11T22:01:42.937Z] Running ssh-add (command line suppressed) [2023-01-11T22:01:43.066Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11360885666395533233.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11360885666395533233.key) [2023-01-11T22:01:43.075Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T22:01:43.362Z] + git semver tag [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,540 [run_tag] DEBUG tag force:False [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,540 [check_head_tag] DEBUG check head tag [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,540 [execute] INFO git cat-file --batch-check [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,541 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,545 [execute] INFO git cat-file --batch [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,545 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,566 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,566 [execute] INFO git tag -a v3.0.0-dev.4 -m v3.0.0-dev.4 [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,566 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.4', '-m', 'v3.0.0-dev.4'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T22:01:43.621Z] 2023-01-11 22:01:43,572 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T22:01:43.621Z] 3.0.0-dev.4 [Pipeline] } [2023-01-11T22:01:43.636Z] $ docker exec --env ******** --env ******** 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d ssh-agent -k [2023-01-11T22:01:43.737Z] unset SSH_AUTH_SOCK; [2023-01-11T22:01:43.738Z] unset SSH_AGENT_PID; [2023-01-11T22:01:43.738Z] echo Agent pid 38 killed; [2023-01-11T22:01:43.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T22:01:44.067Z] + git semver [Pipeline] } [2023-01-11T22:01:44.344Z] $ docker stop --time=1 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d [2023-01-11T22:01:45.654Z] $ docker rm -f --volumes 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:01:46.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T22:01:46.039Z] [2023-01-11T22:01:46.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:01:46.335Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T22:01:46.335Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-11T22:01:46.335Z] ab5ef0e58194: Pulling fs layer [2023-01-11T22:01:46.335Z] 9712f1f96733: Pulling fs layer [2023-01-11T22:01:46.335Z] 63f879dbbcfc: Pulling fs layer [2023-01-11T22:01:46.335Z] 0d9ebad4ef96: Pulling fs layer [2023-01-11T22:01:46.335Z] e9a5061849ea: Pulling fs layer [2023-01-11T22:01:46.335Z] d747dcd14b5f: Pulling fs layer [2023-01-11T22:01:46.335Z] 2de7ff778b66: Pulling fs layer [2023-01-11T22:01:46.335Z] e9a5061849ea: Waiting [2023-01-11T22:01:46.335Z] d747dcd14b5f: Waiting [2023-01-11T22:01:46.335Z] 2de7ff778b66: Waiting [2023-01-11T22:01:46.335Z] 0d9ebad4ef96: Waiting [2023-01-11T22:01:46.335Z] 9712f1f96733: Verifying Checksum [2023-01-11T22:01:46.335Z] 9712f1f96733: Download complete [2023-01-11T22:01:46.606Z] 63f879dbbcfc: Download complete [2023-01-11T22:01:46.866Z] e9a5061849ea: Verifying Checksum [2023-01-11T22:01:46.866Z] e9a5061849ea: Download complete [2023-01-11T22:01:46.866Z] ab5ef0e58194: Download complete [2023-01-11T22:01:46.866Z] 0d9ebad4ef96: Verifying Checksum [2023-01-11T22:01:46.866Z] 0d9ebad4ef96: Download complete [2023-01-11T22:01:46.866Z] d747dcd14b5f: Verifying Checksum [2023-01-11T22:01:46.866Z] d747dcd14b5f: Download complete [2023-01-11T22:01:47.124Z] 2de7ff778b66: Download complete [2023-01-11T22:01:49.657Z] ab5ef0e58194: Pull complete [2023-01-11T22:01:49.657Z] 9712f1f96733: Pull complete [2023-01-11T22:01:50.237Z] 63f879dbbcfc: Pull complete [2023-01-11T22:01:53.520Z] 0d9ebad4ef96: Pull complete [2023-01-11T22:01:53.779Z] e9a5061849ea: Pull complete [2023-01-11T22:01:53.779Z] d747dcd14b5f: Pull complete [2023-01-11T22:01:54.713Z] 2de7ff778b66: Pull complete [2023-01-11T22:01:54.713Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-11T22:01:54.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T22:01:54.713Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:01:54.813Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T22:01:54.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-11T22:01:56.868Z] $ docker top 7f749590eb9c99c04859a932c9bfb0b4321d8695eb9b0809f6e063699ea2960a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-11T22:01:56.938Z] provisioning config files... [2023-01-11T22:01:56.944Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8935215824408544072tmp [2023-01-11T22:01:56.953Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1028372814802576559tmp [2023-01-11T22:01:56.963Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8315383686015203962tmp [Pipeline] { [Pipeline] echo [2023-01-11T22:01:56.979Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:01:57.267Z] ---> sigul-configuration.sh [2023-01-11T22:01:57.267Z] gpg: directory `/root/.gnupg' created [2023-01-11T22:01:57.267Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-11T22:01:57.267Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-11T22:01:57.267Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-11T22:01:57.267Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-11T22:01:57.267Z] gpg: CAST5 encrypted data [2023-01-11T22:01:57.267Z] gpg: encrypted with 1 passphrase [2023-01-11T22:01:57.267Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-11T22:01:57.554Z] + mkdir /home/jenkins [2023-01-11T22:01:57.554Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-11T22:01:57.835Z] + 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-01-11T22:01:57.844Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:01:58.128Z] ---> sigul-install.sh [2023-01-11T22:01:58.128Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-11T22:01:58.413Z] + git tag --list [2023-01-11T22:01:58.413Z] 0.7.1 [2023-01-11T22:01:58.413Z] v1.0.0 [2023-01-11T22:01:58.413Z] v1.1.0 [2023-01-11T22:01:58.413Z] v1.1.1 [2023-01-11T22:01:58.413Z] v1.2.2 [2023-01-11T22:01:58.413Z] v1.3.0 [2023-01-11T22:01:58.413Z] v1.3.1 [2023-01-11T22:01:58.413Z] v2.0.0 [2023-01-11T22:01:58.413Z] v2.1.0 [2023-01-11T22:01:58.413Z] v2.1.1 [2023-01-11T22:01:58.413Z] v2.1.1-dev.1 [2023-01-11T22:01:58.413Z] v2.1.1-dev.2 [2023-01-11T22:01:58.413Z] v2.2.0 [2023-01-11T22:01:58.413Z] v2.2.1-dev.1 [2023-01-11T22:01:58.413Z] v2.2.1-dev.10 [2023-01-11T22:01:58.413Z] v2.2.1-dev.2 [2023-01-11T22:01:58.413Z] v2.2.1-dev.3 [2023-01-11T22:01:58.413Z] v2.2.1-dev.4 [2023-01-11T22:01:58.413Z] v2.2.1-dev.5 [2023-01-11T22:01:58.413Z] v2.2.1-dev.6 [2023-01-11T22:01:58.413Z] v2.2.1-dev.7 [2023-01-11T22:01:58.413Z] v2.2.1-dev.8 [2023-01-11T22:01:58.413Z] v2.2.1-dev.9 [2023-01-11T22:01:58.413Z] v2.3.0 [2023-01-11T22:01:58.413Z] v2.3.0-dev.10 [2023-01-11T22:01:58.413Z] v2.3.0-dev.11 [2023-01-11T22:01:58.413Z] v2.3.0-dev.12 [2023-01-11T22:01:58.413Z] v2.3.0-dev.13 [2023-01-11T22:01:58.413Z] v2.3.0-dev.14 [2023-01-11T22:01:58.413Z] v2.3.0-dev.15 [2023-01-11T22:01:58.413Z] v2.3.0-dev.16 [2023-01-11T22:01:58.413Z] v2.3.0-dev.17 [2023-01-11T22:01:58.413Z] v2.3.0-dev.18 [2023-01-11T22:01:58.413Z] v2.3.0-dev.19 [2023-01-11T22:01:58.413Z] v2.3.0-dev.20 [2023-01-11T22:01:58.413Z] v2.3.0-dev.21 [2023-01-11T22:01:58.413Z] v2.3.0-dev.22 [2023-01-11T22:01:58.413Z] v2.3.0-dev.23 [2023-01-11T22:01:58.413Z] v2.3.0-dev.24 [2023-01-11T22:01:58.413Z] v2.3.0-dev.25 [2023-01-11T22:01:58.413Z] v2.3.0-dev.26 [2023-01-11T22:01:58.413Z] v2.3.0-dev.27 [2023-01-11T22:01:58.413Z] v2.3.0-dev.28 [2023-01-11T22:01:58.413Z] v2.3.0-dev.29 [2023-01-11T22:01:58.413Z] v2.3.0-dev.30 [2023-01-11T22:01:58.413Z] v2.3.0-dev.31 [2023-01-11T22:01:58.413Z] v2.3.0-dev.32 [2023-01-11T22:01:58.413Z] v2.3.0-dev.33 [2023-01-11T22:01:58.413Z] v2.3.0-dev.34 [2023-01-11T22:01:58.413Z] v3.0.0-dev.1 [2023-01-11T22:01:58.413Z] v3.0.0-dev.2 [2023-01-11T22:01:58.413Z] v3.0.0-dev.3 [2023-01-11T22:01:58.413Z] v3.0.0-dev.4 [Pipeline] sh [2023-01-11T22:01:58.702Z] + lftools sign git-tag v3.0.0-dev.4 [2023-01-11T22:01:59.269Z] Signing Git tag with Sigul... [2023-01-11T22:01:59.269Z] Signing v3.0.0-dev.4 [Pipeline] echo [2023-01-11T22:01:59.538Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:01:59.820Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-11T22:01:59.828Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-11T22:01:59.854Z] $ docker stop --time=1 7f749590eb9c99c04859a932c9bfb0b4321d8695eb9b0809f6e063699ea2960a [2023-01-11T22:02:01.184Z] $ docker rm -f --volumes 7f749590eb9c99c04859a932c9bfb0b4321d8695eb9b0809f6e063699ea2960a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-11T22:02:01.582Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T22:02:01.582Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:02:01.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T22:02:01.882Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:02:01.957Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T22:02:01.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T22:02:02.375Z] $ docker top 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T22:02:02.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T22:02:02.468Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T22:02:02.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T22:02:02.584Z] $ docker exec 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 ssh-agent [2023-01-11T22:02:02.707Z] SSH_AUTH_SOCK=/tmp/ssh-UEhxwXUh9aMj/agent.33 [2023-01-11T22:02:02.707Z] SSH_AGENT_PID=39 [2023-01-11T22:02:02.712Z] Running ssh-add (command line suppressed) [2023-01-11T22:02:02.817Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10078074467311287371.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10078074467311287371.key) [2023-01-11T22:02:02.825Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T22:02:03.112Z] + git semver bump pre [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,303 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,304 [bump_version] DEBUG bumping version:3.0.0-dev.4 on axis:pre with prefix:dev [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,304 [bump_version] DEBUG bumped version:3.0.0-dev.5 [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,304 [write_version] DEBUG write version:3.0.0-dev.5 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,304 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,304 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,306 [execute] INFO git cat-file --batch-check [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,311 [execute] INFO git cat-file --batch [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,311 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T22:02:03.373Z] 2023-01-11 22:02:03,316 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T22:02:03.373Z] 3.0.0-dev.5 [Pipeline] } [2023-01-11T22:02:03.387Z] $ docker exec --env ******** --env ******** 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 ssh-agent -k [2023-01-11T22:02:03.486Z] unset SSH_AUTH_SOCK; [2023-01-11T22:02:03.487Z] unset SSH_AGENT_PID; [2023-01-11T22:02:03.487Z] echo Agent pid 39 killed; [2023-01-11T22:02:03.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T22:02:03.803Z] + git semver [Pipeline] } [2023-01-11T22:02:04.080Z] $ docker stop --time=1 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 [2023-01-11T22:02:05.386Z] $ docker rm -f --volumes 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T22:02:05.731Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T22:02:05.731Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:02:06.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T22:02:06.035Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:02:06.106Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T22:02:06.144Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T22:02:06.492Z] $ docker top 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b -eo pid,comm [2023-01-11T22:02:06.537Z] 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-01-11T22:02:06.537Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T22:02:06.576Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T22:02:06.576Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T22:02:06.688Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T22:02:06.695Z] $ docker exec 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b ssh-agent [2023-01-11T22:02:06.797Z] SSH_AUTH_SOCK=/tmp/ssh-IxBnPQJMFHR4/agent.33 [2023-01-11T22:02:06.797Z] SSH_AGENT_PID=39 [2023-01-11T22:02:06.803Z] Running ssh-add (command line suppressed) [2023-01-11T22:02:06.914Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4492098964958134108.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4492098964958134108.key) [2023-01-11T22:02:06.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T22:02:07.209Z] + git semver push [2023-01-11T22:02:07.469Z] 2023-01-11 22:02:07,390 [run_push] DEBUG push [2023-01-11T22:02:07.469Z] 2023-01-11 22:02:07,391 [execute] INFO git cat-file --batch-check [2023-01-11T22:02:07.469Z] 2023-01-11 22:02:07,391 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T22:02:07.469Z] 2023-01-11 22:02:07,395 [execute] INFO git rev-list 60b680a1fa7892cec702e86d06b2397af9fd6d12 -- [2023-01-11T22:02:07.469Z] 2023-01-11 22:02:07,396 [execute] DEBUG Popen(['git', 'rev-list', '60b680a1fa7892cec702e86d06b2397af9fd6d12', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T22:02:07.469Z] 2023-01-11 22:02:07,403 [execute] INFO git fetch -v origin [2023-01-11T22:02:07.469Z] 2023-01-11 22:02:07,403 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-11T22:02:08.036Z] 2023-01-11 22:02:07,926 [run_push] DEBUG no remote changes detected [2023-01-11T22:02:08.036Z] 2023-01-11 22:02:07,926 [execute] INFO git push origin semver [2023-01-11T22:02:08.036Z] 2023-01-11 22:02:07,927 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T22:02:08.974Z] 2023-01-11 22:02:08,738 [run_push] DEBUG push all version tags [2023-01-11T22:02:08.974Z] 2023-01-11 22:02:08,738 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-11T22:02:08.974Z] 2023-01-11 22:02:08,739 [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-01-11T22:02:09.914Z] 2023-01-11 22:02:09,550 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-11T22:02:09.914Z] 3.0.0-dev.5 [Pipeline] } [2023-01-11T22:02:09.927Z] $ docker exec --env ******** --env ******** 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b ssh-agent -k [2023-01-11T22:02:10.026Z] unset SSH_AUTH_SOCK; [2023-01-11T22:02:10.026Z] unset SSH_AGENT_PID; [2023-01-11T22:02:10.026Z] echo Agent pid 39 killed; [2023-01-11T22:02:10.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T22:02:10.357Z] + git semver [Pipeline] } [2023-01-11T22:02:10.635Z] $ docker stop --time=1 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b [2023-01-11T22:02:11.933Z] $ docker rm -f --volumes 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b [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-01-11T22:02:12.499Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2023-01-11T22:02:12.500Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-01-11T22:02:12.500Z] total 16 [2023-01-11T22:02:12.500Z] drwxr-xr-x 3 root root 4096 Jan 11 21:51 . [2023-01-11T22:02:12.500Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 22:01 .. [2023-01-11T22:02:12.500Z] drwxr-xr-x 2 root root 4096 Jan 11 21:51 cost [2023-01-11T22:02:12.500Z] -rw-r--r-- 1 root root 85 Jan 11 21:51 cost.csv [2023-01-11T22:02:12.500Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-01-11T22:02:12.500Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-01-11T22:02:12.500Z] total 16 [2023-01-11T22:02:12.500Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:51 . [2023-01-11T22:02:12.500Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 22:01 .. [2023-01-11T22:02:12.500Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 21:51 cost [2023-01-11T22:02:12.500Z] -rw-r--r-- 1 jenkins jenkins 85 Jan 11 21:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:02:12.791Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:02:13.652Z] ---> package-listing.sh [2023-01-11T22:02:13.652Z] ++ facter osfamily [2023-01-11T22:02:13.652Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-11T22:02:13.916Z] + OS_FAMILY=debian [2023-01-11T22:02:13.916Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2023-01-11T22:02:13.916Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-11T22:02:13.916Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-11T22:02:13.916Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-11T22:02:13.916Z] + PACKAGES=/tmp/packages_start.txt [2023-01-11T22:02:13.916Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-01-11T22:02:13.916Z] + PACKAGES=/tmp/packages_end.txt [2023-01-11T22:02:13.916Z] + case "${OS_FAMILY}" in [2023-01-11T22:02:13.916Z] + dpkg -l [2023-01-11T22:02:13.916Z] + grep '^ii' [2023-01-11T22:02:13.916Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-11T22:02:13.916Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-11T22:02:13.916Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-11T22:02:13.916Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-01-11T22:02:13.916Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2023-01-11T22:02:13.916Z] + 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-01-11T22:02:13.929Z] 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-01-11T22:02:14.210Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:02:14.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T22:02:14.775Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:02:14.859Z] prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container [2023-01-11T22:02:14.894Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-11T22:02:15.120Z] $ docker top 6e835bd3cb888881e7785ae7a4f33a098dc6e5f2f05c307b0e337af0b1a64dc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T22:02:15.462Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-11T22:02:15.749Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-11T22:02:16.078Z] + ls /var/log/sa-host [2023-01-11T22:02:16.079Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T22:02:16.175Z] provisioning config files... [2023-01-11T22:02:16.203Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config6041499957020344836tmp [Pipeline] { [Pipeline] echo [2023-01-11T22:02:16.225Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:02:16.535Z] ---> create-netrc.sh [Pipeline] } [2023-01-11T22:02:16.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:02:16.893Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-11T22:02:16.902Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:02:17.186Z] ---> sudo-logs.sh [2023-01-11T22:02:17.186Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-11T22:02:17.228Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:02:17.513Z] ---> job-cost.sh [2023-01-11T22:02:17.513Z] lf-activate-venv: SKIPPING [2023-01-11T22:02:17.513Z] DEBUG: total: 0.2199999988079071 [2023-01-11T22:02:17.513Z] INFO: Retrieving Stack Cost... [2023-01-11T22:02:17.771Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T22:02:18.339Z] INFO: Archiving Costs [Pipeline] echo [2023-01-11T22:02:18.351Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:02:18.632Z] ---> logs-deploy.sh [2023-01-11T22:02:18.632Z] lf-activate-venv: SKIPPING [2023-01-11T22:02:18.632Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/87 [2023-01-11T22:02:18.632Z] INFO: archiving workspace using pattern(s): [2023-01-11T22:02:19.566Z] Archives upload complete. [2023-01-11T22:02:19.566Z] INFO: archiving logs to Nexus