Pull request #3531 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c4eb5c7406b1a66d52150a2be3ca63de4038f190+ca82cc67a24dd3a646f9c54faca12af7640f6229 (737aa90564a31e72584bd585abfbc226e58f7ad0) 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-ssh8796773912792141076.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-ssh3847227659014793839.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-3531/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-3531/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4910177902669274081.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-ssh1871061652209864402.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-3531/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-3531/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh111284906593676717.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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1571 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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/21@tmp/jenkins-gitclient-ssh4827036723778296704.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 ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit c4eb5c7406b1a66d52150a2be3ca63de4038f190 Merge succeeded, producing c4eb5c7406b1a66d52150a2be3ca63de4038f190 Checking out Revision c4eb5c7406b1a66d52150a2be3ca63de4038f190 (PR-3531) > 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/21@tmp/jenkins-gitclient-ssh747091941202507608.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # 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/21@tmp/jenkins-gitclient-ssh4824191377595937353.key > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # timeout=10 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:15:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:15:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:15:47 ========================================================= 22:15:47 EdgeX Global Pipelines Version Info 22:15:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0db313e08184609159e338338e34b96cfe825f53 # timeout=10 22:15:48 ------------------- 22:15:48 stable info: 22:15:48 ------------------- 22:15:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:15:48 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 22:15:48 Message: update stable to v1.0.194 22:15:49 ------------------- 22:15:49 experimental info: 22:15:49 ------------------- 22:15:49 Commited By: **** collab-it+edgex@linuxfoundation.org 22:15:49 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 22:15:49 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:15:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4eb5c7406b1a66d52150a2be3ca63de4038f190 [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4eb5c7 [Pipeline] echo 22:15:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:15:50 provisioning config files... 22:15:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config596415412889548584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:50 ---> docker-login.sh 22:15:50 nexus3.edgexfoundry.org:10001 22:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:50 Configure a credential helper to remove this warning. See 22:15:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:50 22:15:50 Login Succeeded 22:15:50 nexus3.edgexfoundry.org:10002 22:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:51 Configure a credential helper to remove this warning. See 22:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:51 22:15:51 Login Succeeded 22:15:51 nexus3.edgexfoundry.org:10003 22:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:51 Configure a credential helper to remove this warning. See 22:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:51 22:15:51 Login Succeeded 22:15:51 nexus3.edgexfoundry.org:10004 22:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:51 Configure a credential helper to remove this warning. See 22:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:51 22:15:51 Login Succeeded 22:15:51 docker.io 22:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:53 Configure a credential helper to remove this warning. See 22:15:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:53 22:15:53 Login Succeeded 22:15:53 ---> docker-login.sh ends [Pipeline] } 22:15:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:15:53 ++ 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 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/core-command/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo core-command,cmd/core-command/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/core-data/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo core-data,cmd/core-data/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/core-metadata/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo core-metadata,cmd/core-metadata/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/security-bootstrapper/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/security-proxy-setup/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/support-notifications/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo support-notifications,cmd/support-notifications/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/support-scheduler/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:15:53 + for file in '`ls cmd/**/Dockerfile`' 22:15:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:15:53 ++ cut -d/ -f2 22:15:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:15:53 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 22:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:54 22:15:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:15:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:55 latest: Pulling from edgex-devops/git-semver 22:15:55 31603596830f: Pulling fs layer 22:15:55 54011a49482f: Pulling fs layer 22:15:55 a6820b24f6d8: Pulling fs layer 22:15:55 f581987b2513: Pulling fs layer 22:15:55 f581987b2513: Waiting 22:15:55 54011a49482f: Verifying Checksum 22:15:55 54011a49482f: Download complete 22:15:55 a6820b24f6d8: Verifying Checksum 22:15:55 a6820b24f6d8: Download complete 22:15:55 31603596830f: Verifying Checksum 22:15:55 31603596830f: Download complete 22:15:55 f581987b2513: Verifying Checksum 22:15:55 f581987b2513: Download complete 22:15:55 31603596830f: Pull complete 22:15:55 54011a49482f: Pull complete 22:15:56 a6820b24f6d8: Pull complete 22:15:56 f581987b2513: Pull complete 22:15:56 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:15:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:15:56 prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container 22:15:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:15:58 $ docker top 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:15:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:58 [ssh-agent] Looking for ssh-agent implementation... 22:15:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:58 $ docker exec 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent 22:15:58 SSH_AUTH_SOCK=/tmp/ssh-9ZxFKtWyqrAW/agent.13 22:15:58 SSH_AGENT_PID=19 22:15:58 Running ssh-add (command line suppressed) 22:15:58 Identity added: /w/workspace/edgex-go/21@tmp/private_key_1979153944896569096.key (/w/workspace/edgex-go/21@tmp/private_key_1979153944896569096.key) 22:15:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:58 + git tag --points-at HEAD [Pipeline] } 22:15:59 $ docker exec --env ******** --env ******** 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent -k 22:15:59 unset SSH_AUTH_SOCK; 22:15:59 unset SSH_AGENT_PID; 22:15:59 echo Agent pid 19 killed; 22:15:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:15:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:59 [ssh-agent] Looking for ssh-agent implementation... 22:15:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:59 $ docker exec 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent 22:15:59 SSH_AUTH_SOCK=/tmp/ssh-Q4izYv9u2GWl/agent.52 22:15:59 SSH_AGENT_PID=59 22:15:59 Running ssh-add (command line suppressed) 22:15:59 Identity added: /w/workspace/edgex-go/21@tmp/private_key_8509503189002384589.key (/w/workspace/edgex-go/21@tmp/private_key_8509503189002384589.key) 22:15:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:59 + git semver init 22:15:59 # -> Open(): unable to determine branch for HEAD 22:15:59 # $GIT_DIR = /w/workspace/edgex-go/21/.git 22:15:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 22:15:59 # $SEMVER_REMOTE_NAME = origin 22:15:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:15:59 # $SEMVER_USER_NAME = edgex-jenkins 22:15:59 # $SEMVER_BRANCH = PR-3531 22:15:59 # $SEMVER_TEMP = /tmp/semver-495259035 22:15:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:16:14 # '/tmp/semver-495259035' -> '/w/workspace/edgex-go/21/.semver' 22:16:14 # -> Force: false 22:16:14 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 22:16:14 $ docker exec --env ******** --env ******** 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent -k 22:16:15 unset SSH_AUTH_SOCK; 22:16:15 unset SSH_AGENT_PID; 22:16:15 echo Agent pid 59 killed; 22:16:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:15 + git semver [Pipeline] } 22:16:15 $ docker stop --time=1 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f 22:16:23 $ docker rm -f 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f [Pipeline] // withDockerContainer [Pipeline] sh 22:16:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:16:23 Stashed 1 file(s) [Pipeline] echo 22:16:23 [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 22:16:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:16:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:16:24 + sudo service docker restart 22:16:24 + true 22:16:24 Redirecting to /bin/systemctl restart docker.service 22:16:38 Still waiting to schedule task 22:16:38 ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:38 ‘prd-centos7-docker-4c-2g-1560’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:38 ‘prd-centos7-docker-4c-2g-1561’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:38 ‘prd-centos7-docker-4c-2g-1562’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:38 ‘prd-centos7-docker-4c-2g-1564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:38 ‘prd-centos7-docker-4c-2g-1567’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:38 ‘prd-centos7-docker-4c-2g-1568’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:38 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1573’ is offline [Pipeline] echo 22:16:44 ========================================================= 22:16:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:16:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:16:44 + 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 . 22:16:46 Sending build context to Docker daemon 329.4MB 22:16:46 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 22:16:46 Step 2/6 : FROM ${BASE} 22:16:46 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:16:46 540db60ca938: Pulling fs layer 22:16:46 adcc1eea9eea: Pulling fs layer 22:16:46 4c4ab2625f07: Pulling fs layer 22:16:46 0510c868ecb4: Pulling fs layer 22:16:46 afea3b2eda06: Pulling fs layer 22:16:46 7809a108b3ef: Pulling fs layer 22:16:46 f706445af74f: Pulling fs layer 22:16:46 0510c868ecb4: Waiting 22:16:46 7809a108b3ef: Waiting 22:16:46 afea3b2eda06: Waiting 22:16:46 f706445af74f: Waiting 22:16:46 4c4ab2625f07: Verifying Checksum 22:16:46 4c4ab2625f07: Download complete 22:16:46 adcc1eea9eea: Verifying Checksum 22:16:46 adcc1eea9eea: Download complete 22:16:46 afea3b2eda06: Verifying Checksum 22:16:46 afea3b2eda06: Download complete 22:16:46 7809a108b3ef: Verifying Checksum 22:16:46 7809a108b3ef: Download complete 22:16:46 540db60ca938: Verifying Checksum 22:16:46 540db60ca938: Download complete 22:16:46 540db60ca938: Pull complete 22:16:47 adcc1eea9eea: Pull complete 22:16:47 4c4ab2625f07: Pull complete 22:16:48 f706445af74f: Verifying Checksum 22:16:48 f706445af74f: Download complete 22:16:48 0510c868ecb4: Verifying Checksum 22:16:48 0510c868ecb4: Download complete 22:16:51 0510c868ecb4: Pull complete 22:16:52 afea3b2eda06: Pull complete 22:16:52 7809a108b3ef: Pull complete 22:16:54 f706445af74f: Pull complete 22:16:54 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:16:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:16:54 ---> b068be0155e3 22:16:54 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 22:16:56 ---> Running in 00215ed75f23 22:16:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:16:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:16:58 (1/12) Installing libmagic (5.39-r0) 22:16:58 (2/12) Installing file (5.39-r0) 22:16:59 (3/12) Installing libc-dev (0.7.2-r3) 22:16:59 (4/12) Installing g++ (10.2.1_pre1-r3) 22:17:05 (5/12) Installing fortify-headers (1.1-r0) 22:17:05 (6/12) Installing patch (2.7.6-r6) 22:17:05 (7/12) Installing build-base (0.5-r2) 22:17:05 (8/12) Installing libsodium (1.0.18-r0) 22:17:05 (9/12) Installing pkgconf (1.7.3-r0) 22:17:06 (10/12) Installing libsodium-dev (1.0.18-r0) 22:17:06 (11/12) Installing libzmq (4.3.3-r1) 22:17:06 (12/12) Installing zeromq-dev (4.3.3-r1) 22:17:06 Executing busybox-1.32.1-r6.trigger 22:17:06 OK: 219 MiB in 52 packages 22:17:07 Removing intermediate container 00215ed75f23 22:17:07 ---> b022dbd182ce 22:17:07 Step 4/6 : WORKDIR /edgex-go 22:17:07 ---> Running in 1af67e3cc76e 22:17:08 Removing intermediate container 1af67e3cc76e 22:17:08 ---> 6b46a150f29e 22:17:08 Step 5/6 : COPY go.mod . 22:17:08 ---> 733f8dedb53f 22:17:08 Step 6/6 : RUN go mod download 22:17:08 ---> Running in 2b04e0fcc93e 22:17:19 Removing intermediate container 2b04e0fcc93e 22:17:19 ---> 789320f82620 22:17:19 Successfully built 789320f82620 22:17:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:17:20 + docker inspect -f . ci-base-image-x86_64 22:17:20 . [Pipeline] withDockerContainer 22:17:20 prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container 22:17:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-x86_64 cat 22:17:20 $ docker top 40b40ab15a078081ae2828b48f70551a3d5ce9f0ef00b28f690616bd839f19f8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:21 + go version 22:17:21 go version go1.16.3 linux/amd64 [Pipeline] } 22:17:21 $ docker stop --time=1 40b40ab15a078081ae2828b48f70551a3d5ce9f0ef00b28f690616bd839f19f8 22:17:22 $ docker rm -f 40b40ab15a078081ae2828b48f70551a3d5ce9f0ef00b28f690616bd839f19f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:22 + docker inspect -f . ci-base-image-x86_64 22:17:22 . [Pipeline] withDockerContainer 22:17:23 prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container 22:17:23 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-x86_64 cat 22:17:23 $ docker top 8fb3a614a6c06781c28562b97ef012b9e935750b51734d2437cc23d486d4ce56 -eo pid,comm [Pipeline] { [Pipeline] echo 22:17:23 ========================================================= 22:17:23 [edgeXBuildGoParallel] Running Tests and Build... 22:17:23 ========================================================= [Pipeline] sh 22:17:24 + go mod tidy [Pipeline] sh 22:17:24 + make test 22:17:24 go mod tidy 22:17:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:17:30 ? github.com/edgexfoundry/edgex-go [no test files] 22:17:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:17:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:17:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:17:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:17:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:17:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:18:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements 22:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.076s coverage: 100.0% of statements 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 53.4% of statements 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:18:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.115s coverage: 87.7% of statements 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:18:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.050s coverage: 78.9% of statements 22:18:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.059s coverage: 81.2% of statements 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:18:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.245s coverage: 95.1% of statements 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:18:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.8% of statements 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.043s coverage: 22.0% of statements 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:18:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements 22:18:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 22:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements 22:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 22:18:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.209s coverage: 81.8% of statements 22:18:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.2% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 64.4% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.160s coverage: 66.9% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 43.6% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 22:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 22:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 19.3% of statements 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 91.9% of statements 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 62.7% of statements 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.6% of statements 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 95.4% of statements 22:18:52 GO111MODULE=on go vet ./... 22:18:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1575 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws 22:18:58 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 22:18:59 The recommended git tool is: git 22:19:06 using credential edgex-jenkins-ssh 22:19:06 Cloning the remote Git repository 22:19:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:19:06 > git init /w/workspace/edgex-go/21 # timeout=10 22:19:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:19:06 > git --version # timeout=10 22:19:06 > git --version # 'git version 2.17.1' 22:19:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:19:19 gofmt -l . 22:19:19 [ "`gofmt -l .`" = "" ] 22:19:19 ./bin/test-attribution-txt.sh [Pipeline] sh 22:19:19 + ls -al . 22:19:19 total 516 22:19:19 drwxrwxr-x 10 1001 1001 4096 Jun 15 22:19 . 22:19:19 drwxr-xr-x 4 root root 30 Jun 15 22:17 .. 22:19:19 -rw-rw-r-- 1 1001 1001 11 Jun 15 22:15 .dockerignore 22:19:19 drwxrwxr-x 8 1001 1001 179 Jun 15 22:15 .git 22:19:19 drwxrwxr-x 3 1001 1001 125 Jun 15 22:15 .github 22:19:19 -rw-rw-r-- 1 1001 1001 818 Jun 15 22:15 .gitignore 22:19:19 drwx------ 3 1001 1001 60 Jun 15 22:16 .semver 22:19:19 -rw-rw-r-- 1 1001 1001 166 Jun 15 22:15 .sonarcloud.properties 22:19:19 -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:15 Attribution.txt 22:19:19 -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:15 CONTRIBUTING.md 22:19:19 -rw-rw-r-- 1 1001 1001 931 Jun 15 22:15 Dockerfile.build 22:19:19 -rw-rw-r-- 1 1001 1001 849 Jun 15 22:15 Jenkinsfile 22:19:19 -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:15 LICENSE 22:19:19 -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:15 Makefile 22:19:19 -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:15 README.md 22:19:19 -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:15 SECURITY.md 22:19:19 -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION 22:19:19 -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:15 ZMQWindows.md 22:19:19 drwxrwxr-x 2 1001 1001 37 Jun 15 22:15 bin 22:19:19 drwxrwxr-x 14 1001 1001 4096 Jun 15 22:15 cmd 22:19:19 -rw-r--r-- 1 root root 398195 Jun 15 22:18 coverage.out 22:19:19 -rw-rw-r-- 1 1001 1001 841 Jun 15 22:15 go.mod 22:19:19 -rw-r--r-- 1 root root 21154 Jun 15 22:17 go.sum 22:19:19 drwxrwxr-x 7 1001 1001 114 Jun 15 22:15 internal 22:19:19 drwxrwxr-x 3 1001 1001 16 Jun 15 22:15 openapi 22:19:19 drwxrwxr-x 4 1001 1001 71 Jun 15 22:15 snap 22:19:19 -rw-rw-r-- 1 1001 1001 168 Jun 15 22:15 version.go [Pipeline] sh 22:19:20 + '[' -e coverage.out ] 22:19:20 + chown 1001:1001 coverage.out [Pipeline] stash 22:19:20 Stashed 1 file(s) [Pipeline] sh 22:19:20 + make build 22:19:20 go mod tidy 22:19:20 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 22:19:22 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 22:19:26 Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:19:27 Merge succeeded, producing c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:19:27 Checking out Revision c4eb5c7406b1a66d52150a2be3ca63de4038f190 (PR-3531) 22:19:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:19:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:19:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:19:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:19:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:19:26 > git config core.sparsecheckout # timeout=10 22:19:26 > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # timeout=10 22:19:27 > git remote # timeout=10 22:19:27 > git config --get remote.origin.url # timeout=10 22:19:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:27 > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 22:19:27 > git rev-parse HEAD^{commit} # timeout=10 22:19:27 > git config core.sparsecheckout # timeout=10 22:19:27 > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # timeout=10 22:19:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:19:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:19:31 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" 22:19:31 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 22:19:32 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:19:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:19:36 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 22:19:36 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 22:19:36 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 22:19:36 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 22:19:36 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 22:19:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:19:37 + true 22:19:37 + sudo service docker restart 22:19: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 [Pipeline] } 22:19:39 $ docker stop --time=1 8fb3a614a6c06781c28562b97ef012b9e935750b51734d2437cc23d486d4ce56 22:19:41 $ docker rm -f 8fb3a614a6c06781c28562b97ef012b9e935750b51734d2437cc23d486d4ce56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:19:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:43 22:19:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:19:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:43 latest: Pulling from edgex-devops/edgex-compose 22:19:43 cbdbe7a5bc2a: Pulling fs layer 22:19:43 ca9280d653b3: Pulling fs layer 22:19:43 7e9c9ca2126c: Pulling fs layer 22:19:43 cbdbe7a5bc2a: Verifying Checksum 22:19:43 cbdbe7a5bc2a: Download complete 22:19:43 cbdbe7a5bc2a: Pull complete 22:19:44 ca9280d653b3: Verifying Checksum 22:19:44 ca9280d653b3: Download complete 22:19:45 ca9280d653b3: Pull complete 22:19:45 7e9c9ca2126c: Verifying Checksum 22:19:45 7e9c9ca2126c: Download complete 22:19:48 7e9c9ca2126c: Pull complete 22:19:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:19:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:19:48 prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container 22:19:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 22:19:52 $ docker top f12663d71c35885b60401ae94cce2fa5550d7c66ab31c73683007b2903de5393 -eo pid,comm [Pipeline] { [Pipeline] sh 22:19:52 + docker-compose build --help 22:19:52 + grep parallel 22:19:53 --parallel Build images in parallel. [Pipeline] } 22:19:53 $ docker stop --time=1 f12663d71c35885b60401ae94cce2fa5550d7c66ab31c73683007b2903de5393 22:19:54 $ docker rm -f f12663d71c35885b60401ae94cce2fa5550d7c66ab31c73683007b2903de5393 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:55 . [Pipeline] withDockerContainer 22:19:55 prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container 22:19:55 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:latest cat 22:19:55 $ docker top 7e8b4610092aedd3a375cc39de940a22294a5033f36055feb160198f471f94f8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:19:55 provisioning config files... 22:19:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config6330063299594805868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:56 + docker-compose -f ./docker-compose-build.yml build --parallel 22:19:56 ---> docker-login.sh 22:19:56 nexus3.edgexfoundry.org:10001 22:19:56 Building core-command ... 22:19:56 Building core-data ... 22:19:56 Building core-metadata ... 22:19:56 Building security-bootstrapper ... 22:19:56 Building security-proxy-setup ... 22:19:56 Building security-secretstore-setup ... 22:19:56 Building support-notifications ... 22:19:56 Building support-scheduler ... 22:19:56 Building sys-mgmt-agent ... 22:19:56 Building security-secretstore-setup 22:19:56 Building core-metadata 22:19:56 Building core-command 22:19:56 Building security-proxy-setup 22:19:56 Building security-bootstrapper 22:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:57 Configure a credential helper to remove this warning. See 22:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:57 22:19:57 Login Succeeded 22:19:57 nexus3.edgexfoundry.org:10002 22:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:58 Configure a credential helper to remove this warning. See 22:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:58 22:19:58 Login Succeeded 22:19:58 nexus3.edgexfoundry.org:10003 22:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:58 Configure a credential helper to remove this warning. See 22:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:58 22:19:58 Login Succeeded 22:19:58 nexus3.edgexfoundry.org:10004 22:19:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:59 Configure a credential helper to remove this warning. See 22:19:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:59 22:19:59 Login Succeeded 22:19:59 docker.io 22:19:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:00 Configure a credential helper to remove this warning. See 22:20:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:00 22:20:00 Login Succeeded 22:20:00 ---> docker-login.sh ends [Pipeline] } 22:20:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:20:03 ========================================================= 22:20:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:20:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:20:03 + 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 . 22:20:06 Sending build context to Docker daemon 166.3MB 22:20:06 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 22:20:06 Step 2/6 : FROM ${BASE} 22:20:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:20:06 595b0fe564bb: Pulling fs layer 22:20:06 3088b5b3c5c0: Pulling fs layer 22:20:06 5b7225fbf94c: Pulling fs layer 22:20:06 ba82ee9f976e: Pulling fs layer 22:20:06 506bd15cee9f: Pulling fs layer 22:20:06 75a0a4a0db45: Pulling fs layer 22:20:06 618dc40b7e24: Pulling fs layer 22:20:06 506bd15cee9f: Waiting 22:20:06 75a0a4a0db45: Waiting 22:20:06 ba82ee9f976e: Waiting 22:20:06 5b7225fbf94c: Verifying Checksum 22:20:06 5b7225fbf94c: Download complete 22:20:06 3088b5b3c5c0: Verifying Checksum 22:20:06 3088b5b3c5c0: Download complete 22:20:06 506bd15cee9f: Verifying Checksum 22:20:06 506bd15cee9f: Download complete 22:20:06 75a0a4a0db45: Verifying Checksum 22:20:06 75a0a4a0db45: Download complete 22:20:06 595b0fe564bb: Verifying Checksum 22:20:06 595b0fe564bb: Download complete 22:20:07 595b0fe564bb: Pull complete 22:20:07 3088b5b3c5c0: Pull complete 22:20:08 5b7225fbf94c: Pull complete 22:20:08 618dc40b7e24: Verifying Checksum 22:20:08 618dc40b7e24: Download complete 22:20:09 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:20:09 Step 2/32 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> 789320f82620 22:20:09 Step 3/32 : WORKDIR /edgex-go 22:20:09 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:20:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> 789320f82620 22:20:09 Step 3/22 : WORKDIR /edgex-go 22:20:09 ba82ee9f976e: Verifying Checksum 22:20:09 ba82ee9f976e: Download complete 22:20:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:20:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> 789320f82620 22:20:09 Step 3/24 : WORKDIR /edgex-go 22:20:19 ba82ee9f976e: Pull complete 22:20:19 506bd15cee9f: Pull complete 22:20:19 75a0a4a0db45: Pull complete 22:20:19 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:20:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:20:19 ---> 789320f82620 22:20:19 Step 3/24 : WORKDIR /edgex-go 22:20:20 ---> Running in a90570ae9212 22:20:20 ---> Running in 2c3becb68e63 22:20:20 ---> Running in 9486f2c38fd4 22:20:20 ---> Running in 14c5a1d4ff85 22:20:20 Removing intermediate container 2c3becb68e63 22:20:20 ---> af2a8b6e01be 22:20:20 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:20 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:20:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:20:20 ---> 789320f82620 22:20:20 Step 3/26 : WORKDIR /edgex-go 22:20:20 ---> Using cache 22:20:20 ---> 3042b7bf3cf2 22:20:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:21 Removing intermediate container a90570ae9212 22:20:21 ---> 3042b7bf3cf2 22:20:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:21 ---> Running in a9afa6757b2f 22:20:21 Removing intermediate container 9486f2c38fd4 22:20:21 ---> 503e6828a1b5 22:20:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:21 ---> Running in c601423174c4 22:20:21 Removing intermediate container 14c5a1d4ff85 22:20:21 ---> aed10a35b6db 22:20:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:21 ---> Running in 6c93c20df263 22:20:21 ---> Running in 5e59869c4907 22:20:21 ---> Running in 29774b315ea8 22:20:22 Removing intermediate container a9afa6757b2f 22:20:22 ---> c169c8c9db57 22:20:22 Step 5/32 : RUN apk add --update --no-cache make git 22:20:22 ---> Running in 4821ce426a87 22:20:22 Removing intermediate container c601423174c4 22:20:22 ---> 015c2bfc8304 22:20:22 Step 5/26 : RUN apk add --update --no-cache make git 22:20:22 ---> Running in 42366253a410 22:20:22 Removing intermediate container 6c93c20df263 22:20:22 ---> ee62d3e84a90 22:20:22 Step 5/24 : RUN apk add --update --no-cache make git 22:20:22 ---> Running in d2beecddadc1 22:20:22 Removing intermediate container 5e59869c4907 22:20:22 ---> 97c805ad0f10 22:20:22 Step 5/22 : RUN apk add --update --no-cache make git 22:20:22 Removing intermediate container 29774b315ea8 22:20:22 ---> cab6750ca835 22:20:22 Step 5/24 : RUN apk add --update --no-cache make git 22:20:22 ---> Running in 9f83f2766266 22:20:22 ---> Running in 33222fee9ad9 22:20:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:20:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:20:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:20:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:20:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:20:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:20:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:20:24 618dc40b7e24: Pull complete 22:20:24 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 22:20:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:20:24 ---> a36622ca3599 22:20:24 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 22:20:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:20:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:20:24 OK: 219 MiB in 52 packages 22:20:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:20:24 OK: 219 MiB in 52 packages 22:20:24 OK: 219 MiB in 52 packages 22:20:25 OK: 219 MiB in 52 packages 22:20:25 Removing intermediate container 4821ce426a87 22:20:25 ---> f3489da1d7f8 22:20:25 Step 6/32 : COPY go.mod . 22:20:25 Removing intermediate container 42366253a410 22:20:25 ---> 7ca14deba1d1 22:20:25 Step 6/26 : COPY go.mod . 22:20:25 ---> bdb73400b597 22:20:25 Step 7/26 : RUN go mod download 22:20:25 ---> Running in a464d64e4545 22:20:25 ---> a7a1ef433ea1 22:20:25 Step 7/32 : RUN go mod download 22:20:25 ---> Running in cde4c67d8402 22:20:25 Removing intermediate container d2beecddadc1 22:20:25 ---> 8612a9cffdc8 22:20:25 Step 6/24 : COPY go.mod . 22:20:25 Removing intermediate container 33222fee9ad9 22:20:25 ---> 9bfc6e7872f9 22:20:25 Step 6/24 : COPY go.mod . 22:20:25 ---> d8a1f049ca1c 22:20:25 Step 7/24 : RUN go mod download 22:20:25 ---> Running in 97ebf27cee5f 22:20:25 ---> fe5a3ea2e4ce 22:20:25 Step 7/24 : RUN go mod download 22:20:25 ---> Running in 1b9f984783a9 22:20:26 Removing intermediate container cde4c67d8402 22:20:26 ---> 48262211a826 22:20:26 Step 8/32 : COPY . . 22:20:26 Removing intermediate container a464d64e4545 22:20:26 ---> 8f193dcf1fb3 22:20:26 Step 8/26 : COPY . . 22:20:26 Removing intermediate container 97ebf27cee5f 22:20:26 ---> 6ae25e2fcf75 22:20:26 Step 8/24 : COPY . . 22:20:27 ---> Running in 5761c4f45e0c 22:20:27 OK: 219 MiB in 52 packages 22:20:27 Removing intermediate container 1b9f984783a9 22:20:27 ---> 8876bb1639f6 22:20:27 Step 8/24 : COPY . . 22:20:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:20:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:20:29 (1/12) Installing libmagic (5.39-r0) 22:20:29 (2/12) Installing file (5.39-r0) 22:20:29 (3/12) Installing libc-dev (0.7.2-r3) 22:20:30 (4/12) Installing g++ (10.2.1_pre1-r3) 22:20:34 (5/12) Installing fortify-headers (1.1-r0) 22:20:34 (6/12) Installing patch (2.7.6-r6) 22:20:34 (7/12) Installing build-base (0.5-r2) 22:20:34 (8/12) Installing libsodium (1.0.18-r0) 22:20:34 (9/12) Installing pkgconf (1.7.3-r0) 22:20:34 (10/12) Installing libsodium-dev (1.0.18-r0) 22:20:34 (11/12) Installing libzmq (4.3.3-r1) 22:20:34 (12/12) Installing zeromq-dev (4.3.3-r1) 22:20:34 Executing busybox-1.32.1-r6.trigger 22:20:34 OK: 218 MiB in 52 packages 22:20:38 Removing intermediate container 5761c4f45e0c 22:20:38 ---> ce9e133c3fa2 22:20:38 Step 4/6 : WORKDIR /edgex-go 22:20:38 ---> Running in 5ed85a095d61 22:20:39 Removing intermediate container 5ed85a095d61 22:20:39 ---> e94621431365 22:20:39 Step 5/6 : COPY go.mod . 22:20:39 ---> f3e4feb66047 22:20:39 Step 6/6 : RUN go mod download 22:20:40 ---> Running in 0d547e8d1082 22:20:43 ---> 24e38d1c947b 22:20:43 Step 9/24 : RUN go mod tidy 22:20:43 Removing intermediate container 9f83f2766266 22:20:43 ---> 3167faec0e59 22:20:43 Step 6/22 : COPY go.mod . 22:20:43 ---> Running in ca262c52408f 22:20:43 ---> f95068baab1c 22:20:43 Step 7/22 : RUN go mod download 22:20:43 ---> Running in 776b8d1b6cd2 22:20:45 Removing intermediate container 776b8d1b6cd2 22:20:45 ---> 1dbb2ded660c 22:20:45 Step 8/22 : COPY . . 22:20:46 Removing intermediate container ca262c52408f 22:20:46 ---> a80ab8b7418b 22:20:46 Step 10/24 : RUN make cmd/core-command/core-command 22:20:46 ---> Running in f31520475da7 22:20:47 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 22:20:49 ---> 76cab6370885 22:20:49 Step 9/24 : RUN go mod tidy 22:20:50 ---> Running in 8604624d09c4 22:20:53 Removing intermediate container 8604624d09c4 22:20:53 ---> 2dd7a6a43e1a 22:20:53 Step 10/24 : RUN make cmd/core-metadata/core-metadata 22:20:53 ---> Running in 80c0b756fcbf 22:20:54 ---> 0985123436b6 22:20:54 Step 9/26 : RUN go mod tidy 22:20:54 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 22:20:55 ---> Running in 8113adb83108 22:20:59 Removing intermediate container 8113adb83108 22:20:59 ---> 06d644039ea1 22:20:59 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:20:59 ---> Running in 68486ba1862c 22:21:00 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 22:21:01 ---> 1768ac467937 22:21:01 Step 9/32 : RUN go mod tidy 22:21:01 ---> Running in fd6a485cfdc7 22:21:04 Removing intermediate container fd6a485cfdc7 22:21:04 ---> 76d6cd7f81f3 22:21:04 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:21:04 ---> Running in c6ac8070def3 22:21:05 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 22:21:06 Removing intermediate container 0d547e8d1082 22:21:06 ---> 23ae07ea2df5 22:21:06 Successfully built 23ae07ea2df5 22:21:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:21:07 + docker inspect -f . ci-base-image-arm64 22:21:07 . [Pipeline] withDockerContainer 22:21:07 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 22:21:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 22:21:09 $ docker top 9d1d65a521ab5692006db2dfdef504232e2ed481832771b164aa15436f4788b6 -eo pid,comm [Pipeline] { [Pipeline] sh 22:21:10 + go version 22:21:10 go version go1.16.5 linux/arm64 [Pipeline] } 22:21:10 $ docker stop --time=1 9d1d65a521ab5692006db2dfdef504232e2ed481832771b164aa15436f4788b6 22:21:12 ---> 81361d779fd5 22:21:12 Step 9/22 : RUN go mod tidy 22:21:12 ---> Running in ad5eafdcf728 22:21:12 $ docker rm -f 9d1d65a521ab5692006db2dfdef504232e2ed481832771b164aa15436f4788b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:21:13 + docker inspect -f . ci-base-image-arm64 22:21:13 . [Pipeline] withDockerContainer 22:21:13 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 22:21:13 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 22:21:13 Removing intermediate container ad5eafdcf728 22:21:13 ---> ea9190406d1e 22:21:13 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:21:13 ---> Running in 8c932dd31e82 22:21:14 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 22:21:15 $ docker top 222075e4c1002648ea797132f6a7efd7e478f7a9259ab048bdc8cc1d89c31ac9 -eo pid,comm [Pipeline] { [Pipeline] echo 22:21:15 ========================================================= 22:21:15 [edgeXBuildGoParallel] Running Tests and Build... 22:21:15 ========================================================= [Pipeline] sh 22:21:16 + go mod tidy [Pipeline] sh 22:21:17 + make test 22:21:17 go mod tidy 22:21:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:21:18 Removing intermediate container f31520475da7 22:21:18 ---> c655f85ef100 22:21:18 22:21:18 Step 11/24 : FROM alpine:3.12 22:21:18 3.12: Pulling from library/alpine 22:21:18 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:21:18 Status: Downloaded newer image for alpine:3.12 22:21:19 ---> 13621d1b12d4 22:21:19 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:21:19 ---> Running in 0713109aabb7 22:21:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:20 (1/1) Installing dumb-init (1.2.2-r1) 22:21:20 Executing busybox-1.31.1-r20.trigger 22:21:20 OK: 6 MiB in 15 packages 22:21:20 Removing intermediate container 0713109aabb7 22:21:20 ---> d479b5a39d55 22:21:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:21:20 ---> Running in accbeb6ffb89 22:21:20 Removing intermediate container accbeb6ffb89 22:21:20 ---> 9cdcaddf1aa1 22:21:20 Step 14/24 : ENV APP_PORT=59882 22:21:20 ---> Running in 5bcc1b0e2835 22:21:21 Removing intermediate container 5bcc1b0e2835 22:21:21 ---> 0fd9d473e68d 22:21:21 Step 15/24 : EXPOSE $APP_PORT 22:21:21 ---> Running in b23f826790db 22:21:21 Removing intermediate container b23f826790db 22:21:21 ---> 0cc11a7ec801 22:21:21 Step 16/24 : WORKDIR / 22:21:21 ---> Running in 8c9128dddd55 22:21:21 Removing intermediate container 8c9128dddd55 22:21:21 ---> c539e1655b6d 22:21:21 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:21 ---> 67253f1f4277 22:21:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:21:22 ---> 8c40f24d7f4b 22:21:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:21:22 ---> 56f3988cd2fa 22:21:22 Step 20/24 : ENTRYPOINT ["/core-command"] 22:21:22 ---> Running in 67f0e115c8a6 22:21:23 Removing intermediate container 67f0e115c8a6 22:21:23 ---> c9a4b435d243 22:21:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:23 ---> Running in 368324433ae8 22:21:23 Removing intermediate container 368324433ae8 22:21:23 ---> e4c2b3aa07b5 22:21:23 Step 22/24 : LABEL arch=x86_64 22:21:23 ---> Running in 4009a4b23c3a 22:21:23 Removing intermediate container 4009a4b23c3a 22:21:23 ---> 194be58586a4 22:21:23 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:21:23 ---> Running in ab6046e8f775 22:21:23 Removing intermediate container ab6046e8f775 22:21:23 ---> b65049df87c1 22:21:23 Step 24/24 : LABEL version=0.0.0 22:21:23 ---> Running in 0d2b806865b3 22:21:23 Removing intermediate container 0d2b806865b3 22:21:23 ---> 793fe4819d9f 22:21:23 22:21:24 Successfully built 793fe4819d9f 22:21:24 Successfully tagged core-command:latest 22:21:24 Building support-notifications 22:21:32  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:21:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:21:32 ---> 789320f82620 22:21:32 Step 3/23 : WORKDIR /edgex-go 22:21:32 ---> Using cache 22:21:32 ---> aed10a35b6db 22:21:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:32 ---> Using cache 22:21:32 ---> cab6750ca835 22:21:32 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:21:32 ---> Running in e7c04df82e4c 22:21:32 Removing intermediate container 80c0b756fcbf 22:21:32 ---> db4fcca8491a 22:21:32 22:21:32 Step 11/24 : FROM alpine:3.12 22:21:32 ---> 13621d1b12d4 22:21:32 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:21:32 ---> Using cache 22:21:32 ---> d479b5a39d55 22:21:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:21:32 ---> Using cache 22:21:32 ---> 9cdcaddf1aa1 22:21:32 Step 14/24 : ENV APP_PORT=59881 22:21:32 ---> Running in f4305390d3bd 22:21:32 Removing intermediate container f4305390d3bd 22:21:32 ---> 85839bc9a346 22:21:32 Step 15/24 : EXPOSE $APP_PORT 22:21:33 ---> Running in 1a7173f76e18 22:21:33 Removing intermediate container 1a7173f76e18 22:21:33 ---> 242ad9f15385 22:21:33 Step 16/24 : WORKDIR / 22:21:35 ---> Running in 382b77e00b3e 22:21:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:21:35 Removing intermediate container 382b77e00b3e 22:21:35 ---> 7ec617110a08 22:21:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:35 ---> c191b4eec58a 22:21:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:21:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:21:35 ---> 208b0f442a31 22:21:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:21:35 ---> 81317ea2e871 22:21:35 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:21:35 ---> Running in 0b76cd986e3b 22:21:35 OK: 219 MiB in 52 packages 22:21:35 Removing intermediate container 0b76cd986e3b 22:21:35 ---> bb19e90be3bf 22:21:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:35 ---> Running in e17315e61eee 22:21:35 Removing intermediate container e17315e61eee 22:21:35 ---> 359c5ada2647 22:21:35 Step 22/24 : LABEL arch=x86_64 22:21:35 ---> Running in 09c1acd3c9dc 22:21:35 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 22:21:35 Removing intermediate container e7c04df82e4c 22:21:35 ---> 9880c5de8d98 22:21:35 Step 6/23 : COPY go.mod . 22:21:35 Removing intermediate container 09c1acd3c9dc 22:21:35 ---> 141b0a34861e 22:21:35 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:21:35 ---> Running in ba52ce96d784 22:21:35 ---> 1f6f03238495 22:21:35 Step 7/23 : RUN go mod download 22:21:35 Removing intermediate container ba52ce96d784 22:21:35 ---> db5da85e46ff 22:21:35 Step 24/24 : LABEL version=0.0.0 22:21:35 ---> Running in 53603641c952 22:21:35 ---> Running in 821c340a470a 22:21:35 Removing intermediate container 821c340a470a 22:21:35 ---> 48f4e84c6ea2 22:21:35 22:21:36 Successfully built 48f4e84c6ea2 22:21:36 Successfully tagged core-metadata:latest 22:21:36  Building core-metadata ... done Building core-data 22:21:37 Removing intermediate container 53603641c952 22:21:37 ---> 4e9b90040d79 22:21:37 Step 8/23 : COPY . . 22:21:44 Removing intermediate container 68486ba1862c 22:21:44 ---> 6c6d02fd9edf 22:21:44 22:21:44 Step 11/26 : FROM alpine:3.12 22:21:44 ---> 13621d1b12d4 22:21:44 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:21:44 ---> Running in 0325c8a449f5 22:21:44 ---> ef347952e567 22:21:44 Step 9/23 : RUN go mod tidy 22:21:44 ---> Running in b03617fde32e 22:21:44 ? github.com/edgexfoundry/edgex-go [no test files] 22:21:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:45 (1/6) Installing ca-certificates (20191127-r4) 22:21:45 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:21:45 (3/6) Installing libcurl (7.77.0-r0) 22:21:45 (4/6) Installing curl (7.77.0-r0) 22:21:45 (5/6) Installing dumb-init (1.2.2-r1) 22:21:45 (6/6) Installing su-exec (0.2-r1) 22:21:45 Executing busybox-1.31.1-r20.trigger 22:21:45 Executing ca-certificates-20191127-r4.trigger 22:21:45 OK: 7 MiB in 20 packages 22:21:45 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 22:21:46 Removing intermediate container 0325c8a449f5 22:21:46 ---> fbd33ef2cac9 22:21:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:21:46 ---> Running in fd2fe0f1af96 22:21:46 Removing intermediate container fd2fe0f1af96 22:21:46 ---> 76b06e1163e8 22:21:46 Step 14/26 : WORKDIR / 22:21:46 Removing intermediate container b03617fde32e 22:21:46 ---> f852674bfe27 22:21:46 Step 10/23 : RUN make cmd/support-notifications/support-notifications 22:21:46 ---> Running in c1ce1b961c03 22:21:46 ---> Running in 107052b96cb2 22:21:46 Removing intermediate container c6ac8070def3 22:21:46 ---> 3b96ee3bea57 22:21:46 22:21:46 Step 11/32 : FROM alpine:3.12 22:21:46 ---> 13621d1b12d4 22:21:46 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:21:47 ---> Running in 3f50cb4affad 22:21:47 Removing intermediate container c1ce1b961c03 22:21:47 ---> fde8d2731ac6 22:21:47 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:21:47 Removing intermediate container 3f50cb4affad 22:21:47 ---> a3b2f01ac048 22:21:47 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 22:21:47 ---> Running in 7257762715aa 22:21:47 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 22:21:47 ---> 8df69f050806 22:21:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:21:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:48 ---> a1453f9e0194 22:21:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:21:48 (1/2) Installing dumb-init (1.2.2-r1) 22:21:48 (2/2) Installing su-exec (0.2-r1) 22:21:48 Executing busybox-1.31.1-r20.trigger 22:21:48 OK: 6 MiB in 16 packages 22:21:48 ---> fe5ece9c8a0f 22:21:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:21:48 Removing intermediate container 7257762715aa 22:21:48 ---> ee4f67ff7627 22:21:48 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 22:21:49 ---> Running in 88c3443afea8 22:21:49 ---> 3d1cdadbbe22 22:21:49 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:21:49 Removing intermediate container 8c932dd31e82 22:21:49 ---> 3b835da3d744 22:21:49 22:21:49 Step 11/22 : FROM alpine:3.12 22:21:49 ---> 13621d1b12d4 22:21:49 Step 12/22 : RUN apk add --update --no-cache curl 22:21:49 Removing intermediate container 88c3443afea8 22:21:49 ---> 43eafce66ae2 22:21:49 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:21:49 ---> Running in a00f0f48892f 22:21:49 ---> Running in b60f3734658d 22:21:49 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:21:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:21:49 ---> 789320f82620 22:21:49 Step 3/24 : WORKDIR /edgex-go 22:21:49 ---> Using cache 22:21:49 ---> aed10a35b6db 22:21:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:49 ---> Using cache 22:21:49 ---> cab6750ca835 22:21:49 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:21:49 ---> Running in 9c7232e8dc95 22:21:49 ---> e7b45a936dfe 22:21:49 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:21:49 Removing intermediate container b60f3734658d 22:21:49 ---> 13e46bc63580 22:21:49 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:21:50 ---> Running in 3fc26cba49d3 22:21:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:50 (1/4) Installing ca-certificates (20191127-r4) 22:21:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:21:50 (3/4) Installing libcurl (7.77.0-r0) 22:21:50 (4/4) Installing curl (7.77.0-r0) 22:21:50 Executing busybox-1.31.1-r20.trigger 22:21:50 Executing ca-certificates-20191127-r4.trigger 22:21:50 OK: 7 MiB in 18 packages 22:21:50 ---> 455a213e066f 22:21:50 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:21:51 ---> 7facf9637f8e 22:21:51 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/ 22:21:51 Removing intermediate container a00f0f48892f 22:21:51 ---> d66b2a150c9d 22:21:51 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:21:51 ---> Running in 5f66c39af578 22:21:51 ---> Running in 233a37066882 22:21:51 Removing intermediate container 233a37066882 22:21:51 ---> d093441df3ee 22:21:51 Step 14/22 : WORKDIR /edgex 22:21:51 ---> Running in cdacc3c9fad7 22:21:51 Removing intermediate container 3fc26cba49d3 22:21:51 ---> 4ebdf232fb2e 22:21:51 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 22:21:51 Removing intermediate container cdacc3c9fad7 22:21:51 ---> eac247afe5e6 22:21:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:21:51 ---> Running in 5fcb50ad6f1e 22:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:21:52 Removing intermediate container 5fcb50ad6f1e 22:21:52 ---> d1fd047e4596 22:21:52 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:21:52 ---> 7ad1e6fd0de7 22:21:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:21:52 OK: 219 MiB in 52 packages 22:21:52 ---> 6d0aa67f280b 22:21:52 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:21:52 ---> Running in 7838f07f2c7c 22:21:52 Removing intermediate container 5f66c39af578 22:21:52 ---> 03fd27a7a880 22:21:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:21:52 ---> Running in cd6b29ab2a2d 22:21:53 ---> 8c0757765c55 22:21:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:21:53 Removing intermediate container 9c7232e8dc95 22:21:53 ---> ff7a63c47b22 22:21:53 Step 6/24 : COPY go.mod . 22:21:53 Removing intermediate container cd6b29ab2a2d 22:21:53 ---> 17557b5be45f 22:21:53 Step 24/26 : LABEL arch=x86_64 22:21:53 ---> Running in 96a0c7bf12ff 22:21:53 Removing intermediate container 96a0c7bf12ff 22:21:53 ---> 6f18459c68ca 22:21:53 Step 25/26 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:21:53 ---> 0b0ca132cda5 22:21:53 Step 7/24 : RUN go mod download 22:21:53 ---> Running in 0dee0947e72d 22:21:54 ---> Running in 25d3c7e9e66f 22:21:54 ---> 286afea99aca 22:21:54 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:21:54 Removing intermediate container 0dee0947e72d 22:21:54 ---> 01c7b01abb6e 22:21:54 Step 26/26 : LABEL version=0.0.0 22:21:54 ---> Running in 0eebecbc2c36 22:21:54 Removing intermediate container 7838f07f2c7c 22:21:54 ---> b3aad3e127a4 22:21:54 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:54 ---> Running in 2c12123d2e0d 22:21:54 Removing intermediate container 0eebecbc2c36 22:21:54 ---> f92d47537786 22:21:54 Step 19/22 : CMD ["--init=true"] 22:21:54 Removing intermediate container 2c12123d2e0d 22:21:54 ---> 8ee79294e25d 22:21:54 22:21:54 ---> Running in 6bb7c7246867 22:21:54 ---> 7b840260ba6a 22:21:54 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:21:54 Successfully built 8ee79294e25d 22:21:54 Successfully tagged security-secretstore-setup:latest 22:21:54 Building sys-mgmt-agent 22:21:54 Removing intermediate container 6bb7c7246867 22:21:54 ---> 27e38d26b91d 22:21:54 Step 20/22 : LABEL arch=x86_64 22:21:54 ---> Running in f5f74eab3814 22:21:55  Building security-secretstore-setup ... done Removing intermediate container f5f74eab3814 22:21:55 ---> e641315140d4 22:21:55 Step 21/22 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:21:56 ---> 18b0fb3d041d 22:21:56 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:21:56 Removing intermediate container 25d3c7e9e66f 22:21:56 ---> 905532ad54b6 22:21:56 Step 8/24 : COPY . . 22:21:56 ---> Running in 65c6c9056839 22:21:56 ---> 2ad91d717b77 22:21:56 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:21:56 Removing intermediate container 65c6c9056839 22:21:56 ---> 1dbab89eaca8 22:21:56 Step 22/22 : LABEL version=0.0.0 22:21:57 ---> Running in a8e11a93f318 22:21:57 ---> 95cdbb7965f9 22:21:57 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:21:57 Removing intermediate container a8e11a93f318 22:21:57 ---> f061c53e06c0 22:21:57 22:21:58 Successfully built f061c53e06c0 22:21:58 Successfully tagged security-proxy-setup:latest 22:21:58  Building security-proxy-setup ... done Building support-scheduler 22:21:58 ---> 0a45fcc9a195 22:21:58 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 22:22:03 ---> Running in 8bea5fb50126 22:22:04 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:22:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:22:04 ---> 789320f82620 22:22:04 Step 3/23 : WORKDIR /edgex-go 22:22:04 ---> Using cache 22:22:04 ---> aed10a35b6db 22:22:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:04 ---> Using cache 22:22:04 ---> cab6750ca835 22:22:04 Step 5/23 : RUN apk add --update --no-cache make git 22:22:04 ---> Using cache 22:22:04 ---> 9bfc6e7872f9 22:22:04 Step 6/23 : COPY go.mod . 22:22:04 ---> Using cache 22:22:04 ---> fe5a3ea2e4ce 22:22:04 Step 7/23 : RUN go mod download 22:22:04 ---> Using cache 22:22:04 ---> 8876bb1639f6 22:22:04 Step 8/23 : COPY . . 22:22:04 ---> Using cache 22:22:04 ---> 24e38d1c947b 22:22:04 Step 9/23 : RUN go mod tidy 22:22:04 ---> Using cache 22:22:04 ---> a80ab8b7418b 22:22:04 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 22:22:04 ---> 09a25c63ae57 22:22:04 Step 9/24 : RUN go mod tidy 22:22:05 ---> Running in 37c8d476e5dd 22:22:05 Removing intermediate container 8bea5fb50126 22:22:05 ---> b22950ecb0ae 22:22:05 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:22:05 ---> Running in 3b919f7345f6 22:22:06 ---> 2e88a14dd0b4 22:22:06 Step 27/32 : RUN chmod +x /entrypoint.sh 22:22:06 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 22:22:06 ---> Running in efcfb358ac5d 22:22:11 Removing intermediate container 3b919f7345f6 22:22:11 ---> 6be46ce89d2a 22:22:11 Step 10/24 : RUN make cmd/core-data/core-data 22:22:11 Removing intermediate container efcfb358ac5d 22:22:11 ---> 5b5dfd43c6b4 22:22:11 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:22:11 ---> Running in 5459aa573621 22:22:11 ---> Running in c45b6248ecd9 22:22:11 Removing intermediate container c45b6248ecd9 22:22:11 ---> 608422b2d3da 22:22:11 Step 29/32 : CMD ["gate"] 22:22:11 ---> Running in 75c4f21e1196 22:22:11 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 22:22:11 Removing intermediate container 75c4f21e1196 22:22:11 ---> 932856668ac5 22:22:11 Step 30/32 : LABEL arch=x86_64 22:22:11 ---> Running in 68b497eb439e 22:22:12 Removing intermediate container 68b497eb439e 22:22:12 ---> a39953cc0ff2 22:22:12 Step 31/32 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:22:12 ---> Running in 93402f474da1 22:22:12 Removing intermediate container 93402f474da1 22:22:12 ---> 1ccd806e590c 22:22:12 Step 32/32 : LABEL version=0.0.0 22:22:12 Removing intermediate container 107052b96cb2 22:22:12 ---> 7bd9f63c6637 22:22:12 22:22:12 Step 11/23 : FROM alpine:3.12 22:22:12 ---> 13621d1b12d4 22:22:12 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:22:12 ---> Running in 2b1afe916453 22:22:12 ---> Running in a5b7d210481b 22:22:13 Removing intermediate container 2b1afe916453 22:22:13 ---> 1ced36266716 22:22:13 22:22:13 Successfully built 1ced36266716 22:22:13 Successfully tagged security-bootstrapper:latest 22:22:13  Building security-bootstrapper ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:13 (1/2) Installing ca-certificates (20191127-r4) 22:22:13 (2/2) Installing dumb-init (1.2.2-r1) 22:22:13 Executing busybox-1.31.1-r20.trigger 22:22:13 Executing ca-certificates-20191127-r4.trigger 22:22:13 OK: 6 MiB in 16 packages 22:22:14 Removing intermediate container a5b7d210481b 22:22:14 ---> c3bde4d431e3 22:22:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:22:14 ---> Running in 4e17a9711d36 22:22:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:22:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:22:14 ---> 789320f82620 22:22:14 Step 3/24 : WORKDIR /edgex-go 22:22:14 ---> Using cache 22:22:14 ---> aed10a35b6db 22:22:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:14 ---> Using cache 22:22:14 ---> cab6750ca835 22:22:14 Step 5/24 : RUN apk add --update --no-cache make bash git 22:22:14 ---> Running in 30efecc30b72 22:22:15 Removing intermediate container 4e17a9711d36 22:22:15 ---> 9c961cd7971f 22:22:15 Step 14/23 : ENV APP_PORT=59860 22:22:15 ---> Running in ce9af199adac 22:22:15 Removing intermediate container ce9af199adac 22:22:15 ---> 201dfaa4e420 22:22:15 Step 15/23 : EXPOSE $APP_PORT 22:22:15 ---> Running in 278129996b54 22:22:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:22:15 Removing intermediate container 278129996b54 22:22:15 ---> 7fb971375741 22:22:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:15 ---> 3db96551e451 22:22:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:22:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:22:16 ---> ce47235e46ad 22:22:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:22:16 ---> 62dc0e10321c 22:22:16 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:22:16 OK: 219 MiB in 52 packages 22:22:16 ---> Running in d81f6962f359 22:22:16 Removing intermediate container d81f6962f359 22:22:16 ---> c3f8470ccae7 22:22:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:16 ---> Running in 4e2ad3dba5f7 22:22:17 Removing intermediate container 30efecc30b72 22:22:17 ---> f97be1395b01 22:22:17 Step 6/24 : COPY go.mod . 22:22:17 Removing intermediate container 4e2ad3dba5f7 22:22:17 ---> 4874bad81c0b 22:22:17 Step 21/23 : LABEL arch=x86_64 22:22:17 ---> Running in f734ef1f3b09 22:22:17 Removing intermediate container f734ef1f3b09 22:22:17 ---> 1ac5d499e566 22:22:17 Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:22:17 ---> Running in 766ce117da11 22:22:17 ---> c060589aab51 22:22:17 Step 7/24 : RUN go mod download 22:22:17 ---> Running in f19658e57e14 22:22:17 Removing intermediate container 766ce117da11 22:22:17 ---> 2db85f0c4602 22:22:17 Step 23/23 : LABEL version=0.0.0 22:22:17 ---> Running in 0c531daa2f6e 22:22:18 Removing intermediate container 0c531daa2f6e 22:22:18 ---> 6b3ef9a1058d 22:22:18 22:22:18 Successfully built 6b3ef9a1058d 22:22:18 Successfully tagged support-notifications:latest 22:22:18  Building support-notifications ... done Removing intermediate container f19658e57e14 22:22:18 ---> c41c71c0c253 22:22:18 Step 8/24 : COPY . . 22:22:25 ---> 3d95989f8b08 22:22:25 Step 9/24 : RUN go mod tidy 22:22:25 ---> Running in 44a0bbeaa399 22:22:26 Removing intermediate container 44a0bbeaa399 22:22:26 ---> e78dd8495792 22:22:26 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:22:26 ---> Running in c29e38709a8b 22:22:27 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 22:22:29 Removing intermediate container 37c8d476e5dd 22:22:29 ---> 92b2877740cd 22:22:29 22:22:29 Step 11/23 : FROM alpine:3.12 22:22:29 ---> 13621d1b12d4 22:22:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:22:29 ---> Using cache 22:22:29 ---> d479b5a39d55 22:22:29 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:22:29 ---> Using cache 22:22:29 ---> 9cdcaddf1aa1 22:22:29 Step 14/23 : ENV APP_PORT=59861 22:22:29 ---> Running in 3a14d71d496e 22:22:29 Removing intermediate container 3a14d71d496e 22:22:29 ---> 38f87cb5aa39 22:22:29 Step 15/23 : EXPOSE $APP_PORT 22:22:29 ---> Running in 5ae5d35fd144 22:22:29 Removing intermediate container 5ae5d35fd144 22:22:29 ---> 4c831dbea549 22:22:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:29 ---> 3084b34d59c8 22:22:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:22:29 ---> e60485820d46 22:22:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:22:30 ---> 56602c13542b 22:22:30 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:22:30 ---> Running in 1bb74578ce03 22:22:30 Removing intermediate container 1bb74578ce03 22:22:30 ---> ece93ab8a59b 22:22:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:30 ---> Running in 28bbba590f69 22:22:30 Removing intermediate container 28bbba590f69 22:22:30 ---> 6585a8fbd634 22:22:30 Step 21/23 : LABEL arch=x86_64 22:22:30 ---> Running in 7d9826ebdd48 22:22:30 Removing intermediate container 7d9826ebdd48 22:22:30 ---> 47fb5e95fd36 22:22:30 Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:22:30 ---> Running in c63b44407758 22:22:30 Removing intermediate container c63b44407758 22:22:30 ---> 6e89c93d978c 22:22:30 Step 23/23 : LABEL version=0.0.0 22:22:31 ---> Running in edbe1cbecf9c 22:22:31 Removing intermediate container edbe1cbecf9c 22:22:31 ---> 29853694c041 22:22:31 22:22:31 Successfully built 29853694c041 22:22:31 Successfully tagged support-scheduler:latest 22:22:37  Building support-scheduler ... done Removing intermediate container 5459aa573621 22:22:37 ---> ff6fa35b8bcc 22:22:37 22:22:37 Step 11/24 : FROM alpine:3.12 22:22:37 ---> 13621d1b12d4 22:22:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:22:37 ---> Running in 754b8fddb513 22:22:37 Removing intermediate container 754b8fddb513 22:22:37 ---> d31489532913 22:22:37 Step 13/24 : ENV APP_PORT=59880 22:22:37 ---> Running in f61c772df912 22:22:37 Removing intermediate container f61c772df912 22:22:37 ---> 97f69f1ac5f1 22:22:37 Step 14/24 : EXPOSE $APP_PORT 22:22:37 ---> Running in c93810786cdb 22:22:37 Removing intermediate container c93810786cdb 22:22:37 ---> 144af697c032 22:22:37 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:37 ---> Running in 9d46891c123d 22:22:38 Removing intermediate container 9d46891c123d 22:22:38 ---> 0089f713b8f4 22:22:38 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 22:22:38 ---> Running in a0fb87985e6f 22:22:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:40 (1/6) Installing dumb-init (1.2.2-r1) 22:22:40 (2/6) Installing libgcc (9.3.0-r2) 22:22:40 (3/6) Installing libsodium (1.0.18-r0) 22:22:40 (4/6) Installing libstdc++ (9.3.0-r2) 22:22:41 (5/6) Installing libzmq (4.3.3-r0) 22:22:41 (6/6) Installing zeromq (4.3.3-r0) 22:22:41 Executing busybox-1.31.1-r20.trigger 22:22:41 OK: 8 MiB in 20 packages 22:22:41 Removing intermediate container c29e38709a8b 22:22:41 ---> 2da5ef7635e1 22:22:41 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:22:41 ---> Running in 0136507e9515 22:22:41 Removing intermediate container a0fb87985e6f 22:22:41 ---> ae034b8fed9b 22:22:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:42 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 22:22:42 ---> 4fc9a442f3a5 22:22:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:22:42 ---> b424c04c7637 22:22:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:22:42 ---> ab33e07da700 22:22:42 Step 20/24 : ENTRYPOINT ["/core-data"] 22:22:42 ---> Running in 9faf94cd806f 22:22:42 Removing intermediate container 0136507e9515 22:22:42 ---> a12cf130313c 22:22:42 22:22:42 Step 12/24 : FROM docker:20.10.0 22:22:42 Removing intermediate container 9faf94cd806f 22:22:42 ---> 2ab07d89fc77 22:22:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:42 ---> Running in b2c1fb951ae2 22:22:42 20.10.0: Pulling from library/docker 22:22:42 Removing intermediate container b2c1fb951ae2 22:22:42 ---> 0cf503ab0fcb 22:22:42 Step 22/24 : LABEL arch=x86_64 22:22:42 ---> Running in 73b263127a0b 22:22:42 Removing intermediate container 73b263127a0b 22:22:42 ---> 20189de7dcb4 22:22:42 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:22:42 ---> Running in 5da7b78d1540 22:22:43 Removing intermediate container 5da7b78d1540 22:22:43 ---> 0db67378c5c1 22:22:43 Step 24/24 : LABEL version=0.0.0 22:22:43 ---> Running in e3575fcab903 22:22:43 Removing intermediate container e3575fcab903 22:22:43 ---> c4a15e8ccfab 22:22:43 22:22:43 Successfully built c4a15e8ccfab 22:22:43 Successfully tagged core-data:latest 22:22:45  Building core-data ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:22:45 Status: Downloaded newer image for docker:20.10.0 22:22:45 ---> aefe523efa57 22:22:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:22:45 ---> Running in b69a1596b80e 22:22:46 Removing intermediate container b69a1596b80e 22:22:46 ---> baf65bdc1c9f 22:22:46 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:22:46 ---> Running in ed017dac9f24 22:22:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:46 (1/39) Installing readline (8.0.4-r0) 22:22:46 (2/39) Installing bash (5.0.17-r0) 22:22:46 Executing bash-5.0.17-r0.post-install 22:22:46 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:22:46 (4/39) Installing libcurl (7.77.0-r0) 22:22:46 (5/39) Installing curl (7.77.0-r0) 22:22:46 (6/39) Installing dumb-init (1.2.2-r1) 22:22:46 (7/39) Installing libbz2 (1.0.8-r1) 22:22:46 (8/39) Installing expat (2.2.9-r1) 22:22:46 (9/39) Installing libffi (3.3-r2) 22:22:46 (10/39) Installing gdbm (1.13-r1) 22:22:46 (11/39) Installing xz-libs (5.2.5-r0) 22:22:46 (12/39) Installing sqlite-libs (3.32.1-r1) 22:22:46 (13/39) Installing python3 (3.8.10-r0) 22:22:47 (14/39) Installing py3-appdirs (1.4.4-r1) 22:22:47 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:22:47 (16/39) Installing py3-parsing (2.4.7-r0) 22:22:47 (17/39) Installing py3-six (1.15.0-r0) 22:22:47 (18/39) Installing py3-packaging (20.4-r0) 22:22:47 (19/39) Installing py3-setuptools (47.0.0-r0) 22:22:47 (20/39) Installing py3-chardet (3.0.4-r4) 22:22:47 (21/39) Installing py3-idna (2.9-r0) 22:22:47 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:22:47 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:22:47 (24/39) Installing py3-requests (2.23.0-r0) 22:22:47 (25/39) Installing py3-msgpack (1.0.0-r0) 22:22:47 (26/39) Installing py3-lockfile (0.12.2-r3) 22:22:47 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:22:47 (28/39) Installing py3-colorama (0.4.3-r0) 22:22:47 (29/39) Installing py3-distlib (0.3.0-r0) 22:22:47 (30/39) Installing py3-distro (1.5.0-r1) 22:22:47 (31/39) Installing py3-webencodings (0.5.1-r3) 22:22:47 (32/39) Installing py3-html5lib (1.0.1-r4) 22:22:47 (33/39) Installing py3-pytoml (0.1.21-r0) 22:22:47 (34/39) Installing py3-pep517 (0.8.2-r0) 22:22:47 (35/39) Installing py3-progress (1.5-r0) 22:22:47 (36/39) Installing py3-toml (0.10.1-r0) 22:22:47 (37/39) Installing py3-retrying (1.3.3-r0) 22:22:47 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:22:47 (39/39) Installing py3-pip (20.1.1-r0) 22:22:47 Executing busybox-1.31.1-r19.trigger 22:22:47 OK: 72 MiB in 59 packages 22:22:48 Collecting docker-compose==1.23.2 22:22:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:22:48 Collecting dockerpty<0.5,>=0.4.1 22:22:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:22:48 Collecting websocket-client<1.0,>=0.32.0 22:22:48 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:22:49 Collecting docker<4.0,>=3.6.0 22:22:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:22:49 Collecting cached-property<2,>=1.2.0 22:22:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:22:49 Collecting jsonschema<3,>=2.5.1 22:22:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:22:49 Collecting PyYAML<4,>=3.10 22:22:49 Downloading PyYAML-3.13.tar.gz (270 kB) 22:22:49 Collecting texttable<0.10,>=0.9.0 22:22:49 Downloading texttable-0.9.1.tar.gz (11 kB) 22:22:50 Collecting docopt<0.7,>=0.6.1 22:22:50 Downloading docopt-0.6.2.tar.gz (25 kB) 22:22:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:22:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:22:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:22:50 Collecting docker-pycreds>=0.4.0 22:22:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:22:50 Collecting idna<2.8,>=2.5 22:22:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:22:50 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) 22:22:50 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) 22:22:50 Collecting urllib3<1.25,>=1.21.1 22:22:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:22:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:22:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:22:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:22:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:22:50 Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, PyYAML, texttable, docopt, docker-compose 22:22:50 Running setup.py install for dockerpty: started 22:22:51 Running setup.py install for dockerpty: finished with status 'done' 22:22:51 Attempting uninstall: idna 22:22:51 Found existing installation: idna 2.9 22:22:51 Uninstalling idna-2.9: 22:22:51 Successfully uninstalled idna-2.9 22:22:51 Attempting uninstall: urllib3 22:22:51 Found existing installation: urllib3 1.25.9 22:22:51 Uninstalling urllib3-1.25.9: 22:22:51 Successfully uninstalled urllib3-1.25.9 22:22:51 Attempting uninstall: requests 22:22:51 Found existing installation: requests 2.23.0 22:22:51 Uninstalling requests-2.23.0: 22:22:51 Successfully uninstalled requests-2.23.0 22:22:51 Running setup.py install for PyYAML: started 22:22:52 Running setup.py install for PyYAML: finished with status 'done' 22:22:52 Running setup.py install for texttable: started 22:22:52 Running setup.py install for texttable: finished with status 'done' 22:22:52 Running setup.py install for docopt: started 22:22:52 Running setup.py install for docopt: finished with status 'done' 22:22:52 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 22:22:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:22:56 Removing intermediate container ed017dac9f24 22:22:56 ---> 33ccc3843edc 22:22:56 Step 15/24 : ENV APP_PORT=58890 22:22:56 ---> Running in 0d7bb01bb937 22:22:56 Removing intermediate container 0d7bb01bb937 22:22:56 ---> 6c73c46fcf90 22:22:56 Step 16/24 : EXPOSE $APP_PORT 22:22:56 ---> Running in 89303091cc24 22:22:56 Removing intermediate container 89303091cc24 22:22:56 ---> 9b61ce395677 22:22:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:22:56 ---> 2a6ffa214edc 22:22:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:22:56 ---> 4b0ec4da595e 22:22:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:22:56 ---> f02239eaffa3 22:22:56 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 22:22:56 ---> Running in 033605dd12fa 22:22:56 Removing intermediate container 033605dd12fa 22:22:56 ---> a2bc02523121 22:22:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:56 ---> Running in a690600a4331 22:22:56 Removing intermediate container a690600a4331 22:22:56 ---> 673a6bd8914c 22:22:56 Step 22/24 : LABEL arch=x86_64 22:22:56 ---> Running in 965d666cab66 22:22:56 Removing intermediate container 965d666cab66 22:22:56 ---> 5301b59a52a3 22:22:56 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:22:56 ---> Running in 45b4ffd209f0 22:22:57 Removing intermediate container 45b4ffd209f0 22:22:57 ---> ae4b3b6328e6 22:22:57 Step 24/24 : LABEL version=0.0.0 22:22:57 ---> Running in 8ef100b20b58 22:22:57 Removing intermediate container 8ef100b20b58 22:22:57 ---> f7e1269dee9e 22:22:57 22:22:57 Successfully built f7e1269dee9e 22:22:57 Successfully tagged sys-mgmt-agent:latest 22:22:57  Building sys-mgmt-agent ... done  [Pipeline] } 22:22:57 $ docker stop --time=1 7e8b4610092aedd3a375cc39de940a22294a5033f36055feb160198f471f94f8 22:22:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:22:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:22:58 $ docker rm -f 7e8b4610092aedd3a375cc39de940a22294a5033f36055feb160198f471f94f8 [Pipeline] // withDockerContainer [Pipeline] sh 22:22:59 + docker images 22:22:59 REPOSITORY TAG IMAGE ID CREATED SIZE 22:22:59 sys-mgmt-agent latest f7e1269dee9e 2 seconds ago 312MB 22:22:59 core-data latest c4a15e8ccfab 16 seconds ago 20.3MB 22:22:59 a12cf130313c 17 seconds ago 1.15GB 22:22:59 ff6fa35b8bcc 23 seconds ago 1.15GB 22:22:59 support-scheduler latest 29853694c041 28 seconds ago 15.9MB 22:22:59 92b2877740cd 31 seconds ago 1.15GB 22:22:59 support-notifications latest 6b3ef9a1058d 42 seconds ago 16.7MB 22:22:59 7bd9f63c6637 47 seconds ago 1.15GB 22:22:59 security-bootstrapper latest 1ced36266716 47 seconds ago 18.6MB 22:22:59 security-proxy-setup latest f061c53e06c0 About a minute ago 25.7MB 22:22:59 security-secretstore-setup latest 8ee79294e25d About a minute ago 28.7MB 22:22:59 3b835da3d744 About a minute ago 1.15GB 22:22:59 3b96ee3bea57 About a minute ago 1.15GB 22:22:59 6c6d02fd9edf About a minute ago 1.15GB 22:22:59 core-metadata latest 48f4e84c6ea2 About a minute ago 16.6MB 22:22:59 db4fcca8491a About a minute ago 1.15GB 22:22:59 core-command latest 793fe4819d9f About a minute ago 15.9MB 22:22:59 c655f85ef100 About a minute ago 1.14GB 22:22:59 ci-base-image-x86_64 latest 789320f82620 5 minutes ago 647MB 22:22:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB 22:22:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB 22:22:59 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 22:22:59 docker 20.10.0 aefe523efa57 6 months ago 240MB 22:22:59 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] } 22:23:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:23:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:23:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:23:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:23:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:23:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:23:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:23:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:23:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:23:08 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:23:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.179s coverage: 28.7% of statements 22:23:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:23:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:23:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.332s coverage: 100.0% of statements 22:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:23:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.310s coverage: 53.4% of statements 22:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.532s coverage: 87.7% of statements 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.218s coverage: 78.9% of statements 22:23:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.220s coverage: 81.2% of statements 22:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 22:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:23:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.312s coverage: 95.1% of statements 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:23:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.211s coverage: 60.0% of statements 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:23:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.301s coverage: 0.8% of statements 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:23:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.172s coverage: 58.8% of statements 22:23:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.209s coverage: 22.0% of statements 22:23:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:23:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.207s coverage: 47.1% of statements 22:23:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.197s coverage: 79.5% of statements 22:23:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.197s coverage: 94.1% of statements 22:23:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.188s coverage: 96.3% of statements 22:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.191s coverage: 87.5% of statements 22:23:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.245s coverage: 94.4% of statements 22:23:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.203s coverage: 44.8% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.620s coverage: 81.8% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.260s coverage: 92.9% of statements 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.192s coverage: 87.2% of statements 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.220s coverage: 76.0% of statements 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.182s coverage: 80.0% of statements 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.243s coverage: 87.2% of statements 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.280s coverage: 85.4% of statements 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.295s coverage: 91.2% of statements 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.908s coverage: 64.4% of statements 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.204s coverage: 100.0% of statements 22:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 22:24:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 22:24:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 22:24:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.051s coverage: 66.9% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:24:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.821s coverage: 43.6% of statements 22:24:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:24:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:24:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.263s coverage: 89.5% of statements 22:24:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:24:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.292s coverage: 84.8% of statements 22:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:24:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.258s coverage: 19.3% of statements 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:24:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.621s coverage: 91.9% of statements 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:24:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.219s coverage: 62.7% of statements 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:24:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.427s coverage: 97.6% of statements 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 22:24:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.177s coverage: 28.9% of statements 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 22:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:24:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.208s coverage: 100.0% of statements 22:24:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 95.4% of statements 22:24:24 GO111MODULE=on go vet ./... 22:25:46 gofmt -l . 22:25:47 [ "`gofmt -l .`" = "" ] 22:25:48 ./bin/test-attribution-txt.sh [Pipeline] sh 22:25:51 + ls -al . 22:25:51 total 544 22:25:51 drwxrwxr-x 9 1001 1001 4096 Jun 15 22:25 . 22:25:51 drwxr-xr-x 4 root root 4096 Jun 15 22:21 .. 22:25:51 -rw-rw-r-- 1 1001 1001 11 Jun 15 22:19 .dockerignore 22:25:51 drwxrwxr-x 8 1001 1001 4096 Jun 15 22:19 .git 22:25:51 drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 .github 22:25:51 -rw-rw-r-- 1 1001 1001 818 Jun 15 22:19 .gitignore 22:25:51 -rw-rw-r-- 1 1001 1001 166 Jun 15 22:19 .sonarcloud.properties 22:25:51 -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:19 Attribution.txt 22:25:51 -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:19 CONTRIBUTING.md 22:25:51 -rw-rw-r-- 1 1001 1001 931 Jun 15 22:19 Dockerfile.build 22:25:51 -rw-rw-r-- 1 1001 1001 849 Jun 15 22:19 Jenkinsfile 22:25:51 -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:19 LICENSE 22:25:51 -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:19 Makefile 22:25:51 -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:19 README.md 22:25:51 -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:19 SECURITY.md 22:25:51 -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION 22:25:51 -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:19 ZMQWindows.md 22:25:51 drwxrwxr-x 2 1001 1001 4096 Jun 15 22:19 bin 22:25:51 drwxrwxr-x 14 1001 1001 4096 Jun 15 22:19 cmd 22:25:51 -rw-r--r-- 1 root root 398195 Jun 15 22:24 coverage.out 22:25:51 -rw-rw-r-- 1 1001 1001 841 Jun 15 22:19 go.mod 22:25:51 -rw-r--r-- 1 root root 21154 Jun 15 22:21 go.sum 22:25:51 drwxrwxr-x 7 1001 1001 4096 Jun 15 22:19 internal 22:25:51 drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 openapi 22:25:51 drwxrwxr-x 4 1001 1001 4096 Jun 15 22:19 snap 22:25:51 -rw-rw-r-- 1 1001 1001 168 Jun 15 22:19 version.go [Pipeline] sh 22:25:52 + '[' -e coverage.out ] 22:25:52 + chown 1001:1001 coverage.out [Pipeline] stash 22:25:52 Warning: overwriting stash ‘coverage-report’ 22:25:52 Stashed 1 file(s) [Pipeline] sh 22:25:53 + make build 22:25:53 go mod tidy 22:25:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:26:00 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 22:26:27 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 22:26:27 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 22:26:32 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 22:26:32 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 22:26:37 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 22:26:42 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 22:26:43 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 22:26:48 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 22:26:51 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 22:26:54 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] } 22:27:03 $ docker stop --time=1 222075e4c1002648ea797132f6a7efd7e478f7a9259ab048bdc8cc1d89c31ac9 22:27:09 $ docker rm -f 222075e4c1002648ea797132f6a7efd7e478f7a9259ab048bdc8cc1d89c31ac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:27:10 22:27:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:27:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:27:13 latest: Pulling from edgex-devops/edgex-compose-arm64 22:27:13 29e5d40040c1: Pulling fs layer 22:27:13 1ce36da41761: Pulling fs layer 22:27:13 25b303627fd3: Pulling fs layer 22:27:13 29e5d40040c1: Verifying Checksum 22:27:13 29e5d40040c1: Download complete 22:27:13 1ce36da41761: Verifying Checksum 22:27:13 1ce36da41761: Download complete 22:27:13 29e5d40040c1: Pull complete 22:27:14 1ce36da41761: Pull complete 22:27:14 25b303627fd3: Verifying Checksum 22:27:14 25b303627fd3: Download complete 22:27:24 25b303627fd3: Pull complete 22:27:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:27:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:27:24 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 22:27:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 22:27:27 $ docker top 6eb748ceafc1cac249369a36913aa9f9c7ee37a1d0a3566bb6f89cc36982f50a -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:28 + docker-compose build --help 22:27:28 + grep parallel 22:27:32 --parallel Build images in parallel. [Pipeline] } 22:27:32 $ docker stop --time=1 6eb748ceafc1cac249369a36913aa9f9c7ee37a1d0a3566bb6f89cc36982f50a 22:27:34 $ docker rm -f 6eb748ceafc1cac249369a36913aa9f9c7ee37a1d0a3566bb6f89cc36982f50a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:27:35 . [Pipeline] withDockerContainer 22:27:35 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 22:27:35 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 22:27:37 $ docker top 104813bb4be065e02bc7b49f12d4fb0fea20f72b71f1d5f750985f5318a36e35 -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:38 + docker-compose -f ./docker-compose-build.yml build --parallel 22:27:42 Building core-command ... 22:27:42 Building core-data ... 22:27:42 Building core-metadata ... 22:27:42 Building security-bootstrapper ... 22:27:42 Building security-proxy-setup ... 22:27:42 Building security-secretstore-setup ... 22:27:42 Building support-notifications ... 22:27:42 Building support-scheduler ... 22:27:42 Building sys-mgmt-agent ... 22:27:42 Building sys-mgmt-agent 22:27:42 Building security-secretstore-setup 22:27:42 Building support-scheduler 22:27:42 Building security-proxy-setup 22:27:42 Building security-bootstrapper 22:28:51 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:28:51 ---> 23ae07ea2df5 22:28:51 Step 3/22 : WORKDIR /edgex-go 22:28:51 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:28:51 ---> 23ae07ea2df5 22:28:51 Step 3/24 : WORKDIR /edgex-go 22:28:51 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:51 22:28:51 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/32 : FROM ${BUILDER_BASE} AS builder 22:28:51 22:28:51 ---> 23ae07ea2df5 22:28:51 ---> 23ae07ea2df5 22:28:51 Step 3/23 : WORKDIR /edgex-goStep 3/32 : WORKDIR /edgex-go 22:28:51 22:28:51 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:28:51 ---> 23ae07ea2df5 22:28:51 Step 3/26 : WORKDIR /edgex-go 22:28:51 ---> Running in f2dbc93ac975 22:28:51 ---> Running in bb2050575ed5 22:28:51 ---> Running in 611f67eb7272 22:28:51 ---> Running in e81dc28cf237 22:28:51 ---> Running in c6a53d6ddfd1 22:28:51 Removing intermediate container 611f67eb7272 22:28:51 ---> edb98aae1fff 22:28:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:51 Removing intermediate container e81dc28cf237 22:28:51 ---> 04201e0b36c8 22:28:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:51 Removing intermediate container f2dbc93ac975 22:28:51 ---> 7b680badbe95 22:28:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:51 Removing intermediate container bb2050575ed5 22:28:51 ---> 6378a8a17549 22:28:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:51 Removing intermediate container c6a53d6ddfd1 22:28:51 ---> 5450531d7a4e 22:28:51 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:51 ---> Running in 506cfa439d7e 22:28:51 ---> Running in 19d31b93074a 22:28:51 ---> Running in 67a72b6e49ad 22:28:51 ---> Running in 9157e2e0e1de 22:28:51 ---> Running in cc73afe95e26 22:28:55 Removing intermediate container 67a72b6e49ad 22:28:55 ---> e067b8933a95 22:28:55 Step 5/24 : RUN apk add --update --no-cache make bash git 22:28:55 Removing intermediate container 506cfa439d7e 22:28:55 ---> c78a91472a63 22:28:55 Step 5/22 : RUN apk add --update --no-cache make git 22:28:55 ---> Running in c467d2e17d59 22:28:55 ---> Running in e386016243b5 22:28:55 Removing intermediate container cc73afe95e26 22:28:55 ---> 94353890527a 22:28:55 Step 5/32 : RUN apk add --update --no-cache make git 22:28:55 Removing intermediate container 9157e2e0e1de 22:28:55 ---> 9d86f0d41b05 22:28:55 Step 5/26 : RUN apk add --update --no-cache make git 22:28:55 ---> Running in 01bc1133aff1 22:28:55 Removing intermediate container 19d31b93074a 22:28:55 ---> 70780ec50174 22:28:55 Step 5/23 : RUN apk add --update --no-cache make git 22:28:56 ---> Running in b36c4f6d6d31 22:28:56 ---> Running in 3faae786482b 22:28:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:59 OK: 218 MiB in 52 packages 22:28:59 OK: 218 MiB in 52 packages 22:29:00 OK: 218 MiB in 52 packages 22:29:00 OK: 218 MiB in 52 packages 22:29:00 OK: 218 MiB in 52 packages 22:29:00 Removing intermediate container c467d2e17d59 22:29:00 ---> b9364cc99197 22:29:00 Step 6/24 : COPY go.mod . 22:29:01 Removing intermediate container e386016243b5 22:29:01 ---> c7a2fbc9ab2d 22:29:01 Step 6/22 : COPY go.mod . 22:29:01 Removing intermediate container 01bc1133aff1 22:29:01 ---> 50b07a1073b9 22:29:01 Step 6/32 : COPY go.mod . 22:29:01 Removing intermediate container b36c4f6d6d31 22:29:01 ---> 720c380361b0 22:29:01 Step 6/26 : COPY go.mod . 22:29:02 ---> 52a81ab835d8 22:29:02 Step 7/24 : RUN go mod download 22:29:02 Removing intermediate container 3faae786482b 22:29:02 ---> 9e7ab47a7f4f 22:29:02 Step 6/23 : COPY go.mod . 22:29:02 ---> Running in cfd999b46da9 22:29:02 ---> 5497281aa243 22:29:02 Step 7/22 : RUN go mod download 22:29:02 ---> Running in 234e78e10e6d 22:29:02 ---> 42d344a5e1d2 22:29:02 Step 7/32 : RUN go mod download 22:29:02 ---> 3f39695150b7 22:29:02 Step 7/26 : RUN go mod download 22:29:03 ---> Running in 2d53c50f27c0 22:29:03 ---> Running in 2cdc2a836f04 22:29:03 ---> 8f10bb8cd11a 22:29:03 Step 7/23 : RUN go mod download 22:29:03 ---> Running in 5ef9829ea4bf 22:29:06 Removing intermediate container cfd999b46da9 22:29:06 ---> 4da47f378670 22:29:06 Step 8/24 : COPY . . 22:29:06 Removing intermediate container 234e78e10e6d 22:29:06 ---> 89c7f665b576 22:29:06 Step 8/22 : COPY . . 22:29:07 Removing intermediate container 2cdc2a836f04 22:29:07 ---> 5d5a8c29ee3a 22:29:07 Step 8/26 : COPY . . 22:29:08 Removing intermediate container 5ef9829ea4bf 22:29:08 ---> 98ee3bc9eeeb 22:29:08 Step 8/23 : COPY . . 22:29:08 Removing intermediate container 2d53c50f27c0 22:29:08 ---> 4089d461727f 22:29:08 Step 8/32 : COPY . . 22:29:32 ---> c1de987f9598 22:29:32 Step 9/24 : RUN go mod tidy 22:29:32 ---> Running in c7b0bd876015 22:29:32 ---> f940f77bb898 22:29:32 Step 9/22 : RUN go mod tidy 22:29:32 ---> 1a3decfe66f6 22:29:32 Step 9/26 : RUN go mod tidy 22:29:32 ---> Running in 7ab9bd4f94f0 22:29:32 ---> Running in c3e67ae28e38 22:29:32 ---> 5c142c1fa76e 22:29:32 Step 9/32 : RUN go mod tidy 22:29:32 ---> f5c73c261aad 22:29:32 Step 9/23 : RUN go mod tidy 22:29:32 ---> Running in 8991a9165754 22:29:32 ---> Running in d43ab89f5cb9 22:29:34 Removing intermediate container c7b0bd876015 22:29:34 ---> 1714158c4f85 22:29:34 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:29:35 ---> Running in e3e0d38b934a 22:29:37 Removing intermediate container 7ab9bd4f94f0 22:29:37 ---> e8af2b1fb37c 22:29:37 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:29:37 ---> Running in ffd9d5224da1 22:29:37 Removing intermediate container c3e67ae28e38 22:29:37 ---> 9222671f388b 22:29:37 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:29:37 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 22:29:37 ---> Running in 46e8c62e0051 22:29:38 Removing intermediate container d43ab89f5cb9 22:29:38 ---> 70f4a6b51368 22:29:38 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 22:29:38 Removing intermediate container 8991a9165754 22:29:38 ---> 27c6c35b4de2 22:29:38 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:29:39 ---> Running in 3163ce20f8a5 22:29:39 ---> Running in 8836f1d03d69 22:29:40 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 22:29:40 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 22:29:41 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 22:29:41 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 22:31:35 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 22:31:35 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 22:31:35 Removing intermediate container e3e0d38b934a 22:31:35 ---> 2085dd2bf17a 22:31:35 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:31:35 ---> Running in f619eb362fad 22:31:35 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 22:31:36 Removing intermediate container 3163ce20f8a5 22:31:36 ---> 6adf651b064f 22:31:36 22:31:36 Step 11/23 : FROM alpine:3.12 22:31:36 Removing intermediate container f619eb362fad 22:31:36 ---> 85e560e6e0a6 22:31:36 22:31:36 Step 12/24 : FROM docker:20.10.0 22:31:36 3.12: Pulling from library/alpine 22:31:36 Removing intermediate container 46e8c62e0051 22:31:36 ---> 41ef870e383b 22:31:36 22:31:36 Step 11/22 : FROM alpine:3.12 22:31:36 20.10.0: Pulling from library/docker 22:31:36 Removing intermediate container ffd9d5224da1 22:31:36 ---> 5c027a3af7be 22:31:36 22:31:36 Step 11/26 : FROM alpine:3.12 22:31:36 Removing intermediate container 8836f1d03d69 22:31:36 ---> 1aa85a3c2afc 22:31:36 22:31:36 Step 11/32 : FROM alpine:3.12 22:31:36 3.12: Pulling from library/alpine 22:31:36 3.12: Pulling from library/alpine 22:31:36 3.12: Pulling from library/alpine 22:31:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:31:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:31:37 Status: Image is up to date for alpine:3.12 22:31:37 Status: Downloaded newer image for alpine:3.12 22:31:37 ---> 9852663dfa18 22:31:37 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:31:37 ---> 9852663dfa18 22:31:37 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:31:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:31:37 Status: Image is up to date for alpine:3.12 22:31:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:31:37 Status: Image is up to date for alpine:3.12 22:31:37 ---> 9852663dfa18 22:31:37 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:31:37 ---> 9852663dfa18 22:31:37 Step 12/22 : RUN apk add --update --no-cache curl 22:31:38 ---> Running in 78fb19aaebd9 22:31:38 ---> Running in 3462689dd819 22:31:38 ---> Running in 8aee6596fe5c 22:31:38 ---> Running in e8dc1007d503 22:31:39 Removing intermediate container 78fb19aaebd9 22:31:39 ---> f4f0b83e6fec 22:31:39 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 22:31:39 ---> Running in a8f1a0166c86 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:41 (1/6) Installing ca-certificates (20191127-r4) 22:31:41 (1/1) Installing dumb-init (1.2.2-r1) 22:31:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:41 Executing busybox-1.31.1-r20.trigger 22:31:41 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:31:41 (3/6) Installing libcurl (7.77.0-r0) 22:31:41 OK: 5 MiB in 15 packages 22:31:41 (4/6) Installing curl (7.77.0-r0) 22:31:41 (5/6) Installing dumb-init (1.2.2-r1) 22:31:41 (6/6) Installing su-exec (0.2-r1) 22:31:41 Executing busybox-1.31.1-r20.trigger 22:31:41 Executing ca-certificates-20191127-r4.trigger 22:31:41 (1/4) Installing ca-certificates (20191127-r4) 22:31:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:31:41 (3/4) Installing libcurl (7.77.0-r0) 22:31:41 (4/4) Installing curl (7.77.0-r0) 22:31:41 Executing busybox-1.31.1-r20.trigger 22:31:41 Executing ca-certificates-20191127-r4.trigger 22:31:42 OK: 7 MiB in 20 packages 22:31:42 OK: 7 MiB in 18 packages 22:31:42 (1/2) Installing dumb-init (1.2.2-r1) 22:31:42 (2/2) Installing su-exec (0.2-r1) 22:31:42 Executing busybox-1.31.1-r20.trigger 22:31:42 OK: 5 MiB in 16 packages 22:31:44 Removing intermediate container 8aee6596fe5c 22:31:44 ---> 5042f072a463 22:31:44 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:31:45 ---> Running in 6705485c298f 22:31:45 Removing intermediate container a8f1a0166c86 22:31:45 ---> 812feac77577 22:31:45 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 22:31:46 Removing intermediate container e8dc1007d503 22:31:46 ---> 5b08f89f4b56 22:31:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:31:46 Removing intermediate container 3462689dd819 22:31:46 ---> 947e9b7a7b27 22:31:46 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:31:46 ---> Running in 2405f0bfa84d 22:31:46 ---> Running in 11d06c1dc52d 22:31:46 ---> Running in 1e7047b22c0c 22:31:46 Removing intermediate container 6705485c298f 22:31:46 ---> 905624bddc07 22:31:46 Step 14/23 : ENV APP_PORT=59861 22:31:47 ---> Running in cf5e05027ffe 22:31:47 Removing intermediate container 11d06c1dc52d 22:31:47 Removing intermediate container 1e7047b22c0c 22:31:47 ---> b6cf804da51c 22:31:47 Step 14/26 : WORKDIR / 22:31:47 Removing intermediate container 2405f0bfa84d 22:31:47 ---> f872500804bc 22:31:47 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:31:47 ---> aeb95fe35b8b 22:31:47 Step 14/22 : WORKDIR /edgex 22:31:47 ---> Running in 1c747abf49cf 22:31:47 ---> Running in c62a6fc0d519 22:31:47 ---> Running in 9a1973b097d2 22:31:47 Removing intermediate container cf5e05027ffe 22:31:47 ---> 025596ea90bc 22:31:47 Step 15/23 : EXPOSE $APP_PORT 22:31:48 ---> Running in 988c4a57807e 22:31:48 Removing intermediate container c62a6fc0d519 22:31:48 ---> 4f18c3fbe8d3 22:31:48 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:31:48 Removing intermediate container 1c747abf49cf 22:31:48 ---> b5ba3309689a 22:31:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:31:48 ---> Running in 7d71b7737379 22:31:48 Removing intermediate container 9a1973b097d2 22:31:48 ---> 60ee8669f0ca 22:31:48 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:31:49 Removing intermediate container 988c4a57807e 22:31:49 ---> a57d4a37bff6 22:31:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:31:49 Status: Downloaded newer image for docker:20.10.0 22:31:49 ---> eeaf43b92773 22:31:49 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:31:49 ---> Running in 1d0eb94142d8 22:31:49 ---> 671b2f1ed445 22:31:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:31:50 ---> 03fd05f9960b 22:31:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:31:50 ---> 2cf07012ef07 22:31:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:31:50 Removing intermediate container 1d0eb94142d8 22:31:50 ---> 1a14e8514564 22:31:50 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:31:51 ---> Running in f053e3d5d7e6 22:31:51 ---> c16f42552e85 22:31:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:31:51 ---> 6e8fcc6a1140 22:31:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:31:52 ---> 79b0fb8a2fe7 22:31:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:31:52 Removing intermediate container 7d71b7737379 22:31:52 ---> 405c3162ed81 22:31:52 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 22:31:52 ---> Running in 7a7848b59508 22:31:53 ---> deb296c9fc79 22:31:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:31:53 Removing intermediate container 7a7848b59508 22:31:53 ---> a28406bbb8f9 22:31:53 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:31:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:53 ---> 03e9a8f2c9c2 22:31:53 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:31:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:53 ---> Running in e5bfe135b78e 22:31:53 ---> ba89c01003b2 22:31:53 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:31:54 ---> Running in e33d5ca988ec 22:31:54 ---> 463e7b059422 22:31:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:31:54 (1/39) Installing readline (8.0.4-r0) 22:31:54 (2/39) Installing bash (5.0.17-r0) 22:31:54 Executing bash-5.0.17-r0.post-install 22:31:54 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:31:54 (4/39) Installing libcurl (7.77.0-r0) 22:31:54 (5/39) Installing curl (7.77.0-r0) 22:31:54 (6/39) Installing dumb-init (1.2.2-r1) 22:31:54 (7/39) Installing libbz2 (1.0.8-r1) 22:31:54 (8/39) Installing expat (2.2.9-r1) 22:31:54 (9/39) Installing libffi (3.3-r2) 22:31:54 (10/39) Installing gdbm (1.13-r1) 22:31:54 (11/39) Installing xz-libs (5.2.5-r0) 22:31:54 (12/39) Installing sqlite-libs (3.32.1-r1) 22:31:54 ---> f054b4b27d4b 22:31:54 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:31:54 (13/39) Installing python3 (3.8.10-r0) 22:31:54 Removing intermediate container e5bfe135b78e 22:31:54 ---> 52c24c11ef86 22:31:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:55 ---> Running in 7ed7be1128ea 22:31:55 ---> Running in c98e621f5a97 22:31:55 Removing intermediate container e33d5ca988ec 22:31:55 ---> 7e69f5688984 22:31:55 Step 19/22 : CMD ["--init=true"] 22:31:56 (14/39) Installing py3-appdirs (1.4.4-r1) 22:31:56 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:31:56 (16/39) Installing py3-parsing (2.4.7-r0) 22:31:56 (17/39) Installing py3-six (1.15.0-r0) 22:31:56 (18/39) Installing py3-packaging (20.4-r0) 22:31:56 (19/39) Installing py3-setuptools (47.0.0-r0) 22:31:56 ---> 44763e04d783 22:31:56 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:31:56 (20/39) Installing py3-chardet (3.0.4-r4) 22:31:56 (21/39) Installing py3-idna (2.9-r0) 22:31:56 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:31:56 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:31:56 (24/39) Installing py3-requests (2.23.0-r0) 22:31:56 (25/39) Installing py3-msgpack (1.0.0-r0) 22:31:56 (26/39) Installing py3-lockfile (0.12.2-r3) 22:31:56 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:31:56 (28/39) Installing py3-colorama (0.4.3-r0) 22:31:56 (29/39) Installing py3-distlib (0.3.0-r0) 22:31:56 (30/39) Installing py3-distro (1.5.0-r1) 22:31:56 ---> Running in 570c0c9e0d2c 22:31:56 (31/39) Installing py3-webencodings (0.5.1-r3) 22:31:56 (32/39) Installing py3-html5lib (1.0.1-r4) 22:31:57 (33/39) Installing py3-pytoml (0.1.21-r0) 22:31:57 (34/39) Installing py3-pep517 (0.8.2-r0) 22:31:57 (35/39) Installing py3-progress (1.5-r0) 22:31:57 (36/39) Installing py3-toml (0.10.1-r0) 22:31:57 (37/39) Installing py3-retrying (1.3.3-r0) 22:31:57 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:31:57 (39/39) Installing py3-pip (20.1.1-r0) 22:31:57 Removing intermediate container c98e621f5a97 22:31:57 ---> 25eb21721626 22:31:57 Step 21/23 : LABEL arch=arm64 22:31:57 Executing busybox-1.31.1-r19.trigger 22:31:57 OK: 72 MiB in 59 packages 22:31:57 ---> Running in a65746413571 22:31:57 Removing intermediate container 570c0c9e0d2c 22:31:57 ---> 42706e2ff617 22:31:57 Step 20/22 : LABEL arch=arm64 22:31:58 ---> Running in 0c4b513b6142 22:31:58 ---> d7332721c3f5 22:31:58 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:31:58 Removing intermediate container a65746413571 22:31:58 ---> 666d04806c6c 22:31:58 Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:31:59 ---> Running in 0ead698682ad 22:31:59 Removing intermediate container 0c4b513b6142 22:31:59 ---> 01d3335a31f7 22:31:59 Step 21/22 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:31:59 ---> Running in d7d3e3664f17 22:31:59 Removing intermediate container 7ed7be1128ea 22:31:59 ---> 0eacf9e4766f 22:31:59 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:59 Removing intermediate container 0ead698682ad 22:31:59 ---> 95ed4cdc0bd1 22:31:59 Step 23/23 : LABEL version=0.0.0 22:32:00 ---> b83b940395bd 22:32:00 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/ 22:32:00 ---> Running in 5d6064272247 22:32:00 ---> Running in 901fc9b32b3e 22:32:00 Removing intermediate container d7d3e3664f17 22:32:00 ---> 1a4492553ee5 22:32:00 Step 22/22 : LABEL version=0.0.0 22:32:01 ---> 6b0485dde21a 22:32:01 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:32:01 ---> Running in 5e4e3cdf0c32 22:32:01 Removing intermediate container 5d6064272247 22:32:01 ---> dc3b2d7e45a1 22:32:01 22:32:02 Successfully built dc3b2d7e45a1 22:32:02 Successfully tagged support-scheduler-arm64:latest 22:32:02 Building core-command 22:32:02  Building support-scheduler ... done Removing intermediate container 5e4e3cdf0c32 22:32:02 ---> bf2593572733 22:32:02 22:32:03 Successfully built bf2593572733 22:32:03 Collecting docker-compose==1.23.2 22:32:03 ---> d5ef21ac9058 22:32:03 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:32:03 Successfully tagged security-proxy-setup-arm64:latest 22:32:03 Building support-notifications 22:32:03  Building security-proxy-setup ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:32:04 Removing intermediate container 901fc9b32b3e 22:32:04 ---> dbad98596b5f 22:32:04 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:32:04 Collecting websocket-client<1.0,>=0.32.0 22:32:04 ---> cae044d1bf20 22:32:04 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:32:04 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:32:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:32:04 ---> Running in 24f59bef0152 22:32:05 Removing intermediate container 24f59bef0152 22:32:05 ---> 089acb479903 22:32:05 Step 24/26 : LABEL arch=arm64 22:32:05 Collecting PyYAML<4,>=3.10 22:32:05 Downloading PyYAML-3.13.tar.gz (270 kB) 22:32:05 ---> 0a1673ec81fa 22:32:05 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:32:06 ---> Running in c892f2edb726 22:32:07 Removing intermediate container c892f2edb726 22:32:07 ---> 5c3368e544fe 22:32:07 Step 25/26 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:32:07 ---> ae8777cf3028 22:32:07 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 22:32:07 ---> Running in 69f63cd951ca 22:32:07 ---> Running in 68f7a6f46714 22:32:07 Removing intermediate container 69f63cd951ca 22:32:07 ---> fe284b04ce56 22:32:07 Step 26/26 : LABEL version=0.0.0 22:32:08 ---> Running in e9bc0c511243 22:32:08 Removing intermediate container 68f7a6f46714 22:32:08 ---> 75f76da1792b 22:32:08 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:32:08 Removing intermediate container e9bc0c511243 22:32:08 ---> fe27038af97c 22:32:08 22:32:09 Successfully built fe27038af97c 22:32:09 Successfully tagged security-secretstore-setup-arm64:latest 22:32:09 Building core-data 22:32:09  Building security-secretstore-setup ... done  ---> 32e198a29244 22:32:09 Step 27/32 : RUN chmod +x /entrypoint.sh 22:32:09 Collecting docopt<0.7,>=0.6.1 22:32:09 Downloading docopt-0.6.2.tar.gz (25 kB) 22:32:09 ---> Running in 769892c305da 22:32:13 Collecting docker<4.0,>=3.6.0 22:32:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:32:13 Removing intermediate container 769892c305da 22:32:13 ---> 762f7041cc92 22:32:13 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:32:13 ---> Running in 8e96b619fcd0 22:32:14 Removing intermediate container 8e96b619fcd0 22:32:14 ---> 066ea7e779cb 22:32:14 Step 29/32 : CMD ["gate"] 22:32:14 ---> Running in 3dbd595306de 22:32:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:32:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:32:15 Removing intermediate container 3dbd595306de 22:32:15 ---> 4899f9f3f7e3 22:32:15 Step 30/32 : LABEL arch=arm64 22:32:15 Collecting cached-property<2,>=1.2.0 22:32:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:32:15 ---> Running in 6d6883192174 22:32:16 Collecting dockerpty<0.5,>=0.4.1 22:32:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:32:16 Removing intermediate container 6d6883192174 22:32:16 ---> 7d4acb137130 22:32:16 Step 31/32 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:32:16 ---> Running in 2bfcb84a3d6d 22:32:17 Removing intermediate container 2bfcb84a3d6d 22:32:17 ---> a593510335ed 22:32:17 Step 32/32 : LABEL version=0.0.0 22:32:18 ---> Running in 1113fe71e186 22:32:18 Collecting jsonschema<3,>=2.5.1 22:32:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:32:19 Removing intermediate container 1113fe71e186 22:32:19 ---> a5ec88edb265 22:32:19 22:32:19 Successfully built a5ec88edb265 22:32:19 Collecting texttable<0.10,>=0.9.0 22:32:19 Downloading texttable-0.9.1.tar.gz (11 kB) 22:32:19 Successfully tagged security-bootstrapper-arm64:latest 22:32:19  Building security-bootstrapper ... done Building core-metadata 22:32:21 Collecting docker-pycreds>=0.4.0 22:32:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:32:21 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) 22:32:22 Collecting idna<2.8,>=2.5 22:32:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:32:22 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) 22:32:23 Collecting urllib3<1.25,>=1.21.1 22:32:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:32:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:32:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:32:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:32:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:32:24 Installing collected packages: websocket-client, PyYAML, docopt, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, jsonschema, texttable, docker-compose 22:32:24 Running setup.py install for PyYAML: started 22:32:27 Running setup.py install for PyYAML: finished with status 'done' 22:32:27 Running setup.py install for docopt: started 22:32:29 Running setup.py install for docopt: finished with status 'done' 22:32:29 Attempting uninstall: idna 22:32:29 Found existing installation: idna 2.9 22:32:29 Uninstalling idna-2.9: 22:32:29 Successfully uninstalled idna-2.9 22:32:30 Attempting uninstall: urllib3 22:32:30 Found existing installation: urllib3 1.25.9 22:32:30 Uninstalling urllib3-1.25.9: 22:32:30 Successfully uninstalled urllib3-1.25.9 22:32:30 Attempting uninstall: requests 22:32:30 Found existing installation: requests 2.23.0 22:32:30 Uninstalling requests-2.23.0: 22:32:30 Successfully uninstalled requests-2.23.0 22:32:32 Running setup.py install for dockerpty: started 22:32:34 Running setup.py install for dockerpty: finished with status 'done' 22:32:34 Running setup.py install for texttable: started 22:32:36 Running setup.py install for texttable: finished with status 'done' 22:32:37 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 22:32:45 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:32:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:32:45 ---> 23ae07ea2df5 22:32:45 Step 3/24 : WORKDIR /edgex-go 22:32:45 ---> Using cache 22:32:45 ---> 5450531d7a4e 22:32:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:45 ---> Using cache 22:32:45 ---> 94353890527a 22:32:45 Step 5/24 : RUN apk add --update --no-cache make git 22:32:45 ---> Using cache 22:32:45 ---> 50b07a1073b9 22:32:45 Step 6/24 : COPY go.mod . 22:32:45 ---> Using cache 22:32:45 ---> 42d344a5e1d2 22:32:45 Step 7/24 : RUN go mod download 22:32:45 ---> Using cache 22:32:45 ---> 4089d461727f 22:32:45 Step 8/24 : COPY . . 22:32:45 ---> Using cache 22:32:45 ---> 5c142c1fa76e 22:32:45 Step 9/24 : RUN go mod tidy 22:32:45 ---> Using cache 22:32:45 ---> 27c6c35b4de2 22:32:45 Step 10/24 : RUN make cmd/core-command/core-command 22:32:46 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:32:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:32:46 ---> 23ae07ea2df5 22:32:46 Step 3/23 : WORKDIR /edgex-go 22:32:46 ---> Using cache 22:32:46 ---> 5450531d7a4e 22:32:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:46 ---> Using cache 22:32:46 ---> 94353890527a 22:32:46 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:32:46 ---> Running in cbd2c2569713 22:32:46 ---> Running in 7a928151896d 22:32:48 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 22:32:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:32:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:32:50 OK: 218 MiB in 52 packages 22:32:54 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:32:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:32:54 ---> 23ae07ea2df5 22:32:54 Step 3/24 : WORKDIR /edgex-go 22:32:54 ---> Using cache 22:32:54 ---> 5450531d7a4e 22:32:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:54 ---> Using cache 22:32:54 ---> 94353890527a 22:32:54 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:32:54 Removing intermediate container 7a928151896d 22:32:54 ---> 205a1b1e725e 22:32:54 Step 6/23 : COPY go.mod . 22:32:54 ---> Running in 0ba1b19fe1a3 22:32:56 ---> 46dc80c326e3 22:32:56 Step 7/23 : RUN go mod download 22:32:56 ---> Running in 05c87981f35d 22:32:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:32:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:32:58 Removing intermediate container f053e3d5d7e6 22:32:58 ---> 205db8dea2bc 22:32:58 Step 15/24 : ENV APP_PORT=58890 22:32:59 ---> Running in c6b3608f947f 22:32:59 OK: 218 MiB in 52 packages 22:33:00 Removing intermediate container c6b3608f947f 22:33:00 ---> 19a75b215c6a 22:33:00 Step 16/24 : EXPOSE $APP_PORT 22:33:00 ---> Running in 6fb78e947500 22:33:02 Removing intermediate container 0ba1b19fe1a3 22:33:02 ---> 738c02ec1303 22:33:02 Step 6/24 : COPY go.mod . 22:33:02 Removing intermediate container 6fb78e947500 22:33:02 ---> be82dd5f1264 22:33:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:33:02 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:33:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:33:02 ---> 23ae07ea2df5 22:33:02 Step 3/24 : WORKDIR /edgex-go 22:33:02 ---> Using cache 22:33:02 ---> 5450531d7a4e 22:33:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:02 ---> Using cache 22:33:02 ---> 94353890527a 22:33:02 Step 5/24 : RUN apk add --update --no-cache make git 22:33:02 ---> Using cache 22:33:02 ---> 50b07a1073b9 22:33:02 Step 6/24 : COPY go.mod . 22:33:02 ---> Using cache 22:33:02 ---> 42d344a5e1d2 22:33:02 Step 7/24 : RUN go mod download 22:33:02 ---> Using cache 22:33:02 ---> 4089d461727f 22:33:02 Step 8/24 : COPY . . 22:33:03 Removing intermediate container 05c87981f35d 22:33:03 ---> 81561ccef811 22:33:03 Step 8/23 : COPY . . 22:33:03 ---> Using cache 22:33:03 ---> 5c142c1fa76e 22:33:03 Step 9/24 : RUN go mod tidy 22:33:03 ---> Using cache 22:33:03 ---> 27c6c35b4de2 22:33:03 Step 10/24 : RUN make cmd/core-metadata/core-metadata 22:33:03 ---> Running in 7a547b0d6d06 22:33:04 ---> 99e62cae6c8c 22:33:04 Step 7/24 : RUN go mod download 22:33:04 ---> Running in adf2db869992 22:33:05 ---> 68949754726a 22:33:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:33:06 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 22:33:08 ---> b3ed032b86ec 22:33:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:33:10 Removing intermediate container adf2db869992 22:33:10 ---> 6e8d1805078a 22:33:10 Step 8/24 : COPY . . 22:33:11 ---> 5544a39a0860 22:33:11 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 22:33:11 ---> Running in 2eadf9f056cb 22:33:13 Removing intermediate container 2eadf9f056cb 22:33:13 ---> d6a60506c880 22:33:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:13 ---> Running in a2e6f77b0472 22:33:14 Removing intermediate container a2e6f77b0472 22:33:14 ---> bc59cd933e16 22:33:14 Step 22/24 : LABEL arch=arm64 22:33:15 ---> Running in cafab8c045aa 22:33:16 Removing intermediate container cafab8c045aa 22:33:16 ---> 17d5afc453de 22:33:16 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:33:16 ---> Running in 0c19cc5a61da 22:33:18 Removing intermediate container 0c19cc5a61da 22:33:18 ---> cc432b80685c 22:33:18 Step 24/24 : LABEL version=0.0.0 22:33:18 ---> Running in 613c13309d5d 22:33:20 Removing intermediate container 613c13309d5d 22:33:20 ---> 4f9b1317c6bc 22:33:20 22:33:21 Successfully built 4f9b1317c6bc 22:33:21 Successfully tagged sys-mgmt-agent-arm64:latest 22:33:33  Building sys-mgmt-agent ... done  ---> cebceee71e63 22:33:33 Step 9/23 : RUN go mod tidy 22:33:33 ---> Running in 7e3b22c2e108 22:33:37 ---> f230d35501d9 22:33:37 Step 9/24 : RUN go mod tidy 22:33:37 ---> Running in 95573ed4ba5d 22:33:42 Removing intermediate container 7e3b22c2e108 22:33:42 ---> c17d29890111 22:33:42 Step 10/23 : RUN make cmd/support-notifications/support-notifications 22:33:42 ---> Running in c5dba74f8f2f 22:33:43 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 22:33:44 Removing intermediate container 95573ed4ba5d 22:33:44 ---> 7dfdb55f65c9 22:33:44 Step 10/24 : RUN make cmd/core-data/core-data 22:33:44 ---> Running in 65afd7476b64 22:33:46 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 22:34:05 Removing intermediate container cbd2c2569713 22:34:05 ---> 6c35e954721a 22:34:05 22:34:05 Step 11/24 : FROM alpine:3.12 22:34:05 ---> 9852663dfa18 22:34:05 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:34:05 ---> Using cache 22:34:05 ---> 5042f072a463 22:34:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:34:05 ---> Using cache 22:34:05 ---> 905624bddc07 22:34:05 Step 14/24 : ENV APP_PORT=59882 22:34:05 ---> Running in 4a010991ca64 22:34:05 Removing intermediate container 4a010991ca64 22:34:05 ---> 23098ee08a81 22:34:05 Step 15/24 : EXPOSE $APP_PORT 22:34:05 ---> Running in 6972759298c0 22:34:05 Removing intermediate container 6972759298c0 22:34:05 ---> 4f09d1e21721 22:34:05 Step 16/24 : WORKDIR / 22:34:05 ---> Running in 92f2b173cc82 22:34:05 Removing intermediate container 92f2b173cc82 22:34:05 ---> f6e6711424d8 22:34:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:34:06 ---> df79a8a24a23 22:34:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:34:08 ---> 88f444673d6c 22:34:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:34:10 ---> 9c385b68fbb0 22:34:10 Step 20/24 : ENTRYPOINT ["/core-command"] 22:34:10 ---> Running in b0d8eab1b122 22:34:11 Removing intermediate container b0d8eab1b122 22:34:11 ---> 80e50bf57206 22:34:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:34:11 ---> Running in 12b32c02414f 22:34:12 Removing intermediate container 12b32c02414f 22:34:12 ---> efd72e670ccd 22:34:12 Step 22/24 : LABEL arch=arm64 22:34:12 ---> Running in 0aa3db32ab0c 22:34:12 Removing intermediate container 0aa3db32ab0c 22:34:12 ---> 9fa0bae3f832 22:34:12 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:34:13 ---> Running in 85df2a8587ae 22:34:13 Removing intermediate container 85df2a8587ae 22:34:13 ---> c9a32e2eb6d9 22:34:13 Step 24/24 : LABEL version=0.0.0 22:34:14 ---> Running in b2af64a44e05 22:34:14 Removing intermediate container b2af64a44e05 22:34:14 ---> 85893d8c346f 22:34:14 22:34:15 Successfully built 85893d8c346f 22:34:15 Successfully tagged core-command-arm64:latest 22:34:34  Building core-command ... done Removing intermediate container 7a547b0d6d06 22:34:34 ---> 88658e7e1bf8 22:34:34 22:34:34 Step 11/24 : FROM alpine:3.12 22:34:34 ---> 9852663dfa18 22:34:34 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:34:34 ---> Using cache 22:34:34 ---> 5042f072a463 22:34:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:34:34 ---> Using cache 22:34:34 ---> 905624bddc07 22:34:34 Step 14/24 : ENV APP_PORT=59881 22:34:34 ---> Running in 135c9ed15ab0 22:34:34 Removing intermediate container 135c9ed15ab0 22:34:34 ---> 9297ec2b2f26 22:34:34 Step 15/24 : EXPOSE $APP_PORT 22:34:35 ---> Running in a1645ff122fc 22:34:36 Removing intermediate container a1645ff122fc 22:34:36 ---> 4e3ca07ae844 22:34:36 Step 16/24 : WORKDIR / 22:34:36 ---> Running in fd4f5cd49212 22:34:36 Removing intermediate container fd4f5cd49212 22:34:36 ---> 2c2f5f52cc5e 22:34:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:34:38 ---> a56deb1d1667 22:34:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:34:40 ---> 43487ae0136d 22:34:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:34:41 ---> 80901272ff51 22:34:41 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:34:41 ---> Running in 7ccb8ff1b52a 22:34:41 Removing intermediate container 7ccb8ff1b52a 22:34:41 ---> 11c8d986455a 22:34:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:34:42 ---> Running in 91da91ba60a7 22:34:42 Removing intermediate container 91da91ba60a7 22:34:42 ---> 83d4bb29ea2f 22:34:42 Step 22/24 : LABEL arch=arm64 22:34:43 ---> Running in f722446a5046 22:34:44 Removing intermediate container f722446a5046 22:34:44 ---> b6c7de9bbeba 22:34:44 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:34:44 ---> Running in 4f7517952b55 22:34:44 Removing intermediate container 4f7517952b55 22:34:44 ---> 1e9cb50d67a0 22:34:44 Step 24/24 : LABEL version=0.0.0 22:34:45 ---> Running in 86ba555d1201 22:34:45 Removing intermediate container 86ba555d1201 22:34:45 ---> 975ac26a2548 22:34:45 22:34:46 Successfully built 975ac26a2548 22:34:46 Successfully tagged core-metadata-arm64:latest 22:35:01  Building core-metadata ... done Removing intermediate container c5dba74f8f2f 22:35:01 ---> be212636d3f6 22:35:01 22:35:01 Step 11/23 : FROM alpine:3.12 22:35:01 ---> 9852663dfa18 22:35:01 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:35:01 ---> Running in a5639e222a78 22:35:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:01 (1/2) Installing ca-certificates (20191127-r4) 22:35:01 (2/2) Installing dumb-init (1.2.2-r1) 22:35:01 Executing busybox-1.31.1-r20.trigger 22:35:01 Executing ca-certificates-20191127-r4.trigger 22:35:01 OK: 6 MiB in 16 packages 22:35:03 Removing intermediate container a5639e222a78 22:35:03 ---> 81a4992bb909 22:35:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:35:03 ---> Running in 508ddbb214dd 22:35:03 Removing intermediate container 65afd7476b64 22:35:03 ---> ab70f3b0f26a 22:35:03 22:35:03 Step 11/24 : FROM alpine:3.12 22:35:03 ---> 9852663dfa18 22:35:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:35:04 ---> Running in 747ad718ed54 22:35:04 Removing intermediate container 508ddbb214dd 22:35:04 ---> af24bff3e144 22:35:04 Step 14/23 : ENV APP_PORT=59860 22:35:04 ---> Running in b6d00084e119 22:35:04 Removing intermediate container 747ad718ed54 22:35:04 ---> b241015de0f4 22:35:04 Step 13/24 : ENV APP_PORT=59880 22:35:04 ---> Running in 073c6500a26d 22:35:05 Removing intermediate container b6d00084e119 22:35:05 ---> 40452678b902 22:35:05 Step 15/23 : EXPOSE $APP_PORT 22:35:05 ---> Running in 66b17377ec1b 22:35:05 Removing intermediate container 073c6500a26d 22:35:05 ---> 12ac8eb9d53c 22:35:05 Step 14/24 : EXPOSE $APP_PORT 22:35:05 ---> Running in 89229359da65 22:35:05 Removing intermediate container 66b17377ec1b 22:35:05 ---> 409f0fe995a1 22:35:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:35:05 Removing intermediate container 89229359da65 22:35:05 ---> 2184213ea61b 22:35:05 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:06 ---> Running in 05acd9431710 22:35:06 ---> afa73a9d303a 22:35:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:35:07 ---> 109b91502458 22:35:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:35:08 Removing intermediate container 05acd9431710 22:35:08 ---> f99820fef2a6 22:35:08 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 22:35:08 ---> 707f3ee0626b 22:35:08 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:35:08 ---> Running in c347000e11c8 22:35:08 ---> Running in cc2a90022bae 22:35:09 Removing intermediate container cc2a90022bae 22:35:09 ---> 166b214cd78e 22:35:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:35:09 ---> Running in 05d9048f1d55 22:35:10 Removing intermediate container 05d9048f1d55 22:35:10 ---> 997f90f169ea 22:35:10 Step 21/23 : LABEL arch=arm64 22:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:10 ---> Running in 2003e9cf934e 22:35:10 Removing intermediate container 2003e9cf934e 22:35:10 ---> 81215b2ae9d6 22:35:10 Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:10 ---> Running in 2e892be03f49 22:35:11 Removing intermediate container 2e892be03f49 22:35:11 ---> 4aee8201a284 22:35:11 Step 23/23 : LABEL version=0.0.0 22:35:11 ---> Running in 2269237ca4a4 22:35:11 (1/6) Installing dumb-init (1.2.2-r1) 22:35:11 (2/6) Installing libgcc (9.3.0-r2) 22:35:11 (3/6) Installing libsodium (1.0.18-r0) 22:35:11 (4/6) Installing libstdc++ (9.3.0-r2) 22:35:12 (5/6) Installing libzmq (4.3.3-r0) 22:35:12 Removing intermediate container 2269237ca4a4 22:35:12 ---> 074b2637f841 22:35:12 22:35:12 (6/6) Installing zeromq (4.3.3-r0) 22:35:12 Executing busybox-1.31.1-r20.trigger 22:35:12 OK: 8 MiB in 20 packages 22:35:12 Successfully built 074b2637f841 22:35:12 Successfully tagged support-notifications-arm64:latest 22:35:15  Building support-notifications ... done Removing intermediate container c347000e11c8 22:35:15 ---> e7abb605f5c5 22:35:15 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:35:15 ---> 9525faae5b6a 22:35:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:35:15 ---> 2d398090155f 22:35:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:35:16 ---> f95a2fc35ac8 22:35:16 Step 20/24 : ENTRYPOINT ["/core-data"] 22:35:16 ---> Running in 6fc33084cea5 22:35:16 Removing intermediate container 6fc33084cea5 22:35:16 ---> 356fab23a484 22:35:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:35:16 ---> Running in dc8f41f1f281 22:35:17 Removing intermediate container dc8f41f1f281 22:35:17 ---> ddd4ebc74fe0 22:35:17 Step 22/24 : LABEL arch=arm64 22:35:17 ---> Running in b738be079b17 22:35:18 Removing intermediate container b738be079b17 22:35:18 ---> a9495623955e 22:35:18 Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 22:35:18 ---> Running in d313c5381c92 22:35:18 Removing intermediate container d313c5381c92 22:35:18 ---> dba7ef5b56d8 22:35:18 Step 24/24 : LABEL version=0.0.0 22:35:18 ---> Running in e104ab22259f 22:35:19 Removing intermediate container e104ab22259f 22:35:19 ---> 16670d642fa0 22:35:19 22:35:19 Successfully built 16670d642fa0 22:35:19 Successfully tagged core-data-arm64:latest 22:35:19  Building core-data ... done  [Pipeline] } 22:35:19 $ docker stop --time=1 104813bb4be065e02bc7b49f12d4fb0fea20f72b71f1d5f750985f5318a36e35 22:35:21 $ docker rm -f 104813bb4be065e02bc7b49f12d4fb0fea20f72b71f1d5f750985f5318a36e35 [Pipeline] // withDockerContainer [Pipeline] sh 22:35:22 + docker images 22:35:22 REPOSITORY TAG IMAGE ID CREATED SIZE 22:35:22 core-data-arm64 latest 16670d642fa0 3 seconds ago 19.2MB 22:35:22 support-notifications-arm64 latest 074b2637f841 11 seconds ago 15.7MB 22:35:22 ab70f3b0f26a 19 seconds ago 975MB 22:35:22 be212636d3f6 24 seconds ago 969MB 22:35:22 core-metadata-arm64 latest 975ac26a2548 37 seconds ago 15.7MB 22:35:22 88658e7e1bf8 49 seconds ago 972MB 22:35:22 core-command-arm64 latest 85893d8c346f About a minute ago 15MB 22:35:22 6c35e954721a About a minute ago 967MB 22:35:22 sys-mgmt-agent-arm64 latest 4f9b1317c6bc 2 minutes ago 299MB 22:35:22 security-bootstrapper-arm64 latest a5ec88edb265 3 minutes ago 17.5MB 22:35:22 security-secretstore-setup-arm64 latest fe27038af97c 3 minutes ago 27.1MB 22:35:22 security-proxy-setup-arm64 latest bf2593572733 3 minutes ago 24.3MB 22:35:22 support-scheduler-arm64 latest dc3b2d7e45a1 3 minutes ago 15.1MB 22:35:22 1aa85a3c2afc 3 minutes ago 970MB 22:35:22 85e560e6e0a6 3 minutes ago 970MB 22:35:22 41ef870e383b 3 minutes ago 974MB 22:35:22 5c027a3af7be 3 minutes ago 977MB 22:35:22 6adf651b064f 3 minutes ago 969MB 22:35:22 ci-base-image-arm64 latest 23ae07ea2df5 14 minutes ago 641MB 22:35:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB 22:35:22 alpine 3.12 9852663dfa18 2 months ago 5.32MB 22:35:22 docker 20.10.0 eeaf43b92773 6 months ago 228MB 22:35:22 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 22:35:23 ---> job-cost.sh 22:35:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X11Y 22:36:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:38:03 lf-activate-venv(): INFO: Adding /tmp/venv-X11Y/bin to PATH 22:38:03 INFO: No Stack... 22:38:03 INFO: Retrieving Pricing Info for: v2-standard-4 22:38:03 INFO: Archiving Costs [Pipeline] sh 22:38:03 + cut -d, -f6 22:38:03 + cat /w/workspace/edgex-go/21/archives/cost.csv [Pipeline] lock 22:38:03 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-21-stack-cost] 22:38:03 Resource [jenkins-edgexfoundry-edgex-go-PR-3531-21-stack-cost] did not exist. Created. 22:38:03 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:38:03 + echo total: 0.18000000715255737 [Pipeline] stash 22:38:04 Stashed 1 file(s) [Pipeline] } 22:38:04 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3531-21-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:38:05 provisioning config files... 22:38:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config7639362241142177871tmp [Pipeline] { [Pipeline] sh 22:38:05 + set +x 22:38:05 + curl -s https://codecov.io/bash 22:38:05 + bash -s -- 22:38:05 22:38:05 _____ _ 22:38:05 / ____| | | 22:38:05 | | ___ __| | ___ ___ _____ __ 22:38:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:38:05 | |___| (_) | (_| | __/ (_| (_) \ V / 22:38:05 \_____\___/ \__,_|\___|\___\___/ \_/ 22:38:05 Bash-1.0.3 22:38:05 22:38:05 22:38:05 ==> git version 2.24.4 found 22:38:05 ==> 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:38:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:38:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:38:05 ==> Jenkins CI detected. 22:38:05 project root: . 22:38:05 --> token set from env 22:38:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:38:05 ==> Running gcov in . (disable via -X gcov) 22:38:05 ==> Python coveragepy not found 22:38:05 ==> Searching for coverage reports in: 22:38:05 + . 22:38:05 -> Found 1 reports 22:38:05 ==> Detecting git/mercurial file structure 22:38:05 ==> Reading reports 22:38:05 + ./coverage.out bytes=398195 22:38:05 ==> Appending adjustments 22:38:05 https://docs.codecov.io/docs/fixing-reports 22:38:07 + Found adjustments 22:38:07 ==> Gzipping contents 22:38:07 56K /tmp/codecov.RMuIxD.gz 22:38:07 ==> Uploading reports 22:38:07 url: https://codecov.io 22:38:07 query: branch=PR-3531&commit=c4eb5c7406b1a66d52150a2be3ca63de4038f190&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 22:38:07 -> Pinging Codecov 22:38:07 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3531&commit=c4eb5c7406b1a66d52150a2be3ca63de4038f190&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 22:38:07 -> Uploading to 22:38:07 https://storage.googleapis.com/codecov/v4/raw/2021-06-15/00271124DB129430A58F1EEE437C3FCB/c4eb5c7406b1a66d52150a2be3ca63de4038f190/37e85ff4-56f7-4d60-8816-e558072ae58b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210615%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210615T223807Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=26a005c378fb07d108c75e74b01e5dbdf697449c4119a342f63b587ec2f4e08a 22:38:07 % Total % Received % Xferd Average Speed Time Time Time Current 22:38:07 Dload Upload Total Spent Left Speed 22:38:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54486 0 0 100 54486 0 124k --:--:-- --:--:-- --:--:-- 124k 100 54486 0 0 100 54486 0 124k --:--:-- --:--:-- --:--:-- 123k 22:38:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c4eb5c7406b1a66d52150a2be3ca63de4038f190 [Pipeline] } 22:38:07 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:38:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:38:09 ---> package-listing.sh 22:38:09 ++ facter osfamily 22:38:09 ++ tr '[:upper:]' '[:lower:]' 22:38:10 + OS_FAMILY=redhat 22:38:10 + workspace=/w/workspace/edgex-go/21 22:38:10 + START_PACKAGES=/tmp/packages_start.txt 22:38:10 + END_PACKAGES=/tmp/packages_end.txt 22:38:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:38:10 + PACKAGES=/tmp/packages_start.txt 22:38:10 + '[' /w/workspace/edgex-go/21 ']' 22:38:10 + PACKAGES=/tmp/packages_end.txt 22:38:10 + case "${OS_FAMILY}" in 22:38:10 + rpm -qa 22:38:10 + sort 22:38:12 + '[' -f /tmp/packages_start.txt ']' 22:38:12 + '[' -f /tmp/packages_end.txt ']' 22:38:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:38:12 + '[' /w/workspace/edgex-go/21 ']' 22:38:12 + mkdir -p /w/workspace/edgex-go/21/archives/ 22:38:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo 22:38:12 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:38:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:38:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:13 22:38:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:38:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:13 alpine: Pulling from edgex-lftools-log-publisher 22:38:13 df20fa9351a1: Pulling fs layer 22:38:13 36b3adc4ff6f: Pulling fs layer 22:38:13 8ad3a11d3b57: Pulling fs layer 22:38:13 46f8f816bc3b: Pulling fs layer 22:38:13 93b61091891f: Pulling fs layer 22:38:13 93b9cdb0e59b: Pulling fs layer 22:38:13 5e14af77c1be: Pulling fs layer 22:38:13 01666e4c0597: Pulling fs layer 22:38:13 aa168da1d23b: Pulling fs layer 22:38:13 46f8f816bc3b: Waiting 22:38:13 5e14af77c1be: Waiting 22:38:13 93b61091891f: Waiting 22:38:13 93b9cdb0e59b: Waiting 22:38:13 aa168da1d23b: Waiting 22:38:13 01666e4c0597: Waiting 22:38:13 36b3adc4ff6f: Verifying Checksum 22:38:13 36b3adc4ff6f: Download complete 22:38:13 46f8f816bc3b: Verifying Checksum 22:38:13 46f8f816bc3b: Download complete 22:38:14 df20fa9351a1: Verifying Checksum 22:38:14 df20fa9351a1: Download complete 22:38:14 93b9cdb0e59b: Verifying Checksum 22:38:14 93b9cdb0e59b: Download complete 22:38:14 93b61091891f: Verifying Checksum 22:38:14 93b61091891f: Download complete 22:38:14 5e14af77c1be: Verifying Checksum 22:38:14 5e14af77c1be: Download complete 22:38:14 01666e4c0597: Verifying Checksum 22:38:14 01666e4c0597: Download complete 22:38:14 df20fa9351a1: Pull complete 22:38:14 8ad3a11d3b57: Verifying Checksum 22:38:14 8ad3a11d3b57: Download complete 22:38:14 36b3adc4ff6f: Pull complete 22:38:15 8ad3a11d3b57: Pull complete 22:38:15 46f8f816bc3b: Pull complete 22:38:15 93b61091891f: Pull complete 22:38:15 93b9cdb0e59b: Pull complete 22:38:15 5e14af77c1be: Pull complete 22:38:15 01666e4c0597: Pull complete 22:38:16 aa168da1d23b: Verifying Checksum 22:38:16 aa168da1d23b: Download complete 22:38:20 aa168da1d23b: Pull complete 22:38:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:38:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:38:20 prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container 22:38:20 $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:38:24 $ docker top aaa36f54fe139fb1b0c1f15322c265d8c3ef46fbb00657499fd4605116c77b5e -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:24 + touch /tmp/pre-build-complete [Pipeline] sh 22:38:24 + mkdir -p /var/log/sa [Pipeline] sh 22:38:25 + ls /var/log/sa-host 22:38:25 + sadf -c /var/log/sa-host/sa05 22:38:25 file_magic: OK 22:38:25 HZ: Using current value: 100 22:38:25 file_header: OK 22:38:25 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:38:25 Statistics: 22:38:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:38:25 File successfully converted to sysstat format version 12.2.1 22:38:25 + sadf -c /var/log/sa-host/sa15 22:38:25 file_magic: OK 22:38:25 HZ: Using current value: 100 22:38:25 file_header: OK 22:38:25 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:38:25 Statistics: 22:38:25 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:38:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:38:25 provisioning config files... 22:38:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config8594515604094420655tmp [Pipeline] { [Pipeline] echo 22:38:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:38:25 ---> create-netrc.sh [Pipeline] } 22:38:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:38:26 ---> python-tools-install.sh [Pipeline] echo 22:38:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:38:26 ---> sudo-logs.sh 22:38:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:38:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:38:26 ---> job-cost.sh 22:38:26 lf-activate-venv: SKIPPING 22:38:26 DEBUG: total: 0.18000000715255737 22:38:26 INFO: Retrieving Stack Cost... 22:38:27 INFO: Retrieving Pricing Info for: v3-standard-2 22:38:27 INFO: Archiving Costs [Pipeline] echo 22:38:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:38:28 ---> logs-deploy.sh 22:38:28 lf-activate-venv: SKIPPING 22:38:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/21 22:38:28 INFO: archiving workspace using pattern(s): 22:38:29 Archives upload complete. 22:38:29 INFO: archiving logs to Nexus 22:38:29 ---> uname -a: 22:38:29 Linux prd-centos7-docker-4c-2g-1571.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:38:29 22:38:29 22:38:29 ---> lscpu: 22:38:29 Architecture: x86_64 22:38:29 CPU op-mode(s): 32-bit, 64-bit 22:38:29 Byte Order: Little Endian 22:38:29 Address sizes: 40 bits physical, 48 bits virtual 22:38:29 CPU(s): 2 22:38:29 On-line CPU(s) list: 0,1 22:38:29 Thread(s) per core: 1 22:38:29 Core(s) per socket: 1 22:38:29 Socket(s): 2 22:38:29 NUMA node(s): 1 22:38:29 Vendor ID: AuthenticAMD 22:38:29 CPU family: 23 22:38:29 Model: 49 22:38:29 Model name: AMD EPYC-Rome Processor 22:38:29 Stepping: 0 22:38:29 CPU MHz: 2800.000 22:38:29 BogoMIPS: 5600.00 22:38:29 Virtualization: AMD-V 22:38:29 Hypervisor vendor: KVM 22:38:29 Virtualization type: full 22:38:29 L1d cache: 64 KiB 22:38:29 L1i cache: 64 KiB 22:38:29 L2 cache: 1 MiB 22:38:29 L3 cache: 32 MiB 22:38:29 NUMA node0 CPU(s): 0,1 22:38:29 Vulnerability Itlb multihit: Not affected 22:38:29 Vulnerability L1tf: Not affected 22:38:29 Vulnerability Mds: Not affected 22:38:29 Vulnerability Meltdown: Not affected 22:38:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:38:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:38:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:38:29 Vulnerability Srbds: Not affected 22:38:29 Vulnerability Tsx async abort: Not affected 22:38:29 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:38:29 22:38:29 22:38:29 ---> nproc: 22:38:29 2 22:38:29 22:38:29 22:38:29 ---> df -h: 22:38:29 Filesystem Size Used Available Use% Mounted on 22:38:29 overlay 40.0G 12.5G 27.5G 31% / 22:38:29 tmpfs 64.0M 0 64.0M 0% /dev 22:38:29 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 22:38:29 shm 64.0M 0 64.0M 0% /dev/shm 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/21 22:38:29 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/21@tmp 22:38:29 22:38:29 22:38:29 ---> free -m: 22:38:29 total used free shared buff/cache available 22:38:29 Mem: 7821 1349 1556 0 4915 6444 22:38:29 Swap: 1023 1 1022 22:38:29 22:38:29 22:38:29 ---> ip addr: 22:38:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:38:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:38:29 inet 127.0.0.1/8 scope host lo 22:38:29 valid_lft forever preferred_lft forever 22:38:29 inet6 ::1/128 scope host 22:38:29 valid_lft forever preferred_lft forever 22:38:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:38:29 link/ether fa:16:3e:f4:97:5f brd ff:ff:ff:ff:ff:ff 22:38:29 inet 10.30.123.246/23 brd 10.30.123.255 scope global dynamic eth0 22:38:29 valid_lft 84981sec preferred_lft 84981sec 22:38:29 inet6 fe80::f816:3eff:fef4:975f/64 scope link 22:38:29 valid_lft forever preferred_lft forever 22:38:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:38:29 link/ether 02:42:c5:4c:3a:e0 brd ff:ff:ff:ff:ff:ff 22:38:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:38:29 valid_lft forever preferred_lft forever 22:38:29 inet6 fe80::42:c5ff:fe4c:3ae0/64 scope link 22:38:29 valid_lft forever preferred_lft forever 22:38:29 22:38:29 22:38:29 ---> sar -b -r -n DEV: 22:38:29 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:38:29 22:38:29 22:14:39 LINUX RESTART (2 CPU) 22:38:29 22:38:29 22:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:38:29 22:16:01 148.35 19.92 128.43 0.00 5941.81 42202.76 0.00 22:38:29 22:17:01 82.32 0.20 82.12 0.00 23.31 41390.46 0.00 22:38:29 22:18:01 136.93 0.00 136.93 0.00 0.00 18535.15 0.00 22:38:29 22:19:01 54.96 0.02 54.94 0.00 0.53 9827.58 0.00 22:38:29 22:20:01 126.80 0.00 126.80 0.00 0.00 42051.27 0.00 22:38:29 22:21:01 913.67 524.44 389.23 0.00 23977.30 251588.52 0.00 22:38:29 22:22:01 626.79 172.80 453.99 0.00 7322.51 201002.03 0.00 22:38:29 22:23:02 488.79 152.86 335.94 0.00 6712.94 97091.29 0.00 22:38:29 22:24:01 7.64 0.00 7.64 0.00 0.00 353.29 0.00 22:38:29 22:25:01 0.28 0.03 0.25 0.00 0.27 2.70 0.00 22:38:29 22:26:01 0.32 0.00 0.32 0.00 0.00 3.38 0.00 22:38:29 22:27:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 22:38:29 22:28:01 0.20 0.00 0.20 0.00 0.00 2.10 0.00 22:38:29 22:29:01 0.33 0.00 0.33 0.00 0.00 3.68 0.00 22:38:29 22:30:01 0.43 0.18 0.25 0.00 5.73 2.75 0.00 22:38:29 22:31:01 0.83 0.00 0.83 0.00 0.00 16.64 0.00 22:38:29 22:32:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 22:38:29 22:33:01 0.28 0.00 0.28 0.00 0.00 4.20 0.00 22:38:29 22:34:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 22:38:29 22:35:01 0.17 0.00 0.17 0.00 0.00 1.38 0.00 22:38:29 22:36:01 0.28 0.00 0.28 0.00 0.00 3.37 0.00 22:38:29 22:37:01 0.23 0.00 0.23 0.00 0.00 2.47 0.00 22:38:29 22:38:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 22:38:29 Average: 112.86 37.97 74.89 0.00 1914.78 30676.42 0.00 22:38:29 22:38:29 22:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:38:29 22:16:01 5191912 0 887488 11.08 2620 1926912 1508388 16.65 820656 1585828 28076 22:38:29 22:17:01 4119484 0 990320 12.37 2620 2896508 1556332 17.18 1074392 2326884 41388 22:38:29 22:18:01 3827192 0 1144076 14.29 2620 3035044 1663240 18.36 1353100 2274728 251184 22:38:29 22:19:01 3845604 0 1184880 14.79 2620 2975828 1840516 20.32 1317488 2280820 63836 22:38:29 22:20:01 1489240 0 1213252 15.15 2620 5303820 1390192 15.35 1950628 3934568 1320120 22:38:29 22:21:01 1010848 0 1650968 20.61 2620 5344496 2891836 31.93 2442964 3835180 2940 22:38:29 22:22:01 143024 0 1525900 19.05 2620 6337388 2513108 27.75 3418636 3696232 236096 22:38:29 22:23:02 2220412 0 1287112 16.07 2620 4498788 1306856 14.43 1387612 3673012 20 22:38:29 22:24:01 2228896 0 1278628 15.97 2620 4498788 1277364 14.10 1400068 3657972 12 22:38:29 22:25:01 2229788 0 1277676 15.95 2620 4498848 1275048 14.08 1420656 3637536 12 22:38:29 22:26:01 2231352 0 1276164 15.93 2620 4498796 1270936 14.03 1415760 3642348 8 22:38:29 22:27:01 2231612 0 1275900 15.93 2620 4498800 1270900 14.03 1415444 3642348 8 22:38:29 22:28:01 2232068 0 1275436 15.93 2620 4498808 1270852 14.03 1410724 3646828 8 22:38:29 22:29:01 2231208 0 1276292 15.94 2620 4498812 1271032 14.03 1411716 3646828 8 22:38:29 22:30:01 2230936 0 1276524 15.94 2620 4498852 1271032 14.03 1411760 3646852 16 22:38:29 22:31:01 2230572 0 1276888 15.94 2620 4498852 1271032 14.03 1411860 3646852 8 22:38:29 22:32:01 2232216 0 1275236 15.92 2620 4498860 1270852 14.03 1410804 3646852 8 22:38:29 22:33:01 2230952 0 1276496 15.94 2620 4498864 1271020 14.03 1411688 3646852 8 22:38:29 22:34:01 2232284 0 1275160 15.92 2620 4498868 1270852 14.03 1410760 3646852 8 22:38:29 22:35:01 2231796 0 1275644 15.93 2620 4498872 1270852 14.03 1410916 3646852 8 22:38:29 22:36:01 2231496 0 1275940 15.93 2620 4498876 1270996 14.03 1411204 3646856 8 22:38:29 22:37:01 2232028 0 1275404 15.92 2620 4498880 1270900 14.03 1410920 3646852 8 22:38:29 22:38:01 2232232 0 1275196 15.92 2620 4498884 1270852 14.03 1410796 3646852 8 22:38:29 Average: 2405094 0 1262025 15.76 2620 4339193 1467173 16.20 1519154 3404469 84513 22:38:29 22:38:29 22:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:38:29 22:16:01 veth04ee4e4 180.98 116.43 20.61 489.89 0.00 0.00 0.00 0.00 22:38:29 22:16:01 eth0 1234.46 1022.90 4282.46 135.75 0.00 0.00 0.00 0.00 22:38:29 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:16:01 docker0 180.98 116.33 18.13 489.88 0.00 0.00 0.00 0.00 22:38:29 22:17:01 eth0 854.82 1000.40 5098.82 96.60 0.00 0.00 0.00 0.00 22:38:29 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:17:01 vethe899c40 58.20 70.82 4.26 190.52 0.00 0.00 0.00 0.00 22:38:29 22:17:01 docker0 751.16 567.90 57.82 2397.53 0.00 0.00 0.00 0.00 22:38:29 22:18:01 veth76faa58 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:38:29 22:18:01 eth0 266.93 228.51 692.55 32.37 0.00 0.00 0.00 0.00 22:38:29 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:18:01 docker0 205.26 221.59 14.31 655.22 0.00 0.00 0.00 0.00 22:38:29 22:19:01 veth76faa58 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 22:38:29 22:19:01 eth0 32.79 21.69 19.70 109.44 0.00 0.00 0.00 0.00 22:38:29 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:19:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 22:38:29 22:20:01 eth0 179.03 151.33 1700.79 24.19 0.00 0.00 0.00 0.00 22:38:29 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:20:01 veth943c75b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:38:29 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:21:01 veth6eae247 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 22:38:29 22:21:01 eth0 92.15 66.96 192.22 16.79 0.00 0.00 0.00 0.00 22:38:29 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:21:01 veth943c75b 0.00 1.34 0.00 0.06 0.00 0.00 0.00 0.00 22:38:29 22:22:01 eth0 97.82 59.36 283.41 115.96 0.00 0.00 0.00 0.00 22:38:29 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:22:01 veth943c75b 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 22:38:29 22:22:01 docker0 1214.87 1009.43 95.00 3900.65 0.00 0.00 0.00 0.00 22:38:29 22:23:02 eth0 230.19 170.91 1714.68 30.66 0.00 0.00 0.00 0.00 22:38:29 22:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:23:02 docker0 58.08 86.68 3.80 458.02 0.00 0.00 0.00 0.00 22:38:29 22:24:01 eth0 1.24 0.54 0.45 0.05 0.00 0.00 0.00 0.00 22:38:29 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:25:01 eth0 0.57 0.40 0.27 0.21 0.00 0.00 0.00 0.00 22:38:29 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:26:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:38:29 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:27:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 22:38:29 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:28:01 eth0 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 22:38:29 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:29:01 eth0 1.07 0.40 0.33 0.20 0.00 0.00 0.00 0.00 22:38:29 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:30:01 eth0 0.73 0.28 0.30 0.20 0.00 0.00 0.00 0.00 22:38:29 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:31:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:38:29 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:38:29 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:33:01 eth0 0.92 0.35 0.37 0.20 0.00 0.00 0.00 0.00 22:38:29 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:34:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:38:29 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:35:01 eth0 0.18 0.07 0.01 0.00 0.00 0.00 0.00 0.00 22:38:29 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:36:01 eth0 0.62 0.35 0.35 0.27 0.00 0.00 0.00 0.00 22:38:29 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:37:01 eth0 0.17 0.10 0.07 0.01 0.00 0.00 0.00 0.00 22:38:29 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:38:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:38:29 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 Average: eth0 129.56 117.95 606.00 24.43 0.00 0.00 0.00 0.00 22:38:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:29 Average: docker0 55.50 47.79 4.31 190.02 0.00 0.00 0.00 0.00 22:38:29 22:38:29 22:38:29 ---> sar -P ALL: 22:38:29 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:38:29 22:38:29 22:14:39 LINUX RESTART (2 CPU) 22:38:29 22:38:29 22:15:02 CPU %user %nice %system %iowait %steal %idle 22:38:29 22:16:01 all 23.43 0.00 6.59 12.12 0.13 57.73 22:38:29 22:16:01 0 22.12 0.00 7.27 12.85 0.15 57.62 22:38:29 22:16:01 1 24.73 0.00 5.91 11.39 0.11 57.85 22:38:29 22:17:01 all 17.29 0.00 5.76 7.04 0.09 69.82 22:38:29 22:17:01 0 15.71 0.00 6.12 5.77 0.09 72.31 22:38:29 22:17:01 1 18.86 0.00 5.41 8.30 0.09 67.34 22:38:29 22:18:01 all 56.39 0.00 9.64 3.84 0.11 30.02 22:38:29 22:18:01 0 56.49 0.00 9.75 4.15 0.11 29.50 22:38:29 22:18:01 1 56.29 0.00 9.53 3.53 0.11 30.54 22:38:29 22:19:01 all 33.53 0.00 5.62 1.40 0.09 59.36 22:38:29 22:19:01 0 32.70 0.00 5.76 1.69 0.09 59.77 22:38:29 22:19:01 1 34.37 0.00 5.48 1.11 0.09 58.95 22:38:29 22:20:01 all 52.51 0.00 12.69 2.67 0.09 32.04 22:38:29 22:20:01 0 52.90 0.00 12.88 2.06 0.11 32.05 22:38:29 22:20:01 1 52.12 0.00 12.50 3.28 0.07 32.03 22:38:29 22:21:01 all 31.31 0.00 18.77 40.78 0.14 9.01 22:38:29 22:21:01 0 31.44 0.00 19.24 40.21 0.13 8.99 22:38:29 22:21:01 1 31.18 0.00 18.30 41.35 0.14 9.03 22:38:29 22:22:01 all 73.28 0.00 18.40 7.67 0.13 0.52 22:38:29 22:22:01 0 72.74 0.00 19.33 7.12 0.13 0.67 22:38:29 22:22:01 1 73.81 0.00 17.49 8.21 0.13 0.37 22:38:29 22:23:02 all 55.66 0.00 15.20 6.49 0.12 22.54 22:38:29 22:23:02 0 55.93 0.00 15.10 7.28 0.13 21.56 22:38:29 22:23:02 1 55.39 0.00 15.30 5.70 0.11 23.51 22:38:29 22:24:01 all 0.07 0.00 0.07 0.03 0.03 99.80 22:38:29 22:24:01 0 0.12 0.00 0.03 0.03 0.03 99.78 22:38:29 22:24:01 1 0.02 0.00 0.10 0.02 0.03 99.83 22:38:29 22:25:01 all 0.07 0.00 0.03 0.00 0.04 99.86 22:38:29 22:25:01 0 0.10 0.00 0.03 0.00 0.05 99.82 22:38:29 22:25:01 1 0.03 0.00 0.03 0.00 0.03 99.90 22:38:29 22:26:01 all 0.03 0.00 0.03 0.00 0.04 99.89 22:38:29 22:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:38:29 22:26:01 1 0.03 0.00 0.05 0.00 0.07 99.85 22:38:29 22:38:29 22:26:01 CPU %user %nice %system %iowait %steal %idle 22:38:29 22:27:01 all 0.08 0.00 0.02 0.00 0.03 99.88 22:38:29 22:27:01 0 0.13 0.00 0.02 0.00 0.02 99.83 22:38:29 22:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 22:38:29 22:28:01 all 0.10 0.00 0.13 0.00 0.03 99.74 22:38:29 22:28:01 0 0.15 0.00 0.13 0.00 0.05 99.67 22:38:29 22:28:01 1 0.05 0.00 0.12 0.00 0.02 99.82 22:38:29 22:29:01 all 0.06 0.00 0.03 0.00 0.03 99.88 22:38:29 22:29:01 0 0.10 0.00 0.03 0.00 0.03 99.83 22:38:29 22:29:01 1 0.02 0.00 0.02 0.00 0.03 99.93 22:38:29 22:30:01 all 0.11 0.00 0.04 0.01 0.03 99.82 22:38:29 22:30:01 0 0.07 0.00 0.05 0.02 0.03 99.83 22:38:29 22:30:01 1 0.15 0.00 0.03 0.00 0.02 99.80 22:38:29 22:31:01 all 0.07 0.00 0.03 0.00 0.03 99.88 22:38:29 22:31:01 0 0.02 0.00 0.03 0.00 0.03 99.92 22:38:29 22:31:01 1 0.12 0.00 0.02 0.00 0.02 99.85 22:38:29 22:32:01 all 0.08 0.00 0.02 0.00 0.03 99.88 22:38:29 22:32:01 0 0.03 0.00 0.02 0.00 0.05 99.90 22:38:29 22:32:01 1 0.12 0.00 0.02 0.00 0.00 99.87 22:38:29 22:33:01 all 0.03 0.00 0.03 0.00 0.03 99.90 22:38:29 22:33:01 0 0.02 0.00 0.03 0.00 0.05 99.90 22:38:29 22:33:01 1 0.05 0.00 0.03 0.00 0.02 99.90 22:38:29 22:34:01 all 0.07 0.00 0.02 0.00 0.03 99.88 22:38:29 22:34:01 0 0.03 0.00 0.02 0.00 0.05 99.90 22:38:29 22:34:01 1 0.10 0.00 0.02 0.00 0.02 99.87 22:38:29 22:35:01 all 0.05 0.00 0.00 0.00 0.03 99.92 22:38:29 22:35:01 0 0.05 0.00 0.00 0.00 0.05 99.90 22:38:29 22:35:01 1 0.05 0.00 0.00 0.00 0.02 99.93 22:38:29 22:36:01 all 0.04 0.00 0.03 0.00 0.03 99.90 22:38:29 22:36:01 0 0.07 0.00 0.03 0.00 0.05 99.85 22:38:29 22:36:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:38:29 22:37:01 all 0.03 0.00 0.01 0.00 0.03 99.93 22:38:29 22:37:01 0 0.03 0.00 0.02 0.00 0.05 99.90 22:38:29 22:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 22:38:29 22:38:29 22:37:01 CPU %user %nice %system %iowait %steal %idle 22:38:29 22:38:01 all 0.10 0.00 0.03 0.00 0.03 99.84 22:38:29 22:38:01 0 0.17 0.00 0.02 0.00 0.05 99.77 22:38:29 22:38:01 1 0.03 0.00 0.03 0.00 0.02 99.92 22:38:29 Average: all 14.15 0.00 3.83 3.39 0.06 78.58 22:38:29 Average: 0 13.99 0.00 3.94 3.35 0.07 78.65 22:38:29 Average: 1 14.30 0.00 3.72 3.42 0.05 78.51 22:38:29 22:38:29 22:38:29