Pull request #88 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 081627918500071f4235e83258ee552e0ce2d585+f67542ccb051b13986f5f41838b922d5b9b125ad (b5ba99dc028f0fe1d5d4b519480499265a1f17c0) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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-rest-go/branches/PR-88/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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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-rest-go/branches/PR-88/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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3950’ is offline; ‘prd-centos7-docker-4c-2g-3953’ is offline; ‘prd-centos7-docker-4c-2g-3956’ is offline; ‘prd-centos7-docker-4c-2g-3966’ is offline; ‘prd-centos7-docker-4c-2g-3969’ is offline; ‘prd-centos7-docker-4c-2g-3970’ is offline; ‘prd-centos7-docker-4c-2g-3971’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3951’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3984 in /w/workspace/dgexfoundry_device-rest-go_PR-88 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-88 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 081627918500071f4235e83258ee552e0ce2d585 Merge succeeded, producing 081627918500071f4235e83258ee552e0ce2d585 Checking out Revision 081627918500071f4235e83258ee552e0ce2d585 (PR-88) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/88/head:refs/remotes/origin/PR-88 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # 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 f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T05:58:22.938Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T05:58:23.161Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T05:58:23.282Z] ========================================================= [2021-05-10T05:58:23.282Z] EdgeX Global Pipelines Version Info [2021-05-10T05:58:23.282Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:58:24.919Z] ------------------- [2021-05-10T05:58:24.919Z] stable info: [2021-05-10T05:58:24.919Z] ------------------- [2021-05-10T05:58:24.919Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T05:58:24.919Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T05:58:24.919Z] Message: update stable to v1.0.191 [2021-05-10T05:58:25.872Z] ------------------- [2021-05-10T05:58:25.872Z] experimental info: [2021-05-10T05:58:25.872Z] ------------------- [2021-05-10T05:58:25.872Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T05:58:25.872Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T05:58:25.872Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T05:58:26.118Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-05-10T05:58:26.181Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-05-10T05:58:26.274Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T05:58:26.331Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T05:58:26.401Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T05:58:26.456Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T05:58:26.512Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T05:58:26.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T05:58:26.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-10T05:58:26.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T05:58:26.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T05:58:26.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-05-10T05:58:26.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T05:58:26.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T05:58:27.056Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T05:58:27.118Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T05:58:27.191Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T05:58:27.268Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T05:58:27.340Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T05:58:27.414Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T05:58:27.479Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-10T05:58:27.542Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-10T05:58:27.622Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T05:58:27.687Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T05:58:27.758Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-10T05:58:27.826Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T05:58:27.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-88 [Pipeline] echo [2021-05-10T05:58:27.955Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-88 [Pipeline] echo [2021-05-10T05:58:28.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-88 [Pipeline] echo [2021-05-10T05:58:28.078Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 081627918500071f4235e83258ee552e0ce2d585 [Pipeline] echo [2021-05-10T05:58:28.145Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0816279 [Pipeline] echo [2021-05-10T05:58:28.216Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T05:58:28.380Z] provisioning config files... [2021-05-10T05:58:28.417Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/config6889063808169459594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:58:28.805Z] ---> docker-login.sh [2021-05-10T05:58:28.805Z] nexus3.edgexfoundry.org:10001 [2021-05-10T05:58:29.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T05:58:29.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T05:58:29.333Z] Configure a credential helper to remove this warning. See [2021-05-10T05:58:29.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T05:58:29.333Z] [2021-05-10T05:58:29.333Z] Login Succeeded [2021-05-10T05:58:29.333Z] nexus3.edgexfoundry.org:10002 [2021-05-10T05:58:29.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T05:58:29.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T05:58:29.596Z] Configure a credential helper to remove this warning. See [2021-05-10T05:58:29.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T05:58:29.596Z] [2021-05-10T05:58:29.596Z] Login Succeeded [2021-05-10T05:58:29.596Z] nexus3.edgexfoundry.org:10003 [2021-05-10T05:58:29.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T05:58:30.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T05:58:30.993Z] Configure a credential helper to remove this warning. See [2021-05-10T05:58:30.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T05:58:30.993Z] [2021-05-10T05:58:30.993Z] Login Succeeded [2021-05-10T05:58:30.993Z] nexus3.edgexfoundry.org:10004 [2021-05-10T05:58:30.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T05:58:30.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T05:58:30.993Z] Configure a credential helper to remove this warning. See [2021-05-10T05:58:30.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T05:58:30.993Z] [2021-05-10T05:58:30.993Z] Login Succeeded [2021-05-10T05:58:30.993Z] docker.io [2021-05-10T05:58:30.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T05:58:31.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T05:58:31.260Z] Configure a credential helper to remove this warning. See [2021-05-10T05:58:31.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T05:58:31.260Z] [2021-05-10T05:58:31.260Z] Login Succeeded [2021-05-10T05:58:31.260Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T05:58:31.302Z] 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-05-10T05:58:32.020Z] + git log --format=format:%s -1 081627918500071f4235e83258ee552e0ce2d585 [Pipeline] echo [2021-05-10T05:58:32.118Z] GIT_COMMIT: 081627918500071f4235e83258ee552e0ce2d585, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-10T05:58:32.168Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:58:32.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T05:58:32.775Z] [2021-05-10T05:58:32.775Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:58:33.156Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T05:58:33.156Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T05:58:33.156Z] 31603596830f: Pulling fs layer [2021-05-10T05:58:33.156Z] 54011a49482f: Pulling fs layer [2021-05-10T05:58:33.156Z] a6820b24f6d8: Pulling fs layer [2021-05-10T05:58:33.156Z] f581987b2513: Pulling fs layer [2021-05-10T05:58:33.156Z] f581987b2513: Waiting [2021-05-10T05:58:33.156Z] 54011a49482f: Download complete [2021-05-10T05:58:33.156Z] 31603596830f: Verifying Checksum [2021-05-10T05:58:33.156Z] 31603596830f: Download complete [2021-05-10T05:58:33.423Z] f581987b2513: Verifying Checksum [2021-05-10T05:58:33.423Z] f581987b2513: Download complete [2021-05-10T05:58:33.423Z] a6820b24f6d8: Verifying Checksum [2021-05-10T05:58:33.423Z] a6820b24f6d8: Download complete [2021-05-10T05:58:33.687Z] 31603596830f: Pull complete [2021-05-10T05:58:33.687Z] 54011a49482f: Pull complete [2021-05-10T05:58:34.651Z] a6820b24f6d8: Pull complete [2021-05-10T05:58:34.915Z] f581987b2513: Pull complete [2021-05-10T05:58:34.915Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T05:58:35.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T05:58:35.177Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T05:58:35.309Z] prd-centos7-docker-4c-2g-3984 does not seem to be running inside a container [2021-05-10T05:58:35.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-88 -v /w/workspace/dgexfoundry_device-rest-go_PR-88:/w/workspace/dgexfoundry_device-rest-go_PR-88:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-88@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T05:58:37.536Z] $ docker top 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T05:58:37.908Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T05:58:37.908Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T05:58:38.162Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T05:58:38.167Z] $ docker exec 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent [2021-05-10T05:58:38.359Z] SSH_AUTH_SOCK=/tmp/ssh-sPAZxZQ8Q8O6/agent.12 [2021-05-10T05:58:38.359Z] SSH_AGENT_PID=17 [2021-05-10T05:58:38.375Z] Running ssh-add (command line suppressed) [2021-05-10T05:58:38.512Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_2930961324747946338.key (/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_2930961324747946338.key) [2021-05-10T05:58:38.569Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T05:58:38.925Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T05:58:38.958Z] $ docker exec --env ******** --env ******** 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent -k [2021-05-10T05:58:39.091Z] unset SSH_AUTH_SOCK; [2021-05-10T05:58:39.092Z] unset SSH_AGENT_PID; [2021-05-10T05:58:39.092Z] echo Agent pid 17 killed; [2021-05-10T05:58:39.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T05:58:39.233Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T05:58:39.234Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T05:58:39.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T05:58:39.416Z] $ docker exec 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent [2021-05-10T05:58:39.589Z] SSH_AUTH_SOCK=/tmp/ssh-Cb37ZxNOlrsg/agent.49 [2021-05-10T05:58:39.589Z] SSH_AGENT_PID=54 [2021-05-10T05:58:39.598Z] Running ssh-add (command line suppressed) [2021-05-10T05:58:39.736Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_4731518083535094755.key (/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_4731518083535094755.key) [2021-05-10T05:58:39.804Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T05:58:40.164Z] + git semver init [2021-05-10T05:58:40.164Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T05:58:40.164Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-88/.git [2021-05-10T05:58:40.164Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-88 [2021-05-10T05:58:40.164Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T05:58:40.165Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T05:58:40.165Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T05:58:40.165Z] # $SEMVER_BRANCH = PR-88 [2021-05-10T05:58:40.165Z] # $SEMVER_TEMP = /tmp/semver-052751553 [2021-05-10T05:58:40.165Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-05-10T05:58:44.396Z] # '/tmp/semver-052751553' -> '/w/workspace/dgexfoundry_device-rest-go_PR-88/.semver' [2021-05-10T05:58:44.396Z] # -> Force: false [2021-05-10T05:58:44.396Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-88/.semver [Pipeline] } [2021-05-10T05:58:44.416Z] $ docker exec --env ******** --env ******** 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent -k [2021-05-10T05:58:44.544Z] unset SSH_AUTH_SOCK; [2021-05-10T05:58:44.545Z] unset SSH_AGENT_PID; [2021-05-10T05:58:44.545Z] echo Agent pid 54 killed; [2021-05-10T05:58:44.594Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T05:58:45.051Z] + git semver [Pipeline] } [2021-05-10T05:58:45.109Z] $ docker stop --time=1 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 [2021-05-10T05:58:46.621Z] $ docker rm -f 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T05:58:47.102Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T05:58:47.527Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T05:58:47.557Z] [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-05-10T05:59:03.053Z] Still waiting to schedule task [2021-05-10T05:59:03.053Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-10T05:59:03.082Z] Still waiting to schedule task [2021-05-10T05:59:03.083Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3946’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3955’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3987’ is offline [2021-05-10T06:09:22.618Z] Running on prd-centos7-docker-4c-2g-4007 in /w/workspace/dgexfoundry_device-rest-go_PR-88 [Pipeline] { [Pipeline] ws [2021-05-10T06:09:22.709Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2021-05-10T06:09:33.093Z] using credential edgex-jenkins-ssh [2021-05-10T06:09:33.169Z] Cloning the remote Git repository [2021-05-10T06:09:33.353Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-10T06:09:33.523Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2021-05-10T06:09:33.708Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-10T06:09:33.708Z] > git --version # timeout=10 [2021-05-10T06:09:33.761Z] > git --version # 'git version 2.24.3' [2021-05-10T06:09:33.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:09:33.902Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:09:42.470Z] Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 081627918500071f4235e83258ee552e0ce2d585 [2021-05-10T06:09:41.339Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-10T06:09:41.420Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:09:41.587Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-10T06:09:41.732Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-10T06:09:41.732Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:09:41.750Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/88/head:refs/remotes/origin/PR-88 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T06:09:42.521Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:09:42.706Z] > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 [2021-05-10T06:09:43.182Z] Merge succeeded, producing 081627918500071f4235e83258ee552e0ce2d585 [2021-05-10T06:09:43.182Z] Checking out Revision 081627918500071f4235e83258ee552e0ce2d585 (PR-88) [2021-05-10T06:09:42.913Z] > git remote # timeout=10 [2021-05-10T06:09:42.968Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T06:09:43.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:09:43.068Z] > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 [2021-05-10T06:09:43.163Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T06:09:43.192Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:09:43.223Z] > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 [2021-05-10T06:09:48.378Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-10T06:09:48.477Z] > git --version # timeout=10 [2021-05-10T06:09:48.563Z] > git --version # 'git version 2.24.3' [2021-05-10T06:09:48.667Z] fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:09:50.959Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:09:51.511Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:09:52.027Z] + sudo service docker restart [2021-05-10T06:09:52.027Z] + true [2021-05-10T06:09:52.027Z] Redirecting to /bin/systemctl restart docker.service [2021-05-10T06:09:52.111Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3995 in /w/workspace/dgexfoundry_device-rest-go_PR-88 [Pipeline] { [Pipeline] ws [2021-05-10T06:09:52.200Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:09:53.804Z] provisioning config files... [2021-05-10T06:09:53.868Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config5441314276119333306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:09:54.524Z] ---> docker-login.sh [2021-05-10T06:09:54.524Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:09:55.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:09:55.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:09:55.869Z] Configure a credential helper to remove this warning. See [2021-05-10T06:09:55.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:09:55.869Z] [2021-05-10T06:09:55.869Z] Login Succeeded [2021-05-10T06:09:55.869Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:09:56.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:09:56.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:09:56.145Z] Configure a credential helper to remove this warning. See [2021-05-10T06:09:56.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:09:56.145Z] [2021-05-10T06:09:56.145Z] Login Succeeded [2021-05-10T06:09:56.145Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:09:56.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:09:57.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:09:57.188Z] Configure a credential helper to remove this warning. See [2021-05-10T06:09:57.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:09:57.188Z] [2021-05-10T06:09:57.188Z] Login Succeeded [2021-05-10T06:09:57.188Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:09:57.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:09:57.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:09:57.822Z] Configure a credential helper to remove this warning. See [2021-05-10T06:09:57.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:09:57.822Z] [2021-05-10T06:09:57.822Z] Login Succeeded [2021-05-10T06:09:57.822Z] docker.io [2021-05-10T06:09:58.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:09:58.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:09:58.412Z] Configure a credential helper to remove this warning. See [2021-05-10T06:09:58.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:09:58.412Z] [2021-05-10T06:09:58.412Z] Login Succeeded [2021-05-10T06:09:58.412Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:09:58.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-10T06:09:58.845Z] using credential edgex-jenkins-ssh [Pipeline] echo [2021-05-10T06:09:58.856Z] ========================================================= [2021-05-10T06:09:58.856Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T06:09:58.856Z] ========================================================= [2021-05-10T06:09:58.866Z] Cloning the remote Git repository [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:09:59.255Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T06:09:59.255Z] Sending build context to Docker daemon 93.18kB [2021-05-10T06:09:59.533Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T06:09:59.533Z] Step 2/10 : FROM ${BASE} [2021-05-10T06:09:59.533Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T06:09:59.533Z] 540db60ca938: Pulling fs layer [2021-05-10T06:09:59.533Z] adcc1eea9eea: Pulling fs layer [2021-05-10T06:09:59.533Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T06:09:59.533Z] 0510c868ecb4: Pulling fs layer [2021-05-10T06:09:59.533Z] afea3b2eda06: Pulling fs layer [2021-05-10T06:09:59.533Z] 7809a108b3ef: Pulling fs layer [2021-05-10T06:09:59.533Z] f706445af74f: Pulling fs layer [2021-05-10T06:09:59.533Z] afea3b2eda06: Waiting [2021-05-10T06:09:59.533Z] 7809a108b3ef: Waiting [2021-05-10T06:09:59.533Z] 0510c868ecb4: Waiting [2021-05-10T06:09:59.533Z] f706445af74f: Waiting [2021-05-10T06:09:59.533Z] 4c4ab2625f07: Download complete [2021-05-10T06:09:59.533Z] adcc1eea9eea: Verifying Checksum [2021-05-10T06:09:59.533Z] adcc1eea9eea: Download complete [2021-05-10T06:09:59.533Z] afea3b2eda06: Verifying Checksum [2021-05-10T06:09:59.533Z] afea3b2eda06: Download complete [2021-05-10T06:09:59.812Z] 7809a108b3ef: Verifying Checksum [2021-05-10T06:09:59.812Z] 7809a108b3ef: Download complete [2021-05-10T06:09:58.932Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-10T06:09:59.055Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2021-05-10T06:09:59.236Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-10T06:09:59.237Z] > git --version # timeout=10 [2021-05-10T06:09:59.286Z] > git --version # 'git version 2.17.1' [2021-05-10T06:09:59.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:09:59.425Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:10:00.082Z] 540db60ca938: Verifying Checksum [2021-05-10T06:10:00.082Z] 540db60ca938: Download complete [2021-05-10T06:10:00.352Z] 540db60ca938: Pull complete [2021-05-10T06:10:00.994Z] adcc1eea9eea: Pull complete [2021-05-10T06:10:01.363Z] 4c4ab2625f07: Pull complete [2021-05-10T06:10:04.806Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-10T06:10:04.833Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:10:04.864Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-10T06:10:04.925Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-10T06:10:04.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:10:04.943Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/88/head:refs/remotes/origin/PR-88 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T06:10:06.825Z] Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 081627918500071f4235e83258ee552e0ce2d585 [2021-05-10T06:10:07.074Z] Merge succeeded, producing 081627918500071f4235e83258ee552e0ce2d585 [2021-05-10T06:10:07.074Z] Checking out Revision 081627918500071f4235e83258ee552e0ce2d585 (PR-88) [2021-05-10T06:10:06.855Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:10:06.876Z] > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 [2021-05-10T06:10:06.976Z] > git remote # timeout=10 [2021-05-10T06:10:06.997Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T06:10:07.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:10:07.032Z] > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 [2021-05-10T06:10:07.061Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T06:10:07.089Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:10:07.110Z] > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 [2021-05-10T06:10:08.659Z] f706445af74f: Verifying Checksum [2021-05-10T06:10:08.659Z] f706445af74f: Download complete [2021-05-10T06:10:11.780Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-10T06:10:11.851Z] > git --version # timeout=10 [2021-05-10T06:10:11.863Z] > git --version # 'git version 2.17.1' [2021-05-10T06:10:11.879Z] fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:10:13.569Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:10:14.004Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:10:14.407Z] + sudo service docker restart [2021-05-10T06:10:14.407Z] + true [2021-05-10T06:10:14.710Z] 0510c868ecb4: Verifying Checksum [2021-05-10T06:10:14.710Z] 0510c868ecb4: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:10:16.517Z] provisioning config files... [2021-05-10T06:10:16.578Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config300180283630787500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:10:17.033Z] ---> docker-login.sh [2021-05-10T06:10:17.033Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:10:18.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:10:18.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:10:18.646Z] Configure a credential helper to remove this warning. See [2021-05-10T06:10:18.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:10:18.646Z] [2021-05-10T06:10:18.646Z] Login Succeeded [2021-05-10T06:10:18.646Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:10:19.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:10:19.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:10:19.254Z] Configure a credential helper to remove this warning. See [2021-05-10T06:10:19.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:10:19.254Z] [2021-05-10T06:10:19.254Z] Login Succeeded [2021-05-10T06:10:19.254Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:10:19.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:10:20.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:10:20.140Z] Configure a credential helper to remove this warning. See [2021-05-10T06:10:20.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:10:20.140Z] [2021-05-10T06:10:20.140Z] Login Succeeded [2021-05-10T06:10:20.140Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:10:20.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:10:20.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:10:20.692Z] Configure a credential helper to remove this warning. See [2021-05-10T06:10:20.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:10:20.692Z] [2021-05-10T06:10:20.692Z] Login Succeeded [2021-05-10T06:10:20.692Z] docker.io [2021-05-10T06:10:20.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:10:21.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:10:21.569Z] Configure a credential helper to remove this warning. See [2021-05-10T06:10:21.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:10:21.569Z] [2021-05-10T06:10:21.569Z] Login Succeeded [2021-05-10T06:10:21.569Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:10:21.626Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T06:10:22.133Z] ========================================================= [2021-05-10T06:10:22.133Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T06:10:22.133Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:10:22.535Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T06:10:22.535Z] Sending build context to Docker daemon 93.18kB [2021-05-10T06:10:22.821Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T06:10:22.821Z] Step 2/10 : FROM ${BASE} [2021-05-10T06:10:23.097Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T06:10:23.097Z] 595b0fe564bb: Pulling fs layer [2021-05-10T06:10:23.097Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T06:10:23.097Z] 316046926c0a: Pulling fs layer [2021-05-10T06:10:23.097Z] 4ebd0625c992: Pulling fs layer [2021-05-10T06:10:23.097Z] 207e8628e3a3: Pulling fs layer [2021-05-10T06:10:23.097Z] c791037a9be2: Pulling fs layer [2021-05-10T06:10:23.097Z] ffd874e62e21: Pulling fs layer [2021-05-10T06:10:23.097Z] 207e8628e3a3: Waiting [2021-05-10T06:10:23.097Z] 4ebd0625c992: Waiting [2021-05-10T06:10:23.097Z] c791037a9be2: Waiting [2021-05-10T06:10:23.097Z] ffd874e62e21: Waiting [2021-05-10T06:10:23.097Z] 316046926c0a: Verifying Checksum [2021-05-10T06:10:23.097Z] 316046926c0a: Download complete [2021-05-10T06:10:23.097Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T06:10:23.097Z] 7186ed65a4f7: Download complete [2021-05-10T06:10:23.097Z] 207e8628e3a3: Verifying Checksum [2021-05-10T06:10:23.097Z] 207e8628e3a3: Download complete [2021-05-10T06:10:23.097Z] c791037a9be2: Download complete [2021-05-10T06:10:23.097Z] 595b0fe564bb: Verifying Checksum [2021-05-10T06:10:23.097Z] 595b0fe564bb: Download complete [2021-05-10T06:10:24.088Z] 595b0fe564bb: Pull complete [2021-05-10T06:10:24.369Z] 7186ed65a4f7: Pull complete [2021-05-10T06:10:24.644Z] 316046926c0a: Pull complete [2021-05-10T06:10:26.675Z] ffd874e62e21: Verifying Checksum [2021-05-10T06:10:26.675Z] ffd874e62e21: Download complete [2021-05-10T06:10:27.349Z] 0510c868ecb4: Pull complete [2021-05-10T06:10:28.017Z] afea3b2eda06: Pull complete [2021-05-10T06:10:28.130Z] 4ebd0625c992: Verifying Checksum [2021-05-10T06:10:28.130Z] 4ebd0625c992: Download complete [2021-05-10T06:10:28.310Z] 7809a108b3ef: Pull complete [2021-05-10T06:10:36.566Z] f706445af74f: Pull complete [2021-05-10T06:10:36.566Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T06:10:36.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T06:10:36.566Z] ---> b068be0155e3 [2021-05-10T06:10:36.566Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-10T06:10:36.855Z] ---> Running in 3967e683d0a7 [2021-05-10T06:10:37.276Z] Removing intermediate container 3967e683d0a7 [2021-05-10T06:10:37.276Z] ---> 4d7a6f2a05ae [2021-05-10T06:10:37.276Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-10T06:10:37.569Z] ---> Running in cafcec7b6986 [2021-05-10T06:10:37.853Z] Removing intermediate container cafcec7b6986 [2021-05-10T06:10:37.853Z] ---> 3e7fc2d117d2 [2021-05-10T06:10:37.853Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T06:10:37.853Z] ---> Running in 8c6e967e1ae7 [2021-05-10T06:10:38.134Z] Removing intermediate container 8c6e967e1ae7 [2021-05-10T06:10:38.134Z] ---> 4ba32ceb9870 [2021-05-10T06:10:38.134Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:10:38.436Z] ---> Running in d15a2163e105 [2021-05-10T06:10:39.740Z] 4ebd0625c992: Pull complete [2021-05-10T06:10:39.740Z] 207e8628e3a3: Pull complete [2021-05-10T06:10:39.740Z] c791037a9be2: Pull complete [2021-05-10T06:10:40.534Z] Removing intermediate container d15a2163e105 [2021-05-10T06:10:40.534Z] ---> c7293ff43016 [2021-05-10T06:10:40.534Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-10T06:10:40.534Z] ---> Running in 5d756ef14de5 [2021-05-10T06:10:42.173Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T06:10:44.049Z] ffd874e62e21: Pull complete [2021-05-10T06:10:44.049Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T06:10:44.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T06:10:44.049Z] ---> cfc18b08335c [2021-05-10T06:10:44.049Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-10T06:10:44.203Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T06:10:44.935Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-10T06:10:45.247Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-10T06:10:45.247Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-10T06:10:45.549Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-10T06:10:45.883Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-10T06:10:45.883Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-10T06:10:46.168Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-10T06:10:47.488Z] ---> Running in 7374954601b1 [2021-05-10T06:10:47.892Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-10T06:10:47.892Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-10T06:10:47.892Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T06:10:47.892Z] OK: 154 MiB in 49 packages [2021-05-10T06:10:48.369Z] Removing intermediate container 7374954601b1 [2021-05-10T06:10:48.369Z] ---> f39c10655780 [2021-05-10T06:10:48.369Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-10T06:10:48.369Z] ---> Running in 5009f3e0034e [2021-05-10T06:10:48.659Z] Removing intermediate container 5009f3e0034e [2021-05-10T06:10:48.659Z] ---> 4e755dda0100 [2021-05-10T06:10:48.659Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T06:10:48.948Z] ---> Running in 80c18aa2c044 [2021-05-10T06:10:49.573Z] Removing intermediate container 80c18aa2c044 [2021-05-10T06:10:49.573Z] ---> 1b0e33628309 [2021-05-10T06:10:49.573Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:10:49.573Z] ---> Running in 83776286e37f [2021-05-10T06:10:50.105Z] Removing intermediate container 5d756ef14de5 [2021-05-10T06:10:50.105Z] ---> 3cf6125d6b7d [2021-05-10T06:10:50.105Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-10T06:10:50.105Z] ---> Running in 5e1af2c8b521 [2021-05-10T06:10:50.428Z] Removing intermediate container 5e1af2c8b521 [2021-05-10T06:10:50.428Z] ---> 077c3721ed5d [2021-05-10T06:10:50.428Z] Step 9/10 : COPY . . [2021-05-10T06:10:51.043Z] ---> 590902f6024f [2021-05-10T06:10:51.043Z] Step 10/10 : RUN go mod download [2021-05-10T06:10:51.043Z] ---> Running in 06889be6f62a [2021-05-10T06:10:52.204Z] Removing intermediate container 83776286e37f [2021-05-10T06:10:52.204Z] ---> 0ecbf9e82a6c [2021-05-10T06:10:52.204Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-10T06:10:52.204Z] ---> Running in 54dca52a64f9 [2021-05-10T06:10:54.824Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T06:11:00.243Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T06:11:04.556Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-10T06:11:04.830Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-10T06:11:05.431Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-10T06:11:05.431Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-10T06:11:05.707Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-10T06:11:06.305Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-10T06:11:06.305Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-10T06:11:08.936Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-10T06:11:09.215Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-10T06:11:09.505Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T06:11:09.505Z] OK: 144 MiB in 49 packages [2021-05-10T06:11:11.508Z] Removing intermediate container 54dca52a64f9 [2021-05-10T06:11:11.508Z] ---> d5041bb01798 [2021-05-10T06:11:11.508Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-10T06:11:11.789Z] ---> Running in 544bed77b4dc [2021-05-10T06:11:12.391Z] Removing intermediate container 544bed77b4dc [2021-05-10T06:11:12.391Z] ---> cc09f50c27d0 [2021-05-10T06:11:12.391Z] Step 9/10 : COPY . . [2021-05-10T06:11:13.424Z] ---> c3214079a845 [2021-05-10T06:11:13.424Z] Step 10/10 : RUN go mod download [2021-05-10T06:11:13.424Z] ---> Running in cd23ace74765 [2021-05-10T06:11:31.034Z] Removing intermediate container 06889be6f62a [2021-05-10T06:11:31.034Z] ---> e41709ae5edd [2021-05-10T06:11:31.034Z] Successfully built e41709ae5edd [2021-05-10T06:11:31.034Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:11:31.677Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T06:11:32.390Z] . [Pipeline] withDockerContainer [2021-05-10T06:11:32.842Z] prd-centos7-docker-4c-2g-4007 does not seem to be running inside a container [2021-05-10T06:11:33.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-x86_64 cat [2021-05-10T06:11:35.089Z] $ docker top b2479b264e8ce94e7bdcb79fe60456c397e547fd7c81e19fc5e29fab051f42ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:11:36.562Z] + go version [2021-05-10T06:11:36.562Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T06:11:36.649Z] $ docker stop --time=1 b2479b264e8ce94e7bdcb79fe60456c397e547fd7c81e19fc5e29fab051f42ea [2021-05-10T06:11:38.630Z] $ docker rm -f b2479b264e8ce94e7bdcb79fe60456c397e547fd7c81e19fc5e29fab051f42ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:11:39.617Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T06:11:39.617Z] . [Pipeline] withDockerContainer [2021-05-10T06:11:40.273Z] prd-centos7-docker-4c-2g-4007 does not seem to be running inside a container [2021-05-10T06:11:40.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-x86_64 cat [2021-05-10T06:11:42.495Z] $ docker top 410b92fdf19251c698da8b83b11727b8c8c5accfdad7af6cfb6bcfcfda689aca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:11:43.666Z] + go mod tidy [Pipeline] sh [2021-05-10T06:11:45.837Z] Removing intermediate container cd23ace74765 [2021-05-10T06:11:45.837Z] ---> c1b757ec92eb [2021-05-10T06:11:45.837Z] Successfully built c1b757ec92eb [2021-05-10T06:11:45.837Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:11:46.110Z] + make test [2021-05-10T06:11:46.110Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-10T06:11:46.225Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T06:11:46.225Z] . [Pipeline] withDockerContainer [2021-05-10T06:11:46.514Z] prd-ubuntu18.04-docker-arm64-4c-16g-3995 does not seem to be running inside a container [2021-05-10T06:11:46.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat [2021-05-10T06:11:48.271Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-10T06:11:48.327Z] $ docker top 9eeeacebc2e160704652433dd5e4cf71b88afba93d3f5b521c4ad1929ec857d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:11:49.372Z] + go version [2021-05-10T06:11:49.372Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T06:11:49.417Z] $ docker stop --time=1 9eeeacebc2e160704652433dd5e4cf71b88afba93d3f5b521c4ad1929ec857d2 [2021-05-10T06:11:51.368Z] $ docker rm -f 9eeeacebc2e160704652433dd5e4cf71b88afba93d3f5b521c4ad1929ec857d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:11:52.355Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T06:11:52.356Z] . [Pipeline] withDockerContainer [2021-05-10T06:11:52.723Z] prd-ubuntu18.04-docker-arm64-4c-16g-3995 does not seem to be running inside a container [2021-05-10T06:11:52.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat [2021-05-10T06:11:54.384Z] $ docker top 21cf1db04ba0e000d9565ef45d4ec17069ca6f7dfb92d6902661f360581d4a34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:11:55.428Z] + go mod tidy [Pipeline] sh [2021-05-10T06:11:56.748Z] + make test [2021-05-10T06:11:56.748Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-10T06:11:58.202Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-10T06:12:21.304Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [2021-05-10T06:12:21.304Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:131:17: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:21.304Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:191:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:21.304Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:259:21: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:21.304Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:365:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:34.077Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-05-10T06:12:34.077Z] make: *** [Makefile:24: test] Error 2 [Pipeline] } [2021-05-10T06:12:34.167Z] $ docker stop --time=1 410b92fdf19251c698da8b83b11727b8c8c5accfdad7af6cfb6bcfcfda689aca [2021-05-10T06:12:36.910Z] $ docker rm -f 410b92fdf19251c698da8b83b11727b8c8c5accfdad7af6cfb6bcfcfda689aca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:12:38.559Z] ---> job-cost.sh [2021-05-10T06:12:38.559Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Zfaz [2021-05-10T06:12:45.322Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [2021-05-10T06:12:45.322Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:131:17: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:45.322Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:191:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:45.322Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:259:21: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:45.322Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:365:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-10T06:12:57.742Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-05-10T06:12:57.742Z] make: *** [Makefile:24: test] Error 2 [Pipeline] } [2021-05-10T06:12:57.811Z] $ docker stop --time=1 21cf1db04ba0e000d9565ef45d4ec17069ca6f7dfb92d6902661f360581d4a34 [2021-05-10T06:13:00.249Z] $ docker rm -f 21cf1db04ba0e000d9565ef45d4ec17069ca6f7dfb92d6902661f360581d4a34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:13:01.811Z] ---> job-cost.sh [2021-05-10T06:13:01.811Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eyea [2021-05-10T06:13:11.194Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T06:13:58.323Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T06:13:58.460Z] lf-activate-venv(): INFO: Adding /tmp/venv-Zfaz/bin to PATH [2021-05-10T06:13:58.461Z] INFO: No Stack... [2021-05-10T06:13:58.461Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T06:13:58.461Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T06:13:58.955Z] + cut -d, -f6 [2021-05-10T06:13:58.956Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [Pipeline] lock [2021-05-10T06:13:59.208Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [2021-05-10T06:13:59.215Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] did not exist. Created. [2021-05-10T06:13:59.215Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T06:13:59.732Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T06:14:00.690Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T06:14:00.711Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T06:14:01.329Z] Failed in branch amd64 [2021-05-10T06:15:50.221Z] lf-activate-venv(): INFO: Adding /tmp/venv-eyea/bin to PATH [2021-05-10T06:15:50.221Z] INFO: No Stack... [2021-05-10T06:15:50.221Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T06:15:50.221Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T06:15:50.619Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [2021-05-10T06:15:50.619Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T06:15:50.761Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [2021-05-10T06:15:50.779Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] did not exist. Created. [2021-05-10T06:15:50.780Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T06:15:51.254Z] /w/workspace/device-rest-go/1@tmp/durable-20c02c97/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-20c02c97/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T06:15:51.654Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T06:15:51.690Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T06:15:52.314Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T06:15:52.347Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T06:15:52.933Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:15:55.121Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:15:55.747Z] ---> package-listing.sh [2021-05-10T06:15:55.748Z] ++ facter osfamily [2021-05-10T06:15:55.748Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T06:15:55.748Z] + OS_FAMILY=redhat [2021-05-10T06:15:55.748Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-88 [2021-05-10T06:15:55.748Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T06:15:55.748Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T06:15:55.748Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T06:15:55.748Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T06:15:55.748Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-88 ']' [2021-05-10T06:15:55.748Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T06:15:55.748Z] + case "${OS_FAMILY}" in [2021-05-10T06:15:55.748Z] + rpm -qa [2021-05-10T06:15:55.748Z] + sort [2021-05-10T06:16:01.092Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T06:16:01.092Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T06:16:01.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T06:16:01.092Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-88 ']' [2021-05-10T06:16:01.092Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-88/archives/ [2021-05-10T06:16:01.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-88/archives/ [Pipeline] echo [2021-05-10T06:16:01.175Z] 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-rest-go_PR-88/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T06:16:01.506Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:16:03.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T06:16:03.021Z] [2021-05-10T06:16:03.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:16:03.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T06:16:03.428Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T06:16:03.428Z] df20fa9351a1: Pulling fs layer [2021-05-10T06:16:03.428Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T06:16:03.428Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T06:16:03.428Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T06:16:03.428Z] 93b61091891f: Pulling fs layer [2021-05-10T06:16:03.428Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T06:16:03.428Z] 5e14af77c1be: Pulling fs layer [2021-05-10T06:16:03.428Z] 01666e4c0597: Pulling fs layer [2021-05-10T06:16:03.428Z] aa168da1d23b: Pulling fs layer [2021-05-10T06:16:03.428Z] 01666e4c0597: Waiting [2021-05-10T06:16:03.428Z] aa168da1d23b: Waiting [2021-05-10T06:16:03.428Z] 93b9cdb0e59b: Waiting [2021-05-10T06:16:03.428Z] 5e14af77c1be: Waiting [2021-05-10T06:16:03.428Z] 46f8f816bc3b: Waiting [2021-05-10T06:16:03.428Z] 36b3adc4ff6f: Download complete [2021-05-10T06:16:03.428Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T06:16:03.428Z] 46f8f816bc3b: Download complete [2021-05-10T06:16:03.428Z] df20fa9351a1: Verifying Checksum [2021-05-10T06:16:03.710Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T06:16:03.710Z] 93b9cdb0e59b: Download complete [2021-05-10T06:16:03.710Z] 93b61091891f: Verifying Checksum [2021-05-10T06:16:03.710Z] 93b61091891f: Download complete [2021-05-10T06:16:03.710Z] 5e14af77c1be: Verifying Checksum [2021-05-10T06:16:03.710Z] 5e14af77c1be: Download complete [2021-05-10T06:16:03.710Z] 01666e4c0597: Verifying Checksum [2021-05-10T06:16:03.710Z] 01666e4c0597: Download complete [2021-05-10T06:16:03.710Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T06:16:03.710Z] 8ad3a11d3b57: Download complete [2021-05-10T06:16:03.979Z] df20fa9351a1: Pull complete [2021-05-10T06:16:04.245Z] 36b3adc4ff6f: Pull complete [2021-05-10T06:16:04.829Z] 8ad3a11d3b57: Pull complete [2021-05-10T06:16:05.094Z] 46f8f816bc3b: Pull complete [2021-05-10T06:16:06.492Z] 93b61091891f: Pull complete [2021-05-10T06:16:06.492Z] aa168da1d23b: Verifying Checksum [2021-05-10T06:16:06.492Z] aa168da1d23b: Download complete [2021-05-10T06:16:06.754Z] 93b9cdb0e59b: Pull complete [2021-05-10T06:16:06.754Z] 5e14af77c1be: Pull complete [2021-05-10T06:16:07.018Z] 01666e4c0597: Pull complete [2021-05-10T06:16:15.227Z] aa168da1d23b: Pull complete [2021-05-10T06:16:15.227Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T06:16:15.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T06:16:15.227Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T06:16:15.465Z] prd-centos7-docker-4c-2g-3984 does not seem to be running inside a container [2021-05-10T06:16:15.525Z] $ 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-rest-go_PR-88/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-rest-go_PR-88 -v /w/workspace/dgexfoundry_device-rest-go_PR-88:/w/workspace/dgexfoundry_device-rest-go_PR-88:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T06:16:18.963Z] $ docker top 7b2f648a87c7fb9c41a0d479690ea7383d313bb2f34b0b81907eccf02069e128 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:16:19.480Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T06:16:19.807Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T06:16:20.131Z] + ls /var/log/sa-host [2021-05-10T06:16:20.131Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T06:16:20.131Z] file_magic: OK [2021-05-10T06:16:20.131Z] HZ: Using current value: 100 [2021-05-10T06:16:20.131Z] file_header: OK [2021-05-10T06:16:20.131Z] 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-05-10T06:16:20.131Z] Statistics: [2021-05-10T06:16:20.131Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T06:16:20.131Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T06:16:20.131Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T06:16:20.131Z] file_magic: OK [2021-05-10T06:16:20.131Z] HZ: Using current value: 100 [2021-05-10T06:16:20.131Z] file_header: OK [2021-05-10T06:16:20.131Z] 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-05-10T06:16:20.131Z] Statistics: [2021-05-10T06:16:20.131Z] Hnuu...uuuununununu... [2021-05-10T06:16:20.131Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T06:16:20.393Z] provisioning config files... [2021-05-10T06:16:20.420Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/config8864499299660860080tmp [Pipeline] { [Pipeline] echo [2021-05-10T06:16:20.499Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:16:20.846Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T06:16:20.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T06:16:20.948Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:16:21.281Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T06:16:21.312Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:16:21.663Z] ---> sudo-logs.sh [2021-05-10T06:16:21.663Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T06:16:21.779Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:16:22.136Z] ---> job-cost.sh [2021-05-10T06:16:22.136Z] lf-activate-venv: SKIPPING [2021-05-10T06:16:22.136Z] DEBUG: total: 0.20999999344348907 [2021-05-10T06:16:22.136Z] INFO: Retrieving Stack Cost... [2021-05-10T06:16:23.085Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T06:16:23.659Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T06:16:23.696Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:16:24.043Z] ---> logs-deploy.sh [2021-05-10T06:16:24.043Z] lf-activate-venv: SKIPPING [2021-05-10T06:16:24.043Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-88/1 [2021-05-10T06:16:24.043Z] INFO: archiving workspace using pattern(s): [2021-05-10T06:16:25.973Z] Archives upload complete. [2021-05-10T06:16:25.973Z] INFO: archiving logs to Nexus