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 [2021-11-15T01:19:33.134Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-15T01:19:33.268Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-15T01:19:33.343Z] ========================================================= [2021-11-15T01:19:33.343Z] EdgeX Global Pipelines Version Info [2021-11-15T01:19:33.343Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:19:34.510Z] ------------------- [2021-11-15T01:19:34.510Z] stable info: [2021-11-15T01:19:34.510Z] ------------------- [2021-11-15T01:19:34.510Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-15T01:19:34.510Z] Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [2021-11-15T01:19:34.510Z] Message: update stable to v1.0.215 [2021-11-15T01:19:35.082Z] ------------------- [2021-11-15T01:19:35.082Z] experimental info: [2021-11-15T01:19:35.082Z] ------------------- [2021-11-15T01:19:35.082Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-11-15T01:19:35.082Z] Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [2021-11-15T01:19:35.082Z] Message: update experimental to v1.0.215 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-15T01:19:35.257Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-11-15T01:19:35.304Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-11-15T01:19:35.345Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-15T01:19:35.386Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-15T01:19:35.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-15T01:19:35.468Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-15T01:19:35.511Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-15T01:19:35.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-11-15T01:19:35.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-15T01:19:35.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-15T01:19:35.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-15T01:19:35.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2021-11-15T01:19:35.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-15T01:19:35.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-15T01:19:35.818Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-15T01:19:35.858Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-15T01:19:35.898Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-11-15T01:19:35.941Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-11-15T01:19:35.980Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-15T01:19:36.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-11-15T01:19:36.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-11-15T01:19:36.102Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-11-15T01:19:36.139Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-11-15T01:19:36.177Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-11-15T01:19:36.214Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-11-15T01:19:36.257Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-15T01:19:36.298Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-318 [Pipeline] echo [2021-11-15T01:19:36.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-318 [Pipeline] echo [2021-11-15T01:19:36.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-318 [Pipeline] echo [2021-11-15T01:19:36.422Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo [2021-11-15T01:19:36.468Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a27e7e [Pipeline] echo [2021-11-15T01:19:36.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-15T01:19:36.625Z] provisioning config files... [2021-11-15T01:19:36.639Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/config2433995379386073753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:19:37.000Z] ---> docker-login.sh [2021-11-15T01:19:37.000Z] nexus3.edgexfoundry.org:10001 [2021-11-15T01:19:37.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:19:37.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:19:37.262Z] Configure a credential helper to remove this warning. See [2021-11-15T01:19:37.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:19:37.262Z] [2021-11-15T01:19:37.262Z] Login Succeeded [2021-11-15T01:19:37.262Z] nexus3.edgexfoundry.org:10002 [2021-11-15T01:19:37.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:19:37.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:19:37.262Z] Configure a credential helper to remove this warning. See [2021-11-15T01:19:37.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:19:37.262Z] [2021-11-15T01:19:37.262Z] Login Succeeded [2021-11-15T01:19:37.262Z] nexus3.edgexfoundry.org:10003 [2021-11-15T01:19:37.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:19:37.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:19:37.524Z] Configure a credential helper to remove this warning. See [2021-11-15T01:19:37.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:19:37.524Z] [2021-11-15T01:19:37.524Z] Login Succeeded [2021-11-15T01:19:37.524Z] nexus3.edgexfoundry.org:10004 [2021-11-15T01:19:37.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:19:37.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:19:37.524Z] Configure a credential helper to remove this warning. See [2021-11-15T01:19:37.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:19:37.524Z] [2021-11-15T01:19:37.524Z] Login Succeeded [2021-11-15T01:19:37.524Z] docker.io [2021-11-15T01:19:37.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:19:38.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:19:38.099Z] Configure a credential helper to remove this warning. See [2021-11-15T01:19:38.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:19:38.099Z] [2021-11-15T01:19:38.099Z] Login Succeeded [2021-11-15T01:19:38.099Z] ---> docker-login.sh ends [Pipeline] } [2021-11-15T01:19:38.122Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-15T01:19:38.725Z] + git rev-list -1 --merges 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651~1..2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo [2021-11-15T01:19:38.778Z] -----------> git rev-list -1 --merges 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651~1..2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [false] [Pipeline] sh [2021-11-15T01:19:39.088Z] + git log --format=format:%s -1 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo [2021-11-15T01:19:39.118Z] ========================================================= [2021-11-15T01:19:39.118Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-15T01:19:39.118Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-15T01:19:39.520Z] + git log --format=format:%s -1 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [Pipeline] echo [2021-11-15T01:19:39.553Z] [semverPrep] GIT_COMMIT: 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2021-11-15T01:19:39.585Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:19:40.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-15T01:19:40.264Z] [2021-11-15T01:19:40.264Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:19:40.623Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-15T01:19:40.623Z] latest: Pulling from edgex-devops/git-semver [2021-11-15T01:19:40.623Z] a0d0a0d46f8b: Pulling fs layer [2021-11-15T01:19:40.623Z] 3e5f54012d9b: Pulling fs layer [2021-11-15T01:19:40.623Z] 4c7163046ea9: Pulling fs layer [2021-11-15T01:19:40.623Z] 0c2d73faf560: Pulling fs layer [2021-11-15T01:19:40.623Z] 0c2d73faf560: Waiting [2021-11-15T01:19:40.623Z] 3e5f54012d9b: Verifying Checksum [2021-11-15T01:19:40.623Z] 3e5f54012d9b: Download complete [2021-11-15T01:19:40.623Z] a0d0a0d46f8b: Verifying Checksum [2021-11-15T01:19:40.623Z] a0d0a0d46f8b: Download complete [2021-11-15T01:19:40.883Z] 0c2d73faf560: Verifying Checksum [2021-11-15T01:19:40.883Z] 0c2d73faf560: Download complete [2021-11-15T01:19:40.883Z] 4c7163046ea9: Verifying Checksum [2021-11-15T01:19:40.883Z] 4c7163046ea9: Download complete [2021-11-15T01:19:40.883Z] a0d0a0d46f8b: Pull complete [2021-11-15T01:19:40.883Z] 3e5f54012d9b: Pull complete [2021-11-15T01:19:41.143Z] 4c7163046ea9: Pull complete [2021-11-15T01:19:41.406Z] 0c2d73faf560: Pull complete [2021-11-15T01:19:41.406Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-15T01:19:41.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-15T01:19:41.406Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-15T01:19:41.498Z] prd-centos7-docker-4c-2g-567 does not seem to be running inside a container [2021-11-15T01:19:41.216Z] $ 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 [2021-11-15T01:19:41.897Z] $ docker top 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-15T01:19:42.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-15T01:19:42.345Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-15T01:19:42.452Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-15T01:19:42.206Z] $ docker exec 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent [2021-11-15T01:19:42.548Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmKPgop/agent.13 [2021-11-15T01:19:42.548Z] SSH_AGENT_PID=20 [2021-11-15T01:19:42.555Z] Running ssh-add (command line suppressed) [2021-11-15T01:19:42.415Z] 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) [2021-11-15T01:19:42.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-15T01:19:42.998Z] + git tag --points-at HEAD [Pipeline] } [2021-11-15T01:19:42.815Z] $ docker exec --env ******** --env ******** 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent -k [2021-11-15T01:19:42.913Z] unset SSH_AUTH_SOCK; [2021-11-15T01:19:42.913Z] unset SSH_AGENT_PID; [2021-11-15T01:19:42.913Z] echo Agent pid 20 killed; [2021-11-15T01:19:43.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-15T01:19:43.192Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-15T01:19:43.193Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-15T01:19:43.300Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-15T01:19:43.125Z] $ docker exec 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent [2021-11-15T01:19:43.399Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPMocNd/agent.54 [2021-11-15T01:19:43.399Z] SSH_AGENT_PID=60 [2021-11-15T01:19:43.404Z] Running ssh-add (command line suppressed) [2021-11-15T01:19:43.358Z] 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) [2021-11-15T01:19:43.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-15T01:19:43.865Z] + git semver init [2021-11-15T01:19:43.865Z] # -> Open(): unable to determine branch for HEAD [2021-11-15T01:19:43.865Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-318/.git [2021-11-15T01:19:43.865Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-318 [2021-11-15T01:19:43.865Z] # $SEMVER_REMOTE_NAME = origin [2021-11-15T01:19:43.865Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-15T01:19:43.865Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-15T01:19:43.865Z] # $SEMVER_BRANCH = PR-318 [2021-11-15T01:19:43.865Z] # $SEMVER_TEMP = /tmp/semver-535573658 [2021-11-15T01:19:43.865Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-11-15T01:19:44.437Z] # '/tmp/semver-535573658' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-318/.semver' [2021-11-15T01:19:44.437Z] # -> Force: false [2021-11-15T01:19:44.437Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-318/.semver [Pipeline] } [2021-11-15T01:19:44.373Z] $ docker exec --env ******** --env ******** 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 ssh-agent -k [2021-11-15T01:19:44.470Z] unset SSH_AUTH_SOCK; [2021-11-15T01:19:44.472Z] unset SSH_AGENT_PID; [2021-11-15T01:19:44.472Z] echo Agent pid 60 killed; [2021-11-15T01:19:44.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-15T01:19:44.952Z] + git semver [Pipeline] } [2021-11-15T01:19:44.941Z] $ docker stop --time=1 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 [2021-11-15T01:19:46.198Z] $ docker rm -f 7f0aca548b2ec08beebcacac04d0387df51526a4320a51572d0e168614a91f03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-15T01:19:46.591Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-15T01:19:46.899Z] Stashed 1 file(s) [Pipeline] echo [2021-11-15T01:19:46.916Z] [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 [2021-11-15T01:20:02.297Z] Still waiting to schedule task [2021-11-15T01:20:02.297Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-11-15T01:20:02.329Z] Still waiting to schedule task [2021-11-15T01:20:02.329Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-565’ [2021-11-15T01:20:56.042Z] Running on prd-centos7-docker-4c-2g-570 in /w/workspace/gexfoundry_device-mqtt-go_PR-318 [Pipeline] { [Pipeline] ws [2021-11-15T01:20:56.083Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2021-11-15T01:20:56.219Z] Selected Git installation does not exist. Using Default [2021-11-15T01:20:56.219Z] The recommended git tool is: NONE [2021-11-15T01:20:58.333Z] using credential edgex-jenkins-ssh [2021-11-15T01:20:58.348Z] Cloning the remote Git repository [2021-11-15T01:20:57.896Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-11-15T01:20:57.951Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2021-11-15T01:20:57.984Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-11-15T01:20:57.984Z] > git --version # timeout=10 [2021-11-15T01:20:57.990Z] > git --version # 'git version 2.24.4' [2021-11-15T01:20:57.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-15T01:20:58.017Z] [INFO] Currently running in a labeled security context [2021-11-15T01:20:58.018Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-15T01:20:58.018Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh4677476492973125443.key [2021-11-15T01:20:58.048Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-15T01:20:58.681Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-11-15T01:20:58.698Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-15T01:20:58.711Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-11-15T01:20:58.722Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-11-15T01:20:58.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-15T01:20:58.724Z] [INFO] Currently running in a labeled security context [2021-11-15T01:20:58.724Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-15T01:20:58.724Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh5808304329546064010.key [2021-11-15T01:20:58.730Z] > 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 [2021-11-15T01:20:59.669Z] Merging remotes/origin/main commit f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [2021-11-15T01:20:59.768Z] Merge succeeded, producing 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [2021-11-15T01:20:59.769Z] Checking out Revision 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 (PR-318) [2021-11-15T01:20:59.205Z] > git config core.sparsecheckout # timeout=10 [2021-11-15T01:20:59.219Z] > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 [2021-11-15T01:20:59.253Z] > git remote # timeout=10 [2021-11-15T01:20:59.259Z] > git config --get remote.origin.url # timeout=10 [2021-11-15T01:20:59.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-15T01:20:59.266Z] [INFO] Currently running in a labeled security context [2021-11-15T01:20:59.267Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-15T01:20:59.267Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh2409813518752820130.key [2021-11-15T01:20:59.272Z] > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 [2021-11-15T01:20:59.282Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-15T01:20:59.298Z] > git config core.sparsecheckout # timeout=10 [2021-11-15T01:20:59.312Z] > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 [2021-11-15T01:21:03.473Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-11-15T01:21:03.034Z] > git --version # timeout=10 [2021-11-15T01:21:03.044Z] > git --version # 'git version 2.24.4' [2021-11-15T01:21:03.060Z] fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-15T01:21:04.109Z] provisioning config files... [2021-11-15T01:21:04.126Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config2670107421860737452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:21:04.550Z] ---> docker-login.sh [2021-11-15T01:21:04.550Z] nexus3.edgexfoundry.org:10001 [2021-11-15T01:21:04.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:21:04.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:21:04.550Z] Configure a credential helper to remove this warning. See [2021-11-15T01:21:04.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:21:04.550Z] [2021-11-15T01:21:04.550Z] Login Succeeded [2021-11-15T01:21:04.550Z] nexus3.edgexfoundry.org:10002 [2021-11-15T01:21:04.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:21:04.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:21:04.818Z] Configure a credential helper to remove this warning. See [2021-11-15T01:21:04.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:21:04.818Z] [2021-11-15T01:21:04.818Z] Login Succeeded [2021-11-15T01:21:04.818Z] nexus3.edgexfoundry.org:10003 [2021-11-15T01:21:04.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:21:04.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:21:04.818Z] Configure a credential helper to remove this warning. See [2021-11-15T01:21:04.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:21:04.818Z] [2021-11-15T01:21:04.818Z] Login Succeeded [2021-11-15T01:21:04.818Z] nexus3.edgexfoundry.org:10004 [2021-11-15T01:21:05.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:21:05.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:21:05.079Z] Configure a credential helper to remove this warning. See [2021-11-15T01:21:05.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:21:05.079Z] [2021-11-15T01:21:05.079Z] Login Succeeded [2021-11-15T01:21:05.079Z] docker.io [2021-11-15T01:21:05.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:21:05.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:21:05.341Z] Configure a credential helper to remove this warning. See [2021-11-15T01:21:05.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:21:05.341Z] [2021-11-15T01:21:05.341Z] Login Succeeded [2021-11-15T01:21:05.341Z] ---> docker-login.sh ends [Pipeline] } [2021-11-15T01:21:05.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-15T01:21:05.616Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-15T01:21:05.649Z] ========================================================= [2021-11-15T01:21:05.649Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-15T01:21:05.649Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:21:06.047Z] + 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 . [2021-11-15T01:21:06.047Z] Sending build context to Docker daemon 721.4kB [2021-11-15T01:21:06.047Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-11-15T01:21:06.047Z] Step 2/11 : FROM ${BASE} AS builder [2021-11-15T01:21:06.047Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-15T01:21:06.047Z] a0d0a0d46f8b: Pulling fs layer [2021-11-15T01:21:06.047Z] 31adcdaf11c8: Pulling fs layer [2021-11-15T01:21:06.047Z] b8b176561691: Pulling fs layer [2021-11-15T01:21:06.047Z] 4527c011a84f: Pulling fs layer [2021-11-15T01:21:06.047Z] 5d74067f8e1e: Pulling fs layer [2021-11-15T01:21:06.047Z] e0aca202a116: Pulling fs layer [2021-11-15T01:21:06.047Z] 3a43be97a3b4: Pulling fs layer [2021-11-15T01:21:06.047Z] 34cad66bf833: Pulling fs layer [2021-11-15T01:21:06.047Z] b4e3c513aaa6: Pulling fs layer [2021-11-15T01:21:06.047Z] 4527c011a84f: Waiting [2021-11-15T01:21:06.047Z] 5d74067f8e1e: Waiting [2021-11-15T01:21:06.047Z] e0aca202a116: Waiting [2021-11-15T01:21:06.047Z] 3a43be97a3b4: Waiting [2021-11-15T01:21:06.047Z] 34cad66bf833: Waiting [2021-11-15T01:21:06.047Z] b4e3c513aaa6: Waiting [2021-11-15T01:21:06.047Z] b8b176561691: Verifying Checksum [2021-11-15T01:21:06.047Z] b8b176561691: Download complete [2021-11-15T01:21:06.047Z] 31adcdaf11c8: Verifying Checksum [2021-11-15T01:21:06.047Z] 31adcdaf11c8: Download complete [2021-11-15T01:21:06.047Z] 5d74067f8e1e: Verifying Checksum [2021-11-15T01:21:06.047Z] 5d74067f8e1e: Download complete [2021-11-15T01:21:06.311Z] e0aca202a116: Verifying Checksum [2021-11-15T01:21:06.311Z] e0aca202a116: Download complete [2021-11-15T01:21:06.311Z] a0d0a0d46f8b: Verifying Checksum [2021-11-15T01:21:06.311Z] a0d0a0d46f8b: Download complete [2021-11-15T01:21:06.311Z] 3a43be97a3b4: Verifying Checksum [2021-11-15T01:21:06.311Z] 3a43be97a3b4: Download complete [2021-11-15T01:21:06.311Z] 34cad66bf833: Verifying Checksum [2021-11-15T01:21:06.311Z] 34cad66bf833: Download complete [2021-11-15T01:21:06.311Z] a0d0a0d46f8b: Pull complete [2021-11-15T01:21:06.577Z] 31adcdaf11c8: Pull complete [2021-11-15T01:21:06.844Z] b8b176561691: Pull complete [2021-11-15T01:21:06.844Z] 4527c011a84f: Verifying Checksum [2021-11-15T01:21:06.844Z] 4527c011a84f: Download complete [2021-11-15T01:21:07.109Z] b4e3c513aaa6: Verifying Checksum [2021-11-15T01:21:07.109Z] b4e3c513aaa6: Download complete [2021-11-15T01:21:11.370Z] 4527c011a84f: Pull complete [2021-11-15T01:21:11.370Z] 5d74067f8e1e: Pull complete [2021-11-15T01:21:11.370Z] e0aca202a116: Pull complete [2021-11-15T01:21:11.370Z] 3a43be97a3b4: Pull complete [2021-11-15T01:21:11.370Z] 34cad66bf833: Pull complete [2021-11-15T01:21:13.927Z] b4e3c513aaa6: Pull complete [2021-11-15T01:21:13.927Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-15T01:21:13.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-15T01:21:13.927Z] ---> 9f6097aaca64 [2021-11-15T01:21:13.927Z] Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-11-15T01:21:18.151Z] ---> Running in d5dee5a223b6 [2021-11-15T01:21:18.151Z] Removing intermediate container d5dee5a223b6 [2021-11-15T01:21:18.151Z] ---> bfc9a2251afb [2021-11-15T01:21:18.151Z] Step 4/11 : ARG ALPINE_PKG_EXTRA="" [2021-11-15T01:21:18.151Z] ---> Running in 921f3c59dd65 [2021-11-15T01:21:18.151Z] Removing intermediate container 921f3c59dd65 [2021-11-15T01:21:18.151Z] ---> efd2a8683975 [2021-11-15T01:21:18.151Z] Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-15T01:21:18.151Z] ---> Running in 871233a2eee9 [2021-11-15T01:21:18.414Z] Removing intermediate container 871233a2eee9 [2021-11-15T01:21:18.414Z] ---> ce1a76b60cac [2021-11-15T01:21:18.414Z] Step 6/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-15T01:21:18.414Z] ---> Running in 06b41c450759 [2021-11-15T01:21:18.675Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-15T01:21:19.621Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-15T01:21:19.883Z] (1/4) Installing openssh-keygen (8.6_p1-r3) [2021-11-15T01:21:19.883Z] (2/4) Installing libedit (20210216.3.1-r0) [2021-11-15T01:21:20.145Z] (3/4) Installing openssh-client-common (8.6_p1-r3) [2021-11-15T01:21:20.145Z] (4/4) Installing openssh-client-default (8.6_p1-r3) [2021-11-15T01:21:20.145Z] Executing busybox-1.33.1-r3.trigger [2021-11-15T01:21:20.145Z] OK: 224 MiB in 56 packages [2021-11-15T01:21:20.715Z] Removing intermediate container 06b41c450759 [2021-11-15T01:21:20.715Z] ---> 1a059d34b0ad [2021-11-15T01:21:20.715Z] Step 7/11 : WORKDIR /device-mqtt-go [2021-11-15T01:21:20.715Z] ---> Running in a76c2f00fa2d [2021-11-15T01:21:20.715Z] Removing intermediate container a76c2f00fa2d [2021-11-15T01:21:20.715Z] ---> 1f0aab731408 [2021-11-15T01:21:20.715Z] Step 8/11 : COPY . . [2021-11-15T01:21:20.980Z] ---> 29b0592e8344 [2021-11-15T01:21:20.980Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-15T01:21:20.980Z] ---> Running in f5e42ca5924f [2021-11-15T01:22:07.727Z] Removing intermediate container f5e42ca5924f [2021-11-15T01:22:07.727Z] ---> d75ffaf52a7e [2021-11-15T01:22:07.727Z] Step 10/11 : ARG MAKE='make build' [2021-11-15T01:22:07.727Z] ---> Running in 29c4d36d7645 [2021-11-15T01:22:07.727Z] Removing intermediate container 29c4d36d7645 [2021-11-15T01:22:07.727Z] ---> 2e7c8953b9ca [2021-11-15T01:22:07.727Z] Step 11/11 : RUN $MAKE [2021-11-15T01:22:07.727Z] ---> Running in 82bb92b2f004 [2021-11-15T01:22:07.727Z] noop [2021-11-15T01:22:07.727Z] Removing intermediate container 82bb92b2f004 [2021-11-15T01:22:07.727Z] ---> b8a395d7a294 [2021-11-15T01:22:07.727Z] Successfully built b8a395d7a294 [2021-11-15T01:22:07.727Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:22:08.065Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-15T01:22:08.065Z] . [Pipeline] withDockerContainer [2021-11-15T01:22:08.152Z] prd-centos7-docker-4c-2g-570 does not seem to be running inside a container [2021-11-15T01:22:08.193Z] $ 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 [2021-11-15T01:22:08.553Z] $ docker top bf9d02ca4fcdb731f819412c5775fc88b645b8e086b4e2870b3524deedcc6bc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-15T01:22:08.969Z] + go version [2021-11-15T01:22:08.969Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-15T01:22:08.996Z] $ docker stop --time=1 bf9d02ca4fcdb731f819412c5775fc88b645b8e086b4e2870b3524deedcc6bc5 [2021-11-15T01:22:10.164Z] $ docker rm -f bf9d02ca4fcdb731f819412c5775fc88b645b8e086b4e2870b3524deedcc6bc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:22:10.879Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-15T01:22:10.879Z] . [Pipeline] withDockerContainer [2021-11-15T01:22:10.959Z] prd-centos7-docker-4c-2g-570 does not seem to be running inside a container [2021-11-15T01:22:10.995Z] $ 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 [2021-11-15T01:22:11.328Z] $ docker top 7c7c881414f08d89d1382dae34f418b3b5af71b4b3662e9d8db0672a161f462d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-15T01:22:11.784Z] + make test [2021-11-15T01:22:11.784Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-11-15T01:22:11.784Z] verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch [2021-11-15T01:22:11.784Z] downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= [2021-11-15T01:22:11.784Z] go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= [2021-11-15T01:22:11.784Z] [2021-11-15T01:22:11.784Z] SECURITY ERROR [2021-11-15T01:22:11.784Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-15T01:22:11.784Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-15T01:22:11.784Z] have intercepted the download attempt. [2021-11-15T01:22:11.784Z] [2021-11-15T01:22:11.784Z] For more information, see 'go help module-auth'. [2021-11-15T01:22:11.784Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-11-15T01:22:11.820Z] $ docker stop --time=1 7c7c881414f08d89d1382dae34f418b3b5af71b4b3662e9d8db0672a161f462d [2021-11-15T01:22:12.997Z] $ 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 [2021-11-15T01:22:14.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-15T01:22:14.288Z] [2021-11-15T01:22:14.288Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:22:14.624Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-15T01:22:14.624Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-15T01:22:14.624Z] b4d181a07f80: Pulling fs layer [2021-11-15T01:22:14.624Z] a1111a8f2ec3: Pulling fs layer [2021-11-15T01:22:14.624Z] ed53099fbce6: Pulling fs layer [2021-11-15T01:22:14.624Z] dc539afda2c1: Pulling fs layer [2021-11-15T01:22:14.624Z] 77bc0d833cb6: Pulling fs layer [2021-11-15T01:22:14.624Z] 9065ff56babe: Pulling fs layer [2021-11-15T01:22:14.624Z] d287ab97295c: Pulling fs layer [2021-11-15T01:22:14.624Z] dc539afda2c1: Waiting [2021-11-15T01:22:14.624Z] 77bc0d833cb6: Waiting [2021-11-15T01:22:14.624Z] 9065ff56babe: Waiting [2021-11-15T01:22:14.624Z] d287ab97295c: Waiting [2021-11-15T01:22:14.624Z] a1111a8f2ec3: Verifying Checksum [2021-11-15T01:22:14.624Z] a1111a8f2ec3: Download complete [2021-11-15T01:22:14.624Z] dc539afda2c1: Verifying Checksum [2021-11-15T01:22:14.624Z] dc539afda2c1: Download complete [2021-11-15T01:22:14.624Z] ed53099fbce6: Verifying Checksum [2021-11-15T01:22:14.624Z] ed53099fbce6: Download complete [2021-11-15T01:22:14.624Z] 9065ff56babe: Verifying Checksum [2021-11-15T01:22:14.624Z] 9065ff56babe: Download complete [2021-11-15T01:22:14.887Z] 77bc0d833cb6: Verifying Checksum [2021-11-15T01:22:14.887Z] 77bc0d833cb6: Download complete [2021-11-15T01:22:14.887Z] b4d181a07f80: Verifying Checksum [2021-11-15T01:22:14.887Z] b4d181a07f80: Download complete [2021-11-15T01:22:15.482Z] d287ab97295c: Verifying Checksum [2021-11-15T01:22:15.482Z] d287ab97295c: Download complete [2021-11-15T01:22:16.434Z] b4d181a07f80: Pull complete [2021-11-15T01:22:16.434Z] a1111a8f2ec3: Pull complete [2021-11-15T01:22:17.009Z] ed53099fbce6: Pull complete [2021-11-15T01:22:17.279Z] dc539afda2c1: Pull complete [2021-11-15T01:22:17.547Z] 77bc0d833cb6: Pull complete [2021-11-15T01:22:17.547Z] 9065ff56babe: Pull complete [2021-11-15T01:22:22.858Z] d287ab97295c: Pull complete [2021-11-15T01:22:22.858Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-15T01:22:22.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-15T01:22:22.858Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-15T01:22:22.942Z] prd-centos7-docker-4c-2g-570 does not seem to be running inside a container [2021-11-15T01:22:22.984Z] $ 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 [2021-11-15T01:22:25.422Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-572 in /w/workspace/gexfoundry_device-mqtt-go_PR-318 [2021-11-15T01:22:25.442Z] $ docker top 7466e70b6dd2fb89d4ab18a648c283701f5ff3155ddccb0753700e84f1079a58 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2021-11-15T01:22:25.718Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2021-11-15T01:22:25.957Z] ---> job-cost.sh [2021-11-15T01:22:25.957Z] lf-activate-venv: SKIPPING [2021-11-15T01:22:25.957Z] INFO: No Stack... [2021-11-15T01:22:25.978Z] Selected Git installation does not exist. Using Default [2021-11-15T01:22:25.978Z] The recommended git tool is: NONE [2021-11-15T01:22:26.219Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-15T01:22:26.481Z] INFO: Archiving Costs [Pipeline] sh [2021-11-15T01:22:26.802Z] + cut -d, -f6 [2021-11-15T01:22:26.802Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock [2021-11-15T01:22:26.863Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [2021-11-15T01:22:26.868Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] did not exist. Created. [2021-11-15T01:22:26.868Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-15T01:22:27.261Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-11-15T01:22:27.467Z] Stashed 1 file(s) [Pipeline] } [2021-11-15T01:22:27.485Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-15T01:22:27.543Z] $ docker stop --time=1 7466e70b6dd2fb89d4ab18a648c283701f5ff3155ddccb0753700e84f1079a58 [2021-11-15T01:22:28.668Z] $ 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] } [2021-11-15T01:22:29.204Z] Failed in branch amd64 [2021-11-15T01:22:32.062Z] using credential edgex-jenkins-ssh [2021-11-15T01:22:32.078Z] Cloning the remote Git repository [2021-11-15T01:22:32.135Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-11-15T01:22:32.335Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2021-11-15T01:22:32.429Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-11-15T01:22:32.430Z] > git --version # timeout=10 [2021-11-15T01:22:32.458Z] > git --version # 'git version 2.17.1' [2021-11-15T01:22:32.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-15T01:22:32.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-15T01:22:33.356Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-11-15T01:22:33.374Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-15T01:22:33.400Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-11-15T01:22:33.442Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-11-15T01:22:33.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-15T01:22:33.464Z] > 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 [2021-11-15T01:22:34.024Z] Merging remotes/origin/main commit f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [2021-11-15T01:22:34.269Z] Merge succeeded, producing 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 [2021-11-15T01:22:34.270Z] Checking out Revision 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 (PR-318) [2021-11-15T01:22:34.048Z] > git config core.sparsecheckout # timeout=10 [2021-11-15T01:22:34.071Z] > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 [2021-11-15T01:22:34.170Z] > git remote # timeout=10 [2021-11-15T01:22:34.192Z] > git config --get remote.origin.url # timeout=10 [2021-11-15T01:22:34.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-15T01:22:34.220Z] > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 [2021-11-15T01:22:34.245Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-15T01:22:34.271Z] > git config core.sparsecheckout # timeout=10 [2021-11-15T01:22:34.293Z] > git checkout -f 2a27e7e7334b958bb9a0ebd0cf8fff49ce181651 # timeout=10 [2021-11-15T01:22:38.804Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-11-15T01:22:38.862Z] > git --version # timeout=10 [2021-11-15T01:22:38.875Z] > git --version # 'git version 2.17.1' [2021-11-15T01:22:38.894Z] fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-15T01:22:39.892Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-15T01:22:39.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-15T01:22:39.892Z] Dload Upload Total Spent Left Speed [2021-11-15T01:22:39.892Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 80986 0 --:--:-- --:--:-- --:--:-- 80986 [Pipeline] sh [2021-11-15T01:22:40.320Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-15T01:22:40.686Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-15T01:22:40.686Z] sudo tee /etc/docker/daemon.new [2021-11-15T01:22:40.686Z] { [2021-11-15T01:22:40.686Z] "registry-mirrors": [ [2021-11-15T01:22:40.686Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-15T01:22:40.686Z] ], [2021-11-15T01:22:40.686Z] "bip": "10.250.0.254/24", [2021-11-15T01:22:40.686Z] "hosts": [ [2021-11-15T01:22:40.686Z] "tcp://0.0.0.0:5555", [2021-11-15T01:22:40.686Z] "unix:///var/run/docker.sock" [2021-11-15T01:22:40.686Z] ], [2021-11-15T01:22:40.686Z] "mtu": 1458, [2021-11-15T01:22:40.686Z] "selinux-enabled": true, [2021-11-15T01:22:40.686Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-15T01:22:40.686Z] } [Pipeline] sh [2021-11-15T01:22:41.053Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-15T01:22:41.411Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-15T01:22:59.901Z] provisioning config files... [2021-11-15T01:22:59.927Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config4788708012896247502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:23:00.319Z] ---> docker-login.sh [2021-11-15T01:23:00.319Z] nexus3.edgexfoundry.org:10001 [2021-11-15T01:23:00.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:23:01.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:23:01.523Z] Configure a credential helper to remove this warning. See [2021-11-15T01:23:01.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:23:01.523Z] [2021-11-15T01:23:01.523Z] Login Succeeded [2021-11-15T01:23:01.523Z] nexus3.edgexfoundry.org:10002 [2021-11-15T01:23:01.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:23:02.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:23:02.081Z] Configure a credential helper to remove this warning. See [2021-11-15T01:23:02.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:23:02.081Z] [2021-11-15T01:23:02.081Z] Login Succeeded [2021-11-15T01:23:02.081Z] nexus3.edgexfoundry.org:10003 [2021-11-15T01:23:02.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:23:02.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:23:02.634Z] Configure a credential helper to remove this warning. See [2021-11-15T01:23:02.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:23:02.634Z] [2021-11-15T01:23:02.634Z] Login Succeeded [2021-11-15T01:23:02.634Z] nexus3.edgexfoundry.org:10004 [2021-11-15T01:23:03.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:23:03.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:23:03.234Z] Configure a credential helper to remove this warning. See [2021-11-15T01:23:03.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:23:03.234Z] [2021-11-15T01:23:03.234Z] Login Succeeded [2021-11-15T01:23:03.234Z] docker.io [2021-11-15T01:23:03.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-15T01:23:04.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-15T01:23:04.114Z] Configure a credential helper to remove this warning. See [2021-11-15T01:23:04.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-15T01:23:04.114Z] [2021-11-15T01:23:04.114Z] Login Succeeded [2021-11-15T01:23:04.114Z] ---> docker-login.sh ends [Pipeline] } [2021-11-15T01:23:04.147Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-15T01:23:04.782Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-15T01:23:04.817Z] ========================================================= [2021-11-15T01:23:04.817Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-15T01:23:04.817Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:23:05.255Z] + 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 . [2021-11-15T01:23:05.535Z] Sending build context to Docker daemon 720.4kB [2021-11-15T01:23:05.821Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-11-15T01:23:05.821Z] Step 2/11 : FROM ${BASE} AS builder [2021-11-15T01:23:05.821Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-15T01:23:05.821Z] 552d1f2373af: Pulling fs layer [2021-11-15T01:23:05.821Z] ea3f2d53f512: Pulling fs layer [2021-11-15T01:23:05.821Z] 9e70ebbbe112: Pulling fs layer [2021-11-15T01:23:05.821Z] 7a9cfe048b4a: Pulling fs layer [2021-11-15T01:23:05.821Z] 72dc09318566: Pulling fs layer [2021-11-15T01:23:05.821Z] f4f7b4309257: Pulling fs layer [2021-11-15T01:23:05.821Z] 0ac9a79272e3: Pulling fs layer [2021-11-15T01:23:05.821Z] 72dc09318566: Waiting [2021-11-15T01:23:05.821Z] f4f7b4309257: Waiting [2021-11-15T01:23:05.821Z] 0ac9a79272e3: Waiting [2021-11-15T01:23:05.821Z] 7a9cfe048b4a: Waiting [2021-11-15T01:23:05.821Z] b78e95d17946: Pulling fs layer [2021-11-15T01:23:05.821Z] b78e95d17946: Waiting [2021-11-15T01:23:05.821Z] 9e70ebbbe112: Verifying Checksum [2021-11-15T01:23:05.821Z] 9e70ebbbe112: Download complete [2021-11-15T01:23:05.821Z] ea3f2d53f512: Verifying Checksum [2021-11-15T01:23:05.821Z] ea3f2d53f512: Download complete [2021-11-15T01:23:06.105Z] 72dc09318566: Verifying Checksum [2021-11-15T01:23:06.105Z] 72dc09318566: Download complete [2021-11-15T01:23:06.105Z] f4f7b4309257: Verifying Checksum [2021-11-15T01:23:06.105Z] f4f7b4309257: Download complete [2021-11-15T01:23:06.105Z] 552d1f2373af: Verifying Checksum [2021-11-15T01:23:06.105Z] 552d1f2373af: Download complete [2021-11-15T01:23:06.105Z] 0ac9a79272e3: Verifying Checksum [2021-11-15T01:23:06.105Z] 0ac9a79272e3: Download complete [2021-11-15T01:23:07.105Z] 552d1f2373af: Pull complete [2021-11-15T01:23:07.726Z] ea3f2d53f512: Pull complete [2021-11-15T01:23:08.007Z] 9e70ebbbe112: Pull complete [2021-11-15T01:23:08.285Z] b78e95d17946: Verifying Checksum [2021-11-15T01:23:08.285Z] b78e95d17946: Download complete [2021-11-15T01:23:08.885Z] 7a9cfe048b4a: Verifying Checksum [2021-11-15T01:23:08.885Z] 7a9cfe048b4a: Download complete [2021-11-15T01:23:19.055Z] 7a9cfe048b4a: Pull complete [2021-11-15T01:23:19.330Z] 72dc09318566: Pull complete [2021-11-15T01:23:19.604Z] f4f7b4309257: Pull complete [2021-11-15T01:23:19.886Z] 0ac9a79272e3: Pull complete [2021-11-15T01:23:26.645Z] b78e95d17946: Pull complete [2021-11-15T01:23:26.645Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-15T01:23:26.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-15T01:23:26.645Z] ---> 8b459fc5aaf0 [2021-11-15T01:23:26.645Z] Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-11-15T01:23:28.081Z] ---> Running in b8e9268ab4a8 [2021-11-15T01:23:28.356Z] Removing intermediate container b8e9268ab4a8 [2021-11-15T01:23:28.356Z] ---> 06f92faba660 [2021-11-15T01:23:28.356Z] Step 4/11 : ARG ALPINE_PKG_EXTRA="" [2021-11-15T01:23:28.356Z] ---> Running in 96a1d44ff938 [2021-11-15T01:23:28.958Z] Removing intermediate container 96a1d44ff938 [2021-11-15T01:23:28.958Z] ---> d0da9443d37b [2021-11-15T01:23:28.958Z] Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-15T01:23:28.958Z] ---> Running in 1a0fe0086c3e [2021-11-15T01:23:31.572Z] Removing intermediate container 1a0fe0086c3e [2021-11-15T01:23:31.572Z] ---> 5bedb8f0c47a [2021-11-15T01:23:31.572Z] Step 6/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-15T01:23:31.572Z] ---> Running in 741a96780cff [2021-11-15T01:23:32.554Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-15T01:23:33.531Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-15T01:23:34.125Z] (1/4) Installing openssh-keygen (8.6_p1-r3) [2021-11-15T01:23:34.403Z] (2/4) Installing libedit (20210216.3.1-r0) [2021-11-15T01:23:34.403Z] (3/4) Installing openssh-client-common (8.6_p1-r3) [2021-11-15T01:23:34.682Z] (4/4) Installing openssh-client-default (8.6_p1-r3) [2021-11-15T01:23:34.682Z] Executing busybox-1.33.1-r3.trigger [2021-11-15T01:23:34.682Z] OK: 223 MiB in 56 packages [2021-11-15T01:23:36.125Z] Removing intermediate container 741a96780cff [2021-11-15T01:23:36.125Z] ---> cdf2ce4eaec8 [2021-11-15T01:23:36.125Z] Step 7/11 : WORKDIR /device-mqtt-go [2021-11-15T01:23:36.125Z] ---> Running in 34cb1ae3dbf3 [2021-11-15T01:23:36.401Z] Removing intermediate container 34cb1ae3dbf3 [2021-11-15T01:23:36.401Z] ---> cf05c42201f8 [2021-11-15T01:23:36.401Z] Step 8/11 : COPY . . [2021-11-15T01:23:37.388Z] ---> 03c548a759e5 [2021-11-15T01:23:37.388Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-15T01:23:37.664Z] ---> Running in 60d05ddb2684 [2021-11-15T01:24:59.502Z] Removing intermediate container 60d05ddb2684 [2021-11-15T01:24:59.502Z] ---> 088b801cac5e [2021-11-15T01:24:59.502Z] Step 10/11 : ARG MAKE='make build' [2021-11-15T01:24:59.502Z] ---> Running in 3eedaf8df44f [2021-11-15T01:24:59.502Z] Removing intermediate container 3eedaf8df44f [2021-11-15T01:24:59.502Z] ---> 841ebe6ec849 [2021-11-15T01:24:59.502Z] Step 11/11 : RUN $MAKE [2021-11-15T01:24:59.502Z] ---> Running in 1cd72d649e9e [2021-11-15T01:24:59.502Z] noop [2021-11-15T01:24:59.502Z] Removing intermediate container 1cd72d649e9e [2021-11-15T01:24:59.502Z] ---> a58e78f51ac1 [2021-11-15T01:24:59.502Z] Successfully built a58e78f51ac1 [2021-11-15T01:24:59.502Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:24:59.876Z] + docker inspect -f . ci-base-image-arm64 [2021-11-15T01:24:59.877Z] . [Pipeline] withDockerContainer [2021-11-15T01:25:00.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-572 does not seem to be running inside a container [2021-11-15T01:25:00.225Z] $ 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 [2021-11-15T01:25:01.804Z] $ docker top 85a607d980d68538c2b32f0c852ac11561a688eba8620a245b42981ee8734b21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-15T01:25:02.838Z] + go version [2021-11-15T01:25:02.838Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-15T01:25:02.863Z] $ docker stop --time=1 85a607d980d68538c2b32f0c852ac11561a688eba8620a245b42981ee8734b21 [2021-11-15T01:25:04.619Z] $ docker rm -f 85a607d980d68538c2b32f0c852ac11561a688eba8620a245b42981ee8734b21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:25:05.497Z] + docker inspect -f . ci-base-image-arm64 [2021-11-15T01:25:05.497Z] . [Pipeline] withDockerContainer [2021-11-15T01:25:05.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-572 does not seem to be running inside a container [2021-11-15T01:25:05.866Z] $ 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 [2021-11-15T01:25:07.437Z] $ docker top b6d2705940616233561d41dfd83d6e83060fb7c77e86f1402dde44628de688c1 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-15T01:25:08.493Z] + make test [2021-11-15T01:25:08.493Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-11-15T01:25:08.493Z] verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch [2021-11-15T01:25:08.493Z] downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= [2021-11-15T01:25:08.494Z] go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= [2021-11-15T01:25:08.494Z] [2021-11-15T01:25:08.494Z] SECURITY ERROR [2021-11-15T01:25:08.494Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-15T01:25:08.494Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-15T01:25:08.494Z] have intercepted the download attempt. [2021-11-15T01:25:08.494Z] [2021-11-15T01:25:08.494Z] For more information, see 'go help module-auth'. [2021-11-15T01:25:08.494Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-11-15T01:25:08.533Z] $ docker stop --time=1 b6d2705940616233561d41dfd83d6e83060fb7c77e86f1402dde44628de688c1 [2021-11-15T01:25:10.288Z] $ 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 [2021-11-15T01:25:11.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-15T01:25:11.867Z] [2021-11-15T01:25:11.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:25:12.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-15T01:25:12.535Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-15T01:25:12.535Z] 448f6bf000e3: Pulling fs layer [2021-11-15T01:25:12.535Z] f757da607395: Pulling fs layer [2021-11-15T01:25:12.535Z] 05883995daec: Pulling fs layer [2021-11-15T01:25:12.535Z] 8603b9c90790: Pulling fs layer [2021-11-15T01:25:12.535Z] 1560dd03e051: Pulling fs layer [2021-11-15T01:25:12.535Z] 27f5ce0e4adf: Pulling fs layer [2021-11-15T01:25:12.535Z] c2d8d7efcc4b: Pulling fs layer [2021-11-15T01:25:12.535Z] 1560dd03e051: Waiting [2021-11-15T01:25:12.535Z] 27f5ce0e4adf: Waiting [2021-11-15T01:25:12.535Z] 8603b9c90790: Waiting [2021-11-15T01:25:12.535Z] c2d8d7efcc4b: Waiting [2021-11-15T01:25:12.535Z] f757da607395: Verifying Checksum [2021-11-15T01:25:12.535Z] f757da607395: Download complete [2021-11-15T01:25:12.535Z] 8603b9c90790: Verifying Checksum [2021-11-15T01:25:12.535Z] 8603b9c90790: Download complete [2021-11-15T01:25:12.811Z] 1560dd03e051: Verifying Checksum [2021-11-15T01:25:12.811Z] 1560dd03e051: Download complete [2021-11-15T01:25:12.811Z] 27f5ce0e4adf: Verifying Checksum [2021-11-15T01:25:12.811Z] 27f5ce0e4adf: Download complete [2021-11-15T01:25:12.811Z] 05883995daec: Verifying Checksum [2021-11-15T01:25:12.811Z] 05883995daec: Download complete [2021-11-15T01:25:13.085Z] 448f6bf000e3: Verifying Checksum [2021-11-15T01:25:13.085Z] 448f6bf000e3: Download complete [2021-11-15T01:25:15.706Z] c2d8d7efcc4b: Verifying Checksum [2021-11-15T01:25:15.706Z] c2d8d7efcc4b: Download complete [2021-11-15T01:25:16.701Z] 448f6bf000e3: Pull complete [2021-11-15T01:25:17.297Z] f757da607395: Pull complete [2021-11-15T01:25:18.733Z] 05883995daec: Pull complete [2021-11-15T01:25:19.006Z] 8603b9c90790: Pull complete [2021-11-15T01:25:19.989Z] 1560dd03e051: Pull complete [2021-11-15T01:25:20.263Z] 27f5ce0e4adf: Pull complete [2021-11-15T01:25:35.361Z] c2d8d7efcc4b: Pull complete [2021-11-15T01:25:35.361Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-15T01:25:35.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-15T01:25:35.361Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-15T01:25:35.663Z] prd-ubuntu18.04-docker-arm64-4c-16g-572 does not seem to be running inside a container [2021-11-15T01:25:35.740Z] $ 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 [2021-11-15T01:25:38.923Z] $ docker top 17374e0ee2dc5cedc49eca6065a15751a1d4f559629300beb033f68f691a1e93 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:25:39.984Z] ---> job-cost.sh [2021-11-15T01:25:39.984Z] lf-activate-venv: SKIPPING [2021-11-15T01:25:39.984Z] INFO: No Stack... [2021-11-15T01:25:40.959Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-15T01:25:41.230Z] INFO: Archiving Costs [Pipeline] sh [2021-11-15T01:25:41.907Z] + cut -d, -f6 [2021-11-15T01:25:41.907Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock [2021-11-15T01:25:41.998Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [2021-11-15T01:25:42.004Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] did not exist. Created. [2021-11-15T01:25:42.004Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-15T01:25:42.794Z] /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 [2021-11-15T01:25:43.598Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-15T01:25:43.636Z] Warning: overwriting stash ‘stack-cost’ [2021-11-15T01:25:44.330Z] Stashed 1 file(s) [Pipeline] } [2021-11-15T01:25:44.346Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-318-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-15T01:25:44.401Z] $ docker stop --time=1 17374e0ee2dc5cedc49eca6065a15751a1d4f559629300beb033f68f691a1e93 [2021-11-15T01:25:46.010Z] $ 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] } [2021-11-15T01:25:46.788Z] 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 [2021-11-15T01:25:49.106Z] + '[' -d /w/workspace/gexfoundry_device-mqtt-go_PR-318/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:25:49.458Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:25:50.060Z] ---> package-listing.sh [2021-11-15T01:25:50.061Z] ++ facter osfamily [2021-11-15T01:25:50.061Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-15T01:25:50.326Z] + OS_FAMILY=redhat [2021-11-15T01:25:50.326Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-318 [2021-11-15T01:25:50.326Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-15T01:25:50.326Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-15T01:25:50.326Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-15T01:25:50.326Z] + PACKAGES=/tmp/packages_start.txt [2021-11-15T01:25:50.326Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-318 ']' [2021-11-15T01:25:50.326Z] + PACKAGES=/tmp/packages_end.txt [2021-11-15T01:25:50.326Z] + case "${OS_FAMILY}" in [2021-11-15T01:25:50.326Z] + sort [2021-11-15T01:25:50.326Z] + rpm -qa [2021-11-15T01:25:50.899Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-15T01:25:50.899Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-15T01:25:50.899Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-15T01:25:50.899Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-318 ']' [2021-11-15T01:25:50.899Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-318/archives/ [2021-11-15T01:25:50.899Z] + 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 [2021-11-15T01:25:50.928Z] 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 [2021-11-15T01:25:51.223Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:25:51.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-15T01:25:51.800Z] [2021-11-15T01:25:51.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-15T01:25:52.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-15T01:25:52.148Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-15T01:25:52.148Z] b4d181a07f80: Pulling fs layer [2021-11-15T01:25:52.148Z] a1111a8f2ec3: Pulling fs layer [2021-11-15T01:25:52.148Z] ed53099fbce6: Pulling fs layer [2021-11-15T01:25:52.148Z] dc539afda2c1: Pulling fs layer [2021-11-15T01:25:52.148Z] 77bc0d833cb6: Pulling fs layer [2021-11-15T01:25:52.148Z] 9065ff56babe: Pulling fs layer [2021-11-15T01:25:52.148Z] d287ab97295c: Pulling fs layer [2021-11-15T01:25:52.148Z] dc539afda2c1: Waiting [2021-11-15T01:25:52.148Z] 77bc0d833cb6: Waiting [2021-11-15T01:25:52.148Z] 9065ff56babe: Waiting [2021-11-15T01:25:52.148Z] d287ab97295c: Waiting [2021-11-15T01:25:52.148Z] a1111a8f2ec3: Verifying Checksum [2021-11-15T01:25:52.148Z] a1111a8f2ec3: Download complete [2021-11-15T01:25:52.148Z] dc539afda2c1: Verifying Checksum [2021-11-15T01:25:52.148Z] dc539afda2c1: Download complete [2021-11-15T01:25:52.148Z] ed53099fbce6: Verifying Checksum [2021-11-15T01:25:52.148Z] ed53099fbce6: Download complete [2021-11-15T01:25:52.148Z] 77bc0d833cb6: Verifying Checksum [2021-11-15T01:25:52.148Z] 77bc0d833cb6: Download complete [2021-11-15T01:25:52.148Z] 9065ff56babe: Verifying Checksum [2021-11-15T01:25:52.148Z] 9065ff56babe: Download complete [2021-11-15T01:25:52.413Z] b4d181a07f80: Verifying Checksum [2021-11-15T01:25:52.413Z] b4d181a07f80: Download complete [2021-11-15T01:25:53.029Z] d287ab97295c: Verifying Checksum [2021-11-15T01:25:53.029Z] d287ab97295c: Download complete [2021-11-15T01:25:53.986Z] b4d181a07f80: Pull complete [2021-11-15T01:25:53.986Z] a1111a8f2ec3: Pull complete [2021-11-15T01:25:54.568Z] ed53099fbce6: Pull complete [2021-11-15T01:25:54.568Z] dc539afda2c1: Pull complete [2021-11-15T01:25:54.845Z] 77bc0d833cb6: Pull complete [2021-11-15T01:25:54.845Z] 9065ff56babe: Pull complete [2021-11-15T01:26:00.201Z] d287ab97295c: Pull complete [2021-11-15T01:26:00.201Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-15T01:26:00.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-15T01:26:00.201Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-15T01:26:00.280Z] prd-centos7-docker-4c-2g-567 does not seem to be running inside a container [2021-11-15T01:26:00.320Z] $ 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 [2021-11-15T01:26:02.833Z] $ docker top 1bc1c5bc73da51a07fde663cd8b95dfff88ffb1c74dd9a3f9f76760364603c02 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-15T01:26:03.225Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-15T01:26:03.540Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-15T01:26:03.851Z] + ls /var/log/sa-host [2021-11-15T01:26:03.851Z] + sadf -c /var/log/sa-host/sa15 [2021-11-15T01:26:03.851Z] file_magic: OK [2021-11-15T01:26:03.851Z] HZ: Using current value: 100 [2021-11-15T01:26:03.851Z] file_header: OK [2021-11-15T01:26:03.851Z] 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 [2021-11-15T01:26:03.851Z] Statistics: [2021-11-15T01:26:03.851Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-15T01:26:03.851Z] File successfully converted to sysstat format version 12.0.3 [2021-11-15T01:26:03.852Z] + sadf -c /var/log/sa-host/sa30 [2021-11-15T01:26:03.852Z] file_magic: OK [2021-11-15T01:26:03.852Z] HZ: Using current value: 100 [2021-11-15T01:26:03.852Z] file_header: OK [2021-11-15T01:26:03.852Z] 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 [2021-11-15T01:26:03.852Z] Statistics: [2021-11-15T01:26:03.852Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-15T01:26:03.852Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-15T01:26:04.173Z] provisioning config files... [2021-11-15T01:26:04.183Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-318@tmp/config2451213711316183259tmp [Pipeline] { [Pipeline] echo [2021-11-15T01:26:04.217Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:26:04.541Z] ---> create-netrc.sh [Pipeline] } [2021-11-15T01:26:04.566Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:26:04.945Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-15T01:26:04.972Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:26:05.291Z] ---> sudo-logs.sh [2021-11-15T01:26:05.291Z] Archiving 'sudo' log.. [2021-11-15T01:26:05.553Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-567.novalocal: Name or service not known [2021-11-15T01:26:05.553Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-567.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-15T01:26:05.622Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:26:05.943Z] ---> job-cost.sh [2021-11-15T01:26:05.943Z] lf-activate-venv: SKIPPING [2021-11-15T01:26:05.943Z] DEBUG: total: 0.10999999940395355 [2021-11-15T01:26:05.943Z] INFO: Retrieving Stack Cost... [2021-11-15T01:26:06.515Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-15T01:26:06.778Z] INFO: Archiving Costs [Pipeline] echo [2021-11-15T01:26:06.805Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-15T01:26:07.125Z] ---> logs-deploy.sh [2021-11-15T01:26:07.125Z] lf-activate-venv: SKIPPING [2021-11-15T01:26:07.125Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-318/1 [2021-11-15T01:26:07.125Z] INFO: archiving workspace using pattern(s): [2021-11-15T01:26:07.700Z] Archives upload complete. [2021-11-15T01:26:07.964Z] INFO: archiving logs to Nexus