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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f7cba1f5bd7f0f50faed19509b697065ec7e4bcf rather than 4e62707f9976412ce485403c08cd2e000ff1eaa6 Obtained Jenkinsfile from f7cba1f5bd7f0f50faed19509b697065ec7e4bcf 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22390 in /w/workspace/edgexfoundry_edgex-go_PR-3068 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 4e62707f9976412ce485403c08cd2e000ff1eaa6 Merge succeeded, producing 5ea3bad263587e5c26cb500770a97ded3270c43a Checking out Revision 5ea3bad263587e5c26cb500770a97ded3270c43a (PR-3068) > 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/3068/head:refs/remotes/origin/PR-3068 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e62707f9976412ce485403c08cd2e000ff1eaa6 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ea3bad263587e5c26cb500770a97ded3270c43a # timeout=10 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" > git rev-list --no-walk 4e62707f9976412ce485403c08cd2e000ff1eaa6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:03 ========================================================= 00:30:03 EdgeX Global Pipelines Version Info 00:30:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:05 ------------------- 00:30:05 stable info: 00:30:05 ------------------- 00:30:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:05 Message: update stable to v1.0.179 00:30:07 ------------------- 00:30:07 experimental info: 00:30:07 ------------------- 00:30:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:07 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:07 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3068 [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3068 [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3068 [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ea3bad263587e5c26cb500770a97ded3270c43a [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ea3bad [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:10 provisioning config files... 00:30:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5566661374185279815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:11 ---> docker-login.sh 00:30:11 nexus3.edgexfoundry.org:10001 00:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:11 Configure a credential helper to remove this warning. See 00:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:11 00:30:11 Login Succeeded 00:30:11 nexus3.edgexfoundry.org:10002 00:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:11 Configure a credential helper to remove this warning. See 00:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:11 00:30:11 Login Succeeded 00:30:11 nexus3.edgexfoundry.org:10003 00:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:11 Configure a credential helper to remove this warning. See 00:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:11 00:30:11 Login Succeeded 00:30:11 nexus3.edgexfoundry.org:10004 00:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:12 Configure a credential helper to remove this warning. See 00:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:12 00:30:12 Login Succeeded 00:30:12 docker.io 00:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:12 Configure a credential helper to remove this warning. See 00:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:12 00:30:12 Login Succeeded 00:30:12 ---> docker-login.sh ends [Pipeline] } 00:30:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:12 ++ 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 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/core-command/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo core-command,cmd/core-command/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/core-data/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo core-data,cmd/core-data/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/core-metadata/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/support-notifications/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/support-scheduler/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:12 + for file in '`ls cmd/**/Dockerfile`' 00:30:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:12 ++ cut -d/ -f2 00:30:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:12 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 00:30:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:14 00:30:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:14 latest: Pulling from edgex-devops/git-semver 00:30:14 31603596830f: Pulling fs layer 00:30:14 2a8b12db71e7: Pulling fs layer 00:30:14 6ca5941a6612: Pulling fs layer 00:30:14 ecc8261a40a4: Pulling fs layer 00:30:14 ecc8261a40a4: Waiting 00:30:14 2a8b12db71e7: Verifying Checksum 00:30:14 2a8b12db71e7: Download complete 00:30:14 31603596830f: Verifying Checksum 00:30:14 31603596830f: Download complete 00:30:15 ecc8261a40a4: Verifying Checksum 00:30:15 ecc8261a40a4: Download complete 00:30:15 6ca5941a6612: Verifying Checksum 00:30:15 6ca5941a6612: Download complete 00:30:15 31603596830f: Pull complete 00:30:15 2a8b12db71e7: Pull complete 00:30:16 6ca5941a6612: Pull complete 00:30:16 ecc8261a40a4: Pull complete 00:30:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:17 prd-centos7-docker-4c-2g-22390 does not seem to be running inside a container 00:30:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:20 $ docker top 6c49c6502e4f50e67fe1c6bd73d692408970e575edcf09c0f57e804908502e55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:20 [ssh-agent] Looking for ssh-agent implementation... 00:30:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:20 $ docker exec 6c49c6502e4f50e67fe1c6bd73d692408970e575edcf09c0f57e804908502e55 ssh-agent 00:30:20 SSH_AUTH_SOCK=/tmp/ssh-LK5mCGzZbItG/agent.11 00:30:20 SSH_AGENT_PID=16 00:30:20 Running ssh-add (command line suppressed) 00:30:21 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8633789624596220499.key (/w/workspace/edgex-go/3@tmp/private_key_8633789624596220499.key) 00:30:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:21 + git tag --points-at HEAD [Pipeline] } 00:30:21 $ docker exec --env ******** --env ******** 6c49c6502e4f50e67fe1c6bd73d692408970e575edcf09c0f57e804908502e55 ssh-agent -k 00:30:21 unset SSH_AUTH_SOCK; 00:30:21 unset SSH_AGENT_PID; 00:30:21 echo Agent pid 16 killed; 00:30:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:21 [ssh-agent] Looking for ssh-agent implementation... 00:30:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:22 $ docker exec 6c49c6502e4f50e67fe1c6bd73d692408970e575edcf09c0f57e804908502e55 ssh-agent 00:30:22 SSH_AUTH_SOCK=/tmp/ssh-h9R3b63glHLj/agent.45 00:30:22 SSH_AGENT_PID=51 00:30:22 Running ssh-add (command line suppressed) 00:30:22 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1853871136182902028.key (/w/workspace/edgex-go/3@tmp/private_key_1853871136182902028.key) 00:30:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:22 + git semver init 00:30:22 # -> Open(): unable to determine branch for HEAD 00:30:22 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:30:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:30:22 # $SEMVER_REMOTE_NAME = origin 00:30:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:22 # $SEMVER_USER_NAME = edgex-jenkins 00:30:22 # $SEMVER_BRANCH = PR-3068 00:30:22 # $SEMVER_TEMP = /tmp/semver-027942478 00:30:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:01 # '/tmp/semver-027942478' -> '/w/workspace/edgex-go/3/.semver' 00:31:01 # -> Force: false 00:31:01 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:31:01 $ docker exec --env ******** --env ******** 6c49c6502e4f50e67fe1c6bd73d692408970e575edcf09c0f57e804908502e55 ssh-agent -k 00:31:02 unset SSH_AUTH_SOCK; 00:31:02 unset SSH_AGENT_PID; 00:31:02 echo Agent pid 51 killed; 00:31:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:02 + git semver [Pipeline] } 00:31:02 $ docker stop --time=1 6c49c6502e4f50e67fe1c6bd73d692408970e575edcf09c0f57e804908502e55 00:31:04 $ docker rm -f 6c49c6502e4f50e67fe1c6bd73d692408970e575edcf09c0f57e804908502e55 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:05 Stashed 1 file(s) [Pipeline] echo 00:31:05 [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 00:31:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:07 + true 00:31:07 + sudo service docker restart 00:31:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:07 ========================================================= 00:31:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:07 + 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 . 00:31:12 Sending build context to Docker daemon 327.2MB 00:31:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:12 Step 2/6 : FROM ${BASE} 00:31:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:12 188c0c94c7c5: Pulling fs layer 00:31:12 0ef7d3d256c8: Pulling fs layer 00:31:12 de9db76c5a1d: Pulling fs layer 00:31:12 bca2f99d35d6: Pulling fs layer 00:31:12 93359f2a8cfa: Pulling fs layer 00:31:12 7c6f9722023f: Pulling fs layer 00:31:12 a35cf1a2eb13: Pulling fs layer 00:31:12 7c6f9722023f: Waiting 00:31:12 bca2f99d35d6: Waiting 00:31:12 93359f2a8cfa: Waiting 00:31:12 a35cf1a2eb13: Waiting 00:31:12 de9db76c5a1d: Verifying Checksum 00:31:12 de9db76c5a1d: Download complete 00:31:12 0ef7d3d256c8: Download complete 00:31:12 93359f2a8cfa: Verifying Checksum 00:31:12 93359f2a8cfa: Download complete 00:31:12 7c6f9722023f: Verifying Checksum 00:31:12 7c6f9722023f: Download complete 00:31:12 188c0c94c7c5: Verifying Checksum 00:31:12 188c0c94c7c5: Download complete 00:31:12 188c0c94c7c5: Pull complete 00:31:12 0ef7d3d256c8: Pull complete 00:31:13 de9db76c5a1d: Pull complete 00:31:14 a35cf1a2eb13: Verifying Checksum 00:31:14 a35cf1a2eb13: Download complete 00:31:15 bca2f99d35d6: Verifying Checksum 00:31:15 bca2f99d35d6: Download complete 00:31:20 Still waiting to schedule task 00:31:20 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:22 bca2f99d35d6: Pull complete 00:31:22 93359f2a8cfa: Pull complete 00:31:22 7c6f9722023f: Pull complete 00:31:27 a35cf1a2eb13: Pull complete 00:31:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:27 ---> a62c8e92a672 00:31:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:27 ---> Running in e44e1ceb6e3a 00:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:29 (1/12) Installing libmagic (5.38-r0) 00:31:29 (2/12) Installing file (5.38-r0) 00:31:29 (3/12) Installing libc-dev (0.7.2-r3) 00:31:29 (4/12) Installing g++ (9.3.0-r2) 00:31:44 (5/12) Installing fortify-headers (1.1-r0) 00:31:44 (6/12) Installing patch (2.7.6-r6) 00:31:44 (7/12) Installing build-base (0.5-r2) 00:31:44 (8/12) Installing libsodium (1.0.18-r0) 00:31:44 (9/12) Installing pkgconf (1.7.2-r0) 00:31:44 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:44 (11/12) Installing libzmq (4.3.3-r0) 00:31:44 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:44 Executing busybox-1.31.1-r19.trigger 00:31:44 OK: 233 MiB in 51 packages 00:31:47 Removing intermediate container e44e1ceb6e3a 00:31:47 ---> e808cfaf59ff 00:31:47 Step 4/6 : WORKDIR /edgex-go 00:31:47 ---> Running in 6ab18931b887 00:31:47 Removing intermediate container 6ab18931b887 00:31:47 ---> a5e7f54a3d18 00:31:47 Step 5/6 : COPY go.mod . 00:31:47 ---> 2ecb13ddfed4 00:31:47 Step 6/6 : RUN go mod download 00:31:47 ---> Running in 78e5424f7d01 00:32:09 Removing intermediate container 78e5424f7d01 00:32:09 ---> ce0506de463b 00:32:09 Successfully built ce0506de463b 00:32:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:10 + docker inspect -f . ci-base-image-x86_64 00:32:10 . [Pipeline] withDockerContainer 00:32:10 prd-centos7-docker-4c-2g-22390 does not seem to be running inside a container 00:32:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:11 $ docker top b9195805ee12bae302efadc4e7221a3047cd6007eaf72115c1d5fd8a372c2b69 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:11 + go version 00:32:11 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:11 $ docker stop --time=1 b9195805ee12bae302efadc4e7221a3047cd6007eaf72115c1d5fd8a372c2b69 00:32:13 $ docker rm -f b9195805ee12bae302efadc4e7221a3047cd6007eaf72115c1d5fd8a372c2b69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker inspect -f . ci-base-image-x86_64 00:32:14 . [Pipeline] withDockerContainer 00:32:14 prd-centos7-docker-4c-2g-22390 does not seem to be running inside a container 00:32:14 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:14 $ docker top f5537bcc48200fe49d83ca1b4952de7b2f98625cda825ed4a31889051ac177ce -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:15 ========================================================= 00:32:15 [edgeXBuildGoParallel] Running Tests and Build... 00:32:15 ========================================================= [Pipeline] sh 00:32:15 + make test 00:32:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:25 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.6% of statements 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.075s coverage: 65.8% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.3% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 43.8% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 63.5% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.519s coverage: 68.9% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 37.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.443s coverage: 84.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.1% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.998s coverage: 29.1% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.049s coverage: 100.0% of statements 00:33:21 GO111MODULE=on go vet ./... 00:33:54 gofmt -l . 00:33:54 [ "`gofmt -l .`" = "" ] 00:33:54 ./bin/test-go-mod-tidy.sh 00:33:54 ./bin/test-attribution-txt.sh 00:33:54 An attribution for gopkg.in/yaml.v2 is missing from Attribution.txt, please add 00:33:54 make: *** [Makefile:103: test] Error 1 [Pipeline] } 00:33:54 $ docker stop --time=1 f5537bcc48200fe49d83ca1b4952de7b2f98625cda825ed4a31889051ac177ce 00:33:57 $ docker rm -f f5537bcc48200fe49d83ca1b4952de7b2f98625cda825ed4a31889051ac177ce [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] } 00:33:58 Failed in branch amd64 00:34:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22401 in /w/workspace/edgexfoundry_edgex-go_PR-3068 [Pipeline] { [Pipeline] ws 00:34:27 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:34:32 using credential edgex-jenkins-ssh 00:34:32 Cloning the remote Git repository 00:34:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:32 > git init /w/workspace/edgex-go/3 # timeout=10 00:34:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:32 > git --version # timeout=10 00:34:32 > git --version # 'git version 2.17.1' 00:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3068/head:refs/remotes/origin/PR-3068 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:48 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 4e62707f9976412ce485403c08cd2e000ff1eaa6 00:34:49 Merge succeeded, producing ba6acd74bd85957e78f1158dcf3d1bbe8052a7a3 00:34:49 Checking out Revision ba6acd74bd85957e78f1158dcf3d1bbe8052a7a3 (PR-3068) 00:34:48 > git config core.sparsecheckout # timeout=10 00:34:48 > git checkout -f 4e62707f9976412ce485403c08cd2e000ff1eaa6 # timeout=10 00:34:48 > git remote # timeout=10 00:34:49 > git config --get remote.origin.url # timeout=10 00:34:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:49 > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 00:34:49 > git rev-parse HEAD^{commit} # timeout=10 00:34:49 > git config core.sparsecheckout # timeout=10 00:34:49 > git checkout -f ba6acd74bd85957e78f1158dcf3d1bbe8052a7a3 # timeout=10 00:34:53 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" 00:34:53 > git rev-list --no-walk 4e62707f9976412ce485403c08cd2e000ff1eaa6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:55 + sudo service docker restart 00:34:55 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:58 provisioning config files... 00:34:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6463020868558304354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:58 ---> docker-login.sh 00:34:58 nexus3.edgexfoundry.org:10001 00:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:59 Configure a credential helper to remove this warning. See 00:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:59 00:34:59 Login Succeeded 00:34:59 nexus3.edgexfoundry.org:10002 00:35:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:00 Configure a credential helper to remove this warning. See 00:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:00 00:35:00 Login Succeeded 00:35:00 nexus3.edgexfoundry.org:10003 00:35:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:00 Configure a credential helper to remove this warning. See 00:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:00 00:35:00 Login Succeeded 00:35:00 nexus3.edgexfoundry.org:10004 00:35:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:01 Configure a credential helper to remove this warning. See 00:35:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:01 00:35:01 Login Succeeded 00:35:01 docker.io 00:35:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:01 Configure a credential helper to remove this warning. See 00:35:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:01 00:35:01 Login Succeeded 00:35:01 ---> docker-login.sh ends [Pipeline] } 00:35:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:02 ========================================================= 00:35:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:02 + 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 . 00:35:05 Sending build context to Docker daemon 165.9MB 00:35:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:05 Step 2/6 : FROM ${BASE} 00:35:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:05 5f621e34cdf4: Pulling fs layer 00:35:05 a4357932f1b6: Pulling fs layer 00:35:05 18c013af1878: Pulling fs layer 00:35:05 00ac8860ef70: Pulling fs layer 00:35:05 63d7cb157983: Pulling fs layer 00:35:05 b116817d02f9: Pulling fs layer 00:35:05 745a02a5169b: Pulling fs layer 00:35:05 00ac8860ef70: Waiting 00:35:05 63d7cb157983: Waiting 00:35:05 b116817d02f9: Waiting 00:35:05 745a02a5169b: Waiting 00:35:05 18c013af1878: Verifying Checksum 00:35:05 18c013af1878: Download complete 00:35:05 a4357932f1b6: Verifying Checksum 00:35:05 a4357932f1b6: Download complete 00:35:05 63d7cb157983: Download complete 00:35:05 b116817d02f9: Verifying Checksum 00:35:05 b116817d02f9: Download complete 00:35:05 5f621e34cdf4: Verifying Checksum 00:35:05 5f621e34cdf4: Download complete 00:35:05 5f621e34cdf4: Pull complete 00:35:06 a4357932f1b6: Pull complete 00:35:06 18c013af1878: Pull complete 00:35:08 745a02a5169b: Verifying Checksum 00:35:08 745a02a5169b: Download complete 00:35:09 00ac8860ef70: Verifying Checksum 00:35:09 00ac8860ef70: Download complete 00:35:20 00ac8860ef70: Pull complete 00:35:20 63d7cb157983: Pull complete 00:35:20 b116817d02f9: Pull complete 00:35:23 745a02a5169b: Pull complete 00:35:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:23 ---> b7e6874047d6 00:35:23 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 00:35:27 ---> Running in 0bc18154c81a 00:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:32 (1/12) Installing libmagic (5.38-r0) 00:35:33 (2/12) Installing file (5.38-r0) 00:35:33 (3/12) Installing libc-dev (0.7.2-r3) 00:35:33 (4/12) Installing g++ (9.3.0-r2) 00:35:51 (5/12) Installing fortify-headers (1.1-r0) 00:35:51 (6/12) Installing patch (2.7.6-r6) 00:35:51 (7/12) Installing build-base (0.5-r2) 00:35:51 (8/12) Installing libsodium (1.0.18-r0) 00:35:51 (9/12) Installing pkgconf (1.7.2-r0) 00:35:51 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:51 (11/12) Installing libzmq (4.3.3-r0) 00:35:51 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:51 Executing busybox-1.31.1-r19.trigger 00:35:51 OK: 217 MiB in 51 packages 00:35:56 Removing intermediate container 0bc18154c81a 00:35:56 ---> 3c29eb4c24f2 00:35:56 Step 4/6 : WORKDIR /edgex-go 00:35:56 ---> Running in c59fad18359f 00:35:56 Removing intermediate container c59fad18359f 00:35:56 ---> 6e51d209235c 00:35:56 Step 5/6 : COPY go.mod . 00:35:57 ---> 764900850769 00:35:57 Step 6/6 : RUN go mod download 00:35:57 ---> Running in 7af17812fd56 00:36:24 Removing intermediate container 7af17812fd56 00:36:24 ---> 3f1ecce54a3a 00:36:24 Successfully built 3f1ecce54a3a 00:36:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:24 + docker inspect -f . ci-base-image-arm64 00:36:24 . [Pipeline] withDockerContainer 00:36:24 prd-ubuntu18.04-docker-arm64-4c-16g-22401 does not seem to be running inside a container 00:36:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:36:26 $ docker top b46137b098b835ae4954a87a4ae648b7b3a1fe367d1deba23db2b04ccfd4140f -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:27 + go version 00:36:27 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:27 $ docker stop --time=1 b46137b098b835ae4954a87a4ae648b7b3a1fe367d1deba23db2b04ccfd4140f 00:36:29 $ docker rm -f b46137b098b835ae4954a87a4ae648b7b3a1fe367d1deba23db2b04ccfd4140f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:30 + docker inspect -f . ci-base-image-arm64 00:36:30 . [Pipeline] withDockerContainer 00:36:30 prd-ubuntu18.04-docker-arm64-4c-16g-22401 does not seem to be running inside a container 00:36:30 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:36:32 $ docker top 83ea0166745f7dc5ddb627767d125ec450cd55b94ea54d39a4e3bbf9789f08e2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:32 ========================================================= 00:36:32 [edgeXBuildGoParallel] Running Tests and Build... 00:36:32 ========================================================= [Pipeline] sh 00:36:33 + make test 00:36:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:55 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 46.6% of statements 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.1% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 65.8% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.352s coverage: 82.3% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.252s coverage: 28.6% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.201s coverage: 100.0% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.343s coverage: 86.7% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.470s coverage: 97.5% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.220s coverage: 78.3% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.380s coverage: 92.8% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.103s coverage: 58.8% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.1% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 43.8% of statements 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.099s coverage: 87.5% of statements 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.108s coverage: 94.4% of statements 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.168s coverage: 91.4% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 63.5% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.131s coverage: 91.3% of statements 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.103s coverage: 73.7% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.852s coverage: 68.9% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.645s coverage: 84.0% of statements 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.307s coverage: 47.1% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.450s coverage: 29.1% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:39:17 GO111MODULE=on go vet ./... 00:40:39 gofmt -l . 00:40:39 [ "`gofmt -l .`" = "" ] 00:40:39 ./bin/test-go-mod-tidy.sh 00:40:39 ./bin/test-attribution-txt.sh 00:40:39 An attribution for gopkg.in/yaml.v2 is missing from Attribution.txt, please add 00:40:39 make: *** [Makefile:103: test] Error 1 [Pipeline] } 00:40:39 $ docker stop --time=1 83ea0166745f7dc5ddb627767d125ec450cd55b94ea54d39a4e3bbf9789f08e2 00:40:43 $ docker rm -f 83ea0166745f7dc5ddb627767d125ec450cd55b94ea54d39a4e3bbf9789f08e2 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:40:45 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 00:40:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:40:48 ---> package-listing.sh 00:40:48 ++ facter osfamily 00:40:48 ++ tr '[:upper:]' '[:lower:]' 00:40:48 + OS_FAMILY=redhat 00:40:48 + workspace=/w/workspace/edgex-go/3 00:40:48 + START_PACKAGES=/tmp/packages_start.txt 00:40:48 + END_PACKAGES=/tmp/packages_end.txt 00:40:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:40:48 + PACKAGES=/tmp/packages_start.txt 00:40:48 + '[' /w/workspace/edgex-go/3 ']' 00:40:48 + PACKAGES=/tmp/packages_end.txt 00:40:48 + case "${OS_FAMILY}" in 00:40:48 + rpm -qa 00:40:48 + sort 00:40:53 + '[' -f /tmp/packages_start.txt ']' 00:40:53 + '[' -f /tmp/packages_end.txt ']' 00:40:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:40:53 + '[' /w/workspace/edgex-go/3 ']' 00:40:53 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:40:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:40:53 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:40:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:40:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:40:54 00:40:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:40:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:40:54 alpine: Pulling from edgex-lftools-log-publisher 00:40:54 df20fa9351a1: Pulling fs layer 00:40:54 36b3adc4ff6f: Pulling fs layer 00:40:54 8ad3a11d3b57: Pulling fs layer 00:40:54 46f8f816bc3b: Pulling fs layer 00:40:54 93b61091891f: Pulling fs layer 00:40:54 93b9cdb0e59b: Pulling fs layer 00:40:54 5e14af77c1be: Pulling fs layer 00:40:54 01666e4c0597: Pulling fs layer 00:40:54 aa168da1d23b: Pulling fs layer 00:40:54 46f8f816bc3b: Waiting 00:40:54 5e14af77c1be: Waiting 00:40:54 93b61091891f: Waiting 00:40:54 93b9cdb0e59b: Waiting 00:40:54 aa168da1d23b: Waiting 00:40:54 36b3adc4ff6f: Download complete 00:40:54 46f8f816bc3b: Verifying Checksum 00:40:54 46f8f816bc3b: Download complete 00:40:55 df20fa9351a1: Verifying Checksum 00:40:55 df20fa9351a1: Download complete 00:40:55 93b61091891f: Verifying Checksum 00:40:55 93b61091891f: Download complete 00:40:55 93b9cdb0e59b: Verifying Checksum 00:40:55 93b9cdb0e59b: Download complete 00:40:55 5e14af77c1be: Download complete 00:40:55 01666e4c0597: Verifying Checksum 00:40:55 01666e4c0597: Download complete 00:40:55 8ad3a11d3b57: Verifying Checksum 00:40:55 8ad3a11d3b57: Download complete 00:40:55 df20fa9351a1: Pull complete 00:40:55 36b3adc4ff6f: Pull complete 00:40:57 8ad3a11d3b57: Pull complete 00:40:57 46f8f816bc3b: Pull complete 00:40:57 93b61091891f: Pull complete 00:40:57 93b9cdb0e59b: Pull complete 00:40:57 5e14af77c1be: Pull complete 00:40:57 aa168da1d23b: Verifying Checksum 00:40:57 aa168da1d23b: Download complete 00:40:57 01666e4c0597: Pull complete 00:41:06 aa168da1d23b: Pull complete 00:41:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:41:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:41:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:41:06 prd-centos7-docker-4c-2g-22390 does not seem to be running inside a container 00:41:06 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:41:09 $ docker top 5c6c83821a8d420a3ca8715e32a07e1d12b7edc0f8fb0d84eab7e117bf0a1fab -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:09 + touch /tmp/pre-build-complete [Pipeline] sh 00:41:10 + mkdir -p /var/log/sa [Pipeline] sh 00:41:10 + ls /var/log/sa-host 00:41:10 + sadf -c /var/log/sa-host/sa23 00:41:10 file_magic: OK 00:41:10 HZ: Using current value: 100 00:41:10 file_header: OK 00:41:10 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 00:41:10 Statistics: 00:41:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:41:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:41:11 provisioning config files... 00:41:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8128454565930693400tmp [Pipeline] { [Pipeline] echo 00:41:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:41:11 ---> create-netrc.sh [Pipeline] } 00:41:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:41:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:41:11 ---> python-tools-install.sh [Pipeline] echo 00:41:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:41:12 ---> sudo-logs.sh 00:41:12 Archiving 'sudo' log.. [Pipeline] echo 00:41:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:41:12 ---> job-cost.sh 00:41:12 lf-activate-venv: SKIPPING 00:41:12 INFO: No Stack... 00:41:13 INFO: Retrieving Pricing Info for: v1-standard-2 00:41:14 INFO: Archiving Costs [Pipeline] echo 00:41:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:41:14 ---> logs-deploy.sh 00:41:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3068/3 00:41:14 INFO: archiving workspace using pattern(s): 00:41:16 Archives upload complete. 00:41:16 INFO: archiving logs to Nexus 00:41:17 ---> uname -a: 00:41:17 Linux prd-centos7-docker-4c-2g-22390.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:41:17 00:41:17 00:41:17 ---> lscpu: 00:41:17 Architecture: x86_64 00:41:17 CPU op-mode(s): 32-bit, 64-bit 00:41:17 Byte Order: Little Endian 00:41:17 Address sizes: 40 bits physical, 48 bits virtual 00:41:17 CPU(s): 4 00:41:17 On-line CPU(s) list: 0-3 00:41:17 Thread(s) per core: 1 00:41:17 Core(s) per socket: 1 00:41:17 Socket(s): 4 00:41:17 NUMA node(s): 1 00:41:17 Vendor ID: GenuineIntel 00:41:17 CPU family: 6 00:41:17 Model: 44 00:41:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:41:17 Stepping: 1 00:41:17 CPU MHz: 2933.442 00:41:17 BogoMIPS: 5866.88 00:41:17 Virtualization: VT-x 00:41:17 Hypervisor vendor: KVM 00:41:17 Virtualization type: full 00:41:17 L1d cache: 128 KiB 00:41:17 L1i cache: 128 KiB 00:41:17 L2 cache: 16 MiB 00:41:17 L3 cache: 64 MiB 00:41:17 NUMA node0 CPU(s): 0-3 00:41:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:41:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:41:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:41:17 Vulnerability Meltdown: Mitigation; PTI 00:41:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:41:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:41:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:41:17 Vulnerability Srbds: Not affected 00:41:17 Vulnerability Tsx async abort: Not affected 00:41:17 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 00:41:17 00:41:17 00:41:17 ---> nproc: 00:41:17 4 00:41:17 00:41:17 00:41:17 ---> df -h: 00:41:17 Filesystem Size Used Available Use% Mounted on 00:41:17 overlay 50.0G 8.2G 41.7G 16% / 00:41:17 tmpfs 64.0M 0 64.0M 0% /dev 00:41:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:41:17 shm 64.0M 0 64.0M 0% /dev/shm 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/3@tmp 00:41:17 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/3 00:41:17 00:41:17 00:41:17 ---> free -m: 00:41:17 total used free shared buff/cache available 00:41:17 Mem: 1837 781 115 0 940 962 00:41:17 Swap: 1023 2 1021 00:41:17 00:41:17 00:41:17 ---> ip addr: 00:41:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:41:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:41:17 inet 127.0.0.1/8 scope host lo 00:41:17 valid_lft forever preferred_lft forever 00:41:17 inet6 ::1/128 scope host 00:41:17 valid_lft forever preferred_lft forever 00:41:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:41:17 link/ether fa:16:3e:6f:9b:8c brd ff:ff:ff:ff:ff:ff 00:41:17 inet 10.30.122.163/23 brd 10.30.123.255 scope global dynamic eth0 00:41:17 valid_lft 85683sec preferred_lft 85683sec 00:41:17 inet6 fe80::f816:3eff:fe6f:9b8c/64 scope link 00:41:17 valid_lft forever preferred_lft forever 00:41:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:41:17 link/ether 02:42:57:c6:b0:18 brd ff:ff:ff:ff:ff:ff 00:41:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:41:17 valid_lft forever preferred_lft forever 00:41:17 inet6 fe80::42:57ff:fec6:b018/64 scope link 00:41:17 valid_lft forever preferred_lft forever 00:41:17 00:41:17 00:41:17 ---> sar -b -r -n DEV: 00:41:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/23/21 _x86_64_ (4 CPU) 00:41:17 00:41:17 00:29:09 LINUX RESTART (4 CPU) 00:41:17 00:41:17 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:41:17 00:31:01 82.02 46.90 35.12 0.00 6448.84 11441.96 0.00 00:41:17 00:32:02 254.83 88.29 166.55 0.00 6469.86 46326.63 0.00 00:41:17 00:33:01 213.46 99.85 113.61 0.00 3539.21 16216.16 0.00 00:41:17 00:34:01 127.73 72.08 55.65 0.00 3305.81 5025.40 0.00 00:41:17 00:35:01 6.26 1.63 4.63 0.00 215.52 175.34 0.00 00:41:17 00:36:01 0.32 0.02 0.30 0.00 0.53 4.46 0.00 00:41:17 00:37:01 1.26 1.01 0.25 0.00 124.57 3.86 0.00 00:41:17 00:38:01 0.25 0.02 0.23 0.00 3.73 2.43 0.00 00:41:17 00:39:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 00:41:17 00:40:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 00:41:17 00:41:01 87.51 58.83 28.68 0.00 4682.90 11794.59 0.00 00:41:17 Average: 70.27 33.45 36.82 0.00 2254.23 8278.00 0.00 00:41:17 00:41:17 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:41:17 00:31:01 283632 0 604272 32.12 2620 991020 1208344 41.24 543288 852116 42384 00:41:17 00:32:02 75868 0 761408 40.47 960 1043308 1506772 51.42 636384 882964 67432 00:41:17 00:33:01 166056 0 867856 46.12 832 846800 1788008 61.02 716816 713064 24184 00:41:17 00:34:01 449508 0 729860 38.79 832 701344 1124736 38.39 534220 609100 20 00:41:17 00:35:01 461952 0 710936 37.78 832 707824 1124736 38.39 540048 612756 12 00:41:17 00:36:01 465944 0 706888 37.57 832 707880 1093884 37.33 538060 611944 16 00:41:17 00:37:01 462016 0 707120 37.58 832 711576 1091940 37.27 536648 617228 8 00:41:17 00:38:01 464420 0 704596 37.45 832 711696 1076256 36.73 535344 616816 8 00:41:17 00:39:01 464288 0 704724 37.45 832 711700 1076256 36.73 535348 616816 8 00:41:17 00:40:01 463912 0 705092 37.47 832 711708 1076352 36.73 535976 616816 12 00:41:17 00:41:01 77260 0 783060 41.62 700 1020524 1520184 51.88 656616 867744 76900 00:41:17 Average: 348623 0 725983 38.58 994 805944 1244315 42.47 573523 692488 19180 00:41:17 00:41:17 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:41:17 00:31:01 veth74e42b1 881.27 768.94 84.34 2672.83 0.00 0.00 0.00 0.00 00:41:17 00:31:01 eth0 936.23 989.94 3120.09 122.84 0.00 0.00 0.00 0.00 00:41:17 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:31:01 docker0 881.27 768.81 72.29 2672.82 0.00 0.00 0.00 0.00 00:41:17 00:32:02 eth0 489.63 403.89 3659.69 42.29 0.00 0.00 0.00 0.00 00:41:17 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:32:02 docker0 136.32 170.06 9.36 825.93 0.00 0.00 0.00 0.00 00:41:17 00:33:01 eth0 45.69 33.18 35.16 81.64 0.00 0.00 0.00 0.00 00:41:17 00:33:01 veth88d60b1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:41:17 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:34:01 eth0 18.30 9.18 14.22 7.23 0.00 0.00 0.00 0.00 00:41:17 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:34:01 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 00:41:17 00:35:01 eth0 3.31 0.78 0.87 0.44 0.00 0.00 0.00 0.00 00:41:17 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:36:01 eth0 2.86 0.62 0.70 0.40 0.00 0.00 0.00 0.00 00:41:17 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:37:01 eth0 1.35 0.87 0.80 0.59 0.00 0.00 0.00 0.00 00:41:17 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:38:01 eth0 0.18 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:41:17 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:39:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:41:17 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:40:01 eth0 0.75 0.20 0.19 0.07 0.00 0.00 0.00 0.00 00:41:17 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:41:01 eth0 216.13 175.47 2165.50 16.86 0.00 0.00 0.00 0.00 00:41:17 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 Average: eth0 156.19 147.04 820.29 24.70 0.00 0.00 0.00 0.00 00:41:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:41:17 Average: docker0 92.72 85.57 7.44 318.78 0.00 0.00 0.00 0.00 00:41:17 00:41:17 00:41:17 ---> sar -P ALL: 00:41:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/23/21 _x86_64_ (4 CPU) 00:41:17 00:41:17 00:29:09 LINUX RESTART (4 CPU) 00:41:17 00:41:17 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:41:17 00:31:01 all 10.76 0.00 4.70 0.97 2.89 80.68 00:41:17 00:31:01 0 14.99 0.00 7.08 0.76 2.67 74.49 00:41:17 00:31:01 1 7.80 0.00 3.74 1.15 2.87 84.44 00:41:17 00:31:01 2 13.10 0.00 4.11 0.97 2.77 79.06 00:41:17 00:31:01 3 7.28 0.00 3.95 0.98 3.24 84.54 00:41:17 00:32:02 all 10.88 0.00 8.52 4.94 1.77 73.89 00:41:17 00:32:02 0 11.40 0.00 9.04 4.47 1.66 73.43 00:41:17 00:32:02 1 10.11 0.00 8.04 6.75 1.92 73.18 00:41:17 00:32:02 2 11.50 0.00 8.50 5.82 1.67 72.52 00:41:17 00:32:02 3 10.51 0.00 8.52 2.70 1.84 76.43 00:41:17 00:33:01 all 47.81 0.00 12.49 5.76 0.56 33.38 00:41:17 00:33:01 0 46.72 0.00 12.15 4.25 0.50 36.38 00:41:17 00:33:01 1 47.87 0.00 13.15 6.45 0.65 31.88 00:41:17 00:33:01 2 48.56 0.00 11.08 5.86 0.43 34.08 00:41:17 00:33:01 3 48.10 0.00 13.60 6.48 0.66 31.17 00:41:17 00:34:01 all 47.72 0.00 14.92 2.35 3.15 31.86 00:41:17 00:34:01 0 45.81 0.00 14.41 2.40 3.73 33.64 00:41:17 00:34:01 1 48.57 0.00 14.60 3.02 3.25 30.57 00:41:17 00:34:01 2 49.55 0.00 14.87 1.92 2.47 31.20 00:41:17 00:34:01 3 46.96 0.00 15.80 2.08 3.15 32.02 00:41:17 00:35:01 all 0.13 0.00 0.09 0.00 0.30 99.48 00:41:17 00:35:01 0 0.40 0.00 0.07 0.00 0.37 99.17 00:41:17 00:35:01 1 0.02 0.00 0.12 0.02 0.30 99.55 00:41:17 00:35:01 2 0.05 0.00 0.10 0.00 0.28 99.57 00:41:17 00:35:01 3 0.05 0.00 0.07 0.00 0.25 99.63 00:41:17 00:36:01 all 0.08 0.00 0.06 0.00 0.17 99.69 00:41:17 00:36:01 0 0.22 0.00 0.07 0.00 0.18 99.53 00:41:17 00:36:01 1 0.03 0.00 0.03 0.00 0.13 99.80 00:41:17 00:36:01 2 0.03 0.00 0.07 0.00 0.23 99.67 00:41:17 00:36:01 3 0.05 0.00 0.07 0.00 0.13 99.75 00:41:17 00:37:01 all 0.12 0.00 0.11 0.00 0.42 99.35 00:41:17 00:37:01 0 0.20 0.00 0.10 0.00 0.32 99.38 00:41:17 00:37:01 1 0.05 0.00 0.08 0.02 0.51 99.34 00:41:17 00:37:01 2 0.20 0.00 0.12 0.00 0.38 99.30 00:41:17 00:37:01 3 0.05 0.00 0.13 0.00 0.45 99.37 00:41:17 00:38:01 all 0.04 0.00 0.07 0.00 0.54 99.35 00:41:17 00:38:01 0 0.08 0.00 0.08 0.00 0.52 99.32 00:41:17 00:38:01 1 0.02 0.00 0.03 0.00 0.27 99.68 00:41:17 00:38:01 2 0.03 0.00 0.08 0.00 0.28 99.60 00:41:17 00:38:01 3 0.03 0.00 0.07 0.00 1.09 98.81 00:41:17 00:39:01 all 0.05 0.00 0.08 0.00 0.32 99.55 00:41:17 00:39:01 0 0.10 0.00 0.08 0.00 0.52 99.30 00:41:17 00:39:01 1 0.03 0.00 0.07 0.00 0.15 99.75 00:41:17 00:39:01 2 0.05 0.00 0.05 0.00 0.48 99.42 00:41:17 00:39:01 3 0.03 0.00 0.12 0.00 0.13 99.72 00:41:17 00:40:01 all 0.09 0.00 0.03 0.00 0.42 99.46 00:41:17 00:40:01 0 0.30 0.00 0.05 0.00 0.33 99.32 00:41:17 00:40:01 1 0.02 0.00 0.02 0.00 0.10 99.87 00:41:17 00:40:01 2 0.03 0.00 0.03 0.00 0.51 99.42 00:41:17 00:40:01 3 0.02 0.00 0.03 0.00 0.71 99.24 00:41:17 00:41:01 all 4.40 0.00 2.82 1.38 0.31 91.08 00:41:17 00:41:01 0 3.88 0.00 3.09 1.23 0.39 91.41 00:41:17 00:41:01 1 4.16 0.00 2.72 1.01 0.23 91.88 00:41:17 00:41:01 2 3.75 0.00 2.48 0.07 0.25 93.45 00:41:17 00:41:01 3 5.81 0.00 3.01 3.24 0.39 87.55 00:41:17 00:41:17 Average: CPU %user %nice %system %iowait %steal %idle 00:41:17 Average: all 10.69 0.00 3.87 1.36 0.97 83.12 00:41:17 Average: 0 10.88 0.00 4.08 1.16 1.00 82.89 00:41:17 Average: 1 10.36 0.00 3.75 1.62 0.93 83.34 00:41:17 Average: 2 11.11 0.00 3.65 1.29 0.88 83.07 00:41:17 Average: 3 10.39 0.00 3.99 1.37 1.08 83.17 00:41:17 00:41:17 00:41:17