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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5582 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 08:29:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:29:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:29:50 ========================================================= 08:29:50 EdgeX Global Pipelines Version Info 08:29:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:29:52 ------------------- 08:29:52 stable info: 08:29:52 ------------------- 08:29:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:29:52 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 08:29:52 Message: update stable to v1.0.142 08:29:53 ------------------- 08:29:53 experimental info: 08:29:53 ------------------- 08:29:53 Commited By: **** collab-it+edgex@linuxfoundation.org 08:29:53 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 08:29:53 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:29:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:29:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:29:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2791 [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2791 [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2791 [Pipeline] echo 08:29:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cfca8f87d1b14f31076b595db4703328e11b50dc [Pipeline] echo 08:29:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cfca8f8 [Pipeline] echo 08:29:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 08:29:56 ++ 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 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/core-command/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo core-command,cmd/core-command/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/core-data/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo core-data,cmd/core-data/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/core-metadata/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo core-metadata,cmd/core-metadata/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/security-proxy-setup/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/security-secrets-setup/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/support-logging/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo support-logging,cmd/support-logging/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/support-notifications/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo support-notifications,cmd/support-notifications/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/support-scheduler/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:29:56 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 08:29:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:57 08:29:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:29:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:57 latest: Pulling from edgex-devops/git-semver 08:29:57 31603596830f: Pulling fs layer 08:29:57 2a8b12db71e7: Pulling fs layer 08:29:57 6ca5941a6612: Pulling fs layer 08:29:57 ecc8261a40a4: Pulling fs layer 08:29:57 2a8b12db71e7: Download complete 08:29:58 31603596830f: Verifying Checksum 08:29:58 31603596830f: Download complete 08:29:58 ecc8261a40a4: Verifying Checksum 08:29:58 ecc8261a40a4: Download complete 08:29:58 6ca5941a6612: Verifying Checksum 08:29:58 6ca5941a6612: Download complete 08:29:58 31603596830f: Pull complete 08:29:58 2a8b12db71e7: Pull complete 08:29:59 6ca5941a6612: Pull complete 08:29:59 ecc8261a40a4: Pull complete 08:29:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:29:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:29:59 prd-centos7-docker-4c-2g-5582 does not seem to be running inside a container 08:29:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:30:02 $ docker top d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:02 [ssh-agent] Looking for ssh-agent implementation... 08:30:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:02 $ docker exec d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent 08:30:03 SSH_AUTH_SOCK=/tmp/ssh-djPCRh8Wzp1J/agent.11 08:30:03 SSH_AGENT_PID=16 08:30:03 Running ssh-add (command line suppressed) 08:30:03 Identity added: /w/workspace/edgex-go/8@tmp/private_key_8822148128837348147.key (/w/workspace/edgex-go/8@tmp/private_key_8822148128837348147.key) 08:30:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:03 + git tag --points-at HEAD [Pipeline] } 08:30:03 $ docker exec --env ******** --env ******** d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent -k 08:30:03 unset SSH_AUTH_SOCK; 08:30:03 unset SSH_AGENT_PID; 08:30:03 echo Agent pid 16 killed; 08:30:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:30:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:04 [ssh-agent] Looking for ssh-agent implementation... 08:30:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:04 $ docker exec d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent 08:30:04 SSH_AUTH_SOCK=/tmp/ssh-Dll2nbI0jI8P/agent.44 08:30:04 SSH_AGENT_PID=49 08:30:04 Running ssh-add (command line suppressed) 08:30:04 Identity added: /w/workspace/edgex-go/8@tmp/private_key_8765656122991117148.key (/w/workspace/edgex-go/8@tmp/private_key_8765656122991117148.key) 08:30:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:04 + git semver init 08:30:04 # -> Open(): unable to determine branch for HEAD 08:30:04 # $GIT_DIR = /w/workspace/edgex-go/8/.git 08:30:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 08:30:04 # $SEMVER_REMOTE_NAME = origin 08:30:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:04 # $SEMVER_USER_NAME = edgex-jenkins 08:30:04 # $SEMVER_BRANCH = PR-2791 08:30:04 # $SEMVER_TEMP = /tmp/semver-102698613 08:30:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:30:26 # '/tmp/semver-102698613' -> '/w/workspace/edgex-go/8/.semver' 08:30:27 # -> Force: false 08:30:27 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 08:30:27 $ docker exec --env ******** --env ******** d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent -k 08:30:27 unset SSH_AUTH_SOCK; 08:30:27 unset SSH_AGENT_PID; 08:30:27 echo Agent pid 49 killed; 08:30:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:27 + git semver [Pipeline] } 08:30:28 $ docker stop --time=1 d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e 08:30:29 $ docker rm -f d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:30:30 Stashed 1 file(s) [Pipeline] echo 08:30:30 [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 08:30:31 ========================================================= 08:30:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:30:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:30:31 error checking context: 'can't stat '/w/workspace/edgex-go/8/.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] } 08:30:32 Failed in branch amd64 08:30:45 Still waiting to schedule task 08:30:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:33:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5584 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws 08:33:25 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 08:33:30 using credential edgex-jenkins-ssh 08:33:30 Cloning the remote Git repository 08:33:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:33:30 > git init /w/workspace/edgex-go/8 # timeout=10 08:33:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:30 > git --version # timeout=10 08:33:30 > git --version # 'git version 2.17.1' 08:33:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:44 > 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 08:33:45 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit cfca8f87d1b14f31076b595db4703328e11b50dc 08:33:46 Merge succeeded, producing cfca8f87d1b14f31076b595db4703328e11b50dc 08:33:46 Checking out Revision cfca8f87d1b14f31076b595db4703328e11b50dc (PR-2791) 08:33:45 > git config core.sparsecheckout # timeout=10 08:33:45 > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 08:33:46 > git remote # timeout=10 08:33:46 > git config --get remote.origin.url # timeout=10 08:33:46 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:46 > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 08:33:46 > git rev-parse HEAD^{commit} # timeout=10 08:33:46 > git config core.sparsecheckout # timeout=10 08:33:46 > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 08:33:50 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 08:33:51 ========================================================= 08:33:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:33:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:33:52 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:33:55 Sending build context to Docker daemon 165MB 08:33:55 Step 1/7 : ARG BASE=golang:1.15-alpine 08:33:55 Step 2/7 : FROM ${BASE} 08:33:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:33:55 b538f80385f9: Pulling fs layer 08:33:55 74f711af9a0d: Pulling fs layer 08:33:55 99f96fe45779: Pulling fs layer 08:33:55 8529a6b9a6be: Pulling fs layer 08:33:55 45590311c82a: Pulling fs layer 08:33:55 69ca0ff8b7b3: Pulling fs layer 08:33:55 209524e5b208: Pulling fs layer 08:33:55 8529a6b9a6be: Waiting 08:33:55 45590311c82a: Waiting 08:33:55 69ca0ff8b7b3: Waiting 08:33:55 209524e5b208: Waiting 08:33:55 99f96fe45779: Download complete 08:33:55 74f711af9a0d: Verifying Checksum 08:33:55 74f711af9a0d: Download complete 08:33:55 45590311c82a: Verifying Checksum 08:33:55 45590311c82a: Download complete 08:33:56 69ca0ff8b7b3: Verifying Checksum 08:33:56 b538f80385f9: Verifying Checksum 08:33:56 b538f80385f9: Download complete 08:33:56 b538f80385f9: Pull complete 08:33:57 74f711af9a0d: Pull complete 08:33:58 99f96fe45779: Pull complete 08:33:58 209524e5b208: Download complete 08:34:00 8529a6b9a6be: Verifying Checksum 08:34:00 8529a6b9a6be: Download complete 08:34:10 8529a6b9a6be: Pull complete 08:34:10 45590311c82a: Pull complete 08:34:10 69ca0ff8b7b3: Pull complete 08:34:14 209524e5b208: Pull complete 08:34:14 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:34:14 ---> 5bddaf1c2fca 08:34:14 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 08:34:18 ---> Running in d49c011405d9 08:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:34:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:34:21 (1/12) Installing libmagic (5.38-r0) 08:34:22 (2/12) Installing file (5.38-r0) 08:34:22 (3/12) Installing libc-dev (0.7.2-r3) 08:34:22 (4/12) Installing g++ (9.3.0-r2) 08:34:29 (5/12) Installing fortify-headers (1.1-r0) 08:34:29 (6/12) Installing patch (2.7.6-r6) 08:34:29 (7/12) Installing build-base (0.5-r2) 08:34:29 (8/12) Installing libsodium (1.0.18-r0) 08:34:29 (9/12) Installing pkgconf (1.7.2-r0) 08:34:29 (10/12) Installing libsodium-dev (1.0.18-r0) 08:34:29 (11/12) Installing libzmq (4.3.3-r0) 08:34:29 (12/12) Installing zeromq-dev (4.3.3-r0) 08:34:29 Executing busybox-1.31.1-r16.trigger 08:34:29 OK: 217 MiB in 51 packages 08:34:33 Removing intermediate container d49c011405d9 08:34:33 ---> 72c7eaf8e482 08:34:33 Step 4/7 : WORKDIR /edgex-go 08:34:33 ---> Running in f45f6b45b70d 08:34:33 Removing intermediate container f45f6b45b70d 08:34:33 ---> 9d4fad002be1 08:34:33 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:34:34 latest: Pulling from library/docker 08:34:34 b538f80385f9: Already exists 08:34:34 259a493cd78d: Pulling fs layer 08:34:34 b8e66b5100f5: Pulling fs layer 08:34:34 7f8258a56ab6: Pulling fs layer 08:34:34 75a0a0ebb566: Pulling fs layer 08:34:34 4a2c62f0a2a3: Pulling fs layer 08:34:34 294320357d30: Pulling fs layer 08:34:34 75a0a0ebb566: Waiting 08:34:34 4a2c62f0a2a3: Waiting 08:34:34 294320357d30: Waiting 08:34:34 b8e66b5100f5: Verifying Checksum 08:34:34 b8e66b5100f5: Download complete 08:34:34 259a493cd78d: Download complete 08:34:34 75a0a0ebb566: Verifying Checksum 08:34:34 75a0a0ebb566: Download complete 08:34:34 4a2c62f0a2a3: Verifying Checksum 08:34:34 4a2c62f0a2a3: Download complete 08:34:34 294320357d30: Verifying Checksum 08:34:34 294320357d30: Download complete 08:34:35 259a493cd78d: Pull complete 08:34:35 b8e66b5100f5: Pull complete 08:34:35 7f8258a56ab6: Verifying Checksum 08:34:35 7f8258a56ab6: Download complete 08:34:39 7f8258a56ab6: Pull complete 08:34:39 75a0a0ebb566: Pull complete 08:34:39 4a2c62f0a2a3: Pull complete 08:34:40 294320357d30: Pull complete 08:34:40 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 08:34:40 Status: Downloaded newer image for docker:latest 08:34:43 ---> 74a464c4ee07 08:34:43 Step 6/7 : COPY go.mod . 08:34:44 ---> 47c62d577ebf 08:34:44 Step 7/7 : RUN go mod download 08:34:44 ---> Running in c797a7b21b7f 08:35:11 Removing intermediate container c797a7b21b7f 08:35:11 ---> dbe3081d4934 08:35:11 Successfully built dbe3081d4934 08:35:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:35:11 + docker inspect -f . ci-base-image-arm64 08:35:11 . [Pipeline] withDockerContainer 08:35:11 prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container 08:35:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:35:13 $ docker top cd05d999b217b307ade30bf7ca2c4f6e8681f0f48746364fbb7abdee1e9dc73f -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:15 + go version 08:35:15 go version go1.15.2 linux/arm64 [Pipeline] } 08:35:15 $ docker stop --time=1 cd05d999b217b307ade30bf7ca2c4f6e8681f0f48746364fbb7abdee1e9dc73f 08:35:17 $ docker rm -f cd05d999b217b307ade30bf7ca2c4f6e8681f0f48746364fbb7abdee1e9dc73f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:18 + docker inspect -f . ci-base-image-arm64 08:35:18 . [Pipeline] withDockerContainer 08:35:18 prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container 08:35:18 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:35:20 $ docker top 84c90e8a2b9bb39047bdd005dcd8166254a6c57ba6aa116ff7ebf9f270885287 -eo pid,comm [Pipeline] { [Pipeline] echo 08:35:20 ========================================================= 08:35:20 [edgeXBuildGoParallel] Running Tests and Build... 08:35:20 ========================================================= [Pipeline] sh 08:35:20 + make test 08:35:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:35:23 ? github.com/edgexfoundry/edgex-go [no test files] 08:35:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:36:13 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s 08:36:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 08:36:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:36:13 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:36:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.062s coverage: 46.6% of statements 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.288s coverage: 27.1% of statements 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.370s coverage: 85.5% of statements 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:36:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.389s coverage: 88.9% of statements 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.415s coverage: 28.6% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements 08:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 08:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 100.0% of statements 08:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.153s coverage: 96.1% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.026s coverage: 0.0% of statements [no tests to run] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 08:36:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:36:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements 08:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 08:36:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 08:36:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 08:36:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 55.9% of statements 08:36:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:36:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:36:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 08:36:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.039s coverage: 86.3% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.058s coverage: 72.2% of statements 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.409s coverage: 72.1% of statements 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.027s coverage: 82.4% of statements 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.081s coverage: 36.5% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.282s coverage: 84.1% of statements 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.025s coverage: 42.9% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.036s coverage: 100.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 47.1% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.020s coverage: 100.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.156s coverage: 29.1% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.049s coverage: 99.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:37:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:37:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements 08:37:13 GO111MODULE=on go vet ./... 08:37:35 gofmt -l . 08:37:35 [ "`gofmt -l .`" = "" ] 08:37:38 ./bin/test-go-mod-tidy.sh 08:37:38 ./bin/test-attribution-txt.sh [Pipeline] sh 08:37:43 + ls -al . 08:37:43 total 632 08:37:43 drwxrwxr-x 9 1001 1001 4096 Oct 15 08:37 . 08:37:43 drwxr-xr-x 4 root root 4096 Oct 15 08:35 .. 08:37:43 -rw-rw-r-- 1 1001 1001 11 Oct 15 08:33 .dockerignore 08:37:43 drwxrwxr-x 8 1001 1001 4096 Oct 15 08:33 .git 08:37:43 drwxrwxr-x 3 1001 1001 4096 Oct 15 08:33 .github 08:37:43 -rw-rw-r-- 1 1001 1001 932 Oct 15 08:33 .gitignore 08:37:43 -rw-rw-r-- 1 1001 1001 166 Oct 15 08:33 .sonarcloud.properties 08:37:43 -rw-rw-r-- 1 1001 1001 3804 Oct 15 08:33 CONTRIBUTING.md 08:37:43 -rw-rw-r-- 1 1001 1001 1035 Oct 15 08:33 Dockerfile.build 08:37:43 -rw-rw-r-- 1 1001 1001 863 Oct 15 08:33 Jenkinsfile 08:37:43 -rw-rw-r-- 1 1001 1001 10775 Oct 15 08:33 LICENSE 08:37:43 -rw-rw-r-- 1 1001 1001 6237 Oct 15 08:33 Makefile 08:37:43 -rw-rw-r-- 1 1001 1001 6447 Oct 15 08:33 README.md 08:37:43 -rw-rw-r-- 1 1001 1001 259 Oct 15 08:33 SECURITY.md 08:37:43 -rw-rw-r-- 1 1001 1001 5 Oct 15 08:30 VERSION 08:37:43 -rw-rw-r-- 1 1001 1001 4131 Oct 15 08:33 ZMQWindows.md 08:37:43 drwxrwxr-x 2 1001 1001 4096 Oct 15 08:33 bin 08:37:43 drwxrwxr-x 15 1001 1001 4096 Oct 15 08:33 cmd 08:37:43 -rw-r--r-- 1 root root 510628 Oct 15 08:37 coverage.out 08:37:43 -rw-r--r-- 1 root root 1041 Oct 15 08:37 go.mod 08:37:43 -rw-r--r-- 1 root root 18985 Oct 15 08:37 go.sum 08:37:43 drwxrwxr-x 8 1001 1001 4096 Oct 15 08:33 internal 08:37:43 drwxrwxr-x 4 1001 1001 4096 Oct 15 08:33 openapi 08:37:43 drwxrwxr-x 4 1001 1001 4096 Oct 15 08:33 snap 08:37:43 -rw-rw-r-- 1 1001 1001 168 Oct 15 08:33 version.go [Pipeline] sh 08:37:44 + '[' -e coverage.out ] 08:37:44 + chown 1001:1001 coverage.out [Pipeline] stash 08:37:45 Stashed 1 file(s) [Pipeline] sh 08:37:46 + make build 08:37:46 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 08:38:13 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 08:38:23 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 08:38:26 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 08:38:30 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 08:38:34 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 08:38:35 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 08:38:44 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 08:38:49 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 08:38: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 08:38:59 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 08:39:03 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 08:39:07 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] } 08:39:10 $ docker stop --time=1 84c90e8a2b9bb39047bdd005dcd8166254a6c57ba6aa116ff7ebf9f270885287 08:39:12 $ docker rm -f 84c90e8a2b9bb39047bdd005dcd8166254a6c57ba6aa116ff7ebf9f270885287 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:39:17 08:39:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:39:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:39:17 latest: Pulling from edgex-devops/edgex-compose-arm64 08:39:17 29e5d40040c1: Pulling fs layer 08:39:17 1ce36da41761: Pulling fs layer 08:39:17 25b303627fd3: Pulling fs layer 08:39:18 29e5d40040c1: Verifying Checksum 08:39:18 29e5d40040c1: Download complete 08:39:18 1ce36da41761: Verifying Checksum 08:39:18 1ce36da41761: Download complete 08:39:18 29e5d40040c1: Pull complete 08:39:20 1ce36da41761: Pull complete 08:39:20 25b303627fd3: Verifying Checksum 08:39:20 25b303627fd3: Download complete 08:39:30 25b303627fd3: Pull complete 08:39:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:39:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:39:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:39:30 prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container 08:39:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:39:34 $ docker top 0cdaf2cc8ee318838b56aaad9357b81d0d716dde0e1dc5072610528dc88234b1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:36 + grep parallel 08:39:36 + docker-compose build --help 08:39:39 --parallel Build images in parallel. [Pipeline] } 08:39:39 $ docker stop --time=1 0cdaf2cc8ee318838b56aaad9357b81d0d716dde0e1dc5072610528dc88234b1 08:39:41 $ docker rm -f 0cdaf2cc8ee318838b56aaad9357b81d0d716dde0e1dc5072610528dc88234b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:39:42 . [Pipeline] withDockerContainer 08:39:42 prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container 08:39:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:39:44 $ docker top e492b96b03a5ddd0dab3207595dc002872681a868e64404743778d745fe6160a -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:45 + docker-compose -f ./docker-compose-build.yml build --parallel 08:39:49 Building docker-core-command-go ... 08:39:49 Building docker-core-data-go ... 08:39:49 Building docker-core-metadata-go ... 08:39:49 Building docker-security-proxy-setup-go ... 08:39:49 Building docker-security-secrets-setup-go ... 08:39:49 Building docker-security-secretstore-setup-go ... 08:39:49 Building docker-support-logging-go ... 08:39:49 Building docker-support-notifications-go ... 08:39:49 Building docker-support-scheduler-go ... 08:39:49 Building docker-sys-mgmt-agent-go ... 08:39:49 Building docker-security-secretstore-setup-go 08:39:49 Building docker-security-proxy-setup-go 08:39:49 Building docker-core-metadata-go 08:39:49 Building docker-support-scheduler-go 08:39:49 Building docker-security-secrets-setup-go 08:41:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 08:41:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:41:11 ---> dbe3081d4934 08:41:11 Step 3/26 : WORKDIR /edgex-go 08:41:11 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:41:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:41:11 ---> dbe3081d4934 08:41:11 Step 3/29 : WORKDIR /edgex-go 08:41:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:41:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:41:11 ---> dbe3081d4934 08:41:11 Step 3/21 : WORKDIR /edgex-go 08:41:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:41:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:41:11 ---> dbe3081d4934 08:41:11 Step 3/22 : WORKDIR /edgex-go 08:41:11 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:41:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:41:11 ---> dbe3081d4934 08:41:11 Step 3/20 : WORKDIR /edgex-go 08:41:11 ---> Running in 614e695b35a7 08:41:11 ---> Running in 93b2092eb62b 08:41:11 ---> Running in 205332c722be 08:41:11 ---> Running in 56ef4a921114 08:41:11 ---> Running in f6ecdb5d15fd 08:41:11 Removing intermediate container 93b2092eb62b 08:41:11 ---> e4dd27f9946c 08:41:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:11 Removing intermediate container 614e695b35a7 08:41:11 ---> 403978440f2b 08:41:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:11 Removing intermediate container 205332c722be 08:41:11 ---> c063f0872037 08:41:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:11 Removing intermediate container f6ecdb5d15fd 08:41:11 ---> 43c049ca6133 08:41:11 Step 4/29 : RUN apk update && apk add make git 08:41:11 Removing intermediate container 56ef4a921114 08:41:11 ---> f2a132661af8 08:41:11 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:11 ---> Running in f01b859781f1 08:41:11 ---> Running in 76a4f68b41d0 08:41:11 ---> Running in ab69f9cdfea8 08:41:11 ---> Running in 6d03f6600a2b 08:41:11 ---> Running in 3e484ccf53f0 08:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:12 Removing intermediate container f01b859781f1 08:41:12 ---> c8726d34335d 08:41:12 Step 5/22 : RUN apk update && apk add make git 08:41:12 ---> Running in 476f73f57cf6 08:41:13 Removing intermediate container ab69f9cdfea8 08:41:13 ---> 1c284f2a5ff8 08:41:13 Step 5/21 : RUN apk update && apk add make git 08:41:13 Removing intermediate container 76a4f68b41d0 08:41:13 ---> f4e286af3135 08:41:13 Step 5/26 : RUN apk update && apk add make git 08:41:13 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:41:13 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:41:13 OK: 12623 distinct packages available 08:41:13 Removing intermediate container 3e484ccf53f0 08:41:13 ---> cb1b6b3440c8 08:41:13 Step 5/20 : RUN apk update && apk add make git 08:41:13 ---> Running in 70ecf81ab6d2 08:41:13 ---> Running in 580ec3e9f6fb 08:41:13 ---> Running in 4b5bec0e6011 08:41:14 OK: 217 MiB in 51 packages 08:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:16 Removing intermediate container 6d03f6600a2b 08:41:16 ---> 7ae3246fd0bc 08:41:16 Step 5/29 : COPY go.mod . 08:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:16 ---> ac8fa8c22824 08:41:16 Step 6/29 : RUN go mod download 08:41:17 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:41:17 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:41:17 OK: 12623 distinct packages available 08:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:17 ---> Running in 2077a375c290 08:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:17 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:41:17 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:41:17 OK: 12623 distinct packages available 08:41:17 OK: 217 MiB in 51 packages 08:41:17 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:41:17 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:41:17 OK: 12623 distinct packages available 08:41:18 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:41:18 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:41:18 OK: 12623 distinct packages available 08:41:18 OK: 217 MiB in 51 packages 08:41:19 OK: 217 MiB in 51 packages 08:41:19 OK: 217 MiB in 51 packages 08:41:20 Removing intermediate container 476f73f57cf6 08:41:20 ---> 890a842c12b9 08:41:20 Step 6/22 : COPY go.mod . 08:41:21 ---> 83f27c7528a6 08:41:21 Step 7/22 : RUN go mod download 08:41:21 Removing intermediate container 70ecf81ab6d2 08:41:21 ---> e048f5ba8964 08:41:21 Step 6/26 : COPY go.mod . 08:41:21 Removing intermediate container 580ec3e9f6fb 08:41:21 ---> 1e388a156eb4 08:41:21 Step 6/21 : COPY go.mod . 08:41:21 ---> Running in 01bcdf02ecae 08:41:21 Removing intermediate container 4b5bec0e6011 08:41:21 ---> be7070e48489 08:41:21 Step 6/20 : COPY go.mod . 08:41:21 Removing intermediate container 2077a375c290 08:41:21 ---> 6aaa5d6536ed 08:41:21 Step 7/29 : COPY . . 08:41:22 ---> ff427e7b799c 08:41:22 Step 7/26 : RUN go mod download 08:41:22 ---> fb33a9f2bdb6 08:41:22 Step 7/21 : RUN go mod download 08:41:22 ---> 2237bb053a76 08:41:22 Step 7/20 : RUN go mod download 08:41:22 ---> Running in 56c16240511a 08:41:22 ---> Running in 1baa5816ee8e 08:41:23 ---> Running in efd2a9425dbb 08:41:26 Removing intermediate container 01bcdf02ecae 08:41:26 ---> deaea7a7f242 08:41:26 Step 8/22 : COPY . . 08:41:29 Removing intermediate container efd2a9425dbb 08:41:29 ---> dd316548566a 08:41:29 Step 8/20 : COPY . . 08:41:29 Removing intermediate container 56c16240511a 08:41:29 ---> 5f771103dc1c 08:41:29 Step 8/21 : COPY . . 08:41:30 Removing intermediate container 1baa5816ee8e 08:41:30 ---> a5b5de2144c3 08:41:30 Step 8/26 : COPY . . 08:41:52 ---> 45cb3d752a4d 08:41:52 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:41:52 ---> 07bf0120ac6b 08:41:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:41:52 ---> 060869c63600 08:41:52 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 08:41:52 ---> 7e2efb900353 08:41:52 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:41:52 ---> ae52e1e06363 08:41:52 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:41:52 ---> Running in 2548b1852271 08:41:52 ---> Running in 7d5a8b9c30cc 08:41:52 ---> Running in 6b8139bba8c3 08:41:52 ---> Running in d01ae37b3e21 08:41:52 ---> Running in a4ac80a35357 08:41:52 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 08:41:52 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 08:41:52 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 08:41:52 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 08:41:52 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 08:43:14 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 08:43:14 Removing intermediate container 7d5a8b9c30cc 08:43:14 ---> 78e2ade8fc06 08:43:14 08:43:14 Step 9/29 : FROM alpine:latest 08:43:14 latest: Pulling from library/alpine 08:43:14 Removing intermediate container 6b8139bba8c3 08:43:14 ---> a7b5acc56d5c 08:43:14 08:43:14 Step 10/20 : FROM alpine 08:43:14 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:43:14 Status: Downloaded newer image for alpine:latest 08:43:14 ---> 62ee0e9f8440 08:43:14 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:43:14 latest: Pulling from library/alpine 08:43:14 ---> Running in 9ce6373e383a 08:43:14 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:43:14 Status: Image is up to date for alpine:latest 08:43:14 ---> 62ee0e9f8440 08:43:14 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:43:14 ---> Running in c2303abefb5d 08:43:14 Removing intermediate container 9ce6373e383a 08:43:14 ---> f6cb641035bc 08:43:14 Step 11/29 : USER root 08:43:14 ---> Running in 5b81ae4dc76c 08:43:15 Removing intermediate container 5b81ae4dc76c 08:43:15 ---> a959003366a5 08:43:15 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:43:15 ---> Running in ce70b4d07e46 08:43:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:18 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:43:18 v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:43:18 OK: 12621 distinct packages available 08:43:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:19 (1/4) Installing ca-certificates (20191127-r4) 08:43:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:43:19 (3/4) Installing libcurl (7.69.1-r1) 08:43:19 (4/4) Installing curl (7.69.1-r1) 08:43:19 Executing busybox-1.31.1-r16.trigger 08:43:19 Executing ca-certificates-20191127-r4.trigger 08:43:19 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:43:19 v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:43:19 OK: 12621 distinct packages available 08:43:19 OK: 7 MiB in 18 packages 08:43:20 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 08:43:20 (1/2) Installing ca-certificates (20191127-r4) 08:43:20 (2/2) Installing dumb-init (1.2.2-r1) 08:43:20 Executing busybox-1.31.1-r16.trigger 08:43:20 Executing ca-certificates-20191127-r4.trigger 08:43:20 OK: 6 MiB in 16 packages 08:43:22 Removing intermediate container c2303abefb5d 08:43:22 ---> 5b6dfcd013a7 08:43:22 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:43:23 ---> Running in 21d0e9427db2 08:43:23 Removing intermediate container ce70b4d07e46 08:43:23 ---> ab418b630f6f 08:43:23 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:43:23 ---> Running in ce1f9ad4f125 08:43:23 Removing intermediate container 21d0e9427db2 08:43:23 ---> 84deae28f61d 08:43:23 Step 13/20 : WORKDIR /edgex 08:43:24 ---> Running in 1eed106cdaf6 08:43:24 Removing intermediate container ce1f9ad4f125 08:43:24 ---> de70fd86eecf 08:43:24 Step 14/29 : WORKDIR $BASE_DIR 08:43:24 ---> Running in ce8b091a5682 08:43:25 Removing intermediate container 1eed106cdaf6 08:43:25 ---> 2ad25eb080d9 08:43:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:43:25 Removing intermediate container ce8b091a5682 08:43:25 ---> 38ae52eb0edc 08:43:25 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:43:26 ---> Running in a09161bb1cb1 08:43:26 ---> c633a675b7f5 08:43:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:43:28 ---> 824d6acd5e23 08:43:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:43:28 ---> Running in 4bea826bb6ff 08:43:30 Removing intermediate container 4bea826bb6ff 08:43:30 ---> 072a29c0d379 08:43:30 Step 17/20 : CMD ["--init=true"] 08:43:30 ---> Running in 532face27480 08:43:30 Removing intermediate container a09161bb1cb1 08:43:30 ---> 9b98872f0da4 08:43:30 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:43:31 Removing intermediate container 532face27480 08:43:31 ---> 330914079621 08:43:31 Step 18/20 : LABEL arch=arm64 08:43:32 ---> Running in 17990e50661a 08:43:33 ---> a66889a9c8e2 08:43:33 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:43:33 Removing intermediate container 17990e50661a 08:43:33 ---> a90685f01e28 08:43:33 Step 19/20 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:43:34 ---> Running in 7c318c147758 08:43:34 Removing intermediate container d01ae37b3e21 08:43:34 ---> aa952d2b2a5a 08:43:34 08:43:34 Step 10/26 : FROM alpine:3.10 08:43:35 ---> 5c8dbcb5fe5b 08:43:35 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:43:35 3.10: Pulling from library/alpine 08:43:35 Removing intermediate container 7c318c147758 08:43:35 ---> b5ab8f12dee5 08:43:35 Step 20/20 : LABEL version=0.0.0 08:43:36 ---> Running in aeb221bc05bd 08:43:37 Removing intermediate container aeb221bc05bd 08:43:37 ---> d47014b5f53a 08:43:37 08:43:37 ---> deb12338c1ce 08:43:37 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:43:38 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:43:38 Status: Downloaded newer image for alpine:3.10 08:43:38 ---> 536a684cf733 08:43:38 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:43:38 Successfully built d47014b5f53a 08:43:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:43:38 Building docker-core-data-go 08:43:39  Building docker-security-proxy-setup-go ... done  ---> Running in 972d80b688d6 08:43:39 ---> 9e796eb99f31 08:43:39 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:43:42 Removing intermediate container a4ac80a35357 08:43:42 ---> f93ecf56bdc4 08:43:42 08:43:42 Step 10/21 : FROM scratch 08:43:42 ---> 08:43:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:43:42 ---> fe1d0a7a9ef0 08:43:42 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:43:43 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:43:43 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:43:43 OK: 10167 distinct packages available 08:43:43 ---> Running in daafd3135be8 08:43:43 ---> Running in 356beae2a2d5 08:43:43 (1/5) Installing ca-certificates (20191127-r2) 08:43:43 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:43:43 (3/5) Installing libcurl (7.66.0-r1) 08:43:43 (4/5) Installing curl (7.66.0-r1) 08:43:43 (5/5) Installing dumb-init (1.2.2-r1) 08:43:43 Executing busybox-1.30.1-r3.trigger 08:43:43 Executing ca-certificates-20191127-r2.trigger 08:43:44 OK: 7 MiB in 19 packages 08:43:44 Removing intermediate container daafd3135be8 08:43:44 ---> ec907fe50e98 08:43:44 Step 12/21 : ENV APP_PORT=48085 08:43:45 ---> Running in 0dc180f5ef3a 08:43:45 Removing intermediate container 0dc180f5ef3a 08:43:45 ---> 658b716ede0d 08:43:45 Step 13/21 : EXPOSE $APP_PORT 08:43:45 ---> Running in b5eac27b8a53 08:43:46 Removing intermediate container b5eac27b8a53 08:43:46 ---> 80a448ec62d7 08:43:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:43:47 Removing intermediate container 972d80b688d6 08:43:47 ---> 5ed05f81148d 08:43:47 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:43:48 ---> Running in 9be9c18b4508 08:43:48 Removing intermediate container 356beae2a2d5 08:43:48 ---> 484cc83b2a86 08:43:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:43:48 ---> fff2d019817f 08:43:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:43:49 Removing intermediate container 9be9c18b4508 08:43:49 ---> 730d96c266b7 08:43:49 Step 13/26 : WORKDIR / 08:43:50 ---> 579e457f3680 08:43:50 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:43:50 ---> Running in df59838f9085 08:43:50 ---> Running in 4bf7b5d36779 08:43:51 ---> 73fb7bb51d1d 08:43:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:43:52 Removing intermediate container df59838f9085 08:43:52 ---> f036d7923303 08:43:52 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:43:53 ---> 719f0db47229 08:43:53 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:43:53 ---> Running in 872b1b9004f5 08:43:53 ---> ad4b9cfd7cc7 08:43:53 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:43:54 Removing intermediate container 2548b1852271 08:43:54 ---> ced58c2f8319 08:43:54 08:43:54 Step 10/22 : FROM scratch 08:43:54 ---> 08:43:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:43:54 ---> Using cache 08:43:54 ---> ec907fe50e98 08:43:54 Step 12/22 : ENV APP_PORT=48081 08:43:54 Removing intermediate container 872b1b9004f5 08:43:54 ---> c3e365c4af08 08:43:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:54 ---> Running in aa6c542d534f 08:43:55 ---> Running in 0a7e22ac7a02 08:43:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:43:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:55 ---> dbe3081d4934 08:43:55 Step 3/23 : WORKDIR /edgex-go 08:43:55 ---> Using cache 08:43:55 ---> f2a132661af8 08:43:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:55 ---> Using cache 08:43:55 ---> cb1b6b3440c8 08:43:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:43:55 ---> 343c64a45bde 08:43:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:43:55 ---> Running in 86dd6acd220d 08:43:55 Removing intermediate container aa6c542d534f 08:43:55 ---> 75508cc70b4c 08:43:55 Step 13/22 : EXPOSE $APP_PORT 08:43:55 ---> Running in 4be7bf8f821e 08:43:55 Removing intermediate container 0a7e22ac7a02 08:43:55 ---> 744cfe267006 08:43:55 Step 19/21 : LABEL arch=arm64 08:43:55 ---> Running in 3554f4ce9ec3 08:43:56 Removing intermediate container 4bf7b5d36779 08:43:56 ---> 017f4d6663c2 08:43:56 Step 24/29 : RUN chmod 755 security-secrets-setup 08:43:56 ---> Running in 0399562686f6 08:43:56 Removing intermediate container 4be7bf8f821e 08:43:56 ---> a2314be1e847 08:43:56 Step 14/22 : WORKDIR / 08:43:56 ---> 269b2534f118 08:43:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:43:56 ---> Running in 7351acef801e 08:43:56 Removing intermediate container 3554f4ce9ec3 08:43:56 ---> 8c7422b8a272 08:43:56 Step 20/21 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:43:57 ---> Running in 920962506fd7 08:43:57 Removing intermediate container 7351acef801e 08:43:57 ---> 5a30d9742de9 08:43:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:57 ---> 1ac3b7261560 08:43:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:43:57 Removing intermediate container 920962506fd7 08:43:57 ---> e927b3dfada5 08:43:57 Step 21/21 : LABEL version=0.0.0 08:43:57 ---> Running in 656b05a42224 08:43:58 ---> 0869c8882fdf 08:43:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:58 Removing intermediate container 656b05a42224 08:43:58 ---> 19dc03a527ca 08:43:58 08:43:59 Successfully built 19dc03a527ca 08:43:59 Successfully tagged docker-support-scheduler-go-arm64:latest 08:43:59  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 08:43:59 ---> 1023c9bc3997 08:43:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:43:59 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:43:59 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:43:59 OK: 12623 distinct packages available 08:44:00 OK: 217 MiB in 51 packages 08:44:00 ---> 7c741213fb30 08:44:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:44:00 Removing intermediate container 0399562686f6 08:44:00 ---> 24954193c185 08:44:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:44:02 ---> e0382d52bfc1 08:44:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:44:02 ---> Running in b0f664c3d72e 08:44:02 ---> 760481f57a7d 08:44:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:44:03 ---> Running in faeb4a0254b9 08:44:03 Removing intermediate container b0f664c3d72e 08:44:03 ---> e963eec6a0c5 08:44:03 Step 26/29 : CMD [ "generate" ] 08:44:03 Removing intermediate container 86dd6acd220d 08:44:03 ---> 4454b2dddbc0 08:44:03 Step 6/23 : COPY go.mod . 08:44:04 ---> fcf5dd7011e2 08:44:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:44:04 ---> Running in 2032d46a899c 08:44:04 Removing intermediate container faeb4a0254b9 08:44:04 ---> f95f68233263 08:44:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:05 ---> Running in 0949910061ba 08:44:05 ---> 71d6078c8462 08:44:05 Step 7/23 : RUN go mod download 08:44:05 Removing intermediate container 2032d46a899c 08:44:05 ---> e7caf5098115 08:44:05 Step 27/29 : LABEL arch=arm64 08:44:05 ---> Running in ce51aae25569 08:44:05 ---> Running in 23986ec84f45 08:44:05 ---> 9e7d6dc32ea6 08:44:05 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:44:05 Removing intermediate container 0949910061ba 08:44:05 ---> 3f8651cf7b9a 08:44:05 Step 20/22 : LABEL arch=arm64 08:44:05 ---> Running in e5b9ce91d54e 08:44:06 ---> Running in 0ef38b102735 08:44:06 Removing intermediate container ce51aae25569 08:44:06 ---> 186f790858bd 08:44:06 Step 28/29 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:44:06 ---> Running in 99e090f08782 08:44:06 Removing intermediate container 0ef38b102735 08:44:06 ---> 063ea56fd9cd 08:44:06 Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:44:07 ---> Running in 6f87b1fbe203 08:44:07 Removing intermediate container 99e090f08782 08:44:07 ---> 81d1fc2bf588 08:44:07 Step 29/29 : LABEL version=0.0.0 08:44:07 ---> Running in 1b47112725fe 08:44:08 Removing intermediate container 6f87b1fbe203 08:44:08 ---> 2d07c32ac1c2 08:44:08 Step 22/22 : LABEL version=0.0.0 08:44:08 ---> Running in 48af8cfa3799 08:44:08 Removing intermediate container 1b47112725fe 08:44:08 ---> f482fb1905de 08:44:08 08:44:09 Successfully built f482fb1905de 08:44:09 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:44:09  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 08:44:10 Removing intermediate container 48af8cfa3799 08:44:10 ---> f06ac49a9fb6 08:44:10 08:44:10 Removing intermediate container 23986ec84f45 08:44:10 ---> 30086dbb1691 08:44:10 Step 8/23 : COPY . . 08:44:10 Removing intermediate container e5b9ce91d54e 08:44:10 ---> ff877e28ead9 08:44:10 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:44:10 Successfully built f06ac49a9fb6 08:44:11 Successfully tagged docker-core-metadata-go-arm64:latest 08:44:11  Building docker-core-metadata-go ... done  ---> Running in bb2e48524d81 08:44:11 Building docker-sys-mgmt-agent-go 08:44:11 Removing intermediate container bb2e48524d81 08:44:11 ---> 53a4c5f81335 08:44:11 Step 24/26 : LABEL arch=arm64 08:44:13 ---> Running in 28d3eddb0f02 08:44:15 Removing intermediate container 28d3eddb0f02 08:44:15 ---> 49b10b9cf877 08:44:15 Step 25/26 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:44:17 ---> Running in 776866b3ad4d 08:44:18 Removing intermediate container 776866b3ad4d 08:44:18 ---> 2c53a0898786 08:44:18 Step 26/26 : LABEL version=0.0.0 08:44:19 ---> Running in 52a2bae6a273 08:44:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:44:20 ---> dbe3081d4934 08:44:20 Step 3/24 : WORKDIR /edgex-go 08:44:20 ---> Using cache 08:44:20 ---> f2a132661af8 08:44:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:20 ---> Using cache 08:44:20 ---> cb1b6b3440c8 08:44:20 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:44:20 Removing intermediate container 52a2bae6a273 08:44:20 ---> 77db487ed2ff 08:44:20 08:44:21 ---> Running in 64618d871a79 08:44:21 Successfully built 77db487ed2ff 08:44:21 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:44:21  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 08:44:22 ---> 1925bef67f6f 08:44:22 Step 9/23 : RUN make cmd/core-data/core-data 08:44:23 ---> Running in 4077072d2cef 08:44:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:44:24 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 08:44:24 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:44:24 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:44:24 OK: 12623 distinct packages available 08:44:25 OK: 217 MiB in 51 packages 08:44:27 Removing intermediate container 64618d871a79 08:44:27 ---> 74edb08311db 08:44:27 Step 6/24 : COPY go.mod . 08:44:29 ---> cb459fed4443 08:44:29 Step 7/24 : RUN go mod download 08:44:30 ---> Running in ce48b8ca7ee9 08:44:36 Removing intermediate container ce48b8ca7ee9 08:44:36 ---> 3d4ccf85c09c 08:44:36 Step 8/24 : COPY . . 08:44:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:47 ---> dbe3081d4934 08:44:47 Step 3/22 : WORKDIR /edgex-go 08:44:47 ---> Using cache 08:44:47 ---> f2a132661af8 08:44:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:47 ---> Using cache 08:44:47 ---> cb1b6b3440c8 08:44:47 Step 5/22 : RUN apk update && apk add make git 08:44:47 ---> Using cache 08:44:47 ---> be7070e48489 08:44:47 Step 6/22 : COPY go.mod . 08:44:47 ---> Using cache 08:44:47 ---> 2237bb053a76 08:44:47 Step 7/22 : RUN go mod download 08:44:47 ---> Using cache 08:44:47 ---> dd316548566a 08:44:47 Step 8/22 : COPY . . 08:44:47 ---> Using cache 08:44:47 ---> 7e2efb900353 08:44:47 Step 9/22 : RUN make cmd/core-command/core-command 08:44:47 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:47 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:44:47 ---> dbe3081d4934 08:44:47 Step 3/27 : WORKDIR /edgex-go 08:44:47 ---> Using cache 08:44:47 ---> f2a132661af8 08:44:47 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:47 ---> Using cache 08:44:47 ---> cb1b6b3440c8 08:44:47 Step 5/27 : RUN apk update && apk add make bash git 08:44:50 ---> Running in 5ce96fca760b 08:44:50 ---> Running in b8d86672c40f 08:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:44:54 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 08:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:44:56 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:44:56 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:44:56 OK: 12623 distinct packages available 08:44:56 OK: 217 MiB in 51 packages 08:44:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:58 ---> dbe3081d4934 08:44:58 Step 3/22 : WORKDIR /edgex-go 08:44:58 ---> Using cache 08:44:58 ---> f2a132661af8 08:44:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:58 ---> Using cache 08:44:58 ---> cb1b6b3440c8 08:44:58 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:44:59 ---> Running in 0ae478a1070f 08:45:00 Removing intermediate container 5ce96fca760b 08:45:00 ---> 7d2deb7379b2 08:45:00 Step 6/27 : COPY go.mod . 08:45:02 ---> f05300fc4184 08:45:02 Step 7/27 : RUN go mod download 08:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:02 ---> Running in cc30efd75acd 08:45:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:04 ---> 8bde2da7ab37 08:45:04 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:45:04 ---> Running in 600c597711b2 08:45:04 v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:45:04 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:45:04 OK: 12623 distinct packages available 08:45:06 OK: 217 MiB in 51 packages 08:45:06 OK: 217 MiB in 51 packages 08:45:07 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 08:45:08 Removing intermediate container cc30efd75acd 08:45:08 ---> 697459c21796 08:45:08 Step 8/27 : COPY . . 08:45:08 Removing intermediate container 0ae478a1070f 08:45:08 ---> 10ed0c938123 08:45:08 Step 6/22 : COPY go.mod . 08:45:10 ---> 62c4c789ed20 08:45:10 Step 7/22 : RUN go mod download 08:45:11 ---> Running in 98d318718989 08:45:19 Removing intermediate container 98d318718989 08:45:19 ---> 15ecf30982a1 08:45:19 Step 8/22 : COPY . . 08:45:31 ---> b8f7f437eb4a 08:45:31 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:45:32 ---> Running in 334bcccdf104 08:45:34 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 08:45:38 ---> 6d4b562432de 08:45:38 Step 9/22 : RUN make cmd/support-logging/support-logging 08:45:38 ---> Running in 6aec9ab8709a 08:45:41 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 08:46:28 Removing intermediate container 4077072d2cef 08:46:28 ---> 650554c54ab8 08:46:28 08:46:28 Step 10/23 : FROM alpine 08:46:28 ---> 62ee0e9f8440 08:46:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:46:28 ---> Running in cea6765fbd25 08:46:28 Removing intermediate container cea6765fbd25 08:46:28 ---> ec50e1226939 08:46:28 Step 12/23 : ENV APP_PORT=48080 08:46:28 ---> Running in 55b031328b16 08:46:28 Removing intermediate container 55b031328b16 08:46:28 ---> d5dc63ca29c6 08:46:28 Step 13/23 : EXPOSE $APP_PORT 08:46:28 ---> Running in 75cc8c6f9523 08:46:28 Removing intermediate container 75cc8c6f9523 08:46:28 ---> a0a5e0a056c2 08:46:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:28 ---> Running in 3faf261a4547 08:46:31 Removing intermediate container 3faf261a4547 08:46:31 ---> bfb221dc608b 08:46:31 Step 15/23 : RUN apk --no-cache add zeromq 08:46:31 ---> Running in 44e2c2dc4e6d 08:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:36 (1/5) Installing libgcc (9.3.0-r2) 08:46:36 (2/5) Installing libsodium (1.0.18-r0) 08:46:36 (3/5) Installing libstdc++ (9.3.0-r2) 08:46:36 (4/5) Installing libzmq (4.3.3-r0) 08:46:36 (5/5) Installing zeromq (4.3.3-r0) 08:46:36 Executing busybox-1.31.1-r16.trigger 08:46:36 OK: 8 MiB in 19 packages 08:46:39 Removing intermediate container 44e2c2dc4e6d 08:46:39 ---> 0d1552b087ab 08:46:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:46:40 ---> 801d92c8e23a 08:46:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:46:44 ---> 825f295f0826 08:46:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:46:44 Removing intermediate container b8d86672c40f 08:46:44 ---> a4855a3a032e 08:46:44 08:46:44 Step 10/22 : FROM scratch 08:46:44 ---> 08:46:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:46:44 ---> Using cache 08:46:44 ---> ec907fe50e98 08:46:44 Step 12/22 : ENV APP_PORT=48082 08:46:45 ---> Running in a86ba082505e 08:46:45 ---> 404cd206d014 08:46:45 Step 19/23 : ENTRYPOINT ["/core-data"] 08:46:45 ---> Running in 8c3ced46e508 08:46:46 Removing intermediate container a86ba082505e 08:46:46 ---> 38cc25c68311 08:46:46 Step 13/22 : EXPOSE $APP_PORT 08:46:46 ---> Running in 9ac55f4d4b4a 08:46:46 Removing intermediate container 8c3ced46e508 08:46:46 ---> 77e9e20fedcd 08:46:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:46 ---> Running in 064d0f7308ff 08:46:46 Removing intermediate container 9ac55f4d4b4a 08:46:46 ---> dbc591bb5493 08:46:46 Step 14/22 : WORKDIR / 08:46:46 ---> Running in 654db84ee73c 08:46:47 Removing intermediate container 064d0f7308ff 08:46:47 ---> 17829bf2c58b 08:46:47 Step 21/23 : LABEL arch=arm64 08:46:47 ---> Running in 6556f6ca156f 08:46:47 Removing intermediate container 654db84ee73c 08:46:47 ---> 8220878a6e91 08:46:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:46:48 Removing intermediate container 6556f6ca156f 08:46:48 ---> f41cc77adbd6 08:46:48 Step 22/23 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:46:48 ---> Running in f7f85d5f14a0 08:46:49 ---> 73149ea0dcc8 08:46:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:46:49 Removing intermediate container f7f85d5f14a0 08:46:49 ---> 88cb2ea38026 08:46:49 Step 23/23 : LABEL version=0.0.0 08:46:49 ---> Running in 8d9921745c4d 08:46:50 Removing intermediate container 8d9921745c4d 08:46:50 ---> 02d15c948dc9 08:46:50 08:46:51 Successfully built 02d15c948dc9 08:46:51 ---> 4f7e7719b9cb 08:46:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:46:51 Successfully tagged docker-core-data-go-arm64:latest 08:46:52  Building docker-core-data-go ... done  ---> 633dc314e7f3 08:46:52 Step 18/22 : ENTRYPOINT ["/core-command"] 08:46:52 ---> Running in efd30073b2db 08:46:53 Removing intermediate container efd30073b2db 08:46:53 ---> 93910f4d4111 08:46:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:53 ---> Running in 9cedcd3281d2 08:46:54 Removing intermediate container 9cedcd3281d2 08:46:54 ---> 5bafb0db69d6 08:46:54 Step 20/22 : LABEL arch=arm64 08:46:54 ---> Running in b438294dacad 08:46:55 Removing intermediate container b438294dacad 08:46:55 ---> bf4a44601e91 08:46:55 Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:46:55 ---> Running in 54f0c086dd1b 08:46:56 Removing intermediate container 54f0c086dd1b 08:46:56 ---> e73456f5de89 08:46:56 Step 22/22 : LABEL version=0.0.0 08:46:56 ---> Running in 94beb2645436 08:46:57 Removing intermediate container 94beb2645436 08:46:57 ---> 8eb7a0929d1a 08:46:57 08:46:58 Successfully built 8eb7a0929d1a 08:46:58 Successfully tagged docker-core-command-go-arm64:latest 08:46:59  Building docker-core-command-go ... done Removing intermediate container 600c597711b2 08:46:59 ---> 411e11f87b61 08:46:59 08:46:59 Step 10/24 : FROM scratch 08:46:59 ---> 08:46:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:46:59 ---> Running in f708253d60a5 08:47:00 Removing intermediate container f708253d60a5 08:47:00 ---> f75ed07e9120 08:47:00 Step 12/24 : ENV APP_PORT=48060 08:47:00 ---> Running in 530ca2bf10a3 08:47:01 Removing intermediate container 530ca2bf10a3 08:47:01 ---> 08dc3ef79e7d 08:47:01 Step 13/24 : EXPOSE $APP_PORT 08:47:01 ---> Running in 386d547ec681 08:47:02 Removing intermediate container 386d547ec681 08:47:02 ---> 9323a615f02a 08:47:02 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:47:02 Removing intermediate container 334bcccdf104 08:47:02 ---> 4dfe84b38352 08:47:02 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:47:02 ---> Running in e4babeaca8d7 08:47:03 ---> 5092e413ecf3 08:47:03 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:47:04 ---> 18e56c11a06f 08:47:04 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:47:04 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 08:47:06 ---> cb77f7a3cf03 08:47:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:47:07 Removing intermediate container 6aec9ab8709a 08:47:07 ---> a97f2a10a982 08:47:07 08:47:07 Step 10/22 : FROM scratch 08:47:07 ---> 08:47:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:47:07 ---> Using cache 08:47:07 ---> f75ed07e9120 08:47:07 Step 12/22 : ENV APP_PORT=48061 08:47:07 ---> Running in f7f6b1ebcc3f 08:47:07 ---> 7b5f2f1cfd0e 08:47:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:47:07 Removing intermediate container f7f6b1ebcc3f 08:47:07 ---> cf9119127340 08:47:07 Step 13/22 : EXPOSE $APP_PORT 08:47:08 Removing intermediate container e4babeaca8d7 08:47:08 ---> 48e936a89ea7 08:47:08 08:47:08 Step 11/27 : FROM docker:latest 08:47:08 ---> 45884bde0078 08:47:08 Step 12/27 : RUN apk add --no-cache bash 08:47:08 ---> Running in 941a5bfeb8c2 08:47:08 ---> Running in e624939a7fa6 08:47:09 Removing intermediate container 941a5bfeb8c2 08:47:09 ---> 7971d3f91a13 08:47:09 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:47:09 ---> b9d8e81f2f7c 08:47:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:47:10 ---> f086460a3837 08:47:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:47:10 ---> 25e1069f6513 08:47:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:47:10 ---> Running in 3850b8858216 08:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:10 Removing intermediate container 3850b8858216 08:47:10 ---> ad92dfcea9ef 08:47:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:10 ---> 3e57fbbca913 08:47:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:47:10 ---> Running in 19ee453c902b 08:47:10 (1/2) Installing readline (8.0.4-r0) 08:47:10 (2/2) Installing bash (5.0.17-r0) 08:47:10 Executing bash-5.0.17-r0.post-install 08:47:10 Executing busybox-1.31.1-r16.trigger 08:47:10 OK: 12 MiB in 22 packages 08:47:11 Removing intermediate container 19ee453c902b 08:47:11 ---> 840740080937 08:47:11 Step 22/24 : LABEL arch=arm64 08:47:11 ---> Running in af992219e24a 08:47:11 ---> 7845f76235d7 08:47:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:47:12 Removing intermediate container af992219e24a 08:47:12 ---> 8382db2e128a 08:47:12 Step 23/24 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:47:12 Removing intermediate container e624939a7fa6 08:47:12 ---> 7a6bbf5220d2 08:47:12 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:47:12 ---> Running in 7cdf2d3a9a09 08:47:12 ---> Running in 59a43c445546 08:47:12 ---> 7f81ebd71338 08:47:12 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:47:13 ---> Running in 580f2936a44f 08:47:13 Removing intermediate container 7cdf2d3a9a09 08:47:13 ---> aadbc5d4a644 08:47:13 Step 24/24 : LABEL version=0.0.0 08:47:13 ---> Running in 2675d01506ac 08:47:13 Removing intermediate container 580f2936a44f 08:47:13 ---> 6a047a77a42a 08:47:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:13 ---> Running in 628584dbc40e 08:47:13 Removing intermediate container 2675d01506ac 08:47:13 ---> 014addfbd76f 08:47:13 08:47:14 Successfully built 014addfbd76f 08:47:14 Successfully tagged docker-support-notifications-go-arm64:latest 08:47:14  Building docker-support-notifications-go ... done Removing intermediate container 628584dbc40e 08:47:14 ---> ff539df01c52 08:47:14 Step 20/22 : LABEL arch=arm64 08:47:14 ---> Running in e7c0c7bff7bf 08:47:15 Removing intermediate container e7c0c7bff7bf 08:47:15 ---> 4075488c5cbf 08:47:15 Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:47:15 ---> Running in bb5600a74939 08:47:15 Removing intermediate container 59a43c445546 08:47:15 ---> 664cfe1850fa 08:47:15 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:47:15 ---> Running in f983fde2da5b 08:47:15 Removing intermediate container bb5600a74939 08:47:15 ---> 207c5f56106c 08:47:15 Step 22/22 : LABEL version=0.0.0 08:47:15 Removing intermediate container f983fde2da5b 08:47:15 ---> f6d4fd69841e 08:47:15 Step 15/27 : ENV APP_PORT=48090 08:47:15 ---> Running in af1fd0055000 08:47:15 ---> Running in 8ac886e80acc 08:47:16 Removing intermediate container af1fd0055000 08:47:16 ---> b950800ab4c2 08:47:16 08:47:16 Successfully built b950800ab4c2 08:47:16 Successfully tagged docker-support-logging-go-arm64:latest 08:47:16  Building docker-support-logging-go ... done Removing intermediate container 8ac886e80acc 08:47:16 ---> c8bcb9ce5256 08:47:16 Step 16/27 : EXPOSE $APP_PORT 08:47:16 ---> Running in 4e1cc8bf1e6e 08:47:17 Removing intermediate container 4e1cc8bf1e6e 08:47:17 ---> 5b4d05d80608 08:47:17 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:47:18 ---> b8fa1638062e 08:47:18 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:47:19 ---> 9f6cfc438fcf 08:47:19 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:47:19 ---> 8535afe630e0 08:47:19 Step 20/27 : RUN apk --no-cache add py3-pip 08:47:20 ---> Running in ac92c525d689 08:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:22 (1/33) Installing libbz2 (1.0.8-r1) 08:47:22 (2/33) Installing expat (2.2.9-r1) 08:47:22 (3/33) Installing libffi (3.3-r2) 08:47:22 (4/33) Installing gdbm (1.13-r1) 08:47:22 (5/33) Installing xz-libs (5.2.5-r0) 08:47:22 (6/33) Installing sqlite-libs (3.32.1-r0) 08:47:22 (7/33) Installing python3 (3.8.5-r0) 08:47:24 (8/33) Installing py3-appdirs (1.4.4-r1) 08:47:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:47:24 (10/33) Installing py3-parsing (2.4.7-r0) 08:47:24 (11/33) Installing py3-six (1.15.0-r0) 08:47:24 (12/33) Installing py3-packaging (20.4-r0) 08:47:24 (13/33) Installing py3-setuptools (47.0.0-r0) 08:47:24 (14/33) Installing py3-chardet (3.0.4-r4) 08:47:24 (15/33) Installing py3-idna (2.9-r0) 08:47:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:47:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:47:24 (18/33) Installing py3-requests (2.23.0-r0) 08:47:24 (19/33) Installing py3-msgpack (1.0.0-r0) 08:47:24 (20/33) Installing py3-lockfile (0.12.2-r3) 08:47:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:47:24 (22/33) Installing py3-colorama (0.4.3-r0) 08:47:24 (23/33) Installing py3-distlib (0.3.0-r0) 08:47:24 (24/33) Installing py3-distro (1.5.0-r1) 08:47:24 (25/33) Installing py3-webencodings (0.5.1-r3) 08:47:24 (26/33) Installing py3-html5lib (1.0.1-r4) 08:47:24 (27/33) Installing py3-pytoml (0.1.21-r0) 08:47:24 (28/33) Installing py3-pep517 (0.8.2-r0) 08:47:24 (29/33) Installing py3-progress (1.5-r0) 08:47:24 (30/33) Installing py3-toml (0.10.1-r0) 08:47:24 (31/33) Installing py3-retrying (1.3.3-r0) 08:47:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:47:24 (33/33) Installing py3-pip (20.1.1-r0) 08:47:25 Executing busybox-1.31.1-r16.trigger 08:47:25 OK: 71 MiB in 55 packages 08:47:31 Removing intermediate container ac92c525d689 08:47:31 ---> 559a311fb619 08:47:31 Step 21/27 : RUN pip install docker-compose==1.23.2 08:47:31 ---> Running in 3561f07c086f 08:47:36 Collecting docker-compose==1.23.2 08:47:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:47:37 Collecting PyYAML<4,>=3.10 08:47:37 Downloading PyYAML-3.13.tar.gz (270 kB) 08:47:40 Collecting cached-property<2,>=1.2.0 08:47:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:47:40 Collecting websocket-client<1.0,>=0.32.0 08:47:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:47:41 Collecting texttable<0.10,>=0.9.0 08:47:41 Downloading texttable-0.9.1.tar.gz (11 kB) 08:47:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:47:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:47:44 Collecting docker<4.0,>=3.6.0 08:47:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:47:44 Collecting jsonschema<3,>=2.5.1 08:47:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:47:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:47:45 Collecting docopt<0.7,>=0.6.1 08:47:45 Downloading docopt-0.6.2.tar.gz (25 kB) 08:47:47 Collecting dockerpty<0.5,>=0.4.1 08:47:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:47:49 Collecting urllib3<1.25,>=1.21.1 08:47:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:47:49 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) 08:47:49 Collecting idna<2.8,>=2.5 08:47:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:47:49 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) 08:47:50 Collecting docker-pycreds>=0.4.0 08:47:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:47:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:47:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:47:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:47:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:47:51 Installing collected packages: PyYAML, cached-property, websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, dockerpty, docker-compose 08:47:51 Running setup.py install for PyYAML: started 08:47:53 Running setup.py install for PyYAML: finished with status 'done' 08:47:53 Running setup.py install for texttable: started 08:47:55 Running setup.py install for texttable: finished with status 'done' 08:47:55 Attempting uninstall: urllib3 08:47:55 Found existing installation: urllib3 1.25.9 08:47:55 Uninstalling urllib3-1.25.9: 08:47:55 Successfully uninstalled urllib3-1.25.9 08:47:55 Attempting uninstall: idna 08:47:55 Found existing installation: idna 2.9 08:47:55 Uninstalling idna-2.9: 08:47:55 Successfully uninstalled idna-2.9 08:47:56 Attempting uninstall: requests 08:47:56 Found existing installation: requests 2.23.0 08:47:56 Uninstalling requests-2.23.0: 08:47:56 Successfully uninstalled requests-2.23.0 08:47:57 Running setup.py install for docopt: started 08:47:59 Running setup.py install for docopt: finished with status 'done' 08:47:59 Running setup.py install for dockerpty: started 08:48:01 Running setup.py install for dockerpty: finished with status 'done' 08:48:02 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 08:48:05 Removing intermediate container 3561f07c086f 08:48:05 ---> f5decb712518 08:48:05 Step 22/27 : RUN apk --no-cache add curl 08:48:05 ---> Running in 77f6373aa80b 08:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:48:07 (2/3) Installing libcurl (7.69.1-r1) 08:48:07 (3/3) Installing curl (7.69.1-r1) 08:48:07 Executing busybox-1.31.1-r16.trigger 08:48:07 OK: 71 MiB in 58 packages 08:48:09 Removing intermediate container 77f6373aa80b 08:48:09 ---> e0800f97fc4d 08:48:09 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:48:09 ---> Running in e4249a819c15 08:48:09 Removing intermediate container e4249a819c15 08:48:09 ---> 01109f29925f 08:48:09 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:09 ---> Running in 56ce7141d06e 08:48:10 Removing intermediate container 56ce7141d06e 08:48:10 ---> d0f457363363 08:48:10 Step 25/27 : LABEL arch=arm64 08:48:10 ---> Running in 8fddaf09ae4f 08:48:11 Removing intermediate container 8fddaf09ae4f 08:48:11 ---> 8a98889084af 08:48:11 Step 26/27 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc 08:48:11 ---> Running in 0d89ab54d303 08:48:11 Removing intermediate container 0d89ab54d303 08:48:11 ---> 601bfb89f6cf 08:48:11 Step 27/27 : LABEL version=0.0.0 08:48:11 ---> Running in f96d3f6605f4 08:48:12 Removing intermediate container f96d3f6605f4 08:48:12 ---> 486f7857162e 08:48:12 08:48:12 Successfully built 486f7857162e 08:48:12 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:48:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:48:12 $ docker stop --time=1 e492b96b03a5ddd0dab3207595dc002872681a868e64404743778d745fe6160a 08:48:14 $ docker rm -f e492b96b03a5ddd0dab3207595dc002872681a868e64404743778d745fe6160a [Pipeline] // withDockerContainer [Pipeline] sh 08:48:15 + docker images 08:48:15 + grep docker 08:48:15 docker-sys-mgmt-agent-go-arm64 latest 486f7857162e 4 seconds ago 270MB 08:48:15 docker-support-logging-go-arm64 latest b950800ab4c2 59 seconds ago 10.6MB 08:48:15 docker-support-notifications-go-arm64 latest 014addfbd76f About a minute ago 12.9MB 08:48:15 docker-core-command-go-arm64 latest 8eb7a0929d1a About a minute ago 11.4MB 08:48:15 docker-core-data-go-arm64 latest 02d15c948dc9 About a minute ago 22.2MB 08:48:15 docker-security-secretstore-setup-go-arm64 latest 77db487ed2ff 3 minutes ago 30.8MB 08:48:15 docker-core-metadata-go-arm64 latest f06ac49a9fb6 4 minutes ago 13.4MB 08:48:15 docker-security-secrets-setup-go-arm64 latest f482fb1905de 4 minutes ago 22.7MB 08:48:15 docker-support-scheduler-go-arm64 latest 19dc03a527ca 4 minutes ago 11.5MB 08:48:15 docker-security-proxy-setup-go-arm64 latest d47014b5f53a 4 minutes ago 15.1MB 08:48:15 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 08:48:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:48:20 ---> package-listing.sh 08:48:20 ++ facter osfamily 08:48:20 ++ tr '[:upper:]' '[:lower:]' 08:48:20 + OS_FAMILY=redhat 08:48:20 + workspace=/w/workspace/edgex-go/8 08:48:20 + START_PACKAGES=/tmp/packages_start.txt 08:48:20 + END_PACKAGES=/tmp/packages_end.txt 08:48:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:48:20 + PACKAGES=/tmp/packages_start.txt 08:48:20 + '[' /w/workspace/edgex-go/8 ']' 08:48:20 + PACKAGES=/tmp/packages_end.txt 08:48:20 + case "${OS_FAMILY}" in 08:48:20 + rpm -qa 08:48:20 + sort 08:48:24 + '[' -f /tmp/packages_start.txt ']' 08:48:24 + '[' -f /tmp/packages_end.txt ']' 08:48:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:48:24 + '[' /w/workspace/edgex-go/8 ']' 08:48:24 + mkdir -p /w/workspace/edgex-go/8/archives/ 08:48:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 08:48:24 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:48:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:48:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:48:24 08:48:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:48:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:48:25 alpine: Pulling from edgex-lftools-log-publisher 08:48:25 df20fa9351a1: Pulling fs layer 08:48:25 36b3adc4ff6f: Pulling fs layer 08:48:25 8ad3a11d3b57: Pulling fs layer 08:48:25 46f8f816bc3b: Pulling fs layer 08:48:25 93b61091891f: Pulling fs layer 08:48:25 93b9cdb0e59b: Pulling fs layer 08:48:25 5e14af77c1be: Pulling fs layer 08:48:25 01666e4c0597: Pulling fs layer 08:48:25 aa168da1d23b: Pulling fs layer 08:48:25 46f8f816bc3b: Waiting 08:48:25 93b61091891f: Waiting 08:48:25 93b9cdb0e59b: Waiting 08:48:25 5e14af77c1be: Waiting 08:48:25 01666e4c0597: Waiting 08:48:25 aa168da1d23b: Waiting 08:48:25 df20fa9351a1: Verifying Checksum 08:48:25 46f8f816bc3b: Download complete 08:48:25 36b3adc4ff6f: Download complete 08:48:25 93b9cdb0e59b: Verifying Checksum 08:48:25 93b9cdb0e59b: Download complete 08:48:25 93b61091891f: Verifying Checksum 08:48:25 93b61091891f: Download complete 08:48:25 8ad3a11d3b57: Verifying Checksum 08:48:25 8ad3a11d3b57: Download complete 08:48:25 5e14af77c1be: Verifying Checksum 08:48:25 5e14af77c1be: Download complete 08:48:25 01666e4c0597: Verifying Checksum 08:48:25 01666e4c0597: Download complete 08:48:25 df20fa9351a1: Pull complete 08:48:26 36b3adc4ff6f: Pull complete 08:48:26 8ad3a11d3b57: Pull complete 08:48:26 46f8f816bc3b: Pull complete 08:48:27 93b61091891f: Pull complete 08:48:27 93b9cdb0e59b: Pull complete 08:48:27 5e14af77c1be: Pull complete 08:48:27 01666e4c0597: Pull complete 08:48:28 aa168da1d23b: Verifying Checksum 08:48:28 aa168da1d23b: Download complete 08:48:34 aa168da1d23b: Pull complete 08:48:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:48:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:48:34 prd-centos7-docker-4c-2g-5582 does not seem to be running inside a container 08:48:34 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:48:38 $ docker top 3569fcd6810c323d8c9aa46045117b4909cf6f3c3380adb2907e760adec787ff -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:38 + touch /tmp/pre-build-complete [Pipeline] sh 08:48:39 + mkdir -p /var/log/sa [Pipeline] sh 08:48:39 + ls /var/log/sa-host 08:48:39 + sadf -c /var/log/sa-host/sa05 08:48:39 file_magic: OK 08:48:39 HZ: Using current value: 100 08:48:39 file_header: OK 08:48:39 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:48:39 Statistics: 08:48:39 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:48:39 File successfully converted to sysstat format version 12.2.1 08:48:39 + sadf -c /var/log/sa-host/sa15 08:48:39 file_magic: OK 08:48:39 HZ: Using current value: 100 08:48:39 file_header: OK 08:48:39 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:48:39 Statistics: 08:48:39 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:48:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:48:40 provisioning config files... 08:48:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5933769982097241608tmp [Pipeline] { [Pipeline] echo 08:48:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:48:40 ---> create-netrc.sh [Pipeline] } 08:48:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:48:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:48:41 ---> python-tools-install.sh [Pipeline] echo 08:48:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:48:41 ---> sudo-logs.sh 08:48:41 Archiving 'sudo' log.. [Pipeline] echo 08:48:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:48:41 ---> job-cost.sh 08:48:41 lf-activate-venv: SKIPPING 08:48:41 INFO: No Stack... 08:48:43 INFO: Retrieving Pricing Info for: v1-standard-2 08:48:43 INFO: Archiving Costs [Pipeline] echo 08:48:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:48:43 ---> logs-deploy.sh 08:48:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2791/8 08:48:43 INFO: archiving workspace using pattern(s): 08:48:45 Archives upload complete. 08:48:45 INFO: archiving logs to Nexus 08:48:46 ---> uname -a: 08:48:46 Linux prd-centos7-docker-4c-2g-5582.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:48:46 08:48:46 08:48:46 ---> lscpu: 08:48:46 Architecture: x86_64 08:48:46 CPU op-mode(s): 32-bit, 64-bit 08:48:46 Byte Order: Little Endian 08:48:46 Address sizes: 40 bits physical, 48 bits virtual 08:48:46 CPU(s): 4 08:48:46 On-line CPU(s) list: 0-3 08:48:46 Thread(s) per core: 1 08:48:46 Core(s) per socket: 1 08:48:46 Socket(s): 4 08:48:46 NUMA node(s): 1 08:48:46 Vendor ID: GenuineIntel 08:48:46 CPU family: 6 08:48:46 Model: 44 08:48:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:48:46 Stepping: 1 08:48:46 CPU MHz: 2933.438 08:48:46 BogoMIPS: 5866.87 08:48:46 Virtualization: VT-x 08:48:46 Hypervisor vendor: KVM 08:48:46 Virtualization type: full 08:48:46 L1d cache: 128 KiB 08:48:46 L1i cache: 128 KiB 08:48:46 L2 cache: 16 MiB 08:48:46 L3 cache: 64 MiB 08:48:46 NUMA node0 CPU(s): 0-3 08:48:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:48:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:48:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:48:46 Vulnerability Meltdown: Mitigation; PTI 08:48:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:48:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:48:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:48:46 Vulnerability Tsx async abort: Not affected 08:48:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:48:46 08:48:46 08:48:46 ---> nproc: 08:48:46 4 08:48:46 08:48:46 08:48:46 ---> df -h: 08:48:46 Filesystem Size Used Available Use% Mounted on 08:48:46 overlay 50.0G 7.2G 42.8G 14% / 08:48:46 tmpfs 64.0M 0 64.0M 0% /dev 08:48:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:48:46 shm 64.0M 0 64.0M 0% /dev/shm 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgex-go/8 08:48:46 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/edgex-go/8@tmp 08:48:46 08:48:46 08:48:46 ---> free -m: 08:48:46 total used free shared buff/cache available 08:48:46 Mem: 1837 669 153 0 1014 1064 08:48:46 Swap: 1023 1 1022 08:48:46 08:48:46 08:48:46 ---> ip addr: 08:48:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:48:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:48:46 inet 127.0.0.1/8 scope host lo 08:48:46 valid_lft forever preferred_lft forever 08:48:46 inet6 ::1/128 scope host 08:48:46 valid_lft forever preferred_lft forever 08:48:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:48:46 link/ether fa:16:3e:46:ba:e3 brd ff:ff:ff:ff:ff:ff 08:48:46 inet 10.30.122.143/23 brd 10.30.123.255 scope global dynamic eth0 08:48:46 valid_lft 85211sec preferred_lft 85211sec 08:48:46 inet6 fe80::f816:3eff:fe46:bae3/64 scope link 08:48:46 valid_lft forever preferred_lft forever 08:48:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:48:46 link/ether 02:42:3f:bd:41:08 brd ff:ff:ff:ff:ff:ff 08:48:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:48:46 valid_lft forever preferred_lft forever 08:48:46 inet6 fe80::42:3fff:febd:4108/64 scope link 08:48:46 valid_lft forever preferred_lft forever 08:48:46 08:48:46 08:48:46 ---> sar -b -r -n DEV: 08:48:46 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) 08:48:46 08:48:46 08:28:39 LINUX RESTART (4 CPU) 08:48:46 08:48:46 08:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:48:46 08:30:01 193.72 98.65 95.07 0.00 11191.91 45621.51 0.00 08:48:46 08:31:01 69.16 50.02 19.14 0.00 4373.84 10599.82 0.00 08:48:46 08:32:01 2.06 0.05 2.01 0.00 0.53 39.03 0.00 08:48:46 08:33:02 0.25 0.00 0.25 0.00 0.00 2.91 0.00 08:48:46 08:34:01 0.20 0.00 0.20 0.00 0.00 2.74 0.00 08:48:46 08:35:01 0.30 0.00 0.30 0.00 0.00 3.51 0.00 08:48:46 08:36:01 0.35 0.03 0.32 0.00 0.67 3.56 0.00 08:48:46 08:37:01 0.28 0.00 0.28 0.00 0.00 3.05 0.00 08:48:46 08:38:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 08:48:46 08:39:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 08:48:46 08:40:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 08:48:46 08:41:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 08:48:46 08:42:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 08:48:46 08:43:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 08:48:46 08:44:01 0.45 0.20 0.25 0.00 6.26 3.35 0.00 08:48:46 08:45:01 0.90 0.17 0.73 0.00 88.87 14.64 0.00 08:48:46 08:46:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 08:48:46 08:47:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 08:48:46 08:48:01 0.27 0.00 0.27 0.00 0.00 3.78 0.00 08:48:46 Average: 14.22 7.86 6.36 0.00 825.43 2968.09 0.00 08:48:46 08:48:46 08:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:48:46 08:30:01 108208 0 594488 31.60 2620 1176240 1302220 44.44 501764 1105520 40 08:48:46 08:31:01 359256 0 575764 30.60 2620 943916 1119092 38.19 467972 894932 120 08:48:46 08:32:01 366656 0 568380 30.21 2620 943900 1073344 36.63 466444 890208 16 08:48:46 08:33:02 366336 0 568700 30.22 2620 943900 1073200 36.63 467208 889660 12 08:48:46 08:34:01 363084 0 571948 30.40 2620 943904 1073392 36.63 478136 882072 12 08:48:46 08:35:01 363844 0 571180 30.36 2620 943912 1073296 36.63 477592 882028 8 08:48:46 08:36:01 363832 0 571168 30.36 2620 943936 1073248 36.63 513624 846404 12 08:48:46 08:37:01 364360 0 570632 30.33 2620 943944 1073200 36.63 505240 854428 12 08:48:46 08:38:01 364196 0 570792 30.34 2620 943948 1073200 36.63 505244 854428 8 08:48:46 08:39:01 364328 0 570652 30.33 2620 943956 1073200 36.63 503368 856436 8 08:48:46 08:40:01 363844 0 571136 30.35 2620 943956 1073296 36.63 501728 858468 8 08:48:46 08:41:01 364204 0 570772 30.34 2620 943960 1073248 36.63 501352 858468 8 08:48:46 08:42:01 364088 0 570880 30.34 2620 943968 1073200 36.63 501244 858468 8 08:48:46 08:43:01 363464 0 571504 30.37 2620 943968 1073320 36.63 501988 858468 8 08:48:46 08:44:01 363936 0 570972 30.35 2620 944028 1073200 36.63 502768 857032 24 08:48:46 08:45:01 358244 0 574012 30.51 2620 946680 1073284 36.63 508412 857004 16 08:48:46 08:46:01 358588 0 573664 30.49 2620 946684 1073200 36.63 508100 857004 8 08:48:46 08:47:01 358336 0 573912 30.50 2620 946688 1073248 36.63 508272 857084 16 08:48:46 08:48:01 358796 0 573444 30.48 2620 946696 1073200 36.63 508040 857084 12 08:48:46 Average: 349347 0 572842 30.45 2620 956747 1087715 37.12 496237 877642 19 08:48:46 08:48:46 08:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:48:46 08:30:01 veth4832b80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:30:01 vethda463a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:30:01 eth0 926.65 606.81 3654.78 91.26 0.00 0.00 0.00 0.00 08:48:46 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:31:01 eth0 834.20 889.40 2689.66 104.49 0.00 0.00 0.00 0.00 08:48:46 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:31:01 docker0 869.20 800.90 69.63 2663.62 0.00 0.00 0.00 0.00 08:48:46 08:32:01 eth0 1.80 1.13 1.26 0.24 0.00 0.00 0.00 0.00 08:48:46 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:33:02 eth0 0.83 0.08 0.07 0.04 0.00 0.00 0.00 0.00 08:48:46 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:34:01 eth0 0.56 0.49 0.28 0.21 0.00 0.00 0.00 0.00 08:48:46 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:35:01 eth0 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 08:48:46 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:36:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 08:48:46 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:37:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:48:46 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:48:46 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:39:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:48:46 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:40:01 eth0 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 08:48:46 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:41:01 eth0 0.22 0.20 0.09 0.02 0.00 0.00 0.00 0.00 08:48:46 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:48:46 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:43:01 eth0 0.55 0.42 0.29 0.18 0.00 0.00 0.00 0.00 08:48:46 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:44:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 08:48:46 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:45:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 08:48:46 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:48:46 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:47:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:48:46 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:48:46 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 Average: eth0 93.10 79.06 334.51 10.37 0.00 0.00 0.00 0.00 08:48:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:48:46 Average: docker0 45.82 42.22 3.67 140.41 0.00 0.00 0.00 0.00 08:48:46 08:48:46 08:48:46 ---> sar -P ALL: 08:48:46 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) 08:48:46 08:48:46 08:28:39 LINUX RESTART (4 CPU) 08:48:46 08:48:46 08:29:01 CPU %user %nice %system %iowait %steal %idle 08:48:46 08:30:01 all 16.63 0.00 9.13 11.13 0.03 63.08 08:48:46 08:30:01 0 19.05 0.00 10.43 12.02 0.05 58.45 08:48:46 08:30:01 1 15.48 0.00 8.38 9.90 0.02 66.22 08:48:46 08:30:01 2 15.20 0.00 9.38 12.35 0.03 63.03 08:48:46 08:30:01 3 16.83 0.00 8.31 10.24 0.03 64.58 08:48:46 08:31:01 all 8.17 0.00 3.13 0.33 0.03 88.34 08:48:46 08:31:01 0 11.98 0.00 4.97 0.25 0.02 82.78 08:48:46 08:31:01 1 4.39 0.00 2.51 0.18 0.05 92.86 08:48:46 08:31:01 2 9.74 0.00 2.72 0.61 0.02 86.91 08:48:46 08:31:01 3 6.61 0.00 2.31 0.27 0.05 90.76 08:48:46 08:32:01 all 0.15 0.00 0.05 0.00 0.00 99.79 08:48:46 08:32:01 0 0.08 0.00 0.03 0.00 0.00 99.88 08:48:46 08:32:01 1 0.05 0.00 0.07 0.00 0.00 99.88 08:48:46 08:32:01 2 0.45 0.00 0.07 0.00 0.02 99.47 08:48:46 08:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:48:46 08:33:02 all 0.17 0.00 0.03 0.00 0.00 99.80 08:48:46 08:33:02 0 0.03 0.00 0.05 0.00 0.00 99.92 08:48:46 08:33:02 1 0.07 0.00 0.03 0.00 0.00 99.90 08:48:46 08:33:02 2 0.55 0.00 0.03 0.00 0.00 99.42 08:48:46 08:33:02 3 0.03 0.00 0.02 0.00 0.00 99.95 08:48:46 08:34:01 all 0.16 0.00 0.05 0.00 0.00 99.79 08:48:46 08:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:48:46 08:34:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:48:46 08:34:01 2 0.52 0.00 0.03 0.00 0.00 99.44 08:48:46 08:34:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:48:46 08:35:01 all 0.16 0.00 0.07 0.00 0.00 99.77 08:48:46 08:35:01 0 0.03 0.00 0.17 0.00 0.00 99.80 08:48:46 08:35:01 1 0.53 0.00 0.03 0.00 0.00 99.43 08:48:46 08:35:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:48:46 08:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:48:46 08:36:01 all 0.08 0.00 0.07 0.00 0.00 99.85 08:48:46 08:36:01 0 0.02 0.00 0.15 0.00 0.00 99.83 08:48:46 08:36:01 1 0.22 0.00 0.07 0.00 0.00 99.72 08:48:46 08:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:48:46 08:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:48:46 08:37:01 all 0.04 0.00 0.03 0.00 0.00 99.92 08:48:46 08:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:48:46 08:37:01 1 0.07 0.00 0.05 0.00 0.00 99.88 08:48:46 08:37:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:48:46 08:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:48:46 08:38:01 all 0.16 0.00 0.02 0.00 0.00 99.81 08:48:46 08:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:48:46 08:38:01 1 0.53 0.00 0.03 0.00 0.00 99.43 08:48:46 08:38:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:48:46 08:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:48:46 08:39:01 all 0.16 0.00 0.02 0.00 0.00 99.81 08:48:46 08:39:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:48:46 08:39:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:48:46 08:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:48:46 08:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:48:46 08:40:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:48:46 08:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:48:46 08:40:01 1 0.52 0.00 0.03 0.00 0.00 99.45 08:48:46 08:40:01 2 0.05 0.00 0.07 0.00 0.00 99.88 08:48:46 08:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:48:46 08:48:46 08:40:01 CPU %user %nice %system %iowait %steal %idle 08:48:46 08:41:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:48:46 08:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:48:46 08:41:01 1 0.53 0.00 0.03 0.00 0.00 99.43 08:48:46 08:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:48:46 08:41:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:48:46 08:42:01 all 0.16 0.00 0.03 0.00 0.00 99.81 08:48:46 08:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:48:46 08:42:01 1 0.55 0.00 0.05 0.00 0.00 99.40 08:48:46 08:42:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:48:46 08:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:48:46 08:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 08:48:46 08:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:48:46 08:43:01 1 0.55 0.00 0.03 0.00 0.00 99.42 08:48:46 08:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:48:46 08:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:48:46 08:44:01 all 0.15 0.00 0.06 0.00 0.00 99.78 08:48:46 08:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:48:46 08:44:01 1 0.53 0.00 0.05 0.00 0.00 99.42 08:48:46 08:44:01 2 0.05 0.00 0.08 0.00 0.02 99.85 08:48:46 08:44:01 3 0.02 0.00 0.08 0.02 0.00 99.88 08:48:46 08:45:01 all 0.16 0.00 0.04 0.00 0.00 99.80 08:48:46 08:45:01 0 0.18 0.00 0.05 0.02 0.00 99.75 08:48:46 08:45:01 1 0.07 0.00 0.07 0.00 0.00 99.87 08:48:46 08:45:01 2 0.37 0.00 0.02 0.00 0.00 99.62 08:48:46 08:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:48:46 08:46:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:48:46 08:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:48:46 08:46:01 1 0.03 0.00 0.08 0.00 0.02 99.87 08:48:46 08:46:01 2 0.52 0.00 0.03 0.00 0.00 99.45 08:48:46 08:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:48:46 08:47:01 all 0.10 0.00 0.04 0.00 0.00 99.85 08:48:46 08:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:48:46 08:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:48:46 08:47:01 2 0.33 0.00 0.08 0.00 0.00 99.58 08:48:46 08:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:48:46 08:48:01 all 0.16 0.00 0.03 0.00 0.00 99.81 08:48:46 08:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:48:46 08:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 08:48:46 08:48:01 2 0.55 0.00 0.03 0.00 0.00 99.42 08:48:46 08:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:48:46 Average: all 1.42 0.00 0.67 0.60 0.00 97.31 08:48:46 Average: 0 1.65 0.00 0.84 0.63 0.00 96.87 08:48:46 Average: 1 1.30 0.00 0.61 0.53 0.00 97.57 08:48:46 Average: 2 1.50 0.00 0.67 0.68 0.00 97.15 08:48:46 Average: 3 1.24 0.00 0.58 0.55 0.00 97.63 08:48:46 08:48:46 08:48:46