Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f449589684537117749158b8f5baa0c9171f70e9+76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 (7435b05f3725ed1a519db1ddfcbf42d57495ae9a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28299 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit f449589684537117749158b8f5baa0c9171f70e9 Merge succeeded, producing 9f97bb1cccb7cfa260bd7fc093c87ca00e1a762c Checking out Revision 9f97bb1cccb7cfa260bd7fc093c87ca00e1a762c (PR-3209) > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f449589684537117749158b8f5baa0c9171f70e9 # 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 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f97bb1cccb7cfa260bd7fc093c87ca00e1a762c # timeout=10 Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" > git rev-list --no-walk f449589684537117749158b8f5baa0c9171f70e9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-03T00:30:56.688Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-03T00:30:56.911Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-03T00:30:56.997Z] ========================================================= [2021-03-03T00:30:56.997Z] EdgeX Global Pipelines Version Info [2021-03-03T00:30:56.997Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:30:58.622Z] ------------------- [2021-03-03T00:30:58.622Z] stable info: [2021-03-03T00:30:58.622Z] ------------------- [2021-03-03T00:30:58.622Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-03T00:30:58.622Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T00:30:58.622Z] Message: update stable to v1.0.184 [2021-03-03T00:30:59.576Z] ------------------- [2021-03-03T00:30:59.576Z] experimental info: [2021-03-03T00:30:59.576Z] ------------------- [2021-03-03T00:30:59.576Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-03T00:30:59.576Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T00:30:59.576Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-03T00:30:59.885Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-03T00:30:59.970Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-03T00:31:00.078Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-03T00:31:00.470Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-03T00:31:00.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-03T00:31:00.650Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-03T00:31:00.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-03T00:31:00.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-03T00:31:00.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-03T00:31:01.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-03T00:31:01.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-03T00:31:01.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-03T00:31:01.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-03T00:31:01.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-03T00:31:01.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T00:31:01.512Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T00:31:01.595Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-03T00:31:01.700Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-03T00:31:01.804Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-03T00:31:01.923Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-03T00:31:02.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-03T00:31:02.097Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-03T00:31:02.176Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-03T00:31:02.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-03T00:31:02.340Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-03T00:31:02.466Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f97bb1cccb7cfa260bd7fc093c87ca00e1a762c [Pipeline] echo [2021-03-03T00:31:02.552Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f97bb1 [Pipeline] echo [2021-03-03T00:31:02.639Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T00:31:02.800Z] provisioning config files... [2021-03-03T00:31:02.835Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config9214638444656566512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:31:03.227Z] ---> docker-login.sh [2021-03-03T00:31:03.228Z] nexus3.edgexfoundry.org:10001 [2021-03-03T00:31:03.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:03.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:03.772Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:03.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:03.772Z] [2021-03-03T00:31:03.772Z] Login Succeeded [2021-03-03T00:31:03.772Z] nexus3.edgexfoundry.org:10002 [2021-03-03T00:31:04.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:04.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:04.053Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:04.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:04.053Z] [2021-03-03T00:31:04.053Z] Login Succeeded [2021-03-03T00:31:04.053Z] nexus3.edgexfoundry.org:10003 [2021-03-03T00:31:04.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:04.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:04.401Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:04.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:04.401Z] [2021-03-03T00:31:04.401Z] Login Succeeded [2021-03-03T00:31:04.401Z] nexus3.edgexfoundry.org:10004 [2021-03-03T00:31:04.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:04.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:04.684Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:04.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:04.684Z] [2021-03-03T00:31:04.684Z] Login Succeeded [2021-03-03T00:31:04.684Z] docker.io [2021-03-03T00:31:04.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:05.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:05.225Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:05.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:05.225Z] [2021-03-03T00:31:05.225Z] Login Succeeded [2021-03-03T00:31:05.225Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T00:31:05.244Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T00:31:05.779Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/core-command/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/core-data/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-03T00:31:05.779Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:05.779Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-03T00:31:05.779Z] ++ cut -d/ -f2 [2021-03-03T00:31:05.779Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-03T00:31:05.886Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:31:06.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:06.755Z] [2021-03-03T00:31:06.755Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:31:07.128Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:07.128Z] latest: Pulling from edgex-devops/git-semver [2021-03-03T00:31:07.128Z] 31603596830f: Pulling fs layer [2021-03-03T00:31:07.128Z] 2a8b12db71e7: Pulling fs layer [2021-03-03T00:31:07.128Z] 6ca5941a6612: Pulling fs layer [2021-03-03T00:31:07.128Z] ecc8261a40a4: Pulling fs layer [2021-03-03T00:31:07.128Z] ecc8261a40a4: Waiting [2021-03-03T00:31:07.128Z] 2a8b12db71e7: Download complete [2021-03-03T00:31:07.128Z] 31603596830f: Download complete [2021-03-03T00:31:07.406Z] 6ca5941a6612: Verifying Checksum [2021-03-03T00:31:07.406Z] 6ca5941a6612: Download complete [2021-03-03T00:31:07.406Z] ecc8261a40a4: Verifying Checksum [2021-03-03T00:31:07.406Z] ecc8261a40a4: Download complete [2021-03-03T00:31:07.692Z] 31603596830f: Pull complete [2021-03-03T00:31:07.692Z] 2a8b12db71e7: Pull complete [2021-03-03T00:31:08.671Z] 6ca5941a6612: Pull complete [2021-03-03T00:31:08.949Z] ecc8261a40a4: Pull complete [2021-03-03T00:31:08.949Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-03T00:31:08.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:08.949Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-03T00:31:09.169Z] prd-centos7-docker-4c-2g-28299 does not seem to be running inside a container [2021-03-03T00:31:09.246Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T00:31:11.896Z] $ docker top 8585e9f0920fc1e8e79b5e05fe45fa7be52bcfb1670a72539405c113cd0d08a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T00:31:12.249Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T00:31:12.250Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T00:31:12.521Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T00:31:12.527Z] $ docker exec 8585e9f0920fc1e8e79b5e05fe45fa7be52bcfb1670a72539405c113cd0d08a6 ssh-agent [2021-03-03T00:31:12.712Z] SSH_AUTH_SOCK=/tmp/ssh-m0J5IOuPRw9p/agent.12 [2021-03-03T00:31:12.712Z] SSH_AGENT_PID=17 [2021-03-03T00:31:12.726Z] Running ssh-add (command line suppressed) [2021-03-03T00:31:12.863Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1842090637819009463.key (/w/workspace/edgex-go/2@tmp/private_key_1842090637819009463.key) [2021-03-03T00:31:12.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T00:31:13.270Z] + git tag --points-at HEAD [Pipeline] } [2021-03-03T00:31:13.296Z] $ docker exec --env ******** --env ******** 8585e9f0920fc1e8e79b5e05fe45fa7be52bcfb1670a72539405c113cd0d08a6 ssh-agent -k [2021-03-03T00:31:13.422Z] unset SSH_AUTH_SOCK; [2021-03-03T00:31:13.422Z] unset SSH_AGENT_PID; [2021-03-03T00:31:13.422Z] echo Agent pid 17 killed; [2021-03-03T00:31:13.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-03T00:31:13.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T00:31:13.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T00:31:15.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T00:31:15.453Z] $ docker exec 8585e9f0920fc1e8e79b5e05fe45fa7be52bcfb1670a72539405c113cd0d08a6 ssh-agent [2021-03-03T00:31:15.634Z] SSH_AUTH_SOCK=/tmp/ssh-iM2x1Q6whEZV/agent.47 [2021-03-03T00:31:15.634Z] SSH_AGENT_PID=52 [2021-03-03T00:31:15.648Z] Running ssh-add (command line suppressed) [2021-03-03T00:31:15.797Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6465164097017593053.key (/w/workspace/edgex-go/2@tmp/private_key_6465164097017593053.key) [2021-03-03T00:31:15.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T00:31:16.199Z] + git semver init [2021-03-03T00:31:16.199Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T00:31:16.199Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-03T00:31:16.199Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-03T00:31:16.199Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T00:31:16.199Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T00:31:16.199Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T00:31:16.199Z] # $SEMVER_BRANCH = PR-3209 [2021-03-03T00:31:16.199Z] # $SEMVER_TEMP = /tmp/semver-790622547 [2021-03-03T00:31:16.199Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-03T00:31:42.870Z] # '/tmp/semver-790622547' -> '/w/workspace/edgex-go/2/.semver' [2021-03-03T00:31:43.843Z] # -> Force: false [2021-03-03T00:31:43.843Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-03T00:31:43.865Z] $ docker exec --env ******** --env ******** 8585e9f0920fc1e8e79b5e05fe45fa7be52bcfb1670a72539405c113cd0d08a6 ssh-agent -k [2021-03-03T00:31:44.179Z] unset SSH_AUTH_SOCK; [2021-03-03T00:31:44.180Z] unset SSH_AGENT_PID; [2021-03-03T00:31:44.180Z] echo Agent pid 52 killed; [2021-03-03T00:31:44.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T00:31:44.773Z] + git semver [Pipeline] } [2021-03-03T00:31:44.796Z] $ docker stop --time=1 8585e9f0920fc1e8e79b5e05fe45fa7be52bcfb1670a72539405c113cd0d08a6 [2021-03-03T00:31:46.504Z] $ docker rm -f 8585e9f0920fc1e8e79b5e05fe45fa7be52bcfb1670a72539405c113cd0d08a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T00:31:47.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-03T00:31:47.665Z] Stashed 1 file(s) [Pipeline] echo [2021-03-03T00:31:47.668Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-03T00:31:48.564Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:31:48.876Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:31:49.201Z] + sudo service docker restart [2021-03-03T00:31:49.201Z] + true [2021-03-03T00:31:49.201Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-03T00:31:50.171Z] ========================================================= [2021-03-03T00:31:50.171Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-03T00:31:50.171Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:31:50.544Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-03T00:31:54.814Z] Sending build context to Docker daemon 328.1MB [2021-03-03T00:31:54.814Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T00:31:54.814Z] Step 2/6 : FROM ${BASE} [2021-03-03T00:31:55.116Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-03T00:31:55.116Z] 188c0c94c7c5: Pulling fs layer [2021-03-03T00:31:55.116Z] 0ef7d3d256c8: Pulling fs layer [2021-03-03T00:31:55.116Z] de9db76c5a1d: Pulling fs layer [2021-03-03T00:31:55.116Z] bca2f99d35d6: Pulling fs layer [2021-03-03T00:31:55.116Z] 93359f2a8cfa: Pulling fs layer [2021-03-03T00:31:55.116Z] 7c6f9722023f: Pulling fs layer [2021-03-03T00:31:55.117Z] a35cf1a2eb13: Pulling fs layer [2021-03-03T00:31:55.117Z] 93359f2a8cfa: Waiting [2021-03-03T00:31:55.117Z] 7c6f9722023f: Waiting [2021-03-03T00:31:55.117Z] a35cf1a2eb13: Waiting [2021-03-03T00:31:55.117Z] bca2f99d35d6: Waiting [2021-03-03T00:31:55.117Z] de9db76c5a1d: Download complete [2021-03-03T00:31:55.117Z] 0ef7d3d256c8: Verifying Checksum [2021-03-03T00:31:55.117Z] 0ef7d3d256c8: Download complete [2021-03-03T00:31:55.117Z] 93359f2a8cfa: Verifying Checksum [2021-03-03T00:31:55.117Z] 93359f2a8cfa: Download complete [2021-03-03T00:31:55.117Z] 7c6f9722023f: Verifying Checksum [2021-03-03T00:31:55.117Z] 7c6f9722023f: Download complete [2021-03-03T00:31:55.117Z] 188c0c94c7c5: Verifying Checksum [2021-03-03T00:31:55.117Z] 188c0c94c7c5: Download complete [2021-03-03T00:31:55.712Z] 188c0c94c7c5: Pull complete [2021-03-03T00:31:56.298Z] 0ef7d3d256c8: Pull complete [2021-03-03T00:31:56.298Z] de9db76c5a1d: Pull complete [2021-03-03T00:31:57.311Z] a35cf1a2eb13: Verifying Checksum [2021-03-03T00:31:57.311Z] a35cf1a2eb13: Download complete [2021-03-03T00:31:58.003Z] bca2f99d35d6: Verifying Checksum [2021-03-03T00:31:58.003Z] bca2f99d35d6: Download complete [2021-03-03T00:32:03.026Z] Still waiting to schedule task [2021-03-03T00:32:03.027Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-03T00:32:06.249Z] bca2f99d35d6: Pull complete [2021-03-03T00:32:06.249Z] 93359f2a8cfa: Pull complete [2021-03-03T00:32:06.249Z] 7c6f9722023f: Pull complete [2021-03-03T00:32:09.605Z] a35cf1a2eb13: Pull complete [2021-03-03T00:32:09.605Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-03T00:32:09.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-03T00:32:09.605Z] ---> a62c8e92a672 [2021-03-03T00:32:09.605Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-03T00:32:09.868Z] ---> Running in c20dd2d0722e [2021-03-03T00:32:10.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:32:12.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:32:14.782Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T00:32:15.044Z] (2/12) Installing file (5.38-r0) [2021-03-03T00:32:15.044Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T00:32:15.320Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T00:32:33.517Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T00:32:33.517Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T00:32:33.517Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T00:32:33.517Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T00:32:33.517Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T00:32:33.785Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T00:32:33.785Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T00:32:34.362Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T00:32:34.634Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:32:34.634Z] OK: 233 MiB in 51 packages [2021-03-03T00:32:38.877Z] Removing intermediate container c20dd2d0722e [2021-03-03T00:32:38.877Z] ---> 8fbf8522c362 [2021-03-03T00:32:38.877Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T00:32:38.877Z] ---> Running in 577eba41e60a [2021-03-03T00:32:38.877Z] Removing intermediate container 577eba41e60a [2021-03-03T00:32:38.877Z] ---> f89e82358684 [2021-03-03T00:32:38.877Z] Step 5/6 : COPY go.mod . [2021-03-03T00:32:38.877Z] ---> 95ac8e609bc9 [2021-03-03T00:32:38.877Z] Step 6/6 : RUN go mod download [2021-03-03T00:32:38.877Z] ---> Running in 1c1cc4976330 [2021-03-03T00:33:05.565Z] Removing intermediate container 1c1cc4976330 [2021-03-03T00:33:05.565Z] ---> d139b8b24c8a [2021-03-03T00:33:05.565Z] Successfully built d139b8b24c8a [2021-03-03T00:33:05.565Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:33:05.925Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T00:33:05.926Z] . [Pipeline] withDockerContainer [2021-03-03T00:33:06.121Z] prd-centos7-docker-4c-2g-28299 does not seem to be running inside a container [2021-03-03T00:33:06.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T00:33:07.443Z] $ docker top 441886f6a0d40011549ed1469cd1117848692847b70725ecbc1e6d77ebc5db97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:33:08.095Z] + go version [2021-03-03T00:33:08.095Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-03T00:33:08.127Z] $ docker stop --time=1 441886f6a0d40011549ed1469cd1117848692847b70725ecbc1e6d77ebc5db97 [2021-03-03T00:33:09.592Z] $ docker rm -f 441886f6a0d40011549ed1469cd1117848692847b70725ecbc1e6d77ebc5db97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:33:10.473Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T00:33:10.473Z] . [Pipeline] withDockerContainer [2021-03-03T00:33:10.589Z] prd-centos7-docker-4c-2g-28299 does not seem to be running inside a container [2021-03-03T00:33:10.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T00:33:11.461Z] $ docker top 1d922ac13b922feebf286f85cd37213609a60c2c83fc6a4571fbb3fd33625c1d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T00:33:11.785Z] ========================================================= [2021-03-03T00:33:11.785Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T00:33:11.785Z] ========================================================= [Pipeline] sh [2021-03-03T00:33:12.092Z] + make test [2021-03-03T00:33:12.092Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T00:33:22.350Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T00:33:45.003Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T00:33:50.516Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2 [2021-03-03T00:33:50.516Z] internal/core/data/v2/router.go:27:15: undefined: v2.ApiEventProfileNameDeviceNameRoute [2021-03-03T00:34:01.039Z] # github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http.test] [2021-03-03T00:34:01.039Z] internal/core/command/v2/controller/http/command_test.go:156:24: not enough arguments in call to dtos.NewEvent [2021-03-03T00:34:01.039Z] have (string, string) [2021-03-03T00:34:01.039Z] want (string, string, string) [2021-03-03T00:34:02.552Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] [2021-03-03T00:34:02.552Z] internal/core/data/v2/controller/http/event_test.go:211:49: undefined: v2.ApiEventProfileNameDeviceNameRoute [2021-03-03T00:34:03.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.9% of statements [2021-03-03T00:34:03.146Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http [build failed] [2021-03-03T00:34:03.146Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] [2021-03-03T00:34:03.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-03-03T00:34:03.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-03-03T00:34:05.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.137s coverage: 65.8% of statements [2021-03-03T00:34:05.911Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] [2021-03-03T00:34:07.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.530s coverage: 28.6% of statements [2021-03-03T00:34:07.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements [2021-03-03T00:34:07.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-03-03T00:34:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements [2021-03-03T00:34:08.781Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] [2021-03-03T00:34:08.781Z] internal/core/metadata/v2/controller/http/device_test.go:38:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent [2021-03-03T00:34:08.781Z] internal/core/metadata/v2/controller/http/device_test.go:82:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent [2021-03-03T00:34:08.781Z] internal/core/metadata/v2/controller/http/provisionwatcher_test.go:42:3: unknown field 'Resource' in struct literal of type dtos.AutoEvent [2021-03-03T00:34:08.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.184s coverage: 97.5% of statements [2021-03-03T00:34:08.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-03-03T00:34:08.781Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] [2021-03-03T00:34:09.102Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-03T00:34:11.797Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.102s coverage: 0.1% of statements [2021-03-03T00:34:11.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements [2021-03-03T00:34:11.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements [2021-03-03T00:34:11.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-03-03T00:34:11.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-03-03T00:34:11.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements [2021-03-03T00:34:24.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-03-03T00:34:24.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.065s coverage: 77.8% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.105s coverage: 87.2% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.6% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.129s coverage: 91.6% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 62.4% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.487s coverage: 69.1% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 38.4% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.074s coverage: 89.5% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.183s coverage: 47.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.225s coverage: 88.5% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.958s coverage: 29.1% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.110s coverage: 99.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 94.3% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.078s coverage: 0.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-03-03T00:34:34.694Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-03T00:34:35.295Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-03-03T00:34:35.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-03T00:34:36.153Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-03-03T00:34:36.187Z] $ docker stop --time=1 1d922ac13b922feebf286f85cd37213609a60c2c83fc6a4571fbb3fd33625c1d [2021-03-03T00:34:38.778Z] $ docker rm -f 1d922ac13b922feebf286f85cd37213609a60c2c83fc6a4571fbb3fd33625c1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] // stage [Pipeline] } [2021-03-03T00:34:40.185Z] Failed in branch amd64 [2021-03-03T00:34:42.686Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28307 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-03T00:34:42.737Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-03T00:34:47.276Z] using credential edgex-jenkins-ssh [2021-03-03T00:34:47.327Z] Cloning the remote Git repository [2021-03-03T00:34:47.391Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:34:47.500Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-03T00:34:47.578Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:34:47.579Z] > git --version # timeout=10 [2021-03-03T00:34:47.604Z] > git --version # 'git version 2.17.1' [2021-03-03T00:34:47.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:34:47.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:35:04.604Z] Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit f449589684537117749158b8f5baa0c9171f70e9 [2021-03-03T00:35:03.851Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:35:03.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:35:03.911Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:35:03.949Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:35:03.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:35:03.964Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-03T00:35:04.634Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:35:04.698Z] > git checkout -f f449589684537117749158b8f5baa0c9171f70e9 # timeout=10 [2021-03-03T00:35:05.055Z] > git remote # timeout=10 [2021-03-03T00:35:05.081Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T00:35:05.413Z] Merge succeeded, producing 718077eadcd78736a22134966360ec0e0f5e3fef [2021-03-03T00:35:05.413Z] Checking out Revision 718077eadcd78736a22134966360ec0e0f5e3fef (PR-3209) [2021-03-03T00:35:05.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:35:05.124Z] > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 [2021-03-03T00:35:05.399Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T00:35:05.425Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:35:05.435Z] > git checkout -f 718077eadcd78736a22134966360ec0e0f5e3fef # timeout=10 [2021-03-03T00:35:09.695Z] Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" [2021-03-03T00:35:09.706Z] > git rev-list --no-walk f449589684537117749158b8f5baa0c9171f70e9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-03T00:35:11.404Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:35:11.816Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:35:12.163Z] + true+ [2021-03-03T00:35:12.163Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T00:35:14.213Z] provisioning config files... [2021-03-03T00:35:14.254Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1377070782124681405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:35:14.668Z] ---> docker-login.sh [2021-03-03T00:35:14.668Z] nexus3.edgexfoundry.org:10001 [2021-03-03T00:35:15.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:35:15.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:35:15.864Z] Configure a credential helper to remove this warning. See [2021-03-03T00:35:15.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:35:15.865Z] [2021-03-03T00:35:15.865Z] Login Succeeded [2021-03-03T00:35:15.865Z] nexus3.edgexfoundry.org:10002 [2021-03-03T00:35:16.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:35:16.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:35:16.413Z] Configure a credential helper to remove this warning. See [2021-03-03T00:35:16.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:35:16.413Z] [2021-03-03T00:35:16.413Z] Login Succeeded [2021-03-03T00:35:16.413Z] nexus3.edgexfoundry.org:10003 [2021-03-03T00:35:16.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:35:16.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:35:16.962Z] Configure a credential helper to remove this warning. See [2021-03-03T00:35:16.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:35:16.962Z] [2021-03-03T00:35:16.962Z] Login Succeeded [2021-03-03T00:35:16.962Z] nexus3.edgexfoundry.org:10004 [2021-03-03T00:35:17.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:35:17.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:35:17.509Z] Configure a credential helper to remove this warning. See [2021-03-03T00:35:17.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:35:17.509Z] [2021-03-03T00:35:17.509Z] Login Succeeded [2021-03-03T00:35:17.509Z] docker.io [2021-03-03T00:35:17.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:35:18.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:35:18.374Z] Configure a credential helper to remove this warning. See [2021-03-03T00:35:18.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:35:18.374Z] [2021-03-03T00:35:18.374Z] Login Succeeded [2021-03-03T00:35:18.374Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T00:35:18.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-03T00:35:18.794Z] ========================================================= [2021-03-03T00:35:18.794Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-03T00:35:18.794Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:35:19.182Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-03T00:35:21.848Z] Sending build context to Docker daemon 166.4MB [2021-03-03T00:35:21.848Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T00:35:21.848Z] Step 2/6 : FROM ${BASE} [2021-03-03T00:35:21.848Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-03T00:35:21.848Z] 5f621e34cdf4: Pulling fs layer [2021-03-03T00:35:21.848Z] a4357932f1b6: Pulling fs layer [2021-03-03T00:35:21.848Z] 18c013af1878: Pulling fs layer [2021-03-03T00:35:21.848Z] 00ac8860ef70: Pulling fs layer [2021-03-03T00:35:21.848Z] 63d7cb157983: Pulling fs layer [2021-03-03T00:35:21.848Z] b116817d02f9: Pulling fs layer [2021-03-03T00:35:21.848Z] 745a02a5169b: Pulling fs layer [2021-03-03T00:35:21.848Z] b116817d02f9: Waiting [2021-03-03T00:35:21.848Z] 00ac8860ef70: Waiting [2021-03-03T00:35:21.848Z] 745a02a5169b: Waiting [2021-03-03T00:35:21.848Z] 63d7cb157983: Waiting [2021-03-03T00:35:21.848Z] 18c013af1878: Verifying Checksum [2021-03-03T00:35:21.848Z] 18c013af1878: Download complete [2021-03-03T00:35:21.848Z] a4357932f1b6: Verifying Checksum [2021-03-03T00:35:21.848Z] a4357932f1b6: Download complete [2021-03-03T00:35:21.848Z] 63d7cb157983: Verifying Checksum [2021-03-03T00:35:21.848Z] 63d7cb157983: Download complete [2021-03-03T00:35:21.848Z] b116817d02f9: Verifying Checksum [2021-03-03T00:35:21.848Z] b116817d02f9: Download complete [2021-03-03T00:35:21.848Z] 5f621e34cdf4: Download complete [2021-03-03T00:35:22.456Z] 5f621e34cdf4: Pull complete [2021-03-03T00:35:23.066Z] a4357932f1b6: Pull complete [2021-03-03T00:35:23.345Z] 18c013af1878: Pull complete [2021-03-03T00:35:24.327Z] 745a02a5169b: Verifying Checksum [2021-03-03T00:35:24.327Z] 745a02a5169b: Download complete [2021-03-03T00:35:25.314Z] 00ac8860ef70: Verifying Checksum [2021-03-03T00:35:25.314Z] 00ac8860ef70: Download complete [2021-03-03T00:35:35.462Z] 00ac8860ef70: Pull complete [2021-03-03T00:35:35.462Z] 63d7cb157983: Pull complete [2021-03-03T00:35:35.462Z] b116817d02f9: Pull complete [2021-03-03T00:35:38.090Z] 745a02a5169b: Pull complete [2021-03-03T00:35:38.090Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-03T00:35:38.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-03T00:35:38.090Z] ---> b7e6874047d6 [2021-03-03T00:35:38.090Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-03T00:35:41.498Z] ---> Running in d477d3a6c9d6 [2021-03-03T00:35:42.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:35:43.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:35:44.155Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T00:35:44.428Z] (2/12) Installing file (5.38-r0) [2021-03-03T00:35:44.699Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T00:35:44.699Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T00:35:57.085Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T00:35:57.085Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T00:35:57.085Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T00:35:57.085Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T00:35:57.085Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T00:35:57.085Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T00:35:57.085Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T00:35:57.085Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T00:35:57.085Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:35:57.085Z] OK: 217 MiB in 51 packages [2021-03-03T00:36:00.484Z] Removing intermediate container d477d3a6c9d6 [2021-03-03T00:36:00.484Z] ---> 7a318c3c564d [2021-03-03T00:36:00.484Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T00:36:00.484Z] ---> Running in dd5ec9d01d2d [2021-03-03T00:36:00.767Z] Removing intermediate container dd5ec9d01d2d [2021-03-03T00:36:00.767Z] ---> 4e98b17b39ba [2021-03-03T00:36:00.767Z] Step 5/6 : COPY go.mod . [2021-03-03T00:36:01.362Z] ---> 16b681e9e9c3 [2021-03-03T00:36:01.362Z] Step 6/6 : RUN go mod download [2021-03-03T00:36:01.642Z] ---> Running in c57a6bda1a2e [2021-03-03T00:36:28.441Z] Removing intermediate container c57a6bda1a2e [2021-03-03T00:36:28.441Z] ---> bf7097584c69 [2021-03-03T00:36:28.441Z] Successfully built bf7097584c69 [2021-03-03T00:36:28.441Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:28.787Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T00:36:28.787Z] . [Pipeline] withDockerContainer [2021-03-03T00:36:29.021Z] prd-ubuntu18.04-docker-arm64-4c-16g-28307 does not seem to be running inside a container [2021-03-03T00:36:29.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-03T00:36:30.452Z] $ docker top a6629cc6eb477be5bb97c4a6ba26ffe7033a2a381d5ac62e6f68d3a29fd010c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:36:31.447Z] + go version [2021-03-03T00:36:31.447Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-03T00:36:31.468Z] $ docker stop --time=1 a6629cc6eb477be5bb97c4a6ba26ffe7033a2a381d5ac62e6f68d3a29fd010c7 [2021-03-03T00:36:33.359Z] $ docker rm -f a6629cc6eb477be5bb97c4a6ba26ffe7033a2a381d5ac62e6f68d3a29fd010c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:34.325Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T00:36:34.325Z] . [Pipeline] withDockerContainer [2021-03-03T00:36:34.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-28307 does not seem to be running inside a container [2021-03-03T00:36:34.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-03T00:36:35.924Z] $ docker top 6bf04684b94e3f1183edec4c5e1d2d15dfc9f601761f19509d14d9301b8dddf8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T00:36:36.248Z] ========================================================= [2021-03-03T00:36:36.248Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T00:36:36.248Z] ========================================================= [Pipeline] sh [2021-03-03T00:36:36.887Z] + make test [2021-03-03T00:36:36.887Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T00:36:59.039Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T00:37:55.644Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T00:37:55.644Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2 [2021-03-03T00:37:55.644Z] internal/core/data/v2/router.go:27:15: undefined: v2.ApiEventProfileNameDeviceNameRoute [2021-03-03T00:38:22.809Z] # github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http.test] [2021-03-03T00:38:22.809Z] internal/core/command/v2/controller/http/command_test.go:156:24: not enough arguments in call to dtos.NewEvent [2021-03-03T00:38:22.809Z] have (string, string) [2021-03-03T00:38:22.809Z] want (string, string, string) [2021-03-03T00:38:24.252Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] [2021-03-03T00:38:24.252Z] internal/core/data/v2/controller/http/event_test.go:211:49: undefined: v2.ApiEventProfileNameDeviceNameRoute [2021-03-03T00:38:25.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.348s coverage: 45.9% of statements [2021-03-03T00:38:25.251Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http [build failed] [2021-03-03T00:38:25.251Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] [2021-03-03T00:38:25.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-03-03T00:38:25.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2021-03-03T00:38:30.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.235s coverage: 65.8% of statements [2021-03-03T00:38:30.687Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] [2021-03-03T00:38:37.434Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] [2021-03-03T00:38:37.434Z] internal/core/metadata/v2/controller/http/device_test.go:38:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent [2021-03-03T00:38:37.434Z] internal/core/metadata/v2/controller/http/device_test.go:82:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent [2021-03-03T00:38:37.434Z] internal/core/metadata/v2/controller/http/provisionwatcher_test.go:42:3: unknown field 'Resource' in struct literal of type dtos.AutoEvent [2021-03-03T00:38:37.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.296s coverage: 28.6% of statements [2021-03-03T00:38:37.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-03-03T00:38:37.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-03-03T00:38:37.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements [2021-03-03T00:38:37.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.401s coverage: 97.5% of statements [2021-03-03T00:38:37.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-03-03T00:38:37.434Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] [2021-03-03T00:38:37.434Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-03-03T00:38:44.182Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.1% of statements [2021-03-03T00:38:44.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-03-03T00:38:44.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.069s coverage: 79.5% of statements [2021-03-03T00:38:44.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2021-03-03T00:38:44.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2021-03-03T00:38:44.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-03-03T00:38:56.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements [2021-03-03T00:38:56.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.080s coverage: 44.8% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.141s coverage: 92.9% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.6% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 62.4% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-03T00:39:09.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-03-03T00:39:12.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.935s coverage: 69.1% of statements [2021-03-03T00:39:15.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 38.4% of statements [2021-03-03T00:39:15.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements [2021-03-03T00:39:15.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.130s coverage: 84.8% of statements [2021-03-03T00:39:21.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.572s coverage: 47.0% of statements [2021-03-03T00:39:21.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-03-03T00:39:21.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-03-03T00:39:21.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.425s coverage: 88.5% of statements [2021-03-03T00:39:30.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.745s coverage: 29.1% of statements [2021-03-03T00:39:30.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements [2021-03-03T00:39:30.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-03-03T00:39:30.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.198s coverage: 94.3% of statements [2021-03-03T00:39:30.224Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-03T00:39:30.224Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-03T00:39:30.224Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-03-03T00:39:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-03-03T00:39:31.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-03-03T00:39:33.398Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-03T00:39:33.991Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-03-03T00:39:34.012Z] $ docker stop --time=1 6bf04684b94e3f1183edec4c5e1d2d15dfc9f601761f19509d14d9301b8dddf8 [2021-03-03T00:39:36.361Z] $ docker rm -f 6bf04684b94e3f1183edec4c5e1d2d15dfc9f601761f19509d14d9301b8dddf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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-03-03T00:39:38.433Z] ---> job-cost.sh [2021-03-03T00:39:38.433Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-L6ni [2021-03-03T00:40:25.364Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-03T00:43:17.260Z] lf-activate-venv(): INFO: Adding /tmp/venv-L6ni/bin to PATH [2021-03-03T00:43:17.260Z] INFO: No Stack... [2021-03-03T00:43:17.260Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-03T00:43:17.260Z] INFO: Archiving Costs [Pipeline] sh [2021-03-03T00:43:17.668Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-03T00:43:17.668Z] + cut -d, -f6 [Pipeline] lock [2021-03-03T00:43:17.858Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-2-stack-cost] [2021-03-03T00:43:17.865Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-2-stack-cost] did not exist. Created. [2021-03-03T00:43:17.865Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-03T00:43:18.361Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-03T00:43:19.683Z] Stashed 1 file(s) [Pipeline] } [2021-03-03T00:43:19.693Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-03T00:43:20.267Z] 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 Scan) Stage "Snyk Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:43:22.441Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:43:23.331Z] ---> package-listing.sh [2021-03-03T00:43:23.331Z] ++ facter osfamily [2021-03-03T00:43:23.331Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-03T00:43:23.331Z] + OS_FAMILY=redhat [2021-03-03T00:43:23.331Z] + workspace=/w/workspace/edgex-go/2 [2021-03-03T00:43:23.331Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-03T00:43:23.331Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-03T00:43:23.331Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-03T00:43:23.331Z] + PACKAGES=/tmp/packages_start.txt [2021-03-03T00:43:23.331Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-03T00:43:23.331Z] + PACKAGES=/tmp/packages_end.txt [2021-03-03T00:43:23.331Z] + case "${OS_FAMILY}" in [2021-03-03T00:43:23.331Z] + rpm -qa [2021-03-03T00:43:23.331Z] + sort [2021-03-03T00:43:28.673Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-03T00:43:28.673Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-03T00:43:28.673Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-03T00:43:28.673Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-03T00:43:28.673Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-03T00:43:28.673Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-03T00:43:28.689Z] 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/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-03T00:43:29.007Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:43:29.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:43:29.324Z] [2021-03-03T00:43:29.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:43:29.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:43:29.682Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-03T00:43:29.682Z] df20fa9351a1: Pulling fs layer [2021-03-03T00:43:29.682Z] 36b3adc4ff6f: Pulling fs layer [2021-03-03T00:43:29.682Z] 8ad3a11d3b57: Pulling fs layer [2021-03-03T00:43:29.682Z] 46f8f816bc3b: Pulling fs layer [2021-03-03T00:43:29.682Z] 93b61091891f: Pulling fs layer [2021-03-03T00:43:29.682Z] 93b9cdb0e59b: Pulling fs layer [2021-03-03T00:43:29.682Z] 5e14af77c1be: Pulling fs layer [2021-03-03T00:43:29.682Z] 01666e4c0597: Pulling fs layer [2021-03-03T00:43:29.682Z] aa168da1d23b: Pulling fs layer [2021-03-03T00:43:29.682Z] 93b9cdb0e59b: Waiting [2021-03-03T00:43:29.682Z] 01666e4c0597: Waiting [2021-03-03T00:43:29.682Z] 5e14af77c1be: Waiting [2021-03-03T00:43:29.682Z] aa168da1d23b: Waiting [2021-03-03T00:43:29.682Z] 46f8f816bc3b: Waiting [2021-03-03T00:43:29.682Z] 93b61091891f: Waiting [2021-03-03T00:43:29.682Z] 36b3adc4ff6f: Verifying Checksum [2021-03-03T00:43:29.682Z] 36b3adc4ff6f: Download complete [2021-03-03T00:43:29.682Z] 46f8f816bc3b: Verifying Checksum [2021-03-03T00:43:29.682Z] 46f8f816bc3b: Download complete [2021-03-03T00:43:29.682Z] df20fa9351a1: Download complete [2021-03-03T00:43:29.952Z] 93b9cdb0e59b: Verifying Checksum [2021-03-03T00:43:29.952Z] 93b9cdb0e59b: Download complete [2021-03-03T00:43:29.952Z] 5e14af77c1be: Verifying Checksum [2021-03-03T00:43:29.952Z] 5e14af77c1be: Download complete [2021-03-03T00:43:29.952Z] 93b61091891f: Verifying Checksum [2021-03-03T00:43:29.952Z] 93b61091891f: Download complete [2021-03-03T00:43:29.952Z] 01666e4c0597: Verifying Checksum [2021-03-03T00:43:29.952Z] 01666e4c0597: Download complete [2021-03-03T00:43:29.952Z] 8ad3a11d3b57: Verifying Checksum [2021-03-03T00:43:30.217Z] df20fa9351a1: Pull complete [2021-03-03T00:43:30.482Z] 36b3adc4ff6f: Pull complete [2021-03-03T00:43:31.062Z] 8ad3a11d3b57: Pull complete [2021-03-03T00:43:31.341Z] 46f8f816bc3b: Pull complete [2021-03-03T00:43:31.925Z] 93b61091891f: Pull complete [2021-03-03T00:43:32.187Z] 93b9cdb0e59b: Pull complete [2021-03-03T00:43:32.187Z] aa168da1d23b: Verifying Checksum [2021-03-03T00:43:32.187Z] aa168da1d23b: Download complete [2021-03-03T00:43:32.187Z] 5e14af77c1be: Pull complete [2021-03-03T00:43:32.448Z] 01666e4c0597: Pull complete [2021-03-03T00:43:39.128Z] aa168da1d23b: Pull complete [2021-03-03T00:43:39.128Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-03T00:43:39.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:43:39.128Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-03T00:43:39.317Z] prd-centos7-docker-4c-2g-28299 does not seem to be running inside a container [2021-03-03T00:43:39.373Z] $ 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/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-03T00:43:42.816Z] $ docker top 177f54c5dc6a78acf116ab32fe894c811e36335d752d107d57e9233a854452dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:43:43.322Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-03T00:43:43.633Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-03T00:43:43.937Z] + ls /var/log/sa-host [2021-03-03T00:43:43.937Z] + sadf -c /var/log/sa-host/sa03 [2021-03-03T00:43:43.937Z] file_magic: OK [2021-03-03T00:43:43.937Z] HZ: Using current value: 100 [2021-03-03T00:43:43.937Z] file_header: OK [2021-03-03T00:43:43.937Z] 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-03-03T00:43:43.937Z] Statistics: [2021-03-03T00:43:43.937Z] 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... [2021-03-03T00:43:43.937Z] File successfully converted to sysstat format version 12.2.1 [2021-03-03T00:43:43.937Z] + sadf -c /var/log/sa-host/sa23 [2021-03-03T00:43:43.937Z] file_magic: OK [2021-03-03T00:43:43.937Z] HZ: Using current value: 100 [2021-03-03T00:43:43.937Z] file_header: OK [2021-03-03T00:43:43.937Z] 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-03-03T00:43:43.937Z] Statistics: [2021-03-03T00:43:43.937Z] Hnuu...uuuununununu... [2021-03-03T00:43:43.937Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-03T00:43:45.732Z] provisioning config files... [2021-03-03T00:43:45.760Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6537245545209360335tmp [Pipeline] { [Pipeline] echo [2021-03-03T00:43:45.830Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:43:46.136Z] ---> create-netrc.sh [Pipeline] } [2021-03-03T00:43:46.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-03T00:43:46.246Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:43:46.549Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-03T00:43:46.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:43:46.862Z] ---> sudo-logs.sh [2021-03-03T00:43:46.863Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-03T00:43:46.990Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:43:47.409Z] ---> job-cost.sh [2021-03-03T00:43:47.409Z] lf-activate-venv: SKIPPING [2021-03-03T00:43:47.409Z] DEBUG: total: 0.20999999344348907 [2021-03-03T00:43:47.409Z] INFO: Retrieving Stack Cost... [2021-03-03T00:43:48.401Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-03T00:43:48.980Z] INFO: Archiving Costs [Pipeline] echo [2021-03-03T00:43:48.999Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:43:49.305Z] ---> logs-deploy.sh [2021-03-03T00:43:49.305Z] lf-activate-venv: SKIPPING [2021-03-03T00:43:49.305Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/2 [2021-03-03T00:43:49.305Z] INFO: archiving workspace using pattern(s): [2021-03-03T00:43:50.695Z] Archives upload complete. [2021-03-03T00:43:50.695Z] INFO: archiving logs to Nexus