Pull request #3531 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 12ea7f925e78d66b601bba60cd8d757fb550f7df+5e3333aa483a9c37807d61fae87b8cc119682d82 (1b78dbc48475aa9f12823bd41acef8521139e93b) 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-ssh7463529888613119697.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-ssh8352072811184228080.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-ssh8187049038489125486.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-ssh1303330372411258253.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-ssh3414820424700564027.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 ‘prd-centos7-docker-4c-2g-1168’ is offline Running on prd-centos7-docker-4c-2g-1172 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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/11@tmp/jenkins-gitclient-ssh3921223978235552184.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 5e3333aa483a9c37807d61fae87b8cc119682d82 into PR head commit 12ea7f925e78d66b601bba60cd8d757fb550f7df > 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/11@tmp/jenkins-gitclient-ssh8853238152273699243.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 Merge succeeded, producing 12ea7f925e78d66b601bba60cd8d757fb550f7df Checking out Revision 12ea7f925e78d66b601bba60cd8d757fb550f7df (PR-3531) > git config core.sparsecheckout # timeout=10 > git checkout -f 12ea7f925e78d66b601bba60cd8d757fb550f7df # 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/11@tmp/jenkins-gitclient-ssh6760909288654037529.key > git merge 5e3333aa483a9c37807d61fae87b8cc119682d82 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12ea7f925e78d66b601bba60cd8d757fb550f7df # 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. > git rev-list --no-walk aa04bd9b6858121f1d90ae4d955bf527119945e3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:39:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:39:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:39:08 ========================================================= 03:39:08 EdgeX Global Pipelines Version Info 03:39:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:39:09 ------------------- 03:39:09 stable info: 03:39:09 ------------------- 03:39:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:39:09 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 03:39:09 Message: update stable to v1.0.194 03:39:10 ------------------- 03:39:10 experimental info: 03:39:10 ------------------- 03:39:10 Commited By: **** collab-it+edgex@linuxfoundation.org 03:39:10 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 03:39:10 Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:39:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:39:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:39:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12ea7f925e78d66b601bba60cd8d757fb550f7df [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12ea7f9 [Pipeline] echo 03:39:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:39:15 provisioning config files... 03:39:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6191810981577236585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:39:18 ---> docker-login.sh 03:39:18 nexus3.edgexfoundry.org:10001 03:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:18 Configure a credential helper to remove this warning. See 03:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:18 03:39:18 Login Succeeded 03:39:18 nexus3.edgexfoundry.org:10002 03:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:18 Configure a credential helper to remove this warning. See 03:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:18 03:39:18 Login Succeeded 03:39:18 nexus3.edgexfoundry.org:10003 03:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:18 Configure a credential helper to remove this warning. See 03:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:18 03:39:18 Login Succeeded 03:39:18 nexus3.edgexfoundry.org:10004 03:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:18 Configure a credential helper to remove this warning. See 03:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:18 03:39:18 Login Succeeded 03:39:18 docker.io 03:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:18 Configure a credential helper to remove this warning. See 03:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:18 03:39:18 Login Succeeded 03:39:18 ---> docker-login.sh ends [Pipeline] } 03:39:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:39:18 ++ 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 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ dirname cmd/core-command/Dockerfile 03:39:18 ++ cut -d/ -f2 03:39:18 + echo core-command,cmd/core-command/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ cut -d/ -f2 03:39:18 ++ dirname cmd/core-data/Dockerfile 03:39:18 + echo core-data,cmd/core-data/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ cut -d/ -f2 03:39:18 ++ dirname cmd/core-metadata/Dockerfile 03:39:18 + echo core-metadata,cmd/core-metadata/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ dirname cmd/security-bootstrapper/Dockerfile 03:39:18 ++ cut -d/ -f2 03:39:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ dirname cmd/security-proxy-setup/Dockerfile 03:39:18 ++ cut -d/ -f2 03:39:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:39:18 ++ cut -d/ -f2 03:39:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ dirname cmd/support-notifications/Dockerfile 03:39:18 ++ cut -d/ -f2 03:39:18 + echo support-notifications,cmd/support-notifications/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ dirname cmd/support-scheduler/Dockerfile 03:39:18 ++ cut -d/ -f2 03:39:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:39:18 + for file in '`ls cmd/**/Dockerfile`' 03:39:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:39:18 ++ cut -d/ -f2 03:39:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:39:18 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 03:39:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:39:21 03:39:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:39:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:39:22 latest: Pulling from edgex-devops/git-semver 03:39:22 31603596830f: Pulling fs layer 03:39:22 54011a49482f: Pulling fs layer 03:39:22 a6820b24f6d8: Pulling fs layer 03:39:22 f581987b2513: Pulling fs layer 03:39:22 f581987b2513: Waiting 03:39:22 54011a49482f: Verifying Checksum 03:39:22 54011a49482f: Download complete 03:39:22 31603596830f: Verifying Checksum 03:39:22 31603596830f: Download complete 03:39:22 f581987b2513: Verifying Checksum 03:39:22 f581987b2513: Download complete 03:39:22 a6820b24f6d8: Verifying Checksum 03:39:22 a6820b24f6d8: Download complete 03:39:22 31603596830f: Pull complete 03:39:22 54011a49482f: Pull complete 03:39:23 a6820b24f6d8: Pull complete 03:39:23 f581987b2513: Pull complete 03:39:23 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 03:39:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:39:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:39:23 prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container 03:39:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:39:24 $ docker top 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:39:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:39:27 [ssh-agent] Looking for ssh-agent implementation... 03:39:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:39:27 $ docker exec 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent 03:39:27 SSH_AUTH_SOCK=/tmp/ssh-BifCSfOieRox/agent.14 03:39:27 SSH_AGENT_PID=21 03:39:27 Running ssh-add (command line suppressed) 03:39:27 Identity added: /w/workspace/edgex-go/11@tmp/private_key_664595917059583008.key (/w/workspace/edgex-go/11@tmp/private_key_664595917059583008.key) 03:39:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:39:27 + git tag --points-at HEAD [Pipeline] } 03:39:27 $ docker exec --env ******** --env ******** 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent -k 03:39:27 unset SSH_AUTH_SOCK; 03:39:27 unset SSH_AGENT_PID; 03:39:27 echo Agent pid 21 killed; 03:39:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:39:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:39:27 [ssh-agent] Looking for ssh-agent implementation... 03:39:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:39:28 $ docker exec 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent 03:39:28 SSH_AUTH_SOCK=/tmp/ssh-BuNmaHxAqVWn/agent.55 03:39:28 SSH_AGENT_PID=61 03:39:28 Running ssh-add (command line suppressed) 03:39:28 Identity added: /w/workspace/edgex-go/11@tmp/private_key_3795195597819236979.key (/w/workspace/edgex-go/11@tmp/private_key_3795195597819236979.key) 03:39:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:39:28 + git semver init 03:39:28 # -> Open(): unable to determine branch for HEAD 03:39:28 # $GIT_DIR = /w/workspace/edgex-go/11/.git 03:39:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 03:39:28 # $SEMVER_REMOTE_NAME = origin 03:39:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:39:28 # $SEMVER_USER_NAME = edgex-jenkins 03:39:28 # $SEMVER_BRANCH = PR-3531 03:39:28 # $SEMVER_TEMP = /tmp/semver-225340645 03:39:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:39:56 # '/tmp/semver-225340645' -> '/w/workspace/edgex-go/11/.semver' 03:39:56 # -> Force: false 03:39:56 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 03:39:56 $ docker exec --env ******** --env ******** 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent -k 03:39:56 unset SSH_AUTH_SOCK; 03:39:56 unset SSH_AGENT_PID; 03:39:56 echo Agent pid 61 killed; 03:39:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:39:59 + git semver [Pipeline] } 03:39:59 $ docker stop --time=1 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe 03:40:02 $ docker rm -f 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe [Pipeline] // withDockerContainer [Pipeline] sh 03:40:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:40:03 Stashed 1 file(s) [Pipeline] echo 03:40:03 [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 03:40:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:40:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:40:07 + sudo service docker restart 03:40:07 + true 03:40:07 Redirecting to /bin/systemctl restart docker.service 03:40:18 Still waiting to schedule task 03:40:18 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1174’ [Pipeline] echo 03:40:25 ========================================================= 03:40:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 03:40:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:40:25 + 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 . 03:40:28 Sending build context to Docker daemon 329.2MB 03:40:28 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 03:40:28 Step 2/6 : FROM ${BASE} 03:40:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 03:40:28 540db60ca938: Pulling fs layer 03:40:28 adcc1eea9eea: Pulling fs layer 03:40:28 4c4ab2625f07: Pulling fs layer 03:40:28 0510c868ecb4: Pulling fs layer 03:40:28 afea3b2eda06: Pulling fs layer 03:40:28 7809a108b3ef: Pulling fs layer 03:40:28 f706445af74f: Pulling fs layer 03:40:28 afea3b2eda06: Waiting 03:40:28 7809a108b3ef: Waiting 03:40:28 f706445af74f: Waiting 03:40:28 0510c868ecb4: Waiting 03:40:28 4c4ab2625f07: Download complete 03:40:28 adcc1eea9eea: Verifying Checksum 03:40:28 adcc1eea9eea: Download complete 03:40:28 afea3b2eda06: Verifying Checksum 03:40:28 afea3b2eda06: Download complete 03:40:28 7809a108b3ef: Download complete 03:40:28 540db60ca938: Verifying Checksum 03:40:28 540db60ca938: Download complete 03:40:28 540db60ca938: Pull complete 03:40:28 adcc1eea9eea: Pull complete 03:40:28 4c4ab2625f07: Pull complete 03:40:28 f706445af74f: Verifying Checksum 03:40:28 f706445af74f: Download complete 03:40:29 0510c868ecb4: Verifying Checksum 03:40:29 0510c868ecb4: Download complete 03:40:34 0510c868ecb4: Pull complete 03:40:34 afea3b2eda06: Pull complete 03:40:34 7809a108b3ef: Pull complete 03:40:43 f706445af74f: Pull complete 03:40:43 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 03:40:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 03:40:43 ---> b068be0155e3 03:40:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:40:46 ---> Running in dda4a5eb98fb 03:40:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:40:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:40:47 (1/12) Installing libmagic (5.39-r0) 03:40:48 (2/12) Installing file (5.39-r0) 03:40:48 (3/12) Installing libc-dev (0.7.2-r3) 03:40:48 (4/12) Installing g++ (10.2.1_pre1-r3) 03:40:53 (5/12) Installing fortify-headers (1.1-r0) 03:40:53 (6/12) Installing patch (2.7.6-r6) 03:40:53 (7/12) Installing build-base (0.5-r2) 03:40:53 (8/12) Installing libsodium (1.0.18-r0) 03:40:53 (9/12) Installing pkgconf (1.7.3-r0) 03:40:53 (10/12) Installing libsodium-dev (1.0.18-r0) 03:40:53 (11/12) Installing libzmq (4.3.3-r1) 03:40:54 (12/12) Installing zeromq-dev (4.3.3-r1) 03:40:54 Executing busybox-1.32.1-r6.trigger 03:40:54 OK: 219 MiB in 52 packages 03:40:56 Removing intermediate container dda4a5eb98fb 03:40:56 ---> 757a529c682d 03:40:56 Step 4/6 : WORKDIR /edgex-go 03:40:56 ---> Running in 31e504805547 03:40:56 Removing intermediate container 31e504805547 03:40:56 ---> c479ac7a6093 03:40:56 Step 5/6 : COPY go.mod . 03:40:56 ---> 6a2a649443ee 03:40:56 Step 6/6 : RUN go mod download 03:40:56 ---> Running in 9a435cbdf522 03:41:09 Removing intermediate container 9a435cbdf522 03:41:09 ---> 6df1073a981f 03:41:09 Successfully built 6df1073a981f 03:41:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:41:09 + docker inspect -f . ci-base-image-x86_64 03:41:09 . [Pipeline] withDockerContainer 03:41:09 prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container 03:41:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:41:10 $ docker top 8b12b3f6546ea2a9be874142202117f3e3f7c264c4b5c73af96fa9c0e339d5b5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:41:10 + go version 03:41:10 go version go1.16.3 linux/amd64 [Pipeline] } 03:41:10 $ docker stop --time=1 8b12b3f6546ea2a9be874142202117f3e3f7c264c4b5c73af96fa9c0e339d5b5 03:41:11 $ docker rm -f 8b12b3f6546ea2a9be874142202117f3e3f7c264c4b5c73af96fa9c0e339d5b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:41:18 + docker inspect -f . ci-base-image-x86_64 03:41:18 . [Pipeline] withDockerContainer 03:41:18 prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container 03:41:18 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:41:21 $ docker top b97139bcdc1d4a0d014b62bc471fb742b2f4a4eb451b83c7bfca7db8aa433fde -eo pid,comm [Pipeline] { [Pipeline] echo 03:41:21 ========================================================= 03:41:21 [edgeXBuildGoParallel] Running Tests and Build... 03:41:21 ========================================================= [Pipeline] sh 03:41:23 + go mod tidy [Pipeline] sh 03:41:25 + make test 03:41:25 go mod tidy 03:41:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:41:30 ? github.com/edgexfoundry/edgex-go [no test files] 03:41:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:41:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:41:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:41:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:42:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:42:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:42:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:42:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:42:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:42:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:42:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:42:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:42:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:42:05 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:42:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:42:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:42:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:42:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 28.7% of statements 03:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.061s coverage: 100.0% of statements 03:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:42:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.063s coverage: 81.2% of statements 03:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:42:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 53.4% of statements 03:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:42:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.086s coverage: 87.7% of statements 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:42:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.051s coverage: 78.9% of statements 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.238s coverage: 95.1% of statements 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:42:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] 03:42:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:42:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.079s coverage: 60.0% of statements 03:42:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.8% of statements 03:42:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:42:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.064s coverage: 22.0% of statements 03:42:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:42:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements 03:42:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements 03:42:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 03:42:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 03:42:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 03:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.060s coverage: 94.4% of statements 03:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements 03:42:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.390s coverage: 81.8% of statements 03:42:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 76.0% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.2% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.150s coverage: 64.4% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.183s coverage: 66.9% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 43.6% of statements 03:42:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:42:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.032s coverage: 89.5% of statements 03:42:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.030s coverage: 84.8% of statements 03:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.071s coverage: 19.3% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 91.9% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.054s coverage: 62.7% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.094s coverage: 97.6% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.047s coverage: 28.9% of statements 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 03:43:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] 03:43:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 100.0% of statements 03:43:03 GO111MODULE=on go vet ./... 03:43:31 gofmt -l . 03:43:31 [ "`gofmt -l .`" = "" ] 03:43:31 ./bin/test-attribution-txt.sh [Pipeline] sh 03:43:32 + ls -al . 03:43:32 total 528 03:43:32 drwxrwxr-x 10 1001 1001 4096 Jun 9 03:43 . 03:43:32 drwxr-xr-x 4 root root 30 Jun 9 03:41 .. 03:43:32 -rw-rw-r-- 1 1001 1001 11 Jun 9 03:38 .dockerignore 03:43:32 drwxrwxr-x 8 1001 1001 179 Jun 9 03:39 .git 03:43:32 drwxrwxr-x 3 1001 1001 125 Jun 9 03:38 .github 03:43:32 -rw-rw-r-- 1 1001 1001 818 Jun 9 03:38 .gitignore 03:43:32 drwx------ 3 1001 1001 60 Jun 9 03:39 .semver 03:43:32 -rw-rw-r-- 1 1001 1001 166 Jun 9 03:38 .sonarcloud.properties 03:43:32 -rw-rw-r-- 1 1001 1001 8609 Jun 9 03:38 Attribution.txt 03:43:32 -rw-rw-r-- 1 1001 1001 3804 Jun 9 03:38 CONTRIBUTING.md 03:43:32 -rw-rw-r-- 1 1001 1001 931 Jun 9 03:38 Dockerfile.build 03:43:32 -rw-rw-r-- 1 1001 1001 849 Jun 9 03:38 Jenkinsfile 03:43:32 -rw-rw-r-- 1 1001 1001 10775 Jun 9 03:38 LICENSE 03:43:32 -rw-rw-r-- 1 1001 1001 5605 Jun 9 03:38 Makefile 03:43:32 -rw-rw-r-- 1 1001 1001 7978 Jun 9 03:38 README.md 03:43:32 -rw-rw-r-- 1 1001 1001 7071 Jun 9 03:38 SECURITY.md 03:43:32 -rw-rw-r-- 1 1001 1001 5 Jun 9 03:40 VERSION 03:43:32 -rw-rw-r-- 1 1001 1001 4131 Jun 9 03:38 ZMQWindows.md 03:43:32 drwxrwxr-x 2 1001 1001 37 Jun 9 03:38 bin 03:43:32 drwxrwxr-x 14 1001 1001 4096 Jun 9 03:38 cmd 03:43:32 -rw-r--r-- 1 root root 411487 Jun 9 03:43 coverage.out 03:43:32 -rw-rw-r-- 1 1001 1001 902 Jun 9 03:38 go.mod 03:43:32 -rw-r--r-- 1 root root 21139 Jun 9 03:41 go.sum 03:43:32 drwxrwxr-x 8 1001 1001 127 Jun 9 03:38 internal 03:43:32 drwxrwxr-x 3 1001 1001 16 Jun 9 03:38 openapi 03:43:32 drwxrwxr-x 4 1001 1001 71 Jun 9 03:38 snap 03:43:32 -rw-rw-r-- 1 1001 1001 168 Jun 9 03:38 version.go [Pipeline] sh 03:43:32 + '[' -e coverage.out ] 03:43:32 + chown 1001:1001 coverage.out [Pipeline] stash 03:43:32 Stashed 1 file(s) [Pipeline] sh 03:43:32 + make build 03:43:32 go mod tidy 03:43:32 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 03:43:34 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 03:43:42 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 03:43:45 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 03:43:45 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 03:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:43:46 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 03:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:43:49 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 03:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:43:49 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 03:43:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 03:43:52 $ docker stop --time=1 b97139bcdc1d4a0d014b62bc471fb742b2f4a4eb451b83c7bfca7db8aa433fde 03:43:57 $ docker rm -f b97139bcdc1d4a0d014b62bc471fb742b2f4a4eb451b83c7bfca7db8aa433fde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:44:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:05 03:44:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:44:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:06 latest: Pulling from edgex-devops/edgex-compose 03:44:06 cbdbe7a5bc2a: Pulling fs layer 03:44:06 ca9280d653b3: Pulling fs layer 03:44:06 7e9c9ca2126c: Pulling fs layer 03:44:06 cbdbe7a5bc2a: Verifying Checksum 03:44:06 cbdbe7a5bc2a: Download complete 03:44:06 cbdbe7a5bc2a: Pull complete 03:44:08 ca9280d653b3: Verifying Checksum 03:44:08 ca9280d653b3: Download complete 03:44:08 ca9280d653b3: Pull complete 03:44:08 7e9c9ca2126c: Verifying Checksum 03:44:08 7e9c9ca2126c: Download complete 03:44:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1176 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws 03:44:10 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 03:44:10 The recommended git tool is: git 03:44:12 7e9c9ca2126c: Pull complete 03:44:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:44:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:44:12 prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container 03:44:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:44:15 $ docker top 8e45b85c09af9e0f55b5fda40263551b6b7bf8edda48285587f0d6e66046971f -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:18 + grep parallel 03:44:18 + docker-compose build --help 03:44:18 --parallel Build images in parallel. [Pipeline] } 03:44:18 $ docker stop --time=1 8e45b85c09af9e0f55b5fda40263551b6b7bf8edda48285587f0d6e66046971f 03:44:19 $ docker rm -f 8e45b85c09af9e0f55b5fda40263551b6b7bf8edda48285587f0d6e66046971f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:22 . [Pipeline] withDockerContainer 03:44:22 prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container 03:44:22 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 03:44:23 $ docker top f125ee379ee558a3caad71f58db87225dd7df9e6dc314024a6cdfe46ec211df1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:23 + docker-compose -f ./docker-compose-build.yml build --parallel 03:44:26 Building core-command ... 03:44:26 Building core-data ... 03:44:26 Building core-metadata ... 03:44:26 Building security-bootstrapper ... 03:44:26 Building security-proxy-setup ... 03:44:26 Building security-secretstore-setup ... 03:44:26 Building support-notifications ... 03:44:26 Building support-scheduler ... 03:44:26 Building sys-mgmt-agent ... 03:44:26 Building support-notifications 03:44:26 Building core-command 03:44:26 Building core-data 03:44:26 Building support-scheduler 03:44:26 Building sys-mgmt-agent 03:44:27 using credential edgex-jenkins-ssh 03:44:27 Cloning the remote Git repository 03:44:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:44:27 > git init /w/workspace/edgex-go/11 # timeout=10 03:44:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:44:27 > git --version # timeout=10 03:44:27 > git --version # 'git version 2.17.1' 03:44:27 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:44:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:44:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:44:37 ---> 6df1073a981f 03:44:37 Step 3/23 : WORKDIR /edgex-go 03:44:37 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:44:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:44:37 ---> 6df1073a981f 03:44:37 Step 3/24 : WORKDIR /edgex-go 03:44:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:44:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:44:37 ---> 6df1073a981f 03:44:37 Step 3/23 : WORKDIR /edgex-go 03:44:40 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:44:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:44:40 ---> 6df1073a981f 03:44:40 Step 3/24 : WORKDIR /edgex-go 03:44:41 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:44:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:44:41 ---> 6df1073a981f 03:44:41 Step 3/24 : WORKDIR /edgex-go 03:44:48 Merging remotes/origin/master commit 5e3333aa483a9c37807d61fae87b8cc119682d82 into PR head commit 12ea7f925e78d66b601bba60cd8d757fb550f7df 03:44:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:44:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:44:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:44:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:44:47 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:47 > 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 03:44:48 > git config core.sparsecheckout # timeout=10 03:44:48 > git checkout -f 12ea7f925e78d66b601bba60cd8d757fb550f7df # timeout=10 03:44:48 > git remote # timeout=10 03:44:48 > git config --get remote.origin.url # timeout=10 03:44:48 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:48 Merge succeeded, producing 12ea7f925e78d66b601bba60cd8d757fb550f7df 03:44:48 Checking out Revision 12ea7f925e78d66b601bba60cd8d757fb550f7df (PR-3531) 03:44:49 ---> Running in 26b6574e36d6 03:44:49 ---> Running in b9ca451ebde8 03:44:49 ---> Running in 1b9c1e27f6e7 03:44:49 ---> Running in 84bb0ba24310 03:44:49 ---> Running in aa0b47d28015 03:44:49 Removing intermediate container 26b6574e36d6 03:44:49 ---> bc216939e1e2 03:44:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:49 Removing intermediate container b9ca451ebde8 03:44:49 ---> 90551ed3885f 03:44:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:49 Removing intermediate container aa0b47d28015 03:44:49 ---> 568278387d04 03:44:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:49 ---> Running in 2c9ccd611b9d 03:44:49 Removing intermediate container 84bb0ba24310 03:44:49 ---> ce2272c2f35d 03:44:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:49 Removing intermediate container 1b9c1e27f6e7 03:44:49 ---> 6fe4e65709f1 03:44:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:49 ---> Running in 29316cc5a79d 03:44:49 ---> Running in b4a993fbbe36 03:44:49 ---> Running in 98a2ee411f04 03:44:49 ---> Running in 5c7ce206dae7 03:44:49 Removing intermediate container 2c9ccd611b9d 03:44:49 ---> 355e4a879a0d 03:44:49 Step 5/24 : RUN apk add --update --no-cache make bash git 03:44:49 ---> Running in 436b5eb47ac8 03:44:49 Removing intermediate container b4a993fbbe36 03:44:49 ---> 2ab29552a57e 03:44:49 Step 5/23 : RUN apk add --update --no-cache make git 03:44:49 ---> Running in 0056ca318031 03:44:49 Removing intermediate container 29316cc5a79d 03:44:49 ---> 2f3eb8afeed1 03:44:49 Step 5/24 : RUN apk add --update --no-cache make git 03:44:49 Removing intermediate container 98a2ee411f04 03:44:49 ---> 8636ad07e9f2 03:44:49 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:44:49 ---> Running in 830fda03914f 03:44:49 Removing intermediate container 5c7ce206dae7 03:44:49 ---> e441b274349f 03:44:49 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 03:44:49 ---> Running in 4aaf0de12871 03:44:49 ---> Running in ad087d8a9406 03:44:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:44:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:44:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:44:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:44:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:44:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:44:48 > git merge 5e3333aa483a9c37807d61fae87b8cc119682d82 # timeout=10 03:44:48 > git rev-parse HEAD^{commit} # timeout=10 03:44:48 > git config core.sparsecheckout # timeout=10 03:44:48 > git checkout -f 12ea7f925e78d66b601bba60cd8d757fb550f7df # timeout=10 03:44:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:44:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:44:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:44:51 OK: 219 MiB in 52 packages 03:44:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:44:52 OK: 219 MiB in 52 packages 03:44:52 OK: 219 MiB in 52 packages 03:44:52 OK: 219 MiB in 52 packages 03:44:52 Removing intermediate container 0056ca318031 03:44:52 ---> f1d40b58e8cf 03:44:52 Step 6/23 : COPY go.mod . 03:44:52 ---> a2e3c982ed94 03:44:52 Step 7/23 : RUN go mod download 03:44:52 ---> Running in c3c5830998a7 03:44:52 Removing intermediate container ad087d8a9406 03:44:52 ---> 53239dcbc6f5 03:44:52 Step 6/23 : COPY go.mod . 03:44:52 Removing intermediate container 830fda03914f 03:44:52 ---> 783a2aeff26e 03:44:52 Step 6/24 : COPY go.mod . 03:44:55 Removing intermediate container 436b5eb47ac8 03:44:55 ---> cb07ff26786f 03:44:55 Step 6/24 : COPY go.mod . 03:44:55 ---> ef098d407663 03:44:55 Step 7/23 : RUN go mod download 03:44:55 ---> Running in e74fda74906c 03:44:55 ---> 576f531e9b46 03:44:55 Step 7/24 : RUN go mod download 03:44:55 ---> 2fa198d2552b 03:44:55 Step 7/24 : RUN go mod download 03:44:55 ---> Running in f9d5d0d7fa1e 03:44:55 ---> Running in 65e0719519eb 03:44:55 OK: 219 MiB in 52 packages 03:44:55 Removing intermediate container c3c5830998a7 03:44:55 ---> 077529a648b9 03:44:55 Step 8/23 : COPY . . 03:44:55 Removing intermediate container 4aaf0de12871 03:44:55 ---> c0241c3fd225 03:44:55 Step 6/24 : COPY go.mod . 03:44:55 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:44:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:45:03 ---> 44c88133dcfe 03:45:03 Step 7/24 : RUN go mod download 03:45:03 Removing intermediate container e74fda74906c 03:45:03 ---> 87669ec221a2 03:45:03 Step 8/23 : COPY . . 03:45:03 ---> Running in 6b06148cfe5c 03:45:03 ---> d8630e78fb47 03:45:03 Step 9/23 : RUN go mod tidy 03:45:03 Removing intermediate container f9d5d0d7fa1e 03:45:03 ---> cf76848ce22c 03:45:03 Step 8/24 : COPY . . 03:45:03 Removing intermediate container 65e0719519eb 03:45:03 ---> 0b77c3f34fa6 03:45:03 Step 8/24 : COPY . . 03:45:03 ---> Running in 5e3c81008218 03:45:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:45:04 + true 03:45:04 + sudo service docker restart 03:45:16 ---> 0f666fe0550e 03:45:16 Step 9/24 : RUN go mod tidy 03:45:16 Removing intermediate container 6b06148cfe5c 03:45:16 ---> 8e37a41d3227 03:45:16 Step 8/24 : COPY . . 03:45:16 ---> 91fcc0e4b7e1 03:45:16 Step 9/24 : RUN go mod tidy 03:45:16 Removing intermediate container 5e3c81008218 03:45:16 ---> 57b6687c21e5 03:45:16 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 03:45:16 ---> Running in 9384e8595a29 03:45:16 ---> 48d71f1f86c2 03:45:16 Step 9/23 : RUN go mod tidy 03:45:16 ---> Running in 4422874f26cb 03:45:16 ---> Running in fb7c242e7678 03:45:16 ---> Running in 3003224ac4a3 03:45:19 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 03:45:20 Removing intermediate container 9384e8595a29 03:45:20 ---> b096a5ba5e08 03:45:20 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:45:21 ---> Running in ff6fa13b8471 03:45:25 Removing intermediate container 4422874f26cb 03:45:25 ---> 9569bc6c63a2 03:45:25 Step 10/24 : RUN make cmd/core-command/core-command 03:45:25 ---> Running in 7c4b191dfbb0 03:45:25 Removing intermediate container 3003224ac4a3 03:45:25 ---> 288543b0e22f 03:45:25 Step 10/23 : RUN make cmd/support-notifications/support-notifications 03:45:25 ---> Running in 1bb9316a1e90 03:45:25 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 03:45:25 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 03:45:25 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:45:25 provisioning config files... 03:45:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3935383759987787837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:45:25 ---> docker-login.sh 03:45:25 nexus3.edgexfoundry.org:10001 03:45:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:26 Configure a credential helper to remove this warning. See 03:45:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:26 03:45:26 Login Succeeded 03:45:26 nexus3.edgexfoundry.org:10002 03:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:27 Configure a credential helper to remove this warning. See 03:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:27 03:45:27 Login Succeeded 03:45:27 nexus3.edgexfoundry.org:10003 03:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:27 Configure a credential helper to remove this warning. See 03:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:27 03:45:27 Login Succeeded 03:45:27 nexus3.edgexfoundry.org:10004 03:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:28 Configure a credential helper to remove this warning. See 03:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:28 03:45:28 Login Succeeded 03:45:28 docker.io 03:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:32 Configure a credential helper to remove this warning. See 03:45:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:32 03:45:32 Login Succeeded 03:45:32 ---> docker-login.sh ends [Pipeline] } 03:45:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:45:32 ========================================================= 03:45:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 03:45:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:45:32 + 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 . 03:45:35 ---> 5fcc15c4aa5a 03:45:35 Step 9/24 : RUN go mod tidy 03:45:35 ---> Running in 4b5f875c7269 03:45:35 Sending build context to Docker daemon 166.2MB 03:45:35 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 03:45:35 Step 2/6 : FROM ${BASE} 03:45:35 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:45:35 595b0fe564bb: Pulling fs layer 03:45:35 7186ed65a4f7: Pulling fs layer 03:45:35 316046926c0a: Pulling fs layer 03:45:35 4ebd0625c992: Pulling fs layer 03:45:35 207e8628e3a3: Pulling fs layer 03:45:35 4ebd0625c992: Waiting 03:45:35 c791037a9be2: Pulling fs layer 03:45:35 207e8628e3a3: Waiting 03:45:35 ffd874e62e21: Pulling fs layer 03:45:35 c791037a9be2: Waiting 03:45:35 ffd874e62e21: Waiting 03:45:35 316046926c0a: Verifying Checksum 03:45:35 316046926c0a: Download complete 03:45:35 7186ed65a4f7: Verifying Checksum 03:45:35 7186ed65a4f7: Download complete 03:45:35 207e8628e3a3: Download complete 03:45:35 c791037a9be2: Verifying Checksum 03:45:35 c791037a9be2: Download complete 03:45:35 595b0fe564bb: Verifying Checksum 03:45:35 595b0fe564bb: Download complete 03:45:38 Removing intermediate container 4b5f875c7269 03:45:38 ---> a296729c7121 03:45:38 Step 10/24 : RUN make cmd/core-data/core-data 03:45:38 ---> Running in 663611864dc0 03:45:38 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 03:45:38 595b0fe564bb: Pull complete 03:45:38 7186ed65a4f7: Pull complete 03:45:38 316046926c0a: Pull complete 03:45:38 ffd874e62e21: Verifying Checksum 03:45:38 ffd874e62e21: Download complete 03:45:38 4ebd0625c992: Download complete 03:45:49 4ebd0625c992: Pull complete 03:45:49 207e8628e3a3: Pull complete 03:45:49 c791037a9be2: Pull complete 03:45:53 ffd874e62e21: Pull complete 03:45:53 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 03:45:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 03:45:53 ---> cfc18b08335c 03:45:53 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 03:45:57 Removing intermediate container fb7c242e7678 03:45:57 ---> de3057161af6 03:45:57 03:45:57 Step 11/23 : FROM alpine:3.12 03:45:57 3.12: Pulling from library/alpine 03:45:57 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:45:57 Status: Downloaded newer image for alpine:3.12 03:45:57 ---> 13621d1b12d4 03:45:57 Step 12/23 : RUN apk add --update --no-cache dumb-init 03:45:57 ---> Running in 2ee7fd78505d 03:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:57 (1/1) Installing dumb-init (1.2.2-r1) 03:45:57 Executing busybox-1.31.1-r20.trigger 03:45:57 OK: 6 MiB in 15 packages 03:45:57 ---> Running in aa6d9102ae81 03:45:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:45:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:45:58 Removing intermediate container 2ee7fd78505d 03:45:58 ---> e9f230a4965a 03:45:58 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:45:58 ---> Running in 44e111168efa 03:45:58 Removing intermediate container 7c4b191dfbb0 03:45:58 ---> 2f6709532e7b 03:45:58 03:45:58 Step 11/24 : FROM alpine:3.12 03:45:58 ---> 13621d1b12d4 03:45:58 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:45:58 ---> Using cache 03:45:58 ---> e9f230a4965a 03:45:58 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:45:58 ---> Running in ace6aaf5dd56 03:45:58 Removing intermediate container 44e111168efa 03:45:58 ---> 9afbc6ce7821 03:45:58 Step 14/23 : ENV APP_PORT=59861 03:45:58 (1/12) Installing libmagic (5.39-r0) 03:45:58 ---> Running in e964aa4e7784 03:45:58 Removing intermediate container ace6aaf5dd56 03:45:58 ---> 481ae6e96827 03:45:58 Step 14/24 : ENV APP_PORT=59882 03:45:58 ---> Running in b5f6b1bc06fb 03:45:59 Removing intermediate container e964aa4e7784 03:45:59 ---> e2d95c4922d3 03:45:59 Step 15/23 : EXPOSE $APP_PORT 03:45:59 Removing intermediate container b5f6b1bc06fb 03:45:59 ---> d3b08b1ea351 03:45:59 Step 15/24 : EXPOSE $APP_PORT 03:45:59 ---> Running in 8b9c5c3ffdae 03:45:59 ---> Running in 66b5af4a2e90 03:45:59 Removing intermediate container 8b9c5c3ffdae 03:45:59 ---> 33b8f51b28c0 03:45:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:45:59 Removing intermediate container 66b5af4a2e90 03:45:59 ---> 689d93cc9ac5 03:45:59 Step 16/24 : WORKDIR / 03:45:59 ---> Running in d399d6f2d804 03:45:59 ---> 54d3622fca4b 03:45:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:45:59 Removing intermediate container d399d6f2d804 03:45:59 ---> fbfa02640722 03:45:59 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:45:59 (2/12) Installing file (5.39-r0) 03:46:02 ---> 1e130f3cb1b8 03:46:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:46:02 ---> 64e9894d6732 03:46:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:46:02 ---> 1cc4dea3548e 03:46:02 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 03:46:02 ---> eaa7b5d64fa6 03:46:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:46:02 ---> Running in 8e3722119d9e 03:46:02 Removing intermediate container 8e3722119d9e 03:46:02 ---> bdc314847b5c 03:46:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:46:02 ---> Running in f26e63bf43f1 03:46:02 ---> c9594c1f993a 03:46:02 Step 20/24 : ENTRYPOINT ["/core-command"] 03:46:02 ---> Running in b38c0d993560 03:46:02 Removing intermediate container f26e63bf43f1 03:46:02 ---> 33dd18332547 03:46:02 Step 21/23 : LABEL arch=x86_64 03:46:02 ---> Running in 75351c63dc6c 03:46:02 Removing intermediate container b38c0d993560 03:46:02 ---> bf0a03b91b10 03:46:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:46:02 ---> Running in b1e087774840 03:46:02 Removing intermediate container 75351c63dc6c 03:46:02 ---> a52a4b661e0a 03:46:02 Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:46:02 ---> Running in 128e6426da36 03:46:02 Removing intermediate container b1e087774840 03:46:02 ---> 31d196d55692 03:46:02 Step 22/24 : LABEL arch=x86_64 03:46:02 ---> Running in 8c3819302331 03:46:02 Removing intermediate container 128e6426da36 03:46:02 ---> 53d051647c8b 03:46:02 Step 23/23 : LABEL version=0.0.0 03:46:02 ---> Running in b4004c3604a2 03:46:02 Removing intermediate container 8c3819302331 03:46:02 ---> 04c8e588d24a 03:46:02 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:46:02 ---> Running in ea7e5971fb1f 03:46:02 Removing intermediate container b4004c3604a2 03:46:02 ---> 034ccf532774 03:46:02 03:46:02 (3/12) Installing libc-dev (0.7.2-r3) 03:46:02 (4/12) Installing g++ (10.2.1_pre1-r3) 03:46:02 Removing intermediate container ea7e5971fb1f 03:46:02 ---> dcf80707bc33 03:46:02 Step 24/24 : LABEL version=0.0.0 03:46:02 Successfully built 034ccf532774 03:46:02 Successfully tagged support-scheduler:latest 03:46:02 Building security-bootstrapper 03:46:03  Building support-scheduler ... done  ---> Running in 86e1238b7f24 03:46:03 Removing intermediate container 1bb9316a1e90 03:46:03 ---> 493997053db5 03:46:03 03:46:03 Step 11/23 : FROM alpine:3.12 03:46:03 ---> 13621d1b12d4 03:46:03 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 03:46:03 ---> Running in eb8cf32b7e43 03:46:03 Removing intermediate container 86e1238b7f24 03:46:03 ---> edb0c619ca17 03:46:03 03:46:03 Successfully built edb0c619ca17 03:46:03 Successfully tagged core-command:latest 03:46:03 Building security-proxy-setup 03:46:04  Building core-command ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:05 (1/2) Installing ca-certificates (20191127-r4) 03:46:05 (2/2) Installing dumb-init (1.2.2-r1) 03:46:05 Executing busybox-1.31.1-r20.trigger 03:46:05 Executing ca-certificates-20191127-r4.trigger 03:46:05 OK: 6 MiB in 16 packages 03:46:09 Removing intermediate container ff6fa13b8471 03:46:09 ---> 609b15aae0d0 03:46:09 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:46:09 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:46:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:46:09 ---> 6df1073a981f 03:46:09 Step 3/22 : WORKDIR /edgex-go 03:46:09 ---> Using cache 03:46:09 ---> 6fe4e65709f1 03:46:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:09 ---> Using cache 03:46:09 ---> e441b274349f 03:46:09 Step 5/22 : RUN apk add --update --no-cache make git 03:46:10 ---> Running in ef24a8f263b1 03:46:10 ---> Running in 7c79e45691c5 03:46:10 Removing intermediate container eb8cf32b7e43 03:46:10 ---> ae51f859db75 03:46:10 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:46:10 ---> Running in a662a880fa97 03:46:10 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 03:46:11 Removing intermediate container a662a880fa97 03:46:11 ---> d71a22d42bcc 03:46:11 Step 14/23 : ENV APP_PORT=59860 03:46:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:46:11 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:46:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 03:46:11 ---> 6df1073a981f 03:46:11 Step 3/32 : WORKDIR /edgex-go 03:46:11 ---> Using cache 03:46:11 ---> 6fe4e65709f1 03:46:11 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:11 ---> Using cache 03:46:11 ---> e441b274349f 03:46:11 Step 5/32 : RUN apk add --update --no-cache make git 03:46:11 ---> Running in e11e9d91c91e 03:46:11 ---> Running in ef85bd8ed067 03:46:11 Removing intermediate container e11e9d91c91e 03:46:11 ---> 06b4188f6605 03:46:11 Step 15/23 : EXPOSE $APP_PORT 03:46:11 ---> Running in e4bb08dc134a 03:46:11 Removing intermediate container e4bb08dc134a 03:46:11 ---> 977b8e00d326 03:46:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:46:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:46:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:46:12 Removing intermediate container ef24a8f263b1 03:46:12 ---> 99cf00e91eff 03:46:12 03:46:12 Step 12/24 : FROM docker:20.10.0 03:46:12 ---> 12cdb1695576 03:46:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:46:12 20.10.0: Pulling from library/docker 03:46:12 ---> 9e6b57f9a26d 03:46:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:46:12 OK: 219 MiB in 52 packages 03:46:13 ---> 16fe3a5e135c 03:46:13 Step 19/23 : ENTRYPOINT ["/support-notifications"] 03:46:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:46:13 ---> Running in 262495f9418e 03:46:13 Removing intermediate container 262495f9418e 03:46:13 ---> 5d8a44e8ccce 03:46:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:46:13 Removing intermediate container 7c79e45691c5 03:46:13 ---> cea7495152e6 03:46:13 Step 6/22 : COPY go.mod . 03:46:14 ---> Running in fdd7c78eed0e 03:46:14 Removing intermediate container fdd7c78eed0e 03:46:14 ---> f1f6bd3ba609 03:46:14 Step 21/23 : LABEL arch=x86_64 03:46:14 ---> add0f2fa9eb8 03:46:14 Step 7/22 : RUN go mod download 03:46:14 ---> Running in ce1b1a67c5be 03:46:14 ---> Running in f9b92f0c7de1 03:46:14 Removing intermediate container ce1b1a67c5be 03:46:14 ---> 1a2cdc0d0899 03:46:14 Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:46:14 ---> Running in 6c7447a33b3e 03:46:14 Removing intermediate container 6c7447a33b3e 03:46:14 ---> e4de238c200d 03:46:14 Step 23/23 : LABEL version=0.0.0 03:46:14 ---> Running in e25ff63432f0 03:46:15 Removing intermediate container e25ff63432f0 03:46:15 ---> 331e58aa182f 03:46:15 03:46:15 Successfully built 331e58aa182f 03:46:15 Successfully tagged support-notifications:latest 03:46:15 Building core-metadata 03:46:15  Building support-notifications ... done Removing intermediate container f9b92f0c7de1 03:46:15 ---> ff12b7c5e847 03:46:15 Step 8/22 : COPY . . 03:46:16 OK: 219 MiB in 52 packages 03:46:21 Removing intermediate container 663611864dc0 03:46:21 ---> 786ab3199a72 03:46:21 03:46:21 Step 11/24 : FROM alpine:3.12 03:46:21 ---> 13621d1b12d4 03:46:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:46:22 ---> Running in 6aaa5da28109 03:46:24 Removing intermediate container ef85bd8ed067 03:46:24 ---> 250a2bfee900 03:46:24 Step 6/32 : COPY go.mod . 03:46:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:46:24 Removing intermediate container 6aaa5da28109 03:46:24 ---> 28f6f9c4855d 03:46:24 Step 13/24 : ENV APP_PORT=59880 03:46:24 Status: Downloaded newer image for docker:20.10.0 03:46:24 ---> aefe523efa57 03:46:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:46:24 ---> f63e94092dd4 03:46:24 Step 7/32 : RUN go mod download 03:46:24 ---> Running in 27e63605918b 03:46:24 ---> Running in c6e52bd25e36 03:46:24 ---> Running in a29bd5eafb94 03:46:24 Removing intermediate container 27e63605918b 03:46:24 ---> 4377f9e9dc7c 03:46:24 Step 14/24 : EXPOSE $APP_PORT 03:46:24 ---> b952c9226c07 03:46:24 Step 9/22 : RUN go mod tidy 03:46:24 ---> Running in 9b72a2f6c577 03:46:24 Removing intermediate container c6e52bd25e36 03:46:24 ---> aa6ecee3246a 03:46:24 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 03:46:24 ---> Running in 340666d14daf 03:46:24 ---> Running in 37012302644f 03:46:24 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:46:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:46:24 ---> 6df1073a981f 03:46:24 Step 3/24 : WORKDIR /edgex-go 03:46:24 ---> Using cache 03:46:24 ---> 6fe4e65709f1 03:46:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:24 ---> Using cache 03:46:24 ---> e441b274349f 03:46:24 Step 5/24 : RUN apk add --update --no-cache make git 03:46:24 ---> Using cache 03:46:24 ---> 250a2bfee900 03:46:24 Step 6/24 : COPY go.mod . 03:46:24 ---> Using cache 03:46:24 ---> f63e94092dd4 03:46:24 Step 7/24 : RUN go mod download 03:46:24 Removing intermediate container 9b72a2f6c577 03:46:24 ---> 6310bdf2fb46 03:46:24 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:24 ---> Running in e1d80f14fc3f 03:46:24 ---> Running in 52e77af96f8b 03:46:24 (5/12) Installing fortify-headers (1.1-r0) 03:46:24 (6/12) Installing patch (2.7.6-r6) 03:46:24 (7/12) Installing build-base (0.5-r2) 03:46:24 (8/12) Installing libsodium (1.0.18-r0) 03:46:24 (9/12) Installing pkgconf (1.7.3-r0) 03:46:24 (10/12) Installing libsodium-dev (1.0.18-r0) 03:46:24 (11/12) Installing libzmq (4.3.3-r1) 03:46:24 (12/12) Installing zeromq-dev (4.3.3-r1) 03:46:24 Executing busybox-1.32.1-r6.trigger 03:46:24 OK: 218 MiB in 52 packages 03:46:25 Removing intermediate container a29bd5eafb94 03:46:25 ---> 42f55a432f82 03:46:25 Step 8/32 : COPY . . 03:46:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:25 (1/39) Installing readline (8.0.4-r0) 03:46:25 (2/39) Installing bash (5.0.17-r0) 03:46:25 Executing bash-5.0.17-r0.post-install 03:46:25 (3/39) Installing nghttp2-libs (1.41.0-r0) 03:46:25 (4/39) Installing libcurl (7.77.0-r0) 03:46:25 (5/39) Installing curl (7.77.0-r0) 03:46:25 (6/39) Installing dumb-init (1.2.2-r1) 03:46:25 (7/39) Installing libbz2 (1.0.8-r1) 03:46:25 (8/39) Installing expat (2.2.9-r1) 03:46:26 (9/39) Installing libffi (3.3-r2) 03:46:26 (10/39) Installing gdbm (1.13-r1) 03:46:26 (11/39) Installing xz-libs (5.2.5-r0) 03:46:26 (12/39) Installing sqlite-libs (3.32.1-r1) 03:46:26 (13/39) Installing python3 (3.8.10-r0) 03:46:26 Removing intermediate container aa6d9102ae81 03:46:26 ---> a5c0d0311ee4 03:46:26 Step 4/6 : WORKDIR /edgex-go 03:46:29 (14/39) Installing py3-appdirs (1.4.4-r1) 03:46:29 (15/39) Installing py3-ordered-set (4.0.1-r0) 03:46:29 (16/39) Installing py3-parsing (2.4.7-r0) 03:46:29 (17/39) Installing py3-six (1.15.0-r0) 03:46:29 (18/39) Installing py3-packaging (20.4-r0) 03:46:29 (19/39) Installing py3-setuptools (47.0.0-r0) 03:46:29 Removing intermediate container e1d80f14fc3f 03:46:29 ---> 978d5b163098 03:46:29 Step 8/24 : COPY . . 03:46:29 Removing intermediate container 52e77af96f8b 03:46:29 ---> 426055a29c8d 03:46:29 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 03:46:29 (20/39) Installing py3-chardet (3.0.4-r4) 03:46:29 (21/39) Installing py3-idna (2.9-r0) 03:46:29 (22/39) Installing py3-certifi (2020.4.5.1-r0) 03:46:29 Removing intermediate container 340666d14daf 03:46:29 ---> 2e616f3c302f 03:46:29 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:46:29 (23/39) Installing py3-urllib3 (1.25.9-r0) 03:46:29 (24/39) Installing py3-requests (2.23.0-r0) 03:46:29 (25/39) Installing py3-msgpack (1.0.0-r0) 03:46:29 (26/39) Installing py3-lockfile (0.12.2-r3) 03:46:29 (27/39) Installing py3-cachecontrol (0.12.6-r0) 03:46:29 (28/39) Installing py3-colorama (0.4.3-r0) 03:46:29 ---> Running in 11d9be9ab597 03:46:29 (29/39) Installing py3-distlib (0.3.0-r0) 03:46:29 (30/39) Installing py3-distro (1.5.0-r1) 03:46:29 (31/39) Installing py3-webencodings (0.5.1-r3) 03:46:29 ---> Running in 09e187cdda17 03:46:29 Removing intermediate container 09e187cdda17 03:46:29 ---> 5a74463cdee5 03:46:29 Step 5/6 : COPY go.mod . 03:46:29 ---> 7fd03836f1f0 03:46:29 Step 6/6 : RUN go mod download 03:46:29 ---> Running in 0284f2b5c7b5 03:46:29 (32/39) Installing py3-html5lib (1.0.1-r4) 03:46:30 (33/39) Installing py3-pytoml (0.1.21-r0) 03:46:30 (34/39) Installing py3-pep517 (0.8.2-r0) 03:46:30 ---> Running in ad309c38a111 03:46:30 (35/39) Installing py3-progress (1.5-r0) 03:46:30 (36/39) Installing py3-toml (0.10.1-r0) 03:46:30 (37/39) Installing py3-retrying (1.3.3-r0) 03:46:30 (38/39) Installing py3-contextlib2 (0.6.0-r0) 03:46:30 (39/39) Installing py3-pip (20.1.1-r0) 03:46:30 Executing busybox-1.31.1-r19.trigger 03:46:30 OK: 72 MiB in 59 packages 03:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:31 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 03:46:31 Collecting docker-compose==1.23.2 03:46:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:46:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:46:31 Collecting cached-property<2,>=1.2.0 03:46:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:31 Collecting PyYAML<4,>=3.10 03:46:31 Downloading PyYAML-3.13.tar.gz (270 kB) 03:46:34 (1/6) Installing dumb-init (1.2.2-r1) 03:46:34 (2/6) Installing libgcc (9.3.0-r2) 03:46:34 (3/6) Installing libsodium (1.0.18-r0) 03:46:34 (4/6) Installing libstdc++ (9.3.0-r2) 03:46:34 (5/6) Installing libzmq (4.3.3-r0) 03:46:34 (6/6) Installing zeromq (4.3.3-r0) 03:46:34 Executing busybox-1.31.1-r20.trigger 03:46:34 OK: 8 MiB in 20 packages 03:46:34 Collecting jsonschema<3,>=2.5.1 03:46:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:46:34 ---> fcf9f4af393f 03:46:34 Step 9/32 : RUN go mod tidy 03:46:34 Collecting docopt<0.7,>=0.6.1 03:46:34 Downloading docopt-0.6.2.tar.gz (25 kB) 03:46:34 ---> Running in 6858b4f0c291 03:46:34 ---> 3daecd266ec0 03:46:34 Step 9/24 : RUN go mod tidy 03:46:34 ---> Running in 46b994824744 03:46:35 Removing intermediate container 11d9be9ab597 03:46:35 ---> 49e779b495ff 03:46:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:46:35 Collecting dockerpty<0.5,>=0.4.1 03:46:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:46:35 ---> daba03bbacb3 03:46:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:46:36 ---> 9bbc43880c95 03:46:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:46:36 Collecting websocket-client<1.0,>=0.32.0 03:46:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 03:46:36 Collecting texttable<0.10,>=0.9.0 03:46:36 Downloading texttable-0.9.1.tar.gz (11 kB) 03:46:36 ---> 494d74688493 03:46:36 Step 20/24 : ENTRYPOINT ["/core-data"] 03:46:36 ---> Running in e50c8077333b 03:46:36 Removing intermediate container e50c8077333b 03:46:36 ---> 3084cd02d9a0 03:46:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:46:36 Removing intermediate container 6858b4f0c291 03:46:36 ---> 77315d4f5d4e 03:46:36 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:46:37 ---> Running in 3c7a95796bb8 03:46:37 ---> Running in f11ef1d992e4 03:46:37 Collecting docker<4.0,>=3.6.0 03:46:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:46:37 Removing intermediate container 46b994824744 03:46:37 ---> b3d6041818bb 03:46:37 Step 10/24 : RUN make cmd/core-metadata/core-metadata 03:46:37 ---> Running in e283d26c0fbd 03:46:37 Removing intermediate container 3c7a95796bb8 03:46:37 ---> f8879d21c00f 03:46:37 Step 22/24 : LABEL arch=x86_64 03:46:37 ---> Running in 2180066a4786 03:46:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:46:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:46:39 Collecting docker-pycreds>=0.4.0 03:46:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:46:39 Removing intermediate container 2180066a4786 03:46:39 ---> 953c4910efb1 03:46:39 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:46:39 ---> Running in d250373c60b5 03:46:39 Collecting urllib3<1.25,>=1.21.1 03:46:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:46:39 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 03:46:39 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) 03:46:39 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) 03:46:39 Removing intermediate container d250373c60b5 03:46:39 ---> b960bad5b792 03:46:39 Step 24/24 : LABEL version=0.0.0 03:46:39 ---> Running in 2fb7c13096c0 03:46:39 Collecting idna<2.8,>=2.5 03:46:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:46:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:46:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:46:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:46:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:46:39 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 03:46:39 Removing intermediate container 2fb7c13096c0 03:46:39 ---> 107498bd9c50 03:46:39 03:46:39 Installing collected packages: cached-property, PyYAML, jsonschema, docopt, dockerpty, websocket-client, texttable, docker-pycreds, urllib3, idna, requests, docker, docker-compose 03:46:39 Successfully built 107498bd9c50 03:46:39 Running setup.py install for PyYAML: started 03:46:39 Successfully tagged core-data:latest 03:46:39 Building security-secretstore-setup 03:46:39  Building core-data ... done  Running setup.py install for PyYAML: finished with status 'done' 03:46:39 Running setup.py install for docopt: started 03:46:40 Running setup.py install for docopt: finished with status 'done' 03:46:40 Running setup.py install for dockerpty: started 03:46:40 Running setup.py install for dockerpty: finished with status 'done' 03:46:41 Running setup.py install for texttable: started 03:46:43 Running setup.py install for texttable: finished with status 'done' 03:46:43 Attempting uninstall: urllib3 03:46:43 Found existing installation: urllib3 1.25.9 03:46:43 Uninstalling urllib3-1.25.9: 03:46:43 Successfully uninstalled urllib3-1.25.9 03:46:43 Attempting uninstall: idna 03:46:43 Found existing installation: idna 2.9 03:46:43 Uninstalling idna-2.9: 03:46:43 Successfully uninstalled idna-2.9 03:46:43 Attempting uninstall: requests 03:46:43 Found existing installation: requests 2.23.0 03:46:43 Uninstalling requests-2.23.0: 03:46:43 Successfully uninstalled requests-2.23.0 03:46:44 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 03:46:48 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:46:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:46:48 ---> 6df1073a981f 03:46:48 Step 3/26 : WORKDIR /edgex-go 03:46:48 ---> Using cache 03:46:48 ---> 6fe4e65709f1 03:46:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:48 ---> Using cache 03:46:48 ---> e441b274349f 03:46:48 Step 5/26 : RUN apk add --update --no-cache make git 03:46:48 ---> Using cache 03:46:48 ---> 250a2bfee900 03:46:48 Step 6/26 : COPY go.mod . 03:46:48 ---> Using cache 03:46:48 ---> f63e94092dd4 03:46:48 Step 7/26 : RUN go mod download 03:46:48 ---> Using cache 03:46:48 ---> 978d5b163098 03:46:48 Step 8/26 : COPY . . 03:46:48 ---> Using cache 03:46:48 ---> 3daecd266ec0 03:46:48 Step 9/26 : RUN go mod tidy 03:46:48 ---> Using cache 03:46:48 ---> b3d6041818bb 03:46:48 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:46:48 ---> Running in 6785c01ce27f 03:46: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 03:46:52 Removing intermediate container 37012302644f 03:46:52 ---> 36b4d27a52bc 03:46:52 Step 15/24 : ENV APP_PORT=58890 03:46:52 ---> Running in 889148a486a5 03:46:52 Removing intermediate container 889148a486a5 03:46:52 ---> 442b868a74f9 03:46:52 Step 16/24 : EXPOSE $APP_PORT 03:46:52 ---> Running in 87048ebc35f8 03:46:52 Removing intermediate container 87048ebc35f8 03:46:52 ---> 1bd1a375863c 03:46:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:46:52 ---> dc744dc43767 03:46:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:46:52 ---> 8959ef989071 03:46:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:46:52 ---> 4d9d78052e50 03:46:52 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 03:46:52 ---> Running in 0bb169eb1e29 03:46:52 Removing intermediate container 0bb169eb1e29 03:46:52 ---> f315a2a0eec3 03:46:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:46:52 ---> Running in c05dd4c4b7a3 03:46:52 Removing intermediate container c05dd4c4b7a3 03:46:52 ---> 69fc3592a442 03:46:52 Step 22/24 : LABEL arch=x86_64 03:46:52 ---> Running in a72bb2eda3cc 03:46:52 Removing intermediate container a72bb2eda3cc 03:46:52 ---> bfacd2ced233 03:46:52 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:46:53 ---> Running in de5d4d123a95 03:46:53 Removing intermediate container de5d4d123a95 03:46:53 ---> 40d39ecf0f7e 03:46:53 Step 24/24 : LABEL version=0.0.0 03:46:53 ---> Running in 79fc2f006503 03:46:53 Removing intermediate container 79fc2f006503 03:46:53 ---> 2ae4b36d5ac1 03:46:53 03:46:53 Successfully built 2ae4b36d5ac1 03:46:53 Successfully tagged sys-mgmt-agent:latest 03:46:56 Removing intermediate container 0284f2b5c7b5 03:46:56 ---> 6c6a2a1739e5 03:46:56 Successfully built 6c6a2a1739e5 03:46:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:46:56 + docker inspect -f . ci-base-image-arm64 03:46:56 . [Pipeline] withDockerContainer 03:46:58  Building sys-mgmt-agent ... done 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 03:46:58 prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container 03:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:47:00 $ docker top c0125104e9b60efe315c0105e427a9997e227bcf192062e8b77a1e2db6fcf389 -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:03 + go version 03:47:03 go version go1.16.3 linux/arm64 [Pipeline] } 03:47:03 $ docker stop --time=1 c0125104e9b60efe315c0105e427a9997e227bcf192062e8b77a1e2db6fcf389 03:47:04 Removing intermediate container ad309c38a111 03:47:04 ---> fe4fb99ae7dc 03:47:04 03:47:04 Step 11/22 : FROM alpine:3.12 03:47:04 ---> 13621d1b12d4 03:47:04 Step 12/22 : RUN apk add --update --no-cache curl 03:47:04 ---> Running in c6ec34fbe525 03:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:04 (1/4) Installing ca-certificates (20191127-r4) 03:47:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:47:04 (3/4) Installing libcurl (7.77.0-r0) 03:47:04 (4/4) Installing curl (7.77.0-r0) 03:47:04 Executing busybox-1.31.1-r20.trigger 03:47:04 Executing ca-certificates-20191127-r4.trigger 03:47:04 OK: 7 MiB in 18 packages 03:47:07 $ docker rm -f c0125104e9b60efe315c0105e427a9997e227bcf192062e8b77a1e2db6fcf389 03:47:07 Removing intermediate container c6ec34fbe525 03:47:07 ---> 4f9e7178431e 03:47:07 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:47:07 ---> Running in d5cd2572cc26 03:47:07 Removing intermediate container d5cd2572cc26 03:47:07 ---> c2d50f2467a4 03:47:07 Step 14/22 : WORKDIR /edgex 03:47:07 ---> Running in 17de0d2ad7cc 03:47:07 Removing intermediate container 17de0d2ad7cc 03:47:07 ---> e71449cfd787 03:47:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:47:07 ---> 8d70a9f30b7a 03:47:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:47:07 ---> 7f48fb149b74 03:47:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:47:07 ---> c57e49d57e66 03:47:07 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:47:07 ---> Running in df0cd5d39331 03:47:07 Removing intermediate container df0cd5d39331 03:47:07 ---> 406205272f92 03:47:07 Step 19/22 : CMD ["--init=true"] 03:47:07 ---> Running in 59d19c84ffd6 03:47:07 Removing intermediate container 59d19c84ffd6 03:47:07 ---> b9ade60e49e6 03:47:07 Step 20/22 : LABEL arch=x86_64 03:47:07 ---> Running in 3238fbeb27ac 03:47:07 Removing intermediate container 3238fbeb27ac 03:47:07 ---> 1e0bc64df7b5 03:47:07 Step 21/22 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:47:07 ---> Running in 1e6cb8535ee7 [Pipeline] // withDockerContainer 03:47:08 Removing intermediate container 1e6cb8535ee7 [Pipeline] } 03:47:08 ---> bb5dc143c48c 03:47:08 Step 22/22 : LABEL version=0.0.0 03:47:08 ---> Running in 9eab9a37124a 03:47:08 Removing intermediate container 9eab9a37124a 03:47:08 ---> 6e7221612535 03:47:08 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:47:08 Successfully built 6e7221612535 03:47:08 Successfully tagged security-proxy-setup:latest 03:47:08 + docker inspect -f . ci-base-image-arm64 03:47:08 . [Pipeline] withDockerContainer 03:47:08 prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container 03:47:08 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:47:12  Building security-proxy-setup ... done Removing intermediate container f11ef1d992e4 03:47:12 ---> f667f7f738d1 03:47:12 03:47:12 Step 11/32 : FROM alpine:3.12 03:47:12 ---> 13621d1b12d4 03:47:12 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:47:12 ---> Running in 83e9ef7e0efc 03:47:12 Removing intermediate container 83e9ef7e0efc 03:47:12 ---> 0885c725173c 03:47:12 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 03:47:12 ---> Running in 509c301657a3 03:47:12 $ docker top bd9feef2b91eec275481d83547cd877c99fd0a47d82776cb5c2ecd4f3210842d -eo pid,comm 03:47:12 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 03:47:14 Removing intermediate container e283d26c0fbd 03:47:14 ---> 90a0a8fd3f83 03:47:14 03:47:14 Step 11/24 : FROM alpine:3.12 03:47:14 ---> 13621d1b12d4 03:47:14 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:47:14 ---> Using cache 03:47:14 ---> e9f230a4965a 03:47:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:47:14 ---> Using cache 03:47:14 ---> 481ae6e96827 03:47:14 Step 14/24 : ENV APP_PORT=59881 03:47:14 ---> Running in 7a3682ad2c4d 03:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:14 (1/2) Installing dumb-init (1.2.2-r1) 03:47:14 (2/2) Installing su-exec (0.2-r1) 03:47:14 Executing busybox-1.31.1-r20.trigger 03:47:14 OK: 6 MiB in 16 packages 03:47:14 Removing intermediate container 7a3682ad2c4d 03:47:14 ---> c883d84171b7 03:47:14 Step 15/24 : EXPOSE $APP_PORT 03:47:14 ---> Running in 5a061bc56c62 03:47:14 Removing intermediate container 5a061bc56c62 03:47:14 ---> 296804bd1cb6 03:47:14 Step 16/24 : WORKDIR / 03:47:14 Removing intermediate container 509c301657a3 03:47:14 ---> d5d9ec70993e 03:47:14 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 03:47:14 ---> Running in 693c2d759840 03:47:14 ---> Running in a7d9f22ad69f 03:47:14 Removing intermediate container 693c2d759840 03:47:14 ---> cb0757c48630 03:47:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:47:14 Removing intermediate container a7d9f22ad69f 03:47:14 ---> c83f2df53ad2 03:47:14 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:47:14 ---> Running in 7abf70179e3c 03:47:14 ---> b9e319fcf792 03:47:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:47:14 Removing intermediate container 7abf70179e3c 03:47:14 ---> b794b2873a8b 03:47:14 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:47:14 ---> Running in b5b6f9537e7b 03:47:14 Removing intermediate container 6785c01ce27f 03:47:14 ---> ed14d3be73b2 03:47:14 03:47:14 Step 11/26 : FROM alpine:3.12 03:47:14 ---> 13621d1b12d4 03:47:14 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:47:14 ---> dd7faf002a6d 03:47:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:47:14 ---> Running in 2ea20d72a662 03:47:14 ---> 53f040298040 03:47:14 Step 20/24 : ENTRYPOINT ["/core-metadata"] 03:47:14 ---> Running in 977361f8722f [Pipeline] { [Pipeline] echo 03:47:14 ========================================================= 03:47:14 [edgeXBuildGoParallel] Running Tests and Build... 03:47:14 ========================================================= [Pipeline] sh 03:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:14 Removing intermediate container 977361f8722f 03:47:14 ---> cde0649bfdbc 03:47:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:14 ---> Running in 6dbecd862758 03:47:14 Removing intermediate container b5b6f9537e7b 03:47:14 ---> b09e3c298ab1 03:47:14 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 03:47:14 (1/6) Installing ca-certificates (20191127-r4) 03:47:14 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:47:14 (3/6) Installing libcurl (7.77.0-r0) 03:47:14 (4/6) Installing curl (7.77.0-r0) 03:47:14 (5/6) Installing dumb-init (1.2.2-r1) 03:47:14 (6/6) Installing su-exec (0.2-r1) 03:47:14 Executing busybox-1.31.1-r20.trigger 03:47:14 Executing ca-certificates-20191127-r4.trigger 03:47:15 ---> Running in 9dbec5318e99 03:47:15 Removing intermediate container 6dbecd862758 03:47:15 ---> e5751e187c6f 03:47:15 Step 22/24 : LABEL arch=x86_64 03:47:15 OK: 7 MiB in 20 packages 03:47:15 ---> Running in fe732460ad0c 03:47:15 Removing intermediate container 9dbec5318e99 03:47:15 ---> ae648b96a80b 03:47:15 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:47:15 Removing intermediate container fe732460ad0c 03:47:15 ---> d6e9411b86d0 03:47:15 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:47:15 + go mod tidy 03:47:15 ---> Running in 950b8c6c0c72 03:47:15 Removing intermediate container 2ea20d72a662 03:47:15 ---> b3703c9807f7 03:47:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:47:15 ---> 661c8676f458 03:47:15 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:47:15 ---> Running in cb8d749e0988 03:47:15 ---> Running in 1c3e2eba029c 03:47:15 Removing intermediate container 950b8c6c0c72 03:47:15 ---> 97ef9c2bab9c 03:47:15 Step 24/24 : LABEL version=0.0.0 03:47:15 ---> Running in cb83667be861 03:47:15 Removing intermediate container cb8d749e0988 03:47:15 ---> fed5d00407a2 03:47:15 Step 14/26 : WORKDIR / 03:47:15 ---> Running in 2f59be561fb5 03:47:15 Removing intermediate container cb83667be861 03:47:15 ---> 78d7aad69eac 03:47:15 03:47:15 Removing intermediate container 2f59be561fb5 03:47:15 ---> 5be92d4e83c1 03:47:15 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:47:15 Successfully built 78d7aad69eac 03:47:15 Successfully tagged core-metadata:latest [Pipeline] sh 03:47:16  Building core-metadata ... done  ---> 4cde1bfbe9f0 03:47:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:47:16 Removing intermediate container 1c3e2eba029c 03:47:16 ---> 60d2f9566bfe 03:47:16 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 03:47:18 ---> 4948242ba6e6 03:47:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:47:18 ---> fce89a0108bd 03:47:18 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:47:18 ---> 9f90be598d56 03:47:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:47:18 ---> 76b632cbfe42 03:47:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:47:18 ---> 159088bdc69e 03:47:18 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:47:18 ---> 06411c15de1d 03:47:18 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:47:18 ---> be27817267b2 03:47:18 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:47:18 ---> 9b17d5e0c911 03:47:18 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:47:18 ---> 4ca56ac0dabd 03:47:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:47:18 ---> c28b3953789c 03:47:18 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 03:47:18 ---> Running in ffcf55bfebd5 03:47:18 ---> de5bfbb7f257 03:47:18 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/ 03:47:18 ---> Running in f76d14340a6f 03:47:18 Removing intermediate container ffcf55bfebd5 03:47:18 ---> f209fb37bd9c 03:47:18 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:47:18 ---> 6006d88e1aeb 03:47:18 Step 27/32 : RUN chmod +x /entrypoint.sh 03:47:18 ---> Running in ccc55c020994 03:47:18 Removing intermediate container f76d14340a6f 03:47:18 ---> 80b0a5f4efae 03:47:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:47:18 ---> Running in 37bbb6f654b2 03:47:18 Removing intermediate container 37bbb6f654b2 03:47:18 ---> 3bd7e00f3c8c 03:47:18 Step 24/26 : LABEL arch=x86_64 03:47:18 ---> Running in ccec6d766221 03:47:18 Removing intermediate container ccec6d766221 03:47:18 ---> e0fa64693c34 03:47:18 Step 25/26 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:47:18 Removing intermediate container ccc55c020994 03:47:18 ---> 2c7a3044c364 03:47:18 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 03:47:18 ---> Running in 9bd5979a1f64 03:47:18 ---> Running in e466b360a65b 03:47:18 Removing intermediate container e466b360a65b 03:47:18 ---> 1490fac0847e 03:47:18 Step 29/32 : CMD ["gate"] 03:47:18 Removing intermediate container 9bd5979a1f64 03:47:18 ---> 39dc74176ce3 03:47:18 Step 26/26 : LABEL version=0.0.0 03:47:18 ---> Running in bcb7c857d655 03:47:18 ---> Running in 9517e2ca60fb 03:47:18 Removing intermediate container 9517e2ca60fb 03:47:18 ---> fbd60af5edc3 03:47:18 03:47:18 Removing intermediate container bcb7c857d655 03:47:18 ---> a8cb2129f69e 03:47:18 Step 30/32 : LABEL arch=x86_64 03:47:18 + make test 03:47:18 go mod tidy 03:47:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:47:18 Successfully built fbd60af5edc3 03:47:18 Successfully tagged security-secretstore-setup:latest 03:47:18  Building security-secretstore-setup ... done  ---> Running in 5bc61df81bd7 03:47:18 Removing intermediate container 5bc61df81bd7 03:47:18 ---> 047cc06c989a 03:47:18 Step 31/32 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:47:19 ---> Running in 82ebc9d33653 03:47:19 Removing intermediate container 82ebc9d33653 03:47:19 ---> bff3a40b6843 03:47:19 Step 32/32 : LABEL version=0.0.0 03:47:19 ---> Running in daab89ccef8f 03:47:19 Removing intermediate container daab89ccef8f 03:47:19 ---> d6102b083573 03:47:19 03:47:19 Successfully built d6102b083573 03:47:19 Successfully tagged security-bootstrapper:latest 03:47:19  Building security-bootstrapper ... done  [Pipeline] } 03:47:19 $ docker stop --time=1 f125ee379ee558a3caad71f58db87225dd7df9e6dc314024a6cdfe46ec211df1 03:47:20 $ docker rm -f f125ee379ee558a3caad71f58db87225dd7df9e6dc314024a6cdfe46ec211df1 [Pipeline] // withDockerContainer [Pipeline] sh 03:47:23 + docker images 03:47:23 REPOSITORY TAG IMAGE ID CREATED SIZE 03:47:23 security-bootstrapper latest d6102b083573 1 second ago 18.2MB 03:47:23 security-secretstore-setup latest fbd60af5edc3 2 seconds ago 28.1MB 03:47:23 core-metadata latest 78d7aad69eac 5 seconds ago 16.6MB 03:47:23 ed14d3be73b2 6 seconds ago 1.15GB 03:47:23 90a0a8fd3f83 8 seconds ago 1.15GB 03:47:23 f667f7f738d1 9 seconds ago 1.14GB 03:47:23 security-proxy-setup latest 6e7221612535 13 seconds ago 25.3MB 03:47:23 fe4fb99ae7dc 17 seconds ago 1.15GB 03:47:23 sys-mgmt-agent latest 2ae4b36d5ac1 27 seconds ago 312MB 03:47:23 core-data latest 107498bd9c50 42 seconds ago 20.2MB 03:47:23 support-notifications latest 331e58aa182f About a minute ago 16.6MB 03:47:23 786ab3199a72 About a minute ago 1.15GB 03:47:23 99cf00e91eff About a minute ago 1.15GB 03:47:23 core-command latest edb0c619ca17 About a minute ago 15.9MB 03:47:23 support-scheduler latest 034ccf532774 About a minute ago 15.9MB 03:47:23 493997053db5 About a minute ago 1.15GB 03:47:23 2f6709532e7b About a minute ago 1.14GB 03:47:23 de3057161af6 About a minute ago 1.15GB 03:47:23 ci-base-image-x86_64 latest 6df1073a981f 6 minutes ago 648MB 03:47:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 5 weeks ago 445MB 03:47:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB 03:47:23 alpine 3.12 13621d1b12d4 7 weeks ago 5.58MB 03:47:23 docker 20.10.0 aefe523efa57 5 months ago 240MB 03:47:23 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] } 03:47:41 ? github.com/edgexfoundry/edgex-go [no test files] 03:48:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:48:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:48:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:48:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:48:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:48:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:48:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:48:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:49:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:49:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:49:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:49:05 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:49:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:49:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:49:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:49:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.176s coverage: 28.7% of statements 03:49:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.261s coverage: 100.0% of statements 03:49:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:49:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:49:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:49:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.197s coverage: 81.2% of statements 03:49:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:49:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.401s coverage: 53.4% of statements 03:49:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:49:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:49:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 87.7% of statements 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:49:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:49:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.241s coverage: 95.1% of statements 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:49:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:49:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.160s coverage: 60.0% of statements 03:49:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.356s coverage: 0.8% of statements 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:49:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.273s coverage: 22.0% of statements 03:49:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:49:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.199s coverage: 47.1% of statements 03:49:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.180s coverage: 79.5% of statements 03:49:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements 03:49:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.185s coverage: 96.3% of statements 03:49:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements 03:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.205s coverage: 94.4% of statements 03:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.166s coverage: 44.8% of statements 03:49:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.600s coverage: 81.8% of statements 03:49:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.249s coverage: 92.9% of statements 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.187s coverage: 76.0% of statements 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.163s coverage: 80.0% of statements 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.232s coverage: 87.2% of statements 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.257s coverage: 85.4% of statements 03:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.306s coverage: 91.2% of statements 03:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:49:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.871s coverage: 64.4% of statements 03:49:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:49:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:49:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.175s coverage: 100.0% of statements 03:49:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 03:49:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 03:49:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 03:49:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 03:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.002s coverage: 66.9% of statements 03:49:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:49:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:49:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:49:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.786s coverage: 43.6% of statements 03:49:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:49:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:49:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements 03:49:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:49:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 03:49:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:49:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:49:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:49:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.274s coverage: 19.3% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.501s coverage: 91.9% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.195s coverage: 62.7% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.341s coverage: 97.6% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.177s coverage: 28.1% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.162s coverage: 28.9% of statements 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 03:50:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] 03:50:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 03:50:05 GO111MODULE=on go vet ./... 03:51:29 gofmt -l . 03:51:29 [ "`gofmt -l .`" = "" ] 03:51:29 ./bin/test-attribution-txt.sh [Pipeline] sh 03:51:29 + ls -al . 03:51:29 total 556 03:51:29 drwxrwxr-x 9 1001 1001 4096 Jun 9 03:51 . 03:51:29 drwxr-xr-x 4 root root 4096 Jun 9 03:47 .. 03:51:29 -rw-rw-r-- 1 1001 1001 11 Jun 9 03:44 .dockerignore 03:51:29 drwxrwxr-x 8 1001 1001 4096 Jun 9 03:44 .git 03:51:29 drwxrwxr-x 3 1001 1001 4096 Jun 9 03:44 .github 03:51:29 -rw-rw-r-- 1 1001 1001 818 Jun 9 03:44 .gitignore 03:51:29 -rw-rw-r-- 1 1001 1001 166 Jun 9 03:44 .sonarcloud.properties 03:51:29 -rw-rw-r-- 1 1001 1001 8609 Jun 9 03:44 Attribution.txt 03:51:29 -rw-rw-r-- 1 1001 1001 3804 Jun 9 03:44 CONTRIBUTING.md 03:51:29 -rw-rw-r-- 1 1001 1001 931 Jun 9 03:44 Dockerfile.build 03:51:29 -rw-rw-r-- 1 1001 1001 849 Jun 9 03:44 Jenkinsfile 03:51:29 -rw-rw-r-- 1 1001 1001 10775 Jun 9 03:44 LICENSE 03:51:29 -rw-rw-r-- 1 1001 1001 5605 Jun 9 03:44 Makefile 03:51:29 -rw-rw-r-- 1 1001 1001 7978 Jun 9 03:44 README.md 03:51:29 -rw-rw-r-- 1 1001 1001 7071 Jun 9 03:44 SECURITY.md 03:51:29 -rw-rw-r-- 1 1001 1001 5 Jun 9 03:40 VERSION 03:51:29 -rw-rw-r-- 1 1001 1001 4131 Jun 9 03:44 ZMQWindows.md 03:51:29 drwxrwxr-x 2 1001 1001 4096 Jun 9 03:44 bin 03:51:29 drwxrwxr-x 14 1001 1001 4096 Jun 9 03:44 cmd 03:51:29 -rw-r--r-- 1 root root 411487 Jun 9 03:50 coverage.out 03:51:29 -rw-rw-r-- 1 1001 1001 902 Jun 9 03:44 go.mod 03:51:29 -rw-r--r-- 1 root root 21139 Jun 9 03:47 go.sum 03:51:29 drwxrwxr-x 8 1001 1001 4096 Jun 9 03:44 internal 03:51:29 drwxrwxr-x 3 1001 1001 4096 Jun 9 03:44 openapi 03:51:29 drwxrwxr-x 4 1001 1001 4096 Jun 9 03:44 snap 03:51:29 -rw-rw-r-- 1 1001 1001 168 Jun 9 03:44 version.go [Pipeline] sh 03:51:30 + '[' -e coverage.out ] 03:51:30 + chown 1001:1001 coverage.out [Pipeline] stash 03:51:30 Warning: overwriting stash ‘coverage-report’ 03:51:31 Stashed 1 file(s) [Pipeline] sh 03:51:31 + make build 03:51:31 go mod tidy 03:51:32 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 03:51:38 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 03:52:00 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 03:52:02 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 03:52:06 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 03:52:07 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 03:52:11 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 03:52: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 03:52:19 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 03:52:21 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 03:52:23 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 03:52:27 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] } 03:52:32 $ docker stop --time=1 bd9feef2b91eec275481d83547cd877c99fd0a47d82776cb5c2ecd4f3210842d 03:52:35 $ docker rm -f bd9feef2b91eec275481d83547cd877c99fd0a47d82776cb5c2ecd4f3210842d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:52:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:52:39 03:52:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:52:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:52:39 latest: Pulling from edgex-devops/edgex-compose-arm64 03:52:39 29e5d40040c1: Pulling fs layer 03:52:39 1ce36da41761: Pulling fs layer 03:52:39 25b303627fd3: Pulling fs layer 03:52:40 29e5d40040c1: Verifying Checksum 03:52:40 29e5d40040c1: Download complete 03:52:40 1ce36da41761: Verifying Checksum 03:52:40 1ce36da41761: Download complete 03:52:40 29e5d40040c1: Pull complete 03:52:42 1ce36da41761: Pull complete 03:52:42 25b303627fd3: Verifying Checksum 03:52:42 25b303627fd3: Download complete 03:52:53 25b303627fd3: Pull complete 03:52:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:52:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:52:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:52:54 prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container 03:52:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:52:56 $ docker top 9129125776a7949d0bfd59a677dcdb6a00c88c06c2d6eaf8d7d52f784c1bc607 -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:00 + docker-compose build --help 03:53:00 + grep parallel 03:53:01 --parallel Build images in parallel. [Pipeline] } 03:53:01 $ docker stop --time=1 9129125776a7949d0bfd59a677dcdb6a00c88c06c2d6eaf8d7d52f784c1bc607 03:53:03 $ docker rm -f 9129125776a7949d0bfd59a677dcdb6a00c88c06c2d6eaf8d7d52f784c1bc607 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:53:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:53:06 . [Pipeline] withDockerContainer 03:53:08 prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container 03:53:08 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 03:53:10 $ docker top f8b5cd1dfb06f50972f7a824e9b4098789a7b9e893e3344d6b7a8bfcd18efd35 -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:11 + docker-compose -f ./docker-compose-build.yml build --parallel 03:53:14 Building core-command ... 03:53:14 Building core-data ... 03:53:14 Building core-metadata ... 03:53:14 Building security-bootstrapper ... 03:53:14 Building security-proxy-setup ... 03:53:14 Building security-secretstore-setup ... 03:53:14 Building support-notifications ... 03:53:14 Building support-scheduler ... 03:53:14 Building sys-mgmt-agent ... 03:53:14 Building sys-mgmt-agent 03:53:14 Building support-notifications 03:53:14 Building core-command 03:53:14 Building security-secretstore-setup 03:53:14 Building security-bootstrapper 03:54:27 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:54:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:54:27 ---> 6c6a2a1739e5 03:54:27 Step 3/26 : WORKDIR /edgex-go 03:54:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:54:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:54:27 ---> 6c6a2a1739e5 03:54:27 Step 3/24 : WORKDIR /edgex-go 03:54:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:54:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:54:27 ---> 6c6a2a1739e5 03:54:27 Step 3/23 : WORKDIR /edgex-go 03:54:27 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:54:27 Step 2/32 : FROM ${BUILDER_BASE} AS builder 03:54:27 ---> 6c6a2a1739e5 03:54:27 Step 3/32 : WORKDIR /edgex-go 03:54:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:54:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:54:27 ---> 6c6a2a1739e5 03:54:27 Step 3/24 : WORKDIR /edgex-go 03:54:27 ---> Running in 5c77f869b7e1 03:54:27 ---> Running in c5701910a8a7 03:54:27 ---> Running in 8bb6b045c925 03:54:27 ---> Running in 5df7aa179795 03:54:27 ---> Running in 599a4b509319 03:54:27 Removing intermediate container 5c77f869b7e1 03:54:27 ---> 284e350f184c 03:54:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:27 Removing intermediate container 8bb6b045c925 03:54:27 ---> ad11b64ee2d4 03:54:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:27 Removing intermediate container c5701910a8a7 03:54:27 ---> 023165b1fc4d 03:54:27 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:27 ---> Running in d07b8f380b69 03:54:27 ---> Running in bd8b3279beb7 03:54:27 Removing intermediate container 5df7aa179795 03:54:27 ---> 3cb1723ae98b 03:54:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:27 Removing intermediate container 599a4b509319 03:54:27 ---> ec24850b643c 03:54:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:27 ---> Running in bc0f3cdcb766 03:54:27 ---> Running in 4d518a16b6c3 03:54:27 ---> Running in 53601bc8aad6 03:54:31 Removing intermediate container d07b8f380b69 03:54:31 ---> 1e7983ce8b59 03:54:31 Step 5/24 : RUN apk add --update --no-cache make bash git 03:54:31 ---> Running in 4852d14b40e8 03:54:31 Removing intermediate container bd8b3279beb7 03:54:31 ---> db0b44aa09bc 03:54:31 Step 5/26 : RUN apk add --update --no-cache make git 03:54:31 Removing intermediate container bc0f3cdcb766 03:54:31 ---> 034cad1e0638 03:54:31 Step 5/32 : RUN apk add --update --no-cache make git 03:54:31 ---> Running in 4699baa7ae2a 03:54:31 ---> Running in 6103842eaedf 03:54:31 Removing intermediate container 4d518a16b6c3 03:54:31 ---> fe234f99df93 03:54:31 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 03:54:31 Removing intermediate container 53601bc8aad6 03:54:31 ---> f0df9c671a8c 03:54:31 Step 5/24 : RUN apk add --update --no-cache make git 03:54:31 ---> Running in d011ba6fe2d7 03:54:31 ---> Running in 10d84d7a0d24 03:54:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:54:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:54:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:54:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:54:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:54:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:54:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:54:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:54:33 OK: 218 MiB in 52 packages 03:54:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:54:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:54:34 OK: 218 MiB in 52 packages 03:54:34 OK: 218 MiB in 52 packages 03:54:35 OK: 218 MiB in 52 packages 03:54:35 OK: 218 MiB in 52 packages 03:54:35 Removing intermediate container 4852d14b40e8 03:54:35 ---> 4b53c124a273 03:54:35 Step 6/24 : COPY go.mod . 03:54:38 Removing intermediate container 4699baa7ae2a 03:54:38 ---> 8579cfcb3c52 03:54:38 Step 6/26 : COPY go.mod . 03:54:38 Removing intermediate container 6103842eaedf 03:54:38 ---> 04a05f555a86 03:54:38 Step 6/32 : COPY go.mod . 03:54:38 ---> 02b698d51917 03:54:38 Step 7/24 : RUN go mod download 03:54:38 ---> Running in 9a03935227cd 03:54:38 Removing intermediate container d011ba6fe2d7 03:54:38 ---> 88579bcb33c3 03:54:38 Step 6/23 : COPY go.mod . 03:54:38 Removing intermediate container 10d84d7a0d24 03:54:38 ---> 066d55f7757d 03:54:38 Step 6/24 : COPY go.mod . 03:54:38 ---> 6bdaf87ebb1e 03:54:38 Step 7/26 : RUN go mod download 03:54:38 ---> 8716910f47c6 03:54:38 Step 7/32 : RUN go mod download 03:54:38 ---> Running in 3d9a9e1d8a25 03:54:38 ---> Running in f3542954cc09 03:54:38 ---> bf2c0132fd41 03:54:38 Step 7/23 : RUN go mod download 03:54:38 ---> a6705ed9aa0d 03:54:38 Step 7/24 : RUN go mod download 03:54:38 ---> Running in 3e62f4688771 03:54:38 ---> Running in 73c8b917c8d2 03:54:41 Removing intermediate container 9a03935227cd 03:54:41 ---> 79916a26384b 03:54:41 Step 8/24 : COPY . . 03:54:41 Removing intermediate container 3d9a9e1d8a25 03:54:41 ---> b39f06823b80 03:54:42 Step 8/26 : COPY . . 03:54:42 Removing intermediate container f3542954cc09 03:54:42 ---> a737d7739808 03:54:42 Step 8/32 : COPY . . 03:54:43 Removing intermediate container 3e62f4688771 03:54:43 ---> 50e739286053 03:54:43 Step 8/23 : COPY . . 03:54:44 Removing intermediate container 73c8b917c8d2 03:54:44 ---> 7abeee5eccce 03:54:44 Step 8/24 : COPY . . 03:55:06 ---> c54fcdb2e35c 03:55:06 Step 9/24 : RUN go mod tidy 03:55:06 ---> 6649242fccda 03:55:06 Step 9/26 : RUN go mod tidy 03:55:06 ---> 35d328d9aa21 03:55:06 Step 9/32 : RUN go mod tidy 03:55:06 ---> 1bfc5dbd3969 03:55:06 Step 9/24 : RUN go mod tidy 03:55:06 ---> Running in be1509451d49 03:55:06 ---> Running in 8ccb42c059b6 03:55:06 ---> Running in 7d5ffc0b4e9c 03:55:06 ---> Running in d54f22a11ec0 03:55:06 ---> 6b58c7293293 03:55:06 Step 9/23 : RUN go mod tidy 03:55:06 ---> Running in e7d80fbe650b 03:55:13 Removing intermediate container 8ccb42c059b6 03:55:13 ---> cf6553879c12 03:55:13 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:55:13 ---> Running in b0a74d865363 03:55:13 Removing intermediate container be1509451d49 03:55:13 ---> 84e4e923ad7b 03:55:13 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:55:13 ---> Running in c16e0176681b 03:55:13 Removing intermediate container e7d80fbe650b 03:55:13 ---> 53989ec12b89 03:55:13 Step 10/23 : RUN make cmd/support-notifications/support-notifications 03:55:13 ---> Running in 785df444cdeb 03:55:13 Removing intermediate container d54f22a11ec0 03:55:13 ---> 7a7f9e716c73 03:55:13 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:55:13 Removing intermediate container 7d5ffc0b4e9c 03:55:13 ---> 27104b776588 03:55:13 Step 10/24 : RUN make cmd/core-command/core-command 03:55:14 ---> Running in 49bffdc4e908 03:55:14 ---> Running in e2a018e9c299 03:55:17 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 03:55:17 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 03:55:17 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 03:55:17 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 03:55:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:57:11 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 03:57:13 Removing intermediate container 49bffdc4e908 03:57:13 ---> 995b7b6a8838 03:57:13 03:57:13 Step 11/32 : FROM alpine:3.12 03:57:13 Removing intermediate container b0a74d865363 03:57:13 ---> e1bb88dfd5a3 03:57:13 03:57:13 Step 11/26 : FROM alpine:3.12 03:57:13 Removing intermediate container 785df444cdeb 03:57:13 ---> d8ce8d8533bc 03:57:13 03:57:13 Step 11/23 : FROM alpine:3.12 03:57:13 Removing intermediate container e2a018e9c299 03:57:13 ---> 883d5c20d070 03:57:13 03:57:13 Step 11/24 : FROM alpine:3.12 03:57:13 3.12: Pulling from library/alpine 03:57:13 3.12: Pulling from library/alpine 03:57:13 3.12: Pulling from library/alpine 03:57:13 3.12: Pulling from library/alpine 03:57:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:57:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:57:14 Status: Downloaded newer image for alpine:3.12 03:57:14 Status: Downloaded newer image for alpine:3.12 03:57:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:57:14 Status: Image is up to date for alpine:3.12 03:57:14 ---> 9852663dfa18 03:57:14 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:57:14 ---> 9852663dfa18 03:57:14 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:57:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:57:14 Status: Image is up to date for alpine:3.12 03:57:14 ---> 9852663dfa18 03:57:14 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 03:57:14 ---> 9852663dfa18 03:57:14 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:57:15 ---> Running in 69e9b43bc85f 03:57:15 ---> Running in daf31d6aae83 03:57:15 ---> Running in b9c4962ff274 03:57:15 ---> Running in e9d0df1b3f8e 03:57:16 Removing intermediate container c16e0176681b 03:57:16 ---> fecb8add66a3 03:57:16 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:57:16 ---> Running in a3fa7c6ac081 03:57:16 Removing intermediate container 69e9b43bc85f 03:57:16 ---> ae4e5411315d 03:57:16 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 03:57:16 ---> Running in 5cceca3e60bd 03:57:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:57:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:57:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:57:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:57:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:57:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:57:18 (1/1) Installing dumb-init (1.2.2-r1) 03:57:18 Executing busybox-1.31.1-r20.trigger 03:57:18 OK: 5 MiB in 15 packages 03:57:18 (1/6) Installing ca-certificates (20191127-r4) 03:57:18 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 03:57:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:57:19 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:57:19 (3/6) Installing libcurl (7.77.0-r0) 03:57:19 (4/6) Installing curl (7.77.0-r0) 03:57:19 (5/6) Installing dumb-init (1.2.2-r1) 03:57:19 (6/6) Installing su-exec (0.2-r1) 03:57:19 Executing busybox-1.31.1-r20.trigger 03:57:19 Executing ca-certificates-20191127-r4.trigger 03:57:19 (1/2) Installing ca-certificates (20191127-r4) 03:57:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:57:19 (2/2) Installing dumb-init (1.2.2-r1) 03:57:19 Executing busybox-1.31.1-r20.trigger 03:57:19 Executing ca-certificates-20191127-r4.trigger 03:57:19 OK: 7 MiB in 20 packages 03:57:19 OK: 6 MiB in 16 packages 03:57:19 (1/2) Installing dumb-init (1.2.2-r1) 03:57:19 (2/2) Installing su-exec (0.2-r1) 03:57:19 Executing busybox-1.31.1-r20.trigger 03:57:19 OK: 5 MiB in 16 packages 03:57:22 Removing intermediate container b9c4962ff274 03:57:22 ---> 3aeae945e5ff 03:57:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:57:22 ---> Running in 39b4e4495233 03:57:22 Removing intermediate container 39b4e4495233 03:57:22 ---> 7f50f2143f26 03:57:22 Step 14/24 : ENV APP_PORT=59882 03:57:22 Removing intermediate container 5cceca3e60bd 03:57:22 ---> 981ece48f10c 03:57:22 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 03:57:22 Removing intermediate container daf31d6aae83 03:57:22 ---> efd4d4605778 03:57:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:57:22 ---> Running in 7624c8a64046 03:57:22 Removing intermediate container e9d0df1b3f8e 03:57:22 ---> fee7e0295074 03:57:22 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:57:22 ---> Running in 004f12f9e3ba 03:57:22 ---> Running in 389f8830c4c2 03:57:22 ---> Running in 532803ecbdfd 03:57:23 Removing intermediate container a3fa7c6ac081 03:57:23 ---> 2c26114d0fcd 03:57:23 03:57:23 Step 12/24 : FROM docker:20.10.0 03:57:23 Removing intermediate container 7624c8a64046 03:57:23 ---> 2cf984b63a53 03:57:23 Step 15/24 : EXPOSE $APP_PORT 03:57:23 20.10.0: Pulling from library/docker 03:57:23 Removing intermediate container 004f12f9e3ba 03:57:23 ---> 215c39bdbe35 03:57:23 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:57:23 Removing intermediate container 389f8830c4c2 03:57:23 ---> 3e4be470c59c 03:57:23 Step 14/26 : WORKDIR / 03:57:23 ---> Running in 20c9bcd4e261 03:57:23 ---> Running in a60b10ce3223 03:57:23 ---> Running in 8c3deedf03a5 03:57:23 Removing intermediate container 532803ecbdfd 03:57:23 ---> 3dfeaed0e8b7 03:57:23 Step 14/23 : ENV APP_PORT=59860 03:57:23 ---> Running in 1e80ab011ea2 03:57:23 Removing intermediate container 20c9bcd4e261 03:57:23 ---> 5be26f0f81fe 03:57:23 Step 16/24 : WORKDIR / 03:57:24 ---> Running in a7fee818f5b0 03:57:24 Removing intermediate container a60b10ce3223 03:57:24 ---> c0c679621164 03:57:24 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:57:24 ---> Running in dd0aae266d38 03:57:24 Removing intermediate container 8c3deedf03a5 03:57:24 ---> 9bc744c27e05 03:57:24 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:57:24 Removing intermediate container 1e80ab011ea2 03:57:24 ---> 9b3a019da672 03:57:24 Step 15/23 : EXPOSE $APP_PORT 03:57:25 ---> Running in 23c1467b8e3e 03:57:25 Removing intermediate container a7fee818f5b0 03:57:25 ---> 9f7e02fe3278 03:57:25 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:57:26 ---> 0e95d249f75e 03:57:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:57:26 Removing intermediate container 23c1467b8e3e 03:57:26 ---> 5515a9559036 03:57:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:57:26 ---> be840032f751 03:57:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:57:27 ---> 3dbae5871a8a 03:57:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:57:28 ---> 94f4b442929a 03:57:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:57:28 Removing intermediate container dd0aae266d38 03:57:28 ---> fbf628d18ac7 03:57:28 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 03:57:28 ---> Running in ab9083f1d39c 03:57:29 ---> 53f1ffa4c4ae 03:57:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:57:29 Removing intermediate container ab9083f1d39c 03:57:29 ---> 28bb764c3d38 03:57:29 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:57:29 ---> 3a487512341f 03:57:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:57:30 ---> 76015e79cb1d 03:57:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:57:32 ---> c6730e085250 03:57:32 Step 20/24 : ENTRYPOINT ["/core-command"] 03:57:32 ---> Running in 41cb62e41bed 03:57:32 ---> 94ac99d85acd 03:57:32 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:57:32 ---> 2010e11d7af2 03:57:32 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:57:32 ---> Running in 3355f996bb28 03:57:32 Removing intermediate container 41cb62e41bed 03:57:32 ---> 5e00f94fd5bb 03:57:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:32 ---> 3cefd86f783c 03:57:32 Step 19/23 : ENTRYPOINT ["/support-notifications"] 03:57:32 ---> Running in 0a8320c35ff4 03:57:32 ---> Running in b4daba240908 03:57:32 ---> efae82181b2f 03:57:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:57:32 Removing intermediate container 0a8320c35ff4 03:57:32 ---> 3330c5b28a5c 03:57:32 Step 22/24 : LABEL arch=arm64 03:57:32 Removing intermediate container b4daba240908 03:57:32 ---> 7e8a3a47842d 03:57:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:32 ---> Running in 9108360d67fa 03:57:33 ---> Running in d1a907f899e9 03:57:34 Removing intermediate container d1a907f899e9 03:57:34 ---> 94b80e8a4dc9 03:57:34 Step 21/23 : LABEL arch=arm64Removing intermediate container 9108360d67fa 03:57:34 03:57:34 ---> 87bf53eb1db3 03:57:34 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:57:34 ---> 1c4014596619 03:57:34 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:57:34 ---> Running in ba1679cff46a 03:57:34 ---> Running in bed052ee1988 03:57:34 Removing intermediate container 3355f996bb28 03:57:34 ---> f20ce3a9d5cc 03:57:34 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 03:57:35 Removing intermediate container ba1679cff46a 03:57:35 ---> 076f29356e79 03:57:35 Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:57:35 Removing intermediate container bed052ee1988 03:57:35 ---> effba8ea5cf2 03:57:35 Step 24/24 : LABEL version=0.0.0 03:57:35 ---> Running in 9740fe1685e9 03:57:36 ---> Running in e35436add760 03:57:36 ---> 668ecd7b9c00 03:57:36 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/ 03:57:36 ---> 0e201a50b7a5 03:57:36 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:57:36 ---> Running in 10712ba9e5c7 03:57:36 Removing intermediate container 9740fe1685e9 03:57:36 ---> dbbc1003ea85 03:57:36 Step 23/23 : LABEL version=0.0.0 03:57:36 Removing intermediate container e35436add760 03:57:36 ---> 46ac5f71b728 03:57:36 03:57:37 ---> Running in 0364927b36d1 03:57:37 Successfully built 46ac5f71b728 03:57:37 Successfully tagged core-command-arm64:latest 03:57:37  Building core-command ... done Building core-data 03:57:38 ---> af7814137e32 03:57:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:57:38 Removing intermediate container 0364927b36d1 03:57:38 ---> aeccecf59762 03:57:38 03:57:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:57:38 Status: Downloaded newer image for docker:20.10.0 03:57:38 ---> eeaf43b92773 03:57:38 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:57:38 Successfully built aeccecf59762 03:57:38 Successfully tagged support-notifications-arm64:latest 03:57:38  Building support-notifications ... done Building support-scheduler 03:57:39 ---> Running in 1683a529e2e8 03:57:39 ---> 181dc0e0220e 03:57:39 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:57:39 Removing intermediate container 10712ba9e5c7 03:57:39 ---> ed70b8883f97 03:57:39 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:57:39 ---> Running in f8394ef5c4de 03:57:39 Removing intermediate container 1683a529e2e8 03:57:39 ---> 8fd94a3fa31b 03:57:39 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 03:57:40 ---> Running in b6789f331a52 03:57:40 Removing intermediate container f8394ef5c4de 03:57:40 ---> edf1bd95b2a2 03:57:40 Step 24/26 : LABEL arch=arm64 03:57:40 ---> 4bda9d06b442 03:57:40 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:57:40 ---> Running in 537239100b79 03:57:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:57:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:57:41 Removing intermediate container 537239100b79 03:57:41 ---> 58b568d08ea1 03:57:41 Step 25/26 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:57:42 ---> f9cb23d2b614 03:57:42 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 03:57:42 ---> Running in 0bba8cf2e96b 03:57:42 (1/39) Installing readline (8.0.4-r0) 03:57:42 (2/39) Installing bash (5.0.17-r0) 03:57:42 Executing bash-5.0.17-r0.post-install 03:57:42 (3/39) Installing nghttp2-libs (1.41.0-r0) 03:57:42 (4/39) Installing libcurl (7.77.0-r0) 03:57:42 (5/39) Installing curl (7.77.0-r0) 03:57:42 (6/39) Installing dumb-init (1.2.2-r1) 03:57:42 (7/39) Installing libbz2 (1.0.8-r1) 03:57:42 (8/39) Installing expat (2.2.9-r1) 03:57:42 (9/39) Installing libffi (3.3-r2) 03:57:42 (10/39) Installing gdbm (1.13-r1) 03:57:42 (11/39) Installing xz-libs (5.2.5-r0) 03:57:42 (12/39) Installing sqlite-libs (3.32.1-r1) 03:57:42 (13/39) Installing python3 (3.8.10-r0) 03:57:43 ---> Running in 75ffe0e2e448 03:57:43 Removing intermediate container 0bba8cf2e96b 03:57:43 ---> 01226031a1ac 03:57:43 Step 26/26 : LABEL version=0.0.0 03:57:43 ---> Running in 4d58e2dbafbf 03:57:43 Removing intermediate container 75ffe0e2e448 03:57:43 ---> a88c44312d54 03:57:43 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:57:44 (14/39) Installing py3-appdirs (1.4.4-r1) 03:57:44 (15/39) Installing py3-ordered-set (4.0.1-r0) 03:57:44 (16/39) Installing py3-parsing (2.4.7-r0) 03:57:44 (17/39) Installing py3-six (1.15.0-r0) 03:57:44 (18/39) Installing py3-packaging (20.4-r0) 03:57:44 Removing intermediate container 4d58e2dbafbf 03:57:44 ---> 20bdbeb48afc 03:57:44 03:57:44 (19/39) Installing py3-setuptools (47.0.0-r0) 03:57:44 (20/39) Installing py3-chardet (3.0.4-r4) 03:57:44 (21/39) Installing py3-idna (2.9-r0) 03:57:44 (22/39) Installing py3-certifi (2020.4.5.1-r0) 03:57:44 (23/39) Installing py3-urllib3 (1.25.9-r0) 03:57:44 (24/39) Installing py3-requests (2.23.0-r0) 03:57:45 (25/39) Installing py3-msgpack (1.0.0-r0) 03:57:45 (26/39) Installing py3-lockfile (0.12.2-r3) 03:57:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 03:57:45 (28/39) Installing py3-colorama (0.4.3-r0) 03:57:45 (29/39) Installing py3-distlib (0.3.0-r0) 03:57:45 ---> 1900507c5d4c 03:57:45 Step 27/32 : RUN chmod +x /entrypoint.sh 03:57:45 (30/39) Installing py3-distro (1.5.0-r1) 03:57:45 (31/39) Installing py3-webencodings (0.5.1-r3) 03:57:45 (32/39) Installing py3-html5lib (1.0.1-r4) 03:57:45 Successfully built 20bdbeb48afc 03:57:45 (33/39) Installing py3-pytoml (0.1.21-r0) 03:57:45 (34/39) Installing py3-pep517 (0.8.2-r0) 03:57:45 Successfully tagged security-secretstore-setup-arm64:latest 03:57:45  Building security-secretstore-setup ... done Building security-proxy-setup 03:57:45 (35/39) Installing py3-progress (1.5-r0) 03:57:45 (36/39) Installing py3-toml (0.10.1-r0) 03:57:45 (37/39) Installing py3-retrying (1.3.3-r0) 03:57:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 03:57:45 (39/39) Installing py3-pip (20.1.1-r0) 03:57:45 Executing busybox-1.31.1-r19.trigger 03:57:45 OK: 72 MiB in 59 packages 03:57:45 ---> Running in 5bc868c296e9 03:57:48 Removing intermediate container 5bc868c296e9 03:57:48 ---> d97555778cf7 03:57:48 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 03:57:51 ---> Running in 9c909180eea1 03:57:51 Removing intermediate container 9c909180eea1 03:57:51 ---> 8d389f35a64c 03:57:51 Step 29/32 : CMD ["gate"] 03:57:51 ---> Running in d886fb0b0b7d 03:57:51 Collecting docker-compose==1.23.2 03:57:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:57:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:57:51 Removing intermediate container d886fb0b0b7d 03:57:51 ---> db1225dcbd00 03:57:51 Step 30/32 : LABEL arch=arm64 03:57:51 Collecting dockerpty<0.5,>=0.4.1 03:57:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:57:51 ---> Running in 2b1f8a44c3d5 03:57:51 Removing intermediate container 2b1f8a44c3d5 03:57:51 ---> 76490e36b990 03:57:51 Step 31/32 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:57:52 ---> Running in c14d3c09d07f 03:57:52 Removing intermediate container c14d3c09d07f 03:57:52 ---> 177138ee3317 03:57:52 Step 32/32 : LABEL version=0.0.0 03:57:52 ---> Running in 4a4f4c6f173b 03:57:53 Collecting cached-property<2,>=1.2.0 03:57:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:57:53 Removing intermediate container 4a4f4c6f173b 03:57:53 ---> 7d43b9f1fc8f 03:57:53 03:57:54 Successfully built 7d43b9f1fc8f 03:57:56 Successfully tagged security-bootstrapper-arm64:latest 03:57:56  Building security-bootstrapper ... done Building core-metadata 03:57:56 Collecting websocket-client<1.0,>=0.32.0 03:57:56 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 03:57:56 Collecting texttable<0.10,>=0.9.0 03:57:56 Downloading texttable-0.9.1.tar.gz (11 kB) 03:57:56 Collecting docopt<0.7,>=0.6.1 03:57:56 Downloading docopt-0.6.2.tar.gz (25 kB) 03:58:01 Collecting docker<4.0,>=3.6.0 03:58:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:58:01 Collecting jsonschema<3,>=2.5.1 03:58:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:58:01 Collecting PyYAML<4,>=3.10 03:58:04 Downloading PyYAML-3.13.tar.gz (270 kB) 03:58:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:58:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:58:09 Collecting docker-pycreds>=0.4.0 03:58:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:58:09 Collecting idna<2.8,>=2.5 03:58:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:58:09 Collecting urllib3<1.25,>=1.21.1 03:58:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:58:09 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) 03:58:09 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) 03:58:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:58:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:58:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:58:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:58:09 Installing collected packages: dockerpty, cached-property, websocket-client, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, PyYAML, docker-compose 03:58:09 Running setup.py install for dockerpty: started 03:58:15 Running setup.py install for dockerpty: finished with status 'done' 03:58:15 Running setup.py install for texttable: started 03:58:15 Running setup.py install for texttable: finished with status 'done' 03:58:15 Running setup.py install for docopt: started 03:58:16 Running setup.py install for docopt: finished with status 'done' 03:58:16 Attempting uninstall: idna 03:58:16 Found existing installation: idna 2.9 03:58:16 Uninstalling idna-2.9: 03:58:16 Successfully uninstalled idna-2.9 03:58:17 Attempting uninstall: urllib3 03:58:17 Found existing installation: urllib3 1.25.9 03:58:17 Uninstalling urllib3-1.25.9: 03:58:17 Successfully uninstalled urllib3-1.25.9 03:58:18 Attempting uninstall: requests 03:58:18 Found existing installation: requests 2.23.0 03:58:18 Uninstalling requests-2.23.0: 03:58:18 Successfully uninstalled requests-2.23.0 03:58:20 Running setup.py install for PyYAML: started 03:58:22 Running setup.py install for PyYAML: finished with status 'done' 03:58:22 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:58:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:58:22 ---> 6c6a2a1739e5 03:58:22 Step 3/23 : WORKDIR /edgex-go 03:58:22 ---> Using cache 03:58:22 ---> ec24850b643c 03:58:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:22 ---> Using cache 03:58:22 ---> f0df9c671a8c 03:58:22 Step 5/23 : RUN apk add --update --no-cache make git 03:58:22 ---> Using cache 03:58:22 ---> 066d55f7757d 03:58:22 Step 6/23 : COPY go.mod . 03:58:22 ---> Using cache 03:58:22 ---> a6705ed9aa0d 03:58:22 Step 7/23 : RUN go mod download 03:58:22 ---> Using cache 03:58:22 ---> 7abeee5eccce 03:58:22 Step 8/23 : COPY . . 03:58:24 ---> Using cache 03:58:24 ---> 1bfc5dbd3969 03:58:24 Step 9/23 : RUN go mod tidy 03:58:24 ---> Using cache 03:58:24 ---> 27104b776588 03:58:24 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 03:58:24 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:58:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:58:24 ---> 6c6a2a1739e5 03:58:24 Step 3/24 : WORKDIR /edgex-go 03:58:24 ---> Using cache 03:58:24 ---> ec24850b643c 03:58:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:24 ---> Using cache 03:58:24 ---> f0df9c671a8c 03:58:24 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:58:24 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 03:58:27 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:58:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:58:27 ---> 6c6a2a1739e5 03:58:27 Step 3/22 : WORKDIR /edgex-go 03:58:27 ---> Using cache 03:58:27 ---> ec24850b643c 03:58:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:27 ---> Using cache 03:58:27 ---> f0df9c671a8c 03:58:27 Step 5/22 : RUN apk add --update --no-cache make git 03:58:27 ---> Using cache 03:58:27 ---> 066d55f7757d 03:58:27 Step 6/22 : COPY go.mod . 03:58:27 ---> Using cache 03:58:27 ---> a6705ed9aa0d 03:58:27 Step 7/22 : RUN go mod download 03:58:27 ---> Using cache 03:58:27 ---> 7abeee5eccce 03:58:27 Step 8/22 : COPY . . 03:58:27 ---> Using cache 03:58:27 ---> 1bfc5dbd3969 03:58:27 Step 9/22 : RUN go mod tidy 03:58:27 ---> Using cache 03:58:27 ---> 27104b776588 03:58:27 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:58:28 ---> Running in 65046d64aeb9 03:58:28 ---> Running in c8f3e977e55c 03:58:28 ---> Running in 0fcdfd53d291 03:58:31 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 03:58:31 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 03:58:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:58:32 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:58:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:58:32 ---> 6c6a2a1739e5 03:58:32 Step 3/24 : WORKDIR /edgex-go 03:58:32 ---> Using cache 03:58:32 ---> ec24850b643c 03:58:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:32 ---> Using cache 03:58:32 ---> f0df9c671a8c 03:58:32 Step 5/24 : RUN apk add --update --no-cache make git 03:58:32 ---> Using cache 03:58:32 ---> 066d55f7757d 03:58:32 Step 6/24 : COPY go.mod . 03:58:32 ---> Using cache 03:58:32 ---> a6705ed9aa0d 03:58:32 Step 7/24 : RUN go mod download 03:58:32 ---> Using cache 03:58:32 ---> 7abeee5eccce 03:58:32 Step 8/24 : COPY . . 03:58:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:58:32 ---> Using cache 03:58:32 ---> 1bfc5dbd3969 03:58:32 Step 9/24 : RUN go mod tidy 03:58:32 ---> Using cache 03:58:32 ---> 27104b776588 03:58:32 Step 10/24 : RUN make cmd/core-metadata/core-metadata 03:58:33 ---> Running in eda5ecd6d1bb 03:58:33 OK: 218 MiB in 52 packages 03:58:36 Removing intermediate container 0fcdfd53d291 03:58:36 ---> 686cd72950cf 03:58:36 Step 6/24 : COPY go.mod . 03:58:36 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 03:58:38 ---> caac283dab11 03:58:38 Step 7/24 : RUN go mod download 03:58:38 ---> Running in 64a2673cf810 03:58:41 Removing intermediate container b6789f331a52 03:58:41 ---> 0fe277548a0d 03:58:41 Step 15/24 : ENV APP_PORT=58890 03:58:41 ---> Running in 983d07b3b46f 03:58:44 Removing intermediate container 983d07b3b46f 03:58:44 ---> 623febae434f 03:58:44 Step 16/24 : EXPOSE $APP_PORT 03:58:44 ---> Running in ac8515c90901 03:58:44 Removing intermediate container ac8515c90901 03:58:44 ---> d11310a01ca7 03:58:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:58:44 Removing intermediate container 64a2673cf810 03:58:44 ---> ef97be7e19ad 03:58:44 Step 8/24 : COPY . . 03:58:46 ---> fa83b9bbca06 03:58:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:58:48 ---> cc769e64d0da 03:58:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:58:51 ---> 1193b77d4b05 03:58:51 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 03:58:51 ---> Running in f701f520d698 03:58:52 Removing intermediate container f701f520d698 03:58:52 ---> aa4a694a6add 03:58:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:58:55 ---> Running in 91921c9e9444 03:58:55 Removing intermediate container 91921c9e9444 03:58:55 ---> ab9da029e091 03:58:55 Step 22/24 : LABEL arch=arm64 03:58:55 ---> Running in eb398965e184 03:58:55 Removing intermediate container eb398965e184 03:58:55 ---> b0fe476ee8da 03:58:55 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 03:58:56 ---> Running in 4363c2361466 03:58:57 Removing intermediate container 4363c2361466 03:58:57 ---> a8e8e9e2a5d7 03:58:57 Step 24/24 : LABEL version=0.0.0 03:58:59 ---> Running in 393e93f35c2f 03:59:00 Removing intermediate container 393e93f35c2f 03:59:00 ---> 446b31303ce5 03:59:00 03:59:01 Successfully built 446b31303ce5 03:59:01 Successfully tagged sys-mgmt-agent-arm64:latest 03:59:03  Building sys-mgmt-agent ... done  ---> d44a2050c149 03:59:03 Step 9/24 : RUN go mod tidy 03:59:06 ---> Running in a2e4a59f3322 03:59:11 Removing intermediate container a2e4a59f3322 03:59:11 ---> 02a367b22fc8 03:59:11 Step 10/24 : RUN make cmd/core-data/core-data 03:59:11 ---> Running in 813923f59ab0 03:59:15 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 03:59:56 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 04:00:15 Removing intermediate container c8f3e977e55c 04:00:15 ---> 87213868b0b7 04:00:15 04:00:15 Step 11/22 : FROM alpine:3.12 04:00:15 ---> 9852663dfa18 04:00:15 Step 12/22 : RUN apk add --update --no-cache curl 04:00:15 Removing intermediate container 65046d64aeb9 04:00:15 ---> e2a48c7b85d3 04:00:15 04:00:15 Step 11/23 : FROM alpine:3.12 04:00:15 ---> 9852663dfa18 04:00:15 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:00:15 ---> Using cache 04:00:15 ---> 3aeae945e5ff 04:00:15 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:00:15 ---> Using cache 04:00:15 ---> 7f50f2143f26 04:00:15 Step 14/23 : ENV APP_PORT=59861 04:00:15 ---> Running in c471a0a14d64 04:00:15 ---> Running in c50369ec31f2 04:00:15 Removing intermediate container c471a0a14d64 04:00:15 ---> cda2cb9b7bb7 04:00:15 Step 15/23 : EXPOSE $APP_PORT 04:00:15 ---> Running in 29e7f6abef8e 04:00:15 Removing intermediate container 29e7f6abef8e 04:00:15 ---> 39503939ee88 04:00:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:00:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:00:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:00:16 ---> 27b63999a2db 04:00:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:00:18 (1/4) Installing ca-certificates (20191127-r4) 04:00:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:00:18 (3/4) Installing libcurl (7.77.0-r0) 04:00:18 (4/4) Installing curl (7.77.0-r0) 04:00:18 Executing busybox-1.31.1-r20.trigger 04:00:18 Executing ca-certificates-20191127-r4.trigger 04:00:18 OK: 7 MiB in 18 packages 04:00:18 ---> 1f9af7cd54e2 04:00:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:00:22 Removing intermediate container c50369ec31f2 04:00:22 ---> 5f76914d1e18 04:00:22 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:00:22 ---> 5619a2b42cf4 04:00:22 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:00:22 ---> Running in 867a8e6443dd 04:00:22 ---> Running in b470a7e9c64b 04:00:24 Removing intermediate container 867a8e6443dd 04:00:24 ---> 6ac03481b2aa 04:00:24 Step 14/22 : WORKDIR /edgex 04:00:24 Removing intermediate container b470a7e9c64b 04:00:24 ---> b6ccc873b090 04:00:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:24 ---> Running in 90676f347d98 04:00:24 ---> Running in eef9e163eeb9 04:00:24 Removing intermediate container eda5ecd6d1bb 04:00:24 ---> 275d10f06341 04:00:24 04:00:24 Step 11/24 : FROM alpine:3.12 04:00:24 ---> 9852663dfa18 04:00:24 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:00:24 ---> Using cache 04:00:24 ---> 3aeae945e5ff 04:00:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:00:24 ---> Using cache 04:00:24 ---> 7f50f2143f26 04:00:24 Step 14/24 : ENV APP_PORT=59881 04:00:24 Removing intermediate container eef9e163eeb9 04:00:24 ---> 1ddebcdad148 04:00:24 Step 21/23 : LABEL arch=arm64 04:00:24 Removing intermediate container 90676f347d98 04:00:24 ---> d771a28f7b30 04:00:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:00:24 ---> Running in 9db790adb6e3 04:00:24 ---> Running in 00149ef33a64 04:00:26 Removing intermediate container 9db790adb6e3 04:00:26 ---> 63849a52ecc1 04:00:26 Step 15/24 : EXPOSE $APP_PORT 04:00:26 ---> Running in 1b9c9554191a 04:00:26 Removing intermediate container 00149ef33a64 04:00:26 ---> 76cc2aa44b84 04:00:26 Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 04:00:26 ---> af1ce51e89f7 04:00:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:00:26 ---> Running in 3df6e6e87c0d 04:00:26 Removing intermediate container 1b9c9554191a 04:00:26 ---> eb439b5551ec 04:00:26 Step 16/24 : WORKDIR / 04:00:26 ---> Running in 9436288f66b4 04:00:26 Removing intermediate container 3df6e6e87c0d 04:00:26 ---> bfb405831c10 04:00:26 Step 23/23 : LABEL version=0.0.0 04:00:26 ---> Running in 4f3e30aeaac6 04:00:27 Removing intermediate container 9436288f66b4 04:00:27 ---> ffedb18d6a67 04:00:27 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:00:27 ---> 6c697bc95638 04:00:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:00:27 Removing intermediate container 4f3e30aeaac6 04:00:27 ---> 67aa87500b8e 04:00:27 04:00:30 Successfully built 67aa87500b8e 04:00:30 Successfully tagged support-scheduler-arm64:latest 04:00:30  Building support-scheduler ... done  ---> 0fdfe4f7ac11 04:00:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:00:30 ---> b03da5d90772 04:00:30 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:00:30 ---> Running in 8e8d7f76c291 04:00:30 ---> f9f78cab11ee 04:00:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:00:30 Removing intermediate container 8e8d7f76c291 04:00:30 ---> 17faf502729e 04:00:30 Step 19/22 : CMD ["--init=true"] 04:00:30 ---> Running in 2f5341b3e590 04:00:31 ---> 08e2fdefdc04 04:00:31 Step 20/24 : ENTRYPOINT ["/core-metadata"] 04:00:31 Removing intermediate container 2f5341b3e590 04:00:31 ---> f651aa2b4be5 04:00:31 Step 20/22 : LABEL arch=arm64 04:00:31 ---> Running in a18c076f5c5a 04:00:31 ---> Running in 5d9ed71b4d95 04:00:32 Removing intermediate container a18c076f5c5a 04:00:32 ---> 96df672ca824 04:00:32 Step 21/22 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 04:00:32 Removing intermediate container 5d9ed71b4d95 04:00:32 ---> 9447a4e31580 04:00:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:34 ---> Running in 69cf5ada296c 04:00:34 ---> Running in 27a3a227a750 04:00:34 Removing intermediate container 27a3a227a750 04:00:34 ---> 3c800ca2fd33 04:00:34 Step 22/22 : LABEL version=0.0.0 04:00:34 Removing intermediate container 69cf5ada296c 04:00:34 ---> 98aa4ef29f6a 04:00:34 Step 22/24 : LABEL arch=arm64 04:00:34 ---> Running in 5a19854773b0 04:00:34 ---> Running in fe6be3060f3f 04:00:34 Removing intermediate container fe6be3060f3f 04:00:34 ---> b59852985ecb 04:00:34 04:00:34 Removing intermediate container 5a19854773b0 04:00:34 ---> b3bd91f60ebc 04:00:34 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 04:00:34 Successfully built b59852985ecb 04:00:34 Successfully tagged security-proxy-setup-arm64:latest 04:00:34  Building security-proxy-setup ... done  ---> Running in ace4de1a0887 04:00:34 Removing intermediate container ace4de1a0887 04:00:34 ---> 429c193db05c 04:00:34 Step 24/24 : LABEL version=0.0.0 04:00:34 ---> Running in f18856cc1fd4 04:00:35 Removing intermediate container f18856cc1fd4 04:00:35 ---> 2ccde08d6f98 04:00:35 04:00:35 Successfully built 2ccde08d6f98 04:00:35 Successfully tagged core-metadata-arm64:latest 04:00:38  Building core-metadata ... done Removing intermediate container 813923f59ab0 04:00:38 ---> 9876c00db8b3 04:00:38 04:00:38 Step 11/24 : FROM alpine:3.12 04:00:38 ---> 9852663dfa18 04:00:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:00:38 ---> Running in 64ec4e6d1672 04:00:38 Removing intermediate container 64ec4e6d1672 04:00:38 ---> 1bf37418141d 04:00:38 Step 13/24 : ENV APP_PORT=59880 04:00:38 ---> Running in b26c4d45e6a2 04:00:38 Removing intermediate container b26c4d45e6a2 04:00:38 ---> 3edad029c0d6 04:00:38 Step 14/24 : EXPOSE $APP_PORT 04:00:38 ---> Running in 794917bbea8c 04:00:41 Removing intermediate container 794917bbea8c 04:00:41 ---> 265465a4341d 04:00:41 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:41 ---> Running in 117ba1f19cd4 04:00:41 Removing intermediate container 117ba1f19cd4 04:00:41 ---> ee09d03879de 04:00:41 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:00:41 ---> Running in 7fffedfa31f6 04:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:00:44 (1/6) Installing dumb-init (1.2.2-r1) 04:00:44 (2/6) Installing libgcc (9.3.0-r2) 04:00:44 (3/6) Installing libsodium (1.0.18-r0) 04:00:44 (4/6) Installing libstdc++ (9.3.0-r2) 04:00:45 (5/6) Installing libzmq (4.3.3-r0) 04:00:45 (6/6) Installing zeromq (4.3.3-r0) 04:00:45 Executing busybox-1.31.1-r20.trigger 04:00:45 OK: 8 MiB in 20 packages 04:00:48 Removing intermediate container 7fffedfa31f6 04:00:48 ---> 6fc76eca166e 04:00:48 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:00:48 ---> 70118a319430 04:00:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:00:48 ---> dd0c3eb13124 04:00:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:00:49 ---> db6dbadbd55c 04:00:49 Step 20/24 : ENTRYPOINT ["/core-data"] 04:00:51 ---> Running in 136004332e2a 04:00:51 Removing intermediate container 136004332e2a 04:00:51 ---> ca093ba21728 04:00:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:51 ---> Running in 9d54fc1911ba 04:00:51 Removing intermediate container 9d54fc1911ba 04:00:51 ---> 4a6e25a6d446 04:00:51 Step 22/24 : LABEL arch=arm64 04:00:51 ---> Running in 1ed35d1b2543 04:00:51 Removing intermediate container 1ed35d1b2543 04:00:51 ---> c0c1f84ebf8c 04:00:51 Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df 04:00:51 ---> Running in 8e060c7a252c 04:00:51 Removing intermediate container 8e060c7a252c 04:00:51 ---> c931e6d84c43 04:00:51 Step 24/24 : LABEL version=0.0.0 04:00:51 ---> Running in cb9a5a26ab36 04:00:52 Removing intermediate container cb9a5a26ab36 04:00:52 ---> ff980d357250 04:00:52 04:00:52 Successfully built ff980d357250 04:00:52 Successfully tagged core-data-arm64:latest 04:00:52  Building core-data ... done  [Pipeline] } 04:00:53 $ docker stop --time=1 f8b5cd1dfb06f50972f7a824e9b4098789a7b9e893e3344d6b7a8bfcd18efd35 04:00:54 $ docker rm -f f8b5cd1dfb06f50972f7a824e9b4098789a7b9e893e3344d6b7a8bfcd18efd35 [Pipeline] // withDockerContainer [Pipeline] sh 04:00:55 + docker images 04:00:55 REPOSITORY TAG IMAGE ID CREATED SIZE 04:00:55 core-data-arm64 latest ff980d357250 3 seconds ago 19.1MB 04:00:55 9876c00db8b3 19 seconds ago 975MB 04:00:55 core-metadata-arm64 latest 2ccde08d6f98 21 seconds ago 15.6MB 04:00:55 security-proxy-setup-arm64 latest b59852985ecb 22 seconds ago 24MB 04:00:55 support-scheduler-arm64 latest 67aa87500b8e 28 seconds ago 15MB 04:00:55 275d10f06341 33 seconds ago 972MB 04:00:55 87213868b0b7 44 seconds ago 971MB 04:00:55 e2a48c7b85d3 44 seconds ago 968MB 04:00:55 sys-mgmt-agent-arm64 latest 446b31303ce5 About a minute ago 299MB 04:00:55 security-bootstrapper-arm64 latest 7d43b9f1fc8f 3 minutes ago 17.1MB 04:00:55 security-secretstore-setup-arm64 latest 20bdbeb48afc 3 minutes ago 26.5MB 04:00:55 support-notifications-arm64 latest aeccecf59762 3 minutes ago 15.7MB 04:00:55 core-command-arm64 latest 46ac5f71b728 3 minutes ago 15MB 04:00:55 2c26114d0fcd 3 minutes ago 974MB 04:00:55 d8ce8d8533bc 3 minutes ago 969MB 04:00:55 e1bb88dfd5a3 3 minutes ago 974MB 04:00:55 883d5c20d070 3 minutes ago 967MB 04:00:55 995b7b6a8838 3 minutes ago 967MB 04:00:55 ci-base-image-arm64 latest 6c6a2a1739e5 14 minutes ago 641MB 04:00:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB 04:00:55 alpine 3.12 9852663dfa18 7 weeks ago 5.32MB 04:00:55 docker 20.10.0 eeaf43b92773 6 months ago 228MB 04:00:55 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 04:00:56 ---> job-cost.sh 04:00:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7JLs 04:01:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:03:04 lf-activate-venv(): INFO: Adding /tmp/venv-7JLs/bin to PATH 04:03:04 INFO: No Stack... 04:03:04 INFO: Retrieving Pricing Info for: v2-standard-4 04:03:04 INFO: Archiving Costs [Pipeline] sh 04:03:05 + cat /w/workspace/edgex-go/11/archives/cost.csv 04:03:05 + cut -d, -f6 [Pipeline] lock 04:03:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-11-stack-cost] 04:03:05 Resource [jenkins-edgexfoundry-edgex-go-PR-3531-11-stack-cost] did not exist. Created. 04:03:05 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:03:05 + echo total: 0.18000000715255737 [Pipeline] stash 04:03:05 Stashed 1 file(s) [Pipeline] } 04:03:05 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3531-11-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 04:03:08 provisioning config files... 04:03:08 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config6558678617526262362tmp [Pipeline] { [Pipeline] sh 04:03:08 + set +x 04:03:08 + curl -s https://codecov.io/bash 04:03:08 + bash -s -- 04:03:09 04:03:09 _____ _ 04:03:09 / ____| | | 04:03:09 | | ___ __| | ___ ___ _____ __ 04:03:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:03:09 | |___| (_) | (_| | __/ (_| (_) \ V / 04:03:09 \_____\___/ \__,_|\___|\___\___/ \_/ 04:03:09 Bash-1.0.3 04:03:09 04:03:09 04:03:09 ==> git version 2.24.4 found 04:03:09 ==> 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 04:03:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:03:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:03:09 ==> Jenkins CI detected. 04:03:09 project root: . 04:03:09 --> token set from env 04:03:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:03:09 ==> Running gcov in . (disable via -X gcov) 04:03:09 ==> Python coveragepy not found 04:03:09 ==> Searching for coverage reports in: 04:03:09 + . 04:03:09 -> Found 1 reports 04:03:09 ==> Detecting git/mercurial file structure 04:03:09 ==> Reading reports 04:03:09 + ./coverage.out bytes=411487 04:03:09 ==> Appending adjustments 04:03:09 https://docs.codecov.io/docs/fixing-reports 04:03:10 + Found adjustments 04:03:10 ==> Gzipping contents 04:03:10 56K /tmp/codecov.EJjW1i.gz 04:03:10 ==> Uploading reports 04:03:10 url: https://codecov.io 04:03:10 query: branch=PR-3531&commit=12ea7f925e78d66b601bba60cd8d757fb550f7df&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 04:03:10 -> Pinging Codecov 04:03:10 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3531&commit=12ea7f925e78d66b601bba60cd8d757fb550f7df&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 04:03:11 -> Uploading to 04:03:11 https://storage.googleapis.com/codecov/v4/raw/2021-06-09/00271124DB129430A58F1EEE437C3FCB/12ea7f925e78d66b601bba60cd8d757fb550f7df/fc88aa57-84c2-4f06-a0bf-e35560ad2196.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210609%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210609T040311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=56d35204b7b71df178e31f6c111d6a652b511d4801bb92e16536a4add96149b7 04:03:11 % Total % Received % Xferd Average Speed Time Time Time Current 04:03:11 Dload Upload Total Spent Left Speed 04:03:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56014 0 0 100 56014 0 121k --:--:-- --:--:-- --:--:-- 121k 04:03:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/12ea7f925e78d66b601bba60cd8d757fb550f7df [Pipeline] } 04:03:13 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 04:03:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:03:22 ---> package-listing.sh 04:03:22 ++ facter osfamily 04:03:22 ++ tr '[:upper:]' '[:lower:]' 04:03:22 + OS_FAMILY=redhat 04:03:22 + workspace=/w/workspace/edgex-go/11 04:03:22 + START_PACKAGES=/tmp/packages_start.txt 04:03:22 + END_PACKAGES=/tmp/packages_end.txt 04:03:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:03:22 + PACKAGES=/tmp/packages_start.txt 04:03:22 + '[' /w/workspace/edgex-go/11 ']' 04:03:22 + PACKAGES=/tmp/packages_end.txt 04:03:22 + case "${OS_FAMILY}" in 04:03:22 + sort 04:03:22 + rpm -qa 04:03:22 + '[' -f /tmp/packages_start.txt ']' 04:03:22 + '[' -f /tmp/packages_end.txt ']' 04:03:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:03:22 + '[' /w/workspace/edgex-go/11 ']' 04:03:22 + mkdir -p /w/workspace/edgex-go/11/archives/ 04:03:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 04:03:22 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:03:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:03:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:03:25 04:03:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:03:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:03:25 alpine: Pulling from edgex-lftools-log-publisher 04:03:25 df20fa9351a1: Pulling fs layer 04:03:25 36b3adc4ff6f: Pulling fs layer 04:03:25 8ad3a11d3b57: Pulling fs layer 04:03:25 46f8f816bc3b: Pulling fs layer 04:03:25 93b61091891f: Pulling fs layer 04:03:25 93b9cdb0e59b: Pulling fs layer 04:03:25 5e14af77c1be: Pulling fs layer 04:03:25 01666e4c0597: Pulling fs layer 04:03:25 aa168da1d23b: Pulling fs layer 04:03:25 93b61091891f: Waiting 04:03:25 93b9cdb0e59b: Waiting 04:03:25 5e14af77c1be: Waiting 04:03:25 01666e4c0597: Waiting 04:03:25 aa168da1d23b: Waiting 04:03:25 46f8f816bc3b: Waiting 04:03:25 36b3adc4ff6f: Verifying Checksum 04:03:25 36b3adc4ff6f: Download complete 04:03:25 46f8f816bc3b: Verifying Checksum 04:03:25 46f8f816bc3b: Download complete 04:03:25 df20fa9351a1: Verifying Checksum 04:03:25 df20fa9351a1: Download complete 04:03:25 93b9cdb0e59b: Verifying Checksum 04:03:25 93b9cdb0e59b: Download complete 04:03:26 5e14af77c1be: Verifying Checksum 04:03:26 5e14af77c1be: Download complete 04:03:26 01666e4c0597: Verifying Checksum 04:03:26 01666e4c0597: Download complete 04:03:26 93b61091891f: Verifying Checksum 04:03:26 93b61091891f: Download complete 04:03:26 df20fa9351a1: Pull complete 04:03:26 8ad3a11d3b57: Verifying Checksum 04:03:26 8ad3a11d3b57: Download complete 04:03:26 36b3adc4ff6f: Pull complete 04:03:26 8ad3a11d3b57: Pull complete 04:03:27 46f8f816bc3b: Pull complete 04:03:27 93b61091891f: Pull complete 04:03:27 93b9cdb0e59b: Pull complete 04:03:27 5e14af77c1be: Pull complete 04:03:27 01666e4c0597: Pull complete 04:03:30 aa168da1d23b: Verifying Checksum 04:03:30 aa168da1d23b: Download complete 04:03:31 aa168da1d23b: Pull complete 04:03:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:03:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:03:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:03:32 prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container 04:03:32 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:03:35 $ docker top b62f121e60e53cb0e0a0076f25f8e8f3d6afee16183369d6a599eb6ddc43009a -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:35 + touch /tmp/pre-build-complete [Pipeline] sh 04:03:35 + mkdir -p /var/log/sa [Pipeline] sh 04:03:36 + ls /var/log/sa-host 04:03:36 + sadf -c /var/log/sa-host/sa05 04:03:36 file_magic: OK 04:03:36 HZ: Using current value: 100 04:03:36 file_header: OK 04:03:36 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 04:03:36 Statistics: 04:03:36 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:03:36 File successfully converted to sysstat format version 12.2.1 04:03:36 + sadf -c /var/log/sa-host/sa09 04:03:36 file_magic: OK 04:03:36 HZ: Using current value: 100 04:03:36 file_header: OK 04:03:36 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 04:03:36 Statistics: 04:03:36 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...Hnuu...uuuununununu... 04:03:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:03:38 provisioning config files... 04:03:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config8020649551378167815tmp [Pipeline] { [Pipeline] echo 04:03:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:03:40 ---> create-netrc.sh [Pipeline] } 04:03:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:03:43 ---> python-tools-install.sh [Pipeline] echo 04:03:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:03:43 ---> sudo-logs.sh 04:03:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:03:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:03:43 ---> job-cost.sh 04:03:43 lf-activate-venv: SKIPPING 04:03:43 DEBUG: total: 0.18000000715255737 04:03:43 INFO: Retrieving Stack Cost... 04:03:45 INFO: Retrieving Pricing Info for: v3-standard-2 04:03:45 INFO: Archiving Costs [Pipeline] echo 04:03:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:03:46 ---> logs-deploy.sh 04:03:46 lf-activate-venv: SKIPPING 04:03:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/11 04:03:46 INFO: archiving workspace using pattern(s): 04:03:47 Archives upload complete. 04:03:47 INFO: archiving logs to Nexus 04:03:47 ---> uname -a: 04:03:47 Linux prd-centos7-docker-4c-2g-1172.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 04:03:47 04:03:47 04:03:47 ---> lscpu: 04:03:47 Architecture: x86_64 04:03:47 CPU op-mode(s): 32-bit, 64-bit 04:03:47 Byte Order: Little Endian 04:03:47 Address sizes: 40 bits physical, 48 bits virtual 04:03:47 CPU(s): 2 04:03:47 On-line CPU(s) list: 0,1 04:03:47 Thread(s) per core: 1 04:03:47 Core(s) per socket: 1 04:03:47 Socket(s): 2 04:03:47 NUMA node(s): 1 04:03:47 Vendor ID: AuthenticAMD 04:03:47 CPU family: 23 04:03:47 Model: 49 04:03:47 Model name: AMD EPYC-Rome Processor 04:03:47 Stepping: 0 04:03:47 CPU MHz: 2800.000 04:03:47 BogoMIPS: 5600.00 04:03:47 Virtualization: AMD-V 04:03:47 Hypervisor vendor: KVM 04:03:47 Virtualization type: full 04:03:47 L1d cache: 64 KiB 04:03:47 L1i cache: 64 KiB 04:03:47 L2 cache: 1 MiB 04:03:47 L3 cache: 32 MiB 04:03:47 NUMA node0 CPU(s): 0,1 04:03:47 Vulnerability Itlb multihit: Not affected 04:03:47 Vulnerability L1tf: Not affected 04:03:47 Vulnerability Mds: Not affected 04:03:47 Vulnerability Meltdown: Not affected 04:03:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:03:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:03:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:03:47 Vulnerability Srbds: Not affected 04:03:47 Vulnerability Tsx async abort: Not affected 04:03:47 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 04:03:47 04:03:47 04:03:47 ---> nproc: 04:03:47 2 04:03:47 04:03:47 04:03:47 ---> df -h: 04:03:47 Filesystem Size Used Available Use% Mounted on 04:03:47 overlay 40.0G 12.5G 27.5G 31% / 04:03:47 tmpfs 64.0M 0 64.0M 0% /dev 04:03:47 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 04:03:47 shm 64.0M 0 64.0M 0% /dev/shm 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/11@tmp 04:03:47 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/11 04:03:47 04:03:47 04:03:47 ---> free -m: 04:03:47 total used free shared buff/cache available 04:03:47 Mem: 7821 1195 2348 0 4276 6586 04:03:47 Swap: 1023 1 1022 04:03:47 04:03:47 04:03:47 ---> ip addr: 04:03:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:03:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:03:47 inet 127.0.0.1/8 scope host lo 04:03:47 valid_lft forever preferred_lft forever 04:03:47 inet6 ::1/128 scope host 04:03:47 valid_lft forever preferred_lft forever 04:03:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:03:47 link/ether fa:16:3e:52:4c:00 brd ff:ff:ff:ff:ff:ff 04:03:47 inet 10.30.123.41/23 brd 10.30.123.255 scope global dynamic eth0 04:03:47 valid_lft 84852sec preferred_lft 84852sec 04:03:47 inet6 fe80::f816:3eff:fe52:4c00/64 scope link 04:03:47 valid_lft forever preferred_lft forever 04:03:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:03:47 link/ether 02:42:dc:11:c8:bf brd ff:ff:ff:ff:ff:ff 04:03:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:03:47 valid_lft forever preferred_lft forever 04:03:47 inet6 fe80::42:dcff:fe11:c8bf/64 scope link 04:03:47 valid_lft forever preferred_lft forever 04:03:47 04:03:47 04:03:47 ---> sar -b -r -n DEV: 04:03:47 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 04:03:47 04:03:47 03:37:48 LINUX RESTART (2 CPU) 04:03:47 04:03:47 03:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:03:47 03:40:01 31.23 3.45 27.78 0.00 2620.76 8199.95 0.00 04:03:47 03:41:01 110.85 0.18 110.67 0.00 22.77 40367.75 0.00 04:03:47 03:42:01 103.33 0.00 103.33 0.00 0.00 13315.40 0.00 04:03:47 03:43:01 51.02 0.00 51.02 0.00 0.00 9544.00 0.00 04:03:47 03:44:01 60.87 0.00 60.87 0.00 0.00 8899.72 0.00 04:03:47 03:45:07 360.84 9.41 351.43 0.00 3360.29 217570.22 0.00 04:03:47 03:46:01 435.87 195.60 240.27 0.00 15869.38 97722.57 0.00 04:03:47 03:47:01 600.02 54.33 545.69 0.00 3634.77 241078.35 0.00 04:03:47 03:48:01 175.67 13.76 161.92 0.00 1406.96 24652.27 0.00 04:03:47 03:49:01 1.58 0.00 1.58 0.00 0.00 31.68 0.00 04:03:47 03:50:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 04:03:47 03:51:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 04:03:47 03:52:01 0.25 0.00 0.25 0.00 0.00 2.90 0.00 04:03:47 03:53:01 0.38 0.18 0.20 0.00 5.73 1.65 0.00 04:03:47 03:54:01 0.78 0.00 0.78 0.00 0.00 16.41 0.00 04:03:47 03:55:01 0.28 0.00 0.28 0.00 0.00 2.90 0.00 04:03:47 03:56:01 0.28 0.00 0.28 0.00 0.00 4.40 0.00 04:03:47 03:57:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 04:03:47 03:58:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 04:03:47 03:59:01 0.45 0.23 0.22 0.00 28.79 2.48 0.00 04:03:47 04:00:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 04:03:47 04:01:01 0.27 0.02 0.25 0.00 0.13 3.05 0.00 04:03:47 04:02:01 0.63 0.18 0.45 0.00 3.06 7.48 0.00 04:03:47 04:03:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 04:03:47 Average: 80.40 10.80 69.60 0.00 1070.74 28061.31 0.00 04:03:47 04:03:47 03:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:03:47 03:40:01 4938432 0 848264 10.59 2620 2219616 1432884 15.82 910772 1739924 163100 04:03:47 03:41:01 4035924 0 973868 12.16 2620 2996520 1565364 17.28 1044616 2409792 59792 04:03:47 03:42:01 3975120 0 1010876 12.62 2620 3020316 1522208 16.81 1213640 2270224 222620 04:03:47 03:43:01 4081936 0 995436 12.43 2620 2928940 1410508 15.57 1064320 2300664 15200 04:03:47 03:44:01 4195216 0 944088 11.79 2620 2867008 1091924 12.06 1084920 2186784 20 04:03:47 03:45:07 171436 0 1308760 16.34 2620 6526116 1895240 20.92 3212496 3895912 243504 04:03:47 03:46:01 628584 0 1352900 16.89 2620 6024828 2553240 28.19 2741460 3908120 1128 04:03:47 03:47:01 985236 0 1553240 19.39 2620 5467836 3050720 33.68 2870216 3367828 92412 04:03:47 03:48:01 3033788 0 1127984 14.08 2620 3844540 1155416 12.76 1211020 3048252 8 04:03:47 03:49:01 3038508 0 1123260 14.03 2620 3844544 1115420 12.31 1211648 3044156 8 04:03:47 03:50:01 3039244 0 1122520 14.02 2620 3844548 1115312 12.31 1211144 3044552 8 04:03:47 03:51:01 3039088 0 1122672 14.02 2620 3844552 1115312 12.31 1211068 3044548 8 04:03:47 03:52:01 3039380 0 1122376 14.01 2620 3844556 1115312 12.31 1209920 3045796 8 04:03:47 03:53:01 3039388 0 1122332 14.01 2620 3844592 1115312 12.31 1210056 3045652 20 04:03:47 03:54:01 3038504 0 1123212 14.02 2620 3844596 1115396 12.31 1238756 3016980 8 04:03:47 03:55:01 3038864 0 1122848 14.02 2620 3844600 1115312 12.31 1238740 3016980 8 04:03:47 03:56:01 3039384 0 1122324 14.01 2620 3844604 1115312 12.31 1238656 3016980 8 04:03:47 03:57:01 3038960 0 1122740 14.02 2620 3844612 1115312 12.31 1240304 3015340 16 04:03:47 03:58:01 3038968 0 1122732 14.02 2620 3844612 1115312 12.31 1240456 3015340 8 04:03:47 03:59:01 3035284 0 1125600 14.05 2620 3845428 1115408 12.31 1246096 3013404 8 04:03:47 04:00:01 3035388 0 1125496 14.05 2620 3845428 1115312 12.31 1246168 3013256 12 04:03:47 04:01:01 3034588 0 1126292 14.06 2620 3845432 1117652 12.34 1246552 3013256 8 04:03:47 04:02:01 3035216 0 1125492 14.05 2620 3845604 1115820 12.32 1246380 3013356 8 04:03:47 04:03:01 3035324 0 1125380 14.05 2620 3845608 1115820 12.32 1246316 3013356 8 04:03:47 Average: 2983823 0 1123779 14.03 2620 3898710 1350451 14.91 1409822 2937519 33247 04:03:47 04:03:47 03:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:03:47 03:40:01 eth0 985.75 1118.83 3174.30 124.30 0.00 0.00 0.00 0.00 04:03:47 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:40:01 veth37a0044 1019.21 847.45 94.05 2747.86 0.00 0.00 0.00 0.00 04:03:47 03:40:01 docker0 1019.21 847.32 80.12 2747.85 0.00 0.00 0.00 0.00 04:03:47 03:41:01 vethe0e6b39 59.35 67.02 5.44 214.61 0.00 0.00 0.00 0.00 04:03:47 03:41:01 eth0 499.25 403.35 3288.26 63.36 0.00 0.00 0.00 0.00 04:03:47 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:41:01 docker0 143.25 205.08 9.42 591.10 0.00 0.00 0.00 0.00 04:03:47 03:42:01 vethf4a5f43 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:42:01 eth0 81.11 68.45 282.94 14.67 0.00 0.00 0.00 0.00 04:03:47 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:42:01 docker0 50.92 51.66 3.77 255.54 0.00 0.00 0.00 0.00 04:03:47 03:43:01 vethf4a5f43 2.05 2.05 0.16 0.16 0.00 0.00 0.00 0.00 04:03:47 03:43:01 eth0 28.36 19.59 18.13 57.43 0.00 0.00 0.00 0.00 04:03:47 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:43:01 docker0 2.05 2.05 0.13 0.16 0.00 0.00 0.00 0.00 04:03:47 03:44:01 eth0 18.76 10.24 17.14 8.34 0.00 0.00 0.00 0.00 04:03:47 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:45:07 veth1b09a48 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:45:07 vethcfd9f02 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 04:03:47 03:45:07 eth0 235.81 198.21 1699.02 61.96 0.00 0.00 0.00 0.00 04:03:47 03:45:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:46:01 veth7040de8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:46:01 vethb296d66 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:46:01 vethcfd9f02 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:46:01 eth0 29.74 16.83 99.11 8.17 0.00 0.00 0.00 0.00 04:03:47 03:47:01 vethe4bed9b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:47:01 veth8835263 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:47:01 veth7aff55b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:47:01 vethcfd9f02 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 04:03:47 03:48:01 eth0 3086.99 2757.44 13894.24 497.98 0.00 0.00 0.00 0.00 04:03:47 03:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:48:01 docker0 1333.29 1274.44 100.73 4348.59 0.00 0.00 0.00 0.00 04:03:47 03:49:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 04:03:47 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:52:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:54:01 eth0 0.32 0.25 0.14 0.08 0.00 0.00 0.00 0.00 04:03:47 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:58:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:59:01 eth0 0.27 0.25 0.14 0.07 0.00 0.00 0.00 0.00 04:03:47 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:01:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:02:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:03:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:03:47 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 Average: eth0 90.02 85.13 439.57 17.29 0.00 0.00 0.00 0.00 04:03:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:47 Average: docker0 55.60 53.15 4.20 181.35 0.00 0.00 0.00 0.00 04:03:47 04:03:47 04:03:47 ---> sar -P ALL: 04:03:47 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 04:03:47 04:03:47 03:37:48 LINUX RESTART (2 CPU) 04:03:47 04:03:47 03:39:02 CPU %user %nice %system %iowait %steal %idle 04:03:47 03:40:01 all 15.61 0.00 4.55 2.49 0.09 77.26 04:03:47 03:40:01 0 17.70 0.00 5.10 2.20 0.09 74.91 04:03:47 03:40:01 1 13.54 0.00 4.00 2.78 0.09 79.59 04:03:47 03:41:01 all 10.23 0.00 5.66 10.15 0.07 73.90 04:03:47 03:41:01 0 10.18 0.00 5.89 8.60 0.07 75.25 04:03:47 03:41:01 1 10.27 0.00 5.43 11.68 0.07 72.55 04:03:47 03:42:01 all 51.77 0.00 8.63 3.30 0.10 36.20 04:03:47 03:42:01 0 51.02 0.00 8.84 1.78 0.09 38.27 04:03:47 03:42:01 1 52.52 0.00 8.42 4.81 0.11 34.14 04:03:47 03:43:01 all 28.24 0.00 4.86 6.16 0.09 60.66 04:03:47 03:43:01 0 27.77 0.00 5.02 6.78 0.09 60.34 04:03:47 03:43:01 1 28.70 0.00 4.70 5.55 0.09 60.97 04:03:47 03:44:01 all 56.66 0.00 8.97 1.42 0.09 32.87 04:03:47 03:44:01 0 56.50 0.00 8.86 1.27 0.09 33.29 04:03:47 03:44:01 1 56.81 0.00 9.08 1.57 0.09 32.45 04:03:47 03:45:07 all 22.02 0.00 17.09 16.50 0.11 44.27 04:03:47 03:45:07 0 21.67 0.00 17.40 16.57 0.10 44.26 04:03:47 03:45:07 1 22.37 0.00 16.78 16.44 0.13 44.28 04:03:47 03:46:01 all 69.46 0.00 12.32 14.89 0.11 3.22 04:03:47 03:46:01 0 69.14 0.00 12.47 16.26 0.12 2.01 04:03:47 03:46:01 1 69.79 0.00 12.16 13.53 0.10 4.42 04:03:47 03:47:01 all 63.88 0.00 20.76 11.71 0.13 3.53 04:03:47 03:47:01 0 62.87 0.00 21.71 11.68 0.11 3.63 04:03:47 03:47:01 1 64.90 0.00 19.79 11.73 0.15 3.43 04:03:47 03:48:01 all 18.15 0.00 5.64 1.60 0.05 74.55 04:03:47 03:48:01 0 18.02 0.00 5.78 1.20 0.05 74.94 04:03:47 03:48:01 1 18.29 0.00 5.50 2.01 0.05 74.15 04:03:47 03:49:01 all 0.04 0.00 0.03 0.00 0.03 99.91 04:03:47 03:49:01 0 0.00 0.00 0.02 0.00 0.03 99.95 04:03:47 03:49:01 1 0.08 0.00 0.03 0.00 0.02 99.87 04:03:47 03:50:01 all 0.10 0.00 0.03 0.00 0.03 99.83 04:03:47 03:50:01 0 0.05 0.00 0.03 0.00 0.03 99.88 04:03:47 03:50:01 1 0.15 0.00 0.03 0.00 0.03 99.78 04:03:47 04:03:47 03:50:01 CPU %user %nice %system %iowait %steal %idle 04:03:47 03:51:01 all 0.09 0.00 0.02 0.00 0.03 99.87 04:03:47 03:51:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:03:47 03:51:01 1 0.17 0.00 0.02 0.00 0.03 99.78 04:03:47 03:52:01 all 0.12 0.00 0.02 0.00 0.02 99.85 04:03:47 03:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:03:47 03:52:01 1 0.20 0.00 0.02 0.00 0.02 99.77 04:03:47 03:53:01 all 0.04 0.00 0.03 0.00 0.03 99.91 04:03:47 03:53:01 0 0.07 0.00 0.02 0.00 0.02 99.90 04:03:47 03:53:01 1 0.02 0.00 0.03 0.00 0.03 99.92 04:03:47 03:54:01 all 0.09 0.00 0.03 0.00 0.03 99.86 04:03:47 03:54:01 0 0.15 0.00 0.03 0.00 0.03 99.78 04:03:47 03:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:03:47 03:55:01 all 0.03 0.00 0.02 0.00 0.02 99.93 04:03:47 03:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:03:47 03:55:01 1 0.05 0.00 0.03 0.00 0.02 99.90 04:03:47 03:56:01 all 0.13 0.00 0.03 0.00 0.03 99.82 04:03:47 03:56:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:03:47 03:56:01 1 0.23 0.00 0.03 0.00 0.03 99.70 04:03:47 03:57:01 all 0.10 0.00 0.02 0.00 0.02 99.87 04:03:47 03:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:03:47 03:57:01 1 0.18 0.00 0.02 0.00 0.02 99.78 04:03:47 03:58:01 all 0.09 0.00 0.03 0.00 0.02 99.87 04:03:47 03:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:03:47 03:58:01 1 0.17 0.00 0.03 0.00 0.03 99.77 04:03:47 03:59:01 all 0.11 0.00 0.02 0.02 0.03 99.83 04:03:47 03:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:03:47 03:59:01 1 0.20 0.00 0.03 0.03 0.03 99.70 04:03:47 04:00:01 all 0.10 0.00 0.02 0.00 0.02 99.87 04:03:47 04:00:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:03:47 04:00:01 1 0.18 0.00 0.00 0.00 0.02 99.80 04:03:47 04:01:01 all 0.10 0.00 0.03 0.00 0.03 99.85 04:03:47 04:01:01 0 0.05 0.00 0.02 0.00 0.05 99.88 04:03:47 04:01:01 1 0.15 0.00 0.03 0.00 0.00 99.82 04:03:47 04:03:47 04:01:01 CPU %user %nice %system %iowait %steal %idle 04:03:47 04:02:01 all 0.09 0.00 0.03 0.00 0.03 99.85 04:03:47 04:02:01 0 0.00 0.00 0.03 0.00 0.02 99.95 04:03:47 04:02:01 1 0.18 0.00 0.03 0.00 0.03 99.75 04:03:47 04:03:01 all 0.13 0.00 0.02 0.00 0.02 99.84 04:03:47 04:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:03:47 04:03:01 1 0.23 0.00 0.02 0.00 0.02 99.73 04:03:47 Average: all 13.13 0.00 3.53 2.72 0.05 80.58 04:03:47 Average: 0 13.05 0.00 3.63 2.63 0.05 80.64 04:03:47 Average: 1 13.20 0.00 3.43 2.80 0.05 80.52 04:03:47 04:03:47 04:03:47