Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8b91b72697140cd4e74a24f10fb7960df898822e+42e5a1ea61e0adb23423a933a3224d1395f33e87 (0265ab68e7a1efd890425b8f91ffccc71204539b) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17568 in /w/workspace/dgexfoundry_device-sdk-go_PR-704 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-704 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 8b91b72697140cd4e74a24f10fb7960df898822e Merge succeeded, producing 5b79113da7bc099a07f342feda87777dcfe28cf8 Checking out Revision 5b79113da7bc099a07f342feda87777dcfe28cf8 (PR-704) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/704/head:refs/remotes/origin/PR-704 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5b79113da7bc099a07f342feda87777dcfe28cf8 # timeout=10 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" > git rev-list --no-walk 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T02:43:05.586Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T02:43:05.866Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T02:43:05.965Z] ========================================================= [2020-12-29T02:43:05.965Z] EdgeX Global Pipelines Version Info [2020-12-29T02:43:05.965Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:43:07.479Z] ------------------- [2020-12-29T02:43:07.479Z] stable info: [2020-12-29T02:43:07.479Z] ------------------- [2020-12-29T02:43:07.480Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T02:43:07.480Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T02:43:07.480Z] Message: update stable to v1.0.173 [2020-12-29T02:43:08.422Z] ------------------- [2020-12-29T02:43:08.422Z] experimental info: [2020-12-29T02:43:08.422Z] ------------------- [2020-12-29T02:43:08.422Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T02:43:08.422Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T02:43:08.422Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T02:43:08.674Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-29T02:43:08.758Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-29T02:43:08.855Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T02:43:08.941Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T02:43:09.025Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T02:43:09.113Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T02:43:09.196Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T02:43:09.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T02:43:09.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-29T02:43:09.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T02:43:09.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T02:43:09.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-29T02:43:09.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T02:43:09.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T02:43:09.866Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-29T02:43:09.971Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T02:43:10.086Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T02:43:10.211Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T02:43:10.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-29T02:43:10.430Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-29T02:43:10.565Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-29T02:43:10.652Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-29T02:43:10.741Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-29T02:43:10.828Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-29T02:43:10.929Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-29T02:43:11.024Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T02:43:11.115Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T02:43:11.212Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-704 [Pipeline] echo [2020-12-29T02:43:11.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-704 [Pipeline] echo [2020-12-29T02:43:11.385Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-704 [Pipeline] echo [2020-12-29T02:43:11.474Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b79113da7bc099a07f342feda87777dcfe28cf8 [Pipeline] echo [2020-12-29T02:43:11.568Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b79113 [Pipeline] echo [2020-12-29T02:43:11.656Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T02:43:11.823Z] provisioning config files... [2020-12-29T02:43:11.849Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/config1102379991036237940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:43:12.213Z] ---> docker-login.sh [2020-12-29T02:43:12.214Z] nexus3.edgexfoundry.org:10001 [2020-12-29T02:43:12.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:43:12.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:43:12.476Z] Configure a credential helper to remove this warning. See [2020-12-29T02:43:12.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:43:12.476Z] [2020-12-29T02:43:12.476Z] Login Succeeded [2020-12-29T02:43:12.476Z] nexus3.edgexfoundry.org:10002 [2020-12-29T02:43:12.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:43:12.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:43:12.739Z] Configure a credential helper to remove this warning. See [2020-12-29T02:43:12.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:43:12.739Z] [2020-12-29T02:43:12.739Z] Login Succeeded [2020-12-29T02:43:12.739Z] nexus3.edgexfoundry.org:10003 [2020-12-29T02:43:13.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:43:13.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:43:13.003Z] Configure a credential helper to remove this warning. See [2020-12-29T02:43:13.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:43:13.003Z] [2020-12-29T02:43:13.003Z] Login Succeeded [2020-12-29T02:43:13.003Z] nexus3.edgexfoundry.org:10004 [2020-12-29T02:43:13.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:43:13.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:43:13.265Z] Configure a credential helper to remove this warning. See [2020-12-29T02:43:13.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:43:13.265Z] [2020-12-29T02:43:13.265Z] Login Succeeded [2020-12-29T02:43:13.265Z] docker.io [2020-12-29T02:43:13.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:43:13.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:43:13.528Z] Configure a credential helper to remove this warning. See [2020-12-29T02:43:13.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:43:13.528Z] [2020-12-29T02:43:13.528Z] Login Succeeded [2020-12-29T02:43:13.528Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T02:43:13.538Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T02:43:14.369Z] + git log --format=format:%s -1 5b79113da7bc099a07f342feda87777dcfe28cf8 [Pipeline] echo [2020-12-29T02:43:14.436Z] GIT_COMMIT: 5b79113da7bc099a07f342feda87777dcfe28cf8, Commit Message: Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD [Pipeline] echo [2020-12-29T02:43:14.480Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:43:15.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T02:43:15.065Z] [2020-12-29T02:43:15.065Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:43:15.409Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T02:43:15.409Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T02:43:15.409Z] 31603596830f: Pulling fs layer [2020-12-29T02:43:15.409Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T02:43:15.409Z] 6ca5941a6612: Pulling fs layer [2020-12-29T02:43:15.409Z] ecc8261a40a4: Pulling fs layer [2020-12-29T02:43:15.409Z] ecc8261a40a4: Waiting [2020-12-29T02:43:15.409Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T02:43:15.409Z] 2a8b12db71e7: Download complete [2020-12-29T02:43:15.675Z] 31603596830f: Download complete [2020-12-29T02:43:15.944Z] ecc8261a40a4: Verifying Checksum [2020-12-29T02:43:15.944Z] ecc8261a40a4: Download complete [2020-12-29T02:43:15.944Z] 6ca5941a6612: Verifying Checksum [2020-12-29T02:43:15.944Z] 6ca5941a6612: Download complete [2020-12-29T02:43:15.944Z] 31603596830f: Pull complete [2020-12-29T02:43:16.206Z] 2a8b12db71e7: Pull complete [2020-12-29T02:43:17.150Z] 6ca5941a6612: Pull complete [2020-12-29T02:43:17.150Z] ecc8261a40a4: Pull complete [2020-12-29T02:43:17.150Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T02:43:17.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T02:43:17.150Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T02:43:17.250Z] prd-centos7-docker-4c-2g-17568 does not seem to be running inside a container [2020-12-29T02:43:17.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-704 -v /w/workspace/dgexfoundry_device-sdk-go_PR-704:/w/workspace/dgexfoundry_device-sdk-go_PR-704:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-704@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 [2020-12-29T02:43:19.737Z] $ docker top 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T02:43:20.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T02:43:20.042Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T02:43:20.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T02:43:20.251Z] $ docker exec 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent [2020-12-29T02:43:20.418Z] SSH_AUTH_SOCK=/tmp/ssh-SmlzOLcNzoIi/agent.12 [2020-12-29T02:43:20.418Z] SSH_AGENT_PID=17 [2020-12-29T02:43:20.426Z] Running ssh-add (command line suppressed) [2020-12-29T02:43:20.550Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_8932401249769027631.key (/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_8932401249769027631.key) [2020-12-29T02:43:20.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T02:43:20.933Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T02:43:20.952Z] $ docker exec --env ******** --env ******** 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent -k [2020-12-29T02:43:21.063Z] unset SSH_AUTH_SOCK; [2020-12-29T02:43:21.063Z] unset SSH_AGENT_PID; [2020-12-29T02:43:21.064Z] echo Agent pid 17 killed; [2020-12-29T02:43:21.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T02:43:21.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T02:43:21.255Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T02:43:21.432Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T02:43:21.436Z] $ docker exec 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent [2020-12-29T02:43:21.602Z] SSH_AUTH_SOCK=/tmp/ssh-mOFr5fmHqPSa/agent.47 [2020-12-29T02:43:21.602Z] SSH_AGENT_PID=52 [2020-12-29T02:43:21.608Z] Running ssh-add (command line suppressed) [2020-12-29T02:43:21.718Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_5226942403009280123.key (/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_5226942403009280123.key) [2020-12-29T02:43:21.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T02:43:22.106Z] + git semver init [2020-12-29T02:43:22.106Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T02:43:22.106Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-704/.git [2020-12-29T02:43:22.106Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-704 [2020-12-29T02:43:22.106Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T02:43:22.106Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T02:43:22.106Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T02:43:22.106Z] # $SEMVER_BRANCH = PR-704 [2020-12-29T02:43:22.106Z] # $SEMVER_TEMP = /tmp/semver-309898247 [2020-12-29T02:43:22.106Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-29T02:43:22.678Z] # '/tmp/semver-309898247' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-704/.semver' [2020-12-29T02:43:22.679Z] # -> Force: false [2020-12-29T02:43:22.679Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-704/.semver [Pipeline] } [2020-12-29T02:43:22.691Z] $ docker exec --env ******** --env ******** 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent -k [2020-12-29T02:43:22.806Z] unset SSH_AUTH_SOCK; [2020-12-29T02:43:22.806Z] unset SSH_AGENT_PID; [2020-12-29T02:43:22.807Z] echo Agent pid 52 killed; [2020-12-29T02:43:22.852Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T02:43:23.317Z] + git semver [Pipeline] } [2020-12-29T02:43:23.334Z] $ docker stop --time=1 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 [2020-12-29T02:43:24.748Z] $ docker rm -f 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T02:43:25.200Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T02:43:25.575Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T02:43:25.577Z] [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 [2020-12-29T02:43:41.080Z] Still waiting to schedule task [2020-12-29T02:43:41.080Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-29T02:43:41.083Z] Still waiting to schedule task [2020-12-29T02:43:41.084Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-17569’ is offline [2020-12-29T02:46:20.222Z] Running on prd-centos7-docker-4c-2g-17578 in /w/workspace/dgexfoundry_device-sdk-go_PR-704 [Pipeline] { [Pipeline] ws [2020-12-29T02:46:20.281Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-12-29T02:46:23.309Z] using credential edgex-jenkins-ssh [2020-12-29T02:46:23.362Z] Cloning the remote Git repository [2020-12-29T02:46:23.390Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:46:23.459Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-12-29T02:46:23.520Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:46:23.520Z] > git --version # timeout=10 [2020-12-29T02:46:23.527Z] > git --version # 'git version 2.24.3' [2020-12-29T02:46:23.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:46:23.553Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:46:24.692Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 8b91b72697140cd4e74a24f10fb7960df898822e [2020-12-29T02:46:24.845Z] Merge succeeded, producing ca6c35d641cf1ad242f4fb729d98d8f0a8e17ee2 [2020-12-29T02:46:24.845Z] Checking out Revision ca6c35d641cf1ad242f4fb729d98d8f0a8e17ee2 (PR-704) [2020-12-29T02:46:24.238Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:46:24.250Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:46:24.266Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:46:24.284Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:46:24.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:46:24.290Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/704/head:refs/remotes/origin/PR-704 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T02:46:24.702Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:46:24.708Z] > git checkout -f 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [2020-12-29T02:46:24.777Z] > git remote # timeout=10 [2020-12-29T02:46:24.783Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T02:46:24.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:46:24.799Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2020-12-29T02:46:24.837Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T02:46:24.850Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:46:24.855Z] > git checkout -f ca6c35d641cf1ad242f4fb729d98d8f0a8e17ee2 # timeout=10 [2020-12-29T02:46:28.654Z] Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" [2020-12-29T02:46:28.660Z] > git rev-list --no-walk 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T02:46:30.120Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T02:46:30.477Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T02:46:30.782Z] + sudo service docker restart [2020-12-29T02:46:30.782Z] + true [2020-12-29T02:46:30.782Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T02:46:32.842Z] provisioning config files... [2020-12-29T02:46:32.871Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6888029617800976276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:46:33.259Z] ---> docker-login.sh [2020-12-29T02:46:33.259Z] nexus3.edgexfoundry.org:10001 [2020-12-29T02:46:33.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:33.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:33.813Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:33.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:33.813Z] [2020-12-29T02:46:33.813Z] Login Succeeded [2020-12-29T02:46:33.813Z] nexus3.edgexfoundry.org:10002 [2020-12-29T02:46:34.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:34.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:34.082Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:34.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:34.082Z] [2020-12-29T02:46:34.082Z] Login Succeeded [2020-12-29T02:46:34.082Z] nexus3.edgexfoundry.org:10003 [2020-12-29T02:46:34.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:34.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:34.356Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:34.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:34.356Z] [2020-12-29T02:46:34.356Z] Login Succeeded [2020-12-29T02:46:34.356Z] nexus3.edgexfoundry.org:10004 [2020-12-29T02:46:34.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:34.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:34.648Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:34.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:34.648Z] [2020-12-29T02:46:34.648Z] Login Succeeded [2020-12-29T02:46:34.648Z] docker.io [2020-12-29T02:46:34.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:35.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:35.176Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:35.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:35.176Z] [2020-12-29T02:46:35.176Z] Login Succeeded [2020-12-29T02:46:35.176Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T02:46:35.187Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-29T02:46:35.677Z] ========================================================= [2020-12-29T02:46:35.677Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T02:46:35.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:46:36.033Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-29T02:46:36.299Z] Sending build context to Docker daemon 2.423MB [2020-12-29T02:46:36.299Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T02:46:36.299Z] Step 2/8 : FROM ${BASE} [2020-12-29T02:46:36.299Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T02:46:36.299Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T02:46:36.299Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T02:46:36.299Z] de9db76c5a1d: Pulling fs layer [2020-12-29T02:46:36.299Z] bca2f99d35d6: Pulling fs layer [2020-12-29T02:46:36.299Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T02:46:36.299Z] 7c6f9722023f: Pulling fs layer [2020-12-29T02:46:36.299Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T02:46:36.299Z] bca2f99d35d6: Waiting [2020-12-29T02:46:36.299Z] 93359f2a8cfa: Waiting [2020-12-29T02:46:36.299Z] 7c6f9722023f: Waiting [2020-12-29T02:46:36.299Z] a35cf1a2eb13: Waiting [2020-12-29T02:46:36.299Z] de9db76c5a1d: Verifying Checksum [2020-12-29T02:46:36.299Z] de9db76c5a1d: Download complete [2020-12-29T02:46:36.299Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T02:46:36.299Z] 0ef7d3d256c8: Download complete [2020-12-29T02:46:36.564Z] 93359f2a8cfa: Verifying Checksum [2020-12-29T02:46:36.564Z] 93359f2a8cfa: Download complete [2020-12-29T02:46:36.564Z] 7c6f9722023f: Download complete [2020-12-29T02:46:36.564Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T02:46:36.564Z] 188c0c94c7c5: Download complete [2020-12-29T02:46:37.155Z] 188c0c94c7c5: Pull complete [2020-12-29T02:46:37.423Z] 0ef7d3d256c8: Pull complete [2020-12-29T02:46:37.423Z] de9db76c5a1d: Pull complete [2020-12-29T02:46:38.383Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T02:46:38.383Z] a35cf1a2eb13: Download complete [2020-12-29T02:46:39.376Z] bca2f99d35d6: Verifying Checksum [2020-12-29T02:46:39.376Z] bca2f99d35d6: Download complete [2020-12-29T02:46:47.685Z] bca2f99d35d6: Pull complete [2020-12-29T02:46:47.686Z] 93359f2a8cfa: Pull complete [2020-12-29T02:46:47.686Z] 7c6f9722023f: Pull complete [2020-12-29T02:46:55.889Z] a35cf1a2eb13: Pull complete [2020-12-29T02:46:55.889Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T02:46:55.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T02:46:55.889Z] ---> a62c8e92a672 [2020-12-29T02:46:55.889Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:46:55.889Z] ---> Running in e7274cfaaa11 [2020-12-29T02:46:55.889Z] Removing intermediate container e7274cfaaa11 [2020-12-29T02:46:55.889Z] ---> 8f87687d256c [2020-12-29T02:46:55.889Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T02:46:55.889Z] ---> Running in 010ea09ce565 [2020-12-29T02:46:56.154Z] Removing intermediate container 010ea09ce565 [2020-12-29T02:46:56.154Z] ---> 2491aa42b49d [2020-12-29T02:46:56.154Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-29T02:46:56.417Z] ---> Running in 5c0b3204a1f7 [2020-12-29T02:46:56.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T02:46:58.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T02:47:00.645Z] OK: 166 MiB in 39 packages [2020-12-29T02:47:00.645Z] Removing intermediate container 5c0b3204a1f7 [2020-12-29T02:47:00.645Z] ---> 690535c17b8a [2020-12-29T02:47:00.645Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-29T02:47:00.645Z] ---> Running in 7a0e978bda09 [2020-12-29T02:47:00.915Z] Removing intermediate container 7a0e978bda09 [2020-12-29T02:47:00.915Z] ---> 84ad3fdc9763 [2020-12-29T02:47:00.915Z] Step 7/8 : COPY . . [2020-12-29T02:47:02.316Z] ---> 211f5c199d1f [2020-12-29T02:47:02.316Z] Step 8/8 : RUN go mod download [2020-12-29T02:47:02.316Z] ---> Running in 95ae5da3dbcc [2020-12-29T02:47:07.042Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17577 in /w/workspace/dgexfoundry_device-sdk-go_PR-704 [Pipeline] { [Pipeline] ws [2020-12-29T02:47:07.110Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-12-29T02:47:12.206Z] using credential edgex-jenkins-ssh [2020-12-29T02:47:12.266Z] Cloning the remote Git repository [2020-12-29T02:47:12.309Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:47:12.427Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-12-29T02:47:12.493Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:47:12.493Z] > git --version # timeout=10 [2020-12-29T02:47:12.510Z] > git --version # 'git version 2.17.1' [2020-12-29T02:47:12.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:47:12.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:47:14.331Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 8b91b72697140cd4e74a24f10fb7960df898822e [2020-12-29T02:47:14.724Z] Merge succeeded, producing e8e304225cf854933d9c679f7472938aa1aaee05 [2020-12-29T02:47:14.724Z] Checking out Revision e8e304225cf854933d9c679f7472938aa1aaee05 (PR-704) [2020-12-29T02:47:13.698Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:47:13.713Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:47:13.746Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:47:13.780Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:47:13.781Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:47:13.793Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/704/head:refs/remotes/origin/PR-704 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T02:47:14.340Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:47:14.355Z] > git checkout -f 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [2020-12-29T02:47:14.468Z] > git remote # timeout=10 [2020-12-29T02:47:14.487Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T02:47:14.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:47:14.564Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2020-12-29T02:47:14.682Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T02:47:14.724Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:47:14.746Z] > git checkout -f e8e304225cf854933d9c679f7472938aa1aaee05 # timeout=10 [2020-12-29T02:47:19.135Z] Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" [2020-12-29T02:47:19.137Z] > git rev-list --no-walk 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T02:47:20.504Z] Removing intermediate container 95ae5da3dbcc [2020-12-29T02:47:20.504Z] ---> 249e41fd2e56 [2020-12-29T02:47:20.504Z] Successfully built 249e41fd2e56 [2020-12-29T02:47:20.504Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:47:20.793Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-29T02:47:20.827Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T02:47:20.827Z] . [Pipeline] withDockerContainer [2020-12-29T02:47:20.952Z] prd-centos7-docker-4c-2g-17578 does not seem to be running inside a container [2020-12-29T02:47:21.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 [2020-12-29T02:47:21.827Z] $ docker top 12a39b881cfa69635ac1af3f75210a17f95914cc4551f79db274e6364fdc4881 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-29T02:47:22.360Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T02:47:22.434Z] + go version [2020-12-29T02:47:22.434Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T02:47:22.490Z] $ docker stop --time=1 12a39b881cfa69635ac1af3f75210a17f95914cc4551f79db274e6364fdc4881 [2020-12-29T02:47:22.698Z] + true [2020-12-29T02:47:22.698Z] + sudo service docker restart [2020-12-29T02:47:23.891Z] $ docker rm -f 12a39b881cfa69635ac1af3f75210a17f95914cc4551f79db274e6364fdc4881 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T02:47:24.782Z] provisioning config files... [2020-12-29T02:47:24.821Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3861508943577662942tmp [Pipeline] { [2020-12-29T02:47:24.861Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T02:47:24.861Z] . [Pipeline] withDockerContainer [2020-12-29T02:47:25.006Z] prd-centos7-docker-4c-2g-17578 does not seem to be running inside a container [2020-12-29T02:47:25.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 [2020-12-29T02:47:25.668Z] $ docker top b18c00853121461d8ddeb022e52f402f638e03aa97c9c3a5911239955a483410 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2020-12-29T02:47:26.161Z] ---> docker-login.sh [2020-12-29T02:47:26.161Z] nexus3.edgexfoundry.org:10001 [2020-12-29T02:47:26.247Z] + make test [2020-12-29T02:47:26.247Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-29T02:47:26.520Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-29T02:47:26.520Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-29T02:47:27.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:47:27.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:47:27.443Z] Configure a credential helper to remove this warning. See [2020-12-29T02:47:27.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:47:27.443Z] [2020-12-29T02:47:27.443Z] Login Succeeded [2020-12-29T02:47:27.443Z] nexus3.edgexfoundry.org:10002 [2020-12-29T02:47:27.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:47:27.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:47:27.717Z] Configure a credential helper to remove this warning. See [2020-12-29T02:47:27.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:47:27.717Z] [2020-12-29T02:47:27.717Z] Login Succeeded [2020-12-29T02:47:27.717Z] nexus3.edgexfoundry.org:10003 [2020-12-29T02:47:28.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:47:28.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:47:28.316Z] Configure a credential helper to remove this warning. See [2020-12-29T02:47:28.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:47:28.316Z] [2020-12-29T02:47:28.316Z] Login Succeeded [2020-12-29T02:47:28.316Z] nexus3.edgexfoundry.org:10004 [2020-12-29T02:47:28.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:47:28.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:47:28.874Z] Configure a credential helper to remove this warning. See [2020-12-29T02:47:28.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:47:28.874Z] [2020-12-29T02:47:28.874Z] Login Succeeded [2020-12-29T02:47:28.874Z] docker.io [2020-12-29T02:47:29.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:47:29.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:47:29.423Z] Configure a credential helper to remove this warning. See [2020-12-29T02:47:29.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:47:29.423Z] [2020-12-29T02:47:29.423Z] Login Succeeded [2020-12-29T02:47:29.423Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T02:47:29.442Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-29T02:47:29.982Z] ========================================================= [2020-12-29T02:47:29.982Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T02:47:29.982Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:47:30.634Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-29T02:47:30.934Z] Sending build context to Docker daemon 2.423MB [2020-12-29T02:47:30.934Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T02:47:30.934Z] Step 2/8 : FROM ${BASE} [2020-12-29T02:47:30.934Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T02:47:30.934Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T02:47:30.934Z] a4357932f1b6: Pulling fs layer [2020-12-29T02:47:30.934Z] 18c013af1878: Pulling fs layer [2020-12-29T02:47:30.934Z] 00ac8860ef70: Pulling fs layer [2020-12-29T02:47:30.934Z] 63d7cb157983: Pulling fs layer [2020-12-29T02:47:30.934Z] b116817d02f9: Pulling fs layer [2020-12-29T02:47:30.934Z] 745a02a5169b: Pulling fs layer [2020-12-29T02:47:30.934Z] 00ac8860ef70: Waiting [2020-12-29T02:47:30.934Z] 63d7cb157983: Waiting [2020-12-29T02:47:30.934Z] b116817d02f9: Waiting [2020-12-29T02:47:30.934Z] 745a02a5169b: Waiting [2020-12-29T02:47:30.934Z] a4357932f1b6: Verifying Checksum [2020-12-29T02:47:30.934Z] a4357932f1b6: Download complete [2020-12-29T02:47:31.549Z] 5f621e34cdf4: Verifying Checksum [2020-12-29T02:47:31.549Z] 18c013af1878: Download complete [2020-12-29T02:47:31.549Z] 63d7cb157983: Download complete [2020-12-29T02:47:31.549Z] b116817d02f9: Verifying Checksum [2020-12-29T02:47:31.549Z] b116817d02f9: Download complete [2020-12-29T02:47:31.852Z] pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-29T02:47:31.852Z] pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-29T02:47:31.852Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2020-12-29T02:47:31.870Z] $ docker stop --time=1 b18c00853121461d8ddeb022e52f402f638e03aa97c9c3a5911239955a483410 [2020-12-29T02:47:32.151Z] 5f621e34cdf4: Pull complete [2020-12-29T02:47:32.755Z] a4357932f1b6: Pull complete [2020-12-29T02:47:33.031Z] 18c013af1878: Pull complete [2020-12-29T02:47:33.233Z] $ docker rm -f b18c00853121461d8ddeb022e52f402f638e03aa97c9c3a5911239955a483410 [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) [2020-12-29T02:47:34.020Z] 745a02a5169b: Verifying Checksum [2020-12-29T02:47:34.020Z] 745a02a5169b: Download complete Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-29T02:47:34.620Z] Failed in branch amd64 [2020-12-29T02:47:35.471Z] 00ac8860ef70: Verifying Checksum [2020-12-29T02:47:35.471Z] 00ac8860ef70: Download complete [2020-12-29T02:47:45.649Z] 00ac8860ef70: Pull complete [2020-12-29T02:47:45.650Z] 63d7cb157983: Pull complete [2020-12-29T02:47:46.263Z] b116817d02f9: Pull complete [2020-12-29T02:47:49.662Z] 745a02a5169b: Pull complete [2020-12-29T02:47:49.939Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T02:47:49.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T02:47:49.939Z] ---> b7e6874047d6 [2020-12-29T02:47:49.939Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:47:53.375Z] ---> Running in b8fd6c52625c [2020-12-29T02:47:53.375Z] Removing intermediate container b8fd6c52625c [2020-12-29T02:47:53.375Z] ---> 70b98a63c2ff [2020-12-29T02:47:53.375Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T02:47:53.375Z] ---> Running in 600f2192ba1b [2020-12-29T02:47:56.012Z] Removing intermediate container 600f2192ba1b [2020-12-29T02:47:56.012Z] ---> 76caa59f7fdb [2020-12-29T02:47:56.012Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-29T02:47:56.012Z] ---> Running in 097cd7dfe371 [2020-12-29T02:47:57.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T02:47:57.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T02:47:59.422Z] OK: 142 MiB in 39 packages [2020-12-29T02:48:00.409Z] Removing intermediate container 097cd7dfe371 [2020-12-29T02:48:00.409Z] ---> d54ea40829cf [2020-12-29T02:48:00.409Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-29T02:48:00.682Z] ---> Running in 126a0a5cdb4e [2020-12-29T02:48:01.280Z] Removing intermediate container 126a0a5cdb4e [2020-12-29T02:48:01.280Z] ---> 67159b19eed0 [2020-12-29T02:48:01.280Z] Step 7/8 : COPY . . [2020-12-29T02:48:02.726Z] ---> cf394859557f [2020-12-29T02:48:02.727Z] Step 8/8 : RUN go mod download [2020-12-29T02:48:02.727Z] ---> Running in e5563bdeed95 [2020-12-29T02:48:24.911Z] Removing intermediate container e5563bdeed95 [2020-12-29T02:48:24.911Z] ---> e4ddbe225ebd [2020-12-29T02:48:24.911Z] Successfully built e4ddbe225ebd [2020-12-29T02:48:24.911Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:48:25.255Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T02:48:25.255Z] . [Pipeline] withDockerContainer [2020-12-29T02:48:25.536Z] prd-ubuntu18.04-docker-arm64-4c-16g-17577 does not seem to be running inside a container [2020-12-29T02:48:25.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T02:48:27.215Z] $ docker top 9c51355a5e4d53cb97bea6a9d78945a97ed61adcf5908e789735eec594b4d1b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:48:28.298Z] + go version [2020-12-29T02:48:28.298Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T02:48:28.327Z] $ docker stop --time=1 9c51355a5e4d53cb97bea6a9d78945a97ed61adcf5908e789735eec594b4d1b8 [2020-12-29T02:48:30.314Z] $ docker rm -f 9c51355a5e4d53cb97bea6a9d78945a97ed61adcf5908e789735eec594b4d1b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:48:31.373Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T02:48:31.374Z] . [Pipeline] withDockerContainer [2020-12-29T02:48:31.652Z] prd-ubuntu18.04-docker-arm64-4c-16g-17577 does not seem to be running inside a container [2020-12-29T02:48:31.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T02:48:33.363Z] $ docker top 89065fea081770c685aa8755c23db4bf59624cbde3cf925857b3a19662ccb3d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:48:34.405Z] + make test [2020-12-29T02:48:34.405Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-29T02:48:34.680Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-29T02:48:34.680Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-29T02:48:35.661Z] pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-29T02:48:35.661Z] pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-29T02:48:35.661Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2020-12-29T02:48:35.692Z] $ docker stop --time=1 89065fea081770c685aa8755c23db4bf59624cbde3cf925857b3a19662ccb3d2 [2020-12-29T02:48:37.698Z] $ docker rm -f 89065fea081770c685aa8755c23db4bf59624cbde3cf925857b3a19662ccb3d2 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-29T02:48:39.158Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:48:41.837Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:48:42.220Z] ---> package-listing.sh [2020-12-29T02:48:42.220Z] ++ facter osfamily [2020-12-29T02:48:42.220Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T02:48:42.220Z] + OS_FAMILY=redhat [2020-12-29T02:48:42.220Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-704 [2020-12-29T02:48:42.220Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T02:48:42.220Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T02:48:42.220Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T02:48:42.220Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T02:48:42.220Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-704 ']' [2020-12-29T02:48:42.220Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T02:48:42.220Z] + case "${OS_FAMILY}" in [2020-12-29T02:48:42.220Z] + rpm -qa [2020-12-29T02:48:42.220Z] + sort [2020-12-29T02:48:47.540Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T02:48:47.540Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T02:48:47.540Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T02:48:47.540Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-704 ']' [2020-12-29T02:48:47.540Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-704/archives/ [2020-12-29T02:48:47.540Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-704/archives/ [Pipeline] echo [2020-12-29T02:48:47.553Z] 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/dgexfoundry_device-sdk-go_PR-704/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-29T02:48:47.845Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:48:48.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T02:48:48.156Z] [2020-12-29T02:48:48.156Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:48:48.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T02:48:48.520Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T02:48:48.520Z] df20fa9351a1: Pulling fs layer [2020-12-29T02:48:48.520Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T02:48:48.520Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T02:48:48.520Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T02:48:48.520Z] 93b61091891f: Pulling fs layer [2020-12-29T02:48:48.520Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T02:48:48.520Z] 5e14af77c1be: Pulling fs layer [2020-12-29T02:48:48.520Z] 01666e4c0597: Pulling fs layer [2020-12-29T02:48:48.520Z] aa168da1d23b: Pulling fs layer [2020-12-29T02:48:48.520Z] 46f8f816bc3b: Waiting [2020-12-29T02:48:48.520Z] 93b61091891f: Waiting [2020-12-29T02:48:48.520Z] 93b9cdb0e59b: Waiting [2020-12-29T02:48:48.520Z] 5e14af77c1be: Waiting [2020-12-29T02:48:48.520Z] 01666e4c0597: Waiting [2020-12-29T02:48:48.520Z] aa168da1d23b: Waiting [2020-12-29T02:48:48.520Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T02:48:48.520Z] 36b3adc4ff6f: Download complete [2020-12-29T02:48:48.520Z] 46f8f816bc3b: Download complete [2020-12-29T02:48:48.785Z] df20fa9351a1: Verifying Checksum [2020-12-29T02:48:48.785Z] df20fa9351a1: Download complete [2020-12-29T02:48:48.785Z] 93b9cdb0e59b: Verifying Checksum [2020-12-29T02:48:48.785Z] 93b9cdb0e59b: Download complete [2020-12-29T02:48:48.785Z] 5e14af77c1be: Verifying Checksum [2020-12-29T02:48:48.785Z] 5e14af77c1be: Download complete [2020-12-29T02:48:48.785Z] 01666e4c0597: Download complete [2020-12-29T02:48:48.785Z] 93b61091891f: Verifying Checksum [2020-12-29T02:48:48.785Z] 93b61091891f: Download complete [2020-12-29T02:48:49.048Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T02:48:49.048Z] 8ad3a11d3b57: Download complete [2020-12-29T02:48:49.048Z] df20fa9351a1: Pull complete [2020-12-29T02:48:49.315Z] 36b3adc4ff6f: Pull complete [2020-12-29T02:48:49.898Z] 8ad3a11d3b57: Pull complete [2020-12-29T02:48:50.168Z] 46f8f816bc3b: Pull complete [2020-12-29T02:48:50.438Z] 93b61091891f: Pull complete [2020-12-29T02:48:50.702Z] 93b9cdb0e59b: Pull complete [2020-12-29T02:48:50.965Z] 5e14af77c1be: Pull complete [2020-12-29T02:48:51.226Z] aa168da1d23b: Download complete [2020-12-29T02:48:51.489Z] 01666e4c0597: Pull complete [2020-12-29T02:48:58.116Z] aa168da1d23b: Pull complete [2020-12-29T02:48:58.116Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T02:48:58.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T02:48:58.116Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T02:48:58.246Z] prd-centos7-docker-4c-2g-17568 does not seem to be running inside a container [2020-12-29T02:48:58.297Z] $ 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/dgexfoundry_device-sdk-go_PR-704/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-704 -v /w/workspace/dgexfoundry_device-sdk-go_PR-704:/w/workspace/dgexfoundry_device-sdk-go_PR-704:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-704@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:alpine cat [2020-12-29T02:49:01.668Z] $ docker top d1e7e4ad8901bc7559dd65ad8a8fc1b0a18289029f6838510d41ba44634c28ad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:49:02.244Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T02:49:02.543Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T02:49:02.846Z] + ls /var/log/sa-host [2020-12-29T02:49:02.846Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T02:49:02.846Z] file_magic: OK [2020-12-29T02:49:02.846Z] HZ: Using current value: 100 [2020-12-29T02:49:02.846Z] file_header: OK [2020-12-29T02:49:02.846Z] 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 [2020-12-29T02:49:02.846Z] Statistics: [2020-12-29T02:49:02.846Z] Hnuu...uuuununununu... [2020-12-29T02:49:02.846Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T02:49:02.846Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T02:49:02.846Z] file_magic: OK [2020-12-29T02:49:02.846Z] HZ: Using current value: 100 [2020-12-29T02:49:02.846Z] file_header: OK [2020-12-29T02:49:02.846Z] 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 [2020-12-29T02:49:02.846Z] Statistics: [2020-12-29T02:49:02.846Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-29T02:49:02.846Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T02:49:03.049Z] provisioning config files... [2020-12-29T02:49:03.070Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/config7786599384057889203tmp [Pipeline] { [Pipeline] echo [2020-12-29T02:49:03.148Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:49:03.446Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T02:49:03.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T02:49:03.549Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:49:03.845Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T02:49:03.856Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:49:04.150Z] ---> sudo-logs.sh [2020-12-29T02:49:04.150Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T02:49:04.161Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:49:04.460Z] ---> job-cost.sh [2020-12-29T02:49:04.460Z] lf-activate-venv: SKIPPING [2020-12-29T02:49:04.460Z] INFO: No Stack... [2020-12-29T02:49:05.850Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T02:49:06.115Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T02:49:06.129Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:49:06.428Z] ---> logs-deploy.sh [2020-12-29T02:49:06.428Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-704/2 [2020-12-29T02:49:06.428Z] INFO: archiving workspace using pattern(s): [2020-12-29T02:49:08.351Z] Archives upload complete. [2020-12-29T02:49:08.351Z] INFO: archiving logs to Nexus