Pull request #3329 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b5a79a849d346dc00fad40c4584aeaf48b28eb3e+1fa86f97d63fcad7b96d726da483d93f5db5c4b0 (2cc98e61b57c1e2e8705d7983ef5f0a138f7cf76) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-33096 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 > 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/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit b5a79a849d346dc00fad40c4584aeaf48b28eb3e Merge succeeded, producing b5a79a849d346dc00fad40c4584aeaf48b28eb3e Checking out Revision b5a79a849d346dc00fad40c4584aeaf48b28eb3e (PR-3329) > git config core.sparsecheckout # timeout=10 > git checkout -f b5a79a849d346dc00fad40c4584aeaf48b28eb3e # 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 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:38:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:38:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:38:21 ========================================================= 01:38:21 EdgeX Global Pipelines Version Info 01:38:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9d0d3aa4449994a0f93807a9b10922f7d39b442f # timeout=10 01:38:23 ------------------- 01:38:23 stable info: 01:38:23 ------------------- 01:38:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:38:23 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 01:38:23 Message: update stable to v1.0.186 01:38:24 ------------------- 01:38:24 experimental info: 01:38:24 ------------------- 01:38:24 Commited By: **** collab-it+edgex@linuxfoundation.org 01:38:24 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 01:38:24 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:38:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:38:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:38:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:38:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:38:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:38:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:38:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:38:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3329 [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3329 [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3329 [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b5a79a849d346dc00fad40c4584aeaf48b28eb3e [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b5a79a8 [Pipeline] echo 01:38:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:38:27 provisioning config files... 01:38:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4158114282818318207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:38:27 ---> docker-login.sh 01:38:27 nexus3.edgexfoundry.org:10001 01:38:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:27 Configure a credential helper to remove this warning. See 01:38:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:27 01:38:27 Login Succeeded 01:38:27 nexus3.edgexfoundry.org:10002 01:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:28 Configure a credential helper to remove this warning. See 01:38:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:28 01:38:28 Login Succeeded 01:38:28 nexus3.edgexfoundry.org:10003 01:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:28 Configure a credential helper to remove this warning. See 01:38:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:28 01:38:28 Login Succeeded 01:38:28 nexus3.edgexfoundry.org:10004 01:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:28 Configure a credential helper to remove this warning. See 01:38:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:28 01:38:28 Login Succeeded 01:38:28 docker.io 01:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:29 Configure a credential helper to remove this warning. See 01:38:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:29 01:38:29 Login Succeeded 01:38:29 ---> docker-login.sh ends [Pipeline] } 01:38:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:38:29 ++ 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 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/core-command/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo core-command,cmd/core-command/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/core-data/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo core-data,cmd/core-data/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/core-metadata/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo core-metadata,cmd/core-metadata/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/security-bootstrapper/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/security-proxy-setup/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/support-notifications/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo support-notifications,cmd/support-notifications/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/support-scheduler/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:38:29 + for file in '`ls cmd/**/Dockerfile`' 01:38:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:38:29 ++ cut -d/ -f2 01:38:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:38:29 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 01:38:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:38:30 01:38:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:38:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:38:30 latest: Pulling from edgex-devops/git-semver 01:38:30 31603596830f: Pulling fs layer 01:38:30 2a8b12db71e7: Pulling fs layer 01:38:30 6ca5941a6612: Pulling fs layer 01:38:30 ecc8261a40a4: Pulling fs layer 01:38:30 ecc8261a40a4: Waiting 01:38:30 2a8b12db71e7: Verifying Checksum 01:38:30 2a8b12db71e7: Download complete 01:38:30 31603596830f: Verifying Checksum 01:38:30 31603596830f: Download complete 01:38:31 6ca5941a6612: Verifying Checksum 01:38:31 6ca5941a6612: Download complete 01:38:31 ecc8261a40a4: Verifying Checksum 01:38:31 ecc8261a40a4: Download complete 01:38:31 31603596830f: Pull complete 01:38:31 2a8b12db71e7: Pull complete 01:38:32 6ca5941a6612: Pull complete 01:38:32 ecc8261a40a4: Pull complete 01:38:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:38:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:38:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:38:32 prd-centos7-docker-4c-2g-33096 does not seem to be running inside a container 01:38:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:38:35 $ docker top cbdaebd262529ed77ea152080c66934de9c48884d86b6253434582051af7396f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:38:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:38:35 [ssh-agent] Looking for ssh-agent implementation... 01:38:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:38:35 $ docker exec cbdaebd262529ed77ea152080c66934de9c48884d86b6253434582051af7396f ssh-agent 01:38:36 SSH_AUTH_SOCK=/tmp/ssh-t6m0bvPX8XUO/agent.11 01:38:36 SSH_AGENT_PID=17 01:38:36 Running ssh-add (command line suppressed) 01:38:36 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7542076394385842121.key (/w/workspace/edgex-go/7@tmp/private_key_7542076394385842121.key) 01:38:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:38:36 + git tag --points-at HEAD [Pipeline] } 01:38:36 $ docker exec --env ******** --env ******** cbdaebd262529ed77ea152080c66934de9c48884d86b6253434582051af7396f ssh-agent -k 01:38:36 unset SSH_AUTH_SOCK; 01:38:36 unset SSH_AGENT_PID; 01:38:36 echo Agent pid 17 killed; 01:38:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:38:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:38:36 [ssh-agent] Looking for ssh-agent implementation... 01:38:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:38:37 $ docker exec cbdaebd262529ed77ea152080c66934de9c48884d86b6253434582051af7396f ssh-agent 01:38:37 SSH_AUTH_SOCK=/tmp/ssh-zuKJTegt0DHa/agent.45 01:38:37 SSH_AGENT_PID=50 01:38:37 Running ssh-add (command line suppressed) 01:38:37 Identity added: /w/workspace/edgex-go/7@tmp/private_key_3085209097439454183.key (/w/workspace/edgex-go/7@tmp/private_key_3085209097439454183.key) 01:38:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:38:37 + git semver init 01:38:37 # -> Open(): unable to determine branch for HEAD 01:38:37 # $GIT_DIR = /w/workspace/edgex-go/7/.git 01:38:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 01:38:37 # $SEMVER_REMOTE_NAME = origin 01:38:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:38:37 # $SEMVER_USER_NAME = edgex-jenkins 01:38:37 # $SEMVER_BRANCH = PR-3329 01:38:37 # $SEMVER_TEMP = /tmp/semver-802841918 01:38:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:38:59 # '/tmp/semver-802841918' -> '/w/workspace/edgex-go/7/.semver' 01:38:59 # -> Force: false 01:38:59 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 01:38:59 $ docker exec --env ******** --env ******** cbdaebd262529ed77ea152080c66934de9c48884d86b6253434582051af7396f ssh-agent -k 01:39:00 unset SSH_AUTH_SOCK; 01:39:00 unset SSH_AGENT_PID; 01:39:00 echo Agent pid 50 killed; 01:39:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:39:00 + git semver [Pipeline] } 01:39:00 $ docker stop --time=1 cbdaebd262529ed77ea152080c66934de9c48884d86b6253434582051af7396f 01:39:02 $ docker rm -f cbdaebd262529ed77ea152080c66934de9c48884d86b6253434582051af7396f [Pipeline] // withDockerContainer [Pipeline] sh 01:39:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:39:03 Stashed 1 file(s) [Pipeline] echo 01:39:03 [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 01:39:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:39:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:39:05 + true 01:39:05 + sudo service docker restart 01:39:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:39:05 ========================================================= 01:39:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:39:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:39:06 + 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 . 01:39:10 Sending build context to Docker daemon 329.2MB 01:39:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:39:10 Step 2/6 : FROM ${BASE} 01:39:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:39:10 188c0c94c7c5: Pulling fs layer 01:39:10 0ef7d3d256c8: Pulling fs layer 01:39:10 de9db76c5a1d: Pulling fs layer 01:39:10 bca2f99d35d6: Pulling fs layer 01:39:10 93359f2a8cfa: Pulling fs layer 01:39:10 7c6f9722023f: Pulling fs layer 01:39:10 a35cf1a2eb13: Pulling fs layer 01:39:10 93359f2a8cfa: Waiting 01:39:10 7c6f9722023f: Waiting 01:39:10 a35cf1a2eb13: Waiting 01:39:10 bca2f99d35d6: Waiting 01:39:10 de9db76c5a1d: Verifying Checksum 01:39:10 de9db76c5a1d: Download complete 01:39:10 0ef7d3d256c8: Download complete 01:39:10 93359f2a8cfa: Verifying Checksum 01:39:10 93359f2a8cfa: Download complete 01:39:10 7c6f9722023f: Verifying Checksum 01:39:10 188c0c94c7c5: Verifying Checksum 01:39:10 188c0c94c7c5: Download complete 01:39:11 188c0c94c7c5: Pull complete 01:39:11 0ef7d3d256c8: Pull complete 01:39:11 de9db76c5a1d: Pull complete 01:39:14 a35cf1a2eb13: Verifying Checksum 01:39:14 a35cf1a2eb13: Download complete 01:39:16 bca2f99d35d6: Verifying Checksum 01:39:16 bca2f99d35d6: Download complete 01:39:19 Still waiting to schedule task 01:39:19 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:39:22 bca2f99d35d6: Pull complete 01:39:22 93359f2a8cfa: Pull complete 01:39:22 7c6f9722023f: Pull complete 01:39:27 a35cf1a2eb13: Pull complete 01:39:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:39:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:39:27 ---> a62c8e92a672 01:39:27 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 01:39:28 ---> Running in e2edef93df17 01:39:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:39:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:39:29 (1/12) Installing libmagic (5.38-r0) 01:39:30 (2/12) Installing file (5.38-r0) 01:39:30 (3/12) Installing libc-dev (0.7.2-r3) 01:39:30 (4/12) Installing g++ (9.3.0-r2) 01:39:37 (5/12) Installing fortify-headers (1.1-r0) 01:39:37 (6/12) Installing patch (2.7.6-r6) 01:39:37 (7/12) Installing build-base (0.5-r2) 01:39:37 (8/12) Installing libsodium (1.0.18-r0) 01:39:37 (9/12) Installing pkgconf (1.7.2-r0) 01:39:37 (10/12) Installing libsodium-dev (1.0.18-r0) 01:39:37 (11/12) Installing libzmq (4.3.3-r0) 01:39:37 (12/12) Installing zeromq-dev (4.3.3-r0) 01:39:37 Executing busybox-1.31.1-r19.trigger 01:39:37 OK: 233 MiB in 51 packages 01:39:40 Removing intermediate container e2edef93df17 01:39:40 ---> 78fa7326a280 01:39:40 Step 4/6 : WORKDIR /edgex-go 01:39:40 ---> Running in 0660f44ef45a 01:39:40 Removing intermediate container 0660f44ef45a 01:39:40 ---> a1848191e929 01:39:40 Step 5/6 : COPY go.mod . 01:39:40 ---> 3c5d73d23e3c 01:39:40 Step 6/6 : RUN go mod download 01:39:40 ---> Running in 6013ba8cd178 01:40:07 Removing intermediate container 6013ba8cd178 01:40:07 ---> 0302786cdd95 01:40:07 Successfully built 0302786cdd95 01:40:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:40:07 + docker inspect -f . ci-base-image-x86_64 01:40:07 . [Pipeline] withDockerContainer 01:40:08 prd-centos7-docker-4c-2g-33096 does not seem to be running inside a container 01:40:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 01:40:09 $ docker top ab12b2d5ec694559b5f26a9c544541446b911c20e7af6b8795a25a5bab00c370 -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:09 + go version 01:40:09 go version go1.15.5 linux/amd64 [Pipeline] } 01:40:09 $ docker stop --time=1 ab12b2d5ec694559b5f26a9c544541446b911c20e7af6b8795a25a5bab00c370 01:40:11 $ docker rm -f ab12b2d5ec694559b5f26a9c544541446b911c20e7af6b8795a25a5bab00c370 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:40:11 + docker inspect -f . ci-base-image-x86_64 01:40:11 . [Pipeline] withDockerContainer 01:40:12 prd-centos7-docker-4c-2g-33096 does not seem to be running inside a container 01:40:12 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 01:40:13 $ docker top 71a8085b717a0b0db5f7693875cef30b4a80c625007ee19b25775a7c8af4c59e -eo pid,comm [Pipeline] { [Pipeline] echo 01:40:13 ========================================================= 01:40:13 [edgeXBuildGoParallel] Running Tests and Build... 01:40:13 ========================================================= [Pipeline] sh 01:40:13 + make test 01:40:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:40:23 ? github.com/edgexfoundry/edgex-go [no test files] 01:40:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:40:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:40:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:40:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:40:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:40:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:40:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:40:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:40:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:40:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:40:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:40:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 45.9% of statements 01:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements 01:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements 01:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.1% of statements 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 71.3% of statements 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.188s coverage: 82.9% of statements 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.079s coverage: 78.9% of statements 01:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.497s coverage: 28.6% of statements 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.131s coverage: 100.0% of statements 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.211s coverage: 86.7% of statements 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:41:11 --- FAIL: TestAddDeviceService (0.01s) 01:41:11 --- FAIL: TestAddDeviceService/Request_with_duplicate_service_name (0.00s) 01:41:11 deviceservice_test.go:182: 01:41:11 Error Trace: deviceservice_test.go:182 01:41:11 Error: Should NOT be empty, but was 01:41:11 Test: TestAddDeviceService/Request_with_duplicate_service_name 01:41:11 Messages: Response message doesn't contain the error message 01:41:11 FAIL 01:41:11 coverage: 92.8% of statements 01:41:11 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:41:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:41:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 1.0% of statements 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements 01:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.082s coverage: 79.5% of statements 01:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 01:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 01:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 01:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements 01:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 01:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.293s coverage: 81.5% of statements 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.055s coverage: 87.1% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.104s coverage: 92.9% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.6% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.130s coverage: 91.6% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 64.4% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.381s coverage: 69.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 38.4% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.065s coverage: 11.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.797s coverage: 29.1% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 95.6% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 01:41:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 01:41:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 01:41:38 FAIL 01:41:38 make: *** [Makefile:94: test] Error 1 [Pipeline] } 01:41:38 $ docker stop --time=1 71a8085b717a0b0db5f7693875cef30b4a80c625007ee19b25775a7c8af4c59e 01:41:41 $ docker rm -f 71a8085b717a0b0db5f7693875cef30b4a80c625007ee19b25775a7c8af4c59e 01:41:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33099 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 01:41:41 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout 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] } 01:41:42 Failed in branch amd64 01:41:47 using credential edgex-jenkins-ssh 01:41:48 Cloning the remote Git repository 01:41:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:41:48 > git init /w/workspace/edgex-go/7 # timeout=10 01:41:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:41:48 > git --version # timeout=10 01:41:48 > git --version # 'git version 2.17.1' 01:41:48 using GIT_SSH to set credentials SSH Credentials for GitHub 01:41:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:42:06 Merging remotes/origin/master commit 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit b5a79a849d346dc00fad40c4584aeaf48b28eb3e 01:42:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:42:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:42:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:42:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 01:42:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:42:07 Merge succeeded, producing b5a79a849d346dc00fad40c4584aeaf48b28eb3e 01:42:07 Checking out Revision b5a79a849d346dc00fad40c4584aeaf48b28eb3e (PR-3329) 01:42:06 > git config core.sparsecheckout # timeout=10 01:42:06 > git checkout -f b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 01:42:06 > git remote # timeout=10 01:42:07 > git config --get remote.origin.url # timeout=10 01:42:07 using GIT_SSH to set credentials SSH Credentials for GitHub 01:42:07 > git merge 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 01:42:07 > git rev-parse HEAD^{commit} # timeout=10 01:42:07 > git config core.sparsecheckout # timeout=10 01:42:07 > git checkout -f b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 01:42:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:42:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:42:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:42:14 + true 01:42:14 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:42:16 provisioning config files... 01:42:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config235622401064213184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:42:17 ---> docker-login.sh 01:42:17 nexus3.edgexfoundry.org:10001 01:42:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:18 Configure a credential helper to remove this warning. See 01:42:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:18 01:42:18 Login Succeeded 01:42:18 nexus3.edgexfoundry.org:10002 01:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:19 Configure a credential helper to remove this warning. See 01:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:19 01:42:19 Login Succeeded 01:42:19 nexus3.edgexfoundry.org:10003 01:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:20 Configure a credential helper to remove this warning. See 01:42:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:20 01:42:20 Login Succeeded 01:42:20 nexus3.edgexfoundry.org:10004 01:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:20 Configure a credential helper to remove this warning. See 01:42:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:20 01:42:20 Login Succeeded 01:42:20 docker.io 01:42:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:21 Configure a credential helper to remove this warning. See 01:42:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:21 01:42:21 Login Succeeded 01:42:21 ---> docker-login.sh ends [Pipeline] } 01:42:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:42:22 ========================================================= 01:42:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:42:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:42:22 + 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 . 01:42:25 Sending build context to Docker daemon 167.2MB 01:42:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:42:25 Step 2/6 : FROM ${BASE} 01:42:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:42:25 5f621e34cdf4: Pulling fs layer 01:42:25 a4357932f1b6: Pulling fs layer 01:42:25 18c013af1878: Pulling fs layer 01:42:25 00ac8860ef70: Pulling fs layer 01:42:25 63d7cb157983: Pulling fs layer 01:42:25 b116817d02f9: Pulling fs layer 01:42:25 745a02a5169b: Pulling fs layer 01:42:25 00ac8860ef70: Waiting 01:42:25 63d7cb157983: Waiting 01:42:25 b116817d02f9: Waiting 01:42:25 745a02a5169b: Waiting 01:42:25 18c013af1878: Download complete 01:42:25 a4357932f1b6: Verifying Checksum 01:42:25 a4357932f1b6: Download complete 01:42:25 63d7cb157983: Verifying Checksum 01:42:25 63d7cb157983: Download complete 01:42:26 b116817d02f9: Download complete 01:42:26 5f621e34cdf4: Verifying Checksum 01:42:26 5f621e34cdf4: Download complete 01:42:26 5f621e34cdf4: Pull complete 01:42:27 a4357932f1b6: Pull complete 01:42:27 18c013af1878: Pull complete 01:42:27 745a02a5169b: Verifying Checksum 01:42:27 745a02a5169b: Download complete 01:42:29 00ac8860ef70: Verifying Checksum 01:42:29 00ac8860ef70: Download complete 01:42:39 00ac8860ef70: Pull complete 01:42:39 63d7cb157983: Pull complete 01:42:39 b116817d02f9: Pull complete 01:42:42 745a02a5169b: Pull complete 01:42:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:42:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:42:42 ---> b7e6874047d6 01:42:42 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 01:42:46 ---> Running in 0bf11f16fcd9 01:42:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:42:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:42:48 (1/12) Installing libmagic (5.38-r0) 01:42:49 (2/12) Installing file (5.38-r0) 01:42:49 (3/12) Installing libc-dev (0.7.2-r3) 01:42:49 (4/12) Installing g++ (9.3.0-r2) 01:42:57 (5/12) Installing fortify-headers (1.1-r0) 01:42:57 (6/12) Installing patch (2.7.6-r6) 01:42:57 (7/12) Installing build-base (0.5-r2) 01:42:57 (8/12) Installing libsodium (1.0.18-r0) 01:42:57 (9/12) Installing pkgconf (1.7.2-r0) 01:42:57 (10/12) Installing libsodium-dev (1.0.18-r0) 01:42:57 (11/12) Installing libzmq (4.3.3-r0) 01:42:57 (12/12) Installing zeromq-dev (4.3.3-r0) 01:42:57 Executing busybox-1.31.1-r19.trigger 01:42:57 OK: 217 MiB in 51 packages 01:43:02 Removing intermediate container 0bf11f16fcd9 01:43:02 ---> 03758f42cebb 01:43:02 Step 4/6 : WORKDIR /edgex-go 01:43:02 ---> Running in a4c01058de93 01:43:02 Removing intermediate container a4c01058de93 01:43:02 ---> bbaeedc31277 01:43:02 Step 5/6 : COPY go.mod . 01:43:03 ---> f807fdd7c45c 01:43:03 Step 6/6 : RUN go mod download 01:43:03 ---> Running in ee10dfb5438e 01:43:29 Removing intermediate container ee10dfb5438e 01:43:29 ---> 9fb0cc764db8 01:43:29 Successfully built 9fb0cc764db8 01:43:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:43:30 + docker inspect -f . ci-base-image-arm64 01:43:30 . [Pipeline] withDockerContainer 01:43:30 prd-ubuntu18.04-docker-arm64-4c-16g-33099 does not seem to be running inside a container 01:43:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 01:43:32 $ docker top 19ee4e3b6951ab7cca172648a27509b04813b0765d22c6986556b863f817a882 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:33 + go version 01:43:33 go version go1.15.5 linux/arm64 [Pipeline] } 01:43:33 $ docker stop --time=1 19ee4e3b6951ab7cca172648a27509b04813b0765d22c6986556b863f817a882 01:43:35 $ docker rm -f 19ee4e3b6951ab7cca172648a27509b04813b0765d22c6986556b863f817a882 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:43:36 + docker inspect -f . ci-base-image-arm64 01:43:36 . [Pipeline] withDockerContainer 01:43:36 prd-ubuntu18.04-docker-arm64-4c-16g-33099 does not seem to be running inside a container 01:43:36 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 01:43:37 $ docker top 0c13fb2922e9a2eff063077886a864371ed396d9a364815dcd514f7a580fa1d7 -eo pid,comm [Pipeline] { [Pipeline] echo 01:43:38 ========================================================= 01:43:38 [edgeXBuildGoParallel] Running Tests and Build... 01:43:38 ========================================================= [Pipeline] sh 01:43:38 + make test 01:43:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:44:05 ? github.com/edgexfoundry/edgex-go [no test files] 01:45:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:45:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:45:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:45:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:45:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:45:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:45:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:45:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:45:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:45:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:45:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:45:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.336s coverage: 45.9% of statements 01:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:45:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements 01:45:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.318s coverage: 100.0% of statements 01:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.1% of statements 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.211s coverage: 100.0% of statements 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 71.3% of statements 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:45:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.9% of statements 01:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:45:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements 01:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.146s coverage: 28.6% of statements 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.236s coverage: 100.0% of statements 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.454s coverage: 86.7% of statements 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.406s coverage: 97.5% of statements 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:46:04 --- FAIL: TestAddDeviceService (0.02s) 01:46:04 --- FAIL: TestAddDeviceService/Request_with_duplicate_service_name (0.00s) 01:46:04 deviceservice_test.go:182: 01:46:04 Error Trace: deviceservice_test.go:182 01:46:04 Error: Should NOT be empty, but was 01:46:04 Test: TestAddDeviceService/Request_with_duplicate_service_name 01:46:04 Messages: Response message doesn't contain the error message 01:46:04 FAIL 01:46:04 coverage: 92.8% of statements 01:46:04 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.196s 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:46:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.120s coverage: 58.8% of statements 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:46:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 1.0% of statements 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.187s coverage: 47.1% of statements 01:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.177s coverage: 79.5% of statements 01:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.137s coverage: 94.1% of statements 01:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements 01:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements 01:46:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.142s coverage: 94.4% of statements 01:46:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.122s coverage: 44.8% of statements 01:46:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.594s coverage: 81.5% of statements 01:46:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:46:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.087s coverage: 87.1% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.193s coverage: 92.9% of statements 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.8% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.205s coverage: 87.2% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.188s coverage: 84.6% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.259s coverage: 91.6% of statements 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.668s coverage: 64.4% of statements 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.185s coverage: 100.0% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements 01:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 01:46:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.943s coverage: 69.0% of statements 01:46:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:46:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:46:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:46:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.546s coverage: 38.4% of statements 01:46:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:46:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:46:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.158s coverage: 89.5% of statements 01:46:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:46:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements 01:46:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.397s coverage: 47.0% of statements 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:46:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:46:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:46:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.160s coverage: 11.0% of statements 01:46:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:46:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.562s coverage: 87.1% of statements 01:46:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:46:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:46:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.699s coverage: 29.1% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.186s coverage: 100.0% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.322s coverage: 95.6% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 01:46:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements 01:46:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 01:46:58 FAIL 01:46:58 make: *** [Makefile:94: test] Error 1 [Pipeline] } 01:46:59 $ docker stop --time=1 0c13fb2922e9a2eff063077886a864371ed396d9a364815dcd514f7a580fa1d7 01:47:01 $ docker rm -f 0c13fb2922e9a2eff063077886a864371ed396d9a364815dcd514f7a580fa1d7 [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 01:47:03 ---> job-cost.sh 01:47:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Y2lw 01:47:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:49:51 lf-activate-venv(): INFO: Adding /tmp/venv-Y2lw/bin to PATH 01:49:51 INFO: No Stack... 01:49:52 INFO: Retrieving Pricing Info for: lf-standard-4 01:49:53 INFO: Archiving Costs [Pipeline] sh 01:49:53 + cat /w/workspace/edgex-go/7/archives/cost.csv 01:49:53 + cut -d, -f6 [Pipeline] lock 01:49:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3329-7-stack-cost] 01:49:53 Resource [jenkins-edgexfoundry-edgex-go-PR-3329-7-stack-cost] did not exist. Created. 01:49:53 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3329-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:49:53 + echo total: 0.20999999344348907 [Pipeline] stash 01:49:55 Stashed 1 file(s) [Pipeline] } 01:49:55 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3329-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:49:55 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 01:49:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:49:58 ---> package-listing.sh 01:49:58 ++ facter osfamily 01:49:58 ++ tr '[:upper:]' '[:lower:]' 01:49:58 + OS_FAMILY=redhat 01:49:58 + workspace=/w/workspace/edgex-go/7 01:49:58 + START_PACKAGES=/tmp/packages_start.txt 01:49:58 + END_PACKAGES=/tmp/packages_end.txt 01:49:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:49:58 + PACKAGES=/tmp/packages_start.txt 01:49:58 + '[' /w/workspace/edgex-go/7 ']' 01:49:58 + PACKAGES=/tmp/packages_end.txt 01:49:58 + case "${OS_FAMILY}" in 01:49:58 + rpm -qa 01:49:58 + sort 01:50:03 + '[' -f /tmp/packages_start.txt ']' 01:50:03 + '[' -f /tmp/packages_end.txt ']' 01:50:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:50:03 + '[' /w/workspace/edgex-go/7 ']' 01:50:03 + mkdir -p /w/workspace/edgex-go/7/archives/ 01:50:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 01:50:03 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:50:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:50:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:50:04 01:50:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:50:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:50:04 alpine: Pulling from edgex-lftools-log-publisher 01:50:04 df20fa9351a1: Pulling fs layer 01:50:04 36b3adc4ff6f: Pulling fs layer 01:50:04 8ad3a11d3b57: Pulling fs layer 01:50:04 46f8f816bc3b: Pulling fs layer 01:50:04 93b61091891f: Pulling fs layer 01:50:04 93b9cdb0e59b: Pulling fs layer 01:50:04 5e14af77c1be: Pulling fs layer 01:50:04 01666e4c0597: Pulling fs layer 01:50:04 aa168da1d23b: Pulling fs layer 01:50:04 46f8f816bc3b: Waiting 01:50:04 93b61091891f: Waiting 01:50:04 93b9cdb0e59b: Waiting 01:50:04 5e14af77c1be: Waiting 01:50:04 01666e4c0597: Waiting 01:50:04 aa168da1d23b: Waiting 01:50:04 36b3adc4ff6f: Verifying Checksum 01:50:04 36b3adc4ff6f: Download complete 01:50:04 46f8f816bc3b: Verifying Checksum 01:50:04 46f8f816bc3b: Download complete 01:50:04 df20fa9351a1: Verifying Checksum 01:50:04 df20fa9351a1: Download complete 01:50:04 93b9cdb0e59b: Verifying Checksum 01:50:04 93b9cdb0e59b: Download complete 01:50:04 5e14af77c1be: Verifying Checksum 01:50:04 5e14af77c1be: Download complete 01:50:04 93b61091891f: Verifying Checksum 01:50:04 93b61091891f: Download complete 01:50:04 01666e4c0597: Verifying Checksum 01:50:04 01666e4c0597: Download complete 01:50:04 8ad3a11d3b57: Verifying Checksum 01:50:04 8ad3a11d3b57: Download complete 01:50:05 df20fa9351a1: Pull complete 01:50:05 36b3adc4ff6f: Pull complete 01:50:06 8ad3a11d3b57: Pull complete 01:50:06 aa168da1d23b: Verifying Checksum 01:50:06 aa168da1d23b: Download complete 01:50:08 46f8f816bc3b: Pull complete 01:50:08 93b61091891f: Pull complete 01:50:08 93b9cdb0e59b: Pull complete 01:50:08 5e14af77c1be: Pull complete 01:50:09 01666e4c0597: Pull complete 01:50:17 aa168da1d23b: Pull complete 01:50:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:50:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:50:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:50:17 prd-centos7-docker-4c-2g-33096 does not seem to be running inside a container 01:50:17 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:50:21 $ docker top 4b62460290784a89011219a740250f7a481bf5eb0bcb167c912b2d25deebc630 -eo pid,comm [Pipeline] { [Pipeline] sh 01:50:22 + touch /tmp/pre-build-complete [Pipeline] sh 01:50:23 + mkdir -p /var/log/sa [Pipeline] sh 01:50:23 + ls /var/log/sa-host 01:50:23 + sadf -c /var/log/sa-host/sa07 01:50:23 file_magic: OK 01:50:23 HZ: Using current value: 100 01:50:23 file_header: OK 01:50:23 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 01:50:23 Statistics: 01:50:23 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... 01:50:23 File successfully converted to sysstat format version 12.2.1 01:50:23 + sadf -c /var/log/sa-host/sa23 01:50:23 file_magic: OK 01:50:23 HZ: Using current value: 100 01:50:23 file_header: OK 01:50:23 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 01:50:23 Statistics: 01:50:23 Hnuu...uuuununununu... 01:50:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:23 provisioning config files... 01:50:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1197803679050371096tmp [Pipeline] { [Pipeline] echo 01:50:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:50:24 ---> create-netrc.sh [Pipeline] } 01:50:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:50:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:50:24 ---> python-tools-install.sh [Pipeline] echo 01:50:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:50:24 ---> sudo-logs.sh 01:50:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:50:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:50:25 ---> job-cost.sh 01:50:25 lf-activate-venv: SKIPPING 01:50:25 DEBUG: total: 0.20999999344348907 01:50:25 INFO: Retrieving Stack Cost... 01:50:26 INFO: Retrieving Pricing Info for: v1-standard-2 01:50:26 INFO: Archiving Costs [Pipeline] echo 01:50:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:50:27 ---> logs-deploy.sh 01:50:27 lf-activate-venv: SKIPPING 01:50:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3329/7 01:50:27 INFO: archiving workspace using pattern(s): 01:50:28 Archives upload complete. 01:50:28 INFO: archiving logs to Nexus