Pull request #708 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5994855320f3f2a3a5032a585e328dcce8260b0d+42e5a1ea61e0adb23423a933a3224d1395f33e87 (622b842a50e11c00833762e6fe40ae37248a098e) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-708/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-708/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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-17721 in /w/workspace/dgexfoundry_device-sdk-go_PR-708 [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-708 # 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 5994855320f3f2a3a5032a585e328dcce8260b0d Merge succeeded, producing 5994855320f3f2a3a5032a585e328dcce8260b0d Checking out Revision 5994855320f3f2a3a5032a585e328dcce8260b0d (PR-708) > 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/708/head:refs/remotes/origin/PR-708 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5994855320f3f2a3a5032a585e328dcce8260b0d # 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 5994855320f3f2a3a5032a585e328dcce8260b0d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-30T06:16:24.412Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-30T06:16:24.779Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-30T06:16:25.037Z] ========================================================= [2020-12-30T06:16:25.037Z] EdgeX Global Pipelines Version Info [2020-12-30T06:16:25.037Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:16:26.962Z] ------------------- [2020-12-30T06:16:26.962Z] stable info: [2020-12-30T06:16:26.962Z] ------------------- [2020-12-30T06:16:26.962Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-30T06:16:26.962Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T06:16:26.962Z] Message: update stable to v1.0.173 [2020-12-30T06:16:27.539Z] ------------------- [2020-12-30T06:16:27.539Z] experimental info: [2020-12-30T06:16:27.539Z] ------------------- [2020-12-30T06:16:27.539Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-30T06:16:27.539Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T06:16:27.539Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T06:16:27.936Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-30T06:16:28.089Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-30T06:16:28.243Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-30T06:16:28.374Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-30T06:16:28.503Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-30T06:16:28.673Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-30T06:16:28.829Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-30T06:16:28.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-30T06:16:29.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-30T06:16:29.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-30T06:16:29.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-30T06:16:29.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-30T06:16:29.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-30T06:16:31.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-30T06:16:31.259Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T06:16:31.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-30T06:16:31.527Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-30T06:16:31.656Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-30T06:16:31.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-30T06:16:31.921Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-30T06:16:32.050Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-30T06:16:32.202Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-30T06:16:32.341Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-30T06:16:32.478Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-30T06:16:32.625Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-30T06:16:32.784Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-30T06:16:32.922Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-30T06:16:33.049Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-708 [Pipeline] echo [2020-12-30T06:16:33.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-708 [Pipeline] echo [2020-12-30T06:16:33.384Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-708 [Pipeline] echo [2020-12-30T06:16:33.522Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5994855320f3f2a3a5032a585e328dcce8260b0d [Pipeline] echo [2020-12-30T06:16:33.651Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5994855 [Pipeline] echo [2020-12-30T06:16:33.780Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T06:16:34.042Z] provisioning config files... [2020-12-30T06:16:34.080Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp/config4382263991902490537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:16:34.528Z] ---> docker-login.sh [2020-12-30T06:16:34.529Z] nexus3.edgexfoundry.org:10001 [2020-12-30T06:16:34.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:16:35.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:16:35.055Z] Configure a credential helper to remove this warning. See [2020-12-30T06:16:35.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:16:35.055Z] [2020-12-30T06:16:35.055Z] Login Succeeded [2020-12-30T06:16:35.055Z] nexus3.edgexfoundry.org:10002 [2020-12-30T06:16:35.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:16:35.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:16:35.318Z] Configure a credential helper to remove this warning. See [2020-12-30T06:16:35.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:16:35.318Z] [2020-12-30T06:16:35.318Z] Login Succeeded [2020-12-30T06:16:35.318Z] nexus3.edgexfoundry.org:10003 [2020-12-30T06:16:35.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:16:35.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:16:35.318Z] Configure a credential helper to remove this warning. See [2020-12-30T06:16:35.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:16:35.318Z] [2020-12-30T06:16:35.318Z] Login Succeeded [2020-12-30T06:16:35.318Z] nexus3.edgexfoundry.org:10004 [2020-12-30T06:16:35.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:16:35.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:16:35.585Z] Configure a credential helper to remove this warning. See [2020-12-30T06:16:35.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:16:35.585Z] [2020-12-30T06:16:35.585Z] Login Succeeded [2020-12-30T06:16:35.585Z] docker.io [2020-12-30T06:16:35.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:16:35.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:16:35.849Z] Configure a credential helper to remove this warning. See [2020-12-30T06:16:35.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:16:35.849Z] [2020-12-30T06:16:35.849Z] Login Succeeded [2020-12-30T06:16:35.849Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T06:16:35.878Z] 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-30T06:16:36.927Z] + git log --format=format:%s -1 5994855320f3f2a3a5032a585e328dcce8260b0d [Pipeline] echo [2020-12-30T06:16:37.013Z] GIT_COMMIT: 5994855320f3f2a3a5032a585e328dcce8260b0d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo [2020-12-30T06:16:37.091Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:16:38.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T06:16:38.264Z] [2020-12-30T06:16:38.264Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:16:38.650Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T06:16:38.650Z] latest: Pulling from edgex-devops/git-semver [2020-12-30T06:16:38.650Z] 31603596830f: Pulling fs layer [2020-12-30T06:16:38.650Z] 2a8b12db71e7: Pulling fs layer [2020-12-30T06:16:38.650Z] 6ca5941a6612: Pulling fs layer [2020-12-30T06:16:38.650Z] ecc8261a40a4: Pulling fs layer [2020-12-30T06:16:38.650Z] ecc8261a40a4: Waiting [2020-12-30T06:16:38.650Z] 2a8b12db71e7: Verifying Checksum [2020-12-30T06:16:38.650Z] 2a8b12db71e7: Download complete [2020-12-30T06:16:38.915Z] 31603596830f: Download complete [2020-12-30T06:16:38.915Z] ecc8261a40a4: Verifying Checksum [2020-12-30T06:16:38.915Z] ecc8261a40a4: Download complete [2020-12-30T06:16:38.915Z] 6ca5941a6612: Download complete [2020-12-30T06:16:39.179Z] 31603596830f: Pull complete [2020-12-30T06:16:39.179Z] 2a8b12db71e7: Pull complete [2020-12-30T06:16:40.126Z] 6ca5941a6612: Pull complete [2020-12-30T06:16:40.391Z] ecc8261a40a4: Pull complete [2020-12-30T06:16:40.391Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-30T06:16:40.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T06:16:40.391Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-30T06:16:40.517Z] prd-centos7-docker-4c-2g-17721 does not seem to be running inside a container [2020-12-30T06:16:40.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-708 -v /w/workspace/dgexfoundry_device-sdk-go_PR-708:/w/workspace/dgexfoundry_device-sdk-go_PR-708:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-708@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T06:16:42.669Z] $ docker top 8dc567281096723ea74f425ac880bb1e3ef0d079151b7626d9129e5fab545441 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T06:16:43.047Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T06:16:43.047Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T06:16:43.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T06:16:43.272Z] $ docker exec 8dc567281096723ea74f425ac880bb1e3ef0d079151b7626d9129e5fab545441 ssh-agent [2020-12-30T06:16:43.436Z] SSH_AUTH_SOCK=/tmp/ssh-QUMLN1GmyqIt/agent.12 [2020-12-30T06:16:43.436Z] SSH_AGENT_PID=18 [2020-12-30T06:16:43.450Z] Running ssh-add (command line suppressed) [2020-12-30T06:16:43.583Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp/private_key_2054024285749957167.key (/w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp/private_key_2054024285749957167.key) [2020-12-30T06:16:43.630Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T06:16:44.007Z] + git tag --points-at HEAD [Pipeline] } [2020-12-30T06:16:44.040Z] $ docker exec --env ******** --env ******** 8dc567281096723ea74f425ac880bb1e3ef0d079151b7626d9129e5fab545441 ssh-agent -k [2020-12-30T06:16:44.152Z] unset SSH_AUTH_SOCK; [2020-12-30T06:16:44.152Z] unset SSH_AGENT_PID; [2020-12-30T06:16:44.152Z] echo Agent pid 18 killed; [2020-12-30T06:16:44.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-30T06:16:44.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T06:16:44.412Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T06:16:44.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T06:16:44.583Z] $ docker exec 8dc567281096723ea74f425ac880bb1e3ef0d079151b7626d9129e5fab545441 ssh-agent [2020-12-30T06:16:44.745Z] SSH_AUTH_SOCK=/tmp/ssh-SJ0I6sfc4Bkk/agent.47 [2020-12-30T06:16:44.745Z] SSH_AGENT_PID=52 [2020-12-30T06:16:44.752Z] Running ssh-add (command line suppressed) [2020-12-30T06:16:44.876Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp/private_key_9128083012623591157.key (/w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp/private_key_9128083012623591157.key) [2020-12-30T06:16:44.928Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T06:16:45.322Z] + git semver init [2020-12-30T06:16:45.322Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T06:16:45.322Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-708/.git [2020-12-30T06:16:45.322Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-708 [2020-12-30T06:16:45.322Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T06:16:45.322Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T06:16:45.322Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T06:16:45.322Z] # $SEMVER_BRANCH = PR-708 [2020-12-30T06:16:45.322Z] # $SEMVER_TEMP = /tmp/semver-900213922 [2020-12-30T06:16:45.322Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-30T06:16:45.898Z] # '/tmp/semver-900213922' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-708/.semver' [2020-12-30T06:16:45.898Z] # -> Force: false [2020-12-30T06:16:45.898Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-708/.semver [Pipeline] } [2020-12-30T06:16:45.926Z] $ docker exec --env ******** --env ******** 8dc567281096723ea74f425ac880bb1e3ef0d079151b7626d9129e5fab545441 ssh-agent -k [2020-12-30T06:16:46.035Z] unset SSH_AUTH_SOCK; [2020-12-30T06:16:46.036Z] unset SSH_AGENT_PID; [2020-12-30T06:16:46.036Z] echo Agent pid 52 killed; [2020-12-30T06:16:46.079Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T06:16:46.651Z] + git semver [Pipeline] } [2020-12-30T06:16:46.686Z] $ docker stop --time=1 8dc567281096723ea74f425ac880bb1e3ef0d079151b7626d9129e5fab545441 [2020-12-30T06:16:48.197Z] $ docker rm -f 8dc567281096723ea74f425ac880bb1e3ef0d079151b7626d9129e5fab545441 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T06:16:48.708Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-30T06:16:49.132Z] Stashed 1 file(s) [Pipeline] echo [2020-12-30T06:16:49.150Z] [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-30T06:17:05.037Z] Still waiting to schedule task [2020-12-30T06:17:05.037Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17722’ is offline [2020-12-30T06:17:05.066Z] Still waiting to schedule task [2020-12-30T06:17:05.066Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-30T06:19:06.452Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17723 in /w/workspace/dgexfoundry_device-sdk-go_PR-708 [Pipeline] { [Pipeline] ws [2020-12-30T06:19:06.554Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-12-30T06:19:11.757Z] using credential edgex-jenkins-ssh [2020-12-30T06:19:11.819Z] Cloning the remote Git repository [2020-12-30T06:19:11.879Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-30T06:19:11.987Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-12-30T06:19:12.061Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-30T06:19:12.062Z] > git --version # timeout=10 [2020-12-30T06:19:12.086Z] > git --version # 'git version 2.17.1' [2020-12-30T06:19:12.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T06:19:12.179Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T06:19:13.981Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 5994855320f3f2a3a5032a585e328dcce8260b0d [2020-12-30T06:19:14.226Z] Merge succeeded, producing 5994855320f3f2a3a5032a585e328dcce8260b0d [2020-12-30T06:19:14.227Z] Checking out Revision 5994855320f3f2a3a5032a585e328dcce8260b0d (PR-708) [2020-12-30T06:19:13.370Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-30T06:19:13.390Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T06:19:13.420Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-30T06:19:13.462Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-30T06:19:13.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T06:19:13.475Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/708/head:refs/remotes/origin/PR-708 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T06:19:14.006Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T06:19:14.024Z] > git checkout -f 5994855320f3f2a3a5032a585e328dcce8260b0d # timeout=10 [2020-12-30T06:19:14.148Z] > git remote # timeout=10 [2020-12-30T06:19:14.166Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T06:19:14.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T06:19:14.193Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2020-12-30T06:19:14.217Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T06:19:14.237Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T06:19:14.308Z] > git checkout -f 5994855320f3f2a3a5032a585e328dcce8260b0d # timeout=10 [2020-12-30T06:19:18.862Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [2020-12-30T06:19:18.924Z] > git --version # timeout=10 [2020-12-30T06:19:18.932Z] > git --version # 'git version 2.17.1' [2020-12-30T06:19:18.945Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T06:19:20.848Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-30T06:19:21.272Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T06:19:21.636Z] + true [2020-12-30T06:19:21.636Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T06:19:24.424Z] provisioning config files... [2020-12-30T06:19:24.463Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config10172380040486522tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:19:24.940Z] ---> docker-login.sh [2020-12-30T06:19:24.940Z] nexus3.edgexfoundry.org:10001 [2020-12-30T06:19:25.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:26.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:26.198Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:26.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:26.198Z] [2020-12-30T06:19:26.198Z] Login Succeeded [2020-12-30T06:19:26.198Z] nexus3.edgexfoundry.org:10002 [2020-12-30T06:19:26.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:26.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:26.755Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:26.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:26.755Z] [2020-12-30T06:19:26.755Z] Login Succeeded [2020-12-30T06:19:26.755Z] nexus3.edgexfoundry.org:10003 [2020-12-30T06:19:26.814Z] Running on prd-centos7-docker-4c-2g-17724 in /w/workspace/dgexfoundry_device-sdk-go_PR-708 [Pipeline] { [Pipeline] ws [2020-12-30T06:19:26.913Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [2020-12-30T06:19:27.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] checkout [2020-12-30T06:19:27.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:27.305Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:27.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:27.305Z] [2020-12-30T06:19:27.305Z] Login Succeeded [2020-12-30T06:19:27.305Z] nexus3.edgexfoundry.org:10004 [2020-12-30T06:19:27.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:27.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:27.857Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:27.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:27.857Z] [2020-12-30T06:19:27.857Z] Login Succeeded [2020-12-30T06:19:27.857Z] docker.io [2020-12-30T06:19:28.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:28.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:28.441Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:28.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:28.441Z] [2020-12-30T06:19:28.441Z] Login Succeeded [2020-12-30T06:19:28.441Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T06:19:28.482Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-30T06:19:29.076Z] ========================================================= [2020-12-30T06:19:29.076Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-30T06:19:29.076Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:19:29.498Z] + 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-30T06:19:30.115Z] Sending build context to Docker daemon 2.419MB [2020-12-30T06:19:30.115Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-30T06:19:30.115Z] Step 2/8 : FROM ${BASE} [2020-12-30T06:19:30.115Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-30T06:19:30.115Z] 5f621e34cdf4: Pulling fs layer [2020-12-30T06:19:30.115Z] a4357932f1b6: Pulling fs layer [2020-12-30T06:19:30.115Z] 18c013af1878: Pulling fs layer [2020-12-30T06:19:30.115Z] 00ac8860ef70: Pulling fs layer [2020-12-30T06:19:30.115Z] 63d7cb157983: Pulling fs layer [2020-12-30T06:19:30.115Z] 00ac8860ef70: Waiting [2020-12-30T06:19:30.115Z] b116817d02f9: Pulling fs layer [2020-12-30T06:19:30.115Z] 63d7cb157983: Waiting [2020-12-30T06:19:30.115Z] 745a02a5169b: Pulling fs layer [2020-12-30T06:19:30.115Z] b116817d02f9: Waiting [2020-12-30T06:19:30.115Z] 18c013af1878: Download complete [2020-12-30T06:19:30.115Z] a4357932f1b6: Verifying Checksum [2020-12-30T06:19:30.115Z] a4357932f1b6: Download complete [2020-12-30T06:19:30.115Z] 63d7cb157983: Verifying Checksum [2020-12-30T06:19:30.115Z] 63d7cb157983: Download complete [2020-12-30T06:19:30.394Z] b116817d02f9: Verifying Checksum [2020-12-30T06:19:30.394Z] b116817d02f9: Download complete [2020-12-30T06:19:30.674Z] 5f621e34cdf4: Verifying Checksum [2020-12-30T06:19:30.674Z] 5f621e34cdf4: Download complete [2020-12-30T06:19:31.284Z] 5f621e34cdf4: Pull complete [2020-12-30T06:19:31.886Z] a4357932f1b6: Pull complete [2020-12-30T06:19:32.162Z] 18c013af1878: Pull complete [2020-12-30T06:19:33.377Z] using credential edgex-jenkins-ssh [2020-12-30T06:19:33.436Z] Cloning the remote Git repository [2020-12-30T06:19:33.471Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-30T06:19:33.568Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-12-30T06:19:33.705Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-30T06:19:33.706Z] > git --version # timeout=10 [2020-12-30T06:19:33.722Z] > git --version # 'git version 2.24.3' [2020-12-30T06:19:33.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T06:19:34.161Z] 745a02a5169b: Verifying Checksum [2020-12-30T06:19:34.161Z] 745a02a5169b: Download complete [2020-12-30T06:19:34.757Z] 00ac8860ef70: Download complete [2020-12-30T06:19:33.779Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T06:19:34.621Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-30T06:19:34.637Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T06:19:34.655Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-30T06:19:34.711Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-30T06:19:34.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T06:19:34.718Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/708/head:refs/remotes/origin/PR-708 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T06:19:35.139Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 5994855320f3f2a3a5032a585e328dcce8260b0d [2020-12-30T06:19:35.326Z] Merge succeeded, producing 5994855320f3f2a3a5032a585e328dcce8260b0d [2020-12-30T06:19:35.326Z] Checking out Revision 5994855320f3f2a3a5032a585e328dcce8260b0d (PR-708) [2020-12-30T06:19:35.153Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T06:19:35.172Z] > git checkout -f 5994855320f3f2a3a5032a585e328dcce8260b0d # timeout=10 [2020-12-30T06:19:35.264Z] > git remote # timeout=10 [2020-12-30T06:19:35.273Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T06:19:35.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T06:19:35.299Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2020-12-30T06:19:35.317Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T06:19:35.335Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T06:19:35.363Z] > git checkout -f 5994855320f3f2a3a5032a585e328dcce8260b0d # timeout=10 [2020-12-30T06:19:39.621Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [2020-12-30T06:19:39.660Z] > git --version # timeout=10 [2020-12-30T06:19:39.673Z] > git --version # 'git version 2.24.3' [2020-12-30T06:19:39.714Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T06:19:41.497Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-30T06:19:41.894Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T06:19:42.270Z] + sudo service docker restart [2020-12-30T06:19:42.270Z] + true [2020-12-30T06:19:42.270Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T06:19:43.906Z] provisioning config files... [2020-12-30T06:19:43.943Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config4492303817613702898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:19:44.463Z] ---> docker-login.sh [2020-12-30T06:19:44.463Z] nexus3.edgexfoundry.org:10001 [2020-12-30T06:19:44.927Z] 00ac8860ef70: Pull complete [2020-12-30T06:19:45.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:45.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:45.050Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:45.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:45.050Z] [2020-12-30T06:19:45.050Z] Login Succeeded [2020-12-30T06:19:45.050Z] nexus3.edgexfoundry.org:10002 [2020-12-30T06:19:45.202Z] 63d7cb157983: Pull complete [2020-12-30T06:19:45.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:45.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:45.343Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:45.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:45.343Z] [2020-12-30T06:19:45.343Z] Login Succeeded [2020-12-30T06:19:45.343Z] nexus3.edgexfoundry.org:10003 [2020-12-30T06:19:45.477Z] b116817d02f9: Pull complete [2020-12-30T06:19:45.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:45.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:45.942Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:45.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:45.942Z] [2020-12-30T06:19:45.942Z] Login Succeeded [2020-12-30T06:19:45.942Z] nexus3.edgexfoundry.org:10004 [2020-12-30T06:19:45.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:46.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:46.220Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:46.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:46.220Z] [2020-12-30T06:19:46.220Z] Login Succeeded [2020-12-30T06:19:46.220Z] docker.io [2020-12-30T06:19:46.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T06:19:46.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T06:19:46.497Z] Configure a credential helper to remove this warning. See [2020-12-30T06:19:46.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T06:19:46.497Z] [2020-12-30T06:19:46.497Z] Login Succeeded [2020-12-30T06:19:46.497Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T06:19:46.525Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-30T06:19:47.359Z] ========================================================= [2020-12-30T06:19:47.359Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-30T06:19:47.359Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:19:48.013Z] + 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-30T06:19:48.653Z] Sending build context to Docker daemon 2.418MB [2020-12-30T06:19:48.937Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-30T06:19:48.937Z] Step 2/8 : FROM ${BASE} [2020-12-30T06:19:48.937Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-30T06:19:48.937Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T06:19:48.937Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T06:19:48.937Z] de9db76c5a1d: Pulling fs layer [2020-12-30T06:19:48.937Z] bca2f99d35d6: Pulling fs layer [2020-12-30T06:19:48.937Z] 93359f2a8cfa: Pulling fs layer [2020-12-30T06:19:48.937Z] 7c6f9722023f: Pulling fs layer [2020-12-30T06:19:48.937Z] a35cf1a2eb13: Pulling fs layer [2020-12-30T06:19:48.937Z] 93359f2a8cfa: Waiting [2020-12-30T06:19:48.937Z] bca2f99d35d6: Waiting [2020-12-30T06:19:48.937Z] 7c6f9722023f: Waiting [2020-12-30T06:19:48.937Z] a35cf1a2eb13: Waiting [2020-12-30T06:19:48.937Z] de9db76c5a1d: Verifying Checksum [2020-12-30T06:19:48.937Z] de9db76c5a1d: Download complete [2020-12-30T06:19:48.937Z] 0ef7d3d256c8: Verifying Checksum [2020-12-30T06:19:48.937Z] 0ef7d3d256c8: Download complete [2020-12-30T06:19:48.937Z] 93359f2a8cfa: Download complete [2020-12-30T06:19:49.542Z] 7c6f9722023f: Verifying Checksum [2020-12-30T06:19:49.542Z] 7c6f9722023f: Download complete [2020-12-30T06:19:49.542Z] 188c0c94c7c5: Download complete [2020-12-30T06:19:49.794Z] 745a02a5169b: Pull complete [2020-12-30T06:19:49.794Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-30T06:19:49.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-30T06:19:49.794Z] ---> b7e6874047d6 [2020-12-30T06:19:49.794Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-30T06:19:50.201Z] 188c0c94c7c5: Pull complete [2020-12-30T06:19:50.827Z] 0ef7d3d256c8: Pull complete [2020-12-30T06:19:51.106Z] de9db76c5a1d: Pull complete [2020-12-30T06:19:52.417Z] ---> Running in 2cba621059bb [2020-12-30T06:19:52.692Z] Removing intermediate container 2cba621059bb [2020-12-30T06:19:52.692Z] ---> 0582cf7dbe5f [2020-12-30T06:19:52.692Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T06:19:52.971Z] ---> Running in 04e3e4fdb2dc [2020-12-30T06:19:53.905Z] a35cf1a2eb13: Verifying Checksum [2020-12-30T06:19:53.905Z] a35cf1a2eb13: Download complete [2020-12-30T06:19:55.601Z] Removing intermediate container 04e3e4fdb2dc [2020-12-30T06:19:55.601Z] ---> 4936caad5ee1 [2020-12-30T06:19:55.601Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-30T06:19:55.601Z] ---> Running in 512ea15870f2 [2020-12-30T06:19:55.967Z] bca2f99d35d6: Verifying Checksum [2020-12-30T06:19:55.967Z] bca2f99d35d6: Download complete [2020-12-30T06:19:56.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T06:19:57.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T06:19:58.168Z] OK: 142 MiB in 39 packages [2020-12-30T06:19:59.149Z] Removing intermediate container 512ea15870f2 [2020-12-30T06:19:59.149Z] ---> 0b4a5f1dbb0e [2020-12-30T06:19:59.149Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-30T06:19:59.149Z] ---> Running in b770bc8d6170 [2020-12-30T06:19:59.752Z] Removing intermediate container b770bc8d6170 [2020-12-30T06:19:59.752Z] ---> 35bb5e8d1c82 [2020-12-30T06:19:59.752Z] Step 7/8 : COPY . . [2020-12-30T06:20:01.194Z] ---> 3ec234a0aa5a [2020-12-30T06:20:01.194Z] Step 8/8 : RUN go mod download [2020-12-30T06:20:01.194Z] ---> Running in 452e17f8bcb1 [2020-12-30T06:20:08.471Z] bca2f99d35d6: Pull complete [2020-12-30T06:20:08.471Z] 93359f2a8cfa: Pull complete [2020-12-30T06:20:08.471Z] 7c6f9722023f: Pull complete [2020-12-30T06:20:12.907Z] a35cf1a2eb13: Pull complete [2020-12-30T06:20:12.907Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-30T06:20:12.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-30T06:20:12.907Z] ---> a62c8e92a672 [2020-12-30T06:20:12.907Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-30T06:20:12.907Z] ---> Running in 108d634d592a [2020-12-30T06:20:13.183Z] Removing intermediate container 108d634d592a [2020-12-30T06:20:13.183Z] ---> cdc555828743 [2020-12-30T06:20:13.183Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T06:20:13.461Z] ---> Running in 9a32524278e7 [2020-12-30T06:20:15.552Z] Removing intermediate container 9a32524278e7 [2020-12-30T06:20:15.552Z] ---> b13f2e292cbf [2020-12-30T06:20:15.552Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-30T06:20:15.552Z] ---> Running in a3eef7190f7b [2020-12-30T06:20:17.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T06:20:17.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T06:20:17.901Z] OK: 166 MiB in 39 packages [2020-12-30T06:20:18.529Z] Removing intermediate container a3eef7190f7b [2020-12-30T06:20:18.529Z] ---> e92dc6c6a7e6 [2020-12-30T06:20:18.529Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-30T06:20:18.529Z] ---> Running in f8318818e322 [2020-12-30T06:20:18.821Z] Removing intermediate container f8318818e322 [2020-12-30T06:20:18.821Z] ---> edaa71def853 [2020-12-30T06:20:18.821Z] Step 7/8 : COPY . . [2020-12-30T06:20:20.917Z] ---> 92eacebc6826 [2020-12-30T06:20:20.917Z] Step 8/8 : RUN go mod download [2020-12-30T06:20:20.917Z] ---> Running in dcc1f8c23cd4 [2020-12-30T06:20:23.367Z] Removing intermediate container 452e17f8bcb1 [2020-12-30T06:20:23.367Z] ---> 2be1182aa49f [2020-12-30T06:20:23.367Z] Successfully built 2be1182aa49f [2020-12-30T06:20:23.367Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:20:23.757Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T06:20:23.758Z] . [Pipeline] withDockerContainer [2020-12-30T06:20:24.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-17723 does not seem to be running inside a container [2020-12-30T06:20:24.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T06:20:25.585Z] $ docker top 9393798c3ab8221f8c727e695ec0352bd0bf17ee511c68d45d68fda73f6b1097 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T06:20:26.665Z] + go version [2020-12-30T06:20:26.665Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-30T06:20:26.701Z] $ docker stop --time=1 9393798c3ab8221f8c727e695ec0352bd0bf17ee511c68d45d68fda73f6b1097 [2020-12-30T06:20:28.624Z] $ docker rm -f 9393798c3ab8221f8c727e695ec0352bd0bf17ee511c68d45d68fda73f6b1097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:20:29.890Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T06:20:29.890Z] . [Pipeline] withDockerContainer [2020-12-30T06:20:30.175Z] prd-ubuntu18.04-docker-arm64-4c-16g-17723 does not seem to be running inside a container [2020-12-30T06:20:30.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T06:20:31.783Z] $ docker top 654f583b29558e251be500fd71406d52809964b252fbdf81f4a3e47499d88b5b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T06:20:32.915Z] + make test [2020-12-30T06:20:32.915Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T06:20:33.190Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-30T06:20:33.190Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-30T06:20:41.459Z] pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.65), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-30T06:20:41.459Z] pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.65), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-30T06:20:41.459Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2020-12-30T06:20:41.515Z] $ docker stop --time=1 654f583b29558e251be500fd71406d52809964b252fbdf81f4a3e47499d88b5b [2020-12-30T06:20:43.485Z] $ docker rm -f 654f583b29558e251be500fd71406d52809964b252fbdf81f4a3e47499d88b5b [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-30T06:20:45.901Z] Failed in branch arm64 [2020-12-30T06:20:48.030Z] Removing intermediate container dcc1f8c23cd4 [2020-12-30T06:20:48.030Z] ---> ebac07c7a010 [2020-12-30T06:20:48.030Z] Successfully built ebac07c7a010 [2020-12-30T06:20:48.030Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:20:48.448Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T06:20:48.761Z] . [Pipeline] withDockerContainer [2020-12-30T06:20:49.388Z] prd-centos7-docker-4c-2g-17724 does not seem to be running inside a container [2020-12-30T06:20:49.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T06:20:50.757Z] $ docker top 93640dfa8d1bd77106a957b9517c47eedbe98dd32066d1400fb5e8e0db934a52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T06:20:51.860Z] + go version [2020-12-30T06:20:51.861Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-30T06:20:51.923Z] $ docker stop --time=1 93640dfa8d1bd77106a957b9517c47eedbe98dd32066d1400fb5e8e0db934a52 [2020-12-30T06:20:53.575Z] $ docker rm -f 93640dfa8d1bd77106a957b9517c47eedbe98dd32066d1400fb5e8e0db934a52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:20:54.882Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T06:20:54.882Z] . [Pipeline] withDockerContainer [2020-12-30T06:20:55.109Z] prd-centos7-docker-4c-2g-17724 does not seem to be running inside a container [2020-12-30T06:20:55.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T06:20:56.400Z] $ docker top ebd90baa655d30a948eb4bdd8e9b546022e39c93d6e8abb26755ca33c8687a90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T06:20:57.076Z] + make test [2020-12-30T06:20:57.076Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T06:20:57.721Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-30T06:20:57.721Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-30T06:20:58.717Z] pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.65), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2020-12-30T06:20:58.717Z] pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.65), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2020-12-30T06:20:58.717Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2020-12-30T06:20:58.826Z] $ docker stop --time=1 ebd90baa655d30a948eb4bdd8e9b546022e39c93d6e8abb26755ca33c8687a90 [2020-12-30T06:21:00.499Z] $ docker rm -f ebd90baa655d30a948eb4bdd8e9b546022e39c93d6e8abb26755ca33c8687a90 [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] } [2020-12-30T06:21:03.234Z] Failed in branch amd64 [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-30T06:21:07.579Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:21:07.938Z] ---> package-listing.sh [2020-12-30T06:21:07.938Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-30T06:21:07.938Z] ++ facter osfamily [2020-12-30T06:21:07.938Z] + OS_FAMILY=redhat [2020-12-30T06:21:07.938Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-708 [2020-12-30T06:21:07.938Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-30T06:21:07.938Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-30T06:21:07.938Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-30T06:21:07.938Z] + PACKAGES=/tmp/packages_start.txt [2020-12-30T06:21:07.938Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-708 ']' [2020-12-30T06:21:07.938Z] + PACKAGES=/tmp/packages_end.txt [2020-12-30T06:21:07.938Z] + case "${OS_FAMILY}" in [2020-12-30T06:21:07.938Z] + rpm -qa [2020-12-30T06:21:07.938Z] + sort [2020-12-30T06:21:13.280Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-30T06:21:13.280Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-30T06:21:13.280Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-30T06:21:13.280Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-708 ']' [2020-12-30T06:21:13.280Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-708/archives/ [2020-12-30T06:21:13.280Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-708/archives/ [Pipeline] echo [2020-12-30T06:21:13.319Z] 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-708/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-30T06:21:13.635Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:21:13.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T06:21:13.989Z] [2020-12-30T06:21:13.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-30T06:21:14.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T06:21:14.389Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-30T06:21:14.389Z] df20fa9351a1: Pulling fs layer [2020-12-30T06:21:14.389Z] 36b3adc4ff6f: Pulling fs layer [2020-12-30T06:21:14.389Z] 8ad3a11d3b57: Pulling fs layer [2020-12-30T06:21:14.389Z] 46f8f816bc3b: Pulling fs layer [2020-12-30T06:21:14.389Z] 93b61091891f: Pulling fs layer [2020-12-30T06:21:14.389Z] 93b9cdb0e59b: Pulling fs layer [2020-12-30T06:21:14.389Z] 5e14af77c1be: Pulling fs layer [2020-12-30T06:21:14.389Z] 01666e4c0597: Pulling fs layer [2020-12-30T06:21:14.389Z] aa168da1d23b: Pulling fs layer [2020-12-30T06:21:14.389Z] 46f8f816bc3b: Waiting [2020-12-30T06:21:14.389Z] 93b61091891f: Waiting [2020-12-30T06:21:14.389Z] 93b9cdb0e59b: Waiting [2020-12-30T06:21:14.389Z] 5e14af77c1be: Waiting [2020-12-30T06:21:14.389Z] 01666e4c0597: Waiting [2020-12-30T06:21:14.389Z] aa168da1d23b: Waiting [2020-12-30T06:21:14.389Z] 36b3adc4ff6f: Verifying Checksum [2020-12-30T06:21:14.389Z] 36b3adc4ff6f: Download complete [2020-12-30T06:21:14.389Z] 46f8f816bc3b: Verifying Checksum [2020-12-30T06:21:14.389Z] 46f8f816bc3b: Download complete [2020-12-30T06:21:14.389Z] df20fa9351a1: Verifying Checksum [2020-12-30T06:21:14.389Z] df20fa9351a1: Download complete [2020-12-30T06:21:14.389Z] 93b9cdb0e59b: Verifying Checksum [2020-12-30T06:21:14.389Z] 93b9cdb0e59b: Download complete [2020-12-30T06:21:14.655Z] 93b61091891f: Verifying Checksum [2020-12-30T06:21:14.655Z] 93b61091891f: Download complete [2020-12-30T06:21:14.655Z] 5e14af77c1be: Verifying Checksum [2020-12-30T06:21:14.655Z] 5e14af77c1be: Download complete [2020-12-30T06:21:14.655Z] 01666e4c0597: Verifying Checksum [2020-12-30T06:21:14.655Z] 01666e4c0597: Download complete [2020-12-30T06:21:14.655Z] 8ad3a11d3b57: Verifying Checksum [2020-12-30T06:21:14.655Z] 8ad3a11d3b57: Download complete [2020-12-30T06:21:14.917Z] df20fa9351a1: Pull complete [2020-12-30T06:21:14.917Z] 36b3adc4ff6f: Pull complete [2020-12-30T06:21:15.866Z] 8ad3a11d3b57: Pull complete [2020-12-30T06:21:15.866Z] 46f8f816bc3b: Pull complete [2020-12-30T06:21:16.450Z] 93b61091891f: Pull complete [2020-12-30T06:21:16.715Z] 93b9cdb0e59b: Pull complete [2020-12-30T06:21:16.715Z] aa168da1d23b: Verifying Checksum [2020-12-30T06:21:16.715Z] aa168da1d23b: Download complete [2020-12-30T06:21:17.292Z] 5e14af77c1be: Pull complete [2020-12-30T06:21:17.292Z] 01666e4c0597: Pull complete [2020-12-30T06:21:23.920Z] aa168da1d23b: Pull complete [2020-12-30T06:21:23.920Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-30T06:21:23.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T06:21:23.920Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-30T06:21:24.084Z] prd-centos7-docker-4c-2g-17721 does not seem to be running inside a container [2020-12-30T06:21:24.142Z] $ 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-708/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-708 -v /w/workspace/dgexfoundry_device-sdk-go_PR-708:/w/workspace/dgexfoundry_device-sdk-go_PR-708:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-708@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-30T06:21:28.184Z] $ docker top 94156c960f9ed40b6172915be6d7e1c527a12835c432d306c3bb75170775df76 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T06:21:28.784Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-30T06:21:29.128Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-30T06:21:29.457Z] + ls /var/log/sa-host [2020-12-30T06:21:29.457Z] + sadf -c /var/log/sa-host/sa23 [2020-12-30T06:21:29.457Z] file_magic: OK [2020-12-30T06:21:29.457Z] HZ: Using current value: 100 [2020-12-30T06:21:29.457Z] file_header: OK [2020-12-30T06:21:29.457Z] 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-30T06:21:29.457Z] Statistics: [2020-12-30T06:21:29.457Z] Hnuu...uuuununununu... [2020-12-30T06:21:29.457Z] File successfully converted to sysstat format version 12.2.1 [2020-12-30T06:21:29.457Z] + sadf -c /var/log/sa-host/sa30 [2020-12-30T06:21:29.457Z] file_magic: OK [2020-12-30T06:21:29.457Z] HZ: Using current value: 100 [2020-12-30T06:21:29.457Z] file_header: OK [2020-12-30T06:21:29.457Z] 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-30T06:21:29.457Z] Statistics: [2020-12-30T06:21:29.457Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-30T06:21:29.457Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T06:21:30.181Z] provisioning config files... [2020-12-30T06:21:30.197Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-708@tmp/config1968708414870860212tmp [Pipeline] { [Pipeline] echo [2020-12-30T06:21:30.334Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:21:30.675Z] ---> create-netrc.sh [Pipeline] } [2020-12-30T06:21:30.702Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-30T06:21:30.866Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:21:31.208Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-30T06:21:31.241Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:21:31.585Z] ---> sudo-logs.sh [2020-12-30T06:21:31.585Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-30T06:21:31.623Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:21:31.969Z] ---> job-cost.sh [2020-12-30T06:21:31.969Z] lf-activate-venv: SKIPPING [2020-12-30T06:21:31.969Z] INFO: No Stack... [2020-12-30T06:21:32.918Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-30T06:21:33.180Z] INFO: Archiving Costs [Pipeline] echo [2020-12-30T06:21:33.226Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T06:21:33.568Z] ---> logs-deploy.sh [2020-12-30T06:21:33.568Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-708/1 [2020-12-30T06:21:33.568Z] INFO: archiving workspace using pattern(s): [2020-12-30T06:21:35.493Z] Archives upload complete. [2020-12-30T06:21:35.493Z] INFO: archiving logs to Nexus