Pull request #3395 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 78fade22505eae315bd953aec98210b437e07b35 rather than b9125327b618a22115114e780aaef28e95261439 Obtained Jenkinsfile from 78fade22505eae315bd953aec98210b437e07b35 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 Running on prd-centos7-docker-4c-2g-1756 in /w/workspace/edgexfoundry_edgex-go_PR-3395 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/3395/head:refs/remotes/origin/PR-3395 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit b9125327b618a22115114e780aaef28e95261439 Merge succeeded, producing b9125327b618a22115114e780aaef28e95261439 Checking out Revision b9125327b618a22115114e780aaef28e95261439 (PR-3395) > git config core.sparsecheckout # timeout=10 > git checkout -f b9125327b618a22115114e780aaef28e95261439 # 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 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9125327b618a22115114e780aaef28e95261439 # timeout=10 Commit message: "build: Upgrade core-contracts lib and add error message" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:44:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:44:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:44:11 ========================================================= 06:44:11 EdgeX Global Pipelines Version Info 06:44:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ee5ab5719ae92d6df2934e2e110a185a04ca82c5 # timeout=10 06:44:13 ------------------- 06:44:13 stable info: 06:44:13 ------------------- 06:44:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:44:13 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:44:13 Message: update stable to v1.0.186 06:44:14 ------------------- 06:44:14 experimental info: 06:44:14 ------------------- 06:44:14 Commited By: **** collab-it+edgex@linuxfoundation.org 06:44:14 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 06:44:14 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:44:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3395 [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3395 [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3395 [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b9125327b618a22115114e780aaef28e95261439 [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b912532 [Pipeline] echo 06:44:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:44:15 provisioning config files... 06:44:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5647435535537971697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:44:15 ---> docker-login.sh 06:44:15 nexus3.edgexfoundry.org:10001 06:44:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:16 Configure a credential helper to remove this warning. See 06:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:16 06:44:16 Login Succeeded 06:44:16 nexus3.edgexfoundry.org:10002 06:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:16 Configure a credential helper to remove this warning. See 06:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:16 06:44:16 Login Succeeded 06:44:16 nexus3.edgexfoundry.org:10003 06:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:16 Configure a credential helper to remove this warning. See 06:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:16 06:44:16 Login Succeeded 06:44:16 nexus3.edgexfoundry.org:10004 06:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:16 Configure a credential helper to remove this warning. See 06:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:16 06:44:16 Login Succeeded 06:44:16 docker.io 06:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:17 Configure a credential helper to remove this warning. See 06:44:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:17 06:44:17 Login Succeeded 06:44:17 ---> docker-login.sh ends [Pipeline] } 06:44:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:44:17 ++ 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 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/core-command/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo core-command,cmd/core-command/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/core-data/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo core-data,cmd/core-data/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/core-metadata/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo core-metadata,cmd/core-metadata/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/security-bootstrapper/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/security-proxy-setup/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/support-notifications/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo support-notifications,cmd/support-notifications/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/support-scheduler/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:44:17 + for file in '`ls cmd/**/Dockerfile`' 06:44:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:44:17 ++ cut -d/ -f2 06:44:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:44:17 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 06:44:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:18 06:44:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:44:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:19 latest: Pulling from edgex-devops/git-semver 06:44:19 31603596830f: Pulling fs layer 06:44:19 2a8b12db71e7: Pulling fs layer 06:44:19 6ca5941a6612: Pulling fs layer 06:44:19 ecc8261a40a4: Pulling fs layer 06:44:19 ecc8261a40a4: Waiting 06:44:19 2a8b12db71e7: Verifying Checksum 06:44:19 2a8b12db71e7: Download complete 06:44:19 31603596830f: Verifying Checksum 06:44:19 31603596830f: Download complete 06:44:19 6ca5941a6612: Verifying Checksum 06:44:19 6ca5941a6612: Download complete 06:44:19 ecc8261a40a4: Verifying Checksum 06:44:19 ecc8261a40a4: Download complete 06:44:19 31603596830f: Pull complete 06:44:19 2a8b12db71e7: Pull complete 06:44:20 6ca5941a6612: Pull complete 06:44:20 ecc8261a40a4: Pull complete 06:44:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:44:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:44:20 prd-centos7-docker-4c-2g-1756 does not seem to be running inside a container 06:44:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:44:23 $ docker top ff4b4a503a92249bb8948f022cb16cadfb9f1e3fab023ae93e077ce71a44a757 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:44:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:44:23 [ssh-agent] Looking for ssh-agent implementation... 06:44:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:44:24 $ docker exec ff4b4a503a92249bb8948f022cb16cadfb9f1e3fab023ae93e077ce71a44a757 ssh-agent 06:44:24 SSH_AUTH_SOCK=/tmp/ssh-Du4LYz0eacST/agent.11 06:44:24 SSH_AGENT_PID=17 06:44:24 Running ssh-add (command line suppressed) 06:44:24 Identity added: /w/workspace/edgex-go/6@tmp/private_key_3310025910101108725.key (/w/workspace/edgex-go/6@tmp/private_key_3310025910101108725.key) 06:44:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:44:24 + git tag --points-at HEAD [Pipeline] } 06:44:24 $ docker exec --env ******** --env ******** ff4b4a503a92249bb8948f022cb16cadfb9f1e3fab023ae93e077ce71a44a757 ssh-agent -k 06:44:24 unset SSH_AUTH_SOCK; 06:44:24 unset SSH_AGENT_PID; 06:44:24 echo Agent pid 17 killed; 06:44:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:44:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:44:25 [ssh-agent] Looking for ssh-agent implementation... 06:44:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:44:25 $ docker exec ff4b4a503a92249bb8948f022cb16cadfb9f1e3fab023ae93e077ce71a44a757 ssh-agent 06:44:25 SSH_AUTH_SOCK=/tmp/ssh-QptMMcsTOJVD/agent.46 06:44:25 SSH_AGENT_PID=51 06:44:25 Running ssh-add (command line suppressed) 06:44:25 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5440590470274340094.key (/w/workspace/edgex-go/6@tmp/private_key_5440590470274340094.key) 06:44:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:44:25 + git semver init 06:44:25 # -> Open(): unable to determine branch for HEAD 06:44:25 # $GIT_DIR = /w/workspace/edgex-go/6/.git 06:44:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 06:44:25 # $SEMVER_REMOTE_NAME = origin 06:44:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:44:25 # $SEMVER_USER_NAME = edgex-jenkins 06:44:25 # $SEMVER_BRANCH = PR-3395 06:44:25 # $SEMVER_TEMP = /tmp/semver-217750954 06:44:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:44:44 # '/tmp/semver-217750954' -> '/w/workspace/edgex-go/6/.semver' 06:44:45 # -> Force: false 06:44:45 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 06:44:45 $ docker exec --env ******** --env ******** ff4b4a503a92249bb8948f022cb16cadfb9f1e3fab023ae93e077ce71a44a757 ssh-agent -k 06:44:45 unset SSH_AUTH_SOCK; 06:44:45 unset SSH_AGENT_PID; 06:44:45 echo Agent pid 51 killed; 06:44:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:44:46 + git semver [Pipeline] } 06:44:46 $ docker stop --time=1 ff4b4a503a92249bb8948f022cb16cadfb9f1e3fab023ae93e077ce71a44a757 06:44:47 $ docker rm -f ff4b4a503a92249bb8948f022cb16cadfb9f1e3fab023ae93e077ce71a44a757 [Pipeline] // withDockerContainer [Pipeline] sh 06:44:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:44:48 Stashed 1 file(s) [Pipeline] echo 06:44:48 [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 06:44:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:44:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:44:50 + sudo service docker restart 06:44:50 + true 06:44:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:44:50 ========================================================= 06:44:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:44:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:44:51 + 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 . 06:44:55 Sending build context to Docker daemon 329.6MB 06:44:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:44:55 Step 2/6 : FROM ${BASE} 06:44:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:44:55 188c0c94c7c5: Pulling fs layer 06:44:55 0ef7d3d256c8: Pulling fs layer 06:44:55 de9db76c5a1d: Pulling fs layer 06:44:55 bca2f99d35d6: Pulling fs layer 06:44:55 93359f2a8cfa: Pulling fs layer 06:44:55 7c6f9722023f: Pulling fs layer 06:44:55 a35cf1a2eb13: Pulling fs layer 06:44:55 7c6f9722023f: Waiting 06:44:55 93359f2a8cfa: Waiting 06:44:55 a35cf1a2eb13: Waiting 06:44:55 de9db76c5a1d: Verifying Checksum 06:44:55 de9db76c5a1d: Download complete 06:44:55 0ef7d3d256c8: Download complete 06:44:55 93359f2a8cfa: Verifying Checksum 06:44:55 93359f2a8cfa: Download complete 06:44:55 188c0c94c7c5: Verifying Checksum 06:44:55 7c6f9722023f: Verifying Checksum 06:44:55 7c6f9722023f: Download complete 06:44:55 188c0c94c7c5: Pull complete 06:44:55 0ef7d3d256c8: Pull complete 06:44:55 de9db76c5a1d: Pull complete 06:44:57 bca2f99d35d6: Download complete 06:44:57 a35cf1a2eb13: Verifying Checksum 06:44:57 a35cf1a2eb13: Download complete 06:45:03 bca2f99d35d6: Pull complete 06:45:03 93359f2a8cfa: Pull complete 06:45:03 7c6f9722023f: Pull complete 06:45:04 Still waiting to schedule task 06:45:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:45:08 a35cf1a2eb13: Pull complete 06:45:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:45:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:45:08 ---> a62c8e92a672 06:45:08 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 06:45:08 ---> Running in af8bbf66164e 06:45:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:10 (1/12) Installing libmagic (5.38-r0) 06:45:10 (2/12) Installing file (5.38-r0) 06:45:10 (3/12) Installing libc-dev (0.7.2-r3) 06:45:10 (4/12) Installing g++ (9.3.0-r2) 06:45:16 (5/12) Installing fortify-headers (1.1-r0) 06:45:16 (6/12) Installing patch (2.7.6-r6) 06:45:16 (7/12) Installing build-base (0.5-r2) 06:45:16 (8/12) Installing libsodium (1.0.18-r0) 06:45:16 (9/12) Installing pkgconf (1.7.2-r0) 06:45:16 (10/12) Installing libsodium-dev (1.0.18-r0) 06:45:16 (11/12) Installing libzmq (4.3.3-r0) 06:45:16 (12/12) Installing zeromq-dev (4.3.3-r0) 06:45:16 Executing busybox-1.31.1-r19.trigger 06:45:16 OK: 233 MiB in 51 packages 06:45:19 Removing intermediate container af8bbf66164e 06:45:19 ---> 281358d5872f 06:45:19 Step 4/6 : WORKDIR /edgex-go 06:45:19 ---> Running in 9830e2d3c78f 06:45:19 Removing intermediate container 9830e2d3c78f 06:45:19 ---> 6858f2751a62 06:45:19 Step 5/6 : COPY go.mod . 06:45:19 ---> 9ef3b4bce4d1 06:45:19 Step 6/6 : RUN go mod download 06:45:20 ---> Running in 64c5082a6b04 06:45:42 Removing intermediate container 64c5082a6b04 06:45:42 ---> e6d95a6cf803 06:45:42 Successfully built e6d95a6cf803 06:45:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:45:42 + docker inspect -f . ci-base-image-x86_64 06:45:42 . [Pipeline] withDockerContainer 06:45:42 prd-centos7-docker-4c-2g-1756 does not seem to be running inside a container 06:45:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:45:43 $ docker top bf1f8709444eb13a0b8ee38bb83086674d867e4c4c6f4692f8bd625114ff809e -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:44 + go version 06:45:44 go version go1.15.5 linux/amd64 [Pipeline] } 06:45:44 $ docker stop --time=1 bf1f8709444eb13a0b8ee38bb83086674d867e4c4c6f4692f8bd625114ff809e 06:45:45 $ docker rm -f bf1f8709444eb13a0b8ee38bb83086674d867e4c4c6f4692f8bd625114ff809e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:45:46 + docker inspect -f . ci-base-image-x86_64 06:45:46 . [Pipeline] withDockerContainer 06:45:46 prd-centos7-docker-4c-2g-1756 does not seem to be running inside a container 06:45:46 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:45:46 $ docker top 4ae953c5b0df3cbf6ae08a5ea24a040f26aff103481f6e4ef081c6a6149ae2f6 -eo pid,comm [Pipeline] { [Pipeline] echo 06:45:47 ========================================================= 06:45:47 [edgeXBuildGoParallel] Running Tests and Build... 06:45:47 ========================================================= [Pipeline] sh 06:45:47 + make test 06:45:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:45:57 ? github.com/edgexfoundry/edgex-go [no test files] 06:46:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:46:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:46:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:46:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:46:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:46:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:46:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:46:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:46:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:46:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.141s coverage: 45.9% of statements 06:46:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:46:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:46:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:46:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:46:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:46:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:46:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements 06:46:27 --- FAIL: TestIssueGetCommand (0.00s) 06:46:27 --- FAIL: TestIssueGetCommand/Valid_-_execute_read_command_with_valid_deviceName,_commandName,_and_query_strings (0.00s) 06:46:27 panic: interface conversion: interface {} is responses.EventResponse, not *responses.EventResponse [recovered] 06:46:27 panic: interface conversion: interface {} is responses.EventResponse, not *responses.EventResponse 06:46:27 06:46:27 goroutine 30 [running]: 06:46:27 testing.tRunner.func1.1(0x85ab00, 0xc0003be7b0) 06:46:27 /usr/local/go/src/testing/testing.go:1072 +0x46a 06:46:27 testing.tRunner.func1(0xc000394a80) 06:46:27 /usr/local/go/src/testing/testing.go:1075 +0x636 06:46:27 panic(0x85ab00, 0xc0003be7b0) 06:46:27 /usr/local/go/src/runtime/panic.go:975 +0x47a 06:46:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks.(*DeviceServiceCommandClient).GetCommand(0xc0003aa320, 0x928aa0, 0xc000128010, 0x8ba9d2, 0x16, 0x8b61f7, 0xa, 0x8b67fe, 0xb, 0x8baf0c, ...) 06:46:27 /go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.76/v2/clients/interfaces/mocks/DeviceServiceCommandClient.go:31 +0x6ff 06:46:27 github.com/edgexfoundry/edgex-go/internal/core/command/v2/application.IssueGetCommandByName(0x8b61f7, 0xa, 0x8b67fe, 0xb, 0x8baf0c, 0x17, 0xc0003bc1e0, 0x203000, 0x203000, 0x203000) 06:46:27 /w/workspace/edgex-go/6/internal/core/command/v2/application/command.go:181 +0x483 06:46:27 github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http.(*CommandController).IssueGetCommandByName(0xc00012a3c8, 0x928060, 0xc00038f2c0, 0xc0001bd900) 06:46:27 /w/workspace/edgex-go/6/internal/core/command/v2/controller/http/command.go:136 +0x8d2 06:46:27 net/http.HandlerFunc.ServeHTTP(...) 06:46:27 /usr/local/go/src/net/http/server.go:2042 06:46:27 github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http.TestIssueGetCommand.func4(0xc000394a80) 06:46:27 /w/workspace/edgex-go/6/internal/core/command/v2/controller/http/command_test.go:391 +0x4bf 06:46:27 testing.tRunner(0xc000394a80, 0xc0003bc200) 06:46:27 /usr/local/go/src/testing/testing.go:1123 +0x203 06:46:27 created by testing.(*T).Run 06:46:27 /usr/local/go/src/testing/testing.go:1168 +0x5bc 06:46:27 FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s 06:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.1% of statements 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 71.3% of statements 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.148s coverage: 82.9% of statements 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.059s coverage: 78.9% of statements 06:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:46:34 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:52:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:201:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:212:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:336:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:347:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:487:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:498:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:625:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:636:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:46:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:46:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:46:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:46:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:46:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.154s coverage: 97.5% of statements 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:46:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:46:34 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:46:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:46:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:46:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.9% of statements 06:46:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:46:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 06:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.058s coverage: 79.5% of statements 06:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 06:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 06:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 06:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.071s coverage: 94.4% of statements 06:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 06:46:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.266s coverage: 81.9% of statements 06:46:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.6% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.6% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.231s coverage: 64.4% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 69.0% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 38.4% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.065s coverage: 9.6% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 88.6% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.756s coverage: 28.7% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.350s coverage: 100.0% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.071s coverage: 64.6% of statements 06:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:47:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.119s coverage: 95.6% of statements 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:47:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:47:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:47:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:47:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:47:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 06:47:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 06:47:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 06:47:02 FAIL 06:47:02 make: *** [Makefile:94: test] Error 2 [Pipeline] } 06:47:02 $ docker stop --time=1 4ae953c5b0df3cbf6ae08a5ea24a040f26aff103481f6e4ef081c6a6149ae2f6 06:47:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1757 in /w/workspace/edgexfoundry_edgex-go_PR-3395 06:47:05 $ docker rm -f 4ae953c5b0df3cbf6ae08a5ea24a040f26aff103481f6e4ef081c6a6149ae2f6 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 06:47:05 Running in /w/workspace/edgex-go/6 [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] } 06:47:05 Failed in branch amd64 06:47:11 using credential edgex-jenkins-ssh 06:47:11 Cloning the remote Git repository 06:47:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:47:11 > git init /w/workspace/edgex-go/6 # timeout=10 06:47:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:47:11 > git --version # timeout=10 06:47:11 > git --version # 'git version 2.17.1' 06:47:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:47:27 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit b9125327b618a22115114e780aaef28e95261439 06:47:27 Merge succeeded, producing b9125327b618a22115114e780aaef28e95261439 06:47:27 Checking out Revision b9125327b618a22115114e780aaef28e95261439 (PR-3395) 06:47:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:47:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:47:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:47:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:47:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3395/head:refs/remotes/origin/PR-3395 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:27 > git config core.sparsecheckout # timeout=10 06:47:27 > git checkout -f b9125327b618a22115114e780aaef28e95261439 # timeout=10 06:47:27 > git remote # timeout=10 06:47:27 > git config --get remote.origin.url # timeout=10 06:47:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:27 > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 06:47:27 > git rev-parse HEAD^{commit} # timeout=10 06:47:27 > git config core.sparsecheckout # timeout=10 06:47:27 > git checkout -f b9125327b618a22115114e780aaef28e95261439 # timeout=10 06:47:31 Commit message: "build: Upgrade core-contracts lib and add error message" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:47:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:47:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:47:34 + true 06:47:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:47:36 provisioning config files... 06:47:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5772269516078357445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:47:36 ---> docker-login.sh 06:47:36 nexus3.edgexfoundry.org:10001 06:47:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:37 Configure a credential helper to remove this warning. See 06:47:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:37 06:47:37 Login Succeeded 06:47:37 nexus3.edgexfoundry.org:10002 06:47:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:38 Configure a credential helper to remove this warning. See 06:47:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:38 06:47:38 Login Succeeded 06:47:38 nexus3.edgexfoundry.org:10003 06:47:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:39 Configure a credential helper to remove this warning. See 06:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:39 06:47:39 Login Succeeded 06:47:39 nexus3.edgexfoundry.org:10004 06:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:39 Configure a credential helper to remove this warning. See 06:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:39 06:47:39 Login Succeeded 06:47:39 docker.io 06:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:40 Configure a credential helper to remove this warning. See 06:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:40 06:47:40 Login Succeeded 06:47:40 ---> docker-login.sh ends [Pipeline] } 06:47:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:47:40 ========================================================= 06:47:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:47:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:47:40 + 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 . 06:47:43 Sending build context to Docker daemon 167.4MB 06:47:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:47:43 Step 2/6 : FROM ${BASE} 06:47:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:47:43 5f621e34cdf4: Pulling fs layer 06:47:43 a4357932f1b6: Pulling fs layer 06:47:43 18c013af1878: Pulling fs layer 06:47:43 00ac8860ef70: Pulling fs layer 06:47:43 63d7cb157983: Pulling fs layer 06:47:43 b116817d02f9: Pulling fs layer 06:47:43 745a02a5169b: Pulling fs layer 06:47:43 00ac8860ef70: Waiting 06:47:43 63d7cb157983: Waiting 06:47:43 b116817d02f9: Waiting 06:47:43 18c013af1878: Verifying Checksum 06:47:43 18c013af1878: Download complete 06:47:43 a4357932f1b6: Verifying Checksum 06:47:43 a4357932f1b6: Download complete 06:47:43 63d7cb157983: Verifying Checksum 06:47:43 63d7cb157983: Download complete 06:47:43 b116817d02f9: Download complete 06:47:43 5f621e34cdf4: Download complete 06:47:43 5f621e34cdf4: Pull complete 06:47:44 a4357932f1b6: Pull complete 06:47:44 18c013af1878: Pull complete 06:47:46 745a02a5169b: Verifying Checksum 06:47:46 745a02a5169b: Download complete 06:47:47 00ac8860ef70: Verifying Checksum 06:47:47 00ac8860ef70: Download complete 06:47:59 00ac8860ef70: Pull complete 06:47:59 63d7cb157983: Pull complete 06:47:59 b116817d02f9: Pull complete 06:48:02 745a02a5169b: Pull complete 06:48:02 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:48:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:48:02 ---> b7e6874047d6 06:48:02 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 06:48:05 ---> Running in 7af8c4656c3e 06:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:08 (1/12) Installing libmagic (5.38-r0) 06:48:08 (2/12) Installing file (5.38-r0) 06:48:08 (3/12) Installing libc-dev (0.7.2-r3) 06:48:08 (4/12) Installing g++ (9.3.0-r2) 06:48:12 (5/12) Installing fortify-headers (1.1-r0) 06:48:12 (6/12) Installing patch (2.7.6-r6) 06:48:12 (7/12) Installing build-base (0.5-r2) 06:48:12 (8/12) Installing libsodium (1.0.18-r0) 06:48:12 (9/12) Installing pkgconf (1.7.2-r0) 06:48:12 (10/12) Installing libsodium-dev (1.0.18-r0) 06:48:12 (11/12) Installing libzmq (4.3.3-r0) 06:48:13 (12/12) Installing zeromq-dev (4.3.3-r0) 06:48:13 Executing busybox-1.31.1-r19.trigger 06:48:13 OK: 217 MiB in 51 packages 06:48:17 Removing intermediate container 7af8c4656c3e 06:48:17 ---> 9e011508a79c 06:48:17 Step 4/6 : WORKDIR /edgex-go 06:48:17 ---> Running in 8c34184eb15d 06:48:17 Removing intermediate container 8c34184eb15d 06:48:17 ---> ba625909ba7e 06:48:17 Step 5/6 : COPY go.mod . 06:48:18 ---> 430eecc86913 06:48:18 Step 6/6 : RUN go mod download 06:48:18 ---> Running in 533c4abfdf93 06:48:45 Removing intermediate container 533c4abfdf93 06:48:45 ---> 190923606ab7 06:48:45 Successfully built 190923606ab7 06:48:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:48:45 + docker inspect -f . ci-base-image-arm64 06:48:45 . [Pipeline] withDockerContainer 06:48:45 prd-ubuntu18.04-docker-arm64-4c-16g-1757 does not seem to be running inside a container 06:48:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:48:47 $ docker top ca367c2b7c812f13eec38d818d44e9335ab8bf9476053cf3cbb610c7ae6a9ac0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:48:48 + go version 06:48:48 go version go1.15.5 linux/arm64 [Pipeline] } 06:48:48 $ docker stop --time=1 ca367c2b7c812f13eec38d818d44e9335ab8bf9476053cf3cbb610c7ae6a9ac0 06:48:50 $ docker rm -f ca367c2b7c812f13eec38d818d44e9335ab8bf9476053cf3cbb610c7ae6a9ac0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:48:51 + docker inspect -f . ci-base-image-arm64 06:48:51 . [Pipeline] withDockerContainer 06:48:51 prd-ubuntu18.04-docker-arm64-4c-16g-1757 does not seem to be running inside a container 06:48:51 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:48:53 $ docker top 02456c738d064cde046527e999d907f1c8fb101daf3b8de4d926bed7eda0af49 -eo pid,comm [Pipeline] { [Pipeline] echo 06:48:53 ========================================================= 06:48:53 [edgeXBuildGoParallel] Running Tests and Build... 06:48:53 ========================================================= [Pipeline] sh 06:48:53 + make test 06:48:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:49:16 ? github.com/edgexfoundry/edgex-go [no test files] 06:50:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:50:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:50:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:50:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:50:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:50:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:50:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:50:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:50:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:50:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:50:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:50:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:50:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:50:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.383s coverage: 45.9% of statements 06:50:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:50:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:50:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:50:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:50:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:50:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:50:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.204s coverage: 19.8% of statements 06:50:41 --- FAIL: TestIssueGetCommand (0.02s) 06:50:41 --- FAIL: TestIssueGetCommand/Valid_-_execute_read_command_with_valid_deviceName,_commandName,_and_query_strings (0.00s) 06:50:41 panic: interface conversion: interface {} is responses.EventResponse, not *responses.EventResponse [recovered] 06:50:41 panic: interface conversion: interface {} is responses.EventResponse, not *responses.EventResponse 06:50:41 06:50:41 goroutine 43 [running]: 06:50:41 testing.tRunner.func1.1(0x3b2d60, 0x4000416b40) 06:50:41 /usr/local/go/src/testing/testing.go:1072 +0x320 06:50:41 testing.tRunner.func1(0x4000383080) 06:50:41 /usr/local/go/src/testing/testing.go:1075 +0x460 06:50:41 panic(0x3b2d60, 0x4000416b40) 06:50:41 /usr/local/go/src/runtime/panic.go:975 +0x420 06:50:41 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks.(*DeviceServiceCommandClient).GetCommand(0x40003aeaa0, 0x481900, 0x400001c150, 0x412c31, 0x16, 0x40e4d5, 0xa, 0x40eadc, 0xb, 0x41316b, ...) 06:50:41 /go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.76/v2/clients/interfaces/mocks/DeviceServiceCommandClient.go:31 +0x538 06:50:41 github.com/edgexfoundry/edgex-go/internal/core/command/v2/application.IssueGetCommandByName(0x40e4d5, 0xa, 0x40eadc, 0xb, 0x41316b, 0x17, 0x40003a13c0, 0x49060, 0x4000392bd8, 0x4f614) 06:50:41 /w/workspace/edgex-go/6/internal/core/command/v2/application/command.go:181 +0x358 06:50:41 github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http.(*CommandController).IssueGetCommandByName(0x40003ac190, 0x480e80, 0x400041e2c0, 0x400039ee00) 06:50:41 /w/workspace/edgex-go/6/internal/core/command/v2/controller/http/command.go:136 +0x69c 06:50:41 net/http.HandlerFunc.ServeHTTP(...) 06:50:41 /usr/local/go/src/net/http/server.go:2042 06:50:41 github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http.TestIssueGetCommand.func4(0x4000383080) 06:50:41 /w/workspace/edgex-go/6/internal/core/command/v2/controller/http/command_test.go:391 +0x3d0 06:50:41 testing.tRunner(0x4000383080, 0x40003a13e0) 06:50:41 /usr/local/go/src/testing/testing.go:1123 +0x174 06:50:41 created by testing.(*T).Run 06:50:41 /usr/local/go/src/testing/testing.go:1168 +0x43c 06:50:41 FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s 06:50:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.519s coverage: 27.1% of statements 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:50:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.141s coverage: 100.0% of statements 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:50:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:50:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 71.3% of statements 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:50:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.529s coverage: 82.9% of statements 06:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:50:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.159s coverage: 78.9% of statements 06:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:51:02 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:52:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:201:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:212:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:336:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:347:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:487:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:498:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:625:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 internal/core/metadata/v2/controller/http/deviceprofile_test.go:636:3: cannot use testAttributes (type map[string]string) as type map[string]interface {} in field value 06:51:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.183s coverage: 28.6% of statements 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:51:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.223s coverage: 100.0% of statements 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:51:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.154s coverage: 100.0% of statements 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:51:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.404s coverage: 86.7% of statements 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:51:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.374s coverage: 97.5% of statements 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:51:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:51:02 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:51:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:51:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:51:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.9% of statements 06:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:51:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.153s coverage: 47.1% of statements 06:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.283s coverage: 79.5% of statements 06:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.123s coverage: 94.1% of statements 06:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.178s coverage: 96.3% of statements 06:51:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.121s coverage: 87.5% of statements 06:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.135s coverage: 94.4% of statements 06:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 06:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.522s coverage: 81.9% of statements 06:51:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.203s coverage: 92.9% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 75.5% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.153s coverage: 80.8% of statements 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.223s coverage: 87.2% of statements 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.6% of statements 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.6% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 64.4% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 06:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 69.0% of statements 06:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:51:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.451s coverage: 38.4% of statements 06:51:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:51:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:51:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 06:51:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:51:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 06:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.113s coverage: 9.6% of statements 06:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:51:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.420s coverage: 88.6% of statements 06:51:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:51:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:51:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.335s coverage: 28.7% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.220s coverage: 100.0% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.189s coverage: 64.6% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.416s coverage: 95.6% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:51:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 06:52:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.121s coverage: 28.1% of statements 06:52:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 06:52:01 FAIL 06:52:01 make: *** [Makefile:94: test] Error 2 [Pipeline] } 06:52:01 $ docker stop --time=1 02456c738d064cde046527e999d907f1c8fb101daf3b8de4d926bed7eda0af49 06:52:04 $ docker rm -f 02456c738d064cde046527e999d907f1c8fb101daf3b8de4d926bed7eda0af49 [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 06:52:05 ---> job-cost.sh 06:52:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nUTy 06:52:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:54:06 lf-activate-venv(): INFO: Adding /tmp/venv-nUTy/bin to PATH 06:54:06 INFO: No Stack... 06:54:06 INFO: Retrieving Pricing Info for: lf-standard-4 06:54:06 INFO: Archiving Costs [Pipeline] sh 06:54:06 + + cutcat -d, /w/workspace/edgex-go/6/archives/cost.csv -f6 06:54:06 [Pipeline] lock 06:54:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3395-6-stack-cost] 06:54:07 Resource [jenkins-edgexfoundry-edgex-go-PR-3395-6-stack-cost] did not exist. Created. 06:54:07 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3395-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:54:07 + echo total: 0.20999999344348907 [Pipeline] stash 06:54:08 Stashed 1 file(s) [Pipeline] } 06:54:08 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3395-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:54:08 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 06:54:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:54:10 ---> package-listing.sh 06:54:10 ++ facter osfamily 06:54:10 ++ tr '[:upper:]' '[:lower:]' 06:54:10 + OS_FAMILY=redhat 06:54:10 + workspace=/w/workspace/edgex-go/6 06:54:10 + START_PACKAGES=/tmp/packages_start.txt 06:54:10 + END_PACKAGES=/tmp/packages_end.txt 06:54:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:54:10 + PACKAGES=/tmp/packages_start.txt 06:54:10 + '[' /w/workspace/edgex-go/6 ']' 06:54:10 + PACKAGES=/tmp/packages_end.txt 06:54:10 + case "${OS_FAMILY}" in 06:54:10 + rpm -qa 06:54:10 + sort 06:54:16 + '[' -f /tmp/packages_start.txt ']' 06:54:16 + '[' -f /tmp/packages_end.txt ']' 06:54:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:54:16 + '[' /w/workspace/edgex-go/6 ']' 06:54:16 + mkdir -p /w/workspace/edgex-go/6/archives/ 06:54:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 06:54:16 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:54:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:54:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:16 06:54:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:54:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:17 alpine: Pulling from edgex-lftools-log-publisher 06:54:17 df20fa9351a1: Pulling fs layer 06:54:17 36b3adc4ff6f: Pulling fs layer 06:54:17 8ad3a11d3b57: Pulling fs layer 06:54:17 46f8f816bc3b: Pulling fs layer 06:54:17 93b61091891f: Pulling fs layer 06:54:17 93b9cdb0e59b: Pulling fs layer 06:54:17 5e14af77c1be: Pulling fs layer 06:54:17 01666e4c0597: Pulling fs layer 06:54:17 aa168da1d23b: Pulling fs layer 06:54:17 46f8f816bc3b: Waiting 06:54:17 93b61091891f: Waiting 06:54:17 93b9cdb0e59b: Waiting 06:54:17 5e14af77c1be: Waiting 06:54:17 01666e4c0597: Waiting 06:54:17 aa168da1d23b: Waiting 06:54:17 36b3adc4ff6f: Verifying Checksum 06:54:17 36b3adc4ff6f: Download complete 06:54:17 46f8f816bc3b: Verifying Checksum 06:54:17 46f8f816bc3b: Download complete 06:54:17 df20fa9351a1: Verifying Checksum 06:54:17 df20fa9351a1: Download complete 06:54:17 93b9cdb0e59b: Verifying Checksum 06:54:17 93b9cdb0e59b: Download complete 06:54:17 93b61091891f: Verifying Checksum 06:54:17 93b61091891f: Download complete 06:54:17 5e14af77c1be: Verifying Checksum 06:54:17 5e14af77c1be: Download complete 06:54:17 01666e4c0597: Verifying Checksum 06:54:17 01666e4c0597: Download complete 06:54:17 8ad3a11d3b57: Verifying Checksum 06:54:17 8ad3a11d3b57: Download complete 06:54:17 df20fa9351a1: Pull complete 06:54:18 36b3adc4ff6f: Pull complete 06:54:19 8ad3a11d3b57: Pull complete 06:54:19 46f8f816bc3b: Pull complete 06:54:20 aa168da1d23b: Verifying Checksum 06:54:20 aa168da1d23b: Download complete 06:54:20 93b61091891f: Pull complete 06:54:20 93b9cdb0e59b: Pull complete 06:54:20 5e14af77c1be: Pull complete 06:54:20 01666e4c0597: Pull complete 06:54:27 aa168da1d23b: Pull complete 06:54:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:54:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:54:27 prd-centos7-docker-4c-2g-1756 does not seem to be running inside a container 06:54:27 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:54:30 $ docker top bbce16f3ddcfa20b52ded86f540dc6747b08a0a2fd27968a0e5a001963f9aa1f -eo pid,comm [Pipeline] { [Pipeline] sh 06:54:31 + touch /tmp/pre-build-complete [Pipeline] sh 06:54:31 + mkdir -p /var/log/sa [Pipeline] sh 06:54:31 + ls /var/log/sa-host 06:54:31 + sadf -c /var/log/sa-host/sa23 06:54:31 file_magic: OK 06:54:31 HZ: Using current value: 100 06:54:31 file_header: OK 06:54:31 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 06:54:31 Statistics: 06:54:31 Hnuu...uuuununununu... 06:54:31 File successfully converted to sysstat format version 12.2.1 06:54:31 + sadf -c /var/log/sa-host/sa26 06:54:31 file_magic: OK 06:54:31 HZ: Using current value: 100 06:54:31 file_header: OK 06:54:31 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 06:54:31 Statistics: 06:54:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:54:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:54:32 provisioning config files... 06:54:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6452015846203878265tmp [Pipeline] { [Pipeline] echo 06:54:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:54:32 ---> create-netrc.sh [Pipeline] } 06:54:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:54:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:54:33 ---> python-tools-install.sh [Pipeline] echo 06:54:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:54:33 ---> sudo-logs.sh 06:54:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:54:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:54:33 ---> job-cost.sh 06:54:33 lf-activate-venv: SKIPPING 06:54:33 DEBUG: total: 0.20999999344348907 06:54:33 INFO: Retrieving Stack Cost... 06:54:35 INFO: Retrieving Pricing Info for: v1-standard-2 06:54:36 INFO: Archiving Costs [Pipeline] echo 06:54:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:54:36 ---> logs-deploy.sh 06:54:36 lf-activate-venv: SKIPPING 06:54:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3395/6 06:54:36 INFO: archiving workspace using pattern(s): 06:54:38 Archives upload complete. 06:54:38 INFO: archiving logs to Nexus 06:54:39 ---> uname -a: 06:54:39 Linux prd-centos7-docker-4c-2g-1756.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:54:39 06:54:39 06:54:39 ---> lscpu: 06:54:39 Architecture: x86_64 06:54:39 CPU op-mode(s): 32-bit, 64-bit 06:54:39 Byte Order: Little Endian 06:54:39 Address sizes: 40 bits physical, 48 bits virtual 06:54:39 CPU(s): 4 06:54:39 On-line CPU(s) list: 0-3 06:54:39 Thread(s) per core: 1 06:54:39 Core(s) per socket: 1 06:54:39 Socket(s): 4 06:54:39 NUMA node(s): 1 06:54:39 Vendor ID: GenuineIntel 06:54:39 CPU family: 6 06:54:39 Model: 44 06:54:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:54:39 Stepping: 1 06:54:39 CPU MHz: 2933.442 06:54:39 BogoMIPS: 5866.88 06:54:39 Virtualization: VT-x 06:54:39 Hypervisor vendor: KVM 06:54:39 Virtualization type: full 06:54:39 L1d cache: 128 KiB 06:54:39 L1i cache: 128 KiB 06:54:39 L2 cache: 16 MiB 06:54:39 L3 cache: 64 MiB 06:54:39 NUMA node0 CPU(s): 0-3 06:54:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:54:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:54:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:54:39 Vulnerability Meltdown: Mitigation; PTI 06:54:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:54:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:54:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:54:39 Vulnerability Srbds: Not affected 06:54:39 Vulnerability Tsx async abort: Not affected 06:54:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:54:39 06:54:39 06:54:39 ---> nproc: 06:54:39 4 06:54:39 06:54:39 06:54:39 ---> df -h: 06:54:39 Filesystem Size Used Available Use% Mounted on 06:54:39 overlay 50.0G 8.2G 41.7G 17% / 06:54:39 tmpfs 64.0M 0 64.0M 0% /dev 06:54:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:54:39 shm 64.0M 0 64.0M 0% /dev/shm 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/6 06:54:39 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/6@tmp 06:54:39 06:54:39 06:54:39 ---> free -m: 06:54:39 total used free shared buff/cache available 06:54:39 Mem: 1837 773 134 0 929 971 06:54:39 Swap: 1023 2 1021 06:54:39 06:54:39 06:54:39 ---> ip addr: 06:54:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:54:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:54:39 inet 127.0.0.1/8 scope host lo 06:54:39 valid_lft forever preferred_lft forever 06:54:39 inet6 ::1/128 scope host 06:54:39 valid_lft forever preferred_lft forever 06:54:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:54:39 link/ether fa:16:3e:2d:5d:92 brd ff:ff:ff:ff:ff:ff 06:54:39 inet 10.30.123.202/23 brd 10.30.123.255 scope global dynamic eth0 06:54:39 valid_lft 85732sec preferred_lft 85732sec 06:54:39 inet6 fe80::f816:3eff:fe2d:5d92/64 scope link 06:54:39 valid_lft forever preferred_lft forever 06:54:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:54:39 link/ether 02:42:2f:5e:fc:34 brd ff:ff:ff:ff:ff:ff 06:54:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:54:39 valid_lft forever preferred_lft forever 06:54:39 inet6 fe80::42:2fff:fe5e:fc34/64 scope link 06:54:39 valid_lft forever preferred_lft forever 06:54:39 06:54:39 06:54:39 ---> sar -b -r -n DEV: 06:54:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 06:54:39 06:54:39 06:43:17 LINUX RESTART (4 CPU) 06:54:39 06:54:39 06:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:54:39 06:45:01 185.46 70.20 115.25 0.00 9690.78 43205.21 0.00 06:54:39 06:46:02 325.54 146.05 179.49 0.00 5955.76 28491.27 0.00 06:54:39 06:47:01 113.46 30.99 82.47 0.00 1166.80 11816.75 0.00 06:54:39 06:48:01 13.55 3.05 10.50 0.00 1014.51 923.85 0.00 06:54:39 06:49:01 0.68 0.02 0.67 0.00 3.73 7.78 0.00 06:54:39 06:50:01 1.60 0.93 0.67 0.00 50.89 7.36 0.00 06:54:39 06:51:01 0.60 0.00 0.60 0.00 0.00 5.86 0.00 06:54:39 06:52:01 0.37 0.00 0.37 0.00 0.00 5.18 0.00 06:54:39 06:53:01 0.20 0.00 0.20 0.00 0.00 2.06 0.00 06:54:39 06:54:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 06:54:39 Average: 63.95 25.06 38.89 0.00 1777.50 8390.42 0.00 06:54:39 06:54:39 06:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:54:39 06:45:01 75988 0 734384 39.03 1892 1069280 1543356 52.67 707524 870368 72608 06:54:39 06:46:02 199572 0 780640 41.49 1492 899840 1749604 59.71 579812 825052 71992 06:54:39 06:47:01 109832 0 869364 46.20 628 901720 1647444 56.22 745780 736792 51852 06:54:39 06:48:01 575048 0 703460 37.39 628 602408 1116472 38.10 459788 580472 8 06:54:39 06:49:01 579100 0 699288 37.17 628 602528 1086360 37.08 458192 578564 8 06:54:39 06:50:01 578920 0 697952 37.09 628 604044 1086240 37.07 456064 581572 8 06:54:39 06:51:01 579008 0 697860 37.09 628 604048 1086240 37.07 456068 581572 0 06:54:39 06:52:01 577464 0 699400 37.17 628 604052 1086568 37.08 457668 581572 20 06:54:39 06:53:01 578668 0 698192 37.11 628 604056 1086304 37.07 456292 581572 12 06:54:39 06:54:01 578680 0 698168 37.11 628 604068 1086412 37.08 456744 581572 16 06:54:39 Average: 443228 0 727871 38.68 841 709604 1257500 42.92 523393 649911 19652 06:54:39 06:54:39 06:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:54:39 06:45:01 eth0 1526.10 1448.37 7128.49 179.99 0.00 0.00 0.00 0.00 06:54:39 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:45:01 docker0 875.82 856.86 72.11 2738.53 0.00 0.00 0.00 0.00 06:54:39 06:46:02 veth91fd103 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:54:39 06:46:02 eth0 247.08 178.15 861.47 26.72 0.00 0.00 0.00 0.00 06:54:39 06:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:46:02 docker0 157.82 211.39 10.71 829.68 0.00 0.00 0.00 0.00 06:54:39 06:47:01 veth91fd103 1.96 1.96 0.15 0.16 0.00 0.00 0.00 0.00 06:54:39 06:47:01 eth0 30.25 16.42 26.73 11.70 0.00 0.00 0.00 0.00 06:54:39 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:47:01 docker0 1.96 1.96 0.13 0.16 0.00 0.00 0.00 0.00 06:54:39 06:48:01 eth0 27.53 27.41 4.90 48.27 0.00 0.00 0.00 0.00 06:54:39 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:49:01 eth0 3.95 3.95 0.32 6.93 0.00 0.00 0.00 0.00 06:54:39 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:50:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:54:39 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:51:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:54:39 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:52:01 eth0 4.68 4.50 0.59 7.10 0.00 0.00 0.00 0.00 06:54:39 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:53:01 eth0 0.10 0.10 0.01 0.03 0.00 0.00 0.00 0.00 06:54:39 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:54:01 eth0 4.56 4.48 0.42 7.01 0.00 0.00 0.00 0.00 06:54:39 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 Average: eth0 182.67 166.60 793.69 28.57 0.00 0.00 0.00 0.00 06:54:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:54:39 Average: docker0 102.53 106.03 8.21 353.75 0.00 0.00 0.00 0.00 06:54:39 06:54:39 06:54:39 ---> sar -P ALL: 06:54:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 06:54:39 06:54:39 06:43:17 LINUX RESTART (4 CPU) 06:54:39 06:54:39 06:44:02 CPU %user %nice %system %iowait %steal %idle 06:54:39 06:45:01 all 17.10 0.00 9.05 2.43 0.15 71.27 06:54:39 06:45:01 0 19.30 0.00 11.04 2.79 0.12 66.75 06:54:39 06:45:01 1 13.77 0.00 7.43 2.22 0.12 76.46 06:54:39 06:45:01 2 19.25 0.00 9.79 3.02 0.18 67.76 06:54:39 06:45:01 3 16.14 0.00 7.96 1.71 0.18 74.02 06:54:39 06:46:02 all 19.49 0.00 9.05 6.88 0.21 64.38 06:54:39 06:46:02 0 20.17 0.00 9.36 5.54 0.21 64.72 06:54:39 06:46:02 1 19.72 0.00 9.03 9.68 0.17 61.40 06:54:39 06:46:02 2 18.51 0.00 9.10 6.66 0.22 65.50 06:54:39 06:46:02 3 19.55 0.00 8.71 5.60 0.24 65.90 06:54:39 06:47:01 all 50.35 0.00 12.71 3.33 0.13 33.48 06:54:39 06:47:01 0 50.96 0.00 12.39 3.58 0.09 32.98 06:54:39 06:47:01 1 49.98 0.00 12.68 3.83 0.18 33.33 06:54:39 06:47:01 2 47.28 0.00 13.19 3.62 0.15 35.76 06:54:39 06:47:01 3 53.17 0.00 12.56 2.31 0.11 31.85 06:54:39 06:48:01 all 1.27 0.00 0.79 0.28 0.02 97.64 06:54:39 06:48:01 0 1.15 0.00 0.72 0.03 0.02 98.08 06:54:39 06:48:01 1 1.19 0.00 0.82 1.00 0.05 96.94 06:54:39 06:48:01 2 1.49 0.00 0.62 0.05 0.02 97.82 06:54:39 06:48:01 3 1.25 0.00 1.02 0.02 0.00 97.71 06:54:39 06:49:01 all 0.06 0.00 0.05 0.00 0.00 99.89 06:54:39 06:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:54:39 06:49:01 1 0.10 0.00 0.05 0.00 0.02 99.83 06:54:39 06:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:54:39 06:49:01 3 0.05 0.00 0.07 0.00 0.00 99.88 06:54:39 06:50:01 all 0.04 0.00 0.09 0.00 0.03 99.84 06:54:39 06:50:01 0 0.05 0.00 0.15 0.00 0.03 99.77 06:54:39 06:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:54:39 06:50:01 2 0.02 0.00 0.10 0.00 0.02 99.87 06:54:39 06:50:01 3 0.08 0.00 0.08 0.00 0.05 99.78 06:54:39 06:51:01 all 0.03 0.00 0.02 0.00 0.00 99.95 06:54:39 06:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:54:39 06:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:54:39 06:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:54:39 06:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:54:39 06:52:01 all 0.10 0.00 0.07 0.00 0.05 99.77 06:54:39 06:52:01 0 0.07 0.00 0.07 0.00 0.05 99.82 06:54:39 06:52:01 1 0.10 0.00 0.08 0.00 0.05 99.77 06:54:39 06:52:01 2 0.18 0.00 0.05 0.00 0.08 99.68 06:54:39 06:52:01 3 0.07 0.00 0.08 0.00 0.03 99.82 06:54:39 06:53:01 all 0.03 0.00 0.03 0.00 0.08 99.86 06:54:39 06:53:01 0 0.02 0.00 0.02 0.00 0.05 99.92 06:54:39 06:53:01 1 0.02 0.00 0.02 0.00 0.08 99.88 06:54:39 06:53:01 2 0.08 0.00 0.07 0.00 0.15 99.70 06:54:39 06:53:01 3 0.00 0.00 0.02 0.00 0.05 99.93 06:54:39 06:54:01 all 0.05 0.00 0.05 0.00 0.02 99.88 06:54:39 06:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:54:39 06:54:01 1 0.07 0.00 0.03 0.00 0.03 99.87 06:54:39 06:54:01 2 0.07 0.00 0.08 0.00 0.03 99.82 06:54:39 06:54:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:54:39 Average: all 8.43 0.00 3.06 1.25 0.07 87.20 06:54:39 Average: 0 8.72 0.00 3.23 1.15 0.06 86.85 06:54:39 Average: 1 8.11 0.00 2.90 1.63 0.07 87.29 06:54:39 Average: 2 8.29 0.00 3.17 1.29 0.08 87.17 06:54:39 Average: 3 8.61 0.00 2.93 0.93 0.07 87.47 06:54:39 06:54:39 06:54:39