Pull request #2789 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5fa08527d925aa0d761a58fd1d2245c253eac308 rather than fcf06ce352c7497f559f1a4959fed9f8c6b65043 Obtained Jenkinsfile from 5fa08527d925aa0d761a58fd1d2245c253eac308 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5589 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit fcf06ce352c7497f559f1a4959fed9f8c6b65043 > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 Merge succeeded, producing fcf06ce352c7497f559f1a4959fed9f8c6b65043 Checking out Revision fcf06ce352c7497f559f1a4959fed9f8c6b65043 (PR-2789) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 Commit message: "feat(metadata): Implement Metadata POST /device V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk ee0f29c7da3c11b45503485c3cd1d44065b56fda # timeout=10 [Pipeline] timeout 09:36:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:36:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:36:53 ========================================================= 09:36:53 EdgeX Global Pipelines Version Info 09:36:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:36:55 ------------------- 09:36:55 stable info: 09:36:55 ------------------- 09:36:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:36:55 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 09:36:55 Message: update stable to v1.0.142 09:36:56 ------------------- 09:36:56 experimental info: 09:36:56 ------------------- 09:36:56 Commited By: **** collab-it+edgex@linuxfoundation.org 09:36:56 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 09:36:56 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:36:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:36:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:36:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:36:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:36:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:36:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:36:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2789 [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2789 [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2789 [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcf06ce352c7497f559f1a4959fed9f8c6b65043 [Pipeline] echo 09:36:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcf06ce [Pipeline] echo 09:36:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 09:36:59 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/core-command/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo core-command,cmd/core-command/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/core-data/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo core-data,cmd/core-data/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/core-metadata/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo core-metadata,cmd/core-metadata/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/security-proxy-setup/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/security-secrets-setup/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/support-logging/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo support-logging,cmd/support-logging/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/support-notifications/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo support-notifications,cmd/support-notifications/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/support-scheduler/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:36:59 + for file in '`ls cmd/**/Dockerfile`' 09:36:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:36:59 ++ cut -d/ -f2 09:36:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:36:59 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 09:37:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:37:01 09:37:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:37:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:37:01 latest: Pulling from edgex-devops/git-semver 09:37:01 31603596830f: Pulling fs layer 09:37:01 2a8b12db71e7: Pulling fs layer 09:37:01 6ca5941a6612: Pulling fs layer 09:37:01 ecc8261a40a4: Pulling fs layer 09:37:01 ecc8261a40a4: Waiting 09:37:01 2a8b12db71e7: Verifying Checksum 09:37:01 2a8b12db71e7: Download complete 09:37:01 31603596830f: Verifying Checksum 09:37:01 31603596830f: Download complete 09:37:02 ecc8261a40a4: Verifying Checksum 09:37:02 ecc8261a40a4: Download complete 09:37:02 6ca5941a6612: Verifying Checksum 09:37:02 6ca5941a6612: Download complete 09:37:02 31603596830f: Pull complete 09:37:02 2a8b12db71e7: Pull complete 09:37:03 6ca5941a6612: Pull complete 09:37:03 ecc8261a40a4: Pull complete 09:37:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:37:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:37:03 prd-centos7-docker-4c-2g-5589 does not seem to be running inside a container 09:37:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:37:05 $ docker top f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:37:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:37:06 [ssh-agent] Looking for ssh-agent implementation... 09:37:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:37:06 $ docker exec f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent 09:37:06 SSH_AUTH_SOCK=/tmp/ssh-Swx7CiFv99z6/agent.11 09:37:06 SSH_AGENT_PID=16 09:37:06 Running ssh-add (command line suppressed) 09:37:06 Identity added: /w/workspace/edgex-go/9@tmp/private_key_7785618110677703505.key (/w/workspace/edgex-go/9@tmp/private_key_7785618110677703505.key) 09:37:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:37:07 + git tag --points-at HEAD [Pipeline] } 09:37:07 $ docker exec --env ******** --env ******** f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent -k 09:37:07 unset SSH_AUTH_SOCK; 09:37:07 unset SSH_AGENT_PID; 09:37:07 echo Agent pid 16 killed; 09:37:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:37:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:37:07 [ssh-agent] Looking for ssh-agent implementation... 09:37:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:37:07 $ docker exec f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent 09:37:07 SSH_AUTH_SOCK=/tmp/ssh-V3CrMVWLnRBE/agent.45 09:37:07 SSH_AGENT_PID=51 09:37:07 Running ssh-add (command line suppressed) 09:37:07 Identity added: /w/workspace/edgex-go/9@tmp/private_key_2069210573223765670.key (/w/workspace/edgex-go/9@tmp/private_key_2069210573223765670.key) 09:37:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:37:08 + git semver init 09:37:08 # -> Open(): unable to determine branch for HEAD 09:37:08 # $GIT_DIR = /w/workspace/edgex-go/9/.git 09:37:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 09:37:08 # $SEMVER_REMOTE_NAME = origin 09:37:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:37:08 # $SEMVER_USER_NAME = edgex-jenkins 09:37:08 # $SEMVER_BRANCH = PR-2789 09:37:08 # $SEMVER_TEMP = /tmp/semver-253154507 09:37:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:37:26 # '/tmp/semver-253154507' -> '/w/workspace/edgex-go/9/.semver' 09:37:26 # -> Force: false 09:37:26 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 09:37:26 $ docker exec --env ******** --env ******** f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent -k 09:37:26 unset SSH_AUTH_SOCK; 09:37:26 unset SSH_AGENT_PID; 09:37:26 echo Agent pid 51 killed; 09:37:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:37:27 + git semver [Pipeline] } 09:37:27 $ docker stop --time=1 f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f 09:37:28 $ docker rm -f f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:37:29 Stashed 1 file(s) [Pipeline] echo 09:37:29 [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] echo 09:37:30 ========================================================= 09:37:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:37:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:37:30 + 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 . 09:37:30 error checking context: 'can't stat '/w/workspace/edgex-go/9/.semver''. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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] } 09:37:32 Failed in branch amd64 09:37:45 Still waiting to schedule task 09:37:45 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 09:39:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5590 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws 09:39:38 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 09:39:43 using credential edgex-jenkins-ssh 09:39:43 Cloning the remote Git repository 09:39:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:39:43 > git init /w/workspace/edgex-go/9 # timeout=10 09:39:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:39:43 > git --version # timeout=10 09:39:43 > git --version # 'git version 2.17.1' 09:39:43 using GIT_SSH to set credentials SSH Credentials for GitHub 09:39:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:39:59 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:40:00 Merge succeeded, producing fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:40:00 Checking out Revision fcf06ce352c7497f559f1a4959fed9f8c6b65043 (PR-2789) 09:39:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:39:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:39:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:39:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:39:59 using GIT_SSH to set credentials SSH Credentials for GitHub 09:39:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:39:59 > git config core.sparsecheckout # timeout=10 09:40:00 > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 09:40:00 > git remote # timeout=10 09:40:00 > git config --get remote.origin.url # timeout=10 09:40:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:00 > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 09:40:00 > git rev-parse HEAD^{commit} # timeout=10 09:40:00 > git config core.sparsecheckout # timeout=10 09:40:00 > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 09:40:04 Commit message: "feat(metadata): Implement Metadata POST /device V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:40:05 ========================================================= 09:40:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:40:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:40:06 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:40:09 Sending build context to Docker daemon 165MB 09:40:09 Step 1/7 : ARG BASE=golang:1.15-alpine 09:40:09 Step 2/7 : FROM ${BASE} 09:40:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:40:10 b538f80385f9: Pulling fs layer 09:40:10 74f711af9a0d: Pulling fs layer 09:40:10 99f96fe45779: Pulling fs layer 09:40:10 8529a6b9a6be: Pulling fs layer 09:40:10 45590311c82a: Pulling fs layer 09:40:10 69ca0ff8b7b3: Pulling fs layer 09:40:10 209524e5b208: Pulling fs layer 09:40:10 8529a6b9a6be: Waiting 09:40:10 45590311c82a: Waiting 09:40:10 69ca0ff8b7b3: Waiting 09:40:10 209524e5b208: Waiting 09:40:10 99f96fe45779: Verifying Checksum 09:40:10 99f96fe45779: Download complete 09:40:10 74f711af9a0d: Verifying Checksum 09:40:10 74f711af9a0d: Download complete 09:40:10 b538f80385f9: Verifying Checksum 09:40:10 69ca0ff8b7b3: Verifying Checksum 09:40:10 69ca0ff8b7b3: Download complete 09:40:10 45590311c82a: Verifying Checksum 09:40:10 45590311c82a: Download complete 09:40:10 b538f80385f9: Pull complete 09:40:11 74f711af9a0d: Pull complete 09:40:11 99f96fe45779: Pull complete 09:40:13 209524e5b208: Verifying Checksum 09:40:13 209524e5b208: Download complete 09:40:14 8529a6b9a6be: Verifying Checksum 09:40:14 8529a6b9a6be: Download complete 09:40:26 8529a6b9a6be: Pull complete 09:40:26 45590311c82a: Pull complete 09:40:26 69ca0ff8b7b3: Pull complete 09:40:29 209524e5b208: Pull complete 09:40:29 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:40:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:40:29 ---> 5bddaf1c2fca 09:40:29 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:40:32 ---> Running in e138f94c6f52 09:40:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:40:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:40:36 (1/12) Installing libmagic (5.38-r0) 09:40:36 (2/12) Installing file (5.38-r0) 09:40:36 (3/12) Installing libc-dev (0.7.2-r3) 09:40:36 (4/12) Installing g++ (9.3.0-r2) 09:40:39 (5/12) Installing fortify-headers (1.1-r0) 09:40:39 (6/12) Installing patch (2.7.6-r6) 09:40:39 (7/12) Installing build-base (0.5-r2) 09:40:39 (8/12) Installing libsodium (1.0.18-r0) 09:40:39 (9/12) Installing pkgconf (1.7.2-r0) 09:40:39 (10/12) Installing libsodium-dev (1.0.18-r0) 09:40:39 (11/12) Installing libzmq (4.3.3-r0) 09:40:40 (12/12) Installing zeromq-dev (4.3.3-r0) 09:40:40 Executing busybox-1.31.1-r16.trigger 09:40:40 OK: 217 MiB in 51 packages 09:40:44 Removing intermediate container e138f94c6f52 09:40:44 ---> 069907bc523e 09:40:44 Step 4/7 : WORKDIR /edgex-go 09:40:44 ---> Running in cb63df01bf15 09:40:44 Removing intermediate container cb63df01bf15 09:40:44 ---> 519e2dcfc5a8 09:40:44 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:40:45 latest: Pulling from library/docker 09:40:45 b538f80385f9: Already exists 09:40:45 259a493cd78d: Pulling fs layer 09:40:45 b8e66b5100f5: Pulling fs layer 09:40:45 7f8258a56ab6: Pulling fs layer 09:40:45 75a0a0ebb566: Pulling fs layer 09:40:45 4a2c62f0a2a3: Pulling fs layer 09:40:45 294320357d30: Pulling fs layer 09:40:45 75a0a0ebb566: Waiting 09:40:45 4a2c62f0a2a3: Waiting 09:40:45 294320357d30: Waiting 09:40:45 b8e66b5100f5: Verifying Checksum 09:40:45 b8e66b5100f5: Download complete 09:40:45 259a493cd78d: Verifying Checksum 09:40:45 259a493cd78d: Download complete 09:40:45 75a0a0ebb566: Verifying Checksum 09:40:45 75a0a0ebb566: Download complete 09:40:45 4a2c62f0a2a3: Verifying Checksum 09:40:45 4a2c62f0a2a3: Download complete 09:40:46 294320357d30: Verifying Checksum 09:40:46 294320357d30: Download complete 09:40:46 259a493cd78d: Pull complete 09:40:46 b8e66b5100f5: Pull complete 09:40:46 7f8258a56ab6: Verifying Checksum 09:40:46 7f8258a56ab6: Download complete 09:40:50 7f8258a56ab6: Pull complete 09:40:50 75a0a0ebb566: Pull complete 09:40:50 4a2c62f0a2a3: Pull complete 09:40:50 294320357d30: Pull complete 09:40:51 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 09:40:51 Status: Downloaded newer image for docker:latest 09:40:54 ---> 9a5a79f2cd94 09:40:54 Step 6/7 : COPY go.mod . 09:40:54 ---> 27ed885fd1e0 09:40:54 Step 7/7 : RUN go mod download 09:40:54 ---> Running in c443e3a74cd5 09:41:21 Removing intermediate container c443e3a74cd5 09:41:21 ---> 5470e8e9649b 09:41:21 Successfully built 5470e8e9649b 09:41:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:41:22 + docker inspect -f . ci-base-image-arm64 09:41:22 . [Pipeline] withDockerContainer 09:41:22 prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container 09:41:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-arm64 cat 09:41:25 $ docker top dca6909f25b8ca6833d98b097889178d6be5cdb5271c01e62968d53c0acfcb52 -eo pid,comm [Pipeline] { [Pipeline] sh 09:41:26 + go version 09:41:26 go version go1.15.2 linux/arm64 [Pipeline] } 09:41:26 $ docker stop --time=1 dca6909f25b8ca6833d98b097889178d6be5cdb5271c01e62968d53c0acfcb52 09:41:28 $ docker rm -f dca6909f25b8ca6833d98b097889178d6be5cdb5271c01e62968d53c0acfcb52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:41:29 + docker inspect -f . ci-base-image-arm64 09:41:29 . [Pipeline] withDockerContainer 09:41:30 prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container 09:41:30 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-arm64 cat 09:41:31 $ docker top e474145e6f7c6863486b902dd773aee710f5bc8069f1abeda6d5a788d94c70c6 -eo pid,comm [Pipeline] { [Pipeline] echo 09:41:31 ========================================================= 09:41:31 [edgeXBuildGoParallel] Running Tests and Build... 09:41:31 ========================================================= [Pipeline] sh 09:41:32 + make test 09:41:32 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:41:35 ? github.com/edgexfoundry/edgex-go [no test files] 09:42:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:42:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:42:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:42:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:42:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:42:25 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s 09:42:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 09:42:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:42:25 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 09:42:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:42:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:42:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:42:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:42:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 09:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:42:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:42:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:42:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:42:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 85.5% of statements 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:42:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.377s coverage: 88.9% of statements 09:42:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:42:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:42:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:42:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.482s coverage: 28.6% of statements 09:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.113s coverage: 100.0% of statements 09:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 09:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:42:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements 09:42:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:42:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements 09:42:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:42:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements 09:42:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:42:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:42:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:42:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.190s coverage: 99.0% of statements 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:42:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:42:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.0% of statements [no tests to run] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.129s coverage: 63.5% of statements 09:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements 09:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 09:42:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements 09:42:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 09:42:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.014s coverage: 100.0% of statements 09:43:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.250s coverage: 55.9% of statements 09:43:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:43:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:43:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 09:43:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.536s coverage: 86.3% of statements 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.071s coverage: 72.2% of statements 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.443s coverage: 72.1% of statements 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.015s coverage: 28.8% of statements 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 36.5% of statements 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.350s coverage: 84.1% of statements 09:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 09:43:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.053s coverage: 42.9% of statements 09:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 09:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 09:43:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.051s coverage: 100.0% of statements 09:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 09:43:11 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements 09:43:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 09:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.150s coverage: 47.1% of statements 09:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements 09:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements 09:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.027s coverage: 100.0% of statements 09:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:43:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.182s coverage: 29.1% of statements 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:43:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:43:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:43:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 09:43:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:43:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 09:43:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:43:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:43:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:43:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:43:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 09:43:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:43:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:43:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 09:43:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 09:43:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 09:43:22 GO111MODULE=on go vet ./... 09:43:45 gofmt -l . 09:43:45 [ "`gofmt -l .`" = "" ] 09:43:46 ./bin/test-go-mod-tidy.sh 09:43:47 ./bin/test-attribution-txt.sh [Pipeline] sh 09:43:52 + ls -al . 09:43:52 total 632 09:43:52 drwxrwxr-x 9 1001 1001 4096 Oct 15 09:43 . 09:43:52 drwxr-xr-x 4 root root 4096 Oct 15 09:41 .. 09:43:52 -rw-rw-r-- 1 1001 1001 11 Oct 15 09:40 .dockerignore 09:43:52 drwxrwxr-x 8 1001 1001 4096 Oct 15 09:40 .git 09:43:52 drwxrwxr-x 3 1001 1001 4096 Oct 15 09:40 .github 09:43:52 -rw-rw-r-- 1 1001 1001 932 Oct 15 09:40 .gitignore 09:43:52 -rw-rw-r-- 1 1001 1001 166 Oct 15 09:40 .sonarcloud.properties 09:43:52 -rw-rw-r-- 1 1001 1001 3804 Oct 15 09:40 CONTRIBUTING.md 09:43:52 -rw-rw-r-- 1 1001 1001 1035 Oct 15 09:40 Dockerfile.build 09:43:52 -rw-rw-r-- 1 1001 1001 863 Oct 15 09:40 Jenkinsfile 09:43:52 -rw-rw-r-- 1 1001 1001 10775 Oct 15 09:40 LICENSE 09:43:52 -rw-rw-r-- 1 1001 1001 6237 Oct 15 09:40 Makefile 09:43:52 -rw-rw-r-- 1 1001 1001 6447 Oct 15 09:40 README.md 09:43:52 -rw-rw-r-- 1 1001 1001 259 Oct 15 09:40 SECURITY.md 09:43:52 -rw-rw-r-- 1 1001 1001 5 Oct 15 09:37 VERSION 09:43:52 -rw-rw-r-- 1 1001 1001 4131 Oct 15 09:40 ZMQWindows.md 09:43:52 drwxrwxr-x 2 1001 1001 4096 Oct 15 09:40 bin 09:43:52 drwxrwxr-x 15 1001 1001 4096 Oct 15 09:40 cmd 09:43:52 -rw-r--r-- 1 root root 510921 Oct 15 09:43 coverage.out 09:43:52 -rw-r--r-- 1 root root 1040 Oct 15 09:43 go.mod 09:43:52 -rw-r--r-- 1 root root 18983 Oct 15 09:43 go.sum 09:43:52 drwxrwxr-x 8 1001 1001 4096 Oct 15 09:40 internal 09:43:52 drwxrwxr-x 4 1001 1001 4096 Oct 15 09:40 openapi 09:43:52 drwxrwxr-x 4 1001 1001 4096 Oct 15 09:40 snap 09:43:52 -rw-rw-r-- 1 1001 1001 168 Oct 15 09:40 version.go [Pipeline] sh 09:43:53 + '[' -e coverage.out ] 09:43:53 + chown 1001:1001 coverage.out [Pipeline] stash 09:43:54 Stashed 1 file(s) [Pipeline] sh 09:43:55 + make build 09:43:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:44:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:44:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:44:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 09:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:44:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:45:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:45:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:45:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 09:45:10 $ docker stop --time=1 e474145e6f7c6863486b902dd773aee710f5bc8069f1abeda6d5a788d94c70c6 09:45:13 $ docker rm -f e474145e6f7c6863486b902dd773aee710f5bc8069f1abeda6d5a788d94c70c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:45:17 09:45:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:45:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:45:18 latest: Pulling from edgex-devops/edgex-compose-arm64 09:45:18 29e5d40040c1: Pulling fs layer 09:45:18 1ce36da41761: Pulling fs layer 09:45:18 25b303627fd3: Pulling fs layer 09:45:18 29e5d40040c1: Download complete 09:45:19 1ce36da41761: Verifying Checksum 09:45:19 1ce36da41761: Download complete 09:45:19 29e5d40040c1: Pull complete 09:45:20 1ce36da41761: Pull complete 09:45:20 25b303627fd3: Verifying Checksum 09:45:20 25b303627fd3: Download complete 09:45:30 25b303627fd3: Pull complete 09:45:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:45:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:45:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:45:31 prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container 09:45:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:45:34 $ docker top 119ec4f71e65d5dd1ef96a52216bf0529beb3189af33c150e81492961be648c5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:45:36 + docker-compose build --help 09:45:36 + grep parallel 09:45:39 --parallel Build images in parallel. [Pipeline] } 09:45:39 $ docker stop --time=1 119ec4f71e65d5dd1ef96a52216bf0529beb3189af33c150e81492961be648c5 09:45:41 $ docker rm -f 119ec4f71e65d5dd1ef96a52216bf0529beb3189af33c150e81492961be648c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:45:42 . [Pipeline] withDockerContainer 09:45:42 prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container 09:45:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-devops/edgex-compose-arm64:latest cat 09:45:44 $ docker top 84854e1ff2f911d235395625fc18d5bf4dd62522a7f750e2b9a009c08caf2044 -eo pid,comm [Pipeline] { [Pipeline] sh 09:45:46 + docker-compose -f ./docker-compose-build.yml build --parallel 09:45:50 Building docker-core-command-go ... 09:45:50 Building docker-core-data-go ... 09:45:50 Building docker-core-metadata-go ... 09:45:50 Building docker-security-proxy-setup-go ... 09:45:50 Building docker-security-secrets-setup-go ... 09:45:50 Building docker-security-secretstore-setup-go ... 09:45:50 Building docker-support-logging-go ... 09:45:50 Building docker-support-notifications-go ... 09:45:50 Building docker-support-scheduler-go ... 09:45:50 Building docker-sys-mgmt-agent-go ... 09:45:50 Building docker-core-data-go 09:45:50 Building docker-core-metadata-go 09:45:50 Building docker-security-proxy-setup-go 09:45:50 Building docker-security-secrets-setup-go 09:45:50 Building docker-security-secretstore-setup-go 09:47:12 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 09:47:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:47:12 ---> 5470e8e9649b 09:47:12 Step 3/20 : WORKDIR /edgex-go 09:47:12 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 09:47:12 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:47:12 ---> 5470e8e9649b 09:47:12 Step 3/29 : WORKDIR /edgex-go 09:47:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 09:47:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:47:12 ---> 5470e8e9649b 09:47:12 Step 3/23 : WORKDIR /edgex-go 09:47:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:47:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:47:12 ---> 5470e8e9649b 09:47:12 Step 3/22 : WORKDIR /edgex-go 09:47:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 09:47:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:47:12 ---> 5470e8e9649b 09:47:12 Step 3/26 : WORKDIR /edgex-go 09:47:12 ---> Running in ed34ccf1e6ae 09:47:12 ---> Running in 4e0187cfa019 09:47:12 ---> Running in 46231f94e767 09:47:12 ---> Running in f7215e053cf1 09:47:12 ---> Running in 56c96474af09 09:47:12 Removing intermediate container 46231f94e767 09:47:12 ---> 6529a6c37b51 09:47:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:12 Removing intermediate container 4e0187cfa019 09:47:12 ---> 25bea8fced79 09:47:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:12 Removing intermediate container ed34ccf1e6ae 09:47:12 ---> 9d47fd53679d 09:47:12 Step 4/29 : RUN apk update && apk add make git 09:47:12 Removing intermediate container 56c96474af09 09:47:12 ---> cbed2f60a3da 09:47:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:12 Removing intermediate container f7215e053cf1 09:47:12 ---> 89603cfee649 09:47:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:12 ---> Running in 6d7d7db36b06 09:47:12 ---> Running in 4453dff43a67 09:47:12 ---> Running in 7019d2de9b22 09:47:12 ---> Running in c9f6c290eefe 09:47:12 ---> Running in e1c4eefeae8a 09:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:16 Removing intermediate container 6d7d7db36b06 09:47:16 ---> 8b97361c063f 09:47:16 Step 5/26 : RUN apk update && apk add make git 09:47:16 ---> Running in 207f7f8b60b4 09:47:16 Removing intermediate container 4453dff43a67 09:47:16 ---> 6cd24e9889bd 09:47:16 Step 5/20 : RUN apk update && apk add make git 09:47:16 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:47:16 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:47:16 OK: 12623 distinct packages available 09:47:16 ---> Running in 1a0b3ff516ab 09:47:17 Removing intermediate container c9f6c290eefe 09:47:17 ---> 0c8f2470f8a8 09:47:17 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:47:17 Removing intermediate container e1c4eefeae8a 09:47:17 ---> 6cc662a4bf95 09:47:17 Step 5/22 : RUN apk update && apk add make git 09:47:17 ---> Running in 28ae2bfe288b 09:47:17 ---> Running in ee08f6f11a7a 09:47:17 OK: 217 MiB in 51 packages 09:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:19 Removing intermediate container 7019d2de9b22 09:47:19 ---> cd7159f200fe 09:47:19 Step 5/29 : COPY go.mod . 09:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:20 ---> a05fea64e62d 09:47:20 Step 6/29 : RUN go mod download 09:47:20 ---> Running in cfb73cdb6c28 09:47:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:47:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:47:20 OK: 12623 distinct packages available 09:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:21 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:47:21 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:47:21 OK: 12623 distinct packages available 09:47:21 OK: 217 MiB in 51 packages 09:47:21 OK: 217 MiB in 51 packages 09:47:22 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:47:22 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:47:22 OK: 12623 distinct packages available 09:47:22 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:47:22 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:47:22 OK: 12623 distinct packages available 09:47:23 OK: 217 MiB in 51 packages 09:47:23 OK: 217 MiB in 51 packages 09:47:23 Removing intermediate container 207f7f8b60b4 09:47:23 ---> 94ad343cdb45 09:47:23 Step 6/26 : COPY go.mod . 09:47:23 Removing intermediate container 1a0b3ff516ab 09:47:23 ---> 2268b1a1cb40 09:47:23 Step 6/20 : COPY go.mod . 09:47:24 ---> 885ed55a6213 09:47:24 Step 7/26 : RUN go mod download 09:47:24 ---> Running in 25d62df5602e 09:47:25 ---> 8d4a9c1d1e2d 09:47:25 Step 7/20 : RUN go mod download 09:47:25 Removing intermediate container 28ae2bfe288b 09:47:25 ---> e966b8d1611d 09:47:25 Step 6/23 : COPY go.mod . 09:47:25 Removing intermediate container ee08f6f11a7a 09:47:25 ---> b0a519bb054d 09:47:25 Step 6/22 : COPY go.mod . 09:47:25 ---> Running in 26b9e6f56ea4 09:47:25 Removing intermediate container cfb73cdb6c28 09:47:25 ---> 72b2c4f45f11 09:47:25 Step 7/29 : COPY . . 09:47:26 ---> 8ee676ef1150 09:47:26 Step 7/22 : RUN go mod download 09:47:26 ---> 3ba22bc25b32 09:47:26 Step 7/23 : RUN go mod download 09:47:26 ---> Running in 06a34e5a1cea 09:47:26 ---> Running in 22f5ac061289 09:47:30 Removing intermediate container 25d62df5602e 09:47:30 ---> b6442ed1b54d 09:47:30 Step 8/26 : COPY . . 09:47:30 Removing intermediate container 26b9e6f56ea4 09:47:30 ---> a16705a71cf8 09:47:30 Step 8/20 : COPY . . 09:47:32 Removing intermediate container 22f5ac061289 09:47:32 ---> f8a0d520b6ca 09:47:32 Step 8/22 : COPY . . 09:47:32 Removing intermediate container 06a34e5a1cea 09:47:32 ---> 7ad0f4bae7f1 09:47:32 Step 8/23 : COPY . . 09:47:55 ---> 2be07d741361 09:47:55 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:47:55 ---> 20e6dc2c1fc4 09:47:55 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 09:47:55 ---> ecbf69de076b 09:47:55 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:47:55 ---> 631e675a0c9f 09:47:55 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:47:55 ---> 670bdb44b040 09:47:55 Step 9/23 : RUN make cmd/core-data/core-data 09:47:55 ---> Running in d6c8d2b448a4 09:47:55 ---> Running in dfda4da28815 09:47:55 ---> Running in ebe795efeccc 09:47:55 ---> Running in 59b2630d3293 09:47:55 ---> Running in 4eed626f0134 09:47:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:47:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:47:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:47:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:47:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:49:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:49:17 Removing intermediate container dfda4da28815 09:49:17 ---> b98fb9d04a98 09:49:17 09:49:17 Step 9/29 : FROM alpine:latest 09:49:17 Removing intermediate container ebe795efeccc 09:49:17 ---> eec2487037f4 09:49:17 09:49:17 Step 10/20 : FROM alpine 09:49:17 latest: Pulling from library/alpine 09:49:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:49:17 Status: Downloaded newer image for alpine:latest 09:49:17 ---> 62ee0e9f8440 09:49:17 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:49:17 latest: Pulling from library/alpine 09:49:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:49:17 Status: Image is up to date for alpine:latest 09:49:17 ---> 62ee0e9f8440 09:49:17 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:49:17 ---> Running in 5c54d367e704 09:49:17 ---> Running in 265a96ce5328 09:49:17 Removing intermediate container 5c54d367e704 09:49:17 ---> 60f434ea59ef 09:49:17 Step 11/29 : USER root 09:49:17 ---> Running in 9b9b4630c69a 09:49:18 Removing intermediate container 9b9b4630c69a 09:49:18 ---> 498ae524adc3 09:49:18 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:49:18 ---> Running in 25355f20415d 09:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 09:49:23 ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/main: temporary error (try again later) 09:49:23 WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory 09:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:25 ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/main: temporary error (try again later) 09:49:25 WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory 09:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:28 ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/community: temporary error (try again later) 09:49:28 WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory 09:49:28 2 errors; 14 distinct packages available 09:49:30 2 errors; 14 distinct packages available 09:49:30 ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/community: temporary error (try again later) 09:49:30 WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory 09:49:30 Building docker-sys-mgmt-agent-go 09:49:32 Building docker-support-scheduler-go 09:49:33 Removing intermediate container d6c8d2b448a4 09:49:33 ---> 75217f7a5a49 09:49:33 09:49:33 Step 10/26 : FROM alpine:3.10 09:49:33 3.10: Pulling from library/alpine 09:49:35 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:49:35 Status: Downloaded newer image for alpine:3.10 09:49:35 ---> 536a684cf733 09:49:35 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:49:36 ---> Running in 0e457e967c50 09:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 09:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 09:49:39 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:49:39 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:49:39 OK: 10167 distinct packages available 09:49:40 (1/5) Installing ca-certificates (20191127-r2) 09:49:40 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:49:40 (3/5) Installing libcurl (7.66.0-r1) 09:49:40 (4/5) Installing curl (7.66.0-r1) 09:49:40 (5/5) Installing dumb-init (1.2.2-r1) 09:49:40 Executing busybox-1.30.1-r3.trigger 09:49:40 Executing ca-certificates-20191127-r2.trigger 09:49:41 OK: 7 MiB in 19 packages 09:49:46 Removing intermediate container 0e457e967c50 09:49:46 ---> 6d6fb1a58b86 09:49:46 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:49:46 ---> Running in f2810c4c3a94 09:49:47 Removing intermediate container f2810c4c3a94 09:49:47 ---> e11137395e27 09:49:47 Step 13/26 : WORKDIR / 09:49:47 ---> Running in 4a109e6084e9 09:49:48 Removing intermediate container 4a109e6084e9 09:49:48 ---> fd098584fc7c 09:49:48 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:49:50 ---> c8ba5ccf4359 09:49:50 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:49:52 ---> eb5de379f799 09:49:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:49:55 ---> 499e2a8b7877 09:49:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 09:49:57 ---> 79f05ba1ad23 09:49:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:49:58 Removing intermediate container 4eed626f0134 09:49:58 ---> 4eb5eaec8a5a 09:49:58 09:49:58 Step 10/22 : FROM scratch 09:49:58 ---> 09:49:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:49:59 ---> Running in e46d44e131e2 09:49:59 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 09:49:59 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:49:59 ---> 5470e8e9649b 09:49:59 Step 3/27 : WORKDIR /edgex-go 09:49:59 ---> Using cache 09:49:59 ---> 89603cfee649 09:49:59 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:59 ---> Using cache 09:49:59 ---> 6cc662a4bf95 09:49:59 Step 5/27 : RUN apk update && apk add make bash git 09:50:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 09:50:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:50:00 ---> 5470e8e9649b 09:50:00 Step 3/21 : WORKDIR /edgex-go 09:50:00 ---> Using cache 09:50:00 ---> 89603cfee649 09:50:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:00 ---> Using cache 09:50:00 ---> 6cc662a4bf95 09:50:00 Step 5/21 : RUN apk update && apk add make git 09:50:00 ---> Using cache 09:50:00 ---> b0a519bb054d 09:50:00 Step 6/21 : COPY go.mod . 09:50:00 ---> Using cache 09:50:00 ---> 8ee676ef1150 09:50:00 Step 7/21 : RUN go mod download 09:50:00 ---> Using cache 09:50:00 ---> f8a0d520b6ca 09:50:00 Step 8/21 : COPY . . 09:50:00 ---> Using cache 09:50:00 ---> 631e675a0c9f 09:50:00 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:50:00 ---> 85cc9bf08dd0 09:50:00 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:50:01 ---> Running in 7532ebe10081 09:50:01 ---> Running in d22fbcb874d2 09:50:01 Removing intermediate container e46d44e131e2 09:50:01 ---> 2e5412e1f3b4 09:50:01 Step 12/22 : ENV APP_PORT=48081 09:50:02 ---> a1bc8681f7f0 09:50:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 09:50:02 ---> Running in aecd9d315cfc 09:50:03 Removing intermediate container aecd9d315cfc 09:50:03 ---> c08d5a67bc87 09:50:03 Step 13/22 : EXPOSE $APP_PORT 09:50:03 ---> Running in b11d0cf36334 09:50:04 ---> f5dc902f4f99 09:50:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:50:04 Removing intermediate container b11d0cf36334 09:50:04 ---> b2f94629f12a 09:50:04 Step 14/22 : WORKDIR / 09:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:50:04 ---> Running in 4d9e59583461 09:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:05 Removing intermediate container 4d9e59583461 09:50:05 ---> 2dbb2aeae599 09:50:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:50:05 ---> 904ad814689b 09:50:05 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:50:06 ---> Running in e5ba37b734c0 09:50:06 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:50:06 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:50:06 OK: 12623 distinct packages available 09:50:06 ---> 20b07be3b83d 09:50:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:50:07 Removing intermediate container 59b2630d3293 09:50:07 ---> 0e3bf692d849 09:50:07 09:50:07 Step 10/23 : FROM alpine 09:50:07 ---> 62ee0e9f8440 09:50:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:50:07 ---> Running in de5a99d5af96 09:50:07 OK: 217 MiB in 51 packages 09:50:08 Removing intermediate container de5a99d5af96 09:50:08 ---> c54daeae7657 09:50:08 Step 12/23 : ENV APP_PORT=48080 09:50:09 ---> Running in 09897fda29df 09:50:09 ---> 205b79e90375 09:50:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:50:10 Removing intermediate container d22fbcb874d2 09:50:10 ---> 634dc05af103 09:50:10 Step 6/27 : COPY go.mod . 09:50:10 Removing intermediate container 09897fda29df 09:50:10 ---> a1abcbcc156e 09:50:10 Step 13/23 : EXPOSE $APP_PORT 09:50:10 ---> Running in 56c6ffbe717e 09:50:11 Removing intermediate container e5ba37b734c0 09:50:11 ---> 679fe5e6eff8 09:50:11 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:50:11 ---> Running in 28e337a166ec 09:50:11 ---> 8cd4e931e609 09:50:11 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:50:11 Removing intermediate container 56c6ffbe717e 09:50:11 ---> eceee2f810df 09:50:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:11 ---> 43bfcb98f7fe 09:50:11 Step 7/27 : RUN go mod download 09:50:12 ---> Running in e95084b87400 09:50:12 ---> Running in 5aa2a343d271 09:50:12 ---> Running in a7f5dbb7a011 09:50:12 Removing intermediate container 28e337a166ec 09:50:12 ---> ed166e5e0b31 09:50:12 Step 24/26 : LABEL arch=arm64 09:50:12 ---> Running in bdca0bb53a24 09:50:13 Removing intermediate container 5aa2a343d271 09:50:13 ---> c664f69c2567 09:50:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:50:13 ---> Running in 2312141a9e26 09:50:14 Removing intermediate container bdca0bb53a24 09:50:14 ---> 8163e07aa45d 09:50:14 Step 25/26 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:50:14 ---> Running in 785febdff4a8 09:50:14 Removing intermediate container 2312141a9e26 09:50:14 ---> 2d73126fd291 09:50:14 Step 20/22 : LABEL arch=arm64 09:50:14 ---> Running in 54777b892793 09:50:15 Removing intermediate container 785febdff4a8 09:50:15 ---> 6703f2a7d83e 09:50:15 Step 26/26 : LABEL version=0.0.0 09:50:15 ---> Running in fd2e28dc760f 09:50:15 Removing intermediate container 54777b892793 09:50:15 ---> fafb3daac0d0 09:50:15 Step 21/22 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:50:15 ---> Running in e2b495dc3909 09:50:16 Removing intermediate container fd2e28dc760f 09:50:16 ---> b2a62ce61c1d 09:50:16 09:50:16 Removing intermediate container e2b495dc3909 09:50:16 ---> 6dd581a19f0b 09:50:16 Step 22/22 : LABEL version=0.0.0 09:50:17 ---> Running in 14bfe860fe9d 09:50:17 Removing intermediate container e95084b87400 09:50:17 ---> 0d705be7db8d 09:50:17 Step 15/23 : RUN apk --no-cache add zeromq 09:50:17 Successfully built b2a62ce61c1d 09:50:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:50:18  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 09:50:18 ---> Running in d5f0056eb786 09:50:18 Removing intermediate container 14bfe860fe9d 09:50:18 ---> 5f597c56696f 09:50:18 09:50:18 Removing intermediate container a7f5dbb7a011 09:50:18 ---> 6f4c821d16d0 09:50:18 Step 8/27 : COPY . . 09:50:19 Successfully built 5f597c56696f 09:50:19 Successfully tagged docker-core-metadata-go-arm64:latest 09:50:19  Building docker-core-metadata-go ... done Building docker-support-notifications-go 09:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:22 (1/5) Installing libgcc (9.3.0-r2) 09:50:22 (2/5) Installing libsodium (1.0.18-r0) 09:50:22 (3/5) Installing libstdc++ (9.3.0-r2) 09:50:22 (4/5) Installing libzmq (4.3.3-r0) 09:50:22 (5/5) Installing zeromq (4.3.3-r0) 09:50:22 Executing busybox-1.31.1-r16.trigger 09:50:22 OK: 8 MiB in 19 packages 09:50:31 Removing intermediate container d5f0056eb786 09:50:31 ---> ae319fcdd5c1 09:50:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:50:32 ---> 28d4207013d9 09:50:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:50:35 ---> 3ac98bf0805c 09:50:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:50:36 ---> d7011047c519 09:50:36 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:50:37 ---> 542147e7d4d0 09:50:37 Step 19/23 : ENTRYPOINT ["/core-data"] 09:50:37 ---> Running in 58c3ae65754a 09:50:38 ---> Running in a20aa97eff22 09:50:39 Removing intermediate container a20aa97eff22 09:50:39 ---> 6a1df52a8de3 09:50:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:50:40 ---> Running in 08e3a06f2be2 09:50:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:50:41 Removing intermediate container 08e3a06f2be2 09:50:41 ---> 6fdba6b5f298 09:50:41 Step 21/23 : LABEL arch=arm64 09:50:41 ---> Running in afbe94bd59b2 09:50:43 Removing intermediate container afbe94bd59b2 09:50:43 ---> 5f86c34ff70f 09:50:43 Step 22/23 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:50:43 ---> Running in 4833bb444b90 09:50:44 Removing intermediate container 4833bb444b90 09:50:44 ---> b4848eedfd34 09:50:44 Step 23/23 : LABEL version=0.0.0 09:50:44 ---> Running in fe0bf56890d1 09:50:46 Removing intermediate container fe0bf56890d1 09:50:46 ---> fdacfb0a8ce8 09:50:46 09:50:47 Successfully built fdacfb0a8ce8 09:50:47 Successfully tagged docker-core-data-go-arm64:latest 09:50:47  Building docker-core-data-go ... done Building docker-core-command-go 09:50:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:50:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:50:50 ---> 5470e8e9649b 09:50:50 Step 3/22 : WORKDIR /edgex-go 09:50:50 ---> Using cache 09:50:50 ---> 89603cfee649 09:50:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:50 ---> Using cache 09:50:50 ---> 6cc662a4bf95 09:50:50 Step 5/22 : RUN apk update && apk add make && apk add bash git 09:50:50 ---> Running in 8ed43baab814 09:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:50:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:50:53 ---> 5470e8e9649b 09:50:53 Step 3/24 : WORKDIR /edgex-go 09:50:53 ---> Using cache 09:50:53 ---> 89603cfee649 09:50:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:53 ---> Using cache 09:50:53 ---> 6cc662a4bf95 09:50:53 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 09:50:54 ---> Running in 51acb61c4fe9 09:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:55 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:50:55 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:50:55 OK: 12623 distinct packages available 09:50:56 OK: 217 MiB in 51 packages 09:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:56 OK: 217 MiB in 51 packages 09:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:58 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:50:58 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:50:58 OK: 12623 distinct packages available 09:50:59 OK: 217 MiB in 51 packages 09:51:00 Removing intermediate container 8ed43baab814 09:51:00 ---> 5b900afff062 09:51:00 Step 6/22 : COPY go.mod . 09:51:01 Removing intermediate container 51acb61c4fe9 09:51:01 ---> 4d114d179339 09:51:01 Step 6/24 : COPY go.mod . 09:51:01 ---> 17719b2ea0dc 09:51:01 Step 7/22 : RUN go mod download 09:51:02 ---> Running in 7fabd867f77d 09:51:04 ---> aec95c855300 09:51:04 Step 7/24 : RUN go mod download 09:51:04 ---> Running in 4376f5a693e7 09:51:08 Removing intermediate container 7fabd867f77d 09:51:08 ---> 70f34d7cf08c 09:51:08 Step 8/22 : COPY . . 09:51:09 Removing intermediate container 4376f5a693e7 09:51:09 ---> 66eee8bd5683 09:51:09 Step 8/24 : COPY . . 09:51:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:51:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:51:12 ---> 5470e8e9649b 09:51:12 Step 3/22 : WORKDIR /edgex-go 09:51:12 ---> Using cache 09:51:12 ---> 89603cfee649 09:51:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:12 ---> Using cache 09:51:12 ---> 6cc662a4bf95 09:51:12 Step 5/22 : RUN apk update && apk add make git 09:51:12 ---> Using cache 09:51:12 ---> b0a519bb054d 09:51:12 Step 6/22 : COPY go.mod . 09:51:12 ---> Using cache 09:51:12 ---> 8ee676ef1150 09:51:12 Step 7/22 : RUN go mod download 09:51:12 ---> Using cache 09:51:12 ---> f8a0d520b6ca 09:51:12 Step 8/22 : COPY . . 09:51:12 ---> Using cache 09:51:12 ---> 631e675a0c9f 09:51:12 Step 9/22 : RUN make cmd/core-command/core-command 09:51:13 ---> Running in c7ef43ab2716 09:51:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:51:19 Removing intermediate container 7532ebe10081 09:51:19 ---> bfdfe7929252 09:51:19 09:51:19 Step 10/21 : FROM scratch 09:51:19 ---> 09:51:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:51:19 ---> Using cache 09:51:19 ---> 2e5412e1f3b4 09:51:19 Step 12/21 : ENV APP_PORT=48085 09:51:19 ---> Running in eaf39aee7c5e 09:51:20 Removing intermediate container eaf39aee7c5e 09:51:20 ---> 88af215a0363 09:51:20 Step 13/21 : EXPOSE $APP_PORT 09:51:21 ---> Running in bee0dbbc6679 09:51:23 Removing intermediate container bee0dbbc6679 09:51:23 ---> cc1e981a02e3 09:51:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:51:25 ---> 28fc76174e87 09:51:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:51:29 ---> 4ac35eff90b4 09:51:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:51:30 ---> d6e9ef9bfdbb 09:51:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:51:31 ---> Running in f0459522ac4d 09:51:32 Removing intermediate container f0459522ac4d 09:51:32 ---> c1c574eb109c 09:51:32 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:51:32 ---> Running in 2f916933fcbf 09:51:34 Removing intermediate container 2f916933fcbf 09:51:34 ---> 010c89cdfac5 09:51:34 Step 19/21 : LABEL arch=arm64 09:51:34 ---> Running in fefe0e586063 09:51:35 ---> fc21b01a4623 09:51:35 Step 9/22 : RUN make cmd/support-logging/support-logging 09:51:35 Removing intermediate container fefe0e586063 09:51:35 ---> 62f5ca97d409 09:51:35 Step 20/21 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:51:35 ---> Running in cd4eecc644d8 09:51:36 ---> Running in 38b451891c03 09:51:37 ---> 7068404f4aa2 09:51:37 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:51:37 Removing intermediate container 38b451891c03 09:51:37 ---> 2da9b18a30f9 09:51:37 Step 21/21 : LABEL version=0.0.0 09:51:37 ---> Running in 39cbea271276 09:51:37 ---> Running in c5b459d2879e 09:51:38 Removing intermediate container c5b459d2879e 09:51:38 ---> 82b5ef5e17bd 09:51:38 09:51:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 09:51:39 Successfully built 82b5ef5e17bd 09:51:39 Successfully tagged docker-support-scheduler-go-arm64:latest 09:51:40  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:51:48 Removing intermediate container 58c3ae65754a 09:51:48 ---> 1bef1a026130 09:51:48 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:51:48 ---> Running in 51a2f3385ca9 09:51:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:51:56 Removing intermediate container 51a2f3385ca9 09:51:56 ---> f09c8c95003d 09:51:56 09:51:56 Step 11/27 : FROM docker:latest 09:51:56 ---> 45884bde0078 09:51:56 Step 12/27 : RUN apk add --no-cache bash 09:51:56 ---> Running in f58e2ed9f093 09:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:59 (1/2) Installing readline (8.0.4-r0) 09:51:59 (2/2) Installing bash (5.0.17-r0) 09:51:59 Executing bash-5.0.17-r0.post-install 09:51:59 Executing busybox-1.31.1-r16.trigger 09:52:00 OK: 12 MiB in 22 packages 09:52:02 Removing intermediate container f58e2ed9f093 09:52:02 ---> 79080dc00d8f 09:52:02 Step 13/27 : RUN rm -rf /var/cache/apk/* 09:52:02 ---> Running in 286101c3a508 09:52:06 Removing intermediate container 286101c3a508 09:52:06 ---> bbbe528097e9 09:52:06 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:52:06 ---> Running in 91a16f07947f 09:52:06 Removing intermediate container 91a16f07947f 09:52:06 ---> 4bb6e9b29fb7 09:52:06 Step 15/27 : ENV APP_PORT=48090 09:52:06 ---> Running in ef9c0b85b404 09:52:07 Removing intermediate container ef9c0b85b404 09:52:07 ---> 0f9793ffce92 09:52:07 Step 16/27 : EXPOSE $APP_PORT 09:52:07 ---> Running in 874d5291e0e6 09:52:08 Removing intermediate container 874d5291e0e6 09:52:08 ---> d8490ed65cde 09:52:08 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:52:10 ---> 1992b1ca8857 09:52:10 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:52:11 ---> 6d750e00b615 09:52:11 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:52:12 ---> 2c1416ad74f4 09:52:12 Step 20/27 : RUN apk --no-cache add py3-pip 09:52:12 ---> Running in 380598465b03 09:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:52:16 (1/33) Installing libbz2 (1.0.8-r1) 09:52:16 (2/33) Installing expat (2.2.9-r1) 09:52:16 (3/33) Installing libffi (3.3-r2) 09:52:16 (4/33) Installing gdbm (1.13-r1) 09:52:16 (5/33) Installing xz-libs (5.2.5-r0) 09:52:16 (6/33) Installing sqlite-libs (3.32.1-r0) 09:52:16 (7/33) Installing python3 (3.8.5-r0) 09:52:18 (8/33) Installing py3-appdirs (1.4.4-r1) 09:52:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:52:18 (10/33) Installing py3-parsing (2.4.7-r0) 09:52:18 (11/33) Installing py3-six (1.15.0-r0) 09:52:18 (12/33) Installing py3-packaging (20.4-r0) 09:52:18 (13/33) Installing py3-setuptools (47.0.0-r0) 09:52:18 (14/33) Installing py3-chardet (3.0.4-r4) 09:52:18 (15/33) Installing py3-idna (2.9-r0) 09:52:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:52:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:52:18 (18/33) Installing py3-requests (2.23.0-r0) 09:52:18 (19/33) Installing py3-msgpack (1.0.0-r0) 09:52:18 (20/33) Installing py3-lockfile (0.12.2-r3) 09:52:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:52:18 (22/33) Installing py3-colorama (0.4.3-r0) 09:52:18 (23/33) Installing py3-distlib (0.3.0-r0) 09:52:18 (24/33) Installing py3-distro (1.5.0-r1) 09:52:18 (25/33) Installing py3-webencodings (0.5.1-r3) 09:52:18 (26/33) Installing py3-html5lib (1.0.1-r4) 09:52:18 (27/33) Installing py3-pytoml (0.1.21-r0) 09:52:18 (28/33) Installing py3-pep517 (0.8.2-r0) 09:52:18 (29/33) Installing py3-progress (1.5-r0) 09:52:18 (30/33) Installing py3-toml (0.10.1-r0) 09:52:19 (31/33) Installing py3-retrying (1.3.3-r0) 09:52:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:52:19 (33/33) Installing py3-pip (20.1.1-r0) 09:52:19 Executing busybox-1.31.1-r16.trigger 09:52:19 OK: 71 MiB in 55 packages 09:52:29 Removing intermediate container 380598465b03 09:52:29 ---> 847cac450561 09:52:29 Step 21/27 : RUN pip install docker-compose==1.23.2 09:52:29 ---> Running in b385d02234f9 09:52:36 Collecting docker-compose==1.23.2 09:52:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:52:36 Collecting dockerpty<0.5,>=0.4.1 09:52:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:52:39 Collecting websocket-client<1.0,>=0.32.0 09:52:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:52:39 Collecting docopt<0.7,>=0.6.1 09:52:39 Downloading docopt-0.6.2.tar.gz (25 kB) 09:52:42 Collecting cached-property<2,>=1.2.0 09:52:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:52:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:52:43 Collecting jsonschema<3,>=2.5.1 09:52:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:52:43 Removing intermediate container c7ef43ab2716 09:52:43 ---> 767b1715a0f9 09:52:43 09:52:43 Step 10/22 : FROM scratch 09:52:43 ---> 09:52:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:52:44 ---> Using cache 09:52:44 ---> 2e5412e1f3b4 09:52:44 Step 12/22 : ENV APP_PORT=48082 09:52:44 ---> Running in 34827a8a26d6 09:52:44 Removing intermediate container 34827a8a26d6 09:52:44 ---> e0e828770f0c 09:52:44 Step 13/22 : EXPOSE $APP_PORT 09:52:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:52:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:52:44 ---> Running in 9eb0e79368a7 09:52:45 Removing intermediate container 9eb0e79368a7 09:52:45 ---> a51d8ad28b68 09:52:45 Step 14/22 : WORKDIR / 09:52:45 ---> Running in 13dd0f5128ac 09:52:45 Collecting docker<4.0,>=3.6.0 09:52:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:52:46 Removing intermediate container 13dd0f5128ac 09:52:46 ---> e7c0cf99a8fa 09:52:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:52:47 Collecting PyYAML<4,>=3.10 09:52:47 Downloading PyYAML-3.13.tar.gz (270 kB) 09:52:47 ---> 5addb817bf64 09:52:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:52:49 ---> 483181b79703 09:52:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:52:50 ---> 00abc4dfbdcf 09:52:50 Step 18/22 : ENTRYPOINT ["/core-command"] 09:52:50 ---> Running in 7cd3d1277940 09:52:51 Collecting texttable<0.10,>=0.9.0 09:52:51 Downloading texttable-0.9.1.tar.gz (11 kB) 09:52:51 Removing intermediate container 7cd3d1277940 09:52:51 ---> de1fbb7dc529 09:52:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:52:52 ---> Running in 0b092279710d 09:52:53 Removing intermediate container 0b092279710d 09:52:53 ---> 676f1235abde 09:52:53 Step 20/22 : LABEL arch=arm64 09:52:53 ---> Running in acc81d1035cc 09:52:53 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 09:52:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:52:53 Removing intermediate container cd4eecc644d8 09:52:53 ---> c1b69c5726ec 09:52:53 09:52:53 Step 10/22 : FROM scratch 09:52:53 ---> 09:52:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:52:53 Collecting idna<2.8,>=2.5 09:52:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:52:53 Removing intermediate container acc81d1035cc 09:52:53 ---> a8eb0b28b89e 09:52:53 Step 21/22 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:52:53 ---> Running in 8804e8b3e96c 09:52:54 ---> Running in a3e7626ec1fa 09:52:54 Collecting urllib3<1.25,>=1.21.1 09:52:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:52:54 Removing intermediate container 8804e8b3e96c 09:52:54 ---> bdbc065f53b2 09:52:54 Step 12/22 : ENV APP_PORT=48061 09:52:54 ---> Running in 8d15f43c690e 09:52:54 Removing intermediate container a3e7626ec1fa 09:52:54 ---> 4eadbcf099d2 09:52:54 Step 22/22 : LABEL version=0.0.0 09:52:55 ---> Running in c09fe03958d4 09:52:55 Collecting docker-pycreds>=0.4.0 09:52:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:52:55 Removing intermediate container 8d15f43c690e 09:52:55 ---> 19d026c5c087 09:52:55 Step 13/22 : EXPOSE $APP_PORT 09:52:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:52:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:52:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:52:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:52:55 ---> Running in be28cdf51a67 09:52:55 Removing intermediate container c09fe03958d4 09:52:55 ---> 0fd1479f7f07 09:52:55 09:52:56 Successfully built 0fd1479f7f07 09:52:56 Successfully tagged docker-core-command-go-arm64:latest 09:52:56  Building docker-core-command-go ... done Removing intermediate container be28cdf51a67 09:52:56 ---> a7f98332096e 09:52:56 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 09:52:56 Installing collected packages: dockerpty, websocket-client, docopt, cached-property, jsonschema, idna, urllib3, requests, docker-pycreds, docker, PyYAML, texttable, docker-compose 09:52:56 Running setup.py install for dockerpty: started 09:52:57 ---> e793936f20a5 09:52:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:52:57 ---> 4e63153cb637 09:52:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:52:58 Running setup.py install for dockerpty: finished with status 'done' 09:52:59 Running setup.py install for docopt: started 09:52:59 ---> eccc32f906fb 09:52:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:53:00 ---> 27744be94188 09:53:00 Step 18/22 : ENTRYPOINT ["/support-logging"] 09:53:00 ---> Running in 1edc5d0d5d09 09:53:01 Removing intermediate container 1edc5d0d5d09 09:53:01 ---> 061eedb9f4dd 09:53:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:53:01 ---> Running in a8ad2d8319cd 09:53:01 Running setup.py install for docopt: finished with status 'done' 09:53:01 Removing intermediate container 39cbea271276 09:53:01 ---> c0bcfaf112d0 09:53:01 09:53:01 Step 10/24 : FROM scratch 09:53:01 ---> 09:53:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:53:02 Attempting uninstall: idna 09:53:02 Found existing installation: idna 2.9 09:53:02 Uninstalling idna-2.9: 09:53:02 ---> Using cache 09:53:02 ---> bdbc065f53b2 09:53:02 Step 12/24 : ENV APP_PORT=48060 09:53:02 Successfully uninstalled idna-2.9 09:53:02 ---> Running in 8d1050dc451e 09:53:02 Removing intermediate container a8ad2d8319cd 09:53:02 ---> a8b36451d076 09:53:02 Step 20/22 : LABEL arch=arm64 09:53:02 ---> Running in 42feba751493 09:53:03 Attempting uninstall: urllib3 09:53:03 Removing intermediate container 8d1050dc451e 09:53:03 ---> 3f163643e15e 09:53:03 Step 13/24 : EXPOSE $APP_PORT 09:53:03 Found existing installation: urllib3 1.25.9 09:53:03 Uninstalling urllib3-1.25.9: 09:53:03 ---> Running in 706297c5cc57 09:53:03 Removing intermediate container 42feba751493 09:53:03 ---> eb3062cb53cc 09:53:03 Step 21/22 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:53:03 Successfully uninstalled urllib3-1.25.9 09:53:03 ---> Running in 1fd7ba2536c6 09:53:03 Removing intermediate container 706297c5cc57 09:53:03 ---> dbc064ff02b6 09:53:03 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:53:03 Attempting uninstall: requests 09:53:03 Found existing installation: requests 2.23.0 09:53:03 Uninstalling requests-2.23.0: 09:53:03 Removing intermediate container 1fd7ba2536c6 09:53:03 ---> 0e73c15de90c 09:53:03 Step 22/22 : LABEL version=0.0.0 09:53:03 Successfully uninstalled requests-2.23.0 09:53:03 ---> Running in dfb8e8d37e0a 09:53:05 ---> b9b87adb84c0 09:53:05 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:53:05 Removing intermediate container dfb8e8d37e0a 09:53:05 ---> a14f9db56ad9 09:53:05 09:53:05 Successfully built a14f9db56ad9 09:53:05 Successfully tagged docker-support-logging-go-arm64:latest 09:53:05  Building docker-support-logging-go ... done  Running setup.py install for PyYAML: started 09:53:05 ---> cb231cd543aa 09:53:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:53:06 ---> 231cfebcc411 09:53:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:53:07 ---> 26c287da5275 09:53:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:53:07 Running setup.py install for PyYAML: finished with status 'done' 09:53:07 Running setup.py install for texttable: started 09:53:08 ---> 332f6ff28c53 09:53:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:53:09 ---> 4c2b55758313 09:53:09 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:53:09 ---> Running in a4706ef58b72 09:53:09 Running setup.py install for texttable: finished with status 'done' 09:53:10 Removing intermediate container a4706ef58b72 09:53:10 ---> 0cac49861532 09:53:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:53:10 ---> Running in e240380cf14e 09:53:10 Removing intermediate container e240380cf14e 09:53:10 ---> f90d4f69ba01 09:53:10 Step 22/24 : LABEL arch=arm64 09:53:10 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 09:53:10 ---> Running in 4f31d4535ea5 09:53:11 Removing intermediate container 4f31d4535ea5 09:53:11 ---> 2d412e59e773 09:53:11 Step 23/24 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:53:11 ---> Running in 5073f88d0847 09:53:11 Removing intermediate container 5073f88d0847 09:53:11 ---> 6c24b7aaa53f 09:53:11 Step 24/24 : LABEL version=0.0.0 09:53:12 ---> Running in 53ae6957c6a0 09:53:12 Removing intermediate container 53ae6957c6a0 09:53:12 ---> 39f473f345b6 09:53:12 09:53:12 Successfully built 39f473f345b6 09:53:12 Successfully tagged docker-support-notifications-go-arm64:latest 09:53:14  Building docker-support-notifications-go ... done Removing intermediate container b385d02234f9 09:53:14 ---> c0a9f6d57766 09:53:14 Step 22/27 : RUN apk --no-cache add curl 09:53:14 ---> Running in f68db4c3e6cb 09:53:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:53:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:53:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:53:17 (2/3) Installing libcurl (7.69.1-r1) 09:53:17 (3/3) Installing curl (7.69.1-r1) 09:53:17 Executing busybox-1.31.1-r16.trigger 09:53:17 OK: 71 MiB in 58 packages 09:53:18 Removing intermediate container f68db4c3e6cb 09:53:18 ---> 1cc826312174 09:53:18 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 09:53:18 ---> Running in 375f4881db33 09:53:18 Removing intermediate container 375f4881db33 09:53:18 ---> ffbb5d6c141c 09:53:18 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:53:18 ---> Running in 667647b4fd88 09:53:19 Removing intermediate container 667647b4fd88 09:53:19 ---> ff180adfa77f 09:53:19 Step 25/27 : LABEL arch=arm64 09:53:19 ---> Running in 5cd3faed4505 09:53:20 Removing intermediate container 5cd3faed4505 09:53:20 ---> 043874442fdd 09:53:20 Step 26/27 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 09:53:20 ---> Running in d687333c6b72 09:53:20 Removing intermediate container d687333c6b72 09:53:20 ---> a6ffa41f7af9 09:53:20 Step 27/27 : LABEL version=0.0.0 09:53:20 ---> Running in 21fe75265749 09:53:21 Removing intermediate container 21fe75265749 09:53:21 ---> e1457da17007 09:53:21 09:53:21 Successfully built e1457da17007 09:53:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:53:21  Building docker-sys-mgmt-agent-go ... done  09:53:21 ERROR: for docker-security-proxy-setup-go (, "The command '/bin/sh -c apk update && apk add curl && rm -rf /var/cache/apk/*' returned a non-zero code: 2") 09:53:21 09:53:21 ERROR: for docker-security-secrets-setup-go (, "The command '/bin/sh -c apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/*' returned a non-zero code: 2") 09:53:21 Service 'docker-security-secrets-setup-go' failed to build: The command '/bin/sh -c apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/*' returned a non-zero code: 2 [Pipeline] } 09:53:22 $ docker stop --time=1 84854e1ff2f911d235395625fc18d5bf4dd62522a7f750e2b9a009c08caf2044 09:53:24 $ docker rm -f 84854e1ff2f911d235395625fc18d5bf4dd62522a7f750e2b9a009c08caf2044 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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] } 09:53:25 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] { (Clair Scan) Stage "Clair 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 09:53:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:53:29 ---> package-listing.sh 09:53:29 ++ facter osfamily 09:53:29 ++ tr '[:upper:]' '[:lower:]' 09:53:29 + OS_FAMILY=redhat 09:53:29 + workspace=/w/workspace/edgex-go/9 09:53:29 + START_PACKAGES=/tmp/packages_start.txt 09:53:29 + END_PACKAGES=/tmp/packages_end.txt 09:53:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:53:29 + PACKAGES=/tmp/packages_start.txt 09:53:29 + '[' /w/workspace/edgex-go/9 ']' 09:53:29 + PACKAGES=/tmp/packages_end.txt 09:53:29 + case "${OS_FAMILY}" in 09:53:29 + rpm -qa 09:53:29 + sort 09:53:33 + '[' -f /tmp/packages_start.txt ']' 09:53:33 + '[' -f /tmp/packages_end.txt ']' 09:53:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:53:33 + '[' /w/workspace/edgex-go/9 ']' 09:53:33 + mkdir -p /w/workspace/edgex-go/9/archives/ 09:53:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 09:53:33 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:53:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:53:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:53:33 09:53:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:53:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:53:34 alpine: Pulling from edgex-lftools-log-publisher 09:53:34 df20fa9351a1: Pulling fs layer 09:53:34 36b3adc4ff6f: Pulling fs layer 09:53:34 8ad3a11d3b57: Pulling fs layer 09:53:34 46f8f816bc3b: Pulling fs layer 09:53:34 93b61091891f: Pulling fs layer 09:53:34 93b9cdb0e59b: Pulling fs layer 09:53:34 5e14af77c1be: Pulling fs layer 09:53:34 01666e4c0597: Pulling fs layer 09:53:34 aa168da1d23b: Pulling fs layer 09:53:34 46f8f816bc3b: Waiting 09:53:34 93b61091891f: Waiting 09:53:34 93b9cdb0e59b: Waiting 09:53:34 5e14af77c1be: Waiting 09:53:34 01666e4c0597: Waiting 09:53:34 aa168da1d23b: Waiting 09:53:34 36b3adc4ff6f: Verifying Checksum 09:53:34 36b3adc4ff6f: Download complete 09:53:34 46f8f816bc3b: Verifying Checksum 09:53:34 46f8f816bc3b: Download complete 09:53:34 df20fa9351a1: Verifying Checksum 09:53:34 df20fa9351a1: Download complete 09:53:34 93b9cdb0e59b: Verifying Checksum 09:53:34 93b9cdb0e59b: Download complete 09:53:34 5e14af77c1be: Verifying Checksum 09:53:34 5e14af77c1be: Download complete 09:53:34 93b61091891f: Download complete 09:53:34 01666e4c0597: Verifying Checksum 09:53:34 01666e4c0597: Download complete 09:53:34 df20fa9351a1: Pull complete 09:53:35 36b3adc4ff6f: Pull complete 09:53:35 8ad3a11d3b57: Verifying Checksum 09:53:35 8ad3a11d3b57: Download complete 09:53:36 8ad3a11d3b57: Pull complete 09:53:36 46f8f816bc3b: Pull complete 09:53:36 93b61091891f: Pull complete 09:53:36 93b9cdb0e59b: Pull complete 09:53:37 5e14af77c1be: Pull complete 09:53:37 aa168da1d23b: Verifying Checksum 09:53:37 aa168da1d23b: Download complete 09:53:37 01666e4c0597: Pull complete 09:53:45 aa168da1d23b: Pull complete 09:53:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:53:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:53:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:53:45 prd-centos7-docker-4c-2g-5589 does not seem to be running inside a container 09:53:45 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:53:49 $ docker top a906e10054dc869e3d5bba53945fb0e87d819653cb4486b93a503615f8f3eea9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:53:49 + touch /tmp/pre-build-complete [Pipeline] sh 09:53:49 + mkdir -p /var/log/sa [Pipeline] sh 09:53:50 + ls /var/log/sa-host 09:53:50 + sadf -c /var/log/sa-host/sa05 09:53:50 file_magic: OK 09:53:50 HZ: Using current value: 100 09:53:50 file_header: OK 09:53:50 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 09:53:50 Statistics: 09:53:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:53:50 File successfully converted to sysstat format version 12.2.1 09:53:50 + sadf -c /var/log/sa-host/sa15 09:53:50 file_magic: OK 09:53:50 HZ: Using current value: 100 09:53:50 file_header: OK 09:53:50 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 09:53:50 Statistics: 09:53:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:53:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:53:50 provisioning config files... 09:53:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config1672283521336471113tmp [Pipeline] { [Pipeline] echo 09:53:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:53:51 ---> create-netrc.sh [Pipeline] } 09:53:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:53:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:53:51 ---> python-tools-install.sh [Pipeline] echo 09:53:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:53:52 ---> sudo-logs.sh 09:53:52 Archiving 'sudo' log.. [Pipeline] echo 09:53:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:53:52 ---> job-cost.sh 09:53:52 lf-activate-venv: SKIPPING 09:53:52 INFO: No Stack... 09:53:53 INFO: Retrieving Pricing Info for: v1-standard-2 09:53:53 INFO: Archiving Costs [Pipeline] echo 09:53:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:53:54 ---> logs-deploy.sh 09:53:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2789/9 09:53:54 INFO: archiving workspace using pattern(s): 09:53:56 Archives upload complete. 09:53:56 INFO: archiving logs to Nexus 09:53:57 ---> uname -a: 09:53:57 Linux prd-centos7-docker-4c-2g-5589.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:53:57 09:53:57 09:53:57 ---> lscpu: 09:53:57 Architecture: x86_64 09:53:57 CPU op-mode(s): 32-bit, 64-bit 09:53:57 Byte Order: Little Endian 09:53:57 Address sizes: 40 bits physical, 48 bits virtual 09:53:57 CPU(s): 4 09:53:57 On-line CPU(s) list: 0-3 09:53:57 Thread(s) per core: 1 09:53:57 Core(s) per socket: 1 09:53:57 Socket(s): 4 09:53:57 NUMA node(s): 1 09:53:57 Vendor ID: GenuineIntel 09:53:57 CPU family: 6 09:53:57 Model: 44 09:53:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:53:57 Stepping: 1 09:53:57 CPU MHz: 2933.442 09:53:57 BogoMIPS: 5866.88 09:53:57 Virtualization: VT-x 09:53:57 Hypervisor vendor: KVM 09:53:57 Virtualization type: full 09:53:57 L1d cache: 128 KiB 09:53:57 L1i cache: 128 KiB 09:53:57 L2 cache: 16 MiB 09:53:57 L3 cache: 64 MiB 09:53:57 NUMA node0 CPU(s): 0-3 09:53:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:53:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:53:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:53:57 Vulnerability Meltdown: Mitigation; PTI 09:53:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:53:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:53:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:53:57 Vulnerability Tsx async abort: Not affected 09:53:57 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 09:53:57 09:53:57 09:53:57 ---> nproc: 09:53:57 4 09:53:57 09:53:57 09:53:57 ---> df -h: 09:53:57 Filesystem Size Used Available Use% Mounted on 09:53:57 overlay 50.0G 7.2G 42.8G 14% / 09:53:57 tmpfs 64.0M 0 64.0M 0% /dev 09:53:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:53:57 shm 64.0M 0 64.0M 0% /dev/shm 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgex-go/9 09:53:57 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgex-go/9@tmp 09:53:57 09:53:57 09:53:57 ---> free -m: 09:53:57 total used free shared buff/cache available 09:53:57 Mem: 1837 669 135 0 1032 1064 09:53:57 Swap: 1023 1 1022 09:53:57 09:53:57 09:53:57 ---> ip addr: 09:53:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:53:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:53:57 inet 127.0.0.1/8 scope host lo 09:53:57 valid_lft forever preferred_lft forever 09:53:57 inet6 ::1/128 scope host 09:53:57 valid_lft forever preferred_lft forever 09:53:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:53:57 link/ether fa:16:3e:55:ef:90 brd ff:ff:ff:ff:ff:ff 09:53:57 inet 10.30.122.166/23 brd 10.30.123.255 scope global dynamic eth0 09:53:57 valid_lft 85335sec preferred_lft 85335sec 09:53:57 inet6 fe80::f816:3eff:fe55:ef90/64 scope link 09:53:57 valid_lft forever preferred_lft forever 09:53:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:53:57 link/ether 02:42:a8:3a:80:a0 brd ff:ff:ff:ff:ff:ff 09:53:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:53:57 valid_lft forever preferred_lft forever 09:53:57 inet6 fe80::42:a8ff:fe3a:80a0/64 scope link 09:53:57 valid_lft forever preferred_lft forever 09:53:57 09:53:57 09:53:57 ---> sar -b -r -n DEV: 09:53:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 09:53:57 09:53:57 09:35:52 LINUX RESTART (4 CPU) 09:53:57 09:53:57 09:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:53:57 09:38:02 70.63 38.74 31.90 0.00 3923.56 12673.78 0.00 09:53:57 09:39:01 2.27 0.00 2.27 0.00 0.00 41.97 0.00 09:53:57 09:40:01 0.60 0.00 0.60 0.00 0.00 7.33 0.00 09:53:57 09:41:01 0.45 0.00 0.45 0.00 0.00 6.48 0.00 09:53:57 09:42:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 09:53:57 09:43:01 0.33 0.03 0.30 0.00 0.67 3.86 0.00 09:53:57 09:44:01 0.32 0.00 0.32 0.00 0.00 3.93 0.00 09:53:57 09:45:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 09:53:57 09:46:01 0.33 0.00 0.33 0.00 0.00 3.53 0.00 09:53:57 09:47:01 0.23 0.00 0.23 0.00 0.00 3.01 0.00 09:53:57 09:48:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 09:53:57 09:49:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 09:53:57 09:50:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 09:53:57 09:51:01 0.53 0.17 0.37 0.00 5.33 4.61 0.00 09:53:57 09:52:01 0.70 0.00 0.70 0.00 0.00 14.16 0.00 09:53:57 09:53:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 09:53:57 Average: 4.87 2.44 2.43 0.00 245.94 799.71 0.00 09:53:57 09:53:57 09:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:53:57 09:38:02 348864 0 573468 30.48 2620 956604 1105456 37.73 476860 898024 120 09:53:57 09:39:01 356768 0 565560 30.06 2620 956608 1065960 36.38 474148 894128 8 09:53:57 09:40:01 356384 0 565936 30.08 2620 956616 1066156 36.39 474916 894128 8 09:53:57 09:41:01 355704 0 566616 30.11 2620 956616 1066024 36.38 484164 885288 8 09:53:57 09:42:01 355272 0 567044 30.14 2620 956620 1066084 36.38 485828 884184 8 09:53:57 09:43:01 349096 0 573192 30.46 2620 956648 1066132 36.39 540276 836064 8 09:53:57 09:44:01 349732 0 572556 30.43 2620 956648 1066072 36.38 535104 840840 8 09:53:57 09:45:01 350160 0 572116 30.41 2620 956660 1066024 36.38 534880 840840 8 09:53:57 09:46:01 350036 0 572236 30.41 2620 956664 1066024 36.38 534884 840840 8 09:53:57 09:47:01 349584 0 572680 30.44 2620 956672 1066120 36.38 534280 841968 8 09:53:57 09:48:01 349764 0 572500 30.43 2620 956672 1066024 36.38 533768 841968 8 09:53:57 09:49:01 349688 0 572572 30.43 2620 956676 1066024 36.38 533788 841968 8 09:53:57 09:50:01 349632 0 572620 30.43 2620 956684 1066084 36.38 534120 841968 8 09:53:57 09:51:01 349616 0 572632 30.43 2620 956688 1066024 36.38 535300 840500 16 09:53:57 09:52:01 349156 0 573084 30.46 2620 956696 1066096 36.38 535644 840500 8 09:53:57 09:53:01 349576 0 572660 30.44 2620 956700 1066024 36.38 535288 840500 8 09:53:57 Average: 351190 0 571092 30.35 2620 956654 1068520 36.47 517703 856482 16 09:53:57 09:53:57 09:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:53:57 09:38:02 eth0 769.17 878.59 2757.42 114.05 0.00 0.00 0.00 0.00 09:53:57 09:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:38:02 docker0 845.16 723.87 68.66 2661.50 0.00 0.00 0.00 0.00 09:53:57 09:39:01 eth0 0.75 0.12 0.06 0.03 0.00 0.00 0.00 0.00 09:53:57 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:40:01 eth0 1.43 0.83 1.10 0.23 0.00 0.00 0.00 0.00 09:53:57 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:53:57 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:42:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 09:53:57 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:43:01 eth0 0.50 0.28 0.27 0.17 0.00 0.00 0.00 0.00 09:53:57 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:44:01 eth0 0.17 0.12 0.07 0.04 0.00 0.00 0.00 0.00 09:53:57 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:45:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:53:57 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:47:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 09:53:57 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:53:57 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:49:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:53:57 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:50:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 09:53:57 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:53:57 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:52:01 eth0 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:53:57 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:53:57 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 Average: eth0 48.40 55.15 172.70 7.18 0.00 0.00 0.00 0.00 09:53:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:57 Average: docker0 52.90 45.31 4.30 166.58 0.00 0.00 0.00 0.00 09:53:57 09:53:57 09:53:57 ---> sar -P ALL: 09:53:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 09:53:57 09:53:57 09:35:52 LINUX RESTART (4 CPU) 09:53:57 09:53:57 09:37:01 CPU %user %nice %system %iowait %steal %idle 09:53:57 09:38:02 all 8.83 0.00 3.54 0.77 0.03 86.83 09:53:57 09:38:02 0 11.49 0.00 5.51 0.56 0.02 82.44 09:53:57 09:38:02 1 6.12 0.00 2.62 2.03 0.03 89.20 09:53:57 09:38:02 2 9.65 0.00 2.90 0.34 0.03 87.08 09:53:57 09:38:02 3 8.06 0.00 3.15 0.17 0.02 88.60 09:53:57 09:39:01 all 0.16 0.00 0.05 0.00 0.00 99.79 09:53:57 09:39:01 0 0.05 0.00 0.05 0.00 0.02 99.88 09:53:57 09:39:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:53:57 09:39:01 2 0.52 0.00 0.05 0.00 0.00 99.42 09:53:57 09:39:01 3 0.02 0.00 0.05 0.00 0.00 99.93 09:53:57 09:40:01 all 0.16 0.00 0.04 0.00 0.00 99.80 09:53:57 09:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:53:57 09:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:53:57 09:40:01 2 0.48 0.00 0.05 0.00 0.00 99.47 09:53:57 09:40:01 3 0.08 0.00 0.07 0.00 0.02 99.83 09:53:57 09:41:01 all 0.15 0.00 0.04 0.00 0.00 99.81 09:53:57 09:41:01 0 0.02 0.00 0.05 0.00 0.00 99.93 09:53:57 09:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:53:57 09:41:01 2 0.52 0.00 0.03 0.00 0.00 99.45 09:53:57 09:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:53:57 09:42:01 all 0.15 0.00 0.06 0.00 0.00 99.78 09:53:57 09:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:53:57 09:42:01 1 0.07 0.00 0.03 0.00 0.00 99.90 09:53:57 09:42:01 2 0.52 0.00 0.05 0.00 0.00 99.43 09:53:57 09:42:01 3 0.03 0.00 0.15 0.00 0.00 99.82 09:53:57 09:43:01 all 0.15 0.00 0.07 0.00 0.00 99.77 09:53:57 09:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:53:57 09:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:53:57 09:43:01 2 0.52 0.00 0.03 0.00 0.00 99.45 09:53:57 09:43:01 3 0.03 0.00 0.22 0.02 0.00 99.73 09:53:57 09:44:01 all 0.16 0.00 0.02 0.00 0.00 99.82 09:53:57 09:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:53:57 09:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:53:57 09:44:01 2 0.53 0.00 0.02 0.00 0.00 99.45 09:53:57 09:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:53:57 09:45:01 all 0.12 0.00 0.04 0.00 0.00 99.84 09:53:57 09:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:53:57 09:45:01 1 0.07 0.00 0.05 0.00 0.00 99.88 09:53:57 09:45:01 2 0.37 0.00 0.07 0.00 0.00 99.57 09:53:57 09:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:53:57 09:46:01 all 0.04 0.00 0.03 0.00 0.00 99.94 09:53:57 09:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:53:57 09:46:01 1 0.08 0.00 0.05 0.00 0.00 99.87 09:53:57 09:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:53:57 09:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:53:57 09:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:53:57 09:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:53:57 09:47:01 1 0.55 0.00 0.05 0.00 0.02 99.38 09:53:57 09:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:57 09:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:53:57 09:48:01 all 0.16 0.00 0.03 0.00 0.00 99.81 09:53:57 09:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:53:57 09:48:01 1 0.55 0.00 0.05 0.00 0.00 99.40 09:53:57 09:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 09:53:57 09:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:53:57 09:53:57 09:48:01 CPU %user %nice %system %iowait %steal %idle 09:53:57 09:49:01 all 0.08 0.00 0.05 0.00 0.00 99.87 09:53:57 09:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:53:57 09:49:01 1 0.32 0.00 0.12 0.00 0.00 99.57 09:53:57 09:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:57 09:49:01 3 0.00 0.00 0.05 0.00 0.00 99.95 09:53:57 09:50:01 all 0.09 0.00 0.03 0.00 0.00 99.89 09:53:57 09:50:01 0 0.17 0.00 0.02 0.00 0.00 99.82 09:53:57 09:50:01 1 0.10 0.00 0.03 0.00 0.00 99.87 09:53:57 09:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:53:57 09:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:53:57 09:51:01 all 0.15 0.00 0.05 0.00 0.00 99.80 09:53:57 09:51:01 0 0.50 0.00 0.02 0.00 0.00 99.48 09:53:57 09:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:53:57 09:51:01 2 0.03 0.00 0.07 0.00 0.00 99.90 09:53:57 09:51:01 3 0.02 0.00 0.07 0.00 0.00 99.92 09:53:57 09:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 09:53:57 09:52:01 0 0.50 0.00 0.03 0.00 0.00 99.47 09:53:57 09:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:53:57 09:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:53:57 09:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 09:53:57 09:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:53:57 09:53:01 0 0.52 0.00 0.02 0.00 0.00 99.47 09:53:57 09:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:53:57 09:53:01 2 0.05 0.00 0.05 0.00 0.02 99.88 09:53:57 09:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:53:57 Average: all 0.67 0.00 0.26 0.05 0.00 99.02 09:53:57 Average: 0 0.83 0.00 0.36 0.03 0.00 98.78 09:53:57 Average: 1 0.51 0.00 0.21 0.13 0.00 99.16 09:53:57 Average: 2 0.83 0.00 0.22 0.02 0.00 98.93 09:53:57 Average: 3 0.53 0.00 0.25 0.01 0.00 99.22 09:53:57 09:53:57 09:53:57