cloudxxx8 commented: recheck 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from cfca8f87d1b14f31076b595db4703328e11b50dc+5fa08527d925aa0d761a58fd1d2245c253eac308 (9265f22915f63a8972965834773e5b5090518039) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5608 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [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 cfca8f87d1b14f31076b595db4703328e11b50dc Merge succeeded, producing cfca8f87d1b14f31076b595db4703328e11b50dc Checking out Revision cfca8f87d1b14f31076b595db4703328e11b50dc (PR-2791) > 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/2791/head:refs/remotes/origin/PR-2791 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 Commit message: "feat(metadata): Implement Core Metadata GET /deviceservice/all V2 API" > git rev-list --no-walk cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:05:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:05:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:05:15 ========================================================= 15:05:15 EdgeX Global Pipelines Version Info 15:05:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:05:17 ------------------- 15:05:17 stable info: 15:05:17 ------------------- 15:05:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:05:17 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 15:05:17 Message: update stable to v1.0.142 15:05:18 ------------------- 15:05:18 experimental info: 15:05:18 ------------------- 15:05:18 Commited By: **** collab-it+edgex@linuxfoundation.org 15:05:18 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 15:05:18 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:05:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:05:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:05:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:05:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:05:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:05:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:05:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2791 [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2791 [Pipeline] echo 15:05:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2791 [Pipeline] echo 15:05:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cfca8f87d1b14f31076b595db4703328e11b50dc [Pipeline] echo 15:05:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cfca8f8 [Pipeline] echo 15:05:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 15:05:21 ++ 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 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/core-command/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo core-command,cmd/core-command/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/core-data/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo core-data,cmd/core-data/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/core-metadata/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo core-metadata,cmd/core-metadata/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/security-proxy-setup/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/security-secrets-setup/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/support-logging/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo support-logging,cmd/support-logging/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/support-notifications/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo support-notifications,cmd/support-notifications/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/support-scheduler/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:05:21 + for file in '`ls cmd/**/Dockerfile`' 15:05:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:05:21 ++ cut -d/ -f2 15:05:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:05:22 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 15:05:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:05:22 15:05:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:05:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:05:23 latest: Pulling from edgex-devops/git-semver 15:05:23 31603596830f: Pulling fs layer 15:05:23 2a8b12db71e7: Pulling fs layer 15:05:23 6ca5941a6612: Pulling fs layer 15:05:23 ecc8261a40a4: Pulling fs layer 15:05:23 ecc8261a40a4: Waiting 15:05:23 2a8b12db71e7: Verifying Checksum 15:05:23 2a8b12db71e7: Download complete 15:05:23 31603596830f: Verifying Checksum 15:05:23 31603596830f: Download complete 15:05:23 6ca5941a6612: Verifying Checksum 15:05:23 6ca5941a6612: Download complete 15:05:23 ecc8261a40a4: Verifying Checksum 15:05:23 ecc8261a40a4: Download complete 15:05:23 31603596830f: Pull complete 15:05:23 2a8b12db71e7: Pull complete 15:05:24 6ca5941a6612: Pull complete 15:05:24 ecc8261a40a4: Pull complete 15:05:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:05:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:05:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:05:24 prd-centos7-docker-4c-2g-5608 does not seem to be running inside a container 15:05:24 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:05:27 $ docker top 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:05:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:05:27 [ssh-agent] Looking for ssh-agent implementation... 15:05:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:05:27 $ docker exec 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent 15:05:28 SSH_AUTH_SOCK=/tmp/ssh-nKsJQnyKV7Cx/agent.12 15:05:28 SSH_AGENT_PID=17 15:05:28 Running ssh-add (command line suppressed) 15:05:28 Identity added: /w/workspace/edgex-go/9@tmp/private_key_5154929041217165102.key (/w/workspace/edgex-go/9@tmp/private_key_5154929041217165102.key) 15:05:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:05:28 + git tag --points-at HEAD [Pipeline] } 15:05:28 $ docker exec --env ******** --env ******** 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent -k 15:05:28 unset SSH_AUTH_SOCK; 15:05:28 unset SSH_AGENT_PID; 15:05:28 echo Agent pid 17 killed; 15:05:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:05:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:05:28 [ssh-agent] Looking for ssh-agent implementation... 15:05:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:05:29 $ docker exec 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent 15:05:29 SSH_AUTH_SOCK=/tmp/ssh-0vZTMUzsUZSW/agent.45 15:05:29 SSH_AGENT_PID=50 15:05:29 Running ssh-add (command line suppressed) 15:05:29 Identity added: /w/workspace/edgex-go/9@tmp/private_key_6736800756502911998.key (/w/workspace/edgex-go/9@tmp/private_key_6736800756502911998.key) 15:05:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:05:29 + git semver init 15:05:29 # -> Open(): unable to determine branch for HEAD 15:05:29 # $GIT_DIR = /w/workspace/edgex-go/9/.git 15:05:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 15:05:29 # $SEMVER_REMOTE_NAME = origin 15:05:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:05:29 # $SEMVER_USER_NAME = edgex-jenkins 15:05:29 # $SEMVER_BRANCH = PR-2791 15:05:29 # $SEMVER_TEMP = /tmp/semver-452643988 15:05:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:05:45 # '/tmp/semver-452643988' -> '/w/workspace/edgex-go/9/.semver' 15:05:46 # -> Force: false 15:05:46 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 15:05:46 $ docker exec --env ******** --env ******** 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent -k 15:05:46 unset SSH_AUTH_SOCK; 15:05:46 unset SSH_AGENT_PID; 15:05:46 echo Agent pid 50 killed; 15:05:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:05:47 + git semver [Pipeline] } 15:05:47 $ docker stop --time=1 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce 15:05:49 $ docker rm -f 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:05:49 Stashed 1 file(s) [Pipeline] echo 15:05:49 [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 15:05:50 ========================================================= 15:05:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:05:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:05:50 + 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 . 15:05:50 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] } 15:05:52 Failed in branch amd64 15:06:05 Still waiting to schedule task 15:06:05 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:08:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5614 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws 15:08:32 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 15:08:38 using credential edgex-jenkins-ssh 15:08:38 Cloning the remote Git repository 15:08:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:08:38 > git init /w/workspace/edgex-go/9 # timeout=10 15:08:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:08:38 > git --version # timeout=10 15:08:38 > git --version # 'git version 2.17.1' 15:08:38 using GIT_SSH to set credentials SSH Credentials for GitHub 15:08:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:08:54 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit cfca8f87d1b14f31076b595db4703328e11b50dc 15:08:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:08:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:08:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:08:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:08:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:08:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2791/head:refs/remotes/origin/PR-2791 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:08:55 Merge succeeded, producing cfca8f87d1b14f31076b595db4703328e11b50dc 15:08:55 Checking out Revision cfca8f87d1b14f31076b595db4703328e11b50dc (PR-2791) 15:08:54 > git config core.sparsecheckout # timeout=10 15:08:54 > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 15:08:55 > git remote # timeout=10 15:08:55 > git config --get remote.origin.url # timeout=10 15:08:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:08:55 > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 15:08:55 > git rev-parse HEAD^{commit} # timeout=10 15:08:55 > git config core.sparsecheckout # timeout=10 15:08:55 > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 15:08:59 Commit message: "feat(metadata): Implement Core Metadata GET /deviceservice/all V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:09:00 ========================================================= 15:09:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:09:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:09:01 + 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 . 15:09:04 Sending build context to Docker daemon 165MB 15:09:04 Step 1/7 : ARG BASE=golang:1.15-alpine 15:09:04 Step 2/7 : FROM ${BASE} 15:09:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:09:05 b538f80385f9: Pulling fs layer 15:09:05 74f711af9a0d: Pulling fs layer 15:09:05 99f96fe45779: Pulling fs layer 15:09:05 8529a6b9a6be: Pulling fs layer 15:09:05 45590311c82a: Pulling fs layer 15:09:05 69ca0ff8b7b3: Pulling fs layer 15:09:05 209524e5b208: Pulling fs layer 15:09:05 8529a6b9a6be: Waiting 15:09:05 45590311c82a: Waiting 15:09:05 209524e5b208: Waiting 15:09:05 69ca0ff8b7b3: Waiting 15:09:05 99f96fe45779: Download complete 15:09:05 74f711af9a0d: Verifying Checksum 15:09:05 74f711af9a0d: Download complete 15:09:05 45590311c82a: Verifying Checksum 15:09:05 45590311c82a: Download complete 15:09:05 69ca0ff8b7b3: Download complete 15:09:05 b538f80385f9: Verifying Checksum 15:09:05 b538f80385f9: Pull complete 15:09:06 74f711af9a0d: Pull complete 15:09:06 99f96fe45779: Pull complete 15:09:08 209524e5b208: Verifying Checksum 15:09:08 209524e5b208: Download complete 15:09:09 8529a6b9a6be: Verifying Checksum 15:09:09 8529a6b9a6be: Download complete 15:09:21 8529a6b9a6be: Pull complete 15:09:21 45590311c82a: Pull complete 15:09:21 69ca0ff8b7b3: Pull complete 15:09:24 209524e5b208: Pull complete 15:09:24 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:09:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:09:24 ---> 5bddaf1c2fca 15:09:24 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 15:09:27 ---> Running in 43c6f4e1dffa 15:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:09:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:09:31 (1/12) Installing libmagic (5.38-r0) 15:09:32 (2/12) Installing file (5.38-r0) 15:09:32 (3/12) Installing libc-dev (0.7.2-r3) 15:09:32 (4/12) Installing g++ (9.3.0-r2) 15:09:44 (5/12) Installing fortify-headers (1.1-r0) 15:09:44 (6/12) Installing patch (2.7.6-r6) 15:09:44 (7/12) Installing build-base (0.5-r2) 15:09:44 (8/12) Installing libsodium (1.0.18-r0) 15:09:44 (9/12) Installing pkgconf (1.7.2-r0) 15:09:44 (10/12) Installing libsodium-dev (1.0.18-r0) 15:09:45 (11/12) Installing libzmq (4.3.3-r0) 15:09:45 (12/12) Installing zeromq-dev (4.3.3-r0) 15:09:45 Executing busybox-1.31.1-r16.trigger 15:09:45 OK: 217 MiB in 51 packages 15:09:49 Removing intermediate container 43c6f4e1dffa 15:09:49 ---> f411339a577b 15:09:49 Step 4/7 : WORKDIR /edgex-go 15:09:49 ---> Running in b28f627fca64 15:09:49 Removing intermediate container b28f627fca64 15:09:49 ---> aa540ca23c36 15:09:49 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:09:50 latest: Pulling from library/docker 15:09:50 b538f80385f9: Already exists 15:09:50 259a493cd78d: Pulling fs layer 15:09:50 b8e66b5100f5: Pulling fs layer 15:09:50 7f8258a56ab6: Pulling fs layer 15:09:50 75a0a0ebb566: Pulling fs layer 15:09:50 4a2c62f0a2a3: Pulling fs layer 15:09:50 294320357d30: Pulling fs layer 15:09:50 4a2c62f0a2a3: Waiting 15:09:50 294320357d30: Waiting 15:09:50 b8e66b5100f5: Verifying Checksum 15:09:50 b8e66b5100f5: Download complete 15:09:50 259a493cd78d: Verifying Checksum 15:09:50 259a493cd78d: Download complete 15:09:50 75a0a0ebb566: Download complete 15:09:50 4a2c62f0a2a3: Verifying Checksum 15:09:50 4a2c62f0a2a3: Download complete 15:09:50 294320357d30: Verifying Checksum 15:09:50 294320357d30: Download complete 15:09:51 259a493cd78d: Pull complete 15:09:51 b8e66b5100f5: Pull complete 15:09:52 7f8258a56ab6: Verifying Checksum 15:09:52 7f8258a56ab6: Download complete 15:09:56 7f8258a56ab6: Pull complete 15:09:56 75a0a0ebb566: Pull complete 15:09:56 4a2c62f0a2a3: Pull complete 15:09:56 294320357d30: Pull complete 15:09:56 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 15:09:56 Status: Downloaded newer image for docker:latest 15:10:00 ---> 073b14d3e3e4 15:10:00 Step 6/7 : COPY go.mod . 15:10:00 ---> fe42d59a8e21 15:10:00 Step 7/7 : RUN go mod download 15:10:00 ---> Running in 27621a32d7f7 15:10:27 Removing intermediate container 27621a32d7f7 15:10:27 ---> 27dad879a355 15:10:27 Successfully built 27dad879a355 15:10:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:10:27 + docker inspect -f . ci-base-image-arm64 15:10:27 . [Pipeline] withDockerContainer 15:10:28 prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container 15:10:28 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 15:10:29 $ docker top f34f3dbd38ce9fd1bdf55e1ff7b7c7f74ae9b34992d22c3c7541fb84a6eb4788 -eo pid,comm [Pipeline] { [Pipeline] sh 15:10:31 + go version 15:10:31 go version go1.15.2 linux/arm64 [Pipeline] } 15:10:31 $ docker stop --time=1 f34f3dbd38ce9fd1bdf55e1ff7b7c7f74ae9b34992d22c3c7541fb84a6eb4788 15:10:33 $ docker rm -f f34f3dbd38ce9fd1bdf55e1ff7b7c7f74ae9b34992d22c3c7541fb84a6eb4788 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:34 + docker inspect -f . ci-base-image-arm64 15:10:34 . [Pipeline] withDockerContainer 15:10:34 prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container 15:10:34 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 15:10:36 $ docker top 91258a9a930cd6a33755506bd2f41eee0594693c9b57f7a2aa1940a999a59488 -eo pid,comm [Pipeline] { [Pipeline] echo 15:10:36 ========================================================= 15:10:36 [edgeXBuildGoParallel] Running Tests and Build... 15:10:36 ========================================================= [Pipeline] sh 15:10:37 + make test 15:10:37 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:10:39 ? github.com/edgexfoundry/edgex-go [no test files] 15:11:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:11:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:11:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:11:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:11:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:11:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s 15:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:11:29 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:11:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:11:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:11:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:11:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:11:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:11:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.055s coverage: 46.6% of statements 15:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.430s coverage: 85.5% of statements 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 88.9% of statements 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:11:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.432s coverage: 28.6% of statements 15:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:11:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements 15:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:11:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.016s coverage: 100.0% of statements 15:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:11:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.056s coverage: 86.7% of statements 15:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements 15:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 100.0% of statements 15:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:11:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.170s coverage: 96.1% of statements 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:11:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:11:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.0% of statements [no tests to run] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:11:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 15:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.015s coverage: 100.0% of statements 15:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.020s coverage: 91.3% of statements 15:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 15:12:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 15:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 15:12:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.277s coverage: 55.9% of statements 15:12:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:12:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:12:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:12:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:12:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.713s coverage: 86.3% of statements 15:12:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:12:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.084s coverage: 72.2% of statements 15:12:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.407s coverage: 72.1% of statements 15:12:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements 15:12:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements 15:12:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:12:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:12:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:12:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements 15:12:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:12:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 15:12:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:12:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.073s coverage: 36.5% of statements 15:12:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:12:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:12:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.1% of statements 15:12:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 15:12:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 42.9% of statements 15:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:12:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 15:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:12:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.045s coverage: 83.8% of statements 15:12:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:12:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.1% of statements 15:12:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:12:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:12:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.054s coverage: 100.0% of statements 15:12:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:12:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:12:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:12:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 15:12:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:12:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 15:12:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:12:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.185s coverage: 29.1% of statements 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:12:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:12:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:12:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements 15:12:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:12:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 15:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:12:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements 15:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:12:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.012s coverage: 100.0% of statements 15:12:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 15:12:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 15:12:26 GO111MODULE=on go vet ./... 15:12:48 gofmt -l . 15:12:48 [ "`gofmt -l .`" = "" ] 15:12:50 ./bin/test-go-mod-tidy.sh 15:12:51 ./bin/test-attribution-txt.sh [Pipeline] sh 15:12:56 + ls -al . 15:12:56 total 632 15:12:56 drwxrwxr-x 9 1001 1001 4096 Oct 15 15:12 . 15:12:56 drwxr-xr-x 4 root root 4096 Oct 15 15:10 .. 15:12:56 -rw-rw-r-- 1 1001 1001 11 Oct 15 15:08 .dockerignore 15:12:56 drwxrwxr-x 8 1001 1001 4096 Oct 15 15:08 .git 15:12:56 drwxrwxr-x 3 1001 1001 4096 Oct 15 15:08 .github 15:12:56 -rw-rw-r-- 1 1001 1001 932 Oct 15 15:08 .gitignore 15:12:56 -rw-rw-r-- 1 1001 1001 166 Oct 15 15:08 .sonarcloud.properties 15:12:56 -rw-rw-r-- 1 1001 1001 3804 Oct 15 15:08 CONTRIBUTING.md 15:12:56 -rw-rw-r-- 1 1001 1001 1035 Oct 15 15:08 Dockerfile.build 15:12:56 -rw-rw-r-- 1 1001 1001 863 Oct 15 15:08 Jenkinsfile 15:12:56 -rw-rw-r-- 1 1001 1001 10775 Oct 15 15:08 LICENSE 15:12:56 -rw-rw-r-- 1 1001 1001 6237 Oct 15 15:08 Makefile 15:12:56 -rw-rw-r-- 1 1001 1001 6447 Oct 15 15:08 README.md 15:12:56 -rw-rw-r-- 1 1001 1001 259 Oct 15 15:08 SECURITY.md 15:12:56 -rw-rw-r-- 1 1001 1001 5 Oct 15 15:05 VERSION 15:12:56 -rw-rw-r-- 1 1001 1001 4131 Oct 15 15:08 ZMQWindows.md 15:12:56 drwxrwxr-x 2 1001 1001 4096 Oct 15 15:08 bin 15:12:56 drwxrwxr-x 15 1001 1001 4096 Oct 15 15:08 cmd 15:12:56 -rw-r--r-- 1 root root 510628 Oct 15 15:12 coverage.out 15:12:56 -rw-r--r-- 1 root root 1041 Oct 15 15:12 go.mod 15:12:56 -rw-r--r-- 1 root root 18985 Oct 15 15:12 go.sum 15:12:56 drwxrwxr-x 8 1001 1001 4096 Oct 15 15:08 internal 15:12:56 drwxrwxr-x 4 1001 1001 4096 Oct 15 15:08 openapi 15:12:56 drwxrwxr-x 4 1001 1001 4096 Oct 15 15:08 snap 15:12:56 -rw-rw-r-- 1 1001 1001 168 Oct 15 15:08 version.go [Pipeline] sh 15:12:57 + '[' -e coverage.out ] 15:12:57 + chown 1001:1001 coverage.out [Pipeline] stash 15:12:58 Stashed 1 file(s) [Pipeline] sh 15:12:59 + make build 15:12:59 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 15:13:25 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 15:13:31 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 15:13:35 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 15:13:38 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 15:13:44 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 15:13:45 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 15:13:50 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 15:13:56 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 15:13:59 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 15:14:02 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 15:14:07 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 15:14:10 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] } 15:14:13 $ docker stop --time=1 91258a9a930cd6a33755506bd2f41eee0594693c9b57f7a2aa1940a999a59488 15:14:15 $ docker rm -f 91258a9a930cd6a33755506bd2f41eee0594693c9b57f7a2aa1940a999a59488 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:14:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:14:20 15:14:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:14:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:14:21 latest: Pulling from edgex-devops/edgex-compose-arm64 15:14:21 29e5d40040c1: Pulling fs layer 15:14:21 1ce36da41761: Pulling fs layer 15:14:21 25b303627fd3: Pulling fs layer 15:14:21 29e5d40040c1: Verifying Checksum 15:14:21 29e5d40040c1: Download complete 15:14:21 29e5d40040c1: Pull complete 15:14:22 1ce36da41761: Verifying Checksum 15:14:22 1ce36da41761: Download complete 15:14:23 1ce36da41761: Pull complete 15:14:23 25b303627fd3: Verifying Checksum 15:14:23 25b303627fd3: Download complete 15:14:33 25b303627fd3: Pull complete 15:14:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:14:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:14:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:14:33 prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container 15:14:34 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:14:37 $ docker top fe7375ddcffff0e175e3f1a6a945170d8d3299efbefdb6177498841458005b71 -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:38 + grep parallel 15:14:38 + docker-compose build --help 15:14:42 --parallel Build images in parallel. [Pipeline] } 15:14:42 $ docker stop --time=1 fe7375ddcffff0e175e3f1a6a945170d8d3299efbefdb6177498841458005b71 15:14:44 $ docker rm -f fe7375ddcffff0e175e3f1a6a945170d8d3299efbefdb6177498841458005b71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:14:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:14:45 . [Pipeline] withDockerContainer 15:14:45 prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container 15:14:45 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:14:47 $ docker top 1e91a4e57d2be94862a038b4986eac6f5df696ddfe90a4804448689d26d7b99c -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:48 + docker-compose -f ./docker-compose-build.yml build --parallel 15:14:51 Building docker-core-command-go ... 15:14:51 Building docker-core-data-go ... 15:14:51 Building docker-core-metadata-go ... 15:14:51 Building docker-security-proxy-setup-go ... 15:14:51 Building docker-security-secrets-setup-go ... 15:14:51 Building docker-security-secretstore-setup-go ... 15:14:51 Building docker-support-logging-go ... 15:14:51 Building docker-support-notifications-go ... 15:14:51 Building docker-support-scheduler-go ... 15:14:51 Building docker-sys-mgmt-agent-go ... 15:14:51 Building docker-support-scheduler-go 15:14:51 Building docker-security-proxy-setup-go 15:14:52 Building docker-security-secretstore-setup-go 15:14:52 Building docker-core-data-go 15:14:52 Building docker-sys-mgmt-agent-go 15:16:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:16:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:16:13 ---> 27dad879a355 15:16:13 Step 3/21 : WORKDIR /edgex-go 15:16:13 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 15:16:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:16:13 ---> 27dad879a355 15:16:13 Step 3/20 : WORKDIR /edgex-go 15:16:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 15:16:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:16:13 ---> 27dad879a355 15:16:13 Step 3/23 : WORKDIR /edgex-go 15:16:13 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 15:16:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:16:13 ---> 27dad879a355 15:16:13 Step 3/27 : WORKDIR /edgex-go 15:16:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 15:16:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:16:13 ---> 27dad879a355 15:16:13 Step 3/26 : WORKDIR /edgex-go 15:16:13 ---> Running in 359b6f1b8468 15:16:13 ---> Running in d19a91666ad6 15:16:13 ---> Running in 021437f94dcd 15:16:13 ---> Running in 19cbf94e0632 15:16:13 ---> Running in f497d2982873 15:16:13 Removing intermediate container f497d2982873 15:16:13 ---> 2e6f349b0d96 15:16:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:13 Removing intermediate container 021437f94dcd 15:16:13 ---> 0dada448242c 15:16:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:13 Removing intermediate container d19a91666ad6 15:16:13 ---> 3cd6533332d9 15:16:13 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:13 Removing intermediate container 19cbf94e0632 15:16:13 ---> 1d5346e38757 15:16:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:13 Removing intermediate container 359b6f1b8468 15:16:13 ---> 26832a2eb7f4 15:16:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:13 ---> Running in bb2df4468f0e 15:16:13 ---> Running in 0595d2e1f1e1 15:16:13 ---> Running in 234aba83b1d2 15:16:13 ---> Running in 5f1adf964541 15:16:13 ---> Running in 437d4a64454b 15:16:14 Removing intermediate container bb2df4468f0e 15:16:14 ---> 3cd25ea0bfff 15:16:14 Step 5/21 : RUN apk update && apk add make git 15:16:15 ---> Running in 02463e6faf32 15:16:15 Removing intermediate container 0595d2e1f1e1 15:16:15 ---> 2f72c067f8a1 15:16:15 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:16:15 ---> Running in 5a47d16fa563 15:16:15 Removing intermediate container 234aba83b1d2 15:16:15 ---> 5f7182d2485d 15:16:15 Step 5/20 : RUN apk update && apk add make git 15:16:16 ---> Running in 2b43bf70d538 15:16:16 Removing intermediate container 437d4a64454b 15:16:16 ---> ea20dfbbf2c7 15:16:16 Step 5/26 : RUN apk update && apk add make git 15:16:16 Removing intermediate container 5f1adf964541 15:16:16 ---> 31d58e954688 15:16:16 Step 5/27 : RUN apk update && apk add make bash git 15:16:16 ---> Running in a5aad93226df 15:16:16 ---> Running in fb67b817bbed 15:16:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:16:20 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:16:20 OK: 12623 distinct packages available 15:16:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:16:20 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:16:20 OK: 12623 distinct packages available 15:16:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:16:20 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:16:20 OK: 12623 distinct packages available 15:16:20 OK: 217 MiB in 51 packages 15:16:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:16:20 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:16:20 OK: 12623 distinct packages available 15:16:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:16:20 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:16:20 OK: 12623 distinct packages available 15:16:21 OK: 217 MiB in 51 packages 15:16:21 OK: 217 MiB in 51 packages 15:16:21 OK: 217 MiB in 51 packages 15:16:22 OK: 217 MiB in 51 packages 15:16:23 Removing intermediate container 5a47d16fa563 15:16:23 ---> 846f2825546b 15:16:23 Step 6/23 : COPY go.mod . 15:16:23 Removing intermediate container 02463e6faf32 15:16:23 ---> 3ed474bb240c 15:16:23 Step 6/21 : COPY go.mod . 15:16:23 Removing intermediate container 2b43bf70d538 15:16:23 ---> 860fd647a683 15:16:23 Step 6/20 : COPY go.mod . 15:16:23 Removing intermediate container fb67b817bbed 15:16:23 ---> c32d6f5451a1 15:16:23 Step 6/27 : COPY go.mod . 15:16:23 Removing intermediate container a5aad93226df 15:16:23 ---> 2bf3d6710cb7 15:16:23 Step 6/26 : COPY go.mod . 15:16:24 ---> 6dc9a8b3ec01 15:16:24 Step 7/23 : RUN go mod download 15:16:24 ---> 4dcfacfdf104 15:16:24 Step 7/21 : RUN go mod download 15:16:24 ---> Running in 1f0610391407 15:16:24 ---> Running in 7dc1d1257376 15:16:24 ---> 2132864bad3c 15:16:24 Step 7/20 : RUN go mod download 15:16:24 ---> 8dda246167b7 15:16:24 Step 7/27 : RUN go mod download 15:16:24 ---> Running in d6a7c08b2ab9 15:16:25 ---> Running in bfccc91c469d 15:16:25 ---> 2c239a5cac5b 15:16:25 Step 7/26 : RUN go mod download 15:16:25 ---> Running in 34a7fe8f6fb7 15:16:29 Removing intermediate container 1f0610391407 15:16:29 ---> 41043d1ced8c 15:16:29 Step 8/23 : COPY . . 15:16:29 Removing intermediate container 7dc1d1257376 15:16:29 ---> 402dc461fe8a 15:16:29 Step 8/21 : COPY . . 15:16:29 Removing intermediate container d6a7c08b2ab9 15:16:29 ---> d362b50cf4b2 15:16:29 Step 8/20 : COPY . . 15:16:30 Removing intermediate container bfccc91c469d 15:16:30 ---> bc0533b0e494 15:16:30 Step 8/27 : COPY . . 15:16:31 Removing intermediate container 34a7fe8f6fb7 15:16:31 ---> 38e89cd316d0 15:16:31 Step 8/26 : COPY . . 15:16:53 ---> fb863152d8ff 15:16:53 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:16:53 ---> c66e84afa87e 15:16:53 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:16:53 ---> c90c84ca27fb 15:16:53 Step 9/23 : RUN make cmd/core-data/core-data 15:16:53 ---> 7e7ee0d22711 15:16:53 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 15:16:53 ---> ff3c2ed2b24e 15:16:53 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:16:53 ---> Running in 6960b69315bd 15:16:53 ---> Running in 226a4b3f8887 15:16:53 ---> Running in 7d0a34a67396 15:16:53 ---> Running in 510bbeb38cfa 15:16:53 ---> Running in 606395711e2a 15:16:54 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 15:16:54 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 15:16:54 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 15:16:54 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 15:16:54 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 15:18:16 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 15:18:16 Removing intermediate container 510bbeb38cfa 15:18:16 ---> 7a5f695441f7 15:18:16 15:18:16 Step 10/20 : FROM alpine 15:18:16 latest: Pulling from library/alpine 15:18:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:18:16 Status: Downloaded newer image for alpine:latest 15:18:16 ---> 62ee0e9f8440 15:18:16 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:18:16 ---> Running in be7621ede77b 15:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:20 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:18:20 v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:18:20 OK: 12621 distinct packages available 15:18: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 15:18:21 (1/4) Installing ca-certificates (20191127-r4) 15:18:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:18:21 (3/4) Installing libcurl (7.69.1-r1) 15:18:21 (4/4) Installing curl (7.69.1-r1) 15:18:21 Executing busybox-1.31.1-r16.trigger 15:18:21 Executing ca-certificates-20191127-r4.trigger 15:18:22 OK: 7 MiB in 18 packages 15:18:25 Removing intermediate container be7621ede77b 15:18:25 ---> b9f13ac57175 15:18:25 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:18:25 ---> Running in b62e2933e642 15:18:26 Removing intermediate container 7d0a34a67396 15:18:26 ---> 82ed8d90d800 15:18:26 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:18:26 ---> Running in 9e4c8a035f07 15:18:26 Removing intermediate container b62e2933e642 15:18:26 ---> 7bedcd028bb1 15:18:26 Step 13/20 : WORKDIR /edgex 15:18:26 ---> Running in 45656a396ce1 15:18:27 Removing intermediate container 45656a396ce1 15:18:27 ---> d584b291e035 15:18:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:18:29 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 15:18:29 ---> ac2c1a0970cf 15:18:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:18:31 ---> 6f13bd8f4026 15:18:31 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:18:31 ---> Running in 1e5d0373a0e8 15:18:33 Removing intermediate container 1e5d0373a0e8 15:18:33 ---> 6dd2d9c67828 15:18:33 Step 17/20 : CMD ["--init=true"] 15:18:33 ---> Running in 558d28ea6340 15:18:34 Removing intermediate container 606395711e2a 15:18:34 ---> 199e040cf633 15:18:34 Removing intermediate container 558d28ea6340 15:18:34 ---> 6181ec5c9ebc 15:18:34 Step 18/20 : LABEL arch=arm64 15:18:34 15:18:34 Step 10/26 : FROM alpine:3.10 15:18:34 ---> Running in a2a515a61200 15:18:35 3.10: Pulling from library/alpine 15:18:35 Removing intermediate container a2a515a61200 15:18:35 ---> 1aef8b3a8195 15:18:35 Step 19/20 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:18:36 ---> Running in 955dddaa3829 15:18:36 Removing intermediate container 9e4c8a035f07 15:18:36 ---> bd4461dfee02 15:18:36 15:18:36 Step 11/27 : FROM docker:latest 15:18:36 ---> 45884bde0078 15:18:36 Step 12/27 : RUN apk add --no-cache bash 15:18:36 ---> Running in bddb037da54f 15:18:37 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:18:37 Removing intermediate container 955dddaa3829 15:18:37 ---> 19252dddf74a 15:18:37 Step 20/20 : LABEL version=0.0.0 15:18:37 Status: Downloaded newer image for alpine:3.10 15:18:37 ---> 536a684cf733 15:18:37 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:18:37 ---> Running in 8e913d6141b0 15:18:37 ---> Running in 5c8766456bed 15:18:38 Removing intermediate container 5c8766456bed 15:18:38 ---> faaad8509368 15:18:38 15:18:39 Successfully built faaad8509368 15:18:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:18:39  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 15:18:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:18:40 (1/2) Installing readline (8.0.4-r0) 15:18:40 (2/2) Installing bash (5.0.17-r0) 15:18:40 Executing bash-5.0.17-r0.post-install 15:18:40 Executing busybox-1.31.1-r16.trigger 15:18:40 OK: 12 MiB in 22 packages 15:18:41 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:18:41 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:18:41 OK: 10167 distinct packages available 15:18:42 (1/5) Installing ca-certificates (20191127-r2) 15:18:42 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:18:42 (3/5) Installing libcurl (7.66.0-r1) 15:18:42 (4/5) Installing curl (7.66.0-r1) 15:18:42 (5/5) Installing dumb-init (1.2.2-r1) 15:18:42 Executing busybox-1.30.1-r3.trigger 15:18:42 Executing ca-certificates-20191127-r2.trigger 15:18:42 OK: 7 MiB in 19 packages 15:18:45 Removing intermediate container bddb037da54f 15:18:45 ---> 2fdff50c922d 15:18:45 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:18:46 ---> Running in 3ab509313dea 15:18:46 Removing intermediate container 8e913d6141b0 15:18:46 ---> 8b492622fd96 15:18:46 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:18:47 ---> Running in dff9520b962d 15:18:48 Removing intermediate container dff9520b962d 15:18:48 ---> e603f47eba8f 15:18:48 Step 13/26 : WORKDIR / 15:18:48 Removing intermediate container 6960b69315bd 15:18:48 ---> 602ce2c1d244 15:18:48 15:18:48 Step 10/21 : FROM scratch 15:18:48 ---> 15:18:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:18:48 ---> Running in 85095ee18386 15:18:48 ---> Running in 96bbe50f4d11 15:18:49 Removing intermediate container 85095ee18386 15:18:49 ---> a16d9f8bef2f 15:18:49 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:18:50 Removing intermediate container 96bbe50f4d11 15:18:50 ---> c05fadec9d7c 15:18:50 Step 12/21 : ENV APP_PORT=48085 15:18:50 ---> Running in b4d25d563777 15:18:51 Removing intermediate container 3ab509313dea 15:18:51 ---> 96403e82a216 15:18:51 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:18:51 ---> 331eae7f46d0 15:18:51 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:18:51 ---> Running in 2979f729a224 15:18:51 Removing intermediate container b4d25d563777 15:18:51 ---> 791e20497cf5 15:18:51 Step 13/21 : EXPOSE $APP_PORT 15:18:52 ---> Running in 1d542d0db350 15:18:52 Removing intermediate container 2979f729a224 15:18:52 ---> 440e78c8a9ba 15:18:52 Step 15/27 : ENV APP_PORT=48090 15:18:53 ---> 97dcfe55382d 15:18:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:18:53 Removing intermediate container 1d542d0db350 15:18:53 ---> c757bd44e4c8 15:18:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:18:53 ---> Running in 4286012016ef 15:18:54 Removing intermediate container 4286012016ef 15:18:54 ---> 839c4f64540a 15:18:54 Step 16/27 : EXPOSE $APP_PORT 15:18:54 ---> ab440da28228 15:18:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:18:55 ---> 60fb46647766 15:18:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:18:55 ---> Running in 87f800d39e5a 15:18:56 Removing intermediate container 87f800d39e5a 15:18:56 ---> 23f3889a8880 15:18:56 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:18:57 ---> 37bc71f79616 15:18:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:18:57 ---> b2f2f904e7f6 15:18:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:18:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:18:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:58 ---> 27dad879a355 15:18:58 Step 3/22 : WORKDIR /edgex-go 15:18:58 ---> Using cache 15:18:58 ---> 26832a2eb7f4 15:18:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:58 ---> Using cache 15:18:58 ---> ea20dfbbf2c7 15:18:58 Step 5/22 : RUN apk update && apk add make git 15:18:58 ---> Using cache 15:18:58 ---> 2bf3d6710cb7 15:18:58 Step 6/22 : COPY go.mod . 15:18:58 ---> Using cache 15:18:58 ---> 2c239a5cac5b 15:18:58 Step 7/22 : RUN go mod download 15:18:58 ---> Using cache 15:18:58 ---> 38e89cd316d0 15:18:58 Step 8/22 : COPY . . 15:18:58 ---> Using cache 15:18:58 ---> 7e7ee0d22711 15:18:58 Step 9/22 : RUN make cmd/core-command/core-command 15:18:58 ---> 7e2ed1779cf7 15:18:58 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:18:58 ---> Running in 611c2895b84a 15:18:59 ---> 32322f59d887 15:18:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:18:59 ---> c87dfda3dd2d 15:18:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:18:59 ---> Running in 119ec7d57524 15:18:59 ---> 6e1ac3b79b35 15:18:59 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:19:00 Removing intermediate container 119ec7d57524 15:19:00 ---> 7c39a4ce8c01 15:19:00 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:00 ---> Running in 01665f90042f 15:19:01 ---> 9581ddbb0c39 15:19:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:19:01 ---> 57acd6b94ce8 15:19:01 Step 20/27 : RUN apk --no-cache add py3-pip 15:19:01 Removing intermediate container 01665f90042f 15:19:01 ---> 99e3af36fb5b 15:19:01 Step 19/21 : LABEL arch=arm64 15:19:01 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 15:19:01 ---> Running in 49e4a2dcadf0 15:19:01 ---> Running in c7f40d8160e1 15:19:02 Removing intermediate container 49e4a2dcadf0 15:19:02 ---> 1a4717a85d5d 15:19:02 Step 20/21 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:19:03 ---> c7059eaac77e 15:19:03 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:19:03 ---> Running in ea11a167157a 15:19:04 Removing intermediate container ea11a167157a 15:19:04 ---> 466331a5b5a5 15:19:04 Step 21/21 : LABEL version=0.0.0 15:19:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:04 ---> Running in 48e4ab4b2388 15:19:04 ---> e49d2ffbcbb4 15:19:04 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:19:04 ---> Running in f542b50987cc 15:19:05 (1/33) Installing libbz2 (1.0.8-r1) 15:19:05 (2/33) Installing expat (2.2.9-r1) 15:19:05 (3/33) Installing libffi (3.3-r2) 15:19:05 (4/33) Installing gdbm (1.13-r1) 15:19:05 (5/33) Installing xz-libs (5.2.5-r0) 15:19:05 (6/33) Installing sqlite-libs (3.32.1-r0) 15:19:05 (7/33) Installing python3 (3.8.5-r0) 15:19:05 Removing intermediate container 48e4ab4b2388 15:19:05 ---> 5d5121a11cd9 15:19:05 15:19:06 Successfully built 5d5121a11cd9 15:19:06 Successfully tagged docker-support-scheduler-go-arm64:latest 15:19:06  Building docker-support-scheduler-go ... done Building docker-support-logging-go 15:19:07 (8/33) Installing py3-appdirs (1.4.4-r1) 15:19:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:19:07 (10/33) Installing py3-parsing (2.4.7-r0) 15:19:07 (11/33) Installing py3-six (1.15.0-r0) 15:19:07 (12/33) Installing py3-packaging (20.4-r0) 15:19:07 (13/33) Installing py3-setuptools (47.0.0-r0) 15:19:07 (14/33) Installing py3-chardet (3.0.4-r4) 15:19:07 (15/33) Installing py3-idna (2.9-r0) 15:19:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:19:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:19:07 (18/33) Installing py3-requests (2.23.0-r0) 15:19:07 (19/33) Installing py3-msgpack (1.0.0-r0) 15:19:07 (20/33) Installing py3-lockfile (0.12.2-r3) 15:19:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:19:07 (22/33) Installing py3-colorama (0.4.3-r0) 15:19:07 (23/33) Installing py3-distlib (0.3.0-r0) 15:19:07 (24/33) Installing py3-distro (1.5.0-r1) 15:19:07 (25/33) Installing py3-webencodings (0.5.1-r3) 15:19:08 (26/33) Installing py3-html5lib (1.0.1-r4) 15:19:08 (27/33) Installing py3-pytoml (0.1.21-r0) 15:19:08 (28/33) Installing py3-pep517 (0.8.2-r0) 15:19:08 (29/33) Installing py3-progress (1.5-r0) 15:19:08 (30/33) Installing py3-toml (0.10.1-r0) 15:19:08 (31/33) Installing py3-retrying (1.3.3-r0) 15:19:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:19:08 (33/33) Installing py3-pip (20.1.1-r0) 15:19:08 Executing busybox-1.31.1-r16.trigger 15:19:08 OK: 71 MiB in 55 packages 15:19:11 Removing intermediate container 226a4b3f8887 15:19:11 ---> 7c8fe98052a2 15:19:11 15:19:11 Step 10/23 : FROM alpine 15:19:11 ---> 62ee0e9f8440 15:19:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:19:12 ---> Running in 4006e101943b 15:19:12 Removing intermediate container f542b50987cc 15:19:12 ---> 8effa872bbe7 15:19:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:19:13 ---> Running in a4778a3f0bfa 15:19:13 Removing intermediate container 4006e101943b 15:19:13 ---> 3e8b457f039f 15:19:13 Step 12/23 : ENV APP_PORT=48080 15:19:14 ---> Running in 5385442643ef 15:19:14 Removing intermediate container a4778a3f0bfa 15:19:14 ---> 3e0b5f49ad6f 15:19:14 Step 24/26 : LABEL arch=arm64 15:19:14 ---> Running in 5e09c2a3f5c8 15:19:15 Removing intermediate container 5385442643ef 15:19:15 ---> 1478bc2d0cf1 15:19:15 Step 13/23 : EXPOSE $APP_PORT 15:19:15 ---> Running in 3326fd7d44ed 15:19:15 Removing intermediate container 5e09c2a3f5c8 15:19:15 ---> efa5e7f52ba4 15:19:15 Step 25/26 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:19:15 ---> Running in d03ec1ea778e 15:19:16 Removing intermediate container 3326fd7d44ed 15:19:16 ---> dd4b072509a6 15:19:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:16 ---> Running in a4befbba005c 15:19:17 Removing intermediate container d03ec1ea778e 15:19:17 ---> 099951ccc393 15:19:17 Step 26/26 : LABEL version=0.0.0 15:19:17 ---> Running in 26e770ce7f9f 15:19:19 Removing intermediate container 26e770ce7f9f 15:19:19 ---> 3ad06d1c5e92 15:19:19 15:19:19 Successfully built 3ad06d1c5e92 15:19:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:19:19  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 15:19:23 Removing intermediate container a4befbba005c 15:19:23 ---> 5594811e236a 15:19:23 Step 15/23 : RUN apk --no-cache add zeromq 15:19:23 ---> Running in 6c110809e087 15:19:24 Removing intermediate container c7f40d8160e1 15:19:24 ---> 5d84f5adfe67 15:19:24 Step 21/27 : RUN pip install docker-compose==1.23.2 15:19:25 ---> Running in a63466db301c 15:19:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:27 (1/5) Installing libgcc (9.3.0-r2) 15:19:27 (2/5) Installing libsodium (1.0.18-r0) 15:19:27 (3/5) Installing libstdc++ (9.3.0-r2) 15:19:28 (4/5) Installing libzmq (4.3.3-r0) 15:19:28 (5/5) Installing zeromq (4.3.3-r0) 15:19:28 Executing busybox-1.31.1-r16.trigger 15:19:28 OK: 8 MiB in 19 packages 15:19:32 Collecting docker-compose==1.23.2 15:19:32 Removing intermediate container 6c110809e087 15:19:32 ---> e2a34c6bd18e 15:19:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:19:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:19:33 ---> e7940dfcefa7 15:19:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:19:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:19:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:19:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:19:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:19:35 ---> 27dad879a355 15:19:35 Step 3/22 : WORKDIR /edgex-go 15:19:35 ---> Using cache 15:19:35 ---> 26832a2eb7f4 15:19:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:35 ---> Using cache 15:19:35 ---> ea20dfbbf2c7 15:19:35 Step 5/22 : RUN apk update && apk add make && apk add bash git 15:19:35 ---> Running in 7b35ed59d322 15:19:35 Collecting websocket-client<1.0,>=0.32.0 15:19:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:19:36 ---> b9c28e3d4b2c 15:19:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:19:36 Collecting jsonschema<3,>=2.5.1 15:19:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:19:37 Collecting PyYAML<4,>=3.10 15:19:37 Downloading PyYAML-3.13.tar.gz (270 kB) 15:19:38 ---> a864e260549f 15:19:38 Step 19/23 : ENTRYPOINT ["/core-data"] 15:19:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:38 ---> Running in 0b15a04f0aa9 15:19:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:39 Removing intermediate container 0b15a04f0aa9 15:19:39 ---> 2a8082c26074 15:19:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:39 ---> Running in 1769f0a16b3d 15:19:40 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:19:40 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:19:40 OK: 12623 distinct packages available 15:19:41 Removing intermediate container 1769f0a16b3d 15:19:41 ---> 4344633c001d 15:19:41 Step 21/23 : LABEL arch=arm64 15:19:41 OK: 217 MiB in 51 packages 15:19:41 ---> Running in 09ff60d91f5b 15:19:42 Collecting cached-property<2,>=1.2.0 15:19:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:19:42 Removing intermediate container 09ff60d91f5b 15:19:42 ---> a6fb5ce78054 15:19:42 Step 22/23 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:19:42 OK: 217 MiB in 51 packages 15:19:42 Collecting docopt<0.7,>=0.6.1 15:19:42 Downloading docopt-0.6.2.tar.gz (25 kB) 15:19:42 ---> Running in 4d4950ada3b7 15:19:43 Removing intermediate container 4d4950ada3b7 15:19:43 ---> 95bb40da0240 15:19:43 Step 23/23 : LABEL version=0.0.0 15:19:44 ---> Running in 747158abeb6a 15:19:44 Removing intermediate container 7b35ed59d322 15:19:44 ---> 99976bf4b338 15:19:44 Step 6/22 : COPY go.mod . 15:19:45 Removing intermediate container 747158abeb6a 15:19:45 ---> 3e4c505348ca 15:19:45 15:19:46 Collecting docker<4.0,>=3.6.0 15:19:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:19:46 Successfully built 3e4c505348ca 15:19:46 ---> cd166713005a 15:19:46 Step 7/22 : RUN go mod download 15:19:46 Successfully tagged docker-core-data-go-arm64:latest 15:19:46  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 15:19:47 ---> Running in 6047c2cbdeb4 15:19:47 Collecting texttable<0.10,>=0.9.0 15:19:47 Downloading texttable-0.9.1.tar.gz (11 kB) 15:19:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:19:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:19:49 ---> 27dad879a355 15:19:49 Step 3/24 : WORKDIR /edgex-go 15:19:49 ---> Using cache 15:19:49 ---> 26832a2eb7f4 15:19:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:49 ---> Using cache 15:19:49 ---> ea20dfbbf2c7 15:19:49 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:19:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:19:50 Collecting dockerpty<0.5,>=0.4.1 15:19:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:19:50 ---> Running in 3939e21f2b1c 15:19:53 Removing intermediate container 6047c2cbdeb4 15:19:53 ---> 0568295181ba 15:19:53 Step 8/22 : COPY . . 15:19:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:54 Collecting urllib3<1.25,>=1.21.1 15:19:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:19:54 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) 15:19:54 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) 15:19:55 Collecting idna<2.8,>=2.5 15:19:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:19:55 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:19:55 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:19:55 OK: 12623 distinct packages available 15:19:55 Collecting docker-pycreds>=0.4.0 15:19:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:19:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:19:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:19:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:19:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:19:56 OK: 217 MiB in 51 packages 15:19:57 Installing collected packages: urllib3, idna, requests, websocket-client, jsonschema, PyYAML, cached-property, docopt, docker-pycreds, docker, texttable, dockerpty, docker-compose 15:19:57 Attempting uninstall: urllib3 15:19:57 Found existing installation: urllib3 1.25.9 15:19:57 Uninstalling urllib3-1.25.9: 15:19:57 Successfully uninstalled urllib3-1.25.9 15:19:59 Attempting uninstall: idna 15:19:59 Found existing installation: idna 2.9 15:19:59 Uninstalling idna-2.9: 15:19:59 Successfully uninstalled idna-2.9 15:19:59 Attempting uninstall: requests 15:19:59 Found existing installation: requests 2.23.0 15:19:59 Uninstalling requests-2.23.0: 15:20:00 Successfully uninstalled requests-2.23.0 15:20:00 Removing intermediate container 3939e21f2b1c 15:20:00 ---> 8732420324ad 15:20:00 Step 6/24 : COPY go.mod . 15:20:01 Running setup.py install for PyYAML: started 15:20:02 ---> 89a4752011e0 15:20:02 Step 7/24 : RUN go mod download 15:20:03 ---> Running in ff050438f245 15:20:04 Running setup.py install for PyYAML: finished with status 'done' 15:20:04 Running setup.py install for docopt: started 15:20:07 Running setup.py install for docopt: finished with status 'done' 15:20:09 Running setup.py install for texttable: started 15:20:09 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 15:20:09 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:20:09 ---> 27dad879a355 15:20:09 Step 3/29 : WORKDIR /edgex-go 15:20:09 ---> Using cache 15:20:09 ---> 26832a2eb7f4 15:20:09 Step 4/29 : RUN apk update && apk add make git 15:20:09 ---> Running in 6e9aa6f7c4a5 15:20:09 Removing intermediate container ff050438f245 15:20:09 ---> dabbd07d4755 15:20:09 Step 8/24 : COPY . . 15:20:11 Running setup.py install for texttable: finished with status 'done' 15:20:11 Running setup.py install for dockerpty: started 15:20:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:20:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:20:13 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:20:13 v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] 15:20:13 OK: 12623 distinct packages available 15:20:14 Running setup.py install for dockerpty: finished with status 'done' 15:20:14 OK: 217 MiB in 51 packages 15:20:15 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 15:20:15 ---> b1f24fd4dd7b 15:20:15 Step 9/22 : RUN make cmd/support-logging/support-logging 15:20:15 Removing intermediate container 611c2895b84a 15:20:15 ---> d3fb35b8ff5c 15:20:15 15:20:15 Step 10/22 : FROM scratch 15:20:15 ---> 15:20:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:20:16 ---> Using cache 15:20:16 ---> c05fadec9d7c 15:20:16 Step 12/22 : ENV APP_PORT=48082 15:20:16 ---> Running in 5ed309b45134 15:20:16 ---> Running in 3c0b0bb525c8 15:20:17 Removing intermediate container 6e9aa6f7c4a5 15:20:17 ---> b100aff32c2e 15:20:17 Step 5/29 : COPY go.mod . 15:20:17 Removing intermediate container 5ed309b45134 15:20:17 ---> 0fe823c8c12e 15:20:17 Step 13/22 : EXPOSE $APP_PORT 15:20:17 ---> Running in d69262fffd5a 15:20:18 ---> f956bc995438 15:20:18 Step 6/29 : RUN go mod download 15:20:18 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 15:20:19 ---> Running in d77ae5f4eb17 15:20:19 Removing intermediate container d69262fffd5a 15:20:19 ---> aa115e1c2924 15:20:19 Step 14/22 : WORKDIR / 15:20:19 ---> Running in 4022c6983fb7 15:20:21 Removing intermediate container 4022c6983fb7 15:20:21 ---> 769c2359cf97 15:20:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:20:22 Removing intermediate container a63466db301c 15:20:22 ---> 9c5a2896bd06 15:20:22 Step 22/27 : RUN apk --no-cache add curl 15:20:22 ---> d28decc783b5 15:20:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:20:23 ---> Running in 3301b9a8516f 15:20:25 Removing intermediate container d77ae5f4eb17 15:20:25 ---> ce0e727f6269 15:20:25 Step 7/29 : COPY . . 15:20:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:20:26 ---> b4a0ef37a2e2 15:20:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:20:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:20:26 (2/3) Installing libcurl (7.69.1-r1) 15:20:26 (3/3) Installing curl (7.69.1-r1) 15:20:26 Executing busybox-1.31.1-r16.trigger 15:20:27 OK: 71 MiB in 58 packages 15:20:29 ---> ed7bfdf4a493 15:20:29 Step 18/22 : ENTRYPOINT ["/core-command"] 15:20:29 ---> Running in db8c858b3f96 15:20:30 Removing intermediate container 3301b9a8516f 15:20:30 ---> 3d0c9ab9e2e2 15:20:30 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:20:30 ---> Running in 86c9e9dce5aa 15:20:31 Removing intermediate container db8c858b3f96 15:20:31 ---> 8a6dd98a340d 15:20:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:20:31 Removing intermediate container 86c9e9dce5aa 15:20:31 ---> e31842b673ae 15:20:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:20:32 ---> Running in 75afe2fe75f4 15:20:32 ---> Running in c763c63060ee 15:20:32 ---> 1fd708764477 15:20:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:20:33 ---> Running in 2c22b566d1d0 15:20:33 Removing intermediate container 75afe2fe75f4 15:20:33 ---> 8d089573ee47 15:20:33 Step 20/22 : LABEL arch=arm64 15:20:34 Removing intermediate container c763c63060ee 15:20:34 ---> b42329a3f010 15:20:34 Step 25/27 : LABEL arch=arm64 15:20:34 ---> Running in 7d54681398d6 15:20:34 ---> Running in c1eca66c4e4c 15:20:36 Removing intermediate container 7d54681398d6 15:20:36 ---> 8ca4e958b13b 15:20:36 Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:20:36 Removing intermediate container c1eca66c4e4c 15:20:36 ---> b913f0ed48bb 15:20:36 Step 26/27 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:20:36 ---> Running in 325dcbf51164 15:20:36 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 15:20:36 ---> Running in 3edf5d8937a6 15:20:37 Removing intermediate container 325dcbf51164 15:20:37 ---> c50d3ea81ea9 15:20:37 Step 22/22 : LABEL version=0.0.0 15:20:37 ---> Running in 81e2d8606675 15:20:37 Removing intermediate container 3edf5d8937a6 15:20:37 ---> 01b87ff25712 15:20:37 Step 27/27 : LABEL version=0.0.0 15:20:37 ---> Running in b5f0f76e8220 15:20:38 Removing intermediate container 81e2d8606675 15:20:38 ---> 647503ea58a4 15:20:38 15:20:38 Removing intermediate container b5f0f76e8220 15:20:38 ---> def1cf09cbdb 15:20:38 15:20:39 Successfully built 647503ea58a4 15:20:39 Successfully tagged docker-core-command-go-arm64:latest 15:20:39  Building docker-core-command-go ... done Building docker-core-metadata-go 15:20:39 Successfully built def1cf09cbdb 15:20:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:20:52  Building docker-sys-mgmt-agent-go ... done  ---> 811f408613c5 15:20:52 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:20:52 ---> Running in 7fa3ab4d12e8 15:20: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 15:20:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:20:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:20:58 ---> 27dad879a355 15:20:58 Step 3/22 : WORKDIR /edgex-go 15:20:58 ---> Using cache 15:20:58 ---> 26832a2eb7f4 15:20:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:58 ---> Using cache 15:20:58 ---> ea20dfbbf2c7 15:20:58 Step 5/22 : RUN apk update && apk add make git 15:20:58 ---> Using cache 15:20:58 ---> 2bf3d6710cb7 15:20:58 Step 6/22 : COPY go.mod . 15:20:58 ---> Using cache 15:20:58 ---> 2c239a5cac5b 15:20:58 Step 7/22 : RUN go mod download 15:20:58 ---> Using cache 15:20:58 ---> 38e89cd316d0 15:20:58 Step 8/22 : COPY . . 15:20:58 ---> Using cache 15:20:58 ---> 7e7ee0d22711 15:20:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:21:00 ---> Running in ce70c2d58fc4 15:21:02 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 15:21:24 Removing intermediate container 3c0b0bb525c8 15:21:24 ---> 79b8b9f57b07 15:21:24 15:21:24 Step 10/22 : FROM scratch 15:21:24 ---> 15:21:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:21:24 ---> Running in dc61d52355ca 15:21:24 Removing intermediate container dc61d52355ca 15:21:24 ---> fafb388227d9 15:21:24 Step 12/22 : ENV APP_PORT=48061 15:21:24 ---> Running in e48156f68e6e 15:21:25 Removing intermediate container e48156f68e6e 15:21:25 ---> 494d570868d4 15:21:25 Step 13/22 : EXPOSE $APP_PORT 15:21:25 ---> Running in c77e9f7de5fc 15:21:26 Removing intermediate container c77e9f7de5fc 15:21:26 ---> 41680a576680 15:21:26 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 15:21:27 ---> 6358d6d05385 15:21:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:21:28 ---> bc0f12b4bc29 15:21:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:21:30 ---> 1abc2a0c434f 15:21:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:21:31 ---> 568c5af6f03c 15:21:31 Step 18/22 : ENTRYPOINT ["/support-logging"] 15:21:31 ---> Running in 18b15a531a89 15:21:32 Removing intermediate container 18b15a531a89 15:21:32 ---> f66cba582c09 15:21:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:21:32 ---> Running in 08ed58903c58 15:21:32 Removing intermediate container 08ed58903c58 15:21:32 ---> b8de8b18b201 15:21:32 Step 20/22 : LABEL arch=arm64 15:21:32 ---> Running in 9c3128c3bf1f 15:21:33 Removing intermediate container 9c3128c3bf1f 15:21:33 ---> 64c7babfef2d 15:21:33 Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:21:33 ---> Running in 295fbf7d483a 15:21:34 Removing intermediate container 295fbf7d483a 15:21:34 ---> 9cbd685d8b82 15:21:34 Step 22/22 : LABEL version=0.0.0 15:21:34 ---> Running in 74ebe503c049 15:21:35 Removing intermediate container 74ebe503c049 15:21:35 ---> 49300688d031 15:21:35 15:21:35 Successfully built 49300688d031 15:21:35 Successfully tagged docker-support-logging-go-arm64:latest 15:21:58  Building docker-support-logging-go ... done Removing intermediate container 7fa3ab4d12e8 15:21:58 ---> e4c8fc2cea21 15:21:58 15:21:58 Step 9/29 : FROM alpine:latest 15:21:58 ---> 62ee0e9f8440 15:21:58 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:21:58 ---> Running in fd8940461546 15:21:58 Removing intermediate container fd8940461546 15:21:58 ---> f1968a825ce1 15:21:58 Step 11/29 : USER root 15:21:58 ---> Running in b4fd8ffa66e3 15:21:58 Removing intermediate container b4fd8ffa66e3 15:21:58 ---> f0d769776cad 15:21:58 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:21:58 ---> Running in 9a960c0fcd67 15:22:00 Removing intermediate container 2c22b566d1d0 15:22:00 ---> 0fc7418013f2 15:22:00 15:22:00 Step 10/24 : FROM scratch 15:22:00 ---> 15:22:00 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:22:00 ---> Using cache 15:22:00 ---> fafb388227d9 15:22:00 Step 12/24 : ENV APP_PORT=48060 15:22:00 ---> Running in 104aec1bae6d 15:22:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:00 Removing intermediate container 104aec1bae6d 15:22:00 ---> 8ee28898a276 15:22:00 Step 13/24 : EXPOSE $APP_PORT 15:22:00 ---> Running in 4b71fdff5c45 15:22:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:01 Removing intermediate container 4b71fdff5c45 15:22:01 ---> 7f590ee30214 15:22:01 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:22:01 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:22:01 v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:22:01 OK: 12621 distinct packages available 15:22:02 (1/2) Installing ca-certificates (20191127-r4) 15:22:02 (2/2) Installing dumb-init (1.2.2-r1) 15:22:02 Executing busybox-1.31.1-r16.trigger 15:22:02 Executing ca-certificates-20191127-r4.trigger 15:22:02 ---> be05d3a919d3 15:22:02 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:22:03 OK: 6 MiB in 16 packages 15:22:05 ---> b57342baa289 15:22:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:22:05 Removing intermediate container 9a960c0fcd67 15:22:05 ---> 74f1ec7db3be 15:22:05 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:22:05 ---> Running in 7cced7348124 15:22:06 ---> b3851e0bc89d 15:22:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:22:06 Removing intermediate container 7cced7348124 15:22:06 ---> 2d5afb7ad5af 15:22:06 Step 14/29 : WORKDIR $BASE_DIR 15:22:06 ---> Running in a996fc911271 15:22:07 Removing intermediate container a996fc911271 15:22:07 ---> 016bc0c314ea 15:22:07 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:22:07 ---> fb902534ef0d 15:22:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:22:07 ---> Running in 9bfe40c06873 15:22:09 ---> 349c7f44bb90 15:22:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:22:10 ---> a77ecfecc13f 15:22:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:22:10 ---> Running in f63f672c5fdf 15:22:10 Removing intermediate container 9bfe40c06873 15:22:10 ---> 529cd9d324a1 15:22:10 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:22:11 Removing intermediate container f63f672c5fdf 15:22:11 ---> 893226cd9020 15:22:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:22:11 ---> Running in c81ddb35a59f 15:22:12 ---> 34e18249b6be 15:22:12 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:22:12 Removing intermediate container c81ddb35a59f 15:22:12 ---> c60ec5257da8 15:22:12 Step 22/24 : LABEL arch=arm64 15:22:12 ---> Running in 5dd93e15b2ac 15:22:13 Removing intermediate container 5dd93e15b2ac 15:22:13 ---> 6533d62d5287 15:22:13 Step 23/24 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:22:13 ---> 21451d74de66 15:22:13 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:22:13 ---> Running in f9f354848011 15:22:14 Removing intermediate container f9f354848011 15:22:14 ---> 52c841c8c510 15:22:14 Step 24/24 : LABEL version=0.0.0 15:22:14 ---> 60a6dc36e670 15:22:14 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:22:14 ---> Running in 0fa866c371f8 15:22:14 Removing intermediate container 0fa866c371f8 15:22:14 ---> 53c7d0bdb1e3 15:22:14 15:22:15 ---> a6e339ad6c71 15:22:15 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:22:15 Successfully built 53c7d0bdb1e3 15:22:15 Successfully tagged docker-support-notifications-go-arm64:latest 15:22:16  Building docker-support-notifications-go ... done  ---> 1d4c77aa95cb 15:22:16 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:22:16 ---> Running in 17eb6cffdc37 15:22:17 Removing intermediate container ce70c2d58fc4 15:22:17 ---> fc0c28e6f339 15:22:17 15:22:17 Step 10/22 : FROM scratch 15:22:17 ---> 15:22:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:22:17 ---> Using cache 15:22:17 ---> c05fadec9d7c 15:22:17 Step 12/22 : ENV APP_PORT=48081 15:22:18 ---> Running in 3efe9047eca7 15:22:18 Removing intermediate container 3efe9047eca7 15:22:18 ---> 8e8519fb501b 15:22:18 Step 13/22 : EXPOSE $APP_PORT 15:22:18 ---> Running in aa2327e78e0f 15:22:18 Removing intermediate container aa2327e78e0f 15:22:18 ---> a11cb7ab6221 15:22:18 Step 14/22 : WORKDIR / 15:22:19 Removing intermediate container 17eb6cffdc37 15:22:19 ---> 964e8f7dd4e3 15:22:19 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:22:19 ---> Running in 9d5a6c0a9c82 15:22:19 Removing intermediate container 9d5a6c0a9c82 15:22:19 ---> f94d5deae6df 15:22:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:22:19 ---> 8eb260c64e29 15:22:19 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:22:20 ---> Running in 79fd9f01b46d 15:22:20 ---> 5f9b1ef033ed 15:22:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:22:21 ---> c48f328e4889 15:22:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:22:22 ---> f79ccdc7c201 15:22:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:22:22 ---> Running in cc89d4bf31a9 15:22:22 Removing intermediate container 79fd9f01b46d 15:22:22 ---> c0a3419deb27 15:22:22 Step 24/29 : RUN chmod 755 security-secrets-setup 15:22:22 ---> Running in a82ec23c3150 15:22:22 Removing intermediate container cc89d4bf31a9 15:22:22 ---> bb98c5d900f2 15:22:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:22:23 ---> Running in dd5a95fd6600 15:22:23 Removing intermediate container dd5a95fd6600 15:22:23 ---> bee386a58bb9 15:22:23 Step 20/22 : LABEL arch=arm64 15:22:23 ---> Running in 27b0230f318a 15:22:24 Removing intermediate container 27b0230f318a 15:22:24 ---> fa615d9c22be 15:22:24 Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:22:24 ---> Running in fa425b8d9851 15:22:24 Removing intermediate container fa425b8d9851 15:22:24 ---> a461fb6e8534 15:22:24 Step 22/22 : LABEL version=0.0.0 15:22:24 ---> Running in 0be601253565 15:22:25 Removing intermediate container 0be601253565 15:22:25 ---> 71558b2872fc 15:22:25 15:22:25 Removing intermediate container a82ec23c3150 15:22:25 ---> e48a06cdf224 15:22:25 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:22:25 Successfully built 71558b2872fc 15:22:25 Successfully tagged docker-core-metadata-go-arm64:latest 15:22:25  Building docker-core-metadata-go ... done  ---> Running in 094c88776978 15:22:26 Removing intermediate container 094c88776978 15:22:26 ---> 62b95d917def 15:22:26 Step 26/29 : CMD [ "generate" ] 15:22:26 ---> Running in b5df2d579009 15:22:26 Removing intermediate container b5df2d579009 15:22:26 ---> 3011085e00a1 15:22:26 Step 27/29 : LABEL arch=arm64 15:22:26 ---> Running in c23786e0f843 15:22:27 Removing intermediate container c23786e0f843 15:22:27 ---> ff03fe72a396 15:22:27 Step 28/29 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 15:22:27 ---> Running in e9d62927fd01 15:22:28 Removing intermediate container e9d62927fd01 15:22:28 ---> d8f02ebfe9f0 15:22:28 Step 29/29 : LABEL version=0.0.0 15:22:28 ---> Running in 607d34ba18d3 15:22:28 Removing intermediate container 607d34ba18d3 15:22:28 ---> e7b5a6e2ab50 15:22:28 15:22:29 Successfully built e7b5a6e2ab50 15:22:29 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:22:29  Building docker-security-secrets-setup-go ... done  [Pipeline] } 15:22:29 $ docker stop --time=1 1e91a4e57d2be94862a038b4986eac6f5df696ddfe90a4804448689d26d7b99c 15:22:31 $ docker rm -f 1e91a4e57d2be94862a038b4986eac6f5df696ddfe90a4804448689d26d7b99c [Pipeline] // withDockerContainer [Pipeline] sh 15:22:31 + docker images 15:22:31 + grep docker 15:22:32 docker-security-secrets-setup-go-arm64 latest e7b5a6e2ab50 4 seconds ago 22.7MB 15:22:32 docker-core-metadata-go-arm64 latest 71558b2872fc 7 seconds ago 13.4MB 15:22:32 docker-support-notifications-go-arm64 latest 53c7d0bdb1e3 18 seconds ago 12.9MB 15:22:32 docker-support-logging-go-arm64 latest 49300688d031 58 seconds ago 10.6MB 15:22:32 docker-core-command-go-arm64 latest 647503ea58a4 About a minute ago 11.4MB 15:22:32 docker-sys-mgmt-agent-go-arm64 latest def1cf09cbdb About a minute ago 270MB 15:22:32 docker-core-data-go-arm64 latest 3e4c505348ca 2 minutes ago 22.2MB 15:22:32 docker-security-secretstore-setup-go-arm64 latest 3ad06d1c5e92 3 minutes ago 30.8MB 15:22:32 docker-support-scheduler-go-arm64 latest 5d5121a11cd9 3 minutes ago 11.5MB 15:22:32 docker-security-proxy-setup-go-arm64 latest faaad8509368 3 minutes ago 15.1MB 15:22:32 docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 15:22:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:22:36 ---> package-listing.sh 15:22:36 ++ facter osfamily 15:22:36 ++ tr '[:upper:]' '[:lower:]' 15:22:36 + OS_FAMILY=redhat 15:22:36 + workspace=/w/workspace/edgex-go/9 15:22:36 + START_PACKAGES=/tmp/packages_start.txt 15:22:36 + END_PACKAGES=/tmp/packages_end.txt 15:22:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:22:36 + PACKAGES=/tmp/packages_start.txt 15:22:36 + '[' /w/workspace/edgex-go/9 ']' 15:22:36 + PACKAGES=/tmp/packages_end.txt 15:22:36 + case "${OS_FAMILY}" in 15:22:36 + rpm -qa 15:22:36 + sort 15:22:40 + '[' -f /tmp/packages_start.txt ']' 15:22:40 + '[' -f /tmp/packages_end.txt ']' 15:22:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:22:40 + '[' /w/workspace/edgex-go/9 ']' 15:22:40 + mkdir -p /w/workspace/edgex-go/9/archives/ 15:22:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 15:22:41 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 15:22:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:22:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:22:41 15:22:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:22:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:22:41 alpine: Pulling from edgex-lftools-log-publisher 15:22:41 df20fa9351a1: Pulling fs layer 15:22:41 36b3adc4ff6f: Pulling fs layer 15:22:41 8ad3a11d3b57: Pulling fs layer 15:22:41 46f8f816bc3b: Pulling fs layer 15:22:41 93b61091891f: Pulling fs layer 15:22:41 93b9cdb0e59b: Pulling fs layer 15:22:41 5e14af77c1be: Pulling fs layer 15:22:41 01666e4c0597: Pulling fs layer 15:22:41 aa168da1d23b: Pulling fs layer 15:22:41 93b9cdb0e59b: Waiting 15:22:41 5e14af77c1be: Waiting 15:22:41 01666e4c0597: Waiting 15:22:41 aa168da1d23b: Waiting 15:22:41 46f8f816bc3b: Waiting 15:22:41 93b61091891f: Waiting 15:22:41 36b3adc4ff6f: Verifying Checksum 15:22:41 36b3adc4ff6f: Download complete 15:22:41 46f8f816bc3b: Verifying Checksum 15:22:41 46f8f816bc3b: Download complete 15:22:42 df20fa9351a1: Download complete 15:22:42 93b9cdb0e59b: Verifying Checksum 15:22:42 93b9cdb0e59b: Download complete 15:22:42 93b61091891f: Download complete 15:22:42 01666e4c0597: Verifying Checksum 15:22:42 01666e4c0597: Download complete 15:22:42 5e14af77c1be: Verifying Checksum 15:22:42 5e14af77c1be: Download complete 15:22:42 df20fa9351a1: Pull complete 15:22:42 8ad3a11d3b57: Download complete 15:22:42 36b3adc4ff6f: Pull complete 15:22:43 8ad3a11d3b57: Pull complete 15:22:43 46f8f816bc3b: Pull complete 15:22:43 93b61091891f: Pull complete 15:22:43 93b9cdb0e59b: Pull complete 15:22:43 5e14af77c1be: Pull complete 15:22:43 01666e4c0597: Pull complete 15:22:44 aa168da1d23b: Verifying Checksum 15:22:44 aa168da1d23b: Download complete 15:22:51 aa168da1d23b: Pull complete 15:22:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:22:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:22:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:22:51 prd-centos7-docker-4c-2g-5608 does not seem to be running inside a container 15:22:51 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:22:55 $ docker top 208da0c3247ef19ba6ea527f78a86ad7173c1ef8fad607490b40cb5287c2e89b -eo pid,comm [Pipeline] { [Pipeline] sh 15:22:55 + touch /tmp/pre-build-complete [Pipeline] sh 15:22:56 + mkdir -p /var/log/sa [Pipeline] sh 15:22:56 + ls /var/log/sa-host 15:22:56 + sadf -c /var/log/sa-host/sa05 15:22:56 file_magic: OK 15:22:56 HZ: Using current value: 100 15:22:56 file_header: OK 15:22:56 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 15:22:56 Statistics: 15:22:56 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:22:56 File successfully converted to sysstat format version 12.2.1 15:22:56 + sadf -c /var/log/sa-host/sa15 15:22:56 file_magic: OK 15:22:56 HZ: Using current value: 100 15:22:56 file_header: OK 15:22:56 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 15:22:56 Statistics: 15:22:56 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...Hnuu...uuuununununu... 15:22:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:22:56 provisioning config files... 15:22:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config5484434927687574545tmp [Pipeline] { [Pipeline] echo 15:22:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:22:57 ---> create-netrc.sh [Pipeline] } 15:22:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:22:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:22:57 ---> python-tools-install.sh [Pipeline] echo 15:22:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:22:58 ---> sudo-logs.sh 15:22:58 Archiving 'sudo' log.. [Pipeline] echo 15:22:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:22:58 ---> job-cost.sh 15:22:58 lf-activate-venv: SKIPPING 15:22:58 INFO: No Stack... 15:22:59 INFO: Retrieving Pricing Info for: v1-standard-2 15:22:59 INFO: Archiving Costs [Pipeline] echo 15:22:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:23:00 ---> logs-deploy.sh 15:23:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2791/9 15:23:00 INFO: archiving workspace using pattern(s): 15:23:01 Archives upload complete. 15:23:01 INFO: archiving logs to Nexus 15:23:02 ---> uname -a: 15:23:02 Linux prd-centos7-docker-4c-2g-5608.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:23:02 15:23:02 15:23:02 ---> lscpu: 15:23:02 Architecture: x86_64 15:23:02 CPU op-mode(s): 32-bit, 64-bit 15:23:02 Byte Order: Little Endian 15:23:02 Address sizes: 40 bits physical, 48 bits virtual 15:23:02 CPU(s): 4 15:23:02 On-line CPU(s) list: 0-3 15:23:02 Thread(s) per core: 1 15:23:02 Core(s) per socket: 1 15:23:02 Socket(s): 4 15:23:02 NUMA node(s): 1 15:23:02 Vendor ID: GenuineIntel 15:23:02 CPU family: 6 15:23:02 Model: 44 15:23:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:23:02 Stepping: 1 15:23:02 CPU MHz: 2933.438 15:23:02 BogoMIPS: 5866.87 15:23:02 Virtualization: VT-x 15:23:02 Hypervisor vendor: KVM 15:23:02 Virtualization type: full 15:23:02 L1d cache: 128 KiB 15:23:02 L1i cache: 128 KiB 15:23:02 L2 cache: 16 MiB 15:23:02 L3 cache: 64 MiB 15:23:02 NUMA node0 CPU(s): 0-3 15:23:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:23:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:23:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:23:02 Vulnerability Meltdown: Mitigation; PTI 15:23:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:23:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:23:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:23:02 Vulnerability Tsx async abort: Not affected 15:23:02 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 15:23:02 15:23:02 15:23:02 ---> nproc: 15:23:02 4 15:23:02 15:23:02 15:23:02 ---> df -h: 15:23:02 Filesystem Size Used Available Use% Mounted on 15:23:02 overlay 50.0G 7.2G 42.8G 14% / 15:23:02 tmpfs 64.0M 0 64.0M 0% /dev 15:23:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:23:02 shm 64.0M 0 64.0M 0% /dev/shm 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgex-go/9 15:23:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgex-go/9@tmp 15:23:02 15:23:02 15:23:02 ---> free -m: 15:23:02 total used free shared buff/cache available 15:23:02 Mem: 1837 679 136 0 1021 1054 15:23:02 Swap: 1023 1 1022 15:23:02 15:23:02 15:23:02 ---> ip addr: 15:23:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:23:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:23:02 inet 127.0.0.1/8 scope host lo 15:23:02 valid_lft forever preferred_lft forever 15:23:02 inet6 ::1/128 scope host 15:23:02 valid_lft forever preferred_lft forever 15:23:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:23:02 link/ether fa:16:3e:3f:34:52 brd ff:ff:ff:ff:ff:ff 15:23:02 inet 10.30.123.31/23 brd 10.30.123.255 scope global dynamic eth0 15:23:02 valid_lft 85261sec preferred_lft 85261sec 15:23:02 inet6 fe80::f816:3eff:fe3f:3452/64 scope link 15:23:02 valid_lft forever preferred_lft forever 15:23:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:23:02 link/ether 02:42:9c:f6:f8:db brd ff:ff:ff:ff:ff:ff 15:23:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:23:02 valid_lft forever preferred_lft forever 15:23:02 inet6 fe80::42:9cff:fef6:f8db/64 scope link 15:23:02 valid_lft forever preferred_lft forever 15:23:02 15:23:02 15:23:02 ---> sar -b -r -n DEV: 15:23:02 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) 15:23:02 15:23:02 15:03:46 LINUX RESTART (4 CPU) 15:23:02 15:23:02 15:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:23:02 15:06:01 86.82 36.16 50.66 0.00 7264.86 16178.11 0.00 15:23:02 15:07:01 2.42 0.00 2.42 0.00 0.00 54.78 0.00 15:23:02 15:08:01 0.40 0.00 0.40 0.00 0.00 5.43 0.00 15:23:02 15:09:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 15:23:02 15:10:01 0.37 0.00 0.37 0.00 0.00 6.88 0.00 15:23:02 15:11:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 15:23:02 15:12:01 0.35 0.03 0.32 0.00 0.67 3.66 0.00 15:23:02 15:13:01 0.22 0.00 0.22 0.00 0.00 3.38 0.00 15:23:02 15:14:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 15:23:02 15:15:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 15:23:02 15:16:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 15:23:02 15:17:01 0.73 0.00 0.73 0.00 0.00 8.43 0.00 15:23:02 15:18:01 0.43 0.00 0.43 0.00 0.00 5.06 0.00 15:23:02 15:19:01 0.45 0.20 0.25 0.00 6.26 2.78 0.00 15:23:02 15:20:01 0.67 0.00 0.67 0.00 0.00 14.52 0.00 15:23:02 15:21:01 0.28 0.00 0.28 0.00 0.00 3.63 0.00 15:23:02 15:22:02 0.23 0.00 0.23 0.00 0.00 2.83 0.00 15:23:02 Average: 5.56 2.14 3.42 0.00 427.97 959.52 0.00 15:23:02 15:23:02 15:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:23:02 15:06:01 360956 0 557480 29.63 2620 960500 1098600 37.49 468088 895220 120 15:23:02 15:07:01 364292 0 553996 29.44 2620 960648 1094108 37.34 469168 891388 12 15:23:02 15:08:01 365280 0 553000 29.39 2620 960656 1087940 37.13 469008 890916 8 15:23:02 15:09:01 365148 0 553132 29.40 2620 960656 1074708 36.68 473608 886724 20 15:23:02 15:10:01 364660 0 553616 29.42 2620 960660 1074744 36.68 478180 882268 8 15:23:02 15:11:01 364852 0 553416 29.41 2620 960668 1074576 36.67 515132 845360 12 15:23:02 15:12:01 347792 0 570452 30.32 2620 960692 1074576 36.67 537820 839880 8 15:23:02 15:13:01 347496 0 570740 30.33 2620 960700 1074684 36.68 538404 839896 12 15:23:02 15:14:01 347984 0 570248 30.31 2620 960704 1074576 36.67 537776 839896 16 15:23:02 15:15:01 347560 0 570664 30.33 2620 960712 1074660 36.68 535236 843084 8 15:23:02 15:16:01 347952 0 570272 30.31 2620 960712 1074576 36.67 534812 843084 8 15:23:02 15:17:01 347640 0 570576 30.32 2620 960720 1074576 36.67 534816 843088 8 15:23:02 15:18:01 347536 0 570676 30.33 2620 960724 1074576 36.67 534856 843084 8 15:23:02 15:19:01 347588 0 570588 30.33 2620 960760 1074576 36.67 536156 841648 20 15:23:02 15:20:01 346972 0 571200 30.36 2620 960764 1074660 36.68 536740 841644 8 15:23:02 15:21:01 347096 0 571072 30.35 2620 960768 1074612 36.67 536488 841644 8 15:23:02 15:22:02 347684 0 570480 30.32 2620 960772 1074576 36.67 536124 841644 8 15:23:02 Average: 353440 0 564800 30.02 2620 960695 1077960 36.79 516024 855910 17 15:23:02 15:23:02 15:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:23:02 15:06:01 eth0 907.99 1024.75 3695.84 125.22 0.00 0.00 0.00 0.00 15:23:02 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:06:01 docker0 811.69 604.63 66.90 2652.72 0.00 0.00 0.00 0.00 15:23:02 15:07:01 eth0 1.73 0.33 0.35 0.21 0.00 0.00 0.00 0.00 15:23:02 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:08:01 eth0 2.37 0.37 0.44 0.20 0.00 0.00 0.00 0.00 15:23:02 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:09:01 eth0 1.07 0.65 0.58 0.37 0.00 0.00 0.00 0.00 15:23:02 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:10:01 eth0 0.75 0.43 0.41 0.30 0.00 0.00 0.00 0.00 15:23:02 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:23:02 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:12:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:23:02 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:13:01 eth0 0.93 0.42 0.34 0.21 0.00 0.00 0.00 0.00 15:23:02 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:14:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:15:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 15:23:02 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:16:01 eth0 0.08 0.15 0.01 0.01 0.00 0.00 0.00 0.00 15:23:02 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:23:02 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:23:02 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:23:02 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:20:01 eth0 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 15:23:02 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:21:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 15:23:02 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:22:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 15:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 Average: eth0 53.92 60.50 217.66 7.46 0.00 0.00 0.00 0.00 15:23:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:23:02 Average: docker0 47.77 35.58 3.94 156.12 0.00 0.00 0.00 0.00 15:23:02 15:23:02 15:23:02 ---> sar -P ALL: 15:23:02 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) 15:23:02 15:23:02 15:03:46 LINUX RESTART (4 CPU) 15:23:02 15:23:02 15:05:01 CPU %user %nice %system %iowait %steal %idle 15:23:02 15:06:01 all 11.05 0.00 3.57 1.71 0.03 83.64 15:23:02 15:06:01 0 13.20 0.00 4.40 1.63 0.03 80.74 15:23:02 15:06:01 1 13.15 0.00 3.07 0.37 0.02 83.40 15:23:02 15:06:01 2 9.27 0.00 3.24 0.84 0.03 86.62 15:23:02 15:06:01 3 8.58 0.00 3.59 4.01 0.05 83.77 15:23:02 15:07:01 all 0.17 0.00 0.04 0.00 0.00 99.79 15:23:02 15:07:01 0 0.05 0.00 0.03 0.00 0.00 99.92 15:23:02 15:07:01 1 0.55 0.00 0.05 0.00 0.00 99.40 15:23:02 15:07:01 2 0.07 0.00 0.03 0.00 0.00 99.90 15:23:02 15:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:23:02 15:08:01 all 0.14 0.00 0.03 0.00 0.00 99.83 15:23:02 15:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:23:02 15:08:01 1 0.47 0.00 0.03 0.00 0.00 99.50 15:23:02 15:08:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:23:02 15:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:23:02 15:09:01 all 0.24 0.00 0.03 0.00 0.00 99.73 15:23:02 15:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:23:02 15:09:01 1 0.48 0.00 0.02 0.00 0.00 99.50 15:23:02 15:09:01 2 0.05 0.00 0.05 0.00 0.00 99.90 15:23:02 15:09:01 3 0.40 0.00 0.03 0.00 0.00 99.57 15:23:02 15:10:01 all 0.15 0.00 0.06 0.00 0.00 99.79 15:23:02 15:10:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:23:02 15:10:01 1 0.42 0.00 0.03 0.00 0.00 99.55 15:23:02 15:10:01 2 0.10 0.00 0.13 0.00 0.00 99.77 15:23:02 15:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:23:02 15:11:01 all 0.15 0.00 0.04 0.00 0.00 99.80 15:23:02 15:11:01 0 0.02 0.00 0.07 0.00 0.00 99.92 15:23:02 15:11:01 1 0.53 0.00 0.02 0.00 0.00 99.45 15:23:02 15:11:01 2 0.05 0.00 0.08 0.00 0.00 99.87 15:23:02 15:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:23:02 15:12:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:23:02 15:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:23:02 15:12:01 1 0.50 0.00 0.03 0.00 0.00 99.47 15:23:02 15:12:01 2 0.03 0.00 0.08 0.00 0.00 99.88 15:23:02 15:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:23:02 15:13:01 all 0.16 0.00 0.02 0.00 0.00 99.81 15:23:02 15:13:01 0 0.02 0.00 0.03 0.00 0.02 99.93 15:23:02 15:13:01 1 0.57 0.00 0.03 0.00 0.00 99.40 15:23:02 15:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:23:02 15:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:23:02 15:14:01 all 0.05 0.00 0.03 0.00 0.00 99.92 15:23:02 15:14:01 0 0.12 0.00 0.07 0.00 0.00 99.82 15:23:02 15:14:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:23:02 15:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:23:02 15:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:23:02 15:15:01 all 0.10 0.00 0.02 0.00 0.00 99.87 15:23:02 15:15:01 0 0.30 0.00 0.02 0.00 0.00 99.68 15:23:02 15:15:01 1 0.07 0.00 0.05 0.00 0.00 99.88 15:23:02 15:15:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:23:02 15:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:23:02 15:16:01 all 0.14 0.00 0.02 0.00 0.00 99.83 15:23:02 15:16:01 0 0.52 0.00 0.05 0.00 0.00 99.43 15:23:02 15:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:23:02 15:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:23:02 15:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:23:02 15:23:02 15:16:01 CPU %user %nice %system %iowait %steal %idle 15:23:02 15:17:01 all 0.15 0.00 0.02 0.00 0.01 99.82 15:23:02 15:17:01 0 0.52 0.00 0.03 0.00 0.00 99.45 15:23:02 15:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 15:23:02 15:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 15:23:02 15:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 15:23:02 15:18:01 all 0.16 0.00 0.02 0.00 0.00 99.82 15:23:02 15:18:01 0 0.52 0.00 0.03 0.00 0.00 99.45 15:23:02 15:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:23:02 15:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:23:02 15:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:23:02 15:19:01 all 0.16 0.00 0.04 0.00 0.00 99.80 15:23:02 15:19:01 0 0.53 0.00 0.03 0.00 0.00 99.43 15:23:02 15:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:23:02 15:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:23:02 15:19:01 3 0.02 0.00 0.05 0.00 0.00 99.93 15:23:02 15:20:01 all 0.16 0.00 0.03 0.00 0.00 99.81 15:23:02 15:20:01 0 0.50 0.00 0.05 0.00 0.00 99.45 15:23:02 15:20:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:23:02 15:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 15:23:02 15:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:23:02 15:21:01 all 0.15 0.00 0.02 0.00 0.00 99.82 15:23:02 15:21:01 0 0.53 0.00 0.03 0.00 0.00 99.43 15:23:02 15:21:01 1 0.02 0.00 0.03 0.00 0.02 99.93 15:23:02 15:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:23:02 15:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:23:02 15:22:02 all 0.15 0.00 0.02 0.00 0.00 99.83 15:23:02 15:22:02 0 0.50 0.00 0.03 0.00 0.00 99.47 15:23:02 15:22:02 1 0.05 0.00 0.05 0.00 0.00 99.90 15:23:02 15:22:02 2 0.03 0.00 0.00 0.00 0.00 99.97 15:23:02 15:22:02 3 0.00 0.00 0.00 0.00 0.00 100.00 15:23:02 Average: all 0.78 0.00 0.24 0.10 0.00 98.88 15:23:02 Average: 0 1.01 0.00 0.29 0.09 0.00 98.60 15:23:02 Average: 1 1.00 0.00 0.21 0.02 0.00 98.77 15:23:02 Average: 2 0.58 0.00 0.22 0.05 0.00 99.14 15:23:02 Average: 3 0.54 0.00 0.23 0.23 0.00 98.99 15:23:02 15:23:02 15:23:02