Pull request #318 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651+f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 (68dd99502efb19586d19f32a7b561cac3cecfeca) Running in Durability level: MAX_SURVIVABILITY 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-ssh616851929389715527.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 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-ssh8350147017688203322.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 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 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-318/workspace@libs/edgex-global-pipelines # 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-318/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh551500174435251295.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-318/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7077730696158775634.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 # timeout=10 Commit message: "Merge pull request #366 from ernestojeda/fix-builder-images-sdk-c" > 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 shared 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-ssh7267421548538925564.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-318/workspace@libs/lf-pipelines # 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-318/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3593114368521017371.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.16 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: true 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-561’ Running on prd-centos7-docker-4c-2g-567 in /w/workspace/gexfoundry_device-mqtt-go_PR-318 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-318 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/jenkins-gitclient-ssh8729966006625881653.key > 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 f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/jenkins-gitclient-ssh9006339426028602829.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/318/head:refs/remotes/origin/PR-318 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 > git remote # timeout=10 > 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 /w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/jenkins-gitclient-ssh1442981186697289128.key > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 Merge succeeded, producing 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 Checking out Revision 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 (PR-318) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:19:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:19:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:19:33 ========================================================= 01:19:33 EdgeX Global Pipelines Version Info 01:19:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:19:34 ------------------- 01:19:34 stable info: 01:19:34 ------------------- 01:19:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:19:34 Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 01:19:34 Message: update stable to v1.0.215 01:19:35 ------------------- 01:19:35 experimental info: 01:19:35 ------------------- 01:19:35 Commited By: **** collab-it+edgex@linuxfoundation.org 01:19:35 Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 01:19:35 Message: update experimental to v1.0.215 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:19:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-318 [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-318 [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-318 [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a27e7e [Pipeline] echo 01:19:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:19:36 provisioning config files... 01:19:36 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/config2433995379386073753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:19:37 ---> docker-login.sh 01:19:37 nexus3.edgexfoundry.org:10001 01:19:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:37 Configure a credential helper to remove this warning. See 01:19:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:37 01:19:37 Login Succeeded 01:19:37 nexus3.edgexfoundry.org:10002 01:19:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:37 Configure a credential helper to remove this warning. See 01:19:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:37 01:19:37 Login Succeeded 01:19:37 nexus3.edgexfoundry.org:10003 01:19:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:37 Configure a credential helper to remove this warning. See 01:19:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:37 01:19:37 Login Succeeded 01:19:37 nexus3.edgexfoundry.org:10004 01:19:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:37 Configure a credential helper to remove this warning. See 01:19:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:37 01:19:37 Login Succeeded 01:19:37 docker.io 01:19:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:38 Configure a credential helper to remove this warning. See 01:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:38 01:19:38 Login Succeeded 01:19:38 ---> docker-login.sh ends [Pipeline] } 01:19:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:19:38 + git rev-list -1 --merges 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651~1..2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo 01:19:38 -----------> git rev-list -1 --merges 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651~1..2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [false] [Pipeline] sh 01:19:39 + git log --format=format:%s -1 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo 01:19:39 ========================================================= 01:19:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:19:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:19:39 + git log --format=format:%s -1 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo 01:19:39 [semverPrep] GIT_COMMIT: 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 01:19:39 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:19:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:19:40 01:19:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:19:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:19:40 latest: Pulling from edgex-devops/git-semver 01:19:40 a0d0a0d46f8b: Pulling fs layer 01:19:40 3e5f54012d9b: Pulling fs layer 01:19:40 4c7163046ea9: Pulling fs layer 01:19:40 0c2d73faf560: Pulling fs layer 01:19:40 0c2d73faf560: Waiting 01:19:40 3e5f54012d9b: Verifying Checksum 01:19:40 3e5f54012d9b: Download complete 01:19:40 a0d0a0d46f8b: Verifying Checksum 01:19:40 a0d0a0d46f8b: Download complete 01:19:40 0c2d73faf560: Verifying Checksum 01:19:40 0c2d73faf560: Download complete 01:19:40 4c7163046ea9: Verifying Checksum 01:19:40 4c7163046ea9: Download complete 01:19:40 a0d0a0d46f8b: Pull complete 01:19:40 3e5f54012d9b: Pull complete 01:19:41 4c7163046ea9: Pull complete 01:19:41 0c2d73faf560: Pull complete 01:19:41 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 01:19:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:19:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:19:41 prd-centos7-docker-4c-2g-567 does not seem to be running inside a container 01:19:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-318 -v /w/workspace/gexfoundry_device-mqtt-go_PR-318:/w/workspace/gexfoundry_device-mqtt-go_PR-318:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-318@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:10004/edgex-devops/git-semver:latest cat 01:19:41 $ docker top 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:19:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:19:42 [ssh-agent] Looking for ssh-agent implementation... 01:19:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:19:42 $ docker exec 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent 01:19:42 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmKPgop/agent.13 01:19:42 SSH_AGENT_PID=20 01:19:42 Running ssh-add (command line suppressed) 01:19:42 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/private_key_1448002681226896395.key (/w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/private_key_1448002681226896395.key) 01:19:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:19:42 + git tag --points-at HEAD [Pipeline] } 01:19:42 $ docker exec --env ******** --env ******** 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent -k 01:19:42 unset SSH_AUTH_SOCK; 01:19:42 unset SSH_AGENT_PID; 01:19:42 echo Agent pid 20 killed; 01:19:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:19:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:19:43 [ssh-agent] Looking for ssh-agent implementation... 01:19:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:19:43 $ docker exec 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent 01:19:43 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPMocNd/agent.54 01:19:43 SSH_AGENT_PID=60 01:19:43 Running ssh-add (command line suppressed) 01:19:43 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/private_key_2468345513714735198.key (/w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/private_key_2468345513714735198.key) 01:19:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:19:43 + git semver init 01:19:43 # -> Open(): unable to determine branch for HEAD 01:19:43 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-318/.git 01:19:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-318 01:19:43 # $SEMVER_REMOTE_NAME = origin 01:19:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:19:43 # $SEMVER_USER_NAME = edgex-jenkins 01:19:43 # $SEMVER_BRANCH = PR-318 01:19:43 # $SEMVER_TEMP = /tmp/semver-535573658 01:19:43 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 01:19:44 # '/tmp/semver-535573658' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-318/.semver' 01:19:44 # -> Force: false 01:19:44 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-318/.semver [Pipeline] } 01:19:44 $ docker exec --env ******** --env ******** 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent -k 01:19:44 unset SSH_AUTH_SOCK; 01:19:44 unset SSH_AGENT_PID; 01:19:44 echo Agent pid 60 killed; 01:19:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:44 + git semver [Pipeline] } 01:19:44 $ docker stop --time=1 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 01:19:46 $ docker rm -f 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 [Pipeline] // withDockerContainer [Pipeline] sh 01:19:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:19:46 Stashed 1 file(s) [Pipeline] echo 01:19:46 [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] node [Pipeline] node 01:20:02 Still waiting to schedule task 01:20:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:20:02 Still waiting to schedule task 01:20:02 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-565’ 01:20:56 Running on prd-centos7-docker-4c-2g-570 in /w/workspace/gexfoundry_device-mqtt-go_PR-318 [Pipeline] { [Pipeline] ws 01:20:56 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:20:56 Selected Git installation does not exist. Using Default 01:20:56 The recommended git tool is: NONE 01:20:58 using credential edgex-jenkins-ssh 01:20:58 Cloning the remote Git repository 01:20:57 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:20:57 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:20:57 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:20:57 > git --version # timeout=10 01:20:57 > git --version # 'git version 2.24.4' 01:20:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:20:58 [INFO] Currently running in a labeled security context 01:20:58 [INFO] Currently SELinux is 'enforcing' on the host 01:20:58 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh4677476492973125443.key 01:20:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:20:58 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:20:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:20:58 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:20:58 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:20:58 using GIT_SSH to set credentials SSH Credentials for GitHub 01:20:58 [INFO] Currently running in a labeled security context 01:20:58 [INFO] Currently SELinux is 'enforcing' on the host 01:20:58 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh5808304329546064010.key 01:20:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/318/head:refs/remotes/origin/PR-318 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:20:59 Merging remotes/origin/main commit f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 01:20:59 Merge succeeded, producing 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 01:20:59 Checking out Revision 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 (PR-318) 01:20:59 > git config core.sparsecheckout # timeout=10 01:20:59 > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 01:20:59 > git remote # timeout=10 01:20:59 > git config --get remote.origin.url # timeout=10 01:20:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:20:59 [INFO] Currently running in a labeled security context 01:20:59 [INFO] Currently SELinux is 'enforcing' on the host 01:20:59 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh2409813518752820130.key 01:20:59 > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 01:20:59 > git rev-parse HEAD^{commit} # timeout=10 01:20:59 > git config core.sparsecheckout # timeout=10 01:20:59 > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 01:21:03 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 01:21:03 > git --version # timeout=10 01:21:03 > git --version # 'git version 2.24.4' 01:21:03 fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:21:04 provisioning config files... 01:21:04 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config2670107421860737452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:21:04 ---> docker-login.sh 01:21:04 nexus3.edgexfoundry.org:10001 01:21:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:04 Configure a credential helper to remove this warning. See 01:21:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:04 01:21:04 Login Succeeded 01:21:04 nexus3.edgexfoundry.org:10002 01:21:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:04 Configure a credential helper to remove this warning. See 01:21:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:04 01:21:04 Login Succeeded 01:21:04 nexus3.edgexfoundry.org:10003 01:21:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:04 Configure a credential helper to remove this warning. See 01:21:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:04 01:21:04 Login Succeeded 01:21:04 nexus3.edgexfoundry.org:10004 01:21:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:05 Configure a credential helper to remove this warning. See 01:21:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:05 01:21:05 Login Succeeded 01:21:05 docker.io 01:21:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:05 Configure a credential helper to remove this warning. See 01:21:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:05 01:21:05 Login Succeeded 01:21:05 ---> docker-login.sh ends [Pipeline] } 01:21:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:21:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:21:05 ========================================================= 01:21:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 01:21:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 01:21:06 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 01:21:06 Sending build context to Docker daemon 721.4kB 01:21:06 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 01:21:06 Step 2/11 : FROM ${BASE} AS builder 01:21:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 01:21:06 a0d0a0d46f8b: Pulling fs layer 01:21:06 31adcdaf11c8: Pulling fs layer 01:21:06 b8b176561691: Pulling fs layer 01:21:06 4527c011a84f: Pulling fs layer 01:21:06 5d74067f8e1e: Pulling fs layer 01:21:06 e0aca202a116: Pulling fs layer 01:21:06 3a43be97a3b4: Pulling fs layer 01:21:06 34cad66bf833: Pulling fs layer 01:21:06 b4e3c513aaa6: Pulling fs layer 01:21:06 4527c011a84f: Waiting 01:21:06 5d74067f8e1e: Waiting 01:21:06 e0aca202a116: Waiting 01:21:06 3a43be97a3b4: Waiting 01:21:06 34cad66bf833: Waiting 01:21:06 b4e3c513aaa6: Waiting 01:21:06 b8b176561691: Verifying Checksum 01:21:06 b8b176561691: Download complete 01:21:06 31adcdaf11c8: Verifying Checksum 01:21:06 31adcdaf11c8: Download complete 01:21:06 5d74067f8e1e: Verifying Checksum 01:21:06 5d74067f8e1e: Download complete 01:21:06 e0aca202a116: Verifying Checksum 01:21:06 e0aca202a116: Download complete 01:21:06 a0d0a0d46f8b: Verifying Checksum 01:21:06 a0d0a0d46f8b: Download complete 01:21:06 3a43be97a3b4: Verifying Checksum 01:21:06 3a43be97a3b4: Download complete 01:21:06 34cad66bf833: Verifying Checksum 01:21:06 34cad66bf833: Download complete 01:21:06 a0d0a0d46f8b: Pull complete 01:21:06 31adcdaf11c8: Pull complete 01:21:06 b8b176561691: Pull complete 01:21:06 4527c011a84f: Verifying Checksum 01:21:06 4527c011a84f: Download complete 01:21:07 b4e3c513aaa6: Verifying Checksum 01:21:07 b4e3c513aaa6: Download complete 01:21:11 4527c011a84f: Pull complete 01:21:11 5d74067f8e1e: Pull complete 01:21:11 e0aca202a116: Pull complete 01:21:11 3a43be97a3b4: Pull complete 01:21:11 34cad66bf833: Pull complete 01:21:13 b4e3c513aaa6: Pull complete 01:21:13 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 01:21:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:21:13 ---> 9f6097aaca64 01:21:13 Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:21:18 ---> Running in d5dee5a223b6 01:21:18 Removing intermediate container d5dee5a223b6 01:21:18 ---> bfc9a2251afb 01:21:18 Step 4/11 : ARG ALPINE_PKG_EXTRA="" 01:21:18 ---> Running in 921f3c59dd65 01:21:18 Removing intermediate container 921f3c59dd65 01:21:18 ---> efd2a8683975 01:21:18 Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:21:18 ---> Running in 871233a2eee9 01:21:18 Removing intermediate container 871233a2eee9 01:21:18 ---> ce1a76b60cac 01:21:18 Step 6/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:21:18 ---> Running in 06b41c450759 01:21:18 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 01:21:19 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 01:21:19 (1/4) Installing openssh-keygen (8.6_p1-r3) 01:21:19 (2/4) Installing libedit (20210216.3.1-r0) 01:21:20 (3/4) Installing openssh-client-common (8.6_p1-r3) 01:21:20 (4/4) Installing openssh-client-default (8.6_p1-r3) 01:21:20 Executing busybox-1.33.1-r3.trigger 01:21:20 OK: 224 MiB in 56 packages 01:21:20 Removing intermediate container 06b41c450759 01:21:20 ---> 1a059d34b0ad 01:21:20 Step 7/11 : WORKDIR /device-mqtt-go 01:21:20 ---> Running in a76c2f00fa2d 01:21:20 Removing intermediate container a76c2f00fa2d 01:21:20 ---> 1f0aab731408 01:21:20 Step 8/11 : COPY . . 01:21:20 ---> 29b0592e8344 01:21:20 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:21:20 ---> Running in f5e42ca5924f 01:22:07 Removing intermediate container f5e42ca5924f 01:22:07 ---> d75ffaf52a7e 01:22:07 Step 10/11 : ARG MAKE='make build' 01:22:07 ---> Running in 29c4d36d7645 01:22:07 Removing intermediate container 29c4d36d7645 01:22:07 ---> 2e7c8953b9ca 01:22:07 Step 11/11 : RUN $MAKE 01:22:07 ---> Running in 82bb92b2f004 01:22:07 noop 01:22:07 Removing intermediate container 82bb92b2f004 01:22:07 ---> b8a395d7a294 01:22:07 Successfully built b8a395d7a294 01:22:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:22:08 + docker inspect -f . ci-base-image-x86_64 01:22:08 . [Pipeline] withDockerContainer 01:22:08 prd-centos7-docker-4c-2g-570 does not seem to be running inside a container 01:22:08 $ 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-x86_64 cat 01:22:08 $ docker top bf9d02ca4fcdb731f819412c5775fc88b645b8e086b4e2870b3524deedcc6bc5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:08 + go version 01:22:08 go version go1.16.8 linux/amd64 [Pipeline] } 01:22:08 $ docker stop --time=1 bf9d02ca4fcdb731f819412c5775fc88b645b8e086b4e2870b3524deedcc6bc5 01:22:10 $ docker rm -f bf9d02ca4fcdb731f819412c5775fc88b645b8e086b4e2870b3524deedcc6bc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:22:10 + docker inspect -f . ci-base-image-x86_64 01:22:10 . [Pipeline] withDockerContainer 01:22:10 prd-centos7-docker-4c-2g-570 does not seem to be running inside a container 01:22:10 $ 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-x86_64 cat 01:22:11 $ docker top 7c7c881414f08d89d1382dae34f418b3b5af71b4b3662e9d8db0672a161f462d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:22:11 + make test 01:22:11 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 01:22:11 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 01:22:11 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 01:22:11 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 01:22:11 01:22:11 SECURITY ERROR 01:22:11 This download does NOT match an earlier download recorded in go.sum. 01:22:11 The bits may have been replaced on the origin server, or an attacker may 01:22:11 have intercepted the download attempt. 01:22:11 01:22:11 For more information, see 'go help module-auth'. 01:22:11 make: *** [Makefile:28: test] Error 1 [Pipeline] } 01:22:11 $ docker stop --time=1 7c7c881414f08d89d1382dae34f418b3b5af71b4b3662e9d8db0672a161f462d 01:22:12 $ docker rm -f 7c7c881414f08d89d1382dae34f418b3b5af71b4b3662e9d8db0672a161f462d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:22:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:14 01:22:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:22:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:14 latest: Pulling from edgex-lftools-log-publisher 01:22:14 b4d181a07f80: Pulling fs layer 01:22:14 a1111a8f2ec3: Pulling fs layer 01:22:14 ed53099fbce6: Pulling fs layer 01:22:14 dc539afda2c1: Pulling fs layer 01:22:14 77bc0d833cb6: Pulling fs layer 01:22:14 9065ff56babe: Pulling fs layer 01:22:14 d287ab97295c: Pulling fs layer 01:22:14 dc539afda2c1: Waiting 01:22:14 77bc0d833cb6: Waiting 01:22:14 9065ff56babe: Waiting 01:22:14 d287ab97295c: Waiting 01:22:14 a1111a8f2ec3: Verifying Checksum 01:22:14 a1111a8f2ec3: Download complete 01:22:14 dc539afda2c1: Verifying Checksum 01:22:14 dc539afda2c1: Download complete 01:22:14 ed53099fbce6: Verifying Checksum 01:22:14 ed53099fbce6: Download complete 01:22:14 9065ff56babe: Verifying Checksum 01:22:14 9065ff56babe: Download complete 01:22:14 77bc0d833cb6: Verifying Checksum 01:22:14 77bc0d833cb6: Download complete 01:22:14 b4d181a07f80: Verifying Checksum 01:22:14 b4d181a07f80: Download complete 01:22:15 d287ab97295c: Verifying Checksum 01:22:15 d287ab97295c: Download complete 01:22:16 b4d181a07f80: Pull complete 01:22:16 a1111a8f2ec3: Pull complete 01:22:17 ed53099fbce6: Pull complete 01:22:17 dc539afda2c1: Pull complete 01:22:17 77bc0d833cb6: Pull complete 01:22:17 9065ff56babe: Pull complete 01:22:22 d287ab97295c: Pull complete 01:22:22 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 01:22:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:22:22 prd-centos7-docker-4c-2g-570 does not seem to be running inside a container 01:22:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/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:latest cat 01:22:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-572 in /w/workspace/gexfoundry_device-mqtt-go_PR-318 01:22:25 $ docker top 7466e70b6dd2fb89d4ab18a648c283701f5ff3155ddccb0753700e84f1079a58 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 01:22:25 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:22:25 ---> job-cost.sh 01:22:25 lf-activate-venv: SKIPPING 01:22:25 INFO: No Stack... 01:22:25 Selected Git installation does not exist. Using Default 01:22:25 The recommended git tool is: NONE 01:22:26 INFO: Retrieving Pricing Info for: v3-standard-2 01:22:26 INFO: Archiving Costs [Pipeline] sh 01:22:26 + cut -d, -f6 01:22:26 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock 01:22:26 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] 01:22:26 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] did not exist. Created. 01:22:26 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:22:27 + echo total: 0.05999999865889549 [Pipeline] stash 01:22:27 Stashed 1 file(s) [Pipeline] } 01:22:27 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:22:27 $ docker stop --time=1 7466e70b6dd2fb89d4ab18a648c283701f5ff3155ddccb0753700e84f1079a58 01:22:28 $ docker rm -f 7466e70b6dd2fb89d4ab18a648c283701f5ff3155ddccb0753700e84f1079a58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:22:29 Failed in branch amd64 01:22:32 using credential edgex-jenkins-ssh 01:22:32 Cloning the remote Git repository 01:22:32 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:22:32 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:22:32 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:22:32 > git --version # timeout=10 01:22:32 > git --version # 'git version 2.17.1' 01:22:32 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:22:33 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:22:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:22:33 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:22:33 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:22:33 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/318/head:refs/remotes/origin/PR-318 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:22:34 Merging remotes/origin/main commit f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 01:22:34 Merge succeeded, producing 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 01:22:34 Checking out Revision 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 (PR-318) 01:22:34 > git config core.sparsecheckout # timeout=10 01:22:34 > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 01:22:34 > git remote # timeout=10 01:22:34 > git config --get remote.origin.url # timeout=10 01:22:34 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:34 > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 01:22:34 > git rev-parse HEAD^{commit} # timeout=10 01:22:34 > git config core.sparsecheckout # timeout=10 01:22:34 > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 01:22:38 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 01:22:38 > git --version # timeout=10 01:22:38 > git --version # 'git version 2.17.1' 01:22:38 fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:22:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:22:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:22:39 Dload Upload Total Spent Left Speed 01:22:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 80986 0 --:--:-- --:--:-- --:--:-- 80986 [Pipeline] sh 01:22:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:22:40 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:22:40 sudo tee /etc/docker/daemon.new 01:22:40 { 01:22:40 "registry-mirrors": [ 01:22:40 "https://nexus3.edgexfoundry.org:10001" 01:22:40 ], 01:22:40 "bip": "10.250.0.254/24", 01:22:40 "hosts": [ 01:22:40 "tcp://0.0.0.0:5555", 01:22:40 "unix:///var/run/docker.sock" 01:22:40 ], 01:22:40 "mtu": 1458, 01:22:40 "selinux-enabled": true, 01:22:40 "seccomp-profile": "/etc/docker/seccomp.json" 01:22:40 } [Pipeline] sh 01:22:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:22:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:22:59 provisioning config files... 01:22:59 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config4788708012896247502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:00 ---> docker-login.sh 01:23:00 nexus3.edgexfoundry.org:10001 01:23:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:01 Configure a credential helper to remove this warning. See 01:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:01 01:23:01 Login Succeeded 01:23:01 nexus3.edgexfoundry.org:10002 01:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:02 Configure a credential helper to remove this warning. See 01:23:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:02 01:23:02 Login Succeeded 01:23:02 nexus3.edgexfoundry.org:10003 01:23:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:02 Configure a credential helper to remove this warning. See 01:23:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:02 01:23:02 Login Succeeded 01:23:02 nexus3.edgexfoundry.org:10004 01:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:03 Configure a credential helper to remove this warning. See 01:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:03 01:23:03 Login Succeeded 01:23:03 docker.io 01:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:04 Configure a credential helper to remove this warning. See 01:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:04 01:23:04 Login Succeeded 01:23:04 ---> docker-login.sh ends [Pipeline] } 01:23:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:23:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:23:04 ========================================================= 01:23:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 01:23:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 01:23:05 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 01:23:05 Sending build context to Docker daemon 720.4kB 01:23:05 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 01:23:05 Step 2/11 : FROM ${BASE} AS builder 01:23:05 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:23:05 552d1f2373af: Pulling fs layer 01:23:05 ea3f2d53f512: Pulling fs layer 01:23:05 9e70ebbbe112: Pulling fs layer 01:23:05 7a9cfe048b4a: Pulling fs layer 01:23:05 72dc09318566: Pulling fs layer 01:23:05 f4f7b4309257: Pulling fs layer 01:23:05 0ac9a79272e3: Pulling fs layer 01:23:05 72dc09318566: Waiting 01:23:05 f4f7b4309257: Waiting 01:23:05 0ac9a79272e3: Waiting 01:23:05 7a9cfe048b4a: Waiting 01:23:05 b78e95d17946: Pulling fs layer 01:23:05 b78e95d17946: Waiting 01:23:05 9e70ebbbe112: Verifying Checksum 01:23:05 9e70ebbbe112: Download complete 01:23:05 ea3f2d53f512: Verifying Checksum 01:23:05 ea3f2d53f512: Download complete 01:23:06 72dc09318566: Verifying Checksum 01:23:06 72dc09318566: Download complete 01:23:06 f4f7b4309257: Verifying Checksum 01:23:06 f4f7b4309257: Download complete 01:23:06 552d1f2373af: Verifying Checksum 01:23:06 552d1f2373af: Download complete 01:23:06 0ac9a79272e3: Verifying Checksum 01:23:06 0ac9a79272e3: Download complete 01:23:07 552d1f2373af: Pull complete 01:23:07 ea3f2d53f512: Pull complete 01:23:08 9e70ebbbe112: Pull complete 01:23:08 b78e95d17946: Verifying Checksum 01:23:08 b78e95d17946: Download complete 01:23:08 7a9cfe048b4a: Verifying Checksum 01:23:08 7a9cfe048b4a: Download complete 01:23:19 7a9cfe048b4a: Pull complete 01:23:19 72dc09318566: Pull complete 01:23:19 f4f7b4309257: Pull complete 01:23:19 0ac9a79272e3: Pull complete 01:23:26 b78e95d17946: Pull complete 01:23:26 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 01:23:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:23:26 ---> 8b459fc5aaf0 01:23:26 Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:23:28 ---> Running in b8e9268ab4a8 01:23:28 Removing intermediate container b8e9268ab4a8 01:23:28 ---> 06f92faba660 01:23:28 Step 4/11 : ARG ALPINE_PKG_EXTRA="" 01:23:28 ---> Running in 96a1d44ff938 01:23:28 Removing intermediate container 96a1d44ff938 01:23:28 ---> d0da9443d37b 01:23:28 Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:28 ---> Running in 1a0fe0086c3e 01:23:31 Removing intermediate container 1a0fe0086c3e 01:23:31 ---> 5bedb8f0c47a 01:23:31 Step 6/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:23:31 ---> Running in 741a96780cff 01:23:32 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:23:33 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:23:34 (1/4) Installing openssh-keygen (8.6_p1-r3) 01:23:34 (2/4) Installing libedit (20210216.3.1-r0) 01:23:34 (3/4) Installing openssh-client-common (8.6_p1-r3) 01:23:34 (4/4) Installing openssh-client-default (8.6_p1-r3) 01:23:34 Executing busybox-1.33.1-r3.trigger 01:23:34 OK: 223 MiB in 56 packages 01:23:36 Removing intermediate container 741a96780cff 01:23:36 ---> cdf2ce4eaec8 01:23:36 Step 7/11 : WORKDIR /device-mqtt-go 01:23:36 ---> Running in 34cb1ae3dbf3 01:23:36 Removing intermediate container 34cb1ae3dbf3 01:23:36 ---> cf05c42201f8 01:23:36 Step 8/11 : COPY . . 01:23:37 ---> 03c548a759e5 01:23:37 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:23:37 ---> Running in 60d05ddb2684 01:24:59 Removing intermediate container 60d05ddb2684 01:24:59 ---> 088b801cac5e 01:24:59 Step 10/11 : ARG MAKE='make build' 01:24:59 ---> Running in 3eedaf8df44f 01:24:59 Removing intermediate container 3eedaf8df44f 01:24:59 ---> 841ebe6ec849 01:24:59 Step 11/11 : RUN $MAKE 01:24:59 ---> Running in 1cd72d649e9e 01:24:59 noop 01:24:59 Removing intermediate container 1cd72d649e9e 01:24:59 ---> a58e78f51ac1 01:24:59 Successfully built a58e78f51ac1 01:24:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:24:59 + docker inspect -f . ci-base-image-arm64 01:24:59 . [Pipeline] withDockerContainer 01:25:00 prd-ubuntu18.04-docker-arm64-4c-16g-572 does not seem to be running inside a container 01:25:00 $ 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:25:01 $ docker top 85a607d980d68538c2b32f0c852ac11561a688eba8620a245b42981ee8734b21 -eo pid,comm [Pipeline] { [Pipeline] sh 01:25:02 + go version 01:25:02 go version go1.16.8 linux/arm64 [Pipeline] } 01:25:02 $ docker stop --time=1 85a607d980d68538c2b32f0c852ac11561a688eba8620a245b42981ee8734b21 01:25:04 $ docker rm -f 85a607d980d68538c2b32f0c852ac11561a688eba8620a245b42981ee8734b21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:25:05 + docker inspect -f . ci-base-image-arm64 01:25:05 . [Pipeline] withDockerContainer 01:25:05 prd-ubuntu18.04-docker-arm64-4c-16g-572 does not seem to be running inside a container 01:25:05 $ 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:25:07 $ docker top b6d2705940616233561d41dfd83d6e83060fb7c77e86f1402dde44628de688c1 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:25:08 + make test 01:25:08 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 01:25:08 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 01:25:08 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 01:25:08 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 01:25:08 01:25:08 SECURITY ERROR 01:25:08 This download does NOT match an earlier download recorded in go.sum. 01:25:08 The bits may have been replaced on the origin server, or an attacker may 01:25:08 have intercepted the download attempt. 01:25:08 01:25:08 For more information, see 'go help module-auth'. 01:25:08 make: *** [Makefile:28: test] Error 1 [Pipeline] } 01:25:08 $ docker stop --time=1 b6d2705940616233561d41dfd83d6e83060fb7c77e86f1402dde44628de688c1 01:25:10 $ docker rm -f b6d2705940616233561d41dfd83d6e83060fb7c77e86f1402dde44628de688c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:25:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:25:11 01:25:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 01:25:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:25:12 arm64: Pulling from edgex-lftools-log-publisher 01:25:12 448f6bf000e3: Pulling fs layer 01:25:12 f757da607395: Pulling fs layer 01:25:12 05883995daec: Pulling fs layer 01:25:12 8603b9c90790: Pulling fs layer 01:25:12 1560dd03e051: Pulling fs layer 01:25:12 27f5ce0e4adf: Pulling fs layer 01:25:12 c2d8d7efcc4b: Pulling fs layer 01:25:12 1560dd03e051: Waiting 01:25:12 27f5ce0e4adf: Waiting 01:25:12 8603b9c90790: Waiting 01:25:12 c2d8d7efcc4b: Waiting 01:25:12 f757da607395: Verifying Checksum 01:25:12 f757da607395: Download complete 01:25:12 8603b9c90790: Verifying Checksum 01:25:12 8603b9c90790: Download complete 01:25:12 1560dd03e051: Verifying Checksum 01:25:12 1560dd03e051: Download complete 01:25:12 27f5ce0e4adf: Verifying Checksum 01:25:12 27f5ce0e4adf: Download complete 01:25:12 05883995daec: Verifying Checksum 01:25:12 05883995daec: Download complete 01:25:13 448f6bf000e3: Verifying Checksum 01:25:13 448f6bf000e3: Download complete 01:25:15 c2d8d7efcc4b: Verifying Checksum 01:25:15 c2d8d7efcc4b: Download complete 01:25:16 448f6bf000e3: Pull complete 01:25:17 f757da607395: Pull complete 01:25:18 05883995daec: Pull complete 01:25:19 8603b9c90790: Pull complete 01:25:19 1560dd03e051: Pull complete 01:25:20 27f5ce0e4adf: Pull complete 01:25:35 c2d8d7efcc4b: Pull complete 01:25:35 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 01:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:25:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 01:25:35 prd-ubuntu18.04-docker-arm64-4c-16g-572 does not seem to be running inside a container 01:25:35 $ 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:25:38 $ docker top 17374e0ee2dc5cedc49eca6065a15751a1d4f559629300beb033f68f691a1e93 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:25:39 ---> job-cost.sh 01:25:39 lf-activate-venv: SKIPPING 01:25:39 INFO: No Stack... 01:25:40 INFO: Retrieving Pricing Info for: v3-standard-4 01:25:41 INFO: Archiving Costs [Pipeline] sh 01:25:41 + cut -d, -f6 01:25:41 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock 01:25:41 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] 01:25:42 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] did not exist. Created. 01:25:42 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:25:42 /w/workspace/device-mqtt-go/1@tmp/durable-caa73b9c/script.sh: 1: /w/workspace/device-mqtt-go/1@tmp/durable-caa73b9c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 01:25:43 + echo total: 0.10999999940395355 [Pipeline] stash 01:25:43 Warning: overwriting stash ‘stack-cost’ 01:25:44 Stashed 1 file(s) [Pipeline] } 01:25:44 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:25:44 $ docker stop --time=1 17374e0ee2dc5cedc49eca6065a15751a1d4f559629300beb033f68f691a1e93 01:25:46 $ docker rm -f 17374e0ee2dc5cedc49eca6065a15751a1d4f559629300beb033f68f691a1e93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:25:46 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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:25:49 + '[' -d /w/workspace/gexfoundry_device-mqtt-go_PR-318/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:25:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:25:50 ---> package-listing.sh 01:25:50 ++ facter osfamily 01:25:50 ++ tr '[:upper:]' '[:lower:]' 01:25:50 + OS_FAMILY=redhat 01:25:50 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-318 01:25:50 + START_PACKAGES=/tmp/packages_start.txt 01:25:50 + END_PACKAGES=/tmp/packages_end.txt 01:25:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:25:50 + PACKAGES=/tmp/packages_start.txt 01:25:50 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-318 ']' 01:25:50 + PACKAGES=/tmp/packages_end.txt 01:25:50 + case "${OS_FAMILY}" in 01:25:50 + sort 01:25:50 + rpm -qa 01:25:50 + '[' -f /tmp/packages_start.txt ']' 01:25:50 + '[' -f /tmp/packages_end.txt ']' 01:25:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:25:50 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-318 ']' 01:25:50 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-318/archives/ 01:25:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-318/archives/ [Pipeline] echo 01:25:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-318/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:25:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:25:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:25:51 01:25:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:25:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:25:52 latest: Pulling from edgex-lftools-log-publisher 01:25:52 b4d181a07f80: Pulling fs layer 01:25:52 a1111a8f2ec3: Pulling fs layer 01:25:52 ed53099fbce6: Pulling fs layer 01:25:52 dc539afda2c1: Pulling fs layer 01:25:52 77bc0d833cb6: Pulling fs layer 01:25:52 9065ff56babe: Pulling fs layer 01:25:52 d287ab97295c: Pulling fs layer 01:25:52 dc539afda2c1: Waiting 01:25:52 77bc0d833cb6: Waiting 01:25:52 9065ff56babe: Waiting 01:25:52 d287ab97295c: Waiting 01:25:52 a1111a8f2ec3: Verifying Checksum 01:25:52 a1111a8f2ec3: Download complete 01:25:52 dc539afda2c1: Verifying Checksum 01:25:52 dc539afda2c1: Download complete 01:25:52 ed53099fbce6: Verifying Checksum 01:25:52 ed53099fbce6: Download complete 01:25:52 77bc0d833cb6: Verifying Checksum 01:25:52 77bc0d833cb6: Download complete 01:25:52 9065ff56babe: Verifying Checksum 01:25:52 9065ff56babe: Download complete 01:25:52 b4d181a07f80: Verifying Checksum 01:25:52 b4d181a07f80: Download complete 01:25:53 d287ab97295c: Verifying Checksum 01:25:53 d287ab97295c: Download complete 01:25:53 b4d181a07f80: Pull complete 01:25:53 a1111a8f2ec3: Pull complete 01:25:54 ed53099fbce6: Pull complete 01:25:54 dc539afda2c1: Pull complete 01:25:54 77bc0d833cb6: Pull complete 01:25:54 9065ff56babe: Pull complete 01:26:00 d287ab97295c: Pull complete 01:26:00 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 01:26:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:26:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:26:00 prd-centos7-docker-4c-2g-567 does not seem to be running inside a container 01:26:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-318/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-318 -v /w/workspace/gexfoundry_device-mqtt-go_PR-318:/w/workspace/gexfoundry_device-mqtt-go_PR-318:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-318@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:26:02 $ docker top 1bc1c5bc73da51a07fde663cd8b95dfff88ffb1c74dd9a3f9f76760364603c02 -eo pid,comm [Pipeline] { [Pipeline] sh 01:26:03 + touch /tmp/pre-build-complete [Pipeline] sh 01:26:03 + mkdir -p /var/log/sysstat [Pipeline] sh 01:26:03 + ls /var/log/sa-host 01:26:03 + sadf -c /var/log/sa-host/sa15 01:26:03 file_magic: OK 01:26:03 HZ: Using current value: 100 01:26:03 file_header: OK 01:26:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:26:03 Statistics: 01:26:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:26:03 File successfully converted to sysstat format version 12.0.3 01:26:03 + sadf -c /var/log/sa-host/sa30 01:26:03 file_magic: OK 01:26:03 HZ: Using current value: 100 01:26:03 file_header: OK 01:26:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:26:03 Statistics: 01:26:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:26:03 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:26:04 provisioning config files... 01:26:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/config2451213711316183259tmp [Pipeline] { [Pipeline] echo 01:26:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:26:04 ---> create-netrc.sh [Pipeline] } 01:26:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:26:04 ---> python-tools-install.sh [Pipeline] echo 01:26:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:26:05 ---> sudo-logs.sh 01:26:05 Archiving 'sudo' log.. 01:26:05 sudo: unable to resolve host prd-centos7-docker-4c-2g-567.novalocal: Name or service not known 01:26:05 sudo: unable to resolve host prd-centos7-docker-4c-2g-567.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:26:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:26:05 ---> job-cost.sh 01:26:05 lf-activate-venv: SKIPPING 01:26:05 DEBUG: total: 0.10999999940395355 01:26:05 INFO: Retrieving Stack Cost... 01:26:06 INFO: Retrieving Pricing Info for: v3-standard-2 01:26:06 INFO: Archiving Costs [Pipeline] echo 01:26:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:26:07 ---> logs-deploy.sh 01:26:07 lf-activate-venv: SKIPPING 01:26:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-318/1 01:26:07 INFO: archiving workspace using pattern(s): 01:26:07 Archives upload complete. 01:26:07 INFO: archiving logs to Nexus