Pull request #623 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 60e743316371a1327b1583b90b54533fbf8c3d95+6f4870105b6de4608a6fa1c66d7959f9992f8cce (1b7591abcdc328321f941d7dd8e51db9d43cfa57) 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-ssh5913442019459674056.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh148358972487646300.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15702803025185848569.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1406495679287466962.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh15540469363349027804.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-623/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-623/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8703803374437215641.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5756 in /w/workspace/gexfoundry_device-mqtt-go_PR-623 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-623 # 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 Merging remotes/origin/main commit 6f4870105b6de4608a6fa1c66d7959f9992f8cce into PR head commit 60e743316371a1327b1583b90b54533fbf8c3d95 Merge succeeded, producing 60e743316371a1327b1583b90b54533fbf8c3d95 Checking out Revision 60e743316371a1327b1583b90b54533fbf8c3d95 (PR-623) > 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 remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6f4870105b6de4608a6fa1c66d7959f9992f8cce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:28:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:28:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:28:42 ========================================================= 01:28:42 EdgeX Global Pipelines Version Info 01:28:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:28:43 ------------------- 01:28:43 stable info: 01:28:43 ------------------- 01:28:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:28:43 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 01:28:43 Message: update stable to v1.0.253 01:28:44 ------------------- 01:28:44 experimental info: 01:28:44 ------------------- 01:28:44 Commited By: **** collab-it+edgex@linuxfoundation.org 01:28:44 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 01:28:44 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:28:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-623 [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-623 [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-623 [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60e7433 [Pipeline] echo 01:28:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:28:45 provisioning config files... 01:28:45 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config7278351834555927321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:46 ---> docker-login.sh 01:28:46 nexus3.edgexfoundry.org:10001 01:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:46 Configure a credential helper to remove this warning. See 01:28:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:46 01:28:46 Login Succeeded 01:28:46 nexus3.edgexfoundry.org:10002 01:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:46 Configure a credential helper to remove this warning. See 01:28:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:46 01:28:46 Login Succeeded 01:28:46 nexus3.edgexfoundry.org:10003 01:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:46 Configure a credential helper to remove this warning. See 01:28:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:46 01:28:46 Login Succeeded 01:28:46 nexus3.edgexfoundry.org:10004 01:28:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:47 Configure a credential helper to remove this warning. See 01:28:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:47 01:28:47 Login Succeeded 01:28:47 docker.io 01:28:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:47 Configure a credential helper to remove this warning. See 01:28:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:47 01:28:47 Login Succeeded 01:28:47 ---> docker-login.sh ends [Pipeline] } 01:28:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:28:47 + git rev-list -1 --merges 60e743316371a1327b1583b90b54533fbf8c3d95~1..60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo 01:28:47 -----------> git rev-list -1 --merges 60e743316371a1327b1583b90b54533fbf8c3d95~1..60e743316371a1327b1583b90b54533fbf8c3d95 60e743316371a1327b1583b90b54533fbf8c3d95 [false] [Pipeline] sh 01:28:48 + git log --format=format:%s -1 60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo 01:28:48 ========================================================= 01:28:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:28:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:28:48 + git log --format=format:%s -1 60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo 01:28:48 [semverPrep] GIT_COMMIT: 60e743316371a1327b1583b90b54533fbf8c3d95, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 01:28:48 [semverPrep] This is not a build commit. [Pipeline] sh 01:28:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:28:49 + grep -v github /etc/ssh/ssh_known_hosts 01:28:49 + [ -e /tmp/ssh_known_hosts ] 01:28:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:28:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:28:49 + sudo tee -a /etc/ssh/ssh_known_hosts 01:28:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:49 01:28:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:50 0.1.4: Pulling from edgex-devops/py-git-semver 01:28:50 b85a868b505f: Pulling fs layer 01:28:50 e2be974225ed: Pulling fs layer 01:28:50 339a4e72a1f5: Pulling fs layer 01:28:50 988bab9f4d93: Pulling fs layer 01:28:50 1469e6f7b9e6: Pulling fs layer 01:28:50 eaf3925da568: Pulling fs layer 01:28:50 bab4dde63d76: Pulling fs layer 01:28:50 bde34c3a00c8: Pulling fs layer 01:28:50 b352a97aabf1: Pulling fs layer 01:28:50 4872d77fe225: Pulling fs layer 01:28:50 5851b861e8e6: Pulling fs layer 01:28:50 eaf3925da568: Waiting 01:28:50 bab4dde63d76: Waiting 01:28:50 bde34c3a00c8: Waiting 01:28:50 b352a97aabf1: Waiting 01:28:50 4872d77fe225: Waiting 01:28:50 5851b861e8e6: Waiting 01:28:50 988bab9f4d93: Waiting 01:28:50 1469e6f7b9e6: Waiting 01:28:50 e2be974225ed: Download complete 01:28:50 988bab9f4d93: Verifying Checksum 01:28:50 988bab9f4d93: Download complete 01:28:50 339a4e72a1f5: Verifying Checksum 01:28:50 339a4e72a1f5: Download complete 01:28:50 1469e6f7b9e6: Verifying Checksum 01:28:50 1469e6f7b9e6: Download complete 01:28:50 eaf3925da568: Download complete 01:28:50 bde34c3a00c8: Verifying Checksum 01:28:50 bde34c3a00c8: Download complete 01:28:50 b352a97aabf1: Verifying Checksum 01:28:50 b352a97aabf1: Download complete 01:28:50 4872d77fe225: Download complete 01:28:50 5851b861e8e6: Download complete 01:28:50 b85a868b505f: Verifying Checksum 01:28:50 b85a868b505f: Download complete 01:28:50 bab4dde63d76: Verifying Checksum 01:28:50 bab4dde63d76: Download complete 01:28:51 b85a868b505f: Pull complete 01:28:51 e2be974225ed: Pull complete 01:28:52 339a4e72a1f5: Pull complete 01:28:52 988bab9f4d93: Pull complete 01:28:52 1469e6f7b9e6: Pull complete 01:28:52 eaf3925da568: Pull complete 01:28:54 bab4dde63d76: Pull complete 01:28:54 bde34c3a00c8: Pull complete 01:28:54 b352a97aabf1: Pull complete 01:28:54 4872d77fe225: Pull complete 01:28:54 5851b861e8e6: Pull complete 01:28:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:28:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:55 prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container 01:28:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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 01:28:57 $ docker top e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 -eo pid,comm 01:28:57 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). 01:28:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:28:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:28:58 [ssh-agent] Looking for ssh-agent implementation... 01:28:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:28:58 $ docker exec e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent 01:28:58 SSH_AUTH_SOCK=/tmp/ssh-EfamMggcMaQd/agent.31 01:28:58 SSH_AGENT_PID=37 01:28:58 Running ssh-add (command line suppressed) 01:28:58 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_14290516599337619312.key (/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_14290516599337619312.key) 01:28:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:28:58 + git tag --points-at HEAD [Pipeline] } 01:28:58 $ docker exec --env ******** --env ******** e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent -k 01:28:58 unset SSH_AUTH_SOCK; 01:28:58 unset SSH_AGENT_PID; 01:28:58 echo Agent pid 37 killed; 01:28:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:28:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:28:58 [ssh-agent] Looking for ssh-agent implementation... 01:28:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:28:59 $ docker exec e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent 01:28:59 SSH_AUTH_SOCK=/tmp/ssh-fjGksHmOKCR6/agent.70 01:28:59 SSH_AGENT_PID=76 01:28:59 Running ssh-add (command line suppressed) 01:28:59 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_6500852042491659470.key (/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_6500852042491659470.key) 01:28:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:28:59 + git semver init 01:28:59 2023-09-11 01:28:59,817 [run_init] DEBUG init version:0.0.0 force:False 01:28:59 2023-09-11 01:28:59,818 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver 01:28:59 2023-09-11 01:28:59,819 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver 01:28:59 2023-09-11 01:28:59,819 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-623, universal_newlines=False, shell=None, istream=None) 01:29:00 2023-09-11 01:29:00,596 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.git/info/exclude 01:29:00 2023-09-11 01:29:00,596 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver/PR-623 with force:False 01:29:00 2023-09-11 01:29:00,597 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver/PR-623 01:29:00 2023-09-11 01:29:00,601 [execute] INFO git cat-file --batch-check 01:29:00 2023-09-11 01:29:00,602 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver, universal_newlines=False, shell=None, istream=) 01:29:00 2023-09-11 01:29:00,608 [execute] INFO git cat-file --batch 01:29:00 2023-09-11 01:29:00,608 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver, universal_newlines=False, shell=None, istream=) 01:29:00 2023-09-11 01:29:00,614 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver/PR-623 01:29:00 0.0.0 [Pipeline] } 01:29:00 $ docker exec --env ******** --env ******** e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent -k 01:29:00 unset SSH_AUTH_SOCK; 01:29:00 unset SSH_AGENT_PID; 01:29:00 echo Agent pid 76 killed; 01:29:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:29:01 + git semver [Pipeline] } 01:29:01 $ docker stop --time=1 e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 01:29:03 $ docker rm -f --volumes e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 [Pipeline] // withDockerContainer [Pipeline] sh 01:29:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:29:03 Stashed 1 file(s) [Pipeline] echo 01:29:03 [edgeXSemver]: initialized semver on version 0.0.0 [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 01:29:04 provisioning config files... 01:29:04 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config4746557156515109715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:29:04 ---> docker-login.sh 01:29:04 nexus3.edgexfoundry.org:10001 01:29:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:29:04 Configure a credential helper to remove this warning. See 01:29:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:29:04 01:29:04 Login Succeeded 01:29:04 nexus3.edgexfoundry.org:10002 01:29:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:29:04 Configure a credential helper to remove this warning. See 01:29:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:29:04 01:29:04 Login Succeeded 01:29:04 nexus3.edgexfoundry.org:10003 01:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:29:05 Configure a credential helper to remove this warning. See 01:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:29:05 01:29:05 Login Succeeded 01:29:05 nexus3.edgexfoundry.org:10004 01:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:29:05 Configure a credential helper to remove this warning. See 01:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:29:05 01:29:05 Login Succeeded 01:29:05 docker.io 01:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:29:05 Configure a credential helper to remove this warning. See 01:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:29:05 01:29:05 Login Succeeded 01:29:05 ---> docker-login.sh ends [Pipeline] } 01:29:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:29:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:29:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:29:05 ========================================================= 01:29:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 01:29:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:06 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 01:29:06 Sending build context to Docker daemon 6.513MB 01:29:06 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 01:29:06 Step 2/12 : FROM ${BASE} AS builder 01:29:06 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 01:29:06 4db1b89c0bd1: Pulling fs layer 01:29:06 6911f1a30b25: Pulling fs layer 01:29:06 e194b8c5c2a9: Pulling fs layer 01:29:06 6863d3e3a2b1: Pulling fs layer 01:29:06 ec0bb842ea78: Pulling fs layer 01:29:06 40a00589a448: Pulling fs layer 01:29:06 6c08303d61cc: Pulling fs layer 01:29:06 798269fcf238: Pulling fs layer 01:29:06 ec0bb842ea78: Waiting 01:29:06 6c08303d61cc: Waiting 01:29:06 6863d3e3a2b1: Waiting 01:29:06 798269fcf238: Waiting 01:29:06 40a00589a448: Waiting 01:29:06 6911f1a30b25: Verifying Checksum 01:29:06 6911f1a30b25: Download complete 01:29:06 6863d3e3a2b1: Verifying Checksum 01:29:06 6863d3e3a2b1: Download complete 01:29:06 ec0bb842ea78: Verifying Checksum 01:29:06 ec0bb842ea78: Download complete 01:29:06 4db1b89c0bd1: Download complete 01:29:06 40a00589a448: Download complete 01:29:06 4db1b89c0bd1: Pull complete 01:29:06 6911f1a30b25: Pull complete 01:29:07 798269fcf238: Verifying Checksum 01:29:07 798269fcf238: Download complete 01:29:07 e194b8c5c2a9: Verifying Checksum 01:29:07 e194b8c5c2a9: Download complete 01:29:07 6c08303d61cc: Verifying Checksum 01:29:07 6c08303d61cc: Download complete 01:29:10 e194b8c5c2a9: Pull complete 01:29:10 6863d3e3a2b1: Pull complete 01:29:10 ec0bb842ea78: Pull complete 01:29:10 40a00589a448: Pull complete 01:29:13 6c08303d61cc: Pull complete 01:29:14 798269fcf238: Pull complete 01:29:14 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 01:29:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:29:14 ---> ec979cd7f677 01:29:14 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:29:19 Still waiting to schedule task 01:29:19 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:29:19 ---> Running in bb4228b69d63 01:29:19 Removing intermediate container bb4228b69d63 01:29:19 ---> 1d6b009e741d 01:29:19 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:29:19 ---> Running in fa2d1efec742 01:29:19 Removing intermediate container fa2d1efec742 01:29:19 ---> 6cb16c9561d4 01:29:19 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:29:19 ---> Running in 3326e62c7261 01:29:19 Removing intermediate container 3326e62c7261 01:29:19 ---> ab80f0d741e5 01:29:19 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:29:19 ---> Running in 7d62aebdc92e 01:29:19 Removing intermediate container 7d62aebdc92e 01:29:19 ---> 9e8a5c1285ba 01:29:19 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:29:19 ---> Running in d84615f2ac57 01:29:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:29:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:29:23 (1/4) Installing openssh-keygen (9.1_p1-r4) 01:29:23 (2/4) Installing libedit (20221030.3.1-r0) 01:29:23 (3/4) Installing openssh-client-common (9.1_p1-r4) 01:29:23 (4/4) Installing openssh-client-default (9.1_p1-r4) 01:29:23 Executing busybox-1.35.0-r29.trigger 01:29:23 OK: 269 MiB in 57 packages 01:29:24 Removing intermediate container d84615f2ac57 01:29:24 ---> a9958d4f55dc 01:29:24 Step 8/12 : WORKDIR /device-mqtt-go 01:29:24 ---> Running in 0f9dd814a46d 01:29:24 Removing intermediate container 0f9dd814a46d 01:29:24 ---> 654fdaa90087 01:29:24 Step 9/12 : COPY go.mod vendor* ./ 01:29:24 ---> a989767ea343 01:29:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:24 ---> Running in 2ec0541e05ea 01:29:56 Removing intermediate container 2ec0541e05ea 01:29:56 ---> 3bc5067cf001 01:29:56 Step 11/12 : COPY . . 01:29:56 ---> f33e0b8d3315 01:29:56 Step 12/12 : RUN $MAKE 01:29:56 ---> Running in 46309c6c974a 01:29:56 noop 01:29:56 Removing intermediate container 46309c6c974a 01:29:56 ---> 42801a555627 01:29:56 Successfully built 42801a555627 01:29:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:57 + docker inspect -f . ci-base-image-x86_64 01:29:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:57 prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container 01:29:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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 ******** -e ******** ci-base-image-x86_64 cat 01:29:57 $ docker top 7bd39efcb88d7fbc7bd8cb420e95d93b8591397798dfc676bc6f7cac9014c294 -eo pid,comm [Pipeline] { [Pipeline] sh 01:29:58 + go version 01:29:58 go version go1.20.6 linux/amd64 [Pipeline] } 01:29:58 $ docker stop --time=1 7bd39efcb88d7fbc7bd8cb420e95d93b8591397798dfc676bc6f7cac9014c294 01:29:59 $ docker rm -f --volumes 7bd39efcb88d7fbc7bd8cb420e95d93b8591397798dfc676bc6f7cac9014c294 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:00 + docker inspect -f . ci-base-image-x86_64 01:30:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:30:00 prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container 01:30:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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 ******** -e ******** ci-base-image-x86_64 cat 01:30:00 $ docker top d58cbe27ea0f2d1c3451464b8199facb1f925b1e2319245b0db57f7ff14c0e8d -eo pid,comm [Pipeline] { [Pipeline] sh 01:30:01 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-623 [Pipeline] fileExists [Pipeline] sh 01:30:01 + make test 01:30:01 go test ./... -coverprofile=coverage.out ./... 01:30:06 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:30:18 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:30:18 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:30:18 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 22.8% of statements 01:30:25 go vet ./... 01:30:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:30:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:30:29 ./bin/test-attribution-txt.sh [Pipeline] echo 01:30:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:30:29 $ docker stop --time=1 d58cbe27ea0f2d1c3451464b8199facb1f925b1e2319245b0db57f7ff14c0e8d 01:30:33 $ docker rm -f --volumes d58cbe27ea0f2d1c3451464b8199facb1f925b1e2319245b0db57f7ff14c0e8d [Pipeline] // withDockerContainer [Pipeline] sh 01:30:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:30:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:30:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:30:35 + ls -al . 01:30:35 total 188 01:30:35 drwxrwxr-x 10 jenkins jenkins 4096 Sep 11 01:30 . 01:30:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:28 .. 01:30:35 -rw-rw-r-- 1 jenkins jenkins 140 Sep 11 01:28 .dockerignore 01:30:35 drwxrwxr-x 8 jenkins jenkins 4096 Sep 11 01:29 .git 01:30:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:28 .github 01:30:35 -rw-rw-r-- 1 jenkins jenkins 329 Sep 11 01:28 .gitignore 01:30:35 -rw-rw-r-- 1 jenkins jenkins 41 Sep 11 01:28 .golangci.yml 01:30:35 drwxr-xr-x 3 jenkins jenkins 4096 Sep 11 01:29 .semver 01:30:35 -rw-rw-r-- 1 jenkins jenkins 10386 Sep 11 01:28 Attribution.txt 01:30:35 -rw-rw-r-- 1 jenkins jenkins 17522 Sep 11 01:28 CHANGELOG.md 01:30:35 -rw-rw-r-- 1 jenkins jenkins 1689 Sep 11 01:28 Dockerfile 01:30:35 -rw-rw-r-- 1 jenkins jenkins 677 Sep 11 01:28 GOVERNANCE.md 01:30:35 -rw-rw-r-- 1 jenkins jenkins 678 Sep 11 01:28 Jenkinsfile 01:30:35 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 11 01:28 LICENSE 01:30:35 -rw-rw-r-- 1 jenkins jenkins 1963 Sep 11 01:28 Makefile 01:30:35 -rw-rw-r-- 1 jenkins jenkins 620 Sep 11 01:28 OWNERS.md 01:30:35 -rw-rw-r-- 1 jenkins jenkins 3695 Sep 11 01:28 README.md 01:30:35 -rw-rw-r-- 1 jenkins jenkins 5 Sep 11 01:29 VERSION 01:30:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:28 bin 01:30:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:28 cmd 01:30:35 -rw-r--r-- 1 jenkins jenkins 18506 Sep 11 01:30 coverage.out 01:30:35 -rw-rw-r-- 1 jenkins jenkins 3820 Sep 11 01:28 go.mod 01:30:35 -rw-rw-r-- 1 jenkins jenkins 34092 Sep 11 01:28 go.sum 01:30:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:28 internal 01:30:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:28 mock 01:30:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:28 snap 01:30:35 -rw-rw-r-- 1 jenkins jenkins 227 Sep 11 01:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:35 + 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=60e743316371a1327b1583b90b54533fbf8c3d95 --label arch=amd64 --label version=0.0.0 . 01:30:35 Sending build context to Docker daemon 6.532MB 01:30:35 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 01:30:35 Step 2/24 : FROM ${BASE} AS builder 01:30:35 ---> 42801a555627 01:30:35 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:30:35 ---> Running in 750e42f25ee3 01:30:35 Removing intermediate container 750e42f25ee3 01:30:35 ---> 3961b9d744cf 01:30:35 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:30:35 ---> Running in 2799667db7a4 01:30:35 Removing intermediate container 2799667db7a4 01:30:35 ---> 2090c48ec758 01:30:35 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:30:35 ---> Running in 35825e5dc7bf 01:30:36 Removing intermediate container 35825e5dc7bf 01:30:36 ---> efcd94cee9ce 01:30:36 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 01:30:36 ---> Running in fd048c6d5195 01:30:36 Removing intermediate container fd048c6d5195 01:30:36 ---> 121054e87c9b 01:30:36 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:30:36 ---> Running in fa1c7ab7581a 01:30:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:30:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:30:36 OK: 269 MiB in 57 packages 01:30:37 Removing intermediate container fa1c7ab7581a 01:30:37 ---> 3cdd0d504086 01:30:37 Step 8/24 : WORKDIR /device-mqtt-go 01:30:37 ---> Running in f6a8e7b99672 01:30:37 Removing intermediate container f6a8e7b99672 01:30:37 ---> 07f4bc4b0dc2 01:30:37 Step 9/24 : COPY go.mod vendor* ./ 01:30:37 ---> ba47422d5a45 01:30:37 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:37 ---> Running in 4372213576dc 01:30:38 Removing intermediate container 4372213576dc 01:30:38 ---> 8ac9348742cf 01:30:38 Step 11/24 : COPY . . 01:30:38 ---> 5a4d04165862 01:30:38 Step 12/24 : RUN $MAKE 01:30:38 ---> Running in 0fe6cbc35c99 01:30:38 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.20" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 01:31:00 Removing intermediate container 0fe6cbc35c99 01:31:00 ---> 00aec2ff66f2 01:31:00 Step 13/24 : FROM alpine:3.17 01:31:01 3.17: Pulling from library/alpine 01:31:01 9398808236ff: Pulling fs layer 01:31:01 9398808236ff: Verifying Checksum 01:31:01 9398808236ff: Download complete 01:31:01 9398808236ff: Pull complete 01:31:01 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:31:01 Status: Downloaded newer image for alpine:3.17 01:31:01 ---> 1e0b8b5322fc 01:31:01 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:31:01 ---> Running in 6dd97569178f 01:31:01 Removing intermediate container 6dd97569178f 01:31:01 ---> 8df42a547f0a 01:31:01 Step 15/24 : RUN apk add --update --no-cache dumb-init 01:31:01 ---> Running in c51286c79728 01:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:31:02 (1/1) Installing dumb-init (1.2.5-r2) 01:31:02 Executing busybox-1.35.0-r29.trigger 01:31:02 OK: 7 MiB in 16 packages 01:31:02 Removing intermediate container c51286c79728 01:31:02 ---> 3ff4b2c77f45 01:31:02 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 01:31:03 ---> f643e7198574 01:31:03 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 01:31:03 ---> fc36f1bcdf83 01:31:03 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:31:04 ---> 7aa60d21f801 01:31:04 Step 19/24 : EXPOSE 59982 01:31:04 ---> Running in 46092280c285 01:31:04 Removing intermediate container 46092280c285 01:31:04 ---> ba9dd558808d 01:31:04 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 01:31:04 ---> Running in 7c248b1742f3 01:31:04 Removing intermediate container 7c248b1742f3 01:31:04 ---> 16a33173d481 01:31:04 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 01:31:04 ---> Running in fa0c93a4d727 01:31:04 Removing intermediate container fa0c93a4d727 01:31:04 ---> 57f6d3f2390c 01:31:04 Step 22/24 : LABEL arch=amd64 01:31:04 ---> Running in 36f9407c605c 01:31:04 Removing intermediate container 36f9407c605c 01:31:04 ---> d74737008e9f 01:31:04 Step 23/24 : LABEL git_sha=60e743316371a1327b1583b90b54533fbf8c3d95 01:31:04 ---> Running in 69ceb57684ba 01:31:04 Removing intermediate container 69ceb57684ba 01:31:04 ---> 8f49d034fcc5 01:31:04 Step 24/24 : LABEL version=0.0.0 01:31:04 ---> Running in 2c2d8a594c1c 01:31:04 Removing intermediate container 2c2d8a594c1c 01:31:04 ---> c5283f2b494d 01:31:04 [Warning] One or more build-args [ARCH] were not consumed 01:31:04 Successfully built c5283f2b494d 01:31:04 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 01:31:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:05 01:31:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:05 latest: Pulling from edgex-lftools-log-publisher 01:31:05 5eb5b503b376: Pulling fs layer 01:31:05 5c69ac0246d0: Pulling fs layer 01:31:05 ec43610c2a17: Pulling fs layer 01:31:05 3a2ae6a8a46f: Pulling fs layer 01:31:05 33b1e0a273af: Pulling fs layer 01:31:05 5d3b04190fa2: Pulling fs layer 01:31:05 2f39f015ded8: Pulling fs layer 01:31:05 3a2ae6a8a46f: Waiting 01:31:05 33b1e0a273af: Waiting 01:31:05 5d3b04190fa2: Waiting 01:31:05 2f39f015ded8: Waiting 01:31:05 5c69ac0246d0: Verifying Checksum 01:31:05 5c69ac0246d0: Download complete 01:31:05 3a2ae6a8a46f: Verifying Checksum 01:31:05 3a2ae6a8a46f: Download complete 01:31:05 33b1e0a273af: Verifying Checksum 01:31:05 33b1e0a273af: Download complete 01:31:05 5d3b04190fa2: Verifying Checksum 01:31:05 5d3b04190fa2: Download complete 01:31:05 ec43610c2a17: Verifying Checksum 01:31:05 ec43610c2a17: Download complete 01:31:06 5eb5b503b376: Verifying Checksum 01:31:06 5eb5b503b376: Download complete 01:31:06 2f39f015ded8: Verifying Checksum 01:31:06 2f39f015ded8: Download complete 01:31:07 5eb5b503b376: Pull complete 01:31:07 5c69ac0246d0: Pull complete 01:31:08 ec43610c2a17: Pull complete 01:31:08 3a2ae6a8a46f: Pull complete 01:31:08 33b1e0a273af: Pull complete 01:31:08 5d3b04190fa2: Pull complete 01:31:13 2f39f015ded8: Pull complete 01:31:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:31:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:31:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:13 prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container 01:31:13 $ 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/gexfoundry_device-mqtt-go_PR-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:31:19 $ docker top 3914e83bc4c9d4e01eda99b3e3424f5454754e904985636030188db817fdea1b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:19 ---> job-cost.sh 01:31:19 lf-activate-venv: SKIPPING 01:31:19 INFO: No Stack... 01:31:19 INFO: Retrieving Pricing Info for: v3-standard-8 01:31:20 INFO: Archiving Costs [Pipeline] sh 01:31:20 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives/cost.csv 01:31:20 + cut -d, -f6 [Pipeline] lock 01:31:20 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] 01:31:20 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] did not exist. Created. 01:31:20 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:31:20 + echo total: 0.2199999988079071 [Pipeline] stash 01:31:21 Stashed 1 file(s) [Pipeline] } 01:31:21 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:31:21 $ docker stop --time=1 3914e83bc4c9d4e01eda99b3e3424f5454754e904985636030188db817fdea1b 01:31:22 $ docker rm -f --volumes 3914e83bc4c9d4e01eda99b3e3424f5454754e904985636030188db817fdea1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:31:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5759 in /w/workspace/gexfoundry_device-mqtt-go_PR-623 [Pipeline] { [Pipeline] ws 01:31:48 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:31:48 The recommended git tool is: git 01:31:55 using credential edgex-jenkins-ssh 01:31:55 Cloning the remote Git repository 01:31:55 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:31:56 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:31:56 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:31:56 > git --version # timeout=10 01:31:56 > git --version # 'git version 2.25.1' 01:31:56 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:31:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:31:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:31:58 Merging remotes/origin/main commit 6f4870105b6de4608a6fa1c66d7959f9992f8cce into PR head commit 60e743316371a1327b1583b90b54533fbf8c3d95 01:31:59 Merge succeeded, producing 60e743316371a1327b1583b90b54533fbf8c3d95 01:31:59 Checking out Revision 60e743316371a1327b1583b90b54533fbf8c3d95 (PR-623) 01:31:58 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:31:58 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:31:58 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:31:58 > git config core.sparsecheckout # timeout=10 01:31:58 > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # timeout=10 01:31:59 > git remote # timeout=10 01:31:59 > git config --get remote.origin.url # timeout=10 01:31:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:59 > git merge 6f4870105b6de4608a6fa1c66d7959f9992f8cce # timeout=10 01:31:59 > git rev-parse HEAD^{commit} # timeout=10 01:31:59 > git config core.sparsecheckout # timeout=10 01:31:59 > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # timeout=10 01:31:59 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 01:31:59 > git --version # timeout=10 01:31:59 > git --version # 'git version 2.25.1' 01:31:59 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:32:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:32:00 % Total % Received % Xferd Average Speed Time Time Time Current 01:32:00 Dload Upload Total Spent Left Speed 01:32:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh 01:32:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:32:01 + sudo tee /etc/docker/daemon.new 01:32:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:32:01 { 01:32:01 "registry-mirrors": [ 01:32:01 "https://nexus3.edgexfoundry.org:10001" 01:32:01 ], 01:32:01 "bip": "10.250.0.254/24", 01:32:01 "hosts": [ 01:32:01 "tcp://0.0.0.0:5555", 01:32:01 "unix:///var/run/docker.sock" 01:32:01 ], 01:32:01 "mtu": 1458, 01:32:01 "selinux-enabled": true, 01:32:01 "seccomp-profile": "/etc/docker/seccomp.json" 01:32:01 } [Pipeline] sh 01:32:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:32:02 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:20 provisioning config files... 01:32:20 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config10961515770338200773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:21 ---> docker-login.sh 01:32:21 nexus3.edgexfoundry.org:10001 01:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:21 Configure a credential helper to remove this warning. See 01:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:21 01:32:21 Login Succeeded 01:32:21 nexus3.edgexfoundry.org:10002 01:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:22 Configure a credential helper to remove this warning. See 01:32:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:22 01:32:22 Login Succeeded 01:32:22 nexus3.edgexfoundry.org:10003 01:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:22 Configure a credential helper to remove this warning. See 01:32:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:22 01:32:22 Login Succeeded 01:32:22 nexus3.edgexfoundry.org:10004 01:32:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:23 Configure a credential helper to remove this warning. See 01:32:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:23 01:32:23 Login Succeeded 01:32:23 docker.io 01:32:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:23 Configure a credential helper to remove this warning. See 01:32:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:23 01:32:23 Login Succeeded 01:32:23 ---> docker-login.sh ends [Pipeline] } 01:32:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:32:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:24 ========================================================= 01:32:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 01:32:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:24 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 01:32:24 Sending build context to Docker daemon 3.342MB 01:32:24 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 01:32:24 Step 2/12 : FROM ${BASE} AS builder 01:32:25 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:32:25 edb6bdbacee9: Pulling fs layer 01:32:25 5f9638ab2659: Pulling fs layer 01:32:25 8d51d6327a98: Pulling fs layer 01:32:25 8b374f2dd631: Pulling fs layer 01:32:25 ec14aa9079de: Pulling fs layer 01:32:25 2f466654f4bb: Pulling fs layer 01:32:25 554e91adad29: Pulling fs layer 01:32:25 8b374f2dd631: Waiting 01:32:25 ec14aa9079de: Waiting 01:32:25 2f466654f4bb: Waiting 01:32:25 554e91adad29: Waiting 01:32:25 5f9638ab2659: Verifying Checksum 01:32:25 5f9638ab2659: Download complete 01:32:25 8b374f2dd631: Download complete 01:32:25 ec14aa9079de: Verifying Checksum 01:32:25 ec14aa9079de: Download complete 01:32:25 edb6bdbacee9: Verifying Checksum 01:32:25 edb6bdbacee9: Download complete 01:32:26 edb6bdbacee9: Pull complete 01:32:26 554e91adad29: Download complete 01:32:26 5f9638ab2659: Pull complete 01:32:27 2f466654f4bb: Download complete 01:32:27 8d51d6327a98: Verifying Checksum 01:32:27 8d51d6327a98: Download complete 01:32:40 8d51d6327a98: Pull complete 01:32:40 8b374f2dd631: Pull complete 01:32:40 ec14aa9079de: Pull complete 01:32:46 2f466654f4bb: Pull complete 01:32:51 554e91adad29: Pull complete 01:32:51 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 01:32:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 01:32:51 ---> 1e15ea492957 01:32:51 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:32:51 ---> Running in d1bd40b6ae61 01:32:51 Removing intermediate container d1bd40b6ae61 01:32:51 ---> bcdef49dab1f 01:32:51 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:32:51 ---> Running in e0c4eb861731 01:32:51 Removing intermediate container e0c4eb861731 01:32:51 ---> 1ac718f80fda 01:32:51 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:32:52 ---> Running in e02a234902b0 01:32:52 Removing intermediate container e02a234902b0 01:32:52 ---> 96c92a51d6f5 01:32:52 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:32:52 ---> Running in b1681d0eabb1 01:32:52 Removing intermediate container b1681d0eabb1 01:32:52 ---> 32cc0cfb333a 01:32:52 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:32:52 ---> Running in a5475607332f 01:32:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:32:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:32:55 (1/4) Installing openssh-keygen (9.1_p1-r4) 01:32:55 (2/4) Installing libedit (20221030.3.1-r0) 01:32:55 (3/4) Installing openssh-client-common (9.1_p1-r4) 01:32:55 (4/4) Installing openssh-client-default (9.1_p1-r4) 01:32:55 Executing busybox-1.35.0-r29.trigger 01:32:55 OK: 268 MiB in 57 packages 01:32:56 Removing intermediate container a5475607332f 01:32:56 ---> 6fdeb90ee26e 01:32:56 Step 8/12 : WORKDIR /device-mqtt-go 01:32:56 ---> Running in ad3b5686dea5 01:32:56 Removing intermediate container ad3b5686dea5 01:32:56 ---> 770c438900a0 01:32:56 Step 9/12 : COPY go.mod vendor* ./ 01:32:57 ---> 7c6652f5e710 01:32:57 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:57 ---> Running in 81805b9a55e3 01:34:05 Removing intermediate container 81805b9a55e3 01:34:05 ---> acb82170931e 01:34:05 Step 11/12 : COPY . . 01:34:05 ---> cdaf47c58de7 01:34:05 Step 12/12 : RUN $MAKE 01:34:05 ---> Running in d586ac653ccb 01:34:05 noop 01:34:05 Removing intermediate container d586ac653ccb 01:34:05 ---> 94a1db744fe7 01:34:05 Successfully built 94a1db744fe7 01:34:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:05 + docker inspect -f . ci-base-image-arm64 01:34:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:06 prd-ubuntu20.04-docker-arm64-4c-16g-5759 does not seem to be running inside a container 01:34:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** -e ******** ci-base-image-arm64 cat 01:34:07 $ docker top 814a91efd3e4799d83a882af48c52ebc0a5a7a325ef774add4790ec2e61fa2ba -eo pid,comm [Pipeline] { [Pipeline] sh 01:34:08 + go version 01:34:08 go version go1.20.6 linux/arm64 [Pipeline] } 01:34:08 $ docker stop --time=1 814a91efd3e4799d83a882af48c52ebc0a5a7a325ef774add4790ec2e61fa2ba 01:34:09 $ docker rm -f --volumes 814a91efd3e4799d83a882af48c52ebc0a5a7a325ef774add4790ec2e61fa2ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:10 + docker inspect -f . ci-base-image-arm64 01:34:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:11 prd-ubuntu20.04-docker-arm64-4c-16g-5759 does not seem to be running inside a container 01:34:11 $ 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/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** -e ******** ci-base-image-arm64 cat 01:34:14 $ docker top 01edda11d467c15822f894cd82dcde59bc39ad39d7c36aaa3d5cecc0eb42cd1c -eo pid,comm [Pipeline] { [Pipeline] sh 01:34:14 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 01:34:15 + make test 01:34:15 go test ./... -coverprofile=coverage.out ./... 01:34:47 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:36:54 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:36:54 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:36:54 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.076s coverage: 22.8% of statements 01:36:54 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:36:54 go vet ./... 01:37:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:37:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:37:17 ./bin/test-attribution-txt.sh [Pipeline] echo 01:37:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:37:17 $ docker stop --time=1 01edda11d467c15822f894cd82dcde59bc39ad39d7c36aaa3d5cecc0eb42cd1c 01:37:19 $ docker rm -f --volumes 01edda11d467c15822f894cd82dcde59bc39ad39d7c36aaa3d5cecc0eb42cd1c [Pipeline] // withDockerContainer [Pipeline] sh 01:37:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:37:20 Warning: overwriting stash ‘coverage-report’ 01:37:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:37:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:37:21 + ls -al . 01:37:21 total 184 01:37:21 drwxrwxr-x 9 jenkins jenkins 4096 Sep 11 01:34 . 01:37:21 drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:31 .. 01:37:21 -rw-rw-r-- 1 jenkins jenkins 140 Sep 11 01:31 .dockerignore 01:37:21 drwxrwxr-x 8 jenkins jenkins 4096 Sep 11 01:31 .git 01:37:21 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:31 .github 01:37:21 -rw-rw-r-- 1 jenkins jenkins 329 Sep 11 01:31 .gitignore 01:37:21 -rw-rw-r-- 1 jenkins jenkins 41 Sep 11 01:31 .golangci.yml 01:37:21 -rw-rw-r-- 1 jenkins jenkins 10386 Sep 11 01:31 Attribution.txt 01:37:21 -rw-rw-r-- 1 jenkins jenkins 17522 Sep 11 01:31 CHANGELOG.md 01:37:21 -rw-rw-r-- 1 jenkins jenkins 1689 Sep 11 01:31 Dockerfile 01:37:21 -rw-rw-r-- 1 jenkins jenkins 677 Sep 11 01:31 GOVERNANCE.md 01:37:21 -rw-rw-r-- 1 jenkins jenkins 678 Sep 11 01:31 Jenkinsfile 01:37:21 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 11 01:31 LICENSE 01:37:21 -rw-rw-r-- 1 jenkins jenkins 1963 Sep 11 01:31 Makefile 01:37:21 -rw-rw-r-- 1 jenkins jenkins 620 Sep 11 01:31 OWNERS.md 01:37:21 -rw-rw-r-- 1 jenkins jenkins 3695 Sep 11 01:31 README.md 01:37:21 -rw-rw-r-- 1 jenkins jenkins 5 Sep 11 01:29 VERSION 01:37:21 drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:31 bin 01:37:21 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:31 cmd 01:37:21 -rw-r--r-- 1 jenkins jenkins 18506 Sep 11 01:36 coverage.out 01:37:21 -rw-rw-r-- 1 jenkins jenkins 3820 Sep 11 01:31 go.mod 01:37:21 -rw-rw-r-- 1 jenkins jenkins 34092 Sep 11 01:31 go.sum 01:37:21 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:31 internal 01:37:21 drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:31 mock 01:37:21 drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:31 snap 01:37:21 -rw-rw-r-- 1 jenkins jenkins 227 Sep 11 01:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:22 + 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=60e743316371a1327b1583b90b54533fbf8c3d95 --label arch=arm64 --label version=0.0.0 . 01:37:22 Sending build context to Docker daemon 3.362MB 01:37:22 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 01:37:22 Step 2/24 : FROM ${BASE} AS builder 01:37:22 ---> 94a1db744fe7 01:37:22 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:37:23 ---> Running in 44f7873e61ff 01:37:23 Removing intermediate container 44f7873e61ff 01:37:23 ---> 174b9f64ea38 01:37:23 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:37:23 ---> Running in f56d89bb4144 01:37:23 Removing intermediate container f56d89bb4144 01:37:23 ---> a3f93882edd0 01:37:23 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:37:23 ---> Running in 435f8d8eaf17 01:37:24 Removing intermediate container 435f8d8eaf17 01:37:24 ---> ef0e37eea156 01:37:24 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 01:37:24 ---> Running in 6839a8316489 01:37:24 Removing intermediate container 6839a8316489 01:37:24 ---> cec622e87267 01:37:24 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:37:24 ---> Running in e229a785551d 01:37:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:37:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:37:26 OK: 268 MiB in 57 packages 01:37:27 Removing intermediate container e229a785551d 01:37:27 ---> 6765a7285f18 01:37:27 Step 8/24 : WORKDIR /device-mqtt-go 01:37:27 ---> Running in c98e71bcb6f1 01:37:28 Removing intermediate container c98e71bcb6f1 01:37:28 ---> 2c719f4a6f37 01:37:28 Step 9/24 : COPY go.mod vendor* ./ 01:37:28 ---> 0f964d78af1e 01:37:28 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:37:28 ---> Running in cfed1805d969 01:37:30 Removing intermediate container cfed1805d969 01:37:30 ---> b7504be6d07e 01:37:30 Step 11/24 : COPY . . 01:37:32 ---> 174d44fd17b8 01:37:32 Step 12/24 : RUN $MAKE 01:37:32 ---> Running in 1843a86efb01 01:37:32 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.20" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 01:39:40 Removing intermediate container 1843a86efb01 01:39:40 ---> e10c9a528e1f 01:39:40 Step 13/24 : FROM alpine:3.17 01:39:40 3.17: Pulling from library/alpine 01:39:40 4060ece20d7a: Pulling fs layer 01:39:41 4060ece20d7a: Verifying Checksum 01:39:41 4060ece20d7a: Download complete 01:39:41 4060ece20d7a: Pull complete 01:39:41 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:39:41 Status: Downloaded newer image for alpine:3.17 01:39:41 ---> 8650cd65339b 01:39:41 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:39:42 ---> Running in ae1bb25d7f5f 01:39:42 Removing intermediate container ae1bb25d7f5f 01:39:42 ---> 033292eefee1 01:39:42 Step 15/24 : RUN apk add --update --no-cache dumb-init 01:39:42 ---> Running in d16b51c6ce41 01:39:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:39:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:39:44 (1/1) Installing dumb-init (1.2.5-r2) 01:39:44 Executing busybox-1.35.0-r29.trigger 01:39:44 OK: 8 MiB in 16 packages 01:39:45 Removing intermediate container d16b51c6ce41 01:39:45 ---> 95a1213fd3e7 01:39:45 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 01:39:46 ---> e7ea59687a8b 01:39:46 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 01:39:51 ---> a3a573070b94 01:39:51 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:39:51 ---> e98db0a56f8b 01:39:51 Step 19/24 : EXPOSE 59982 01:39:51 ---> Running in a8c76aebf625 01:39:51 Removing intermediate container a8c76aebf625 01:39:51 ---> e53ad7336c8a 01:39:51 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 01:39:51 ---> Running in 650c5032b5ad 01:39:51 Removing intermediate container 650c5032b5ad 01:39:51 ---> be75c09902a0 01:39:51 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 01:39:51 ---> Running in 0367488d5987 01:39:51 Removing intermediate container 0367488d5987 01:39:51 ---> 03a53014f01c 01:39:51 Step 22/24 : LABEL arch=arm64 01:39:52 ---> Running in 1d9f6cc70f83 01:39:52 Removing intermediate container 1d9f6cc70f83 01:39:52 ---> 80e13ce9986f 01:39:52 Step 23/24 : LABEL git_sha=60e743316371a1327b1583b90b54533fbf8c3d95 01:39:52 ---> Running in aa33f1a6eb0f 01:39:52 Removing intermediate container aa33f1a6eb0f 01:39:52 ---> b088c062afcb 01:39:52 Step 24/24 : LABEL version=0.0.0 01:39:52 ---> Running in eb981bf92ebe 01:39:52 Removing intermediate container eb981bf92ebe 01:39:52 ---> 960f771076b4 01:39:52 [Warning] One or more build-args [ARCH] were not consumed 01:39:52 Successfully built 960f771076b4 01:39:52 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:39:53 01:39:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:39:54 arm64: Pulling from edgex-lftools-log-publisher 01:39:54 8998bd30e6a1: Pulling fs layer 01:39:54 04944245beec: Pulling fs layer 01:39:54 699f458cf7ca: Pulling fs layer 01:39:54 765212b225bb: Pulling fs layer 01:39:54 f23df028b6ca: Pulling fs layer 01:39:54 d65c8cfc05b1: Pulling fs layer 01:39:54 2437ff75d9bd: Pulling fs layer 01:39:54 765212b225bb: Waiting 01:39:54 f23df028b6ca: Waiting 01:39:54 d65c8cfc05b1: Waiting 01:39:54 2437ff75d9bd: Waiting 01:39:54 04944245beec: Verifying Checksum 01:39:54 04944245beec: Download complete 01:39:54 765212b225bb: Verifying Checksum 01:39:54 765212b225bb: Download complete 01:39:54 f23df028b6ca: Verifying Checksum 01:39:54 f23df028b6ca: Download complete 01:39:54 d65c8cfc05b1: Verifying Checksum 01:39:54 d65c8cfc05b1: Download complete 01:39:54 699f458cf7ca: Verifying Checksum 01:39:54 699f458cf7ca: Download complete 01:39:55 8998bd30e6a1: Download complete 01:39:57 2437ff75d9bd: Verifying Checksum 01:39:57 2437ff75d9bd: Download complete 01:39:59 8998bd30e6a1: Pull complete 01:39:59 04944245beec: Pull complete 01:40:00 699f458cf7ca: Pull complete 01:40:01 765212b225bb: Pull complete 01:40:05 f23df028b6ca: Pull complete 01:40:05 d65c8cfc05b1: Pull complete 01:40:20 2437ff75d9bd: Pull complete 01:40:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:40:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:40:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:20 prd-ubuntu20.04-docker-arm64-4c-16g-5759 does not seem to be running inside a container 01:40:20 $ 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/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:40:22 $ docker top 5f1d7ae896b1da8023564d6182d3232421e898871f78565f5c1d0a3b75d022fa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:40:23 ---> job-cost.sh 01:40:23 lf-activate-venv: SKIPPING 01:40:23 INFO: No Stack... 01:40:24 INFO: Retrieving Pricing Info for: v3-standard-4 01:40:24 INFO: Archiving Costs [Pipeline] sh 01:40:25 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 01:40:25 + cut -d, -f6 [Pipeline] lock 01:40:25 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] 01:40:25 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] did not exist. Created. 01:40:25 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:40:26 /w/workspace/device-mqtt-go/1@tmp/durable-eefaf593/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:40:26 + echo total: 0.10999999940395355 [Pipeline] stash 01:40:26 Warning: overwriting stash ‘stack-cost’ 01:40:26 Stashed 1 file(s) [Pipeline] } 01:40:26 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:40:26 $ docker stop --time=1 5f1d7ae896b1da8023564d6182d3232421e898871f78565f5c1d0a3b75d022fa 01:40:28 $ docker rm -f --volumes 5f1d7ae896b1da8023564d6182d3232421e898871f78565f5c1d0a3b75d022fa [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 01:40:29 provisioning config files... 01:40:29 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config10885729116133908945tmp [Pipeline] { [Pipeline] sh 01:40:29 + set +x 01:40:29 + curl+ -s https://codecov.io/bash 01:40:29 bash -s -- 01:40:29 01:40:29 _____ _ 01:40:29 / ____| | | 01:40:29 | | ___ __| | ___ ___ _____ __ 01:40:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:40:29 | |___| (_) | (_| | __/ (_| (_) \ V / 01:40:29 \_____\___/ \__,_|\___|\___\___/ \_/ 01:40:29 Bash-1.0.6 01:40:29 01:40:29 01:40:29 ==> git version 2.25.1 found 01:40:29 ==> 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 01:40:29 Release-Date: 2020-01-08 01:40:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:40:29 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:40:29 ==> Jenkins CI detected. 01:40:29 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-623 01:40:29 project root: . 01:40:29 --> token set from env 01:40:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:40:29 ==> Running gcov in . (disable via -X gcov) 01:40:29 ==> Python coveragepy not found 01:40:29 ==> Searching for coverage reports in: 01:40:29 + . 01:40:29 -> Found 1 reports 01:40:29 ==> Detecting git/mercurial file structure 01:40:29 ==> Reading reports 01:40:29 + ./coverage.out bytes=18506 01:40:29 ==> Appending adjustments 01:40:29 https://docs.codecov.io/docs/fixing-reports 01:40:29 + Found adjustments 01:40:29 ==> Gzipping contents 01:40:29 4.0K /tmp/codecov.8fhJme.gz 01:40:29 ==> Uploading reports 01:40:29 url: https://codecov.io 01:40:29 query: branch=PR-623&commit=60e743316371a1327b1583b90b54533fbf8c3d95&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-623%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=623&job=&cmd_args= 01:40:29 -> Pinging Codecov 01:40:29 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-623&commit=60e743316371a1327b1583b90b54533fbf8c3d95&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-623%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=623&job=&cmd_args= 01:40:30 -> Uploading to 01:40:30 https://storage.googleapis.com/codecov/v4/raw/2023-09-11/7D719EC7BBE17E464838252E33014C33/60e743316371a1327b1583b90b54533fbf8c3d95/b4b112d6-6398-46d1-9dfa-cff739b5216d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230911%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230911T014029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19169224b18c6eafcd50f47fba3f3cb94db06c98ee9456228c841a67326954eb 01:40:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:40:30 Dload Upload Total Spent Left Speed 01:40:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 15475 --:--:-- --:--:-- --:--:-- 15550 01:40:30 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] } 01:40:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 01:40:31 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives ] 01:40:31 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives 01:40:31 total 16 01:40:31 drwxr-xr-x 3 root root 4096 Sep 11 01:31 . 01:40:31 drwxrwxr-x 11 jenkins jenkins 4096 Sep 11 01:31 .. 01:40:31 drwxr-xr-x 2 root root 4096 Sep 11 01:31 cost 01:40:31 -rw-r--r-- 1 root root 86 Sep 11 01:31 cost.csv 01:40:31 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives 01:40:31 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives 01:40:31 total 16 01:40:31 drwxr-xr-x 3 jenkins jenkins 4096 Sep 11 01:31 . 01:40:31 drwxrwxr-x 11 jenkins jenkins 4096 Sep 11 01:31 .. 01:40:31 drwxr-xr-x 2 jenkins jenkins 4096 Sep 11 01:31 cost 01:40:31 -rw-r--r-- 1 jenkins jenkins 86 Sep 11 01:31 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:40:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:40:33 ---> package-listing.sh 01:40:33 ++ facter osfamily 01:40:33 ++ tr '[:upper:]' '[:lower:]' 01:40:33 + OS_FAMILY=debian 01:40:33 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-623 01:40:33 + START_PACKAGES=/tmp/packages_start.txt 01:40:33 + END_PACKAGES=/tmp/packages_end.txt 01:40:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:40:33 + PACKAGES=/tmp/packages_start.txt 01:40:33 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-623 ']' 01:40:33 + PACKAGES=/tmp/packages_end.txt 01:40:33 + case "${OS_FAMILY}" in 01:40:33 + dpkg -l 01:40:33 + grep '^ii' 01:40:33 + '[' -f /tmp/packages_start.txt ']' 01:40:33 + '[' -f /tmp/packages_end.txt ']' 01:40:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:40:33 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-623 ']' 01:40:33 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives/ 01:40:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives/ [Pipeline] echo 01:40:33 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/gexfoundry_device-mqtt-go_PR-623/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:40:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:40:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:34 prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container 01:40:34 $ 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/gexfoundry_device-mqtt-go_PR-623/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:40:34 $ docker top 5933a60e43ca2de562d457d10afe07b67ad4cf841f0c3bba89d6a7a5b174f42a -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:35 + touch /tmp/pre-build-complete [Pipeline] sh 01:40:35 + mkdir -p /var/log/sysstat [Pipeline] sh 01:40:35 + ls /var/log/sa-host 01:40:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:40:35 provisioning config files... 01:40:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config9599637377506695828tmp [Pipeline] { [Pipeline] echo 01:40:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:40:36 ---> create-netrc.sh [Pipeline] } 01:40:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:40:36 ---> python-tools-install.sh [Pipeline] echo 01:40:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:40:37 ---> sudo-logs.sh 01:40:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:40:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:40:37 ---> job-cost.sh 01:40:37 lf-activate-venv: SKIPPING 01:40:37 DEBUG: total: 0.2199999988079071 01:40:37 INFO: Retrieving Stack Cost... 01:40:38 INFO: Retrieving Pricing Info for: v3-standard-8 01:40:38 INFO: Archiving Costs [Pipeline] echo 01:40:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:40:38 ---> logs-deploy.sh 01:40:38 lf-activate-venv: SKIPPING 01:40:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-623/1 01:40:38 INFO: archiving workspace using pattern(s): 01:40:39 Archives upload complete. 01:40:39 INFO: archiving logs to Nexus