Pull request #3562 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 878bda589ddbfe4240870b89cf8a8097938a57fb+c3ee48ec81a1cae6a8275850650318015b1b17b0 (b441a30b1b8073162c145654e58fa5f66ccaffd5) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3926075406741395825.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6678284326458847445.key > 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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2991962092001870126.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4381037021154106243.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4676381599287002481.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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/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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1545 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh2146753952534631780.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c3ee48ec81a1cae6a8275850650318015b1b17b0 into PR head commit 878bda589ddbfe4240870b89cf8a8097938a57fb Merge succeeded, producing 878bda589ddbfe4240870b89cf8a8097938a57fb Checking out Revision 878bda589ddbfe4240870b89cf8a8097938a57fb (PR-3562) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh7538786284260655411.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3562/head:refs/remotes/origin/PR-3562 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 878bda589ddbfe4240870b89cf8a8097938a57fb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh748928912063368477.key > git merge c3ee48ec81a1cae6a8275850650318015b1b17b0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 878bda589ddbfe4240870b89cf8a8097938a57fb # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.26" First time build. Skipping changelog. > git rev-list --no-walk 84d0691d597085a2ea692a05a57356e79db4a741 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:40:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:40:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:40:46 ========================================================= 21:40:46 EdgeX Global Pipelines Version Info 21:40:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:40:48 ------------------- 21:40:48 stable info: 21:40:48 ------------------- 21:40:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:40:48 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 21:40:48 Message: update stable to v1.0.194 21:40:48 ------------------- 21:40:48 experimental info: 21:40:48 ------------------- 21:40:48 Commited By: **** collab-it+edgex@linuxfoundation.org 21:40:48 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 21:40:48 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:40:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3562 [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3562 [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3562 [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 878bda589ddbfe4240870b89cf8a8097938a57fb [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 878bda5 [Pipeline] echo 21:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:40:49 provisioning config files... 21:40:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4952771884280897807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:40:49 ---> docker-login.sh 21:40:49 nexus3.edgexfoundry.org:10001 21:40:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:50 Configure a credential helper to remove this warning. See 21:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:50 21:40:50 Login Succeeded 21:40:50 nexus3.edgexfoundry.org:10002 21:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:50 Configure a credential helper to remove this warning. See 21:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:50 21:40:50 Login Succeeded 21:40:50 nexus3.edgexfoundry.org:10003 21:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:50 Configure a credential helper to remove this warning. See 21:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:50 21:40:50 Login Succeeded 21:40:50 nexus3.edgexfoundry.org:10004 21:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:50 Configure a credential helper to remove this warning. See 21:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:50 21:40:50 Login Succeeded 21:40:50 docker.io 21:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:51 Configure a credential helper to remove this warning. See 21:40:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:51 21:40:51 Login Succeeded 21:40:51 ---> docker-login.sh ends [Pipeline] } 21:40:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:51 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/core-command/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo core-command,cmd/core-command/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/core-data/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo core-data,cmd/core-data/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/core-metadata/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo core-metadata,cmd/core-metadata/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/security-bootstrapper/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/security-proxy-setup/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/support-notifications/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo support-notifications,cmd/support-notifications/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/support-scheduler/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:40:51 + for file in '`ls cmd/**/Dockerfile`' 21:40:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:40:51 ++ cut -d/ -f2 21:40:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:40:51 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:40:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:53 21:40:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:40:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:53 latest: Pulling from edgex-devops/git-semver 21:40:53 31603596830f: Pulling fs layer 21:40:53 54011a49482f: Pulling fs layer 21:40:53 a6820b24f6d8: Pulling fs layer 21:40:53 f581987b2513: Pulling fs layer 21:40:53 f581987b2513: Waiting 21:40:53 54011a49482f: Verifying Checksum 21:40:53 54011a49482f: Download complete 21:40:53 31603596830f: Verifying Checksum 21:40:53 31603596830f: Download complete 21:40:53 f581987b2513: Verifying Checksum 21:40:53 f581987b2513: Download complete 21:40:53 a6820b24f6d8: Verifying Checksum 21:40:53 a6820b24f6d8: Download complete 21:40:53 31603596830f: Pull complete 21:40:53 54011a49482f: Pull complete 21:40:54 a6820b24f6d8: Pull complete 21:40:54 f581987b2513: Pull complete 21:40:54 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:40:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:40:54 prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container 21:40:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:40:55 $ docker top f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:56 [ssh-agent] Looking for ssh-agent implementation... 21:40:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:56 $ docker exec f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent 21:40:56 SSH_AUTH_SOCK=/tmp/ssh-xSGn0HzYPT0f/agent.14 21:40:56 SSH_AGENT_PID=21 21:40:56 Running ssh-add (command line suppressed) 21:40:56 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3382093764318116567.key (/w/workspace/edgex-go/4@tmp/private_key_3382093764318116567.key) 21:40:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:56 + git tag --points-at HEAD [Pipeline] } 21:40:56 $ docker exec --env ******** --env ******** f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent -k 21:40:56 unset SSH_AUTH_SOCK; 21:40:56 unset SSH_AGENT_PID; 21:40:56 echo Agent pid 21 killed; 21:40:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:40:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:56 [ssh-agent] Looking for ssh-agent implementation... 21:40:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:56 $ docker exec f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent 21:40:57 SSH_AUTH_SOCK=/tmp/ssh-mMyDNq5EhgeQ/agent.55 21:40:57 SSH_AGENT_PID=61 21:40:57 Running ssh-add (command line suppressed) 21:40:57 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1592037591069856403.key (/w/workspace/edgex-go/4@tmp/private_key_1592037591069856403.key) 21:40:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:57 + git semver init 21:40:57 # -> Open(): unable to determine branch for HEAD 21:40:57 # $GIT_DIR = /w/workspace/edgex-go/4/.git 21:40:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 21:40:57 # $SEMVER_REMOTE_NAME = origin 21:40:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:40:57 # $SEMVER_USER_NAME = edgex-jenkins 21:40:57 # $SEMVER_BRANCH = PR-3562 21:40:57 # $SEMVER_TEMP = /tmp/semver-411289987 21:40:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:41:09 # '/tmp/semver-411289987' -> '/w/workspace/edgex-go/4/.semver' 21:41:09 # -> Force: false 21:41:09 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 21:41:09 $ docker exec --env ******** --env ******** f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent -k 21:41:09 unset SSH_AUTH_SOCK; 21:41:09 unset SSH_AGENT_PID; 21:41:09 echo Agent pid 61 killed; 21:41:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:10 + git semver [Pipeline] } 21:41:10 $ docker stop --time=1 f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc 21:41:12 $ docker rm -f f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc [Pipeline] // withDockerContainer [Pipeline] sh 21:41:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:41:13 Stashed 1 file(s) [Pipeline] echo 21:41:13 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:41:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:41:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:41:16 + sudo service docker restart 21:41:16 + true 21:41:16 Redirecting to /bin/systemctl restart docker.service 21:41:30 Still waiting to schedule task 21:41:30 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [Pipeline] echo 21:41:34 ========================================================= 21:41:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:41:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:41:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:41:36 Sending build context to Docker daemon 329.4MB 21:41:36 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 21:41:36 Step 2/6 : FROM ${BASE} 21:41:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:41:36 540db60ca938: Pulling fs layer 21:41:36 adcc1eea9eea: Pulling fs layer 21:41:36 4c4ab2625f07: Pulling fs layer 21:41:36 0510c868ecb4: Pulling fs layer 21:41:36 afea3b2eda06: Pulling fs layer 21:41:36 7809a108b3ef: Pulling fs layer 21:41:36 f706445af74f: Pulling fs layer 21:41:36 afea3b2eda06: Waiting 21:41:36 7809a108b3ef: Waiting 21:41:36 f706445af74f: Waiting 21:41:36 0510c868ecb4: Waiting 21:41:36 4c4ab2625f07: Verifying Checksum 21:41:36 4c4ab2625f07: Download complete 21:41:36 adcc1eea9eea: Verifying Checksum 21:41:36 adcc1eea9eea: Download complete 21:41:36 afea3b2eda06: Verifying Checksum 21:41:36 afea3b2eda06: Download complete 21:41:36 7809a108b3ef: Verifying Checksum 21:41:36 7809a108b3ef: Download complete 21:41:36 540db60ca938: Verifying Checksum 21:41:36 540db60ca938: Download complete 21:41:36 540db60ca938: Pull complete 21:41:36 adcc1eea9eea: Pull complete 21:41:36 4c4ab2625f07: Pull complete 21:41:37 f706445af74f: Verifying Checksum 21:41:37 f706445af74f: Download complete 21:41:38 0510c868ecb4: Verifying Checksum 21:41:38 0510c868ecb4: Download complete 21:41:43 0510c868ecb4: Pull complete 21:41:43 afea3b2eda06: Pull complete 21:41:43 7809a108b3ef: Pull complete 21:41:43 f706445af74f: Pull complete 21:41:43 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:41:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:41:43 ---> b068be0155e3 21:41:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:41:45 ---> Running in ad089516e235 21:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:41:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:41:47 (1/12) Installing libmagic (5.39-r0) 21:41:47 (2/12) Installing file (5.39-r0) 21:41:47 (3/12) Installing libc-dev (0.7.2-r3) 21:41:47 (4/12) Installing g++ (10.2.1_pre1-r3) 21:41:51 (5/12) Installing fortify-headers (1.1-r0) 21:41:51 (6/12) Installing patch (2.7.6-r6) 21:41:51 (7/12) Installing build-base (0.5-r2) 21:41:51 (8/12) Installing libsodium (1.0.18-r0) 21:41:51 (9/12) Installing pkgconf (1.7.3-r0) 21:41:51 (10/12) Installing libsodium-dev (1.0.18-r0) 21:41:51 (11/12) Installing libzmq (4.3.3-r1) 21:41:51 (12/12) Installing zeromq-dev (4.3.3-r1) 21:41:52 Executing busybox-1.32.1-r6.trigger 21:41:52 OK: 219 MiB in 52 packages 21:41:53 Removing intermediate container ad089516e235 21:41:53 ---> 652dfe8f54a7 21:41:53 Step 4/6 : WORKDIR /edgex-go 21:41:53 ---> Running in f9b22490d417 21:41:53 Removing intermediate container f9b22490d417 21:41:53 ---> 22ac7e238a71 21:41:53 Step 5/6 : COPY go.mod . 21:41:53 ---> 6be4a117ef4f 21:41:53 Step 6/6 : RUN go mod download 21:41:53 ---> Running in 656505cc71b6 21:42:06 Removing intermediate container 656505cc71b6 21:42:06 ---> a46c32059409 21:42:06 Successfully built a46c32059409 21:42:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:42:06 + docker inspect -f . ci-base-image-x86_64 21:42:06 . [Pipeline] withDockerContainer 21:42:06 prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container 21:42:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:42:06 $ docker top d9331b6a3407ff6f6aaf64ed0e3c9c3a6b1339f431ca1a072d628457bbcd7734 -eo pid,comm [Pipeline] { [Pipeline] sh 21:42:07 + go version 21:42:07 go version go1.16.3 linux/amd64 [Pipeline] } 21:42:07 $ docker stop --time=1 d9331b6a3407ff6f6aaf64ed0e3c9c3a6b1339f431ca1a072d628457bbcd7734 21:42:08 $ docker rm -f d9331b6a3407ff6f6aaf64ed0e3c9c3a6b1339f431ca1a072d628457bbcd7734 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:42:08 + docker inspect -f . ci-base-image-x86_64 21:42:08 . [Pipeline] withDockerContainer 21:42:09 prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container 21:42:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:42:09 $ docker top 3b8257188e56e85e24d747c94da9adf647eed7e1e3ec253bb621ccb3e184b4b6 -eo pid,comm [Pipeline] { [Pipeline] echo 21:42:09 ========================================================= 21:42:09 [edgeXBuildGoParallel] Running Tests and Build... 21:42:09 ========================================================= [Pipeline] sh 21:42:09 + go mod tidy [Pipeline] sh 21:42:10 + make test 21:42:10 go mod tidy 21:42:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:42:16 ? github.com/edgexfoundry/edgex-go [no test files] 21:42:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:42:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:42:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:42:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:42:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:42:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:42:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:42:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:42:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:42:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:42:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:42:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:42:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.047s coverage: 28.7% of statements 21:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:42:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 100.0% of statements 21:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:42:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.059s coverage: 53.4% of statements 21:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:42:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.082s coverage: 87.7% of statements 21:42:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:42:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:42:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.044s coverage: 78.9% of statements 21:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.042s coverage: 81.2% of statements 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.236s coverage: 95.1% of statements 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:42:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 60.0% of statements 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:42:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.040s coverage: 0.8% of statements 21:42:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:42:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 21:42:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.040s coverage: 22.0% of statements 21:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:42:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements 21:42:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements 21:42:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 21:42:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements 21:42:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 21:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements 21:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 21:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.182s coverage: 81.8% of statements 21:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:43:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1546 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws 21:43:14 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 21:43:14 The recommended git tool is: git 21:43:23 using credential edgex-jenkins-ssh 21:43:23 Cloning the remote Git repository 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 76.0% of statements 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.0% of statements 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.2% of statements 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.126s coverage: 64.4% of statements 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 21:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 91.3% of statements 21:43:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:43:24 > git init /w/workspace/edgex-go/4 # timeout=10 21:43:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:43:24 > git --version # timeout=10 21:43:24 > git --version # 'git version 2.17.1' 21:43:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 21:43:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 21:43:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 21:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.155s coverage: 66.9% of statements 21:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 43.6% of statements 21:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 21:43:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 21:43:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:43:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.059s coverage: 19.3% of statements 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:43:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 91.9% of statements 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:43:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:43:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.6% of statements 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 21:43:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 21:43:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:43:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 21:43:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements 21:43:34 GO111MODULE=on go vet ./... 21:43:44 Merging remotes/origin/master commit c3ee48ec81a1cae6a8275850650318015b1b17b0 into PR head commit 878bda589ddbfe4240870b89cf8a8097938a57fb 21:43:45 Merge succeeded, producing 878bda589ddbfe4240870b89cf8a8097938a57fb 21:43:45 Checking out Revision 878bda589ddbfe4240870b89cf8a8097938a57fb (PR-3562) 21:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:43:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:43:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3562/head:refs/remotes/origin/PR-3562 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:43:44 > git config core.sparsecheckout # timeout=10 21:43:44 > git checkout -f 878bda589ddbfe4240870b89cf8a8097938a57fb # timeout=10 21:43:45 > git remote # timeout=10 21:43:45 > git config --get remote.origin.url # timeout=10 21:43:45 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:45 > git merge c3ee48ec81a1cae6a8275850650318015b1b17b0 # timeout=10 21:43:45 > git rev-parse HEAD^{commit} # timeout=10 21:43:45 > git config core.sparsecheckout # timeout=10 21:43:45 > git checkout -f 878bda589ddbfe4240870b89cf8a8097938a57fb # timeout=10 21:43:51 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:43:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:43:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:43:53 + sudo service docker restart 21:43:53 + true 21:44:07 gofmt -l . 21:44:07 [ "`gofmt -l .`" = "" ] 21:44:07 ./bin/test-attribution-txt.sh [Pipeline] sh 21:44:08 + ls -al . 21:44:08 total 516 21:44:08 drwxrwxr-x 10 1001 1001 4096 Jun 15 21:44 . 21:44:08 drwxr-xr-x 4 root root 28 Jun 15 21:42 .. 21:44:08 -rw-rw-r-- 1 1001 1001 11 Jun 15 21:40 .dockerignore 21:44:08 drwxrwxr-x 8 1001 1001 179 Jun 15 21:40 .git 21:44:08 drwxrwxr-x 3 1001 1001 125 Jun 15 21:40 .github 21:44:08 -rw-rw-r-- 1 1001 1001 818 Jun 15 21:40 .gitignore 21:44:08 drwx------ 3 1001 1001 60 Jun 15 21:41 .semver 21:44:08 -rw-rw-r-- 1 1001 1001 166 Jun 15 21:40 .sonarcloud.properties 21:44:08 -rw-rw-r-- 1 1001 1001 8609 Jun 15 21:40 Attribution.txt 21:44:08 -rw-rw-r-- 1 1001 1001 3804 Jun 15 21:40 CONTRIBUTING.md 21:44:08 -rw-rw-r-- 1 1001 1001 931 Jun 15 21:40 Dockerfile.build 21:44:08 -rw-rw-r-- 1 1001 1001 849 Jun 15 21:40 Jenkinsfile 21:44:08 -rw-rw-r-- 1 1001 1001 10775 Jun 15 21:40 LICENSE 21:44:08 -rw-rw-r-- 1 1001 1001 5605 Jun 15 21:40 Makefile 21:44:08 -rw-rw-r-- 1 1001 1001 7905 Jun 15 21:40 README.md 21:44:08 -rw-rw-r-- 1 1001 1001 7071 Jun 15 21:40 SECURITY.md 21:44:08 -rw-rw-r-- 1 1001 1001 5 Jun 15 21:41 VERSION 21:44:08 -rw-rw-r-- 1 1001 1001 4131 Jun 15 21:40 ZMQWindows.md 21:44:08 drwxrwxr-x 2 1001 1001 37 Jun 15 21:40 bin 21:44:08 drwxrwxr-x 14 1001 1001 4096 Jun 15 21:40 cmd 21:44:08 -rw-r--r-- 1 root root 398195 Jun 15 21:43 coverage.out 21:44:08 -rw-rw-r-- 1 1001 1001 841 Jun 15 21:40 go.mod 21:44:08 -rw-r--r-- 1 root root 21063 Jun 15 21:42 go.sum 21:44:08 drwxrwxr-x 7 1001 1001 114 Jun 15 21:40 internal 21:44:08 drwxrwxr-x 3 1001 1001 16 Jun 15 21:40 openapi 21:44:08 drwxrwxr-x 4 1001 1001 71 Jun 15 21:40 snap 21:44:08 -rw-rw-r-- 1 1001 1001 168 Jun 15 21:40 version.go [Pipeline] sh 21:44:08 + '[' -e coverage.out ] 21:44:08 + chown 1001:1001 coverage.out [Pipeline] stash 21:44:08 Stashed 1 file(s) [Pipeline] sh 21:44:08 + make build 21:44:08 go mod tidy 21:44:08 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 21:44:10 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:44:11 provisioning config files... 21:44:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5431762843208982654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:44:11 ---> docker-login.sh 21:44:11 nexus3.edgexfoundry.org:10001 21:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:13 Configure a credential helper to remove this warning. See 21:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:13 21:44:13 Login Succeeded 21:44:13 nexus3.edgexfoundry.org:10002 21:44:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:13 Configure a credential helper to remove this warning. See 21:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:13 21:44:13 Login Succeeded 21:44:13 nexus3.edgexfoundry.org:10003 21:44:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:13 Configure a credential helper to remove this warning. See 21:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:13 21:44:13 Login Succeeded 21:44:13 nexus3.edgexfoundry.org:10004 21:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:14 Configure a credential helper to remove this warning. See 21:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:14 21:44:14 Login Succeeded 21:44:14 docker.io 21:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:15 Configure a credential helper to remove this warning. See 21:44:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:15 21:44:15 Login Succeeded 21:44:15 ---> docker-login.sh ends [Pipeline] } 21:44:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:44:15 ========================================================= 21:44:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:44:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:44:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:44:20 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 21:44:20 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 21:44:20 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 21:44:20 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 21:44:20 Sending build context to Docker daemon 166.3MB 21:44:20 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 21:44:20 Step 2/6 : FROM ${BASE} 21:44:20 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:44:20 595b0fe564bb: Pulling fs layer 21:44:20 3088b5b3c5c0: Pulling fs layer 21:44:20 5b7225fbf94c: Pulling fs layer 21:44:20 ba82ee9f976e: Pulling fs layer 21:44:20 506bd15cee9f: Pulling fs layer 21:44:20 75a0a4a0db45: Pulling fs layer 21:44:20 618dc40b7e24: Pulling fs layer 21:44:20 506bd15cee9f: Waiting 21:44:20 75a0a4a0db45: Waiting 21:44:20 618dc40b7e24: Waiting 21:44:20 ba82ee9f976e: Waiting 21:44:20 5b7225fbf94c: Verifying Checksum 21:44:20 5b7225fbf94c: Download complete 21:44:20 3088b5b3c5c0: Verifying Checksum 21:44:20 3088b5b3c5c0: Download complete 21:44:20 506bd15cee9f: Verifying Checksum 21:44:20 506bd15cee9f: Download complete 21:44:20 595b0fe564bb: Verifying Checksum 21:44:20 75a0a4a0db45: Download complete 21:44:20 595b0fe564bb: Download complete 21:44:20 595b0fe564bb: Pull complete 21:44:20 3088b5b3c5c0: Pull complete 21:44:20 5b7225fbf94c: Pull complete 21:44:21 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 21:44:21 618dc40b7e24: Verifying Checksum 21:44:21 618dc40b7e24: Download complete 21:44:22 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 21:44:22 ba82ee9f976e: Verifying Checksum 21:44:22 ba82ee9f976e: Download complete 21:44:22 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 21:44:24 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 21:44:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:44:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:44:28 $ docker stop --time=1 3b8257188e56e85e24d747c94da9adf647eed7e1e3ec253bb621ccb3e184b4b6 21:44:34 ba82ee9f976e: Pull complete 21:44:34 506bd15cee9f: Pull complete 21:44:34 75a0a4a0db45: Pull complete 21:44:35 $ docker rm -f 3b8257188e56e85e24d747c94da9adf647eed7e1e3ec253bb621ccb3e184b4b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:44:38 618dc40b7e24: Pull complete 21:44:38 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 21:44:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:44:38 ---> a36622ca3599 21:44:38 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] isUnix [Pipeline] sh 21:44:39 ---> Running in b84dd462f5ee 21:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:44:39 21:44:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:44:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:44:40 latest: Pulling from edgex-devops/edgex-compose 21:44:40 cbdbe7a5bc2a: Pulling fs layer 21:44:40 ca9280d653b3: Pulling fs layer 21:44:40 7e9c9ca2126c: Pulling fs layer 21:44:40 cbdbe7a5bc2a: Verifying Checksum 21:44:40 cbdbe7a5bc2a: Download complete 21:44:40 cbdbe7a5bc2a: Pull complete 21:44:41 ca9280d653b3: Verifying Checksum 21:44:41 ca9280d653b3: Download complete 21:44:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:44:41 ca9280d653b3: Pull complete 21:44:41 7e9c9ca2126c: Verifying Checksum 21:44:41 7e9c9ca2126c: Download complete 21:44:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:44:44 (1/12) Installing libmagic (5.39-r0) 21:44:45 (2/12) Installing file (5.39-r0) 21:44:45 (3/12) Installing libc-dev (0.7.2-r3) 21:44:45 (4/12) Installing g++ (10.2.1_pre1-r3) 21:44:45 7e9c9ca2126c: Pull complete 21:44:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:44:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:44:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:44:45 prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container 21:44:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:44:59 (5/12) Installing fortify-headers (1.1-r0) 21:44:59 (6/12) Installing patch (2.7.6-r6) 21:44:59 (7/12) Installing build-base (0.5-r2) 21:44:59 (8/12) Installing libsodium (1.0.18-r0) 21:44:59 (9/12) Installing pkgconf (1.7.3-r0) 21:44:59 (10/12) Installing libsodium-dev (1.0.18-r0) 21:44:59 (11/12) Installing libzmq (4.3.3-r1) 21:44:59 (12/12) Installing zeromq-dev (4.3.3-r1) 21:44:59 Executing busybox-1.32.1-r6.trigger 21:44:59 OK: 218 MiB in 52 packages 21:45:02 Removing intermediate container b84dd462f5ee 21:45:02 ---> 10c3d48e47ce 21:45:02 Step 4/6 : WORKDIR /edgex-go 21:45:02 ---> Running in 49b1439ebd72 21:45:03 Removing intermediate container 49b1439ebd72 21:45:03 ---> 6d49861e0ea4 21:45:03 Step 5/6 : COPY go.mod . 21:45:03 $ docker top a0c7a093c430562536338f31cfc43cbb542797b03df8d73d94d708f607964228 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:04 ---> 9618530af00c 21:45:04 Step 6/6 : RUN go mod download 21:45:04 ---> Running in 5115d2880a68 21:45:04 + docker-compose build --help 21:45:04 + grep parallel 21:45:04 --parallel Build images in parallel. [Pipeline] } 21:45:04 $ docker stop --time=1 a0c7a093c430562536338f31cfc43cbb542797b03df8d73d94d708f607964228 21:45:06 $ docker rm -f a0c7a093c430562536338f31cfc43cbb542797b03df8d73d94d708f607964228 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:06 . [Pipeline] withDockerContainer 21:45:06 prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container 21:45:06 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:45:07 $ docker top e4d51ba8a2d85914e66f890ddfcd9e1e0e7445e938bad154501e27ec2d6be2ab -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:08 + docker-compose -f ./docker-compose-build.yml build --parallel 21:45:08 Building core-command ... 21:45:08 Building core-data ... 21:45:08 Building core-metadata ... 21:45:08 Building security-bootstrapper ... 21:45:08 Building security-proxy-setup ... 21:45:08 Building security-secretstore-setup ... 21:45:08 Building support-notifications ... 21:45:08 Building support-scheduler ... 21:45:08 Building sys-mgmt-agent ... 21:45:08 Building core-data 21:45:08 Building security-bootstrapper 21:45:08 Building security-secretstore-setup 21:45:08 Building core-metadata 21:45:08 Building security-proxy-setup 21:45:33 Removing intermediate container 5115d2880a68 21:45:33 ---> 21b58d749eb3 21:45:33 Successfully built 21b58d749eb3 21:45:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:45:33 + docker inspect -f . ci-base-image-arm64 21:45:33 . [Pipeline] withDockerContainer 21:45:33 prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container 21:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 21:45:35 $ docker top 44ae3c41cfbfeaf0002af469c0039e30936c224b8fd530bd2e8e31d5ce5571f7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:36 + go version 21:45:36 go version go1.16.5 linux/arm64 [Pipeline] } 21:45:36 $ docker stop --time=1 44ae3c41cfbfeaf0002af469c0039e30936c224b8fd530bd2e8e31d5ce5571f7 21:45:37 $ docker rm -f 44ae3c41cfbfeaf0002af469c0039e30936c224b8fd530bd2e8e31d5ce5571f7 [Pipeline] // withDockerContainer 21:45:38 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:45:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> a46c32059409 21:45:38 Step 3/24 : WORKDIR /edgex-go 21:45:38 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:45:38 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> a46c32059409 21:45:38 Step 3/32 : WORKDIR /edgex-go 21:45:38 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:45:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> a46c32059409 21:45:38 Step 3/24 : WORKDIR /edgex-go [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:38 + docker inspect -f . ci-base-image-arm64 21:45:38 . [Pipeline] withDockerContainer 21:45:38 prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container 21:45:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 21:45:40 $ docker top ce11637deed48a462ead12d6b47e570643cab9e6161f0ec3b9fa96f80cdc403a -eo pid,comm [Pipeline] { [Pipeline] echo 21:45:40 ========================================================= 21:45:40 [edgeXBuildGoParallel] Running Tests and Build... 21:45:40 ========================================================= [Pipeline] sh 21:45:41 + go mod tidy [Pipeline] sh 21:45:42 + make test 21:45:42 go mod tidy 21:45:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:45:50 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:45:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:45:50 ---> a46c32059409 21:45:50 Step 3/22 : WORKDIR /edgex-go 21:45:51 ---> Running in a7608125405c 21:45:51 ---> Running in bd06953040f3 21:45:51 ---> Running in 3deb8d6b629d 21:45:51 ---> Running in 64dbbfed4ff5 21:45:51 Removing intermediate container 3deb8d6b629d 21:45:51 ---> d229fe4445d8 21:45:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:51 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:45:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:45:51 ---> a46c32059409 21:45:51 Step 3/26 : WORKDIR /edgex-go 21:45:52 Removing intermediate container bd06953040f3 21:45:52 ---> 96c1928b6cd0 21:45:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:52 ---> Using cache 21:45:52 ---> 4d1bb3ff36ef 21:45:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:52 Removing intermediate container a7608125405c 21:45:52 ---> 4d1bb3ff36ef 21:45:52 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:52 ---> Running in b15277bf53c7 21:45:52 Removing intermediate container 64dbbfed4ff5 21:45:52 ---> c18b4e81ac7b 21:45:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:52 ---> Running in 7a8f17073d71 21:45:52 ---> Running in cfe8ee7ad034 21:45:52 ---> Running in 6dcd54e2b6e6 21:45:52 ---> Running in e82457cfd961 21:45:53 Removing intermediate container b15277bf53c7 21:45:53 ---> e9b28e05097f 21:45:53 Step 5/22 : RUN apk add --update --no-cache make git 21:45:53 Removing intermediate container cfe8ee7ad034 21:45:53 ---> 520a1fa73aa9 21:45:53 Step 5/26 : RUN apk add --update --no-cache make git 21:45:53 ---> Running in 109f445f5678 21:45:53 ---> Running in 7b94803337dd 21:45:53 Removing intermediate container 7a8f17073d71 21:45:53 ---> 6bdf1938de25 21:45:53 Step 5/24 : RUN apk add --update --no-cache make git 21:45:53 ---> Running in 57fa068a9294 21:45:53 Removing intermediate container e82457cfd961 21:45:53 ---> ef5003480262 21:45:53 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:45:53 ---> Running in 4308bdfe5885 21:45:53 Removing intermediate container 6dcd54e2b6e6 21:45:53 ---> a29b80fdcec3 21:45:53 Step 5/32 : RUN apk add --update --no-cache make git 21:45:53 ---> Running in b0c4d84f91c1 21:45:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:45:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:45:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:45:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:45:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:45:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:45:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:45:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:45:55 OK: 219 MiB in 52 packages 21:45:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:45:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:45:55 OK: 219 MiB in 52 packages 21:45:55 Removing intermediate container 109f445f5678 21:45:55 ---> 0782dbb0447b 21:45:55 Step 6/22 : COPY go.mod . 21:45:55 OK: 219 MiB in 52 packages 21:45:55 OK: 219 MiB in 52 packages 21:45:55 OK: 219 MiB in 52 packages 21:45:56 ---> dd02b8ff89aa 21:45:56 Step 7/22 : RUN go mod download 21:45:56 Removing intermediate container 7b94803337dd 21:45:56 ---> 49846ea03429 21:45:56 Step 6/26 : COPY go.mod . 21:45:56 ---> Running in f45ee3bd74af 21:45:56 Removing intermediate container 57fa068a9294 21:45:56 ---> 268d580b9c26 21:45:56 Step 6/24 : COPY go.mod . 21:45:56 ---> 7d172228aa88 21:45:56 Step 7/26 : RUN go mod download 21:45:56 Removing intermediate container b0c4d84f91c1 21:45:56 ---> 3d43bb74429e 21:45:56 Step 6/32 : COPY go.mod . 21:45:56 Removing intermediate container 4308bdfe5885 21:45:56 ---> c0d8c1a135b3 21:45:56 Step 6/24 : COPY go.mod . 21:45:56 ---> Running in cddcde37b0e4 21:45:56 ---> 86ca58bbda2d 21:45:56 Step 7/24 : RUN go mod download 21:45:56 ---> 3cc1d3cbf10f 21:45:56 Step 7/32 : RUN go mod download 21:45:56 ---> b5f9bae38f63 21:45:56 Step 7/24 : RUN go mod download 21:45:56 ---> Running in 8bf363a5f66b 21:45:57 ---> Running in b398e030ab43 21:45:57 ---> Running in d8ea585b79e1 21:45:58 Removing intermediate container f45ee3bd74af 21:45:58 ---> 2d8796448ec1 21:45:58 Step 8/22 : COPY . . 21:45:58 Removing intermediate container cddcde37b0e4 21:45:58 ---> 5cfff6b316ae 21:45:58 Step 8/26 : COPY . . 21:46:05 ? github.com/edgexfoundry/edgex-go [no test files] 21:46:10 Removing intermediate container b398e030ab43 21:46:10 ---> ef02b2d0c0eb 21:46:10 Step 8/32 : COPY . . 21:46:10 ---> 7188eb6f94a6 21:46:10 Step 9/22 : RUN go mod tidy 21:46:10 Removing intermediate container d8ea585b79e1 21:46:10 ---> d2c600b2c436 21:46:10 Step 8/24 : COPY . . 21:46:10 ---> ddd2cd0a6f2a 21:46:10 Step 9/26 : RUN go mod tidy 21:46:10 ---> Running in 5a209a3f14de 21:46:10 Removing intermediate container 8bf363a5f66b 21:46:10 ---> e333190bf6e3 21:46:10 Step 8/24 : COPY . . 21:46:10 ---> Running in ed79c562f7bd 21:46:32 ---> 38683e3ac2a6 21:46:32 Step 9/32 : RUN go mod tidy 21:46:32 ---> a9b32d6c1d7e 21:46:32 Step 9/24 : RUN go mod tidy 21:46:32 ---> eb1c276f451d 21:46:32 Step 9/24 : RUN go mod tidy 21:46:32 ---> Running in e9bb190e2357 21:46:32 ---> Running in cabf0762f73c 21:46:32 ---> Running in 85c28853b6fe 21:46:32 Removing intermediate container 5a209a3f14de 21:46:32 ---> ad328c8be4ae 21:46:32 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:46:32 Removing intermediate container ed79c562f7bd 21:46:32 ---> 5c65ba4d2912 21:46:32 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:46:32 ---> Running in ab86e9842d04 21:46:32 ---> Running in 5ffd7e23cefd 21:46:33 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 21:46:33 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 21:46:36 Removing intermediate container 85c28853b6fe 21:46:36 ---> ffe9e44c16c8 21:46:36 Step 10/24 : RUN make cmd/core-metadata/core-metadata 21:46:36 Removing intermediate container cabf0762f73c 21:46:36 ---> ff458798d1f6 21:46:36 Step 10/24 : RUN make cmd/core-data/core-data 21:46:36 ---> Running in cf5283a43eac 21:46:36 Removing intermediate container e9bb190e2357 21:46:36 ---> 7039bd4be537 21:46:36 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:46:36 ---> Running in ee00cdfad1d1 21:46:36 ---> Running in c4f23a1d5498 21:46:37 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 21:46:37 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 21:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:47:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:47:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:47:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:47:10 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 21:47:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:47:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:47:17 Removing intermediate container ab86e9842d04 21:47:17 ---> b4ef1b357d3e 21:47:17 21:47:17 Step 11/22 : FROM alpine:3.12 21:47:17 Removing intermediate container 5ffd7e23cefd 21:47:17 ---> 066fee944a91 21:47:17 21:47:17 Step 11/26 : FROM alpine:3.12 21:47:17 3.12: Pulling from library/alpine 21:47:17 3.12: Pulling from library/alpine 21:47:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:47:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:47:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:47:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:47:20 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:47:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:47:20 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:47:20 Status: Downloaded newer image for alpine:3.12 21:47:20 Status: Downloaded newer image for alpine:3.12 21:47:20 ---> 13621d1b12d4 21:47:20 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:47:20 ---> 13621d1b12d4 21:47:20 Step 12/22 : RUN apk add --update --no-cache curl 21:47:20 Removing intermediate container c4f23a1d5498 21:47:20 ---> 530361ca74b0 21:47:20 21:47:20 Step 11/32 : FROM alpine:3.12 21:47:20 ---> 13621d1b12d4 21:47:20 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:47:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:47:21 ---> Running in 90bd4d17fa7f 21:47:21 ---> Running in 937f9be97f66 21:47:21 ---> Running in b810a37e8d32 21:47:21 Removing intermediate container b810a37e8d32 21:47:21 ---> b9f21e5c1c47 21:47:21 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 21:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:21 (1/6) Installing ca-certificates (20191127-r4) 21:47:21 (1/4) Installing ca-certificates (20191127-r4) 21:47:21 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:47:21 (3/6) Installing libcurl (7.77.0-r0) 21:47:21 (4/6) Installing curl (7.77.0-r0) 21:47:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:47:21 (3/4) Installing libcurl (7.77.0-r0) 21:47:21 (5/6) Installing dumb-init (1.2.2-r1) 21:47:21 (6/6) Installing su-exec (0.2-r1) 21:47:21 Executing busybox-1.31.1-r20.trigger 21:47:21 ---> Running in d5d1777cdd7d 21:47:21 Executing ca-certificates-20191127-r4.trigger 21:47:21 (4/4) Installing curl (7.77.0-r0) 21:47:21 Executing busybox-1.31.1-r20.trigger 21:47:21 Executing ca-certificates-20191127-r4.trigger 21:47:22 OK: 7 MiB in 20 packages 21:47:22 OK: 7 MiB in 18 packages 21:47:22 Removing intermediate container cf5283a43eac 21:47:22 ---> 4531f18d3bbd 21:47:22 21:47:22 Step 11/24 : FROM alpine:3.12 21:47:22 ---> 13621d1b12d4 21:47:22 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:47:22 ---> Running in 6ccd53408ca1 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:22 (1/2) Installing dumb-init (1.2.2-r1) 21:47:22 (2/2) Installing su-exec (0.2-r1) 21:47:22 Executing busybox-1.31.1-r20.trigger 21:47:22 OK: 6 MiB in 16 packages 21:47:23 Removing intermediate container 90bd4d17fa7f 21:47:23 ---> f522bec40b20 21:47:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:47:23 Removing intermediate container ee00cdfad1d1 21:47:23 ---> 733e35739290 21:47:23 21:47:23 Step 11/24 : FROM alpine:3.12 21:47:23 ---> 13621d1b12d4 21:47:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:47:23 ---> Running in 02d29425708f 21:47:23 ---> Running in bd886f6c1789 21:47:23 Removing intermediate container 937f9be97f66 21:47:23 ---> 9dedb2b5522e 21:47:23 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:23 (1/1) Installing dumb-init (1.2.2-r1) 21:47:23 Executing busybox-1.31.1-r20.trigger 21:47:23 OK: 6 MiB in 15 packages 21:47:23 ---> Running in 60da78e6cd24 21:47:23 Removing intermediate container 02d29425708f 21:47:23 ---> e60ec0c9e9ad 21:47:23 Step 14/26 : WORKDIR / 21:47:23 Removing intermediate container bd886f6c1789 21:47:23 ---> a62f49488e02 21:47:23 Step 13/24 : ENV APP_PORT=59880 21:47:23 ---> Running in 4a00678c6a59 21:47:23 ---> Running in c6f649c5e8e0 21:47:23 Removing intermediate container d5d1777cdd7d 21:47:23 ---> d8ae8cf93ced 21:47:23 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 21:47:23 Removing intermediate container 60da78e6cd24 21:47:23 ---> 9daf4b631bbc 21:47:23 Step 14/22 : WORKDIR /edgex 21:47:23 ---> Running in 0fbf4c5da70f 21:47:23 ---> Running in 300d59d1a20b 21:47:24 Removing intermediate container c6f649c5e8e0 21:47:24 ---> e97ccc175724 21:47:24 Step 14/24 : EXPOSE $APP_PORT 21:47:24 Removing intermediate container 4a00678c6a59 21:47:24 ---> 4cbd6aebb0d6 21:47:24 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:47:24 ---> Running in 93a99509faba 21:47:24 Removing intermediate container 6ccd53408ca1 21:47:24 ---> 6da5865f4acd 21:47:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:47:24 Removing intermediate container 0fbf4c5da70f 21:47:24 ---> 91397ff8df59 21:47:24 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:47:24 ---> Running in 7f99e96629ac 21:47:24 ---> Running in 09e24c8f67c0 21:47:24 Removing intermediate container 300d59d1a20b 21:47:24 ---> e080770aea88 21:47:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:47:24 Removing intermediate container 93a99509faba 21:47:24 ---> b864b2fb4cb6 21:47:24 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:24 Removing intermediate container 7f99e96629ac 21:47:24 ---> 64971c1ebeee 21:47:24 Step 14/24 : ENV APP_PORT=59881 21:47:24 Removing intermediate container 09e24c8f67c0 21:47:24 ---> c6a8f1125e8e 21:47:24 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:47:24 ---> 1c7dc236978b 21:47:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:47:24 ---> Running in 3ed75c3b7810 21:47:24 ---> Running in a61861fa2861 21:47:24 ---> Running in 9403b90339cf 21:47:24 Removing intermediate container 3ed75c3b7810 21:47:24 ---> e57165b41b24 21:47:24 Step 15/24 : EXPOSE $APP_PORT 21:47:24 ---> a5bcf449309e 21:47:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:47:24 ---> b43aec699f80 21:47:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:47:25 ---> Running in ad3c9eb638cc 21:47:25 Removing intermediate container ad3c9eb638cc 21:47:25 ---> 7f60fcb2c60c 21:47:25 Step 16/24 : WORKDIR / 21:47:25 ---> 755ce673ce7b 21:47:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:47:25 ---> Running in 4f6cee955fd5 21:47:25 ---> c5de499d0bf9 21:47:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:47:25 Removing intermediate container 4f6cee955fd5 21:47:25 ---> 846e21cedda0 21:47:25 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:25 ---> e66c37f7033f 21:47:25 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:47:26 ---> 80aad9508a41 21:47:26 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:47:26 ---> 3c443681801a 21:47:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:47:26 ---> fe7a0636489d 21:47:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:47:26 Removing intermediate container a61861fa2861 21:47:26 ---> 8d4e75992096 21:47:26 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 21:47:26 ---> Running in 9f7a5f3aebcb 21:47:26 ---> Running in 8e2dba8d91e5 21:47:26 Removing intermediate container 9403b90339cf 21:47:26 ---> 9f908d3ed5bc 21:47:26 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 21:47:27 Removing intermediate container 9f7a5f3aebcb 21:47:27 ---> 7bba65d3b419 21:47:27 Step 19/22 : CMD ["--init=true"] 21:47:27 ---> Running in 44fb24ecf007 21:47:27 ---> 5bb80756ede5 21:47:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:47:27 ---> cb348f0580dc 21:47:27 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:47:27 ---> Running in 8d070ba96ba4 21:47:27 Removing intermediate container 44fb24ecf007 21:47:27 ---> 559ea00e6f70 21:47:27 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:47:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:27 Removing intermediate container 8d070ba96ba4 21:47:27 ---> 4aff9dfa8cc7 21:47:27 Step 20/22 : LABEL arch=x86_64 21:47:27 ---> Running in 3ecaaeeb5e8e 21:47:27 ---> 3f3cecea36ba 21:47:27 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:47:27 ---> 8664bfc63808 21:47:27 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:47:27 ---> 505334f9e93a 21:47:27 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:47:27 ---> Running in 637e3e7e320c 21:47:27 ---> Running in 6a340d5b4e8b 21:47:27 Removing intermediate container 3ecaaeeb5e8e 21:47:27 ---> d3988bf0c1f1 21:47:27 Step 21/22 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:47:27 ---> Running in c4ed46a77287 21:47:27 ---> Running in 212d7c8bdd78 21:47:28 Removing intermediate container 6a340d5b4e8b 21:47:28 ---> a6a6f4aefb90 21:47:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:47:28 ---> Running in 33ea53d6ae5e 21:47:28 Removing intermediate container 212d7c8bdd78 21:47:28 ---> 78c4f045889a 21:47:28 Step 22/22 : LABEL version=0.0.0 21:47:28 ---> Running in 84e6e632139f 21:47:28 Removing intermediate container 33ea53d6ae5e 21:47:28 ---> dddb289ae6b0 21:47:28 Step 22/24 : LABEL arch=x86_64 21:47:28 Removing intermediate container 84e6e632139f 21:47:28 ---> 2292e79f11aa 21:47:28 21:47:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:28 ---> Running in dd40fbaee963 21:47:28 Successfully built 2292e79f11aa 21:47:28 Successfully tagged security-proxy-setup:latest 21:47:28  Building security-proxy-setup ... done Building support-scheduler 21:47:28 Removing intermediate container dd40fbaee963 21:47:28 ---> 789ca9191a98 21:47:28 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:47:28 (1/6) Installing dumb-init (1.2.2-r1) 21:47:28 (2/6) Installing libgcc (9.3.0-r2) 21:47:28 (3/6) Installing libsodium (1.0.18-r0) 21:47:29 (4/6) Installing libstdc++ (9.3.0-r2) 21:47:29 ---> Running in 478d85e1ca40 21:47:29 (5/6) Installing libzmq (4.3.3-r0) 21:47:29 (6/6) Installing zeromq (4.3.3-r0) 21:47:29 Executing busybox-1.31.1-r20.trigger 21:47:29 OK: 8 MiB in 20 packages 21:47:30 Removing intermediate container 478d85e1ca40 21:47:30 ---> 51eb0f97ae98 21:47:30 Step 24/24 : LABEL version=0.0.0 21:47:31 Removing intermediate container c4ed46a77287 21:47:31 ---> 607ffd5e5831 21:47:31 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:32 ---> Running in a176c24b27bd 21:47:32 Removing intermediate container 637e3e7e320c 21:47:32 ---> 405a8460289f 21:47:32 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:47:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.164s coverage: 28.7% of statements 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:47:33 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:47:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:47:34 ---> a46c32059409 21:47:34 Step 3/23 : WORKDIR /edgex-go 21:47:34 ---> Using cache 21:47:34 ---> c18b4e81ac7b 21:47:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:34 ---> Using cache 21:47:34 ---> ef5003480262 21:47:34 Step 5/23 : RUN apk add --update --no-cache make git 21:47:34 ---> Running in 772e14591c73 21:47:34 ---> 56df4ad1ffb0 21:47:34 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:47:34 Removing intermediate container a176c24b27bd 21:47:34 ---> da241ed38de3 21:47:34 21:47:34 Successfully built da241ed38de3 21:47:34 ---> Running in 173cc38cb257 21:47:34 Successfully tagged core-metadata:latest 21:47:34 Building support-notifications 21:47:34  Building core-metadata ... done Removing intermediate container 772e14591c73 21:47:34 ---> cf70bb9e937e 21:47:34 Step 24/26 : LABEL arch=x86_64 21:47:34 Removing intermediate container 8e2dba8d91e5 21:47:34 ---> ae5bd6291586 21:47:34 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.374s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:47:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:47:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.372s coverage: 53.4% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:47:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:47:38 ---> a46c32059409 21:47:38 Step 3/23 : WORKDIR /edgex-go 21:47:38 ---> Using cache 21:47:38 ---> c18b4e81ac7b 21:47:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:38 ---> Using cache 21:47:38 ---> ef5003480262 21:47:38 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:47:38 ---> be32af852ddb 21:47:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:47:38 ---> Running in a80427b36bec 21:47:38 ---> 011165f4157d 21:47:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:47:38 ---> Running in 7a86308e4c08 21:47:38 Removing intermediate container a80427b36bec 21:47:38 ---> f734a1accf66 21:47:38 Step 25/26 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:47:38 ---> 785c77ecad34 21:47:38 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:47:38 ---> Running in 0bb67f11b321 21:47:38 ---> c40e1485add6 21:47:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:47:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:47:38 Removing intermediate container 0bb67f11b321 21:47:38 ---> dab68647962d 21:47:38 Step 26/26 : LABEL version=0.0.0 21:47:38 ---> Running in 3621283a2c97 21:47:38 ---> d5ff5833eb37 21:47:38 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:47:38 ---> 9a77912c3c82 21:47:38 Step 20/24 : ENTRYPOINT ["/core-data"] 21:47:38 ---> Running in a49625c185f1 21:47:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:47:38 Removing intermediate container 3621283a2c97 21:47:38 ---> adfed24b258f 21:47:38 21:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.575s coverage: 87.7% of statements 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.285s coverage: 78.9% of statements 21:47:39 Successfully built adfed24b258f 21:47:39 Successfully tagged security-secretstore-setup:latest 21:47:39 Building sys-mgmt-agent 21:47:39  Building security-secretstore-setup ... done Removing intermediate container a49625c185f1 21:47:39 ---> 59619c775f94 21:47:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:47:39 ---> ea2dea16d491 21:47:39 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:47:39 ---> Running in 1dc98d6649d4 21:47:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:47:39 OK: 219 MiB in 52 packages 21:47:39 ---> Running in 606d83a80272 21:47:40 OK: 219 MiB in 52 packages 21:47:42 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:47:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:47:42 ---> a46c32059409 21:47:42 Step 3/24 : WORKDIR /edgex-go 21:47:42 ---> Using cache 21:47:42 ---> c18b4e81ac7b 21:47:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:42 ---> Using cache 21:47:42 ---> ef5003480262 21:47:42 Step 5/24 : RUN apk add --update --no-cache make bash git 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.247s coverage: 81.2% of statements 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:47:43 Removing intermediate container 1dc98d6649d4 21:47:43 ---> 7f95cd35354c 21:47:43 Step 22/24 : LABEL arch=x86_64 21:47:43 ---> Running in 15bd68827cc1 21:47:43 Removing intermediate container 606d83a80272 21:47:43 ---> 8117b079059d 21:47:43 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:47:44 ---> Running in c1cae031f46d 21:47:44 Removing intermediate container c1cae031f46d 21:47:44 ---> 1481ba4deb8f 21:47:44 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:47:44 ---> Running in acb862af4b23 21:47:44 Removing intermediate container 173cc38cb257 21:47:44 ---> bf496e1cccfa 21:47:44 Step 6/23 : COPY go.mod . 21:47:44 ---> 2f89fb9a6a61 21:47:44 Step 27/32 : RUN chmod +x /entrypoint.sh 21:47:44 ---> Running in f651ecf3e144 21:47:44 Removing intermediate container acb862af4b23 21:47:44 ---> 652ce1d4d8d6 21:47:44 Step 24/24 : LABEL version=0.0.0 21:47:44 ---> Running in 2125dbbc8930 21:47:44 ---> 1cdf009d7beb 21:47:44 Step 7/23 : RUN go mod download 21:47:44 Removing intermediate container 7a86308e4c08 21:47:44 ---> 43c6c8fb4969 21:47:44 Step 6/23 : COPY go.mod . 21:47:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:47:44 ---> Running in 3568e3309d67 21:47:45 Removing intermediate container 2125dbbc8930 21:47:45 ---> 01ad6a67011f 21:47:45 21:47:45 ---> acf57fecd5dc 21:47:45 Step 7/23 : RUN go mod download 21:47:45 ---> Running in da95bd8f2963 21:47:45 Successfully built 01ad6a67011f 21:47:45 Successfully tagged core-data:latest 21:47:45  Building core-data ... done Building core-command 21:47:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:47:46 OK: 219 MiB in 52 packages 21:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.460s coverage: 95.1% of statements 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:47:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.245s coverage: 60.0% of statements 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:47:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.277s coverage: 0.8% of statements 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:47:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.156s coverage: 58.8% of statements 21:47:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.229s coverage: 22.0% of statements 21:47:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:47:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.190s coverage: 47.1% of statements 21:47:49 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:47:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:47:49 ---> a46c32059409 21:47:49 Step 3/24 : WORKDIR /edgex-go 21:47:49 ---> Using cache 21:47:49 ---> c18b4e81ac7b 21:47:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:49 ---> Using cache 21:47:49 ---> ef5003480262 21:47:49 Step 5/24 : RUN apk add --update --no-cache make git 21:47:49 ---> Using cache 21:47:49 ---> bf496e1cccfa 21:47:49 Step 6/24 : COPY go.mod . 21:47:49 ---> Using cache 21:47:49 ---> 1cdf009d7beb 21:47:49 Step 7/24 : RUN go mod download 21:47:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.258s coverage: 79.5% of statements 21:47:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.170s coverage: 94.1% of statements 21:47:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.192s coverage: 96.3% of statements 21:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements 21:47:51 Removing intermediate container f651ecf3e144 21:47:51 ---> 78996c6e3822 21:47:51 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:47:51 ---> Running in cf37ab5ad3fa 21:47:51 ---> Running in 993f907161c1 21:47:52 Removing intermediate container 3568e3309d67 21:47:52 ---> b8bc46cba23c 21:47:52 Step 8/23 : COPY . . 21:47:52 Removing intermediate container 15bd68827cc1 21:47:52 ---> 3fdcab06c017 21:47:52 Step 6/24 : COPY go.mod . 21:47:52 Removing intermediate container 993f907161c1 21:47:52 ---> 5320d424c0ec 21:47:52 Step 29/32 : CMD ["gate"] 21:47:52 Removing intermediate container da95bd8f2963 21:47:52 ---> 467c5c21fe19 21:47:52 Step 8/23 : COPY . . 21:47:52 ---> Running in a85629d912f5 21:47:59 ---> ac12707dc615 21:47:59 Step 7/24 : RUN go mod download 21:48:04 Removing intermediate container a85629d912f5 21:48:04 ---> 44ec01d1c601 21:48:04 Step 30/32 : LABEL arch=x86_64 21:48:04 ---> Running in 77c4efe6b05b 21:48:04 ---> b27b2c68bebe 21:48:04 Step 9/23 : RUN go mod tidy 21:48:04 ---> 8f0009a90339 21:48:04 Step 9/23 : RUN go mod tidy 21:48:04 ---> Running in 490054d9d6f6 21:48:04 ---> Running in 67a62d94aae8 21:48:04 ---> Running in 3b3a5db4dd85 21:48:04 Removing intermediate container cf37ab5ad3fa 21:48:04 ---> 56cd6db1d8c7 21:48:04 Step 8/24 : COPY . . 21:48:04 Removing intermediate container 490054d9d6f6 21:48:04 ---> b50512a55039 21:48:04 Step 31/32 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:48:04 ---> Running in a87b7d37e6a4 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.190s coverage: 94.4% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements 21:48:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.695s coverage: 81.8% of statements 21:48:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:48:08 Removing intermediate container a87b7d37e6a4 21:48:08 ---> 81c5e611db8d 21:48:08 Step 32/32 : LABEL version=0.0.0 21:48:09 ---> 3a6106d78087 21:48:09 Step 9/24 : RUN go mod tidy 21:48:09 ---> Running in c95ace9b2208 21:48:09 ---> Running in a3d780a932b5 21:48:09 Removing intermediate container 77c4efe6b05b 21:48:09 ---> 6ee96704c49a 21:48:09 Step 8/24 : COPY . . 21:48:13 Removing intermediate container c95ace9b2208 21:48:13 ---> 5a1bbff47bd4 21:48:13 21:48:13 Removing intermediate container 67a62d94aae8 21:48:13 ---> 33ea62c3d999 21:48:13 Step 10/23 : RUN make cmd/support-notifications/support-notifications 21:48:13 Successfully built 5a1bbff47bd4 21:48:13 Successfully tagged security-bootstrapper:latest 21:48:14  Building security-bootstrapper ... done  ---> Running in aada37d58518 21:48:15 Removing intermediate container 3b3a5db4dd85 21:48:15 ---> b191e96816a5 21:48:15 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 21:48:16 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 21:48:16 ---> Running in 590908951a10 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.266s coverage: 92.9% of statements 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.177s coverage: 87.2% of statements 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.181s coverage: 76.0% of statements 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.189s coverage: 80.0% of statements 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.255s coverage: 87.2% of statements 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.253s coverage: 85.4% of statements 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.306s coverage: 91.2% of statements 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:48:16 ---> d7ddcc96f9ff 21:48:16 Step 9/24 : RUN go mod tidy 21:48:16 Removing intermediate container a3d780a932b5 21:48:16 ---> 6dc3f8633beb 21:48:16 Step 10/24 : RUN make cmd/core-command/core-command 21:48:16 ---> Running in 9245a38a0e25 21:48:16 ---> Running in 7fa6b69ba631 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.943s coverage: 64.4% of statements 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:48:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.152s coverage: 100.0% of statements 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 21:48:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 21:48:17 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 21:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 21:48:17 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 21:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements 21:48:18 Removing intermediate container 9245a38a0e25 21:48:18 ---> 5fafee07ce15 21:48:18 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:48:18 ---> Running in 734ae4282252 21:48:19 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 21:48:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.190s coverage: 66.9% of statements 21:48:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:48:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:48:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.837s coverage: 43.6% of statements 21:48:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:48:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.262s coverage: 89.5% of statements 21:48:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.238s coverage: 84.8% of statements 21:48:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:48:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.270s coverage: 19.3% of statements 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:48:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.612s coverage: 91.9% of statements 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:48:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.254s coverage: 62.7% of statements 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:48:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.6% of statements 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 21:48:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.177s coverage: 28.9% of statements 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 21:48:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:48:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.153s coverage: 100.0% of statements 21:48:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements 21:48:33 GO111MODULE=on go vet ./... 21:48:53 Removing intermediate container 7fa6b69ba631 21:48:53 ---> 28c5b0ffcf92 21:48:53 21:48:53 Step 11/24 : FROM alpine:3.12 21:48:53 ---> 13621d1b12d4 21:48:53 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:48:53 ---> Using cache 21:48:53 ---> 6da5865f4acd 21:48:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:48:53 ---> Using cache 21:48:53 ---> 64971c1ebeee 21:48:53 Step 14/24 : ENV APP_PORT=59882 21:48:53 ---> Running in 7c6f463cd905 21:48:53 Removing intermediate container 590908951a10 21:48:53 ---> dbaef8b7e015 21:48:53 21:48:53 Step 11/23 : FROM alpine:3.12 21:48:53 ---> 13621d1b12d4 21:48:53 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:48:53 ---> Using cache 21:48:53 ---> 6da5865f4acd 21:48:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:48:53 ---> Using cache 21:48:53 ---> 64971c1ebeee 21:48:53 Step 14/23 : ENV APP_PORT=59861 21:48:53 Removing intermediate container 7c6f463cd905 21:48:53 ---> 6d570e6f105a 21:48:53 Step 15/24 : EXPOSE $APP_PORT 21:48:53 ---> Running in 667b26e99911 21:48:53 Removing intermediate container aada37d58518 21:48:53 ---> 18e55ab7809d 21:48:53 21:48:53 Step 11/23 : FROM alpine:3.12 21:48:53 ---> 13621d1b12d4 21:48:53 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:48:53 Removing intermediate container 734ae4282252 21:48:53 ---> b7542fceb5e2 21:48:53 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:48:53 ---> Running in 7f246c965015 21:48:53 Removing intermediate container 667b26e99911 21:48:53 ---> 190ed4c3e6e5 21:48:53 Step 15/23 : EXPOSE $APP_PORT 21:48:53 ---> Running in 7a56f7df6356 21:48:53 ---> Running in bbba6718e659 21:48:53 ---> Running in 90e7103270a4 21:48:53 Removing intermediate container 7f246c965015 21:48:53 ---> 0b4f59a1780b 21:48:53 Step 16/24 : WORKDIR / 21:48:53 ---> Running in c827d1a3edb4 21:48:53 Removing intermediate container 90e7103270a4 21:48:53 ---> 34eb1e138346 21:48:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:53 Removing intermediate container c827d1a3edb4 21:48:53 ---> ca86694bd172 21:48:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:53 ---> 78d877d4f95d 21:48:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:48:53 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 21:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:53 ---> 5338dd237309 21:48:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:53 (1/2) Installing ca-certificates (20191127-r4) 21:48:53 (2/2) Installing dumb-init (1.2.2-r1) 21:48:53 Executing busybox-1.31.1-r20.trigger 21:48:53 Executing ca-certificates-20191127-r4.trigger 21:48:53 OK: 6 MiB in 16 packages 21:48:53 ---> 316e33750bd9 21:48:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:48:54 ---> 0af24e92cc40 21:48:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:48:54 ---> 0b3bf37b0cca 21:48:54 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:48:54 ---> 9e105ae66473 21:48:54 Step 20/24 : ENTRYPOINT ["/core-command"] 21:48:54 ---> Running in 070f49e1da47 21:48:54 Removing intermediate container bbba6718e659 21:48:54 ---> 3bb285a8a197 21:48:54 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:48:54 ---> Running in 0d853b46ee79 21:48:54 ---> Running in cb53d32c2d50 21:48:54 Removing intermediate container 0d853b46ee79 21:48:54 ---> 03cb2a8743c0 21:48:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:48:54 Removing intermediate container 7a56f7df6356 21:48:54 ---> 968984b1a4fc 21:48:54 21:48:54 Step 12/24 : FROM docker:20.10.0 21:48:54 Removing intermediate container 070f49e1da47 21:48:54 ---> c56d20f4d4ef 21:48:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:48:54 Removing intermediate container cb53d32c2d50 21:48:54 ---> 0ffbeb9fa0ed 21:48:54 Step 14/23 : ENV APP_PORT=59860 21:48:54 ---> Running in 6b12ef9aa0c7 21:48:54 ---> Running in 4db78b6b658c 21:48:54 20.10.0: Pulling from library/docker 21:48:54 ---> Running in dc1d73244cf1 21:48:54 Removing intermediate container 4db78b6b658c 21:48:54 ---> cf56df86b675 21:48:54 Step 22/24 : LABEL arch=x86_64 21:48:54 Removing intermediate container 6b12ef9aa0c7 21:48:54 ---> 95badb085853 21:48:54 Step 21/23 : LABEL arch=x86_64 21:48:54 ---> Running in 1760b224f85c 21:48:54 ---> Running in 1d966197e73b 21:48:54 Removing intermediate container dc1d73244cf1 21:48:54 ---> 8003cf002b23 21:48:54 Step 15/23 : EXPOSE $APP_PORT 21:48:54 ---> Running in 70ff3485600b 21:48:55 Removing intermediate container 1d966197e73b 21:48:55 ---> 2fbbcb7e21ca 21:48:55 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:48:55 Removing intermediate container 1760b224f85c 21:48:55 ---> 883345398fd4 21:48:55 Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:48:57 ---> Running in 6ec41a1cb17f 21:48:57 Removing intermediate container 70ff3485600b 21:48:57 ---> cc873a83d560 21:48:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:57 ---> Running in 888bf94afd41 21:48:57 ---> 84b4fc3e3062 21:48:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:48:57 Removing intermediate container 6ec41a1cb17f 21:48:57 ---> 71163b751607 21:48:57 Step 24/24 : LABEL version=0.0.0 21:48:57 ---> Running in 3e6f17cbde47 21:48:57 Removing intermediate container 888bf94afd41 21:48:57 ---> 6c556b01b16f 21:48:57 Step 23/23 : LABEL version=0.0.0 21:48:57 ---> Running in c88f0a599161 21:48:57 ---> 5556852094f2 21:48:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:48:57 Removing intermediate container 3e6f17cbde47 21:48:57 ---> a2b9ddf524e4 21:48:57 21:48:57 Successfully built a2b9ddf524e4 21:48:57 Successfully tagged core-command:latest 21:48:57  Building core-command ... done Removing intermediate container c88f0a599161 21:48:57 ---> 319ef800f976 21:48:57 21:48:57 Successfully built 319ef800f976 21:48:57 ---> 6843ee17b725 21:48:57 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:48:57 Successfully tagged support-scheduler:latest 21:48:57  Building support-scheduler ... done  ---> Running in fb25fdf4ca34 21:48:57 Removing intermediate container fb25fdf4ca34 21:48:57 ---> 7809a3f88ea1 21:48:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:48:57 ---> Running in 8fc09b01d64b 21:48:57 Removing intermediate container 8fc09b01d64b 21:48:57 ---> b38832a2356d 21:48:57 Step 21/23 : LABEL arch=x86_64 21:48:58 ---> Running in f8caef62eed1 21:48:58 Removing intermediate container f8caef62eed1 21:48:58 ---> f69d7e715a03 21:48:58 Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:48:58 ---> Running in 94ff9a3dc03c 21:48:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:48:58 Removing intermediate container 94ff9a3dc03c 21:48:58 ---> e68ca98d54fb 21:48:58 Step 23/23 : LABEL version=0.0.0 21:48:58 Status: Downloaded newer image for docker:20.10.0 21:48:58 ---> aefe523efa57 21:48:58 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:48:58 ---> Running in ad6862a666d6 21:48:58 ---> Running in 7861d986b67f 21:48:58 Removing intermediate container ad6862a666d6 21:48:58 ---> 147094dba4d4 21:48:58 21:48:58 Removing intermediate container 7861d986b67f 21:48:58 ---> f43d63d0a28a 21:48:58 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:48:58 ---> Running in 521a3e4500b7 21:48:58 Successfully built 147094dba4d4 21:48:58 Successfully tagged support-notifications:latest 21:48:59  Building support-notifications ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:59 (1/39) Installing readline (8.0.4-r0) 21:48:59 (2/39) Installing bash (5.0.17-r0) 21:48:59 Executing bash-5.0.17-r0.post-install 21:48:59 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:48:59 (4/39) Installing libcurl (7.77.0-r0) 21:48:59 (5/39) Installing curl (7.77.0-r0) 21:48:59 (6/39) Installing dumb-init (1.2.2-r1) 21:48:59 (7/39) Installing libbz2 (1.0.8-r1) 21:48:59 (8/39) Installing expat (2.2.9-r1) 21:48:59 (9/39) Installing libffi (3.3-r2) 21:48:59 (10/39) Installing gdbm (1.13-r1) 21:48:59 (11/39) Installing xz-libs (5.2.5-r0) 21:48:59 (12/39) Installing sqlite-libs (3.32.1-r1) 21:48:59 (13/39) Installing python3 (3.8.10-r0) 21:48:59 (14/39) Installing py3-appdirs (1.4.4-r1) 21:48:59 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:48:59 (16/39) Installing py3-parsing (2.4.7-r0) 21:48:59 (17/39) Installing py3-six (1.15.0-r0) 21:48:59 (18/39) Installing py3-packaging (20.4-r0) 21:48:59 (19/39) Installing py3-setuptools (47.0.0-r0) 21:48:59 (20/39) Installing py3-chardet (3.0.4-r4) 21:48:59 (21/39) Installing py3-idna (2.9-r0) 21:48:59 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:48:59 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:48:59 (24/39) Installing py3-requests (2.23.0-r0) 21:48:59 (25/39) Installing py3-msgpack (1.0.0-r0) 21:48:59 (26/39) Installing py3-lockfile (0.12.2-r3) 21:48:59 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:48:59 (28/39) Installing py3-colorama (0.4.3-r0) 21:48:59 (29/39) Installing py3-distlib (0.3.0-r0) 21:49:00 (30/39) Installing py3-distro (1.5.0-r1) 21:49:00 (31/39) Installing py3-webencodings (0.5.1-r3) 21:49:00 (32/39) Installing py3-html5lib (1.0.1-r4) 21:49:00 (33/39) Installing py3-pytoml (0.1.21-r0) 21:49:00 (34/39) Installing py3-pep517 (0.8.2-r0) 21:49:00 (35/39) Installing py3-progress (1.5-r0) 21:49:00 (36/39) Installing py3-toml (0.10.1-r0) 21:49:00 (37/39) Installing py3-retrying (1.3.3-r0) 21:49:00 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:49:00 (39/39) Installing py3-pip (20.1.1-r0) 21:49:00 Executing busybox-1.31.1-r19.trigger 21:49:00 OK: 72 MiB in 59 packages 21:49:00 Collecting docker-compose==1.23.2 21:49:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:49:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:49:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:49:01 Collecting PyYAML<4,>=3.10 21:49:01 Downloading PyYAML-3.13.tar.gz (270 kB) 21:49:01 Collecting texttable<0.10,>=0.9.0 21:49:01 Downloading texttable-0.9.1.tar.gz (11 kB) 21:49:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:49:02 Collecting docker<4.0,>=3.6.0 21:49:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:49:02 Collecting docopt<0.7,>=0.6.1 21:49:02 Downloading docopt-0.6.2.tar.gz (25 kB) 21:49:02 Collecting cached-property<2,>=1.2.0 21:49:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:49:02 Collecting websocket-client<1.0,>=0.32.0 21:49:02 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:49:02 Collecting jsonschema<3,>=2.5.1 21:49:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:49:02 Collecting dockerpty<0.5,>=0.4.1 21:49:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:49:03 Collecting urllib3<1.25,>=1.21.1 21:49:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:49:03 Collecting idna<2.8,>=2.5 21:49:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:49:03 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) 21:49:03 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) 21:49:03 Collecting docker-pycreds>=0.4.0 21:49:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:49:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:49:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:49:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:49:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:49:03 Installing collected packages: urllib3, idna, requests, PyYAML, texttable, docker-pycreds, websocket-client, docker, docopt, cached-property, jsonschema, dockerpty, docker-compose 21:49:03 Attempting uninstall: urllib3 21:49:03 Found existing installation: urllib3 1.25.9 21:49:03 Uninstalling urllib3-1.25.9: 21:49:03 Successfully uninstalled urllib3-1.25.9 21:49:03 Attempting uninstall: idna 21:49:03 Found existing installation: idna 2.9 21:49:03 Uninstalling idna-2.9: 21:49:03 Successfully uninstalled idna-2.9 21:49:03 Attempting uninstall: requests 21:49:03 Found existing installation: requests 2.23.0 21:49:03 Uninstalling requests-2.23.0: 21:49:03 Successfully uninstalled requests-2.23.0 21:49:03 Running setup.py install for PyYAML: started 21:49:04 Running setup.py install for PyYAML: finished with status 'done' 21:49:04 Running setup.py install for texttable: started 21:49:04 Running setup.py install for texttable: finished with status 'done' 21:49:04 Running setup.py install for docopt: started 21:49:04 Running setup.py install for docopt: finished with status 'done' 21:49:05 Running setup.py install for dockerpty: started 21:49:05 Running setup.py install for dockerpty: finished with status 'done' 21:49:05 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.59.0 21:49:09 Removing intermediate container 521a3e4500b7 21:49:09 ---> b0a97d302c73 21:49:09 Step 15/24 : ENV APP_PORT=58890 21:49:09 ---> Running in 32343ecc1583 21:49:09 Removing intermediate container 32343ecc1583 21:49:09 ---> 66ed51ff8e28 21:49:09 Step 16/24 : EXPOSE $APP_PORT 21:49:09 ---> Running in 0a3ddc5e8d74 21:49:09 Removing intermediate container 0a3ddc5e8d74 21:49:09 ---> 818517e898ec 21:49:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:49:09 ---> e39d38c4843c 21:49:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:49:09 ---> 70607fef8dda 21:49:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:49:10 ---> 817c52f29f0b 21:49:10 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 21:49:10 ---> Running in f265d08c2148 21:49:10 Removing intermediate container f265d08c2148 21:49:10 ---> e81ba8c58e5d 21:49:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:49:10 ---> Running in 4ebbb4336dfb 21:49:10 Removing intermediate container 4ebbb4336dfb 21:49:10 ---> bec0ea508db7 21:49:10 Step 22/24 : LABEL arch=x86_64 21:49:10 ---> Running in b1cff468452e 21:49:10 Removing intermediate container b1cff468452e 21:49:10 ---> 247c6ee2ce86 21:49:10 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:49:10 ---> Running in a30a7583e27d 21:49:10 Removing intermediate container a30a7583e27d 21:49:10 ---> 939d6abad39a 21:49:10 Step 24/24 : LABEL version=0.0.0 21:49:10 ---> Running in b936be31206b 21:49:10 Removing intermediate container b936be31206b 21:49:10 ---> f8260bf8ed4c 21:49:10 21:49:10 Successfully built f8260bf8ed4c 21:49:10 Successfully tagged sys-mgmt-agent:latest 21:49:11  Building sys-mgmt-agent ... done  [Pipeline] } 21:49:11 $ docker stop --time=1 e4d51ba8a2d85914e66f890ddfcd9e1e0e7445e938bad154501e27ec2d6be2ab 21:49:12 $ docker rm -f e4d51ba8a2d85914e66f890ddfcd9e1e0e7445e938bad154501e27ec2d6be2ab [Pipeline] // withDockerContainer [Pipeline] sh 21:49:12 + docker images 21:49:12 REPOSITORY TAG IMAGE ID CREATED SIZE 21:49:12 sys-mgmt-agent latest f8260bf8ed4c 2 seconds ago 312MB 21:49:12 support-notifications latest 147094dba4d4 14 seconds ago 16.7MB 21:49:12 support-scheduler latest 319ef800f976 15 seconds ago 15.9MB 21:49:12 core-command latest a2b9ddf524e4 16 seconds ago 15.9MB 21:49:12 968984b1a4fc 18 seconds ago 1.15GB 21:49:12 18e55ab7809d 20 seconds ago 1.15GB 21:49:12 dbaef8b7e015 21 seconds ago 1.15GB 21:49:12 28c5b0ffcf92 22 seconds ago 1.14GB 21:49:12 security-bootstrapper latest 5a1bbff47bd4 About a minute ago 18.6MB 21:49:12 core-data latest 01ad6a67011f About a minute ago 20.2MB 21:49:12 security-secretstore-setup latest adfed24b258f About a minute ago 28.7MB 21:49:12 core-metadata latest da241ed38de3 About a minute ago 16.6MB 21:49:12 security-proxy-setup latest 2292e79f11aa About a minute ago 25.7MB 21:49:12 733e35739290 About a minute ago 1.15GB 21:49:12 4531f18d3bbd About a minute ago 1.15GB 21:49:12 530361ca74b0 About a minute ago 1.15GB 21:49:12 066fee944a91 About a minute ago 1.15GB 21:49:12 b4ef1b357d3e About a minute ago 1.15GB 21:49:12 ci-base-image-x86_64 latest a46c32059409 7 minutes ago 647MB 21:49:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB 21:49:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB 21:49:12 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 21:49:12 docker 20.10.0 aefe523efa57 6 months ago 240MB 21:49:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 months ago 310MB [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:49:56 gofmt -l . 21:49:56 [ "`gofmt -l .`" = "" ] 21:49:56 ./bin/test-attribution-txt.sh [Pipeline] sh 21:49:59 + ls -al . 21:49:59 total 544 21:49:59 drwxrwxr-x 9 1001 1001 4096 Jun 15 21:49 . 21:49:59 drwxr-xr-x 4 root root 4096 Jun 15 21:45 .. 21:49:59 -rw-rw-r-- 1 1001 1001 11 Jun 15 21:43 .dockerignore 21:49:59 drwxrwxr-x 8 1001 1001 4096 Jun 15 21:43 .git 21:49:59 drwxrwxr-x 3 1001 1001 4096 Jun 15 21:43 .github 21:49:59 -rw-rw-r-- 1 1001 1001 818 Jun 15 21:43 .gitignore 21:49:59 -rw-rw-r-- 1 1001 1001 166 Jun 15 21:43 .sonarcloud.properties 21:49:59 -rw-rw-r-- 1 1001 1001 8609 Jun 15 21:43 Attribution.txt 21:49:59 -rw-rw-r-- 1 1001 1001 3804 Jun 15 21:43 CONTRIBUTING.md 21:49:59 -rw-rw-r-- 1 1001 1001 931 Jun 15 21:43 Dockerfile.build 21:49:59 -rw-rw-r-- 1 1001 1001 849 Jun 15 21:43 Jenkinsfile 21:49:59 -rw-rw-r-- 1 1001 1001 10775 Jun 15 21:43 LICENSE 21:49:59 -rw-rw-r-- 1 1001 1001 5605 Jun 15 21:43 Makefile 21:49:59 -rw-rw-r-- 1 1001 1001 7905 Jun 15 21:43 README.md 21:49:59 -rw-rw-r-- 1 1001 1001 7071 Jun 15 21:43 SECURITY.md 21:49:59 -rw-rw-r-- 1 1001 1001 5 Jun 15 21:41 VERSION 21:49:59 -rw-rw-r-- 1 1001 1001 4131 Jun 15 21:43 ZMQWindows.md 21:49:59 drwxrwxr-x 2 1001 1001 4096 Jun 15 21:43 bin 21:49:59 drwxrwxr-x 14 1001 1001 4096 Jun 15 21:43 cmd 21:49:59 -rw-r--r-- 1 root root 398195 Jun 15 21:48 coverage.out 21:49:59 -rw-rw-r-- 1 1001 1001 841 Jun 15 21:43 go.mod 21:49:59 -rw-r--r-- 1 root root 21063 Jun 15 21:45 go.sum 21:49:59 drwxrwxr-x 7 1001 1001 4096 Jun 15 21:43 internal 21:49:59 drwxrwxr-x 3 1001 1001 4096 Jun 15 21:43 openapi 21:49:59 drwxrwxr-x 4 1001 1001 4096 Jun 15 21:43 snap 21:49:59 -rw-rw-r-- 1 1001 1001 168 Jun 15 21:43 version.go [Pipeline] sh 21:50:00 + '[' -e coverage.out ] 21:50:00 + chown 1001:1001 coverage.out [Pipeline] stash 21:50:00 Warning: overwriting stash ‘coverage-report’ 21:50:01 Stashed 1 file(s) [Pipeline] sh 21:50:01 + make build 21:50:01 go mod tidy 21:50:02 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 21:50:10 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 21:50:37 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 21:50:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:50:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:50:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:50:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:50:51 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 21:50:55 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 21:50:58 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 21:51:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:51:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:51:14 $ docker stop --time=1 ce11637deed48a462ead12d6b47e570643cab9e6161f0ec3b9fa96f80cdc403a 21:51:16 $ docker rm -f ce11637deed48a462ead12d6b47e570643cab9e6161f0ec3b9fa96f80cdc403a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:18 21:51:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:51:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:19 latest: Pulling from edgex-devops/edgex-compose-arm64 21:51:19 29e5d40040c1: Pulling fs layer 21:51:19 1ce36da41761: Pulling fs layer 21:51:19 25b303627fd3: Pulling fs layer 21:51:19 29e5d40040c1: Verifying Checksum 21:51:19 29e5d40040c1: Download complete 21:51:20 29e5d40040c1: Pull complete 21:51:20 1ce36da41761: Verifying Checksum 21:51:20 1ce36da41761: Download complete 21:51:21 1ce36da41761: Pull complete 21:51:22 25b303627fd3: Download complete 21:51:32 25b303627fd3: Pull complete 21:51:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:51:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:51:32 prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container 21:51:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:51:35 $ docker top e14c0709f6e6a010d52b4f7f593815f3dad1fc1420e1620d74c1be62335c4c7c -eo pid,comm [Pipeline] { [Pipeline] sh 21:51:36 + docker-compose build --help 21:51:36 + grep parallel 21:51:42 --parallel Build images in parallel. [Pipeline] } 21:51:42 $ docker stop --time=1 e14c0709f6e6a010d52b4f7f593815f3dad1fc1420e1620d74c1be62335c4c7c 21:51:44 $ docker rm -f e14c0709f6e6a010d52b4f7f593815f3dad1fc1420e1620d74c1be62335c4c7c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:44 . [Pipeline] withDockerContainer 21:51:45 prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container 21:51:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 21:51:46 $ docker top d46958c5a59eb18eacbbf0b728d9f89dd3d08e5f1a168b4ab9a7f90359b83431 -eo pid,comm [Pipeline] { [Pipeline] sh 21:51:47 + docker-compose -f ./docker-compose-build.yml build --parallel 21:51:52 Building core-command ... 21:51:52 Building core-data ... 21:51:52 Building core-metadata ... 21:51:52 Building security-bootstrapper ... 21:51:52 Building security-proxy-setup ... 21:51:52 Building security-secretstore-setup ... 21:51:52 Building support-notifications ... 21:51:52 Building support-scheduler ... 21:51:52 Building sys-mgmt-agent ... 21:51:52 Building security-secretstore-setup 21:51:52 Building support-notifications 21:51:52 Building security-proxy-setup 21:51:52 Building security-bootstrapper 21:51:52 Building sys-mgmt-agent 21:52:59 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:59 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:52:59 ---> 21b58d749eb3 21:52:59 Step 3/32 : WORKDIR /edgex-go 21:52:59 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:52:59 ---> 21b58d749eb3 21:52:59 Step 3/23 : WORKDIR /edgex-go 21:52:59 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:52:59 ---> 21b58d749eb3 21:52:59 Step 3/24 : WORKDIR /edgex-go 21:52:59 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:52:59 ---> 21b58d749eb3 21:52:59 Step 3/22 : WORKDIR /edgex-go 21:52:59 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:52:59 ---> 21b58d749eb3 21:52:59 Step 3/26 : WORKDIR /edgex-go 21:52:59 ---> Running in b59a47a206e4 21:52:59 ---> Running in b12df3f67414 21:52:59 ---> Running in 7b147b3923f4 21:52:59 ---> Running in 137168cd8e4a 21:52:59 ---> Running in 8d7413ec3ae6 21:52:59 Removing intermediate container 137168cd8e4a 21:52:59 ---> 55acb9824eb8 21:52:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:59 Removing intermediate container 8d7413ec3ae6 21:52:59 ---> 68014dfdb686 21:52:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:59 Removing intermediate container b12df3f67414 21:52:59 ---> 0903f148a417 21:52:59 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:59 Removing intermediate container b59a47a206e4 21:52:59 ---> dad0e62ae362 21:52:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:59 Removing intermediate container 7b147b3923f4 21:52:59 ---> c36fd2958fdc 21:52:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:59 ---> Running in 8767a69a78c0 21:52:59 ---> Running in c85f22bccc60 21:53:00 ---> Running in f8368552b1b8 21:53:00 ---> Running in 05c094cfc98f 21:53:00 ---> Running in 469af5984676 21:53:04 Removing intermediate container c85f22bccc60 21:53:04 ---> eadcca4b197c 21:53:04 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:53:04 Removing intermediate container 8767a69a78c0 21:53:04 ---> b732924580c6 21:53:04 Step 5/22 : RUN apk add --update --no-cache make git 21:53:04 ---> Running in 0213b51ab6c8 21:53:04 Removing intermediate container f8368552b1b8 21:53:04 ---> 4ecbf4f08412 21:53:04 Step 5/32 : RUN apk add --update --no-cache make git 21:53:04 ---> Running in 47f60e4c05ef 21:53:04 ---> Running in 7a26b6e80803 21:53:04 Removing intermediate container 469af5984676 21:53:04 Removing intermediate container 05c094cfc98f 21:53:04 ---> 6615e4a778b3 21:53:04 ---> 173af24cb6a8 21:53:04 Step 5/26 : RUN apk add --update --no-cache make gitStep 5/24 : RUN apk add --update --no-cache make bash git 21:53:04 21:53:05 ---> Running in 1d7ed86615e5 21:53:05 ---> Running in a122852bacb0 21:53:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:53:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:53:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:53:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:53:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:53:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:53:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:53:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:53:08 OK: 218 MiB in 52 packages 21:53:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:53:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:53:08 OK: 218 MiB in 52 packages 21:53:08 OK: 218 MiB in 52 packages 21:53:09 OK: 218 MiB in 52 packages 21:53:09 Removing intermediate container 0213b51ab6c8 21:53:09 ---> 619db5da78ab 21:53:09 Step 6/23 : COPY go.mod . 21:53:10 Removing intermediate container 47f60e4c05ef 21:53:10 ---> 1937defc4063 21:53:10 Step 6/22 : COPY go.mod . 21:53:10 Removing intermediate container 7a26b6e80803 21:53:10 ---> 6f61e8a9e2bf 21:53:10 Step 6/32 : COPY go.mod . 21:53:10 OK: 218 MiB in 52 packages 21:53:10 Removing intermediate container a122852bacb0 21:53:10 ---> a967800415fb 21:53:10 Step 6/26 : COPY go.mod . 21:53:11 ---> d669768d9428 21:53:11 Step 7/23 : RUN go mod download 21:53:11 ---> Running in 009073fd11b6 21:53:11 ---> b93eb9b300a5 21:53:11 Step 7/22 : RUN go mod download 21:53:11 ---> de2b0ab65d05 21:53:11 Step 7/32 : RUN go mod download 21:53:11 ---> Running in 9532d1198585 21:53:12 ---> Running in 783fe27473c2 21:53:12 ---> e28a56ed61a6 21:53:12 Step 7/26 : RUN go mod download 21:53:12 Removing intermediate container 1d7ed86615e5 21:53:12 ---> 72e117c1f737 21:53:12 Step 6/24 : COPY go.mod . 21:53:12 ---> Running in 02924083e62b 21:53:13 ---> a6c3937e59ba 21:53:13 Step 7/24 : RUN go mod download 21:53:14 ---> Running in 6c440fbe0823 21:53:15 Removing intermediate container 009073fd11b6 21:53:15 ---> d0a60803d58b 21:53:15 Step 8/23 : COPY . . 21:53:16 Removing intermediate container 02924083e62b 21:53:16 ---> 327aa728b3f3 21:53:16 Step 8/26 : COPY . . 21:53:16 Removing intermediate container 9532d1198585 21:53:16 ---> 6669ea2af8bb 21:53:16 Step 8/22 : COPY . . 21:53:17 Removing intermediate container 783fe27473c2 21:53:17 ---> b4eb34290c18 21:53:17 Step 8/32 : COPY . . 21:53:19 Removing intermediate container 6c440fbe0823 21:53:19 ---> 540e3ee0f928 21:53:19 Step 8/24 : COPY . . 21:53:42 ---> 2213f595553f 21:53:42 Step 9/23 : RUN go mod tidy 21:53:42 ---> 09b176b7e3d4 21:53:42 Step 9/26 : RUN go mod tidy 21:53:42 ---> Running in 4f14c08b62b4 21:53:42 ---> ed3dc278cca5 21:53:42 Step 9/32 : RUN go mod tidy 21:53:42 ---> 6a2b5d24b0ad 21:53:42 Step 9/22 : RUN go mod tidy 21:53:42 ---> e371eca2c62b 21:53:42 Step 9/24 : RUN go mod tidy 21:53:42 ---> Running in de31ba6a6c73 21:53:42 ---> Running in 95e62a9e156e 21:53:42 ---> Running in f431ae1973ab 21:53:42 ---> Running in 661ddf7e6660 21:53:44 Removing intermediate container 4f14c08b62b4 21:53:44 ---> b2c7c6448dc3 21:53:44 Step 10/23 : RUN make cmd/support-notifications/support-notifications 21:53:44 ---> Running in 5c9a96abba99 21:53:46 Removing intermediate container 95e62a9e156e 21:53:46 ---> 7f480b03dc78 21:53:46 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:53:46 ---> Running in 9b4dfe8516e9 21:53:46 Removing intermediate container 661ddf7e6660 21:53:46 ---> 7153a1bd347e 21:53:46 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:53:46 Removing intermediate container de31ba6a6c73 21:53:46 ---> 9615ce66ce0f 21:53:46 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:53:46 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 21:53:46 Removing intermediate container f431ae1973ab 21:53:46 ---> bfba7fbc21cd 21:53:46 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:53:46 ---> Running in b98ebe6e9d0b 21:53:46 ---> Running in 74dc35fee3ce 21:53:47 ---> Running in 7769fe0ef5a8 21:53:49 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 21:53:49 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 21:53:49 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 21:53:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:55:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:55:32 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 21:55:42 Removing intermediate container b98ebe6e9d0b 21:55:42 ---> c70fe5347b66 21:55:42 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:55:42 Removing intermediate container 7769fe0ef5a8 21:55:42 ---> 6e92d5e89f55 21:55:42 21:55:42 Step 11/32 : FROM alpine:3.12 21:55:42 Removing intermediate container 5c9a96abba99 21:55:42 ---> b29b40e0c7ae 21:55:42 21:55:42 Step 11/23 : FROM alpine:3.12 21:55:42 ---> Running in 570af7e5a74c 21:55:43 3.12: Pulling from library/alpine 21:55:43 3.12: Pulling from library/alpine 21:55:43 Removing intermediate container 9b4dfe8516e9 21:55:43 ---> 377126003e57 21:55:43 21:55:43 Step 11/22 : FROM alpine:3.12 21:55:43 Removing intermediate container 74dc35fee3ce 21:55:43 ---> ad99ebb13bad 21:55:43 21:55:43 Step 11/26 : FROM alpine:3.12 21:55:44 3.12: Pulling from library/alpine 21:55:44 3.12: Pulling from library/alpine 21:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:55:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:55:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:55:45 Status: Downloaded newer image for alpine:3.12 21:55:45 Status: Downloaded newer image for alpine:3.12 21:55:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:55:45 Status: Image is up to date for alpine:3.12 21:55:45 ---> 9852663dfa18 21:55:45 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:55:45 ---> 9852663dfa18 21:55:45 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:55:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:55:45 Status: Image is up to date for alpine:3.12 21:55:45 ---> 9852663dfa18 21:55:45 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:55:45 ---> 9852663dfa18 21:55:45 Step 12/22 : RUN apk add --update --no-cache curl 21:55:45 ---> Running in b69b350bb249 21:55:45 ---> Running in f58786bfdc98 21:55:45 ---> Running in bf0cea45baee 21:55:45 ---> Running in 82aac3ab38c4 21:55:46 Removing intermediate container bf0cea45baee 21:55:46 ---> a547f976cc43 21:55:46 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 21:55:46 ---> Running in 36812a832e96 21:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:48 Removing intermediate container 570af7e5a74c 21:55:48 ---> 94c368460dab 21:55:48 21:55:48 Step 12/24 : FROM docker:20.10.0 21:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:48 20.10.0: Pulling from library/docker 21:55:48 (1/2) Installing ca-certificates (20191127-r4) 21:55:48 (2/2) Installing dumb-init (1.2.2-r1) 21:55:48 Executing busybox-1.31.1-r20.trigger 21:55:48 (1/4) Installing ca-certificates (20191127-r4) 21:55:48 Executing ca-certificates-20191127-r4.trigger 21:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:55:48 (3/4) Installing libcurl (7.77.0-r0) 21:55:48 (1/6) Installing ca-certificates (20191127-r4) 21:55:49 (4/4) Installing curl (7.77.0-r0) 21:55:49 Executing busybox-1.31.1-r20.trigger 21:55:49 Executing ca-certificates-20191127-r4.trigger 21:55:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:55:49 (3/6) Installing libcurl (7.77.0-r0) 21:55:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:49 (4/6) Installing curl (7.77.0-r0) 21:55:49 (5/6) Installing dumb-init (1.2.2-r1) 21:55:49 (6/6) Installing su-exec (0.2-r1) 21:55:49 Executing busybox-1.31.1-r20.trigger 21:55:49 Executing ca-certificates-20191127-r4.trigger 21:55:49 OK: 6 MiB in 16 packages 21:55:49 OK: 7 MiB in 20 packages 21:55:49 OK: 7 MiB in 18 packages 21:55:49 (1/2) Installing dumb-init (1.2.2-r1) 21:55:49 (2/2) Installing su-exec (0.2-r1) 21:55:49 Executing busybox-1.31.1-r20.trigger 21:55:49 OK: 5 MiB in 16 packages 21:55:52 Removing intermediate container 36812a832e96 21:55:52 ---> bb1f13a75852 21:55:52 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 21:55:52 Removing intermediate container 82aac3ab38c4 21:55:52 ---> 287b5824d1b4 21:55:52 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:55:52 ---> Running in 89823ddce4f8 21:55:53 Removing intermediate container f58786bfdc98 21:55:53 ---> 984a18bc097f 21:55:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.'Removing intermediate container b69b350bb249 21:55:53 ---> da0d73ffa195 21:55:53 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:55:53 21:55:53 ---> Running in 0cbda55dc1a2 21:55:53 ---> Running in 8826142055b3 21:55:53 ---> Running in 79a3393b5271 21:55:53 Removing intermediate container 89823ddce4f8 21:55:53 ---> ce7ea2f049e5 21:55:53 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:55:53 Removing intermediate container 0cbda55dc1a2 21:55:53 ---> ce4199905271 21:55:53 Step 14/23 : ENV APP_PORT=59860 21:55:53 ---> Running in 38be10ac2fc3 21:55:54 ---> Running in f7ff2a3a6693 21:55:54 Removing intermediate container 79a3393b5271 21:55:54 ---> ba129f8d941c 21:55:54 Step 14/26 : WORKDIR / 21:55:54 Removing intermediate container 8826142055b3 21:55:54 ---> c204e315d8f5 21:55:54 Step 14/22 : WORKDIR /edgex 21:55:54 ---> Running in 789b9d801833 21:55:54 ---> Running in bd2f5ac8b22a 21:55:54 Removing intermediate container 38be10ac2fc3 21:55:54 ---> 306b18479cf2 21:55:54 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:55:54 Removing intermediate container f7ff2a3a6693 21:55:54 ---> 0990074a2442 21:55:54 Step 15/23 : EXPOSE $APP_PORT 21:55:54 ---> Running in 4f6a5baec135 21:55:55 ---> Running in c321cc5036ad 21:55:55 Removing intermediate container 789b9d801833 21:55:55 ---> 8211330a1f5f 21:55:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:55:55 Removing intermediate container bd2f5ac8b22a 21:55:55 ---> 5094c8bf647d 21:55:55 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:55:56 Removing intermediate container c321cc5036ad 21:55:56 ---> f3ea3da523c6 21:55:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:55:57 ---> 102d21aa8ad0 21:55:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:55:57 ---> 40e2ed3f7037 21:55:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:55:57 ---> 602a1c2dbbbe 21:55:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:55:58 ---> 39c2c2b25404 21:55:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:55:58 Removing intermediate container 4f6a5baec135 21:55:58 ---> f90d24de7ba0 21:55:58 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 21:55:59 ---> Running in 2021e19c6000 21:55:59 ---> fd5ff624ccee 21:55:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:55:59 ---> ac88d36461c0 21:55:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:55:59 ---> 6a7110d6060b 21:55:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:56:00 Removing intermediate container 2021e19c6000 21:56:00 ---> 987839076920 21:56:00 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:56:00 ---> 557b04d57331 21:56:00 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:56:01 ---> d2e8928e517e 21:56:01 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:56:01 ---> Running in 0af63a6de743 21:56:01 ---> 56b030a79e8c 21:56:01 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:56:01 ---> Running in 955b55e1531a 21:56:01 ---> 2cb941752041 21:56:01 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:56:02 ---> Running in ef1732bdf76c 21:56:02 Removing intermediate container 0af63a6de743 21:56:02 ---> 3510ade9a38d 21:56:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:56:02 ---> Running in b02e4e516304 21:56:02 Removing intermediate container 955b55e1531a 21:56:02 ---> 91f3de2bb2bc 21:56:02 Step 19/22 : CMD ["--init=true"] 21:56:02 ---> e35ec280fa15 21:56:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:56:02 ---> Running in d246fee0fb14 21:56:03 Removing intermediate container b02e4e516304 21:56:03 ---> 1f702cf91f2c 21:56:03 Step 21/23 : LABEL arch=arm64 21:56:03 ---> Running in 1e3018a1188d 21:56:03 Removing intermediate container d246fee0fb14 21:56:03 ---> 111735847941 21:56:03 Step 20/22 : LABEL arch=arm64 21:56:04 ---> Running in 5001c2bb67fa 21:56:04 ---> f27b041043a2 21:56:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:56:04 Removing intermediate container 1e3018a1188d 21:56:04 ---> 0c786ee3fe1c 21:56:04 Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:56:05 ---> Running in 6f530e686c74 21:56:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:56:05 Removing intermediate container 5001c2bb67fa 21:56:05 ---> 6f0acc51713d 21:56:05 Step 21/22 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:56:05 Status: Downloaded newer image for docker:20.10.0 21:56:05 ---> eeaf43b92773 21:56:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:56:05 ---> Running in f8154c19a67e 21:56:05 ---> Running in 2371430b8dc1 21:56:05 Removing intermediate container 6f530e686c74 21:56:05 ---> b91ed53c51de 21:56:05 Step 23/23 : LABEL version=0.0.0 21:56:05 ---> 04d31f5724ac 21:56:05 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:56:05 Removing intermediate container ef1732bdf76c 21:56:05 ---> 5e414d557771 21:56:05 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:56:05 ---> Running in eac4439b08a2 21:56:05 ---> Running in e2c2e294902c 21:56:06 Removing intermediate container f8154c19a67e 21:56:06 ---> 357dbdad456a 21:56:06 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:56:06 Removing intermediate container 2371430b8dc1 21:56:06 ---> 9463e2a6399e 21:56:06 Step 22/22 : LABEL version=0.0.0 21:56:06 ---> Running in 31ac85efbf2a 21:56:06 ---> Running in a8fa19debb1f 21:56:06 Removing intermediate container e2c2e294902c 21:56:06 ---> 4061f7fe8fcd 21:56:06 21:56:06 ---> 4cfe30e51eee 21:56:06 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:56:07 Removing intermediate container a8fa19debb1f 21:56:07 ---> d6b0e845c2f1 21:56:07 21:56:07 Successfully built 4061f7fe8fcd 21:56:07 Successfully tagged support-notifications-arm64:latest 21:56:07 Building core-command 21:56:07  Building support-notifications ... done Successfully built d6b0e845c2f1 21:56:08 Successfully tagged security-proxy-setup-arm64:latest 21:56:08 Building core-data 21:56:08  Building security-proxy-setup ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:08 ---> 55366fb94c89 21:56:08 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:56:09 (1/39) Installing readline (8.0.4-r0) 21:56:09 (2/39) Installing bash (5.0.17-r0) 21:56:09 Executing bash-5.0.17-r0.post-install 21:56:09 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:56:09 (4/39) Installing libcurl (7.77.0-r0) 21:56:09 (5/39) Installing curl (7.77.0-r0) 21:56:09 (6/39) Installing dumb-init (1.2.2-r1) 21:56:09 (7/39) Installing libbz2 (1.0.8-r1) 21:56:09 (8/39) Installing expat (2.2.9-r1) 21:56:09 (9/39) Installing libffi (3.3-r2) 21:56:09 (10/39) Installing gdbm (1.13-r1) 21:56:09 (11/39) Installing xz-libs (5.2.5-r0) 21:56:09 (12/39) Installing sqlite-libs (3.32.1-r1) 21:56:09 (13/39) Installing python3 (3.8.10-r0) 21:56:09 Removing intermediate container eac4439b08a2 21:56:09 ---> ed2a86ffda45 21:56:09 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:56:10 ---> Running in 1cad953ea0f5 21:56:10 ---> 34396fb00a8b 21:56:10 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:56:10 Removing intermediate container 1cad953ea0f5 21:56:10 ---> 5f0ac9ea57df 21:56:10 Step 24/26 : LABEL arch=arm64 21:56:11 (14/39) Installing py3-appdirs (1.4.4-r1) 21:56:11 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:56:11 (16/39) Installing py3-parsing (2.4.7-r0) 21:56:11 (17/39) Installing py3-six (1.15.0-r0) 21:56:11 (18/39) Installing py3-packaging (20.4-r0) 21:56:11 (19/39) Installing py3-setuptools (47.0.0-r0) 21:56:11 (20/39) Installing py3-chardet (3.0.4-r4) 21:56:11 (21/39) Installing py3-idna (2.9-r0) 21:56:11 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:56:11 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:56:11 ---> Running in ca519ab6167a 21:56:11 (24/39) Installing py3-requests (2.23.0-r0) 21:56:11 (25/39) Installing py3-msgpack (1.0.0-r0) 21:56:11 (26/39) Installing py3-lockfile (0.12.2-r3) 21:56:11 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:56:11 (28/39) Installing py3-colorama (0.4.3-r0) 21:56:11 (29/39) Installing py3-distlib (0.3.0-r0) 21:56:11 (30/39) Installing py3-distro (1.5.0-r1) 21:56:11 (31/39) Installing py3-webencodings (0.5.1-r3) 21:56:11 (32/39) Installing py3-html5lib (1.0.1-r4) 21:56:12 (33/39) Installing py3-pytoml (0.1.21-r0) 21:56:12 (34/39) Installing py3-pep517 (0.8.2-r0) 21:56:12 (35/39) Installing py3-progress (1.5-r0) 21:56:12 (36/39) Installing py3-toml (0.10.1-r0) 21:56:12 (37/39) Installing py3-retrying (1.3.3-r0) 21:56:12 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:56:12 (39/39) Installing py3-pip (20.1.1-r0) 21:56:12 ---> 24870b123b6a 21:56:12 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:56:12 Executing busybox-1.31.1-r19.trigger 21:56:12 OK: 72 MiB in 59 packages 21:56:12 Removing intermediate container ca519ab6167a 21:56:12 ---> 51f18a84e43d 21:56:12 Step 25/26 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:56:13 ---> Running in 637399a5f31c 21:56:13 ---> 566bcec43906 21:56:13 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:56:13 ---> Running in 446b0697dcdc 21:56:13 Removing intermediate container 637399a5f31c 21:56:13 ---> c2b5d5ba37d6 21:56:13 Step 26/26 : LABEL version=0.0.0 21:56:14 ---> Running in ea8a6bf130ab 21:56:14 Removing intermediate container 446b0697dcdc 21:56:14 ---> 2f75aca77dee 21:56:14 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:56:14 Removing intermediate container ea8a6bf130ab 21:56:14 ---> 99e1d336e896 21:56:14 21:56:15 Successfully built 99e1d336e896 21:56:15 Successfully tagged security-secretstore-setup-arm64:latest 21:56:15 Building support-scheduler 21:56:15  Building security-secretstore-setup ... done  ---> 8a9860caf645 21:56:15 Step 27/32 : RUN chmod +x /entrypoint.sh 21:56:16 ---> Running in 6dafe18f7b78 21:56:17 Collecting docker-compose==1.23.2 21:56:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:56:18 Collecting cached-property<2,>=1.2.0 21:56:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:56:19 Removing intermediate container 6dafe18f7b78 21:56:19 ---> 7936a21152d5 21:56:19 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:56:19 Collecting docker<4.0,>=3.6.0 21:56:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:56:20 ---> Running in 1fef8618416a 21:56:20 Collecting docopt<0.7,>=0.6.1 21:56:20 Downloading docopt-0.6.2.tar.gz (25 kB) 21:56:21 Removing intermediate container 1fef8618416a 21:56:21 ---> a3831879b741 21:56:21 Step 29/32 : CMD ["gate"] 21:56:21 ---> Running in 2d419de256d3 21:56:22 Removing intermediate container 2d419de256d3 21:56:22 ---> 4789c3f65768 21:56:22 Step 30/32 : LABEL arch=arm64 21:56:22 ---> Running in cbdcca831259 21:56:23 Removing intermediate container cbdcca831259 21:56:23 ---> d168f43228d5 21:56:23 Step 31/32 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:56:23 ---> Running in e8f34542a8ad 21:56:23 Collecting PyYAML<4,>=3.10 21:56:23 Downloading PyYAML-3.13.tar.gz (270 kB) 21:56:24 Removing intermediate container e8f34542a8ad 21:56:24 ---> 79e610d59fda 21:56:24 Step 32/32 : LABEL version=0.0.0 21:56:24 ---> Running in ed696056df55 21:56:25 Removing intermediate container ed696056df55 21:56:25 ---> f5530130876c 21:56:25 21:56:25 Successfully built f5530130876c 21:56:26 Successfully tagged security-bootstrapper-arm64:latest 21:56:26 Building core-metadata 21:56:28  Building security-bootstrapper ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:56:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:56:29 Collecting websocket-client<1.0,>=0.32.0 21:56:29 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:56:29 Collecting jsonschema<3,>=2.5.1 21:56:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:56:30 Collecting dockerpty<0.5,>=0.4.1 21:56:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:56:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:56:32 Collecting texttable<0.10,>=0.9.0 21:56:32 Downloading texttable-0.9.1.tar.gz (11 kB) 21:56:35 Collecting docker-pycreds>=0.4.0 21:56:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:56:35 Collecting urllib3<1.25,>=1.21.1 21:56:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:56:36 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) 21:56:36 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) 21:56:36 Collecting idna<2.8,>=2.5 21:56:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:56:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:56:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:56:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:56:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:56:37 Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, PyYAML, jsonschema, dockerpty, texttable, docker-compose 21:56:37 Attempting uninstall: urllib3 21:56:37 Found existing installation: urllib3 1.25.9 21:56:37 Uninstalling urllib3-1.25.9: 21:56:37 Successfully uninstalled urllib3-1.25.9 21:56:38 Attempting uninstall: idna 21:56:38 Found existing installation: idna 2.9 21:56:38 Uninstalling idna-2.9: 21:56:38 Successfully uninstalled idna-2.9 21:56:39 Attempting uninstall: requests 21:56:39 Found existing installation: requests 2.23.0 21:56:39 Uninstalling requests-2.23.0: 21:56:39 Successfully uninstalled requests-2.23.0 21:56:41 Running setup.py install for docopt: started 21:56:43 Running setup.py install for docopt: finished with status 'done' 21:56:43 Running setup.py install for PyYAML: started 21:56:46 Running setup.py install for PyYAML: finished with status 'done' 21:56:46 Running setup.py install for dockerpty: started 21:56:48 Running setup.py install for dockerpty: finished with status 'done' 21:56:48 Running setup.py install for texttable: started 21:56:50 Running setup.py install for texttable: finished with status 'done' 21:56:51 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.59.0 21:56:51 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:56:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:56:51 ---> 21b58d749eb3 21:56:51 Step 3/24 : WORKDIR /edgex-go 21:56:51 ---> Using cache 21:56:51 ---> dad0e62ae362 21:56:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:51 ---> Using cache 21:56:51 ---> 6615e4a778b3 21:56:51 Step 5/24 : RUN apk add --update --no-cache make git 21:56:51 ---> Using cache 21:56:51 ---> a967800415fb 21:56:51 Step 6/24 : COPY go.mod . 21:56:51 ---> Using cache 21:56:51 ---> e28a56ed61a6 21:56:51 Step 7/24 : RUN go mod download 21:56:51 ---> Using cache 21:56:51 ---> 327aa728b3f3 21:56:51 Step 8/24 : COPY . . 21:56:51 ---> Using cache 21:56:51 ---> 09b176b7e3d4 21:56:51 Step 9/24 : RUN go mod tidy 21:56:51 ---> Using cache 21:56:51 ---> 9615ce66ce0f 21:56:51 Step 10/24 : RUN make cmd/core-command/core-command 21:56:53 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:56:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:56:53 ---> 21b58d749eb3 21:56:53 Step 3/24 : WORKDIR /edgex-go 21:56:53 ---> Using cache 21:56:53 ---> dad0e62ae362 21:56:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:53 ---> Using cache 21:56:53 ---> 6615e4a778b3 21:56:53 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:56:57 ---> Running in c76bcc8a6e26 21:56:57 ---> Running in 767ec17f2884 21:56:59 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 21:56:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:56:59 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:56:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:56:59 ---> 21b58d749eb3 21:56:59 Step 3/23 : WORKDIR /edgex-go 21:56:59 ---> Using cache 21:56:59 ---> dad0e62ae362 21:56:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:59 ---> Using cache 21:56:59 ---> 6615e4a778b3 21:56:59 Step 5/23 : RUN apk add --update --no-cache make git 21:56:59 ---> Using cache 21:56:59 ---> a967800415fb 21:56:59 Step 6/23 : COPY go.mod . 21:56:59 ---> Using cache 21:56:59 ---> e28a56ed61a6 21:56:59 Step 7/23 : RUN go mod download 21:56:59 ---> Using cache 21:56:59 ---> 327aa728b3f3 21:56:59 Step 8/23 : COPY . . 21:56:59 ---> Using cache 21:56:59 ---> 09b176b7e3d4 21:56:59 Step 9/23 : RUN go mod tidy 21:56:59 ---> Using cache 21:56:59 ---> 9615ce66ce0f 21:56:59 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 21:57:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:57:01 OK: 218 MiB in 52 packages 21:57:01 ---> Running in 7b966902c5ee 21:57:03 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 21:57:04 Removing intermediate container c76bcc8a6e26 21:57:04 ---> 3cd38aa13ea6 21:57:04 Step 6/24 : COPY go.mod . 21:57:06 ---> 3752390fcd9d 21:57:06 Step 7/24 : RUN go mod download 21:57:07 ---> Running in c7a8cb9e3b04 21:57:10 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:57:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:57:10 ---> 21b58d749eb3 21:57:10 Step 3/24 : WORKDIR /edgex-go 21:57:10 ---> Using cache 21:57:10 ---> dad0e62ae362 21:57:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:10 ---> Using cache 21:57:10 ---> 6615e4a778b3 21:57:10 Step 5/24 : RUN apk add --update --no-cache make git 21:57:10 ---> Using cache 21:57:10 ---> a967800415fb 21:57:10 Step 6/24 : COPY go.mod . 21:57:10 ---> Using cache 21:57:10 ---> e28a56ed61a6 21:57:10 Step 7/24 : RUN go mod download 21:57:10 ---> Using cache 21:57:10 ---> 327aa728b3f3 21:57:10 Step 8/24 : COPY . . 21:57:10 ---> Using cache 21:57:10 ---> 09b176b7e3d4 21:57:10 Step 9/24 : RUN go mod tidy 21:57:10 ---> Using cache 21:57:10 ---> 9615ce66ce0f 21:57:10 Step 10/24 : RUN make cmd/core-metadata/core-metadata 21:57:11 ---> Running in ea2e0d7944f4 21:57:13 Removing intermediate container 31ac85efbf2a 21:57:13 ---> c3c4a3bfd19a 21:57:13 Step 15/24 : ENV APP_PORT=58890 21:57:13 Removing intermediate container c7a8cb9e3b04 21:57:13 ---> b61bf0adff2e 21:57:13 Step 8/24 : COPY . . 21:57:13 ---> Running in a30ccdc85a59 21:57:14 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 21:57:14 Removing intermediate container a30ccdc85a59 21:57:14 ---> c65f613f670a 21:57:14 Step 16/24 : EXPOSE $APP_PORT 21:57:14 ---> Running in a91180d0a071 21:57:15 Removing intermediate container a91180d0a071 21:57:15 ---> 4d0e46276d73 21:57:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:57:18 ---> 981e5f994744 21:57:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:57:20 ---> 5558b7fd3d80 21:57:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:57:22 ---> d6c53666a4c1 21:57:22 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 21:57:22 ---> Running in ed18ba8296c7 21:57:23 Removing intermediate container ed18ba8296c7 21:57:23 ---> 6e9dee7a44c7 21:57:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:57:23 ---> Running in ba99642cea28 21:57:25 Removing intermediate container ba99642cea28 21:57:25 ---> 43de3b619252 21:57:25 Step 22/24 : LABEL arch=arm64 21:57:25 ---> Running in 65b4adb3c1d0 21:57:26 Removing intermediate container 65b4adb3c1d0 21:57:26 ---> d97631da10b6 21:57:26 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:57:26 ---> Running in 7c7158116c73 21:57:28 Removing intermediate container 7c7158116c73 21:57:28 ---> 711d9bc762c5 21:57:28 Step 24/24 : LABEL version=0.0.0 21:57:28 ---> Running in e8e45ad75e07 21:57:29 Removing intermediate container e8e45ad75e07 21:57:29 ---> 9a51aea4ff66 21:57:29 21:57:30 Successfully built 9a51aea4ff66 21:57:30 Successfully tagged sys-mgmt-agent-arm64:latest 21:57:35  Building sys-mgmt-agent ... done  ---> 8dabfe764933 21:57:35 Step 9/24 : RUN go mod tidy 21:57:35 ---> Running in 7c5b75619a75 21:57:41 Removing intermediate container 7c5b75619a75 21:57:41 ---> 8def2e55e1ea 21:57:41 Step 10/24 : RUN make cmd/core-data/core-data 21:57:41 ---> Running in 61aa5effb6e8 21:57:43 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 21:58:30 Removing intermediate container 767ec17f2884 21:58:30 ---> 5c0f65a99ff9 21:58:30 21:58:30 Step 11/24 : FROM alpine:3.12 21:58:30 ---> 9852663dfa18 21:58:30 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:58:30 ---> Running in 9a04c6080eab 21:58:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:31 (1/1) Installing dumb-init (1.2.2-r1) 21:58:31 Executing busybox-1.31.1-r20.trigger 21:58:31 OK: 5 MiB in 15 packages 21:58:33 Removing intermediate container 9a04c6080eab 21:58:33 ---> 94d247c44cfa 21:58:33 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:58:34 ---> Running in 87467553eef4 21:58:34 Removing intermediate container 87467553eef4 21:58:34 ---> 829159e667e1 21:58:34 Step 14/24 : ENV APP_PORT=59882 21:58:35 ---> Running in 61ee30ea43b8 21:58:35 Removing intermediate container 61ee30ea43b8 21:58:35 ---> 247ccc9221e2 21:58:35 Step 15/24 : EXPOSE $APP_PORT 21:58:36 ---> Running in e8367ccde475 21:58:36 Removing intermediate container e8367ccde475 21:58:36 ---> 5b78728adcb7 21:58:36 Step 16/24 : WORKDIR / 21:58:37 ---> Running in cf9082fd682f 21:58:38 Removing intermediate container cf9082fd682f 21:58:38 ---> e30a6197dd27 21:58:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:40 ---> b034793f46e0 21:58:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:58:41 Removing intermediate container 7b966902c5ee 21:58:41 ---> 28c57f4d0022 21:58:41 21:58:41 Step 11/23 : FROM alpine:3.12 21:58:41 ---> 9852663dfa18 21:58:41 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:58:41 ---> Using cache 21:58:41 ---> 94d247c44cfa 21:58:41 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:58:41 ---> Using cache 21:58:41 ---> 829159e667e1 21:58:41 Step 14/23 : ENV APP_PORT=59861 21:58:41 ---> Running in 9aea051e6997 21:58:42 Removing intermediate container 9aea051e6997 21:58:42 ---> 4fa1542aad97 21:58:42 Step 15/23 : EXPOSE $APP_PORT 21:58:42 ---> df128bfad67b 21:58:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:58:42 ---> Running in e18d15325d0f 21:58:43 Removing intermediate container e18d15325d0f 21:58:43 ---> 00e380caca09 21:58:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:44 ---> 91ceca64b4a5 21:58:44 Step 20/24 : ENTRYPOINT ["/core-command"] 21:58:44 ---> Running in 15024ad7e961 21:58:45 ---> f4596b34fc15 21:58:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:58:45 Removing intermediate container 15024ad7e961 21:58:45 ---> 1c8f14215d42 21:58:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:45 ---> Running in 91c2220a5382 21:58:46 Removing intermediate container 91c2220a5382 21:58:46 ---> 5a61dcee387a 21:58:46 Step 22/24 : LABEL arch=arm64 21:58:46 ---> Running in 57f5432dec71 21:58:47 ---> 474979fe9a07 21:58:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:58:48 Removing intermediate container 57f5432dec71 21:58:48 ---> e6b7dedaaca1 21:58:48 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:58:48 ---> Running in be39e6801087 21:58:49 ---> c2d5b6c798c3 21:58:49 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:58:49 ---> Running in 2bb485090d7b 21:58:49 Removing intermediate container be39e6801087 21:58:49 ---> bc16e25c8273 21:58:49 Step 24/24 : LABEL version=0.0.0 21:58:50 ---> Running in b6f5a465b26f 21:58:50 Removing intermediate container 2bb485090d7b 21:58:50 ---> 748df9d22bb4 21:58:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:51 ---> Running in 1aedb70bf9cf 21:58:51 Removing intermediate container b6f5a465b26f 21:58:51 ---> 5400fe5a84dc 21:58:51 21:58:52 Successfully built 5400fe5a84dc 21:58:52 Successfully tagged core-command-arm64:latest 21:58:52  Building core-command ... done Removing intermediate container 1aedb70bf9cf 21:58:52 ---> 47e1e66126e3 21:58:52 Step 21/23 : LABEL arch=arm64 21:58:52 Removing intermediate container ea2e0d7944f4 21:58:52 ---> 32c814cf91ca 21:58:52 21:58:52 Step 11/24 : FROM alpine:3.12 21:58:52 ---> 9852663dfa18 21:58:52 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:58:52 ---> Using cache 21:58:52 ---> 94d247c44cfa 21:58:52 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:58:52 ---> Using cache 21:58:52 ---> 829159e667e1 21:58:52 Step 14/24 : ENV APP_PORT=59881 21:58:52 ---> Running in 63e9918c52cd 21:58:52 ---> Running in 5563b86bf21e 21:58:53 Removing intermediate container 63e9918c52cd 21:58:53 ---> b6e359f6ed82 21:58:53 Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:58:53 Removing intermediate container 5563b86bf21e 21:58:53 ---> c22bb4fd93ec 21:58:53 Step 15/24 : EXPOSE $APP_PORT 21:58:53 ---> Running in 99ac4b4b6dac 21:58:53 ---> Running in 6adaf672a94e 21:58:54 Removing intermediate container 99ac4b4b6dac 21:58:54 ---> 782008a3296a 21:58:54 Step 23/23 : LABEL version=0.0.0 21:58:54 Removing intermediate container 6adaf672a94e 21:58:54 ---> e15a225ddef1 21:58:54 Step 16/24 : WORKDIR / 21:58:54 ---> Running in c1442415eec3 21:58:55 ---> Running in 62bd249ec6ec 21:58:55 Removing intermediate container c1442415eec3 21:58:55 ---> d80bb850f134 21:58:55 21:58:56 Removing intermediate container 62bd249ec6ec 21:58:56 ---> 77cc17678607 21:58:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:56 Successfully built d80bb850f134 21:58:56 Successfully tagged support-scheduler-arm64:latest 21:58:57  Building support-scheduler ... done  ---> 1afa3f3ad076 21:58:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:58:58 ---> 14208f45f9a0 21:58:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:58:59 ---> 120ec3585454 21:58:59 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:59:00 ---> Running in f6ced171fa48 21:59:00 Removing intermediate container f6ced171fa48 21:59:00 ---> 0c2f632c7dfd 21:59:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:59:00 ---> Running in 0053cb028a47 21:59:01 Removing intermediate container 0053cb028a47 21:59:01 ---> 8c2f9e79e573 21:59:01 Step 22/24 : LABEL arch=arm64 21:59:01 ---> Running in e4b01c1c1ace 21:59:02 Removing intermediate container e4b01c1c1ace 21:59:02 ---> 015c8227b858 21:59:02 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:59:02 ---> Running in dc1f0b13470c 21:59:02 Removing intermediate container dc1f0b13470c 21:59:02 ---> 852b3c671299 21:59:02 Step 24/24 : LABEL version=0.0.0 21:59:02 ---> Running in 87ac8780af81 21:59:03 Removing intermediate container 87ac8780af81 21:59:03 ---> dcf75f655c8f 21:59:03 21:59:03 Successfully built dcf75f655c8f 21:59:03 Successfully tagged core-metadata-arm64:latest 21:59:06  Building core-metadata ... done Removing intermediate container 61aa5effb6e8 21:59:06 ---> bdb0b28f5571 21:59:06 21:59:06 Step 11/24 : FROM alpine:3.12 21:59:06 ---> 9852663dfa18 21:59:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:59:06 ---> Running in cf701bedb6b8 21:59:06 Removing intermediate container cf701bedb6b8 21:59:06 ---> f98bc0f8be9f 21:59:06 Step 13/24 : ENV APP_PORT=59880 21:59:06 ---> Running in b598f8146a79 21:59:07 Removing intermediate container b598f8146a79 21:59:07 ---> ca42017fc955 21:59:07 Step 14/24 : EXPOSE $APP_PORT 21:59:07 ---> Running in f12a9f457d0c 21:59:07 Removing intermediate container f12a9f457d0c 21:59:07 ---> f2d81c378398 21:59:07 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:08 ---> Running in 4faefd1ce971 21:59:10 Removing intermediate container 4faefd1ce971 21:59:10 ---> 10c09b659175 21:59:10 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 21:59:10 ---> Running in 9c59e514ce9e 21:59:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:13 (1/6) Installing dumb-init (1.2.2-r1) 21:59:13 (2/6) Installing libgcc (9.3.0-r2) 21:59:13 (3/6) Installing libsodium (1.0.18-r0) 21:59:13 (4/6) Installing libstdc++ (9.3.0-r2) 21:59:13 (5/6) Installing libzmq (4.3.3-r0) 21:59:13 (6/6) Installing zeromq (4.3.3-r0) 21:59:13 Executing busybox-1.31.1-r20.trigger 21:59:13 OK: 8 MiB in 20 packages 21:59:14 Removing intermediate container 9c59e514ce9e 21:59:14 ---> d46b1600c067 21:59:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:15 ---> 8ebf812a46e2 21:59:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:59:17 ---> c65ea1738a78 21:59:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:59:17 ---> 9e8fa501d3dc 21:59:17 Step 20/24 : ENTRYPOINT ["/core-data"] 21:59:17 ---> Running in 3098d570d7bb 21:59:18 Removing intermediate container 3098d570d7bb 21:59:18 ---> 0f0a9a774658 21:59:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:59:18 ---> Running in a209762ad38b 21:59:19 Removing intermediate container a209762ad38b 21:59:19 ---> f6d292457d19 21:59:19 Step 22/24 : LABEL arch=arm64 21:59:19 ---> Running in 657ae5bf8470 21:59:19 Removing intermediate container 657ae5bf8470 21:59:19 ---> 89212a02b89c 21:59:19 Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb 21:59:19 ---> Running in d1475d80698e 21:59:20 Removing intermediate container d1475d80698e 21:59:20 ---> dca7f716c2bc 21:59:20 Step 24/24 : LABEL version=0.0.0 21:59:20 ---> Running in 000317c6a7eb 21:59:21 Removing intermediate container 000317c6a7eb 21:59:21 ---> 5b4bcc1fbb3a 21:59:21 21:59:21 Successfully built 5b4bcc1fbb3a 21:59:21 Successfully tagged core-data-arm64:latest 21:59:21  Building core-data ... done  [Pipeline] } 21:59:21 $ docker stop --time=1 d46958c5a59eb18eacbbf0b728d9f89dd3d08e5f1a168b4ab9a7f90359b83431 21:59:23 $ docker rm -f d46958c5a59eb18eacbbf0b728d9f89dd3d08e5f1a168b4ab9a7f90359b83431 [Pipeline] // withDockerContainer [Pipeline] sh 21:59:23 + docker images 21:59:24 REPOSITORY TAG IMAGE ID CREATED SIZE 21:59:24 core-data-arm64 latest 5b4bcc1fbb3a 3 seconds ago 19.1MB 21:59:24 bdb0b28f5571 18 seconds ago 975MB 21:59:24 core-metadata-arm64 latest dcf75f655c8f 20 seconds ago 15.7MB 21:59:24 support-scheduler-arm64 latest d80bb850f134 28 seconds ago 15.1MB 21:59:24 core-command-arm64 latest 5400fe5a84dc 32 seconds ago 15MB 21:59:24 32c814cf91ca 32 seconds ago 972MB 21:59:24 28c57f4d0022 43 seconds ago 968MB 21:59:24 5c0f65a99ff9 55 seconds ago 967MB 21:59:24 sys-mgmt-agent-arm64 latest 9a51aea4ff66 About a minute ago 299MB 21:59:24 security-bootstrapper-arm64 latest f5530130876c 2 minutes ago 17.5MB 21:59:24 security-secretstore-setup-arm64 latest 99e1d336e896 3 minutes ago 27.1MB 21:59:24 security-proxy-setup-arm64 latest d6b0e845c2f1 3 minutes ago 24.3MB 21:59:24 support-notifications-arm64 latest 4061f7fe8fcd 3 minutes ago 15.7MB 21:59:24 94c368460dab 3 minutes ago 969MB 21:59:24 ad99ebb13bad 3 minutes ago 976MB 21:59:24 377126003e57 3 minutes ago 973MB 21:59:24 6e92d5e89f55 3 minutes ago 970MB 21:59:24 b29b40e0c7ae 3 minutes ago 969MB 21:59:24 ci-base-image-arm64 latest 21b58d749eb3 13 minutes ago 641MB 21:59:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB 21:59:24 alpine 3.12 9852663dfa18 2 months ago 5.32MB 21:59:24 docker 20.10.0 eeaf43b92773 6 months ago 228MB 21:59:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:59:25 ---> job-cost.sh 21:59:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9EFl 22:00:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:01:40 lf-activate-venv(): INFO: Adding /tmp/venv-9EFl/bin to PATH 22:01:40 INFO: No Stack... 22:01:40 INFO: Retrieving Pricing Info for: v2-standard-4 22:01:40 INFO: Archiving Costs [Pipeline] sh 22:01:41 + cat /w/workspace/edgex-go/4/archives/cost.csv+ 22:01:41 cut -d, -f6 [Pipeline] lock 22:01:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3562-4-stack-cost] 22:01:41 Resource [jenkins-edgexfoundry-edgex-go-PR-3562-4-stack-cost] did not exist. Created. 22:01:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3562-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:01:46 + echo total: 0.18000000715255737 [Pipeline] stash 22:01:46 Stashed 1 file(s) [Pipeline] } 22:01:46 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3562-4-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] configFileProvider 22:01:47 provisioning config files... 22:01:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3430726244765701625tmp [Pipeline] { [Pipeline] sh 22:01:47 + set +x 22:01:47 + curl -s https://codecov.io/bash 22:01:47 + bash -s -- 22:01:48 22:01:48 _____ _ 22:01:48 / ____| | | 22:01:48 | | ___ __| | ___ ___ _____ __ 22:01:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:01:48 | |___| (_) | (_| | __/ (_| (_) \ V / 22:01:48 \_____\___/ \__,_|\___|\___\___/ \_/ 22:01:48 Bash-1.0.3 22:01:48 22:01:48 22:01:48 ==> git version 2.24.4 found 22:01:48 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:01:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:01:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:01:48 ==> Jenkins CI detected. 22:01:48 project root: . 22:01:48 --> token set from env 22:01:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:01:48 ==> Running gcov in . (disable via -X gcov) 22:01:48 ==> Python coveragepy not found 22:01:48 ==> Searching for coverage reports in: 22:01:48 + . 22:01:48 -> Found 1 reports 22:01:48 ==> Detecting git/mercurial file structure 22:01:48 ==> Reading reports 22:01:48 + ./coverage.out bytes=398195 22:01:48 ==> Appending adjustments 22:01:48 https://docs.codecov.io/docs/fixing-reports 22:01:49 + Found adjustments 22:01:49 ==> Gzipping contents 22:01:49 56K /tmp/codecov.IHjn5w.gz 22:01:49 ==> Uploading reports 22:01:49 url: https://codecov.io 22:01:49 query: branch=PR-3562&commit=878bda589ddbfe4240870b89cf8a8097938a57fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= 22:01:49 -> Pinging Codecov 22:01:49 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3562&commit=878bda589ddbfe4240870b89cf8a8097938a57fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= 22:01:50 -> Uploading to 22:01:50 https://storage.googleapis.com/codecov/v4/raw/2021-06-15/00271124DB129430A58F1EEE437C3FCB/878bda589ddbfe4240870b89cf8a8097938a57fb/08b9ec26-9066-4104-b350-34eb5189ad49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210615%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210615T220150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3bb0c0ddab2246816d090b52371b6572b4b5e94babcaa6a7d3a4068639750000 22:01:50 % Total % Received % Xferd Average Speed Time Time Time Current 22:01:50 Dload Upload Total Spent Left Speed 22:01:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54552 0 0 100 54552 0 123k --:--:-- --:--:-- --:--:-- 123k 100 54552 0 0 100 54552 0 123k --:--:-- --:--:-- --:--:-- 123k 22:01:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/878bda589ddbfe4240870b89cf8a8097938a57fb [Pipeline] } 22:01:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:01:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:01:52 ---> package-listing.sh 22:01:52 ++ facter osfamily 22:01:52 ++ tr '[:upper:]' '[:lower:]' 22:01:53 + OS_FAMILY=redhat 22:01:53 + workspace=/w/workspace/edgex-go/4 22:01:53 + START_PACKAGES=/tmp/packages_start.txt 22:01:53 + END_PACKAGES=/tmp/packages_end.txt 22:01:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:01:53 + PACKAGES=/tmp/packages_start.txt 22:01:53 + '[' /w/workspace/edgex-go/4 ']' 22:01:53 + PACKAGES=/tmp/packages_end.txt 22:01:53 + case "${OS_FAMILY}" in 22:01:53 + rpm -qa 22:01:53 + sort 22:01:55 + '[' -f /tmp/packages_start.txt ']' 22:01:55 + '[' -f /tmp/packages_end.txt ']' 22:01:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:01:55 + '[' /w/workspace/edgex-go/4 ']' 22:01:55 + mkdir -p /w/workspace/edgex-go/4/archives/ 22:01:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 22:01:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:01:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:01:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:01:56 22:01:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:01:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:01:56 alpine: Pulling from edgex-lftools-log-publisher 22:01:56 df20fa9351a1: Pulling fs layer 22:01:56 36b3adc4ff6f: Pulling fs layer 22:01:56 8ad3a11d3b57: Pulling fs layer 22:01:56 46f8f816bc3b: Pulling fs layer 22:01:56 93b61091891f: Pulling fs layer 22:01:56 93b9cdb0e59b: Pulling fs layer 22:01:56 5e14af77c1be: Pulling fs layer 22:01:56 01666e4c0597: Pulling fs layer 22:01:56 aa168da1d23b: Pulling fs layer 22:01:56 93b9cdb0e59b: Waiting 22:01:56 5e14af77c1be: Waiting 22:01:56 01666e4c0597: Waiting 22:01:56 aa168da1d23b: Waiting 22:01:56 46f8f816bc3b: Waiting 22:01:56 93b61091891f: Waiting 22:01:56 36b3adc4ff6f: Verifying Checksum 22:01:56 36b3adc4ff6f: Download complete 22:01:57 46f8f816bc3b: Verifying Checksum 22:01:57 46f8f816bc3b: Download complete 22:01:57 df20fa9351a1: Verifying Checksum 22:01:57 df20fa9351a1: Download complete 22:01:57 93b9cdb0e59b: Verifying Checksum 22:01:57 93b9cdb0e59b: Download complete 22:01:57 5e14af77c1be: Verifying Checksum 22:01:57 5e14af77c1be: Download complete 22:01:57 01666e4c0597: Verifying Checksum 22:01:57 01666e4c0597: Download complete 22:01:57 93b61091891f: Verifying Checksum 22:01:57 93b61091891f: Download complete 22:01:57 df20fa9351a1: Pull complete 22:01:57 8ad3a11d3b57: Verifying Checksum 22:01:57 8ad3a11d3b57: Download complete 22:01:57 36b3adc4ff6f: Pull complete 22:01:57 8ad3a11d3b57: Pull complete 22:01:57 46f8f816bc3b: Pull complete 22:01:58 93b61091891f: Pull complete 22:01:58 93b9cdb0e59b: Pull complete 22:01:58 5e14af77c1be: Pull complete 22:01:58 01666e4c0597: Pull complete 22:01:59 aa168da1d23b: Verifying Checksum 22:01:59 aa168da1d23b: Download complete 22:02:03 aa168da1d23b: Pull complete 22:02:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:02:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:02:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:02:03 prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container 22:02:03 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:02:06 $ docker top 75c3751867fb5eb5546aba02d726576cdb8468a906f6644a7dda7edf07677205 -eo pid,comm [Pipeline] { [Pipeline] sh 22:02:06 + touch /tmp/pre-build-complete [Pipeline] sh 22:02:06 + mkdir -p /var/log/sa [Pipeline] sh 22:02:07 + ls /var/log/sa-host 22:02:07 + sadf -c /var/log/sa-host/sa05 22:02:07 file_magic: OK 22:02:07 HZ: Using current value: 100 22:02:07 file_header: OK 22:02:07 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 22:02:07 Statistics: 22:02:07 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:02:07 File successfully converted to sysstat format version 12.2.1 22:02:07 + sadf -c /var/log/sa-host/sa15 22:02:07 file_magic: OK 22:02:07 HZ: Using current value: 100 22:02:07 file_header: OK 22:02:07 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 22:02:07 Statistics: 22:02:07 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:02:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:02:07 provisioning config files... 22:02:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7754204643515249552tmp [Pipeline] { [Pipeline] echo 22:02:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:02:07 ---> create-netrc.sh [Pipeline] } 22:02:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:02:08 ---> python-tools-install.sh [Pipeline] echo 22:02:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:02:08 ---> sudo-logs.sh 22:02:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:02:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:02:08 ---> job-cost.sh 22:02:08 lf-activate-venv: SKIPPING 22:02:08 DEBUG: total: 0.18000000715255737 22:02:08 INFO: Retrieving Stack Cost... 22:02:09 INFO: Retrieving Pricing Info for: v3-standard-2 22:02:09 INFO: Archiving Costs [Pipeline] echo 22:02:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:02:10 ---> logs-deploy.sh 22:02:10 lf-activate-venv: SKIPPING 22:02:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3562/4 22:02:10 INFO: archiving workspace using pattern(s): 22:02:11 Archives upload complete. 22:02:11 INFO: archiving logs to Nexus 22:02:12 ---> uname -a: 22:02:12 Linux prd-centos7-docker-4c-2g-1545.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 22:02:12 22:02:12 22:02:12 ---> lscpu: 22:02:12 Architecture: x86_64 22:02:12 CPU op-mode(s): 32-bit, 64-bit 22:02:12 Byte Order: Little Endian 22:02:12 Address sizes: 40 bits physical, 48 bits virtual 22:02:12 CPU(s): 2 22:02:12 On-line CPU(s) list: 0,1 22:02:12 Thread(s) per core: 1 22:02:12 Core(s) per socket: 1 22:02:12 Socket(s): 2 22:02:12 NUMA node(s): 1 22:02:12 Vendor ID: AuthenticAMD 22:02:12 CPU family: 23 22:02:12 Model: 49 22:02:12 Model name: AMD EPYC-Rome Processor 22:02:12 Stepping: 0 22:02:12 CPU MHz: 2799.998 22:02:12 BogoMIPS: 5599.99 22:02:12 Virtualization: AMD-V 22:02:12 Hypervisor vendor: KVM 22:02:12 Virtualization type: full 22:02:12 L1d cache: 64 KiB 22:02:12 L1i cache: 64 KiB 22:02:12 L2 cache: 1 MiB 22:02:12 L3 cache: 32 MiB 22:02:12 NUMA node0 CPU(s): 0,1 22:02:12 Vulnerability Itlb multihit: Not affected 22:02:12 Vulnerability L1tf: Not affected 22:02:12 Vulnerability Mds: Not affected 22:02:12 Vulnerability Meltdown: Not affected 22:02:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:02:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:02:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:02:12 Vulnerability Srbds: Not affected 22:02:12 Vulnerability Tsx async abort: Not affected 22:02:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 22:02:12 22:02:12 22:02:12 ---> nproc: 22:02:12 2 22:02:12 22:02:12 22:02:12 ---> df -h: 22:02:12 Filesystem Size Used Available Use% Mounted on 22:02:12 overlay 40.0G 13.3G 26.7G 33% / 22:02:12 tmpfs 64.0M 0 64.0M 0% /dev 22:02:12 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 22:02:12 shm 64.0M 0 64.0M 0% /dev/shm 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /facter-os 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /etc/resolv.conf 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /etc/hostname 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /etc/hosts 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /run/cloud-init/result.json 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /var/log/sa-host 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /var/log/secure 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /var/log/auth.log 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /w/workspace/edgex-go/4 22:02:12 /dev/vda1 40.0G 13.3G 26.7G 33% /w/workspace/edgex-go/4@tmp 22:02:12 22:02:12 22:02:12 ---> free -m: 22:02:12 total used free shared buff/cache available 22:02:12 Mem: 7821 1358 1502 0 4960 6429 22:02:12 Swap: 1023 1 1022 22:02:12 22:02:12 22:02:12 ---> ip addr: 22:02:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:02:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:02:12 inet 127.0.0.1/8 scope host lo 22:02:12 valid_lft forever preferred_lft forever 22:02:12 inet6 ::1/128 scope host 22:02:12 valid_lft forever preferred_lft forever 22:02:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:02:12 link/ether fa:16:3e:3e:60:55 brd ff:ff:ff:ff:ff:ff 22:02:12 inet 10.30.123.204/23 brd 10.30.123.255 scope global dynamic eth0 22:02:12 valid_lft 85078sec preferred_lft 85078sec 22:02:12 inet6 fe80::f816:3eff:fe3e:6055/64 scope link 22:02:12 valid_lft forever preferred_lft forever 22:02:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:02:12 link/ether 02:42:c8:6e:e9:ad brd ff:ff:ff:ff:ff:ff 22:02:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:02:12 valid_lft forever preferred_lft forever 22:02:12 inet6 fe80::42:c8ff:fe6e:e9ad/64 scope link 22:02:12 valid_lft forever preferred_lft forever 22:02:12 22:02:12 22:02:12 ---> sar -b -r -n DEV: 22:02:12 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) 22:02:12 22:02:12 21:39:58 LINUX RESTART (2 CPU) 22:02:12 22:02:12 21:41:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:02:12 21:42:01 144.66 0.19 144.48 0.00 23.17 53370.46 0.00 22:02:12 21:43:01 89.69 0.00 89.69 0.00 0.00 12868.37 0.00 22:02:12 21:44:01 49.81 0.00 49.81 0.00 0.00 5287.06 0.00 22:02:12 21:45:01 88.98 0.02 88.96 0.00 0.53 19237.55 0.00 22:02:12 21:46:03 363.99 130.18 233.82 0.00 3190.51 161082.30 0.00 22:02:12 21:47:01 282.43 79.12 203.31 0.00 1982.84 127878.14 0.00 22:02:12 21:48:01 425.25 20.29 404.96 0.00 1828.31 204304.03 0.00 22:02:12 21:49:01 287.01 17.65 269.35 0.00 553.36 94150.30 0.00 22:02:12 21:50:01 67.28 10.82 56.46 0.00 1341.33 6560.59 0.00 22:02:12 21:51:01 1.85 0.32 1.53 0.00 95.15 28.50 0.00 22:02:12 21:52:01 0.28 0.00 0.28 0.00 0.00 3.53 0.00 22:02:12 21:53:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 22:02:12 21:54:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 22:02:12 21:55:01 0.47 0.18 0.28 0.00 5.73 2.93 0.00 22:02:12 21:56:01 0.73 0.00 0.73 0.00 0.00 15.38 0.00 22:02:12 21:57:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 22:02:12 21:58:01 0.23 0.00 0.23 0.00 0.00 2.92 0.00 22:02:12 21:59:02 0.25 0.00 0.25 0.00 0.00 2.83 0.00 22:02:12 22:00:01 0.27 0.00 0.27 0.00 0.00 3.27 0.00 22:02:12 22:01:01 0.28 0.07 0.22 0.00 0.80 2.58 0.00 22:02:12 22:02:01 44.96 40.98 3.98 0.00 4071.66 130.49 0.00 22:02:12 Average: 88.23 14.34 73.89 0.00 625.90 32689.19 0.00 22:02:12 22:02:12 21:41:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:02:12 21:42:01 3782780 0 1077196 13.45 2620 3146336 1684272 18.60 1186360 2492188 72112 22:02:12 21:43:01 3744736 0 1184764 14.79 2620 3076812 1743228 19.25 1420684 2285384 142332 22:02:12 21:44:01 3807480 0 1149468 14.35 2620 3049364 1754732 19.37 1325240 2307076 122008 22:02:12 21:45:01 3672500 0 1138928 14.22 2620 3194884 1560028 17.22 1266688 2496264 28 22:02:12 21:46:03 254556 0 1316652 16.44 2620 6435104 1592128 17.58 3122168 3916796 956820 22:02:12 21:47:01 709716 0 1882240 23.50 2620 5414356 3848644 42.49 2811664 3745548 223604 22:02:12 21:48:01 231432 0 1364144 17.03 2620 6410736 1588964 17.54 3427336 3593324 48 22:02:12 21:49:01 1667976 0 1399808 17.48 2620 4938528 1867848 20.62 1828904 3774520 67352 22:02:12 21:50:01 2171284 0 1287508 16.08 2620 4547520 1440748 15.91 1320424 3794672 8 22:02:12 21:51:01 2169784 0 1286200 16.06 2620 4550328 1404816 15.51 1322844 3794564 8 22:02:12 21:52:01 2170744 0 1285236 16.05 2620 4550332 1400644 15.46 1322108 3794916 8 22:02:12 21:53:01 2170580 0 1285396 16.05 2620 4550336 1400692 15.46 1322128 3794916 8 22:02:12 21:54:01 2170840 0 1285128 16.05 2620 4550344 1400644 15.46 1322076 3794960 8 22:02:12 21:55:01 2170608 0 1285360 16.05 2620 4550344 1400644 15.46 1323236 3793800 8 22:02:12 21:56:01 2170280 0 1285648 16.05 2620 4550384 1400716 15.46 1323340 3793812 8 22:02:12 21:57:01 2170336 0 1285592 16.05 2620 4550384 1400680 15.46 1323272 3793812 12 22:02:12 21:58:01 2170420 0 1285500 16.05 2620 4550392 1400644 15.46 1325128 3792072 12 22:02:12 21:59:02 2170436 0 1285480 16.05 2620 4550396 1400644 15.46 1325136 3792068 16 22:02:12 22:00:01 2170468 0 1285448 16.05 2620 4550396 1400644 15.46 1325136 3792068 8 22:02:12 22:01:01 2168096 0 1287812 16.08 2620 4550404 1403744 15.50 1326048 3792068 8 22:02:12 22:02:01 1561352 0 1365484 17.05 2620 5079476 1800220 19.88 1514728 4202276 406484 22:02:12 Average: 2165543 0 1300428 16.24 2620 4540341 1633111 18.03 1608793 3539862 94805 22:02:12 22:02:12 21:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:02:12 21:42:01 eth0 618.48 546.78 3883.25 54.29 0.00 0.00 0.00 0.00 22:02:12 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:42:01 docker0 288.55 326.74 21.09 1132.11 0.00 0.00 0.00 0.00 22:02:12 21:43:01 eth0 37.31 21.40 36.15 14.86 0.00 0.00 0.00 0.00 22:02:12 21:43:01 vethf472468 0.63 0.77 0.05 0.07 0.00 0.00 0.00 0.00 22:02:12 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:43:01 docker0 0.63 0.63 0.04 0.06 0.00 0.00 0.00 0.00 22:02:12 21:44:01 eth0 28.03 19.82 15.21 100.94 0.00 0.00 0.00 0.00 22:02:12 21:44:01 vethf472468 1.62 1.62 0.13 0.13 0.00 0.00 0.00 0.00 22:02:12 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:44:01 docker0 1.62 1.62 0.11 0.13 0.00 0.00 0.00 0.00 22:02:12 21:45:01 eth0 175.32 150.67 1689.72 20.30 0.00 0.00 0.00 0.00 22:02:12 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:46:03 veth59b8be5 0.00 0.62 0.00 0.03 0.00 0.00 0.00 0.00 22:02:12 21:46:03 eth0 89.42 64.17 189.67 15.59 0.00 0.00 0.00 0.00 22:02:12 21:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:46:03 docker0 47.79 59.90 3.07 162.04 0.00 0.00 0.00 0.00 22:02:12 21:47:01 veth59b8be5 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:47:01 veth072106e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:02:12 21:47:01 eth0 16.28 7.49 12.29 6.42 0.00 0.00 0.00 0.00 22:02:12 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:48:01 veth75f180a 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 22:02:12 21:48:01 veth7af08c6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:02:12 21:48:01 veth59b8be5 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 22:02:12 21:48:01 eth0 121.23 83.05 359.04 21.44 0.00 0.00 0.00 0.00 22:02:12 21:49:01 veth59b8be5 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:49:01 eth0 200.32 150.97 1608.96 128.68 0.00 0.00 0.00 0.00 22:02:12 21:49:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:02:12 21:49:01 veth00397fe 33.39 62.66 2.39 338.83 0.00 0.00 0.00 0.00 22:02:12 21:50:01 eth0 12.74 8.19 19.13 5.10 0.00 0.00 0.00 0.00 22:02:12 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:50:01 docker0 1210.04 1098.15 95.09 4362.44 0.00 0.00 0.00 0.00 22:02:12 21:51:01 eth0 0.42 0.32 0.44 0.09 0.00 0.00 0.00 0.00 22:02:12 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:52:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:02:12 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:53:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 22:02:12 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:02:12 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:55:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 22:02:12 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:56:01 eth0 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 22:02:12 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:57:01 eth0 0.15 0.15 0.07 0.01 0.00 0.00 0.00 0.00 22:02:12 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:58:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:02:12 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:59:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 21:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 22:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 22:01:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 22:02:12 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 22:02:01 eth0 182.73 167.80 2169.68 18.19 0.00 0.00 0.00 0.00 22:02:12 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 Average: eth0 70.40 57.94 473.50 18.39 0.00 0.00 0.00 0.00 22:02:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:12 Average: docker0 20.49 25.29 1.42 92.68 0.00 0.00 0.00 0.00 22:02:12 22:02:12 22:02:12 ---> sar -P ALL: 22:02:12 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) 22:02:12 22:02:12 21:39:58 LINUX RESTART (2 CPU) 22:02:12 22:02:12 21:41:02 CPU %user %nice %system %iowait %steal %idle 22:02:12 21:42:01 all 16.39 0.00 5.77 3.94 0.08 73.83 22:02:12 21:42:01 0 16.08 0.00 5.88 3.78 0.09 74.17 22:02:12 21:42:01 1 16.69 0.00 5.66 4.10 0.07 73.49 22:02:12 21:43:01 all 56.45 0.00 7.04 0.94 0.10 35.47 22:02:12 21:43:01 0 56.04 0.00 7.09 0.67 0.09 36.11 22:02:12 21:43:01 1 56.85 0.00 7.00 1.21 0.11 34.83 22:02:12 21:44:01 all 37.59 0.00 5.57 9.24 0.12 47.48 22:02:12 21:44:01 0 37.36 0.00 5.56 8.63 0.11 48.34 22:02:12 21:44:01 1 37.82 0.00 5.58 9.84 0.14 46.63 22:02:12 21:45:01 all 27.21 0.00 5.14 14.59 0.08 52.98 22:02:12 21:45:01 0 26.40 0.00 5.09 18.36 0.09 50.06 22:02:12 21:45:01 1 28.02 0.00 5.19 10.83 0.07 55.89 22:02:12 21:46:03 all 19.52 0.00 12.12 53.42 0.11 14.83 22:02:12 21:46:03 0 19.69 0.00 12.55 55.62 0.09 12.06 22:02:12 21:46:03 1 19.35 0.00 11.68 51.23 0.14 17.60 22:02:12 21:47:01 all 46.68 0.00 10.34 27.37 0.14 15.47 22:02:12 21:47:01 0 46.53 0.00 9.90 26.66 0.15 16.77 22:02:12 21:47:01 1 46.83 0.00 10.78 28.08 0.13 14.18 22:02:12 21:48:01 all 40.98 0.00 16.36 34.61 0.15 7.89 22:02:12 21:48:01 0 41.29 0.00 16.39 37.27 0.13 4.92 22:02:12 21:48:01 1 40.67 0.00 16.33 31.94 0.18 10.87 22:02:12 21:49:01 all 58.07 0.00 13.93 18.81 0.14 9.05 22:02:12 21:49:01 0 58.45 0.00 14.35 18.24 0.13 8.83 22:02:12 21:49:01 1 57.69 0.00 13.52 19.38 0.15 9.27 22:02:12 21:50:01 all 4.28 0.00 1.68 1.69 0.04 92.31 22:02:12 21:50:01 0 5.39 0.00 1.79 1.81 0.03 90.98 22:02:12 21:50:01 1 3.17 0.00 1.57 1.57 0.05 93.65 22:02:12 21:51:01 all 0.17 0.00 0.04 0.03 0.02 99.75 22:02:12 21:51:01 0 0.32 0.00 0.05 0.05 0.02 99.57 22:02:12 21:51:01 1 0.02 0.00 0.03 0.00 0.02 99.93 22:02:12 21:52:01 all 0.18 0.00 0.03 0.00 0.03 99.77 22:02:12 21:52:01 0 0.33 0.00 0.02 0.00 0.02 99.63 22:02:12 21:52:01 1 0.02 0.00 0.03 0.00 0.03 99.92 22:02:12 22:02:12 21:52:01 CPU %user %nice %system %iowait %steal %idle 22:02:12 21:53:01 all 0.13 0.00 0.02 0.00 0.01 99.85 22:02:12 21:53:01 0 0.22 0.00 0.02 0.00 0.02 99.75 22:02:12 21:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:02:12 21:54:01 all 0.10 0.00 0.03 0.00 0.02 99.85 22:02:12 21:54:01 0 0.17 0.00 0.03 0.00 0.02 99.78 22:02:12 21:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 22:02:12 21:55:01 all 0.13 0.00 0.04 0.00 0.03 99.81 22:02:12 21:55:01 0 0.23 0.00 0.07 0.00 0.03 99.67 22:02:12 21:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:02:12 21:56:01 all 0.17 0.00 0.01 0.00 0.02 99.81 22:02:12 21:56:01 0 0.30 0.00 0.00 0.00 0.02 99.68 22:02:12 21:56:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:02:12 21:57:01 all 0.18 0.00 0.02 0.00 0.02 99.79 22:02:12 21:57:01 0 0.33 0.00 0.02 0.00 0.02 99.63 22:02:12 21:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:02:12 21:58:01 all 0.18 0.00 0.02 0.00 0.02 99.78 22:02:12 21:58:01 0 0.32 0.00 0.02 0.00 0.02 99.65 22:02:12 21:58:01 1 0.05 0.00 0.02 0.00 0.02 99.92 22:02:12 21:59:02 all 0.13 0.00 0.03 0.00 0.01 99.83 22:02:12 21:59:02 0 0.25 0.00 0.03 0.00 0.02 99.70 22:02:12 21:59:02 1 0.02 0.00 0.02 0.00 0.00 99.97 22:02:12 22:00:01 all 0.03 0.00 0.02 0.00 0.03 99.92 22:02:12 22:00:01 0 0.03 0.00 0.02 0.00 0.03 99.92 22:02:12 22:00:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:02:12 22:01:01 all 0.07 0.00 0.04 0.01 0.03 99.86 22:02:12 22:01:01 0 0.02 0.00 0.03 0.02 0.02 99.92 22:02:12 22:01:01 1 0.12 0.00 0.05 0.00 0.03 99.80 22:02:12 22:02:01 all 5.60 0.00 2.01 1.10 0.03 91.27 22:02:12 22:02:01 0 5.63 0.00 2.11 1.56 0.02 90.68 22:02:12 22:02:01 1 5.57 0.00 1.90 0.64 0.03 91.86 22:02:12 Average: all 14.27 0.00 3.65 7.56 0.06 74.46 22:02:12 Average: 0 14.32 0.00 3.69 7.89 0.05 74.05 22:02:12 Average: 1 14.21 0.00 3.62 7.24 0.06 74.87 22:02:12 22:02:12 22:02:12