Branch indexing 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 beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc rather than ca3031ed79becafea960142ce03bf3c297bca30a Obtained Jenkinsfile from 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-617 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit ca3031ed79becafea960142ce03bf3c297bca30a > 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/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca3031ed79becafea960142ce03bf3c297bca30a # 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 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 Merge succeeded, producing f62e56e41d72eabf070e3366251c97e0682f379b Checking out Revision f62e56e41d72eabf070e3366251c97e0682f379b (PR-3328) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f62e56e41d72eabf070e3366251c97e0682f379b # timeout=10 Commit message: "Merge commit '1db696b9dfb42d3dc07ad7353d4356e193fbdfbc' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk ceae56ecff3cd132390b7649b2ea03e7e2b7c5a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:31:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:31:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:31:02 ========================================================= 08:31:02 EdgeX Global Pipelines Version Info 08:31:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:31:04 ------------------- 08:31:04 stable info: 08:31:04 ------------------- 08:31:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:31:04 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:31:04 Message: update stable to v1.0.186 08:31:04 ------------------- 08:31:04 experimental info: 08:31:04 ------------------- 08:31:04 Commited By: **** collab-it+edgex@linuxfoundation.org 08:31:04 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 08:31:04 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:31:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:31:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:31:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3328 [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3328 [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3328 [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f62e56e41d72eabf070e3366251c97e0682f379b [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f62e56e [Pipeline] echo 08:31:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:31:05 provisioning config files... 08:31:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config4810838699025483847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:05 ---> docker-login.sh 08:31:05 nexus3.edgexfoundry.org:10001 08:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:06 Configure a credential helper to remove this warning. See 08:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:06 08:31:06 Login Succeeded 08:31:06 nexus3.edgexfoundry.org:10002 08:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:06 Configure a credential helper to remove this warning. See 08:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:06 08:31:06 Login Succeeded 08:31:06 nexus3.edgexfoundry.org:10003 08:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:06 Configure a credential helper to remove this warning. See 08:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:06 08:31:06 Login Succeeded 08:31:06 nexus3.edgexfoundry.org:10004 08:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:07 Configure a credential helper to remove this warning. See 08:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:07 08:31:07 Login Succeeded 08:31:07 docker.io 08:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:07 Configure a credential helper to remove this warning. See 08:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:07 08:31:07 Login Succeeded 08:31:07 ---> docker-login.sh ends [Pipeline] } 08:31:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:07 ++ 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 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/core-command/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo core-command,cmd/core-command/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/core-data/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo core-data,cmd/core-data/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/core-metadata/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo core-metadata,cmd/core-metadata/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/security-bootstrapper/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/security-proxy-setup/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/support-notifications/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo support-notifications,cmd/support-notifications/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/support-scheduler/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:31:07 + for file in '`ls cmd/**/Dockerfile`' 08:31:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:31:07 ++ cut -d/ -f2 08:31:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:31:08 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 08:31:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:08 08:31:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:31:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:08 latest: Pulling from edgex-devops/git-semver 08:31:08 31603596830f: Pulling fs layer 08:31:08 2a8b12db71e7: Pulling fs layer 08:31:08 6ca5941a6612: Pulling fs layer 08:31:08 ecc8261a40a4: Pulling fs layer 08:31:08 ecc8261a40a4: Waiting 08:31:08 2a8b12db71e7: Verifying Checksum 08:31:08 2a8b12db71e7: Download complete 08:31:08 31603596830f: Verifying Checksum 08:31:08 31603596830f: Download complete 08:31:09 6ca5941a6612: Verifying Checksum 08:31:09 6ca5941a6612: Download complete 08:31:09 ecc8261a40a4: Verifying Checksum 08:31:09 ecc8261a40a4: Download complete 08:31:09 31603596830f: Pull complete 08:31:09 2a8b12db71e7: Pull complete 08:31:10 6ca5941a6612: Pull complete 08:31:11 ecc8261a40a4: Pull complete 08:31:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:31:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:31:11 prd-centos7-docker-4c-2g-617 does not seem to be running inside a container 08:31:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:31:13 $ docker top 2491431fa7af8d2aafccf7331ba52d6d5486559547b43e5908e1ca8b57e25b53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:13 [ssh-agent] Looking for ssh-agent implementation... 08:31:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:14 $ docker exec 2491431fa7af8d2aafccf7331ba52d6d5486559547b43e5908e1ca8b57e25b53 ssh-agent 08:31:14 SSH_AUTH_SOCK=/tmp/ssh-zhZa0VW8A7Rm/agent.12 08:31:14 SSH_AGENT_PID=18 08:31:14 Running ssh-add (command line suppressed) 08:31:14 Identity added: /w/workspace/edgex-go/36@tmp/private_key_7571466757784674031.key (/w/workspace/edgex-go/36@tmp/private_key_7571466757784674031.key) 08:31:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:14 + git tag --points-at HEAD [Pipeline] } 08:31:14 $ docker exec --env ******** --env ******** 2491431fa7af8d2aafccf7331ba52d6d5486559547b43e5908e1ca8b57e25b53 ssh-agent -k 08:31:15 unset SSH_AUTH_SOCK; 08:31:15 unset SSH_AGENT_PID; 08:31:15 echo Agent pid 18 killed; 08:31:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:15 [ssh-agent] Looking for ssh-agent implementation... 08:31:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:15 $ docker exec 2491431fa7af8d2aafccf7331ba52d6d5486559547b43e5908e1ca8b57e25b53 ssh-agent 08:31:15 SSH_AUTH_SOCK=/tmp/ssh-uBREcIvMKvqe/agent.48 08:31:15 SSH_AGENT_PID=54 08:31:15 Running ssh-add (command line suppressed) 08:31:15 Identity added: /w/workspace/edgex-go/36@tmp/private_key_6316645853559704938.key (/w/workspace/edgex-go/36@tmp/private_key_6316645853559704938.key) 08:31:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:16 + git semver init 08:31:16 # -> Open(): unable to determine branch for HEAD 08:31:16 # $GIT_DIR = /w/workspace/edgex-go/36/.git 08:31:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/36 08:31:16 # $SEMVER_REMOTE_NAME = origin 08:31:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:31:16 # $SEMVER_USER_NAME = edgex-jenkins 08:31:16 # $SEMVER_BRANCH = PR-3328 08:31:16 # $SEMVER_TEMP = /tmp/semver-614809976 08:31:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:31:38 # '/tmp/semver-614809976' -> '/w/workspace/edgex-go/36/.semver' 08:31:38 # -> Force: false 08:31:38 # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } 08:31:38 $ docker exec --env ******** --env ******** 2491431fa7af8d2aafccf7331ba52d6d5486559547b43e5908e1ca8b57e25b53 ssh-agent -k 08:31:38 unset SSH_AUTH_SOCK; 08:31:38 unset SSH_AGENT_PID; 08:31:38 echo Agent pid 54 killed; 08:31:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:38 + git semver [Pipeline] } 08:31:38 $ docker stop --time=1 2491431fa7af8d2aafccf7331ba52d6d5486559547b43e5908e1ca8b57e25b53 08:31:40 $ docker rm -f 2491431fa7af8d2aafccf7331ba52d6d5486559547b43e5908e1ca8b57e25b53 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:31:41 Stashed 1 file(s) [Pipeline] echo 08:31:41 [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 08:31:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:31:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:31:42 + true 08:31:42 + sudo service docker restart 08:31:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:31:43 ========================================================= 08:31:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:31:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:31:43 + 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 . 08:31:47 Sending build context to Docker daemon 329.6MB 08:31:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:31:47 Step 2/6 : FROM ${BASE} 08:31:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:31:47 188c0c94c7c5: Pulling fs layer 08:31:47 0ef7d3d256c8: Pulling fs layer 08:31:47 de9db76c5a1d: Pulling fs layer 08:31:47 bca2f99d35d6: Pulling fs layer 08:31:47 93359f2a8cfa: Pulling fs layer 08:31:47 7c6f9722023f: Pulling fs layer 08:31:47 a35cf1a2eb13: Pulling fs layer 08:31:47 7c6f9722023f: Waiting 08:31:47 93359f2a8cfa: Waiting 08:31:47 a35cf1a2eb13: Waiting 08:31:47 bca2f99d35d6: Waiting 08:31:47 de9db76c5a1d: Verifying Checksum 08:31:47 de9db76c5a1d: Download complete 08:31:47 0ef7d3d256c8: Download complete 08:31:47 93359f2a8cfa: Verifying Checksum 08:31:47 93359f2a8cfa: Download complete 08:31:47 7c6f9722023f: Verifying Checksum 08:31:47 7c6f9722023f: Download complete 08:31:47 188c0c94c7c5: Verifying Checksum 08:31:47 188c0c94c7c5: Download complete 08:31:48 188c0c94c7c5: Pull complete 08:31:48 0ef7d3d256c8: Pull complete 08:31:49 a35cf1a2eb13: Verifying Checksum 08:31:49 a35cf1a2eb13: Download complete 08:31:49 de9db76c5a1d: Pull complete 08:31:49 bca2f99d35d6: Verifying Checksum 08:31:49 bca2f99d35d6: Download complete 08:31:56 Still waiting to schedule task 08:31:56 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:31:56 bca2f99d35d6: Pull complete 08:31:56 93359f2a8cfa: Pull complete 08:31:56 7c6f9722023f: Pull complete 08:32:02 a35cf1a2eb13: Pull complete 08:32:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:32:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:32:02 ---> a62c8e92a672 08:32: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 08:32:02 ---> Running in ef8a568a8a7d 08:32:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:32:03 (1/12) Installing libmagic (5.38-r0) 08:32:04 (2/12) Installing file (5.38-r0) 08:32:04 (3/12) Installing libc-dev (0.7.2-r3) 08:32:04 (4/12) Installing g++ (9.3.0-r2) 08:32:08 (5/12) Installing fortify-headers (1.1-r0) 08:32:08 (6/12) Installing patch (2.7.6-r6) 08:32:08 (7/12) Installing build-base (0.5-r2) 08:32:08 (8/12) Installing libsodium (1.0.18-r0) 08:32:08 (9/12) Installing pkgconf (1.7.2-r0) 08:32:09 (10/12) Installing libsodium-dev (1.0.18-r0) 08:32:09 (11/12) Installing libzmq (4.3.3-r0) 08:32:09 (12/12) Installing zeromq-dev (4.3.3-r0) 08:32:09 Executing busybox-1.31.1-r19.trigger 08:32:09 OK: 233 MiB in 51 packages 08:32:12 Removing intermediate container ef8a568a8a7d 08:32:12 ---> a6d1554731c2 08:32:12 Step 4/6 : WORKDIR /edgex-go 08:32:13 ---> Running in 9d7b4bd58797 08:32:13 Removing intermediate container 9d7b4bd58797 08:32:13 ---> b430d6737a26 08:32:13 Step 5/6 : COPY go.mod . 08:32:13 ---> 488f1879dfac 08:32:13 Step 6/6 : RUN go mod download 08:32:13 ---> Running in 3e2e2dc79072 08:32:35 Removing intermediate container 3e2e2dc79072 08:32:35 ---> d268d61a493e 08:32:35 Successfully built d268d61a493e 08:32:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:32:35 + docker inspect -f . ci-base-image-x86_64 08:32:35 . [Pipeline] withDockerContainer 08:32:35 prd-centos7-docker-4c-2g-617 does not seem to be running inside a container 08:32:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** ci-base-image-x86_64 cat 08:32:36 $ docker top c5493fdbc067aea907a92c8dee170847afaf288e9151b6d5479d9654ee70a551 -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:37 + go version 08:32:37 go version go1.15.5 linux/amd64 [Pipeline] } 08:32:37 $ docker stop --time=1 c5493fdbc067aea907a92c8dee170847afaf288e9151b6d5479d9654ee70a551 08:32:38 $ docker rm -f c5493fdbc067aea907a92c8dee170847afaf288e9151b6d5479d9654ee70a551 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:39 + docker inspect -f . ci-base-image-x86_64 08:32:39 . [Pipeline] withDockerContainer 08:32:39 prd-centos7-docker-4c-2g-617 does not seem to be running inside a container 08:32:39 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** ci-base-image-x86_64 cat 08:32:40 $ docker top 2e542b6eab1c8c487d646d1b3cb5ab56e34889518e65ff6cfb491570eceb334e -eo pid,comm [Pipeline] { [Pipeline] echo 08:32:40 ========================================================= 08:32:40 [edgeXBuildGoParallel] Running Tests and Build... 08:32:40 ========================================================= [Pipeline] sh 08:32:41 + make test 08:32:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:32:51 ? github.com/edgexfoundry/edgex-go [no test files] 08:33:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:33:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:33:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:33:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:33:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:33:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:33:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:33:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:33:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:33:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:33:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:33:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.133s coverage: 45.9% of statements 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.078s coverage: 19.8% of statements 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.122s coverage: 100.0% of statements 08:33:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.356s coverage: 27.1% of statements 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:33:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:33:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.227s coverage: 82.9% of statements 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.433s coverage: 28.6% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.471s coverage: 93.0% of statements 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 0.9% of statements 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.142s coverage: 47.1% of statements 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.104s coverage: 79.5% of statements 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 08:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 08:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.279s coverage: 81.9% of statements 08:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.128s coverage: 92.9% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:34:04 flag provided but not defined: -badarg 08:34:04 Usage of adduser: 08:34:04 -algorithm string 08:34:04 Algorithm used for signing the JWT, RS256 or ES256 08:34:04 -client_id string 08:34:04 Optional manually-specified OAuth2 client_id. 08:34:04 -client_secret string 08:34:04 Optional manually-specified OAuth2 client_secret. 08:34:04 -confdir string 08:34:04 08:34:04 -group string 08:34:04 Group to which the user belongs, defaults to 'gateway' (default "gateway") 08:34:04 -id string 08:34:04 ID to use for linkage with JWT claim (usually the 'iss' field) 08:34:04 -jwt string 08:34:04 The file containing the JWT for use when accessing the Kong Admin API 08:34:04 -public_key string 08:34:04 Public key (in PEM format) used to validate the JWT. 08:34:04 -redirect_uris string 08:34:04 OAuth2 redirect URL for browser-based users (default: https://localhost) (default "https://localhost") 08:34:04 -token-type string 08:34:04 Type of token to create: jwt or oauth2 08:34:04 -user string 08:34:04 Username of the user to add 08:34:04 --- FAIL: TestAddUserJWT (0.00s) 08:34:04 command_test.go:121: 08:34:04 Error Trace: command_test.go:121 08:34:04 Error: Received unexpected error: 08:34:04 failed to read JWT file: open s0meJWT: no such file or directory 08:34:04 Test: TestAddUserJWT 08:34:04 --- FAIL: TestAddUserOAuth2 (0.00s) 08:34:04 command_test.go:193: 08:34:04 Error Trace: command_test.go:193 08:34:04 Error: Received unexpected error: 08:34:04 failed to read JWT file: open s0meJWT: no such file or directory 08:34:04 Test: TestAddUserOAuth2 08:34:04 FAIL 08:34:04 coverage: 40.0% of statements 08:34:04 FAIL github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.0% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.2% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 64.4% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 91.3% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 62.9% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 41.5% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.206s coverage: 47.0% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.085s coverage: 10.5% of statements 08:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:34:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.215s coverage: 87.7% of statements 08:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.760s coverage: 29.1% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 95.6% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.084s coverage: 100.0% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements 08:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements 08:34:09 FAIL 08:34:09 make: *** [Makefile:94: test] Error 1 [Pipeline] } 08:34:09 $ docker stop --time=1 2e542b6eab1c8c487d646d1b3cb5ab56e34889518e65ff6cfb491570eceb334e 08:34:11 $ docker rm -f 2e542b6eab1c8c487d646d1b3cb5ab56e34889518e65ff6cfb491570eceb334e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:34:12 Failed in branch amd64 08:34:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-619 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws 08:34:26 Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout 08:34:31 using credential edgex-jenkins-ssh 08:34:31 Cloning the remote Git repository 08:34:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:34:32 > git init /w/workspace/edgex-go/36 # timeout=10 08:34:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:32 > git --version # timeout=10 08:34:32 > git --version # 'git version 2.17.1' 08:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:52 Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit ca3031ed79becafea960142ce03bf3c297bca30a 08:34:53 Merge succeeded, producing 8a3757df53baa6959b28d29ca3fdbb41f96c4b6b 08:34:53 Checking out Revision 8a3757df53baa6959b28d29ca3fdbb41f96c4b6b (PR-3328) 08:34:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:34:52 > git config core.sparsecheckout # timeout=10 08:34:52 > git checkout -f ca3031ed79becafea960142ce03bf3c297bca30a # timeout=10 08:34:52 > git remote # timeout=10 08:34:52 > git config --get remote.origin.url # timeout=10 08:34:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:52 > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 08:34:53 > git rev-parse HEAD^{commit} # timeout=10 08:34:53 > git config core.sparsecheckout # timeout=10 08:34:53 > git checkout -f 8a3757df53baa6959b28d29ca3fdbb41f96c4b6b # timeout=10 08:34:57 Commit message: "Merge commit '1db696b9dfb42d3dc07ad7353d4356e193fbdfbc' into HEAD" 08:34:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:34:57 > git rev-list --no-walk ceae56ecff3cd132390b7649b2ea03e7e2b7c5a7 # timeout=10 08:34:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:34:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:34:59 + true 08:34:59 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:35:02 provisioning config files... 08:35:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config7099743035994021628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:02 ---> docker-login.sh 08:35:02 nexus3.edgexfoundry.org:10001 08:35:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:03 Configure a credential helper to remove this warning. See 08:35:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:03 08:35:03 Login Succeeded 08:35:03 nexus3.edgexfoundry.org:10002 08:35:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:04 Configure a credential helper to remove this warning. See 08:35:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:04 08:35:04 Login Succeeded 08:35:04 nexus3.edgexfoundry.org:10003 08:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:04 Configure a credential helper to remove this warning. See 08:35:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:04 08:35:04 Login Succeeded 08:35:04 nexus3.edgexfoundry.org:10004 08:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:05 Configure a credential helper to remove this warning. See 08:35:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:05 08:35:05 Login Succeeded 08:35:05 docker.io 08:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:05 Configure a credential helper to remove this warning. See 08:35:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:05 08:35:05 Login Succeeded 08:35:05 ---> docker-login.sh ends [Pipeline] } 08:35:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:35:05 ========================================================= 08:35:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:35:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:35:06 + 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 . 08:35:08 Sending build context to Docker daemon 167.4MB 08:35:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:35:08 Step 2/6 : FROM ${BASE} 08:35:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:35:08 5f621e34cdf4: Pulling fs layer 08:35:08 a4357932f1b6: Pulling fs layer 08:35:08 18c013af1878: Pulling fs layer 08:35:08 00ac8860ef70: Pulling fs layer 08:35:08 63d7cb157983: Pulling fs layer 08:35:08 b116817d02f9: Pulling fs layer 08:35:08 745a02a5169b: Pulling fs layer 08:35:08 00ac8860ef70: Waiting 08:35:08 63d7cb157983: Waiting 08:35:08 b116817d02f9: Waiting 08:35:08 745a02a5169b: Waiting 08:35:08 18c013af1878: Verifying Checksum 08:35:08 18c013af1878: Download complete 08:35:08 a4357932f1b6: Verifying Checksum 08:35:08 a4357932f1b6: Download complete 08:35:08 63d7cb157983: Download complete 08:35:08 5f621e34cdf4: Download complete 08:35:08 b116817d02f9: Download complete 08:35:09 5f621e34cdf4: Pull complete 08:35:10 a4357932f1b6: Pull complete 08:35:10 18c013af1878: Pull complete 08:35:10 745a02a5169b: Verifying Checksum 08:35:10 745a02a5169b: Download complete 08:35:11 00ac8860ef70: Verifying Checksum 08:35:11 00ac8860ef70: Download complete 08:35:22 00ac8860ef70: Pull complete 08:35:22 63d7cb157983: Pull complete 08:35:22 b116817d02f9: Pull complete 08:35:26 745a02a5169b: Pull complete 08:35:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:35:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:35:26 ---> b7e6874047d6 08:35:26 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 08:35:29 ---> Running in 4f37ec9cec15 08:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:35:32 (1/12) Installing libmagic (5.38-r0) 08:35:32 (2/12) Installing file (5.38-r0) 08:35:32 (3/12) Installing libc-dev (0.7.2-r3) 08:35:32 (4/12) Installing g++ (9.3.0-r2) 08:35:36 (5/12) Installing fortify-headers (1.1-r0) 08:35:36 (6/12) Installing patch (2.7.6-r6) 08:35:36 (7/12) Installing build-base (0.5-r2) 08:35:36 (8/12) Installing libsodium (1.0.18-r0) 08:35:37 (9/12) Installing pkgconf (1.7.2-r0) 08:35:37 (10/12) Installing libsodium-dev (1.0.18-r0) 08:35:37 (11/12) Installing libzmq (4.3.3-r0) 08:35:37 (12/12) Installing zeromq-dev (4.3.3-r0) 08:35:37 Executing busybox-1.31.1-r19.trigger 08:35:37 OK: 217 MiB in 51 packages 08:35:41 Removing intermediate container 4f37ec9cec15 08:35:41 ---> b85c7e4a2512 08:35:41 Step 4/6 : WORKDIR /edgex-go 08:35:41 ---> Running in 00d3ca066fcc 08:35:42 Removing intermediate container 00d3ca066fcc 08:35:42 ---> 50735092553e 08:35:42 Step 5/6 : COPY go.mod . 08:35:42 ---> 0c01804ca4a6 08:35:42 Step 6/6 : RUN go mod download 08:35:42 ---> Running in 28cf662f4c8f 08:36:09 Removing intermediate container 28cf662f4c8f 08:36:09 ---> 1656b24cb9c7 08:36:09 Successfully built 1656b24cb9c7 08:36:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:36:10 + docker inspect -f . ci-base-image-arm64 08:36:10 . [Pipeline] withDockerContainer 08:36:10 prd-ubuntu18.04-docker-arm64-4c-16g-619 does not seem to be running inside a container 08:36:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** ci-base-image-arm64 cat 08:36:11 $ docker top 7fc7b61ced1ead0c8627c3f0222128c478c12b2812a08225da36236e54552799 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:12 + go version 08:36:12 go version go1.15.5 linux/arm64 [Pipeline] } 08:36:12 $ docker stop --time=1 7fc7b61ced1ead0c8627c3f0222128c478c12b2812a08225da36236e54552799 08:36:14 $ docker rm -f 7fc7b61ced1ead0c8627c3f0222128c478c12b2812a08225da36236e54552799 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:15 + docker inspect -f . ci-base-image-arm64 08:36:15 . [Pipeline] withDockerContainer 08:36:15 prd-ubuntu18.04-docker-arm64-4c-16g-619 does not seem to be running inside a container 08:36:15 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** ci-base-image-arm64 cat 08:36:17 $ docker top bc0fe9d08d30a23144f540fcc4e51316b0b4eb190de53ebde197283cd8b94206 -eo pid,comm [Pipeline] { [Pipeline] echo 08:36:17 ========================================================= 08:36:17 [edgeXBuildGoParallel] Running Tests and Build... 08:36:17 ========================================================= [Pipeline] sh 08:36:18 + make test 08:36:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:36:40 ? github.com/edgexfoundry/edgex-go [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:37:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:37:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:37:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:37:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:37:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:37:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:37:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:38:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.326s coverage: 45.9% of statements 08:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:38:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.179s coverage: 19.8% of statements 08:38:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements 08:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.141s coverage: 100.0% of statements 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.172s coverage: 100.0% of statements 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.471s coverage: 82.9% of statements 08:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.209s coverage: 78.9% of statements 08:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.176s coverage: 28.6% of statements 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.295s coverage: 100.0% of statements 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.138s coverage: 100.0% of statements 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.203s coverage: 78.3% of statements 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.171s coverage: 93.0% of statements 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.135s coverage: 58.8% of statements 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.9% of statements 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.237s coverage: 47.1% of statements 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.180s coverage: 79.5% of statements 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.139s coverage: 94.1% of statements 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.161s coverage: 96.3% of statements 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.119s coverage: 87.5% of statements 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.168s coverage: 94.4% of statements 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.147s coverage: 44.8% of statements 08:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.536s coverage: 81.9% of statements 08:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.176s coverage: 92.9% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:39:01 flag provided but not defined: -badarg 08:39:01 Usage of adduser: 08:39:01 -algorithm string 08:39:01 Algorithm used for signing the JWT, RS256 or ES256 08:39:01 -client_id string 08:39:01 Optional manually-specified OAuth2 client_id. 08:39:01 -client_secret string 08:39:01 Optional manually-specified OAuth2 client_secret. 08:39:01 -confdir string 08:39:01 08:39:01 -group string 08:39:01 Group to which the user belongs, defaults to 'gateway' (default "gateway") 08:39:01 -id string 08:39:01 ID to use for linkage with JWT claim (usually the 'iss' field) 08:39:01 -jwt string 08:39:01 The file containing the JWT for use when accessing the Kong Admin API 08:39:01 -public_key string 08:39:01 Public key (in PEM format) used to validate the JWT. 08:39:01 -redirect_uris string 08:39:01 OAuth2 redirect URL for browser-based users (default: https://localhost) (default "https://localhost") 08:39:01 -token-type string 08:39:01 Type of token to create: jwt or oauth2 08:39:01 -user string 08:39:01 Username of the user to add 08:39:01 --- FAIL: TestAddUserJWT (0.00s) 08:39:01 command_test.go:121: 08:39:01 Error Trace: command_test.go:121 08:39:01 Error: Received unexpected error: 08:39:01 failed to read JWT file: open s0meJWT: no such file or directory 08:39:01 Test: TestAddUserJWT 08:39:01 --- FAIL: TestAddUserOAuth2 (0.00s) 08:39:01 command_test.go:193: 08:39:01 Error Trace: command_test.go:193 08:39:01 Error: Received unexpected error: 08:39:01 failed to read JWT file: open s0meJWT: no such file or directory 08:39:01 Test: TestAddUserOAuth2 08:39:01 FAIL 08:39:01 coverage: 40.0% of statements 08:39:01 FAIL github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.107s 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.0% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 85.4% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.244s coverage: 91.2% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.557s coverage: 64.4% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.112s coverage: 100.0% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 08:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements 08:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 08:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.977s coverage: 62.9% of statements 08:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.510s coverage: 41.5% of statements 08:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements 08:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.120s coverage: 84.8% of statements 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.492s coverage: 47.0% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.124s coverage: 10.5% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:39:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.443s coverage: 87.7% of statements 08:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.186s coverage: 29.1% of statements 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.186s coverage: 100.0% of statements 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.330s coverage: 95.6% of statements 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 28.1% of statements 08:39:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:39:25 FAIL 08:39:26 make: *** [Makefile:94: test] Error 1 [Pipeline] } 08:39:26 $ docker stop --time=1 bc0fe9d08d30a23144f540fcc4e51316b0b4eb190de53ebde197283cd8b94206 08:39:28 $ docker rm -f bc0fe9d08d30a23144f540fcc4e51316b0b4eb190de53ebde197283cd8b94206 [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 08:39:30 ---> job-cost.sh 08:39:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gzBN 08:40:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:41:46 lf-activate-venv(): INFO: Adding /tmp/venv-gzBN/bin to PATH 08:41:46 INFO: No Stack... 08:41:46 INFO: Retrieving Pricing Info for: lf-standard-4 08:41:46 INFO: Archiving Costs [Pipeline] sh 08:41:46 + cat /w/workspace/edgex-go/36/archives/cost.csv 08:41:46 + cut -d, -f6 [Pipeline] lock 08:41:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3328-36-stack-cost] 08:41:46 Resource [jenkins-edgexfoundry-edgex-go-PR-3328-36-stack-cost] did not exist. Created. 08:41:46 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3328-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:41:47 + echo total: 0.20999999344348907 [Pipeline] stash 08:41:48 Stashed 1 file(s) [Pipeline] } 08:41:48 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3328-36-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:41:48 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 08:41:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:41:50 ---> package-listing.sh 08:41:50 ++ facter osfamily 08:41:50 ++ tr '[:upper:]' '[:lower:]' 08:41:50 + OS_FAMILY=redhat 08:41:50 + workspace=/w/workspace/edgex-go/36 08:41:50 + START_PACKAGES=/tmp/packages_start.txt 08:41:50 + END_PACKAGES=/tmp/packages_end.txt 08:41:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:41:50 + PACKAGES=/tmp/packages_start.txt 08:41:50 + '[' /w/workspace/edgex-go/36 ']' 08:41:50 + PACKAGES=/tmp/packages_end.txt 08:41:50 + case "${OS_FAMILY}" in 08:41:50 + rpm -qa 08:41:50 + sort 08:41:55 + '[' -f /tmp/packages_start.txt ']' 08:41:55 + '[' -f /tmp/packages_end.txt ']' 08:41:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:41:55 + '[' /w/workspace/edgex-go/36 ']' 08:41:55 + mkdir -p /w/workspace/edgex-go/36/archives/ 08:41:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] echo 08:41:55 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/36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:41:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:41:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:41:56 08:41:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:41:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:41:56 alpine: Pulling from edgex-lftools-log-publisher 08:41:56 df20fa9351a1: Pulling fs layer 08:41:56 36b3adc4ff6f: Pulling fs layer 08:41:56 8ad3a11d3b57: Pulling fs layer 08:41:56 46f8f816bc3b: Pulling fs layer 08:41:56 93b61091891f: Pulling fs layer 08:41:56 93b9cdb0e59b: Pulling fs layer 08:41:56 5e14af77c1be: Pulling fs layer 08:41:56 01666e4c0597: Pulling fs layer 08:41:56 aa168da1d23b: Pulling fs layer 08:41:56 93b9cdb0e59b: Waiting 08:41:56 01666e4c0597: Waiting 08:41:56 aa168da1d23b: Waiting 08:41:56 46f8f816bc3b: Waiting 08:41:56 93b61091891f: Waiting 08:41:56 5e14af77c1be: Waiting 08:41:56 46f8f816bc3b: Verifying Checksum 08:41:56 46f8f816bc3b: Download complete 08:41:56 df20fa9351a1: Verifying Checksum 08:41:56 df20fa9351a1: Download complete 08:41:56 93b9cdb0e59b: Verifying Checksum 08:41:56 93b9cdb0e59b: Download complete 08:41:56 93b61091891f: Verifying Checksum 08:41:56 93b61091891f: Download complete 08:41:56 5e14af77c1be: Verifying Checksum 08:41:56 5e14af77c1be: Download complete 08:41:56 8ad3a11d3b57: Verifying Checksum 08:41:56 8ad3a11d3b57: Download complete 08:41:56 01666e4c0597: Verifying Checksum 08:41:56 01666e4c0597: Download complete 08:41:56 df20fa9351a1: Pull complete 08:41:57 36b3adc4ff6f: Pull complete 08:41:58 8ad3a11d3b57: Pull complete 08:41:58 46f8f816bc3b: Pull complete 08:41:58 aa168da1d23b: Verifying Checksum 08:41:58 aa168da1d23b: Download complete 08:41:59 93b61091891f: Pull complete 08:41:59 93b9cdb0e59b: Pull complete 08:41:59 5e14af77c1be: Pull complete 08:41:59 01666e4c0597: Pull complete 08:42:07 aa168da1d23b: Pull complete 08:42:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:42:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:42:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:42:07 prd-centos7-docker-4c-2g-617 does not seem to be running inside a container 08:42:07 $ 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/36/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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:42:11 $ docker top 644d004faf96a0e0c2e0bdb80eb5534d4833d32a92f8baa833a9d279219c5916 -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:11 + touch /tmp/pre-build-complete [Pipeline] sh 08:42:12 + mkdir -p /var/log/sa [Pipeline] sh 08:42:12 + ls /var/log/sa-host 08:42:12 + sadf -c /var/log/sa-host/sa18 08:42:12 file_magic: OK 08:42:12 HZ: Using current value: 100 08:42:12 file_header: OK 08:42:12 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 08:42:12 Statistics: 08:42:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:42:12 File successfully converted to sysstat format version 12.2.1 08:42:12 + sadf -c /var/log/sa-host/sa23 08:42:12 file_magic: OK 08:42:12 HZ: Using current value: 100 08:42:12 file_header: OK 08:42:12 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 08:42:12 Statistics: 08:42:12 Hnuu...uuuununununu... 08:42:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:42:12 provisioning config files... 08:42:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config407376839040387402tmp [Pipeline] { [Pipeline] echo 08:42:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:42:13 ---> create-netrc.sh [Pipeline] } 08:42:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:42:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:42:13 ---> python-tools-install.sh [Pipeline] echo 08:42:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:42:13 ---> sudo-logs.sh 08:42:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:42:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:42:14 ---> job-cost.sh 08:42:14 lf-activate-venv: SKIPPING 08:42:14 DEBUG: total: 0.20999999344348907 08:42:14 INFO: Retrieving Stack Cost... 08:42:16 INFO: Retrieving Pricing Info for: v1-standard-2 08:42:16 INFO: Archiving Costs [Pipeline] echo 08:42:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:42:16 ---> logs-deploy.sh 08:42:16 lf-activate-venv: SKIPPING 08:42:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3328/36 08:42:16 INFO: archiving workspace using pattern(s): 08:42:18 Archives upload complete. 08:42:18 INFO: archiving logs to Nexus 08:42:19 ---> uname -a: 08:42:19 Linux prd-centos7-docker-4c-2g-617.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:42:19 08:42:19 08:42:19 ---> lscpu: 08:42:19 Architecture: x86_64 08:42:19 CPU op-mode(s): 32-bit, 64-bit 08:42:19 Byte Order: Little Endian 08:42:19 Address sizes: 40 bits physical, 48 bits virtual 08:42:19 CPU(s): 4 08:42:19 On-line CPU(s) list: 0-3 08:42:19 Thread(s) per core: 1 08:42:19 Core(s) per socket: 1 08:42:19 Socket(s): 4 08:42:19 NUMA node(s): 1 08:42:19 Vendor ID: GenuineIntel 08:42:19 CPU family: 6 08:42:19 Model: 44 08:42:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:42:19 Stepping: 1 08:42:19 CPU MHz: 2933.436 08:42:19 BogoMIPS: 5866.87 08:42:19 Virtualization: VT-x 08:42:19 Hypervisor vendor: KVM 08:42:19 Virtualization type: full 08:42:19 L1d cache: 128 KiB 08:42:19 L1i cache: 128 KiB 08:42:19 L2 cache: 16 MiB 08:42:19 L3 cache: 64 MiB 08:42:19 NUMA node0 CPU(s): 0-3 08:42:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:42:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:42:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:42:19 Vulnerability Meltdown: Mitigation; PTI 08:42:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:42:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:42:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:42:19 Vulnerability Srbds: Not affected 08:42:19 Vulnerability Tsx async abort: Not affected 08:42:19 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 08:42:19 08:42:19 08:42:19 ---> nproc: 08:42:19 4 08:42:19 08:42:19 08:42:19 ---> df -h: 08:42:19 Filesystem Size Used Available Use% Mounted on 08:42:19 overlay 50.0G 8.2G 41.7G 17% / 08:42:19 tmpfs 64.0M 0 64.0M 0% /dev 08:42:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:42:19 shm 64.0M 0 64.0M 0% /dev/shm 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/36 08:42:19 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/36@tmp 08:42:19 08:42:19 08:42:19 ---> free -m: 08:42:19 total used free shared buff/cache available 08:42:19 Mem: 1837 757 147 0 932 987 08:42:19 Swap: 1023 3 1020 08:42:19 08:42:19 08:42:19 ---> ip addr: 08:42:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:42:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:42:19 inet 127.0.0.1/8 scope host lo 08:42:19 valid_lft forever preferred_lft forever 08:42:19 inet6 ::1/128 scope host 08:42:19 valid_lft forever preferred_lft forever 08:42:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:42:19 link/ether fa:16:3e:9d:d1:30 brd ff:ff:ff:ff:ff:ff 08:42:19 inet 10.30.123.114/23 brd 10.30.123.255 scope global dynamic eth0 08:42:19 valid_lft 85675sec preferred_lft 85675sec 08:42:19 inet6 fe80::f816:3eff:fe9d:d130/64 scope link 08:42:19 valid_lft forever preferred_lft forever 08:42:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:42:19 link/ether 02:42:0e:65:96:f1 brd ff:ff:ff:ff:ff:ff 08:42:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:42:19 valid_lft forever preferred_lft forever 08:42:19 inet6 fe80::42:eff:fe65:96f1/64 scope link 08:42:19 valid_lft forever preferred_lft forever 08:42:19 08:42:19 08:42:19 ---> sar -b -r -n DEV: 08:42:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/18/21 _x86_64_ (4 CPU) 08:42:19 08:42:19 08:29:58 LINUX RESTART (4 CPU) 08:42:19 08:42:19 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:42:19 08:32:02 217.92 94.46 123.45 0.00 10480.85 46762.27 0.00 08:42:19 08:33:01 264.95 108.08 156.88 0.00 4231.02 20211.15 0.00 08:42:19 08:34:01 90.10 20.06 70.04 0.00 748.63 10938.98 0.00 08:42:19 08:35:01 20.23 4.89 15.33 0.00 1191.14 969.57 0.00 08:42:19 08:36:01 1.62 1.17 0.45 0.00 71.27 6.19 0.00 08:42:19 08:37:01 1.22 0.92 0.30 0.00 50.35 3.23 0.00 08:42:19 08:38:01 0.30 0.00 0.30 0.00 0.00 3.88 0.00 08:42:19 08:39:01 0.32 0.00 0.32 0.00 0.00 4.88 0.00 08:42:19 08:40:01 0.28 0.00 0.28 0.00 0.00 4.60 0.00 08:42:19 08:41:01 0.20 0.00 0.20 0.00 0.00 2.88 0.00 08:42:19 08:42:01 80.06 57.24 22.82 0.00 4871.05 7627.74 0.00 08:42:19 Average: 61.32 25.98 35.34 0.00 1966.26 7856.86 0.00 08:42:19 08:42:19 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:42:19 08:32:02 174896 0 700200 37.21 2000 1004448 1366848 46.65 528376 940448 4 08:42:19 08:33:01 127172 0 897420 47.70 1460 855492 1862112 63.55 685952 794524 73896 08:42:19 08:34:01 192376 0 815072 43.32 688 873408 1683304 57.45 681628 724720 14036 08:42:19 08:35:01 583952 0 690344 36.69 688 606560 1126952 38.46 443644 591180 8 08:42:19 08:36:01 587412 0 684752 36.39 688 608692 1096160 37.41 455032 578876 8 08:42:19 08:37:01 586412 0 684236 36.37 688 610208 1096088 37.41 452744 582436 8 08:42:19 08:38:01 586520 0 684124 36.36 688 610212 1096112 37.41 452868 582436 16 08:42:19 08:39:01 586812 0 683828 36.34 688 610216 1096088 37.41 452204 582988 12 08:42:19 08:40:01 586532 0 684100 36.36 688 610224 1096088 37.41 452212 582988 8 08:42:19 08:41:01 585236 0 685392 36.43 688 610228 1096292 37.41 453308 582988 12 08:42:19 08:42:01 80740 0 763268 40.57 656 1036880 1518908 51.84 598952 924884 26584 08:42:19 Average: 425278 0 724794 38.52 875 730597 1284996 43.85 514265 678952 10417 08:42:19 08:42:19 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:42:19 08:32:02 veth9a1f808 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:32:02 eth0 1132.95 1166.87 5954.25 163.54 0.00 0.00 0.00 0.00 08:42:19 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:32:02 veth720e0f3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:33:01 eth0 278.83 216.49 880.74 30.12 0.00 0.00 0.00 0.00 08:42:19 08:33:01 veth035e98d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:42:19 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:33:01 docker0 1048.41 947.03 85.40 3573.90 0.00 0.00 0.00 0.00 08:42:19 08:34:01 eth0 28.21 14.82 21.74 11.46 0.00 0.00 0.00 0.00 08:42:19 08:34:01 veth035e98d 1.63 1.63 0.13 0.13 0.00 0.00 0.00 0.00 08:42:19 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:34:01 docker0 1.63 1.63 0.11 0.13 0.00 0.00 0.00 0.00 08:42:19 08:35:01 eth0 7.47 4.46 6.14 3.08 0.00 0.00 0.00 0.00 08:42:19 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:35:01 docker0 0.50 0.50 0.03 0.04 0.00 0.00 0.00 0.00 08:42:19 08:36:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:42:19 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:37:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:38:01 eth0 0.23 0.17 0.10 0.01 0.00 0.00 0.00 0.00 08:42:19 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:42:19 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:40:01 eth0 0.53 0.08 0.05 0.01 0.00 0.00 0.00 0.00 08:42:19 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:41:01 eth0 0.67 0.60 0.35 0.25 0.00 0.00 0.00 0.00 08:42:19 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:42:01 eth0 223.13 185.83 2164.66 88.90 0.00 0.00 0.00 0.00 08:42:19 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 Average: eth0 152.02 144.57 821.56 27.06 0.00 0.00 0.00 0.00 08:42:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:19 Average: docker0 94.21 85.11 7.67 320.49 0.00 0.00 0.00 0.00 08:42:19 08:42:19 08:42:19 ---> sar -P ALL: 08:42:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/18/21 _x86_64_ (4 CPU) 08:42:19 08:42:19 08:29:58 LINUX RESTART (4 CPU) 08:42:19 08:42:19 08:31:01 CPU %user %nice %system %iowait %steal %idle 08:42:19 08:32:02 all 17.89 0.00 10.42 1.77 1.25 68.67 08:42:19 08:32:02 0 15.17 0.00 11.61 1.43 1.38 70.40 08:42:19 08:32:02 1 23.75 0.00 10.58 2.18 1.10 62.40 08:42:19 08:32:02 2 15.62 0.00 9.59 1.02 1.31 72.46 08:42:19 08:32:02 3 17.01 0.00 9.92 2.46 1.21 69.40 08:42:19 08:33:01 all 24.12 0.00 9.46 7.71 0.71 57.99 08:42:19 08:33:01 0 24.30 0.00 9.67 5.63 0.58 59.82 08:42:19 08:33:01 1 23.54 0.00 10.04 8.69 0.65 57.08 08:42:19 08:33:01 2 25.85 0.00 9.86 7.26 0.82 56.21 08:42:19 08:33:01 3 22.78 0.00 8.27 9.28 0.80 58.87 08:42:19 08:34:01 all 48.60 0.00 12.72 2.98 1.96 33.74 08:42:19 08:34:01 0 48.38 0.00 13.43 4.30 2.04 31.85 08:42:19 08:34:01 1 49.50 0.00 12.49 3.45 1.80 32.76 08:42:19 08:34:01 2 49.34 0.00 13.33 1.29 1.76 34.29 08:42:19 08:34:01 3 47.20 0.00 11.65 2.86 2.23 36.05 08:42:19 08:35:01 all 7.94 0.00 2.29 0.34 0.28 89.16 08:42:19 08:35:01 0 8.08 0.00 2.05 0.05 0.29 89.53 08:42:19 08:35:01 1 8.32 0.00 2.34 1.18 0.22 87.94 08:42:19 08:35:01 2 7.71 0.00 2.36 0.07 0.27 89.59 08:42:19 08:35:01 3 7.64 0.00 2.40 0.05 0.34 89.57 08:42:19 08:36:01 all 0.11 0.00 0.07 0.00 0.03 99.79 08:42:19 08:36:01 0 0.00 0.00 0.05 0.02 0.02 99.92 08:42:19 08:36:01 1 0.33 0.00 0.10 0.00 0.03 99.53 08:42:19 08:36:01 2 0.07 0.00 0.07 0.00 0.03 99.83 08:42:19 08:36:01 3 0.03 0.00 0.07 0.00 0.02 99.88 08:42:19 08:37:01 all 0.15 0.00 0.06 0.00 0.04 99.75 08:42:19 08:37:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:42:19 08:37:01 1 0.50 0.00 0.07 0.00 0.08 99.35 08:42:19 08:37:01 2 0.05 0.00 0.08 0.00 0.05 99.82 08:42:19 08:37:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:42:19 08:38:01 all 0.15 0.00 0.03 0.00 0.01 99.81 08:42:19 08:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:42:19 08:38:01 1 0.53 0.00 0.05 0.00 0.00 99.42 08:42:19 08:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 08:42:19 08:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:42:19 08:39:01 all 0.18 0.00 0.05 0.00 0.02 99.76 08:42:19 08:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:42:19 08:39:01 1 0.55 0.00 0.08 0.00 0.02 99.35 08:42:19 08:39:01 2 0.08 0.00 0.05 0.00 0.03 99.83 08:42:19 08:39:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:42:19 08:40:01 all 0.16 0.00 0.05 0.00 0.00 99.79 08:42:19 08:40:01 0 0.02 0.00 0.07 0.00 0.00 99.92 08:42:19 08:40:01 1 0.53 0.00 0.03 0.00 0.00 99.43 08:42:19 08:40:01 2 0.08 0.00 0.05 0.00 0.00 99.87 08:42:19 08:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:42:19 08:41:01 all 0.18 0.00 0.03 0.00 0.00 99.78 08:42:19 08:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:42:19 08:41:01 1 0.55 0.00 0.03 0.00 0.00 99.42 08:42:19 08:41:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:42:19 08:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:42:19 08:42:01 all 3.80 0.00 2.61 1.21 0.08 92.31 08:42:19 08:42:01 0 3.66 0.00 2.79 0.59 0.05 92.91 08:42:19 08:42:01 1 4.34 0.00 2.99 2.20 0.07 90.40 08:42:19 08:42:01 2 3.44 0.00 2.39 0.22 0.12 93.83 08:42:19 08:42:01 3 3.75 0.00 2.25 1.82 0.08 92.09 08:42:19 08:42:19 Average: CPU %user %nice %system %iowait %steal %idle 08:42:19 Average: all 9.02 0.00 3.32 1.23 0.38 86.05 08:42:19 Average: 0 8.71 0.00 3.49 1.05 0.38 86.36 08:42:19 Average: 1 9.84 0.00 3.41 1.56 0.35 84.85 08:42:19 Average: 2 8.95 0.00 3.33 0.87 0.39 86.46 08:42:19 Average: 3 8.59 0.00 3.04 1.44 0.41 86.51 08:42:19 08:42:19 08:42:19