Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 372098887a6a7d5d9395bdaf9d03a023308f69fd rather than 77ddc78a6a928df8f117d7338f979ae30f2e58ff Obtained Jenkinsfile from 372098887a6a7d5d9395bdaf9d03a023308f69fd 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-18403 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [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-701 # 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 > 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/701/head:refs/remotes/origin/PR-701 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff Merge succeeded, producing 29f883aa457367488babec6e9578914e284cd7a5 Checking out Revision 29f883aa457367488babec6e9578914e284cd7a5 (PR-701) > git config core.sparsecheckout # timeout=10 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # 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 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29f883aa457367488babec6e9578914e284cd7a5 # timeout=10 Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" > git rev-list --no-walk 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T02:42:56.213Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T02:42:56.438Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T02:42:56.526Z] ========================================================= [2021-01-05T02:42:56.526Z] EdgeX Global Pipelines Version Info [2021-01-05T02:42:56.526Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:42:58.101Z] ------------------- [2021-01-05T02:42:58.101Z] stable info: [2021-01-05T02:42:58.101Z] ------------------- [2021-01-05T02:42:58.101Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T02:42:58.101Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T02:42:58.101Z] Message: update stable to v1.0.173 [2021-01-05T02:42:59.047Z] ------------------- [2021-01-05T02:42:59.047Z] experimental info: [2021-01-05T02:42:59.047Z] ------------------- [2021-01-05T02:42:59.047Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T02:42:59.047Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T02:42:59.047Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T02:42:59.350Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-05T02:42:59.451Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-05T02:42:59.539Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T02:42:59.627Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T02:42:59.712Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T02:42:59.797Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T02:42:59.882Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T02:42:59.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T02:43:00.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-05T02:43:00.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T02:43:00.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T02:43:00.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-05T02:43:00.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T02:43:00.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T02:43:00.785Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T02:43:00.867Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T02:43:00.952Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T02:43:01.038Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T02:43:01.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T02:43:01.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-05T02:43:01.330Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T02:43:01.417Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T02:43:01.524Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-05T02:43:01.618Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-05T02:43:01.718Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-05T02:43:01.807Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T02:43:01.933Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T02:43:02.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-701 [Pipeline] echo [2021-01-05T02:43:02.129Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-701 [Pipeline] echo [2021-01-05T02:43:02.211Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-701 [Pipeline] echo [2021-01-05T02:43:02.295Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29f883aa457367488babec6e9578914e284cd7a5 [Pipeline] echo [2021-01-05T02:43:02.383Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29f883a [Pipeline] echo [2021-01-05T02:43:02.462Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T02:43:02.671Z] provisioning config files... [2021-01-05T02:43:02.704Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/config6773053164450084060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:43:03.071Z] ---> docker-login.sh [2021-01-05T02:43:03.071Z] nexus3.edgexfoundry.org:10001 [2021-01-05T02:43:03.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:03.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:03.335Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:03.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:03.335Z] [2021-01-05T02:43:03.335Z] Login Succeeded [2021-01-05T02:43:03.335Z] nexus3.edgexfoundry.org:10002 [2021-01-05T02:43:03.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:03.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:03.598Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:03.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:03.598Z] [2021-01-05T02:43:03.598Z] Login Succeeded [2021-01-05T02:43:03.598Z] nexus3.edgexfoundry.org:10003 [2021-01-05T02:43:03.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:03.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:03.863Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:03.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:03.863Z] [2021-01-05T02:43:03.863Z] Login Succeeded [2021-01-05T02:43:03.863Z] nexus3.edgexfoundry.org:10004 [2021-01-05T02:43:03.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:03.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:03.863Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:03.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:03.863Z] [2021-01-05T02:43:03.863Z] Login Succeeded [2021-01-05T02:43:03.863Z] docker.io [2021-01-05T02:43:04.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:04.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:04.394Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:04.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:04.394Z] [2021-01-05T02:43:04.394Z] Login Succeeded [2021-01-05T02:43:04.394Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T02:43:04.409Z] 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 [2021-01-05T02:43:05.498Z] + git log --format=format:%s -1 29f883aa457367488babec6e9578914e284cd7a5 [Pipeline] echo [2021-01-05T02:43:05.570Z] GIT_COMMIT: 29f883aa457367488babec6e9578914e284cd7a5, Commit Message: Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD [Pipeline] echo [2021-01-05T02:43:05.626Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:43:06.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T02:43:06.223Z] [2021-01-05T02:43:06.223Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:43:06.578Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T02:43:06.578Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T02:43:06.578Z] 31603596830f: Pulling fs layer [2021-01-05T02:43:06.578Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T02:43:06.578Z] 6ca5941a6612: Pulling fs layer [2021-01-05T02:43:06.578Z] ecc8261a40a4: Pulling fs layer [2021-01-05T02:43:06.578Z] ecc8261a40a4: Waiting [2021-01-05T02:43:06.578Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T02:43:06.578Z] 2a8b12db71e7: Download complete [2021-01-05T02:43:06.578Z] 31603596830f: Verifying Checksum [2021-01-05T02:43:06.578Z] 31603596830f: Download complete [2021-01-05T02:43:06.841Z] ecc8261a40a4: Verifying Checksum [2021-01-05T02:43:06.841Z] ecc8261a40a4: Download complete [2021-01-05T02:43:06.841Z] 6ca5941a6612: Verifying Checksum [2021-01-05T02:43:06.841Z] 6ca5941a6612: Download complete [2021-01-05T02:43:07.104Z] 31603596830f: Pull complete [2021-01-05T02:43:07.375Z] 2a8b12db71e7: Pull complete [2021-01-05T02:43:08.333Z] 6ca5941a6612: Pull complete [2021-01-05T02:43:08.600Z] ecc8261a40a4: Pull complete [2021-01-05T02:43:08.600Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T02:43:08.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T02:43:08.600Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T02:43:08.711Z] prd-centos7-docker-4c-2g-18403 does not seem to be running inside a container [2021-01-05T02:43:08.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-701 -v /w/workspace/dgexfoundry_device-sdk-go_PR-701:/w/workspace/dgexfoundry_device-sdk-go_PR-701:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-701@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:10004/edgex-devops/git-semver:latest cat [2021-01-05T02:43:11.248Z] $ docker top d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T02:43:11.580Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T02:43:11.580Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T02:43:11.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T02:43:11.816Z] $ docker exec d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent [2021-01-05T02:43:12.023Z] SSH_AUTH_SOCK=/tmp/ssh-i3BNw8ROYZLT/agent.11 [2021-01-05T02:43:12.024Z] SSH_AGENT_PID=16 [2021-01-05T02:43:12.049Z] Running ssh-add (command line suppressed) [2021-01-05T02:43:12.170Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2163032673617353366.key (/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2163032673617353366.key) [2021-01-05T02:43:12.228Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T02:43:12.568Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T02:43:12.591Z] $ docker exec --env ******** --env ******** d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent -k [2021-01-05T02:43:12.709Z] unset SSH_AUTH_SOCK; [2021-01-05T02:43:12.710Z] unset SSH_AGENT_PID; [2021-01-05T02:43:12.710Z] echo Agent pid 16 killed; [2021-01-05T02:43:12.759Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T02:43:12.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T02:43:12.973Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T02:43:13.152Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T02:43:13.156Z] $ docker exec d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent [2021-01-05T02:43:13.325Z] SSH_AUTH_SOCK=/tmp/ssh-D3vmuBlgQBt9/agent.45 [2021-01-05T02:43:13.325Z] SSH_AGENT_PID=50 [2021-01-05T02:43:13.332Z] Running ssh-add (command line suppressed) [2021-01-05T02:43:13.453Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2062679689602418387.key (/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2062679689602418387.key) [2021-01-05T02:43:13.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T02:43:13.896Z] + git semver init [2021-01-05T02:43:13.896Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T02:43:13.896Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-701/.git [2021-01-05T02:43:13.896Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-701 [2021-01-05T02:43:13.896Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T02:43:13.896Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T02:43:13.896Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T02:43:13.896Z] # $SEMVER_BRANCH = PR-701 [2021-01-05T02:43:13.896Z] # $SEMVER_TEMP = /tmp/semver-192061475 [2021-01-05T02:43:13.896Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-05T02:43:14.487Z] # '/tmp/semver-192061475' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-701/.semver' [2021-01-05T02:43:14.487Z] # -> Force: false [2021-01-05T02:43:14.487Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-701/.semver [Pipeline] } [2021-01-05T02:43:14.503Z] $ docker exec --env ******** --env ******** d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent -k [2021-01-05T02:43:14.628Z] unset SSH_AUTH_SOCK; [2021-01-05T02:43:14.628Z] unset SSH_AGENT_PID; [2021-01-05T02:43:14.629Z] echo Agent pid 50 killed; [2021-01-05T02:43:14.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T02:43:15.148Z] + git semver [Pipeline] } [2021-01-05T02:43:15.165Z] $ docker stop --time=1 d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa [2021-01-05T02:43:16.805Z] $ docker rm -f d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T02:43:17.347Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T02:43:17.788Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T02:43:17.790Z] [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-01-05T02:43:33.277Z] Still waiting to schedule task [2021-01-05T02:43:33.277Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18407’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18406’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-05T02:43:33.279Z] Still waiting to schedule task [2021-01-05T02:43:33.279Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-05T02:46:22.362Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18411 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [Pipeline] { [Pipeline] ws [2021-01-05T02:46:22.459Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-01-05T02:46:27.954Z] using credential edgex-jenkins-ssh [2021-01-05T02:46:28.013Z] Cloning the remote Git repository [2021-01-05T02:46:28.089Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:28.204Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-01-05T02:46:28.296Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:28.296Z] > git --version # timeout=10 [2021-01-05T02:46:28.316Z] > git --version # 'git version 2.17.1' [2021-01-05T02:46:28.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:28.391Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:46:31.108Z] Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff [2021-01-05T02:46:30.285Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:46:30.309Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:46:30.350Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:46:30.384Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:30.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:30.397Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/701/head:refs/remotes/origin/PR-701 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T02:46:31.138Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:46:31.161Z] > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 [2021-01-05T02:46:31.305Z] > git remote # timeout=10 [2021-01-05T02:46:31.328Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T02:46:31.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:31.373Z] > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 [2021-01-05T02:46:31.514Z] Merge succeeded, producing 33d75a403c8b8186d57046de2938b117ebd3d32c [2021-01-05T02:46:31.514Z] Checking out Revision 33d75a403c8b8186d57046de2938b117ebd3d32c (PR-701) [2021-01-05T02:46:31.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T02:46:31.564Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:46:31.594Z] > git checkout -f 33d75a403c8b8186d57046de2938b117ebd3d32c # timeout=10 [2021-01-05T02:46:35.686Z] Running on prd-centos7-docker-4c-2g-18414 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [Pipeline] { [Pipeline] ws [2021-01-05T02:46:35.738Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-01-05T02:46:36.134Z] Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" [2021-01-05T02:46:36.146Z] > git rev-list --no-walk 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T02:46:37.648Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T02:46:38.058Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T02:46:38.184Z] using credential edgex-jenkins-ssh [2021-01-05T02:46:38.235Z] Cloning the remote Git repository [2021-01-05T02:46:38.416Z] + true [2021-01-05T02:46:38.416Z] + sudo service docker restart [2021-01-05T02:46:38.267Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:38.334Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-01-05T02:46:38.398Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:38.399Z] > git --version # timeout=10 [2021-01-05T02:46:38.405Z] > git --version # 'git version 2.24.3' [2021-01-05T02:46:38.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:38.433Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:46:39.236Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:46:39.245Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:46:39.271Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:46:39.285Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:39.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:39.290Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/701/head:refs/remotes/origin/PR-701 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T02:46:39.748Z] Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff [2021-01-05T02:46:39.910Z] Merge succeeded, producing f6aa682bb9f027ef48df66fe6b10cd9e9385931a [2021-01-05T02:46:39.910Z] Checking out Revision f6aa682bb9f027ef48df66fe6b10cd9e9385931a (PR-701) [2021-01-05T02:46:39.771Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:46:39.778Z] > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 [2021-01-05T02:46:39.844Z] > git remote # timeout=10 [2021-01-05T02:46:39.852Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T02:46:39.858Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:39.862Z] > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 [2021-01-05T02:46:39.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T02:46:39.914Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:46:39.919Z] > git checkout -f f6aa682bb9f027ef48df66fe6b10cd9e9385931a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T02:46:41.132Z] provisioning config files... [2021-01-05T02:46:41.179Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config7756103570774987336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:46:41.589Z] ---> docker-login.sh [2021-01-05T02:46:41.589Z] nexus3.edgexfoundry.org:10001 [2021-01-05T02:46:42.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:42.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:42.788Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:42.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:42.788Z] [2021-01-05T02:46:42.788Z] Login Succeeded [2021-01-05T02:46:42.788Z] nexus3.edgexfoundry.org:10002 [2021-01-05T02:46:43.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:43.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:43.393Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:43.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:43.393Z] [2021-01-05T02:46:43.393Z] Login Succeeded [2021-01-05T02:46:43.393Z] nexus3.edgexfoundry.org:10003 [2021-01-05T02:46:43.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:43.719Z] Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" [2021-01-05T02:46:43.724Z] > git rev-list --no-walk 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 [2021-01-05T02:46:43.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:43.940Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:43.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:43.940Z] [2021-01-05T02:46:43.940Z] Login Succeeded [2021-01-05T02:46:43.940Z] nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-05T02:46:44.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:44.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:44.238Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:44.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:44.238Z] [2021-01-05T02:46:44.238Z] Login Succeeded [2021-01-05T02:46:44.238Z] docker.io [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T02:46:44.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:45.043Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T02:46:45.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:45.131Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:45.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:45.131Z] [2021-01-05T02:46:45.131Z] Login Succeeded [2021-01-05T02:46:45.131Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T02:46:45.161Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-05T02:46:45.376Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo [2021-01-05T02:46:45.613Z] ========================================================= [2021-01-05T02:46:45.614Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T02:46:45.614Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:46:45.704Z] + sudo service docker restart [2021-01-05T02:46:45.704Z] + true [2021-01-05T02:46:45.704Z] Redirecting to /bin/systemctl restart docker.service [2021-01-05T02:46:46.018Z] + 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 . [2021-01-05T02:46:46.654Z] Sending build context to Docker daemon 2.522MB [2021-01-05T02:46:46.654Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T02:46:46.654Z] Step 2/8 : FROM ${BASE} [2021-01-05T02:46:46.654Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T02:46:46.654Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T02:46:46.654Z] a4357932f1b6: Pulling fs layer [2021-01-05T02:46:46.654Z] 18c013af1878: Pulling fs layer [2021-01-05T02:46:46.654Z] 00ac8860ef70: Pulling fs layer [2021-01-05T02:46:46.654Z] 63d7cb157983: Pulling fs layer [2021-01-05T02:46:46.654Z] b116817d02f9: Pulling fs layer [2021-01-05T02:46:46.654Z] 745a02a5169b: Pulling fs layer [2021-01-05T02:46:46.654Z] 63d7cb157983: Waiting [2021-01-05T02:46:46.654Z] b116817d02f9: Waiting [2021-01-05T02:46:46.654Z] 745a02a5169b: Waiting [2021-01-05T02:46:46.654Z] 00ac8860ef70: Waiting [2021-01-05T02:46:46.654Z] 18c013af1878: Verifying Checksum [2021-01-05T02:46:46.654Z] 18c013af1878: Download complete [2021-01-05T02:46:46.654Z] a4357932f1b6: Verifying Checksum [2021-01-05T02:46:46.654Z] a4357932f1b6: Download complete [2021-01-05T02:46:46.931Z] 63d7cb157983: Verifying Checksum [2021-01-05T02:46:46.931Z] 63d7cb157983: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T02:46:47.181Z] provisioning config files... [2021-01-05T02:46:47.204Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config4404651053736349265tmp [2021-01-05T02:46:47.212Z] b116817d02f9: Verifying Checksum [2021-01-05T02:46:47.212Z] b116817d02f9: Download complete [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:46:47.487Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T02:46:47.487Z] 5f621e34cdf4: Download complete [2021-01-05T02:46:47.574Z] ---> docker-login.sh [2021-01-05T02:46:47.575Z] nexus3.edgexfoundry.org:10001 [2021-01-05T02:46:47.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:48.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:48.103Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:48.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:48.103Z] [2021-01-05T02:46:48.103Z] Login Succeeded [2021-01-05T02:46:48.103Z] nexus3.edgexfoundry.org:10002 [2021-01-05T02:46:48.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:48.113Z] 5f621e34cdf4: Pull complete [2021-01-05T02:46:48.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:48.368Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:48.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:48.368Z] [2021-01-05T02:46:48.368Z] Login Succeeded [2021-01-05T02:46:48.368Z] nexus3.edgexfoundry.org:10003 [2021-01-05T02:46:48.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:48.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:48.368Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:48.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:48.368Z] [2021-01-05T02:46:48.368Z] Login Succeeded [2021-01-05T02:46:48.368Z] nexus3.edgexfoundry.org:10004 [2021-01-05T02:46:48.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:48.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:48.638Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:48.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:48.638Z] [2021-01-05T02:46:48.638Z] Login Succeeded [2021-01-05T02:46:48.638Z] docker.io [2021-01-05T02:46:48.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:46:48.725Z] a4357932f1b6: Pull complete [2021-01-05T02:46:48.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:46:48.908Z] Configure a credential helper to remove this warning. See [2021-01-05T02:46:48.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:46:48.908Z] [2021-01-05T02:46:48.908Z] Login Succeeded [2021-01-05T02:46:49.008Z] 18c013af1878: Pull complete [2021-01-05T02:46:49.173Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T02:46:49.191Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T02:46:49.812Z] ========================================================= [2021-01-05T02:46:49.812Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T02:46:49.812Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:46:50.170Z] + 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 . [2021-01-05T02:46:50.433Z] Sending build context to Docker daemon 2.523MB [2021-01-05T02:46:50.433Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T02:46:50.433Z] Step 2/8 : FROM ${BASE} [2021-01-05T02:46:50.433Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T02:46:50.433Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T02:46:50.433Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T02:46:50.433Z] de9db76c5a1d: Pulling fs layer [2021-01-05T02:46:50.433Z] bca2f99d35d6: Pulling fs layer [2021-01-05T02:46:50.433Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T02:46:50.433Z] 7c6f9722023f: Pulling fs layer [2021-01-05T02:46:50.433Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T02:46:50.433Z] 93359f2a8cfa: Waiting [2021-01-05T02:46:50.433Z] 7c6f9722023f: Waiting [2021-01-05T02:46:50.433Z] a35cf1a2eb13: Waiting [2021-01-05T02:46:50.433Z] bca2f99d35d6: Waiting [2021-01-05T02:46:50.433Z] de9db76c5a1d: Verifying Checksum [2021-01-05T02:46:50.433Z] de9db76c5a1d: Download complete [2021-01-05T02:46:50.433Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T02:46:50.433Z] 0ef7d3d256c8: Download complete [2021-01-05T02:46:50.433Z] 93359f2a8cfa: Download complete [2021-01-05T02:46:50.433Z] 7c6f9722023f: Verifying Checksum [2021-01-05T02:46:50.433Z] 7c6f9722023f: Download complete [2021-01-05T02:46:50.433Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T02:46:50.433Z] 188c0c94c7c5: Download complete [2021-01-05T02:46:50.489Z] 745a02a5169b: Verifying Checksum [2021-01-05T02:46:50.489Z] 745a02a5169b: Download complete [2021-01-05T02:46:50.701Z] 188c0c94c7c5: Pull complete [2021-01-05T02:46:50.964Z] 0ef7d3d256c8: Pull complete [2021-01-05T02:46:51.230Z] de9db76c5a1d: Pull complete [2021-01-05T02:46:52.489Z] 00ac8860ef70: Verifying Checksum [2021-01-05T02:46:52.489Z] 00ac8860ef70: Download complete [2021-01-05T02:46:52.646Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T02:46:52.646Z] a35cf1a2eb13: Download complete [2021-01-05T02:46:53.602Z] bca2f99d35d6: Verifying Checksum [2021-01-05T02:46:53.602Z] bca2f99d35d6: Download complete [2021-01-05T02:46:58.940Z] bca2f99d35d6: Pull complete [2021-01-05T02:46:58.940Z] 93359f2a8cfa: Pull complete [2021-01-05T02:46:58.940Z] 7c6f9722023f: Pull complete [2021-01-05T02:47:02.672Z] 00ac8860ef70: Pull complete [2021-01-05T02:47:02.672Z] 63d7cb157983: Pull complete [2021-01-05T02:47:02.672Z] b116817d02f9: Pull complete [2021-01-05T02:47:05.299Z] 745a02a5169b: Pull complete [2021-01-05T02:47:05.299Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T02:47:05.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T02:47:05.563Z] a35cf1a2eb13: Pull complete [2021-01-05T02:47:05.563Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T02:47:05.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T02:47:05.563Z] ---> a62c8e92a672 [2021-01-05T02:47:05.563Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:47:05.563Z] ---> Running in 4faf4d9ebae2 [2021-01-05T02:47:05.578Z] ---> b7e6874047d6 [2021-01-05T02:47:05.578Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:47:05.832Z] Removing intermediate container 4faf4d9ebae2 [2021-01-05T02:47:05.832Z] ---> 8ecc91a913d7 [2021-01-05T02:47:05.832Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T02:47:06.108Z] ---> Running in f683151d0b53 [2021-01-05T02:47:07.520Z] Removing intermediate container f683151d0b53 [2021-01-05T02:47:07.520Z] ---> 5554f414fb02 [2021-01-05T02:47:07.520Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-05T02:47:07.520Z] ---> Running in 3e844870d878 [2021-01-05T02:47:08.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T02:47:08.974Z] ---> Running in b156e337470a [2021-01-05T02:47:08.974Z] Removing intermediate container b156e337470a [2021-01-05T02:47:08.974Z] ---> bf70898830cf [2021-01-05T02:47:08.974Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T02:47:09.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T02:47:09.252Z] ---> Running in 91d96c7931e3 [2021-01-05T02:47:09.626Z] OK: 166 MiB in 39 packages [2021-01-05T02:47:09.893Z] Removing intermediate container 3e844870d878 [2021-01-05T02:47:09.893Z] ---> 4d5bb3ae8fdc [2021-01-05T02:47:09.893Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-05T02:47:10.156Z] ---> Running in 9e871bb0bed1 [2021-01-05T02:47:10.419Z] Removing intermediate container 9e871bb0bed1 [2021-01-05T02:47:10.419Z] ---> b882c5cf4fb5 [2021-01-05T02:47:10.419Z] Step 7/8 : COPY . . [2021-01-05T02:47:11.823Z] ---> 6c1e5d2823a9 [2021-01-05T02:47:11.823Z] Step 8/8 : RUN go mod download [2021-01-05T02:47:11.823Z] ---> Running in bd3adbb3f014 [2021-01-05T02:47:11.917Z] Removing intermediate container 91d96c7931e3 [2021-01-05T02:47:11.917Z] ---> a0d5fd920e4b [2021-01-05T02:47:11.917Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-05T02:47:11.917Z] ---> Running in c612e54d3920 [2021-01-05T02:47:12.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T02:47:13.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T02:47:14.460Z] OK: 142 MiB in 39 packages [2021-01-05T02:47:15.465Z] Removing intermediate container c612e54d3920 [2021-01-05T02:47:15.465Z] ---> 73cc25c5c840 [2021-01-05T02:47:15.465Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-05T02:47:15.465Z] ---> Running in a5548e60cb45 [2021-01-05T02:47:16.091Z] Removing intermediate container a5548e60cb45 [2021-01-05T02:47:16.091Z] ---> 0b09361a3de1 [2021-01-05T02:47:16.091Z] Step 7/8 : COPY . . [2021-01-05T02:47:17.531Z] ---> c9c4994e98a7 [2021-01-05T02:47:17.531Z] Step 8/8 : RUN go mod download [2021-01-05T02:47:17.808Z] ---> Running in fe83f895f9e1 [2021-01-05T02:47:30.019Z] Removing intermediate container bd3adbb3f014 [2021-01-05T02:47:30.019Z] ---> a3eb8dd842a5 [2021-01-05T02:47:30.020Z] Successfully built a3eb8dd842a5 [2021-01-05T02:47:30.020Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:30.339Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T02:47:30.339Z] . [Pipeline] withDockerContainer [2021-01-05T02:47:30.457Z] prd-centos7-docker-4c-2g-18414 does not seem to be running inside a container [2021-01-05T02:47:30.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T02:47:31.429Z] $ docker top 91b272aef86864c7aaa4ebf52c5f0d1f4d3ee19115dd088449a5d77c9717fc82 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:47:31.961Z] + go version [2021-01-05T02:47:31.961Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T02:47:31.978Z] $ docker stop --time=1 91b272aef86864c7aaa4ebf52c5f0d1f4d3ee19115dd088449a5d77c9717fc82 [2021-01-05T02:47:33.372Z] $ docker rm -f 91b272aef86864c7aaa4ebf52c5f0d1f4d3ee19115dd088449a5d77c9717fc82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:34.228Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T02:47:34.228Z] . [Pipeline] withDockerContainer [2021-01-05T02:47:34.327Z] prd-centos7-docker-4c-2g-18414 does not seem to be running inside a container [2021-01-05T02:47:34.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T02:47:35.637Z] $ docker top 94f03d4a5465d159475e676eebb2faf997dab1378ae4cc6700ce84281e68ceac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:47:36.186Z] + make test [2021-01-05T02:47:36.186Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T02:47:36.479Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-01-05T02:47:36.479Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-01-05T02:47:36.742Z] pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-01-05T02:47:36.742Z] pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-01-05T02:47:36.742Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2021-01-05T02:47:36.769Z] $ docker stop --time=1 94f03d4a5465d159475e676eebb2faf997dab1378ae4cc6700ce84281e68ceac [2021-01-05T02:47:38.129Z] $ docker rm -f 94f03d4a5465d159475e676eebb2faf997dab1378ae4cc6700ce84281e68ceac [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T02:47:39.626Z] Failed in branch amd64 [2021-01-05T02:47:40.016Z] Removing intermediate container fe83f895f9e1 [2021-01-05T02:47:40.017Z] ---> 5c33f1a39d67 [2021-01-05T02:47:40.017Z] Successfully built 5c33f1a39d67 [2021-01-05T02:47:40.017Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:40.367Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T02:47:40.367Z] . [Pipeline] withDockerContainer [2021-01-05T02:47:40.617Z] prd-ubuntu18.04-docker-arm64-4c-16g-18411 does not seem to be running inside a container [2021-01-05T02:47:40.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T02:47:42.167Z] $ docker top ca72273e9b297a4f5d4a53c84cc131e4a7ea237f09ea0692b7d5a91653dfd8bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:47:43.226Z] + go version [2021-01-05T02:47:43.226Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T02:47:43.251Z] $ docker stop --time=1 ca72273e9b297a4f5d4a53c84cc131e4a7ea237f09ea0692b7d5a91653dfd8bb [2021-01-05T02:47:45.241Z] $ docker rm -f ca72273e9b297a4f5d4a53c84cc131e4a7ea237f09ea0692b7d5a91653dfd8bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:46.250Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T02:47:46.250Z] . [Pipeline] withDockerContainer [2021-01-05T02:47:46.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-18411 does not seem to be running inside a container [2021-01-05T02:47:46.608Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T02:47:48.185Z] $ docker top f496a46d26ef71026df9a84c24e147d32126e34ed26139bd8b5638adebb1919d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:47:49.244Z] + make test [2021-01-05T02:47:49.244Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T02:47:49.519Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-01-05T02:47:49.519Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-01-05T02:47:50.504Z] pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-01-05T02:47:50.504Z] pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-01-05T02:47:50.504Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2021-01-05T02:47:50.541Z] $ docker stop --time=1 f496a46d26ef71026df9a84c24e147d32126e34ed26139bd8b5638adebb1919d [2021-01-05T02:47:52.547Z] $ docker rm -f f496a46d26ef71026df9a84c24e147d32126e34ed26139bd8b5638adebb1919d [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] } [2021-01-05T02:47:54.127Z] 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 [2021-01-05T02:47:56.900Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:47:57.210Z] ---> package-listing.sh [2021-01-05T02:47:57.211Z] ++ facter osfamily [2021-01-05T02:47:57.211Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T02:47:57.211Z] + OS_FAMILY=redhat [2021-01-05T02:47:57.211Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-701 [2021-01-05T02:47:57.211Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T02:47:57.211Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T02:47:57.211Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T02:47:57.211Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T02:47:57.211Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-701 ']' [2021-01-05T02:47:57.211Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T02:47:57.211Z] + case "${OS_FAMILY}" in [2021-01-05T02:47:57.211Z] + rpm -qa [2021-01-05T02:47:57.211Z] + sort [2021-01-05T02:48:02.529Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T02:48:02.529Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T02:48:02.529Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T02:48:02.529Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-701 ']' [2021-01-05T02:48:02.529Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-701/archives/ [2021-01-05T02:48:02.529Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-701/archives/ [Pipeline] echo [2021-01-05T02:48:02.544Z] 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-701/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T02:48:02.841Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:48:03.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T02:48:03.153Z] [2021-01-05T02:48:03.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:48:03.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T02:48:03.509Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T02:48:03.509Z] df20fa9351a1: Pulling fs layer [2021-01-05T02:48:03.509Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T02:48:03.509Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T02:48:03.509Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T02:48:03.509Z] 93b61091891f: Pulling fs layer [2021-01-05T02:48:03.509Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T02:48:03.509Z] 5e14af77c1be: Pulling fs layer [2021-01-05T02:48:03.509Z] 01666e4c0597: Pulling fs layer [2021-01-05T02:48:03.509Z] aa168da1d23b: Pulling fs layer [2021-01-05T02:48:03.509Z] 5e14af77c1be: Waiting [2021-01-05T02:48:03.509Z] 93b9cdb0e59b: Waiting [2021-01-05T02:48:03.509Z] 46f8f816bc3b: Waiting [2021-01-05T02:48:03.509Z] 93b61091891f: Waiting [2021-01-05T02:48:03.509Z] 01666e4c0597: Waiting [2021-01-05T02:48:03.509Z] aa168da1d23b: Waiting [2021-01-05T02:48:03.509Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T02:48:03.509Z] 36b3adc4ff6f: Download complete [2021-01-05T02:48:03.509Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T02:48:03.509Z] 46f8f816bc3b: Download complete [2021-01-05T02:48:03.775Z] df20fa9351a1: Verifying Checksum [2021-01-05T02:48:03.775Z] df20fa9351a1: Download complete [2021-01-05T02:48:03.775Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T02:48:03.775Z] 93b9cdb0e59b: Download complete [2021-01-05T02:48:03.775Z] 93b61091891f: Verifying Checksum [2021-01-05T02:48:03.775Z] 93b61091891f: Download complete [2021-01-05T02:48:03.775Z] 5e14af77c1be: Download complete [2021-01-05T02:48:03.775Z] 01666e4c0597: Download complete [2021-01-05T02:48:04.038Z] df20fa9351a1: Pull complete [2021-01-05T02:48:04.303Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T02:48:04.303Z] 8ad3a11d3b57: Download complete [2021-01-05T02:48:04.303Z] 36b3adc4ff6f: Pull complete [2021-01-05T02:48:04.886Z] 8ad3a11d3b57: Pull complete [2021-01-05T02:48:05.151Z] 46f8f816bc3b: Pull complete [2021-01-05T02:48:06.105Z] 93b61091891f: Pull complete [2021-01-05T02:48:06.105Z] aa168da1d23b: Verifying Checksum [2021-01-05T02:48:06.105Z] aa168da1d23b: Download complete [2021-01-05T02:48:06.105Z] 93b9cdb0e59b: Pull complete [2021-01-05T02:48:06.374Z] 5e14af77c1be: Pull complete [2021-01-05T02:48:06.375Z] 01666e4c0597: Pull complete [2021-01-05T02:48:13.029Z] aa168da1d23b: Pull complete [2021-01-05T02:48:13.029Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T02:48:13.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T02:48:13.029Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T02:48:13.209Z] prd-centos7-docker-4c-2g-18403 does not seem to be running inside a container [2021-01-05T02:48:13.256Z] $ 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-701/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-701 -v /w/workspace/dgexfoundry_device-sdk-go_PR-701:/w/workspace/dgexfoundry_device-sdk-go_PR-701:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-701@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T02:48:16.712Z] $ docker top 2f233def1346c3fd4c01bd6b9c348e54967adb866627cd0e601f46dc0f5db428 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:48:17.234Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T02:48:17.530Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T02:48:17.827Z] + ls /var/log/sa-host [2021-01-05T02:48:17.827Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T02:48:17.827Z] file_magic: OK [2021-01-05T02:48:17.827Z] HZ: Using current value: 100 [2021-01-05T02:48:17.827Z] file_header: OK [2021-01-05T02:48:17.827Z] 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-01-05T02:48:17.827Z] Statistics: [2021-01-05T02:48:17.827Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T02:48:17.827Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T02:48:17.827Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T02:48:17.827Z] file_magic: OK [2021-01-05T02:48:17.827Z] HZ: Using current value: 100 [2021-01-05T02:48:17.827Z] file_header: OK [2021-01-05T02:48:17.827Z] 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-01-05T02:48:17.827Z] Statistics: [2021-01-05T02:48:17.827Z] Hnuu...uuuununununu... [2021-01-05T02:48:17.827Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T02:48:18.056Z] provisioning config files... [2021-01-05T02:48:18.069Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/config8228017215782503217tmp [Pipeline] { [Pipeline] echo [2021-01-05T02:48:18.160Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:48:18.457Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T02:48:18.466Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T02:48:18.576Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:48:18.872Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T02:48:18.883Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:48:19.181Z] ---> sudo-logs.sh [2021-01-05T02:48:19.181Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T02:48:19.197Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:48:19.491Z] ---> job-cost.sh [2021-01-05T02:48:19.491Z] lf-activate-venv: SKIPPING [2021-01-05T02:48:19.491Z] INFO: No Stack... [2021-01-05T02:48:20.881Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T02:48:21.144Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T02:48:21.159Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:48:21.459Z] ---> logs-deploy.sh [2021-01-05T02:48:21.459Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-701/6 [2021-01-05T02:48:21.459Z] INFO: archiving workspace using pattern(s): [2021-01-05T02:48:23.376Z] Archives upload complete. [2021-01-05T02:48:23.376Z] INFO: archiving logs to Nexus