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 [2021-06-09T03:39:06.129Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-09T03:39:06.206Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-09T03:39:08.457Z] ========================================================= [2021-06-09T03:39:08.458Z] EdgeX Global Pipelines Version Info [2021-06-09T03:39:08.458Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-09T03:39:09.948Z] ------------------- [2021-06-09T03:39:09.948Z] stable info: [2021-06-09T03:39:09.948Z] ------------------- [2021-06-09T03:39:09.948Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-09T03:39:09.948Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T03:39:09.948Z] Message: update stable to v1.0.194 [2021-06-09T03:39:10.532Z] ------------------- [2021-06-09T03:39:10.532Z] experimental info: [2021-06-09T03:39:10.532Z] ------------------- [2021-06-09T03:39:10.532Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-09T03:39:10.532Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T03:39:10.532Z] Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-09T03:39:12.961Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-09T03:39:12.984Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-09T03:39:13.004Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-09T03:39:13.025Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-09T03:39:13.047Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-09T03:39:13.071Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-09T03:39:13.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-09T03:39:13.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-09T03:39:13.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-09T03:39:13.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-09T03:39:13.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-09T03:39:13.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-09T03:39:13.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-09T03:39:13.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-09T03:39:13.284Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T03:39:15.451Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T03:39:15.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-09T03:39:15.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-09T03:39:15.516Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-09T03:39:15.538Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-09T03:39:15.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-09T03:39:15.583Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-09T03:39:15.605Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo [2021-06-09T03:39:15.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo [2021-06-09T03:39:15.651Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo [2021-06-09T03:39:15.672Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12ea7f925e78d66b601bba60cd8d757fb550f7df [Pipeline] echo [2021-06-09T03:39:15.699Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12ea7f9 [Pipeline] echo [2021-06-09T03:39:15.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T03:39:15.790Z] provisioning config files... [2021-06-09T03:39:15.807Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6191810981577236585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T03:39:18.252Z] ---> docker-login.sh [2021-06-09T03:39:18.252Z] nexus3.edgexfoundry.org:10001 [2021-06-09T03:39:18.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:39:18.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:39:18.252Z] Configure a credential helper to remove this warning. See [2021-06-09T03:39:18.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:39:18.252Z] [2021-06-09T03:39:18.252Z] Login Succeeded [2021-06-09T03:39:18.252Z] nexus3.edgexfoundry.org:10002 [2021-06-09T03:39:18.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:39:18.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:39:18.252Z] Configure a credential helper to remove this warning. See [2021-06-09T03:39:18.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:39:18.252Z] [2021-06-09T03:39:18.252Z] Login Succeeded [2021-06-09T03:39:18.252Z] nexus3.edgexfoundry.org:10003 [2021-06-09T03:39:18.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:39:18.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:39:18.252Z] Configure a credential helper to remove this warning. See [2021-06-09T03:39:18.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:39:18.252Z] [2021-06-09T03:39:18.252Z] Login Succeeded [2021-06-09T03:39:18.252Z] nexus3.edgexfoundry.org:10004 [2021-06-09T03:39:18.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:39:18.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:39:18.252Z] Configure a credential helper to remove this warning. See [2021-06-09T03:39:18.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:39:18.252Z] [2021-06-09T03:39:18.252Z] Login Succeeded [2021-06-09T03:39:18.252Z] docker.io [2021-06-09T03:39:18.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:39:18.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:39:18.252Z] Configure a credential helper to remove this warning. See [2021-06-09T03:39:18.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:39:18.252Z] [2021-06-09T03:39:18.252Z] Login Succeeded [2021-06-09T03:39:18.252Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T03:39:18.262Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T03:39:18.605Z] ++ 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 [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ dirname cmd/core-command/Dockerfile [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] ++ dirname cmd/core-data/Dockerfile [2021-06-09T03:39:18.605Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-09T03:39:18.605Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-09T03:39:18.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T03:39:18.605Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-09T03:39:18.605Z] ++ cut -d/ -f2 [2021-06-09T03:39:18.605Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-09T03:39:18.652Z] 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 [2021-06-09T03:39:21.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T03:39:21.797Z] [2021-06-09T03:39:21.797Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:39:22.114Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T03:39:22.114Z] latest: Pulling from edgex-devops/git-semver [2021-06-09T03:39:22.114Z] 31603596830f: Pulling fs layer [2021-06-09T03:39:22.114Z] 54011a49482f: Pulling fs layer [2021-06-09T03:39:22.114Z] a6820b24f6d8: Pulling fs layer [2021-06-09T03:39:22.114Z] f581987b2513: Pulling fs layer [2021-06-09T03:39:22.114Z] f581987b2513: Waiting [2021-06-09T03:39:22.114Z] 54011a49482f: Verifying Checksum [2021-06-09T03:39:22.114Z] 54011a49482f: Download complete [2021-06-09T03:39:22.377Z] 31603596830f: Verifying Checksum [2021-06-09T03:39:22.377Z] 31603596830f: Download complete [2021-06-09T03:39:22.377Z] f581987b2513: Verifying Checksum [2021-06-09T03:39:22.377Z] f581987b2513: Download complete [2021-06-09T03:39:22.377Z] a6820b24f6d8: Verifying Checksum [2021-06-09T03:39:22.377Z] a6820b24f6d8: Download complete [2021-06-09T03:39:22.377Z] 31603596830f: Pull complete [2021-06-09T03:39:22.657Z] 54011a49482f: Pull complete [2021-06-09T03:39:23.247Z] a6820b24f6d8: Pull complete [2021-06-09T03:39:23.510Z] f581987b2513: Pull complete [2021-06-09T03:39:23.510Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-09T03:39:23.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T03:39:23.510Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-09T03:39:23.596Z] prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container [2021-06-09T03:39:23.644Z] $ 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 [2021-06-09T03:39:24.773Z] $ docker top 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-09T03:39:27.069Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T03:39:27.069Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T03:39:27.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T03:39:27.198Z] $ docker exec 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent [2021-06-09T03:39:27.332Z] SSH_AUTH_SOCK=/tmp/ssh-BifCSfOieRox/agent.14 [2021-06-09T03:39:27.332Z] SSH_AGENT_PID=21 [2021-06-09T03:39:27.343Z] Running ssh-add (command line suppressed) [2021-06-09T03:39:27.467Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_664595917059583008.key (/w/workspace/edgex-go/11@tmp/private_key_664595917059583008.key) [2021-06-09T03:39:27.488Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T03:39:27.804Z] + git tag --points-at HEAD [Pipeline] } [2021-06-09T03:39:27.819Z] $ docker exec --env ******** --env ******** 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent -k [2021-06-09T03:39:27.927Z] unset SSH_AUTH_SOCK; [2021-06-09T03:39:27.927Z] unset SSH_AGENT_PID; [2021-06-09T03:39:27.927Z] echo Agent pid 21 killed; [2021-06-09T03:39:27.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-09T03:39:27.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T03:39:27.979Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T03:39:28.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T03:39:28.107Z] $ docker exec 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent [2021-06-09T03:39:28.245Z] SSH_AUTH_SOCK=/tmp/ssh-BuNmaHxAqVWn/agent.55 [2021-06-09T03:39:28.245Z] SSH_AGENT_PID=61 [2021-06-09T03:39:28.251Z] Running ssh-add (command line suppressed) [2021-06-09T03:39:28.366Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_3795195597819236979.key (/w/workspace/edgex-go/11@tmp/private_key_3795195597819236979.key) [2021-06-09T03:39:28.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T03:39:28.694Z] + git semver init [2021-06-09T03:39:28.694Z] # -> Open(): unable to determine branch for HEAD [2021-06-09T03:39:28.694Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-06-09T03:39:28.694Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-06-09T03:39:28.694Z] # $SEMVER_REMOTE_NAME = origin [2021-06-09T03:39:28.694Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-09T03:39:28.694Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-09T03:39:28.694Z] # $SEMVER_BRANCH = PR-3531 [2021-06-09T03:39:28.694Z] # $SEMVER_TEMP = /tmp/semver-225340645 [2021-06-09T03:39:28.694Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-09T03:39:56.774Z] # '/tmp/semver-225340645' -> '/w/workspace/edgex-go/11/.semver' [2021-06-09T03:39:56.774Z] # -> Force: false [2021-06-09T03:39:56.774Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-06-09T03:39:56.785Z] $ docker exec --env ******** --env ******** 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe ssh-agent -k [2021-06-09T03:39:56.894Z] unset SSH_AUTH_SOCK; [2021-06-09T03:39:56.895Z] unset SSH_AGENT_PID; [2021-06-09T03:39:56.895Z] echo Agent pid 61 killed; [2021-06-09T03:39:56.909Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T03:39:59.471Z] + git semver [Pipeline] } [2021-06-09T03:39:59.481Z] $ docker stop --time=1 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe [2021-06-09T03:40:02.597Z] $ docker rm -f 565eb1c472e2eac5977f7afade612c5ab64a7c636c4a2e27b5dd0cfc68d12efe [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T03:40:03.013Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-09T03:40:03.288Z] Stashed 1 file(s) [Pipeline] echo [2021-06-09T03:40:03.292Z] [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 [2021-06-09T03:40:06.418Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-09T03:40:06.723Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T03:40:07.027Z] + sudo service docker restart [2021-06-09T03:40:07.027Z] + true [2021-06-09T03:40:07.027Z] Redirecting to /bin/systemctl restart docker.service [2021-06-09T03:40:18.972Z] Still waiting to schedule task [2021-06-09T03:40:18.973Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1174’ [Pipeline] echo [2021-06-09T03:40:25.083Z] ========================================================= [2021-06-09T03:40:25.083Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-09T03:40:25.083Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:40:25.392Z] + 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 . [2021-06-09T03:40:28.721Z] Sending build context to Docker daemon 329.2MB [2021-06-09T03:40:28.721Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T03:40:28.721Z] Step 2/6 : FROM ${BASE} [2021-06-09T03:40:28.721Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-09T03:40:28.721Z] 540db60ca938: Pulling fs layer [2021-06-09T03:40:28.721Z] adcc1eea9eea: Pulling fs layer [2021-06-09T03:40:28.721Z] 4c4ab2625f07: Pulling fs layer [2021-06-09T03:40:28.721Z] 0510c868ecb4: Pulling fs layer [2021-06-09T03:40:28.721Z] afea3b2eda06: Pulling fs layer [2021-06-09T03:40:28.721Z] 7809a108b3ef: Pulling fs layer [2021-06-09T03:40:28.721Z] f706445af74f: Pulling fs layer [2021-06-09T03:40:28.721Z] afea3b2eda06: Waiting [2021-06-09T03:40:28.721Z] 7809a108b3ef: Waiting [2021-06-09T03:40:28.721Z] f706445af74f: Waiting [2021-06-09T03:40:28.721Z] 0510c868ecb4: Waiting [2021-06-09T03:40:28.721Z] 4c4ab2625f07: Download complete [2021-06-09T03:40:28.721Z] adcc1eea9eea: Verifying Checksum [2021-06-09T03:40:28.721Z] adcc1eea9eea: Download complete [2021-06-09T03:40:28.721Z] afea3b2eda06: Verifying Checksum [2021-06-09T03:40:28.721Z] afea3b2eda06: Download complete [2021-06-09T03:40:28.721Z] 7809a108b3ef: Download complete [2021-06-09T03:40:28.721Z] 540db60ca938: Verifying Checksum [2021-06-09T03:40:28.721Z] 540db60ca938: Download complete [2021-06-09T03:40:28.721Z] 540db60ca938: Pull complete [2021-06-09T03:40:28.721Z] adcc1eea9eea: Pull complete [2021-06-09T03:40:28.721Z] 4c4ab2625f07: Pull complete [2021-06-09T03:40:28.721Z] f706445af74f: Verifying Checksum [2021-06-09T03:40:28.721Z] f706445af74f: Download complete [2021-06-09T03:40:29.297Z] 0510c868ecb4: Verifying Checksum [2021-06-09T03:40:29.297Z] 0510c868ecb4: Download complete [2021-06-09T03:40:34.410Z] 0510c868ecb4: Pull complete [2021-06-09T03:40:34.410Z] afea3b2eda06: Pull complete [2021-06-09T03:40:34.679Z] 7809a108b3ef: Pull complete [2021-06-09T03:40:43.828Z] f706445af74f: Pull complete [2021-06-09T03:40:43.828Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-09T03:40:43.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-09T03:40:43.828Z] ---> b068be0155e3 [2021-06-09T03:40:43.828Z] 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 [2021-06-09T03:40:46.383Z] ---> Running in dda4a5eb98fb [2021-06-09T03:40:46.383Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:40:46.959Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:40:47.544Z] (1/12) Installing libmagic (5.39-r0) [2021-06-09T03:40:48.119Z] (2/12) Installing file (5.39-r0) [2021-06-09T03:40:48.119Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-09T03:40:48.119Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-09T03:40:53.675Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-09T03:40:53.675Z] (6/12) Installing patch (2.7.6-r6) [2021-06-09T03:40:53.675Z] (7/12) Installing build-base (0.5-r2) [2021-06-09T03:40:53.675Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-09T03:40:53.937Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-09T03:40:53.937Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-09T03:40:53.937Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-09T03:40:54.199Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-09T03:40:54.199Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T03:40:54.199Z] OK: 219 MiB in 52 packages [2021-06-09T03:40:56.132Z] Removing intermediate container dda4a5eb98fb [2021-06-09T03:40:56.132Z] ---> 757a529c682d [2021-06-09T03:40:56.132Z] Step 4/6 : WORKDIR /edgex-go [2021-06-09T03:40:56.132Z] ---> Running in 31e504805547 [2021-06-09T03:40:56.132Z] Removing intermediate container 31e504805547 [2021-06-09T03:40:56.132Z] ---> c479ac7a6093 [2021-06-09T03:40:56.132Z] Step 5/6 : COPY go.mod . [2021-06-09T03:40:56.132Z] ---> 6a2a649443ee [2021-06-09T03:40:56.132Z] Step 6/6 : RUN go mod download [2021-06-09T03:40:56.132Z] ---> Running in 9a435cbdf522 [2021-06-09T03:41:09.163Z] Removing intermediate container 9a435cbdf522 [2021-06-09T03:41:09.163Z] ---> 6df1073a981f [2021-06-09T03:41:09.163Z] Successfully built 6df1073a981f [2021-06-09T03:41:09.163Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:41:09.475Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T03:41:09.476Z] . [Pipeline] withDockerContainer [2021-06-09T03:41:09.569Z] prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container [2021-06-09T03:41:09.623Z] $ 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 [2021-06-09T03:41:10.106Z] $ docker top 8b12b3f6546ea2a9be874142202117f3e3f7c264c4b5c73af96fa9c0e339d5b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T03:41:10.505Z] + go version [2021-06-09T03:41:10.505Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-09T03:41:10.514Z] $ docker stop --time=1 8b12b3f6546ea2a9be874142202117f3e3f7c264c4b5c73af96fa9c0e339d5b5 [2021-06-09T03:41:11.772Z] $ docker rm -f 8b12b3f6546ea2a9be874142202117f3e3f7c264c4b5c73af96fa9c0e339d5b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:41:18.768Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T03:41:18.768Z] . [Pipeline] withDockerContainer [2021-06-09T03:41:18.851Z] prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container [2021-06-09T03:41:18.893Z] $ 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 [2021-06-09T03:41:21.233Z] $ docker top b97139bcdc1d4a0d014b62bc471fb742b2f4a4eb451b83c7bfca7db8aa433fde -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-09T03:41:21.332Z] ========================================================= [2021-06-09T03:41:21.332Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-09T03:41:21.332Z] ========================================================= [Pipeline] sh [2021-06-09T03:41:23.645Z] + go mod tidy [Pipeline] sh [2021-06-09T03:41:25.965Z] + make test [2021-06-09T03:41:25.965Z] go mod tidy [2021-06-09T03:41:25.965Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T03:41:30.684Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-09T03:41:50.871Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-09T03:41:54.233Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-09T03:41:55.647Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-09T03:41:55.913Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-09T03:42:00.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-09T03:42:00.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-09T03:42:00.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-09T03:42:00.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-09T03:42:00.748Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-09T03:42:01.331Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-09T03:42:05.233Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-09T03:42:05.233Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-09T03:42:05.233Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-09T03:42:05.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-09T03:42:05.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-09T03:42:05.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-09T03:42:05.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-06-09T03:42:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 28.7% of statements [2021-06-09T03:42:07.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.061s coverage: 100.0% of statements [2021-06-09T03:42:07.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-09T03:42:07.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-09T03:42:07.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-09T03:42:10.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.063s coverage: 81.2% of statements [2021-06-09T03:42:10.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-06-09T03:42:10.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 53.4% of statements [2021-06-09T03:42:10.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-06-09T03:42:10.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-06-09T03:42:11.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.086s coverage: 87.7% of statements [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:42:11.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.051s coverage: 78.9% of statements [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-06-09T03:42:11.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-06-09T03:42:13.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.238s coverage: 95.1% of statements [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-09T03:42:13.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] [2021-06-09T03:42:13.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-06-09T03:42:13.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.079s coverage: 60.0% of statements [2021-06-09T03:42:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.8% of statements [2021-06-09T03:42:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-06-09T03:42:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.064s coverage: 22.0% of statements [2021-06-09T03:42:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-09T03:42:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2021-06-09T03:42:18.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements [2021-06-09T03:42:18.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-06-09T03:42:18.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-06-09T03:42:18.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-06-09T03:42:30.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.060s coverage: 94.4% of statements [2021-06-09T03:42:30.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-06-09T03:42:34.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.390s coverage: 81.8% of statements [2021-06-09T03:42:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 76.0% of statements [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.2% of statements [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.150s coverage: 64.4% of statements [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-09T03:42:52.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2021-06-09T03:42:52.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-06-09T03:42:52.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.183s coverage: 66.9% of statements [2021-06-09T03:42:52.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-09T03:42:52.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-09T03:42:52.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-09T03:42:53.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 43.6% of statements [2021-06-09T03:42:53.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-09T03:42:53.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-09T03:42:53.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.032s coverage: 89.5% of statements [2021-06-09T03:42:53.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-09T03:42:53.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.030s coverage: 84.8% of statements [2021-06-09T03:42:53.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-09T03:42:53.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-09T03:42:53.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-09T03:42:53.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.071s coverage: 19.3% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 91.9% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.054s coverage: 62.7% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.094s coverage: 97.6% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.047s coverage: 28.9% of statements [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-06-09T03:43:03.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] [2021-06-09T03:43:03.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 100.0% of statements [2021-06-09T03:43:03.754Z] GO111MODULE=on go vet ./... [2021-06-09T03:43:31.846Z] gofmt -l . [2021-06-09T03:43:31.846Z] [ "`gofmt -l .`" = "" ] [2021-06-09T03:43:31.846Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-09T03:43:32.163Z] + ls -al . [2021-06-09T03:43:32.163Z] total 528 [2021-06-09T03:43:32.163Z] drwxrwxr-x 10 1001 1001 4096 Jun 9 03:43 . [2021-06-09T03:43:32.163Z] drwxr-xr-x 4 root root 30 Jun 9 03:41 .. [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 11 Jun 9 03:38 .dockerignore [2021-06-09T03:43:32.163Z] drwxrwxr-x 8 1001 1001 179 Jun 9 03:39 .git [2021-06-09T03:43:32.163Z] drwxrwxr-x 3 1001 1001 125 Jun 9 03:38 .github [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 818 Jun 9 03:38 .gitignore [2021-06-09T03:43:32.163Z] drwx------ 3 1001 1001 60 Jun 9 03:39 .semver [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 166 Jun 9 03:38 .sonarcloud.properties [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 8609 Jun 9 03:38 Attribution.txt [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 3804 Jun 9 03:38 CONTRIBUTING.md [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 931 Jun 9 03:38 Dockerfile.build [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 849 Jun 9 03:38 Jenkinsfile [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 10775 Jun 9 03:38 LICENSE [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 5605 Jun 9 03:38 Makefile [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 7978 Jun 9 03:38 README.md [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 7071 Jun 9 03:38 SECURITY.md [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 5 Jun 9 03:40 VERSION [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 4131 Jun 9 03:38 ZMQWindows.md [2021-06-09T03:43:32.163Z] drwxrwxr-x 2 1001 1001 37 Jun 9 03:38 bin [2021-06-09T03:43:32.163Z] drwxrwxr-x 14 1001 1001 4096 Jun 9 03:38 cmd [2021-06-09T03:43:32.163Z] -rw-r--r-- 1 root root 411487 Jun 9 03:43 coverage.out [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 902 Jun 9 03:38 go.mod [2021-06-09T03:43:32.163Z] -rw-r--r-- 1 root root 21139 Jun 9 03:41 go.sum [2021-06-09T03:43:32.163Z] drwxrwxr-x 8 1001 1001 127 Jun 9 03:38 internal [2021-06-09T03:43:32.163Z] drwxrwxr-x 3 1001 1001 16 Jun 9 03:38 openapi [2021-06-09T03:43:32.163Z] drwxrwxr-x 4 1001 1001 71 Jun 9 03:38 snap [2021-06-09T03:43:32.163Z] -rw-rw-r-- 1 1001 1001 168 Jun 9 03:38 version.go [Pipeline] sh [2021-06-09T03:43:32.468Z] + '[' -e coverage.out ] [2021-06-09T03:43:32.468Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-09T03:43:32.594Z] Stashed 1 file(s) [Pipeline] sh [2021-06-09T03:43:32.894Z] + make build [2021-06-09T03:43:32.894Z] go mod tidy [2021-06-09T03:43:32.894Z] 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 [2021-06-09T03:43:34.834Z] 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 [2021-06-09T03:43:42.382Z] 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 [2021-06-09T03:43:45.204Z] 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 [2021-06-09T03:43:45.204Z] 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 [2021-06-09T03:43:45.204Z] 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 [2021-06-09T03:43:46.170Z] 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 [2021-06-09T03:43:49.561Z] 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 [2021-06-09T03:43:49.561Z] 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 [2021-06-09T03:43:49.561Z] 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 [2021-06-09T03:43:49.845Z] 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 [2021-06-09T03:43:50.813Z] 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] } [2021-06-09T03:43:52.767Z] $ docker stop --time=1 b97139bcdc1d4a0d014b62bc471fb742b2f4a4eb451b83c7bfca7db8aa433fde [2021-06-09T03:43:57.218Z] $ docker rm -f b97139bcdc1d4a0d014b62bc471fb742b2f4a4eb451b83c7bfca7db8aa433fde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:44:05.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T03:44:05.903Z] [2021-06-09T03:44:05.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:44:06.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T03:44:06.219Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-09T03:44:06.219Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-09T03:44:06.219Z] ca9280d653b3: Pulling fs layer [2021-06-09T03:44:06.219Z] 7e9c9ca2126c: Pulling fs layer [2021-06-09T03:44:06.219Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-09T03:44:06.219Z] cbdbe7a5bc2a: Download complete [2021-06-09T03:44:06.481Z] cbdbe7a5bc2a: Pull complete [2021-06-09T03:44:08.979Z] ca9280d653b3: Verifying Checksum [2021-06-09T03:44:08.979Z] ca9280d653b3: Download complete [2021-06-09T03:44:08.979Z] ca9280d653b3: Pull complete [2021-06-09T03:44:08.979Z] 7e9c9ca2126c: Verifying Checksum [2021-06-09T03:44:08.979Z] 7e9c9ca2126c: Download complete [2021-06-09T03:44:10.101Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1176 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws [2021-06-09T03:44:10.118Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-06-09T03:44:10.306Z] The recommended git tool is: git [2021-06-09T03:44:12.750Z] 7e9c9ca2126c: Pull complete [2021-06-09T03:44:12.750Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-09T03:44:12.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T03:44:12.750Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-09T03:44:12.837Z] prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container [2021-06-09T03:44:13.025Z] $ 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 [2021-06-09T03:44:15.929Z] $ docker top 8e45b85c09af9e0f55b5fda40263551b6b7bf8edda48285587f0d6e66046971f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T03:44:18.603Z] + grep parallel [2021-06-09T03:44:18.603Z] + docker-compose build --help [2021-06-09T03:44:18.603Z] --parallel Build images in parallel. [Pipeline] } [2021-06-09T03:44:18.614Z] $ docker stop --time=1 8e45b85c09af9e0f55b5fda40263551b6b7bf8edda48285587f0d6e66046971f [2021-06-09T03:44:19.824Z] $ docker rm -f 8e45b85c09af9e0f55b5fda40263551b6b7bf8edda48285587f0d6e66046971f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:44:22.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T03:44:22.767Z] . [Pipeline] withDockerContainer [2021-06-09T03:44:22.854Z] prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container [2021-06-09T03:44:22.904Z] $ 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 [2021-06-09T03:44:23.310Z] $ docker top f125ee379ee558a3caad71f58db87225dd7df9e6dc314024a6cdfe46ec211df1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T03:44:23.704Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-09T03:44:26.441Z] Building core-command ... [2021-06-09T03:44:26.441Z] Building core-data ... [2021-06-09T03:44:26.441Z] Building core-metadata ... [2021-06-09T03:44:26.441Z] Building security-bootstrapper ... [2021-06-09T03:44:26.441Z] Building security-proxy-setup ... [2021-06-09T03:44:26.441Z] Building security-secretstore-setup ... [2021-06-09T03:44:26.441Z] Building support-notifications ... [2021-06-09T03:44:26.441Z] Building support-scheduler ... [2021-06-09T03:44:26.441Z] Building sys-mgmt-agent ... [2021-06-09T03:44:26.441Z] Building support-notifications [2021-06-09T03:44:26.441Z] Building core-command [2021-06-09T03:44:26.441Z] Building core-data [2021-06-09T03:44:26.441Z] Building support-scheduler [2021-06-09T03:44:26.441Z] Building sys-mgmt-agent [2021-06-09T03:44:27.194Z] using credential edgex-jenkins-ssh [2021-06-09T03:44:27.213Z] Cloning the remote Git repository [2021-06-09T03:44:27.261Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-09T03:44:27.361Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-06-09T03:44:27.427Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-09T03:44:27.428Z] > git --version # timeout=10 [2021-06-09T03:44:27.442Z] > git --version # 'git version 2.17.1' [2021-06-09T03:44:27.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T03:44:27.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T03:44:37.655Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:44:37.655Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:44:37.655Z] ---> 6df1073a981f [2021-06-09T03:44:37.655Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T03:44:37.655Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:44:37.655Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:44:37.655Z] ---> 6df1073a981f [2021-06-09T03:44:37.655Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:44:37.655Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:44:37.655Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:44:37.655Z] ---> 6df1073a981f [2021-06-09T03:44:37.655Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T03:44:40.207Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:44:40.207Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:44:40.207Z] ---> 6df1073a981f [2021-06-09T03:44:40.207Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:44:41.155Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:44:41.155Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:44:41.155Z] ---> 6df1073a981f [2021-06-09T03:44:41.155Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:44:48.418Z] Merging remotes/origin/master commit 5e3333aa483a9c37807d61fae87b8cc119682d82 into PR head commit 12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:44:47.574Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-09T03:44:47.589Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T03:44:47.614Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-09T03:44:47.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-09T03:44:47.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T03:44:47.659Z] > 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 [2021-06-09T03:44:48.443Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T03:44:48.463Z] > git checkout -f 12ea7f925e78d66b601bba60cd8d757fb550f7df # timeout=10 [2021-06-09T03:44:48.679Z] > git remote # timeout=10 [2021-06-09T03:44:48.695Z] > git config --get remote.origin.url # timeout=10 [2021-06-09T03:44:48.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T03:44:48.749Z] Merge succeeded, producing 12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:44:48.749Z] Checking out Revision 12ea7f925e78d66b601bba60cd8d757fb550f7df (PR-3531) [2021-06-09T03:44:49.439Z] ---> Running in 26b6574e36d6 [2021-06-09T03:44:49.439Z] ---> Running in b9ca451ebde8 [2021-06-09T03:44:49.439Z] ---> Running in 1b9c1e27f6e7 [2021-06-09T03:44:49.439Z] ---> Running in 84bb0ba24310 [2021-06-09T03:44:49.439Z] ---> Running in aa0b47d28015 [2021-06-09T03:44:49.439Z] Removing intermediate container 26b6574e36d6 [2021-06-09T03:44:49.439Z] ---> bc216939e1e2 [2021-06-09T03:44:49.439Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:44:49.439Z] Removing intermediate container b9ca451ebde8 [2021-06-09T03:44:49.439Z] ---> 90551ed3885f [2021-06-09T03:44:49.439Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:44:49.439Z] Removing intermediate container aa0b47d28015 [2021-06-09T03:44:49.439Z] ---> 568278387d04 [2021-06-09T03:44:49.439Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:44:49.439Z] ---> Running in 2c9ccd611b9d [2021-06-09T03:44:49.439Z] Removing intermediate container 84bb0ba24310 [2021-06-09T03:44:49.439Z] ---> ce2272c2f35d [2021-06-09T03:44:49.439Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:44:49.439Z] Removing intermediate container 1b9c1e27f6e7 [2021-06-09T03:44:49.439Z] ---> 6fe4e65709f1 [2021-06-09T03:44:49.439Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:44:49.439Z] ---> Running in 29316cc5a79d [2021-06-09T03:44:49.439Z] ---> Running in b4a993fbbe36 [2021-06-09T03:44:49.439Z] ---> Running in 98a2ee411f04 [2021-06-09T03:44:49.439Z] ---> Running in 5c7ce206dae7 [2021-06-09T03:44:49.702Z] Removing intermediate container 2c9ccd611b9d [2021-06-09T03:44:49.702Z] ---> 355e4a879a0d [2021-06-09T03:44:49.702Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-09T03:44:49.973Z] ---> Running in 436b5eb47ac8 [2021-06-09T03:44:49.973Z] Removing intermediate container b4a993fbbe36 [2021-06-09T03:44:49.973Z] ---> 2ab29552a57e [2021-06-09T03:44:49.973Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-09T03:44:49.973Z] ---> Running in 0056ca318031 [2021-06-09T03:44:49.973Z] Removing intermediate container 29316cc5a79d [2021-06-09T03:44:49.973Z] ---> 2f3eb8afeed1 [2021-06-09T03:44:49.973Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T03:44:49.973Z] Removing intermediate container 98a2ee411f04 [2021-06-09T03:44:49.973Z] ---> 8636ad07e9f2 [2021-06-09T03:44:49.973Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-09T03:44:49.973Z] ---> Running in 830fda03914f [2021-06-09T03:44:49.973Z] Removing intermediate container 5c7ce206dae7 [2021-06-09T03:44:49.973Z] ---> e441b274349f [2021-06-09T03:44:49.973Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-09T03:44:49.973Z] ---> Running in 4aaf0de12871 [2021-06-09T03:44:49.973Z] ---> Running in ad087d8a9406 [2021-06-09T03:44:50.566Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:50.566Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:50.566Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:50.566Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:50.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:51.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:48.717Z] > git merge 5e3333aa483a9c37807d61fae87b8cc119682d82 # timeout=10 [2021-06-09T03:44:48.739Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-09T03:44:48.759Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T03:44:48.768Z] > git checkout -f 12ea7f925e78d66b601bba60cd8d757fb550f7df # timeout=10 [2021-06-09T03:44:51.366Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:51.638Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:51.638Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:51.921Z] OK: 219 MiB in 52 packages [2021-06-09T03:44:52.211Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:44:52.211Z] OK: 219 MiB in 52 packages [2021-06-09T03:44:52.211Z] OK: 219 MiB in 52 packages [2021-06-09T03:44:52.211Z] OK: 219 MiB in 52 packages [2021-06-09T03:44:52.481Z] Removing intermediate container 0056ca318031 [2021-06-09T03:44:52.481Z] ---> f1d40b58e8cf [2021-06-09T03:44:52.481Z] Step 6/23 : COPY go.mod . [2021-06-09T03:44:52.481Z] ---> a2e3c982ed94 [2021-06-09T03:44:52.481Z] Step 7/23 : RUN go mod download [2021-06-09T03:44:52.742Z] ---> Running in c3c5830998a7 [2021-06-09T03:44:52.742Z] Removing intermediate container ad087d8a9406 [2021-06-09T03:44:52.742Z] ---> 53239dcbc6f5 [2021-06-09T03:44:52.742Z] Step 6/23 : COPY go.mod . [2021-06-09T03:44:52.742Z] Removing intermediate container 830fda03914f [2021-06-09T03:44:52.742Z] ---> 783a2aeff26e [2021-06-09T03:44:52.742Z] Step 6/24 : COPY go.mod . [2021-06-09T03:44:55.590Z] Removing intermediate container 436b5eb47ac8 [2021-06-09T03:44:55.590Z] ---> cb07ff26786f [2021-06-09T03:44:55.590Z] Step 6/24 : COPY go.mod . [2021-06-09T03:44:55.590Z] ---> ef098d407663 [2021-06-09T03:44:55.590Z] Step 7/23 : RUN go mod download [2021-06-09T03:44:55.590Z] ---> Running in e74fda74906c [2021-06-09T03:44:55.590Z] ---> 576f531e9b46 [2021-06-09T03:44:55.590Z] Step 7/24 : RUN go mod download [2021-06-09T03:44:55.590Z] ---> 2fa198d2552b [2021-06-09T03:44:55.590Z] Step 7/24 : RUN go mod download [2021-06-09T03:44:55.590Z] ---> Running in f9d5d0d7fa1e [2021-06-09T03:44:55.590Z] ---> Running in 65e0719519eb [2021-06-09T03:44:55.590Z] OK: 219 MiB in 52 packages [2021-06-09T03:44:55.590Z] Removing intermediate container c3c5830998a7 [2021-06-09T03:44:55.590Z] ---> 077529a648b9 [2021-06-09T03:44:55.590Z] Step 8/23 : COPY . . [2021-06-09T03:44:55.590Z] Removing intermediate container 4aaf0de12871 [2021-06-09T03:44:55.590Z] ---> c0241c3fd225 [2021-06-09T03:44:55.590Z] Step 6/24 : COPY go.mod . [2021-06-09T03:44:55.735Z] 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 [2021-06-09T03:44:59.927Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-09T03:45:03.829Z] ---> 44c88133dcfe [2021-06-09T03:45:03.829Z] Step 7/24 : RUN go mod download [2021-06-09T03:45:03.829Z] Removing intermediate container e74fda74906c [2021-06-09T03:45:03.829Z] ---> 87669ec221a2 [2021-06-09T03:45:03.829Z] Step 8/23 : COPY . . [2021-06-09T03:45:03.829Z] ---> Running in 6b06148cfe5c [2021-06-09T03:45:03.829Z] ---> d8630e78fb47 [2021-06-09T03:45:03.829Z] Step 9/23 : RUN go mod tidy [2021-06-09T03:45:03.829Z] Removing intermediate container f9d5d0d7fa1e [2021-06-09T03:45:03.829Z] ---> cf76848ce22c [2021-06-09T03:45:03.829Z] Step 8/24 : COPY . . [2021-06-09T03:45:03.829Z] Removing intermediate container 65e0719519eb [2021-06-09T03:45:03.829Z] ---> 0b77c3f34fa6 [2021-06-09T03:45:03.829Z] Step 8/24 : COPY . . [2021-06-09T03:45:03.829Z] ---> Running in 5e3c81008218 [2021-06-09T03:45:03.854Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T03:45:04.203Z] + true [2021-06-09T03:45:04.204Z] + sudo service docker restart [2021-06-09T03:45:16.384Z] ---> 0f666fe0550e [2021-06-09T03:45:16.384Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:45:16.384Z] Removing intermediate container 6b06148cfe5c [2021-06-09T03:45:16.384Z] ---> 8e37a41d3227 [2021-06-09T03:45:16.384Z] Step 8/24 : COPY . . [2021-06-09T03:45:16.384Z] ---> 91fcc0e4b7e1 [2021-06-09T03:45:16.384Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:45:16.384Z] Removing intermediate container 5e3c81008218 [2021-06-09T03:45:16.384Z] ---> 57b6687c21e5 [2021-06-09T03:45:16.384Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-09T03:45:16.646Z] ---> Running in 9384e8595a29 [2021-06-09T03:45:16.646Z] ---> 48d71f1f86c2 [2021-06-09T03:45:16.646Z] Step 9/23 : RUN go mod tidy [2021-06-09T03:45:16.646Z] ---> Running in 4422874f26cb [2021-06-09T03:45:16.646Z] ---> Running in fb7c242e7678 [2021-06-09T03:45:16.646Z] ---> Running in 3003224ac4a3 [2021-06-09T03:45:19.973Z] 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 [2021-06-09T03:45:20.957Z] Removing intermediate container 9384e8595a29 [2021-06-09T03:45:20.957Z] ---> b096a5ba5e08 [2021-06-09T03:45:20.957Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-09T03:45:21.536Z] ---> Running in ff6fa13b8471 [2021-06-09T03:45:25.140Z] Removing intermediate container 4422874f26cb [2021-06-09T03:45:25.140Z] ---> 9569bc6c63a2 [2021-06-09T03:45:25.140Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-09T03:45:25.140Z] ---> Running in 7c4b191dfbb0 [2021-06-09T03:45:25.140Z] Removing intermediate container 3003224ac4a3 [2021-06-09T03:45:25.140Z] ---> 288543b0e22f [2021-06-09T03:45:25.140Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-09T03:45:25.140Z] ---> Running in 1bb9316a1e90 [2021-06-09T03:45:25.140Z] 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 [2021-06-09T03:45:25.140Z] 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 [2021-06-09T03:45:25.140Z] 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 [2021-06-09T03:45:25.195Z] provisioning config files... [2021-06-09T03:45:25.227Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3935383759987787837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T03:45:25.620Z] ---> docker-login.sh [2021-06-09T03:45:25.620Z] nexus3.edgexfoundry.org:10001 [2021-06-09T03:45:26.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:45:26.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:45:26.894Z] Configure a credential helper to remove this warning. See [2021-06-09T03:45:26.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:45:26.894Z] [2021-06-09T03:45:26.894Z] Login Succeeded [2021-06-09T03:45:26.894Z] nexus3.edgexfoundry.org:10002 [2021-06-09T03:45:27.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:45:27.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:45:27.444Z] Configure a credential helper to remove this warning. See [2021-06-09T03:45:27.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:45:27.444Z] [2021-06-09T03:45:27.444Z] Login Succeeded [2021-06-09T03:45:27.444Z] nexus3.edgexfoundry.org:10003 [2021-06-09T03:45:27.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:45:27.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:45:27.994Z] Configure a credential helper to remove this warning. See [2021-06-09T03:45:27.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:45:27.994Z] [2021-06-09T03:45:27.994Z] Login Succeeded [2021-06-09T03:45:27.994Z] nexus3.edgexfoundry.org:10004 [2021-06-09T03:45:28.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:45:28.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:45:28.565Z] Configure a credential helper to remove this warning. See [2021-06-09T03:45:28.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:45:28.565Z] [2021-06-09T03:45:28.565Z] Login Succeeded [2021-06-09T03:45:28.565Z] docker.io [2021-06-09T03:45:28.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T03:45:32.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T03:45:32.182Z] Configure a credential helper to remove this warning. See [2021-06-09T03:45:32.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T03:45:32.182Z] [2021-06-09T03:45:32.182Z] Login Succeeded [2021-06-09T03:45:32.182Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T03:45:32.224Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-09T03:45:32.538Z] ========================================================= [2021-06-09T03:45:32.538Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-09T03:45:32.538Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:45:32.907Z] + 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 . [2021-06-09T03:45:35.095Z] ---> 5fcc15c4aa5a [2021-06-09T03:45:35.095Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:45:35.095Z] ---> Running in 4b5f875c7269 [2021-06-09T03:45:35.550Z] Sending build context to Docker daemon 166.2MB [2021-06-09T03:45:35.550Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T03:45:35.550Z] Step 2/6 : FROM ${BASE} [2021-06-09T03:45:35.550Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-09T03:45:35.550Z] 595b0fe564bb: Pulling fs layer [2021-06-09T03:45:35.550Z] 7186ed65a4f7: Pulling fs layer [2021-06-09T03:45:35.550Z] 316046926c0a: Pulling fs layer [2021-06-09T03:45:35.550Z] 4ebd0625c992: Pulling fs layer [2021-06-09T03:45:35.550Z] 207e8628e3a3: Pulling fs layer [2021-06-09T03:45:35.550Z] 4ebd0625c992: Waiting [2021-06-09T03:45:35.550Z] c791037a9be2: Pulling fs layer [2021-06-09T03:45:35.550Z] 207e8628e3a3: Waiting [2021-06-09T03:45:35.550Z] ffd874e62e21: Pulling fs layer [2021-06-09T03:45:35.550Z] c791037a9be2: Waiting [2021-06-09T03:45:35.550Z] ffd874e62e21: Waiting [2021-06-09T03:45:35.550Z] 316046926c0a: Verifying Checksum [2021-06-09T03:45:35.550Z] 316046926c0a: Download complete [2021-06-09T03:45:35.550Z] 7186ed65a4f7: Verifying Checksum [2021-06-09T03:45:35.550Z] 7186ed65a4f7: Download complete [2021-06-09T03:45:35.550Z] 207e8628e3a3: Download complete [2021-06-09T03:45:35.550Z] c791037a9be2: Verifying Checksum [2021-06-09T03:45:35.550Z] c791037a9be2: Download complete [2021-06-09T03:45:35.550Z] 595b0fe564bb: Verifying Checksum [2021-06-09T03:45:35.550Z] 595b0fe564bb: Download complete [2021-06-09T03:45:38.324Z] Removing intermediate container 4b5f875c7269 [2021-06-09T03:45:38.324Z] ---> a296729c7121 [2021-06-09T03:45:38.324Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-09T03:45:38.324Z] ---> Running in 663611864dc0 [2021-06-09T03:45:38.324Z] 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 [2021-06-09T03:45:38.345Z] 595b0fe564bb: Pull complete [2021-06-09T03:45:38.345Z] 7186ed65a4f7: Pull complete [2021-06-09T03:45:38.345Z] 316046926c0a: Pull complete [2021-06-09T03:45:38.345Z] ffd874e62e21: Verifying Checksum [2021-06-09T03:45:38.345Z] ffd874e62e21: Download complete [2021-06-09T03:45:38.945Z] 4ebd0625c992: Download complete [2021-06-09T03:45:49.044Z] 4ebd0625c992: Pull complete [2021-06-09T03:45:49.320Z] 207e8628e3a3: Pull complete [2021-06-09T03:45:49.940Z] c791037a9be2: Pull complete [2021-06-09T03:45:53.357Z] ffd874e62e21: Pull complete [2021-06-09T03:45:53.357Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-09T03:45:53.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-09T03:45:53.357Z] ---> cfc18b08335c [2021-06-09T03:45:53.357Z] 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 [2021-06-09T03:45:57.266Z] Removing intermediate container fb7c242e7678 [2021-06-09T03:45:57.266Z] ---> de3057161af6 [2021-06-09T03:45:57.266Z] [2021-06-09T03:45:57.266Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T03:45:57.266Z] 3.12: Pulling from library/alpine [2021-06-09T03:45:57.266Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T03:45:57.266Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T03:45:57.266Z] ---> 13621d1b12d4 [2021-06-09T03:45:57.266Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-09T03:45:57.266Z] ---> Running in 2ee7fd78505d [2021-06-09T03:45:57.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:45:57.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:45:57.266Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-09T03:45:57.266Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:45:57.266Z] OK: 6 MiB in 15 packages [2021-06-09T03:45:57.273Z] ---> Running in aa6d9102ae81 [2021-06-09T03:45:57.273Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:45:57.869Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:45:58.686Z] Removing intermediate container 2ee7fd78505d [2021-06-09T03:45:58.686Z] ---> e9f230a4965a [2021-06-09T03:45:58.686Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:45:58.686Z] ---> Running in 44e111168efa [2021-06-09T03:45:58.686Z] Removing intermediate container 7c4b191dfbb0 [2021-06-09T03:45:58.686Z] ---> 2f6709532e7b [2021-06-09T03:45:58.686Z] [2021-06-09T03:45:58.686Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T03:45:58.686Z] ---> 13621d1b12d4 [2021-06-09T03:45:58.686Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T03:45:58.686Z] ---> Using cache [2021-06-09T03:45:58.686Z] ---> e9f230a4965a [2021-06-09T03:45:58.686Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:45:58.686Z] ---> Running in ace6aaf5dd56 [2021-06-09T03:45:58.686Z] Removing intermediate container 44e111168efa [2021-06-09T03:45:58.686Z] ---> 9afbc6ce7821 [2021-06-09T03:45:58.686Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-09T03:45:58.855Z] (1/12) Installing libmagic (5.39-r0) [2021-06-09T03:45:58.951Z] ---> Running in e964aa4e7784 [2021-06-09T03:45:58.952Z] Removing intermediate container ace6aaf5dd56 [2021-06-09T03:45:58.952Z] ---> 481ae6e96827 [2021-06-09T03:45:58.952Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-09T03:45:58.952Z] ---> Running in b5f6b1bc06fb [2021-06-09T03:45:59.221Z] Removing intermediate container e964aa4e7784 [2021-06-09T03:45:59.221Z] ---> e2d95c4922d3 [2021-06-09T03:45:59.221Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T03:45:59.221Z] Removing intermediate container b5f6b1bc06fb [2021-06-09T03:45:59.221Z] ---> d3b08b1ea351 [2021-06-09T03:45:59.221Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T03:45:59.221Z] ---> Running in 8b9c5c3ffdae [2021-06-09T03:45:59.221Z] ---> Running in 66b5af4a2e90 [2021-06-09T03:45:59.221Z] Removing intermediate container 8b9c5c3ffdae [2021-06-09T03:45:59.221Z] ---> 33b8f51b28c0 [2021-06-09T03:45:59.221Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:45:59.484Z] Removing intermediate container 66b5af4a2e90 [2021-06-09T03:45:59.484Z] ---> 689d93cc9ac5 [2021-06-09T03:45:59.484Z] Step 16/24 : WORKDIR / [2021-06-09T03:45:59.484Z] ---> Running in d399d6f2d804 [2021-06-09T03:45:59.749Z] ---> 54d3622fca4b [2021-06-09T03:45:59.750Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-09T03:45:59.750Z] Removing intermediate container d399d6f2d804 [2021-06-09T03:45:59.750Z] ---> fbfa02640722 [2021-06-09T03:45:59.750Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:45:59.858Z] (2/12) Installing file (5.39-r0) [2021-06-09T03:46:02.239Z] ---> 1e130f3cb1b8 [2021-06-09T03:46:02.239Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-09T03:46:02.239Z] ---> 64e9894d6732 [2021-06-09T03:46:02.239Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-09T03:46:02.239Z] ---> 1cc4dea3548e [2021-06-09T03:46:02.239Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-09T03:46:02.239Z] ---> eaa7b5d64fa6 [2021-06-09T03:46:02.239Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-09T03:46:02.239Z] ---> Running in 8e3722119d9e [2021-06-09T03:46:02.239Z] Removing intermediate container 8e3722119d9e [2021-06-09T03:46:02.239Z] ---> bdc314847b5c [2021-06-09T03:46:02.239Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:46:02.239Z] ---> Running in f26e63bf43f1 [2021-06-09T03:46:02.239Z] ---> c9594c1f993a [2021-06-09T03:46:02.239Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-09T03:46:02.239Z] ---> Running in b38c0d993560 [2021-06-09T03:46:02.239Z] Removing intermediate container f26e63bf43f1 [2021-06-09T03:46:02.239Z] ---> 33dd18332547 [2021-06-09T03:46:02.239Z] Step 21/23 : LABEL arch=x86_64 [2021-06-09T03:46:02.239Z] ---> Running in 75351c63dc6c [2021-06-09T03:46:02.239Z] Removing intermediate container b38c0d993560 [2021-06-09T03:46:02.239Z] ---> bf0a03b91b10 [2021-06-09T03:46:02.239Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:46:02.239Z] ---> Running in b1e087774840 [2021-06-09T03:46:02.239Z] Removing intermediate container 75351c63dc6c [2021-06-09T03:46:02.239Z] ---> a52a4b661e0a [2021-06-09T03:46:02.239Z] Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:46:02.239Z] ---> Running in 128e6426da36 [2021-06-09T03:46:02.239Z] Removing intermediate container b1e087774840 [2021-06-09T03:46:02.239Z] ---> 31d196d55692 [2021-06-09T03:46:02.239Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T03:46:02.239Z] ---> Running in 8c3819302331 [2021-06-09T03:46:02.239Z] Removing intermediate container 128e6426da36 [2021-06-09T03:46:02.239Z] ---> 53d051647c8b [2021-06-09T03:46:02.239Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T03:46:02.239Z] ---> Running in b4004c3604a2 [2021-06-09T03:46:02.239Z] Removing intermediate container 8c3819302331 [2021-06-09T03:46:02.239Z] ---> 04c8e588d24a [2021-06-09T03:46:02.239Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:46:02.239Z] ---> Running in ea7e5971fb1f [2021-06-09T03:46:02.239Z] Removing intermediate container b4004c3604a2 [2021-06-09T03:46:02.239Z] ---> 034ccf532774 [2021-06-09T03:46:02.239Z] [2021-06-09T03:46:02.244Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-09T03:46:02.244Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-09T03:46:02.813Z] Removing intermediate container ea7e5971fb1f [2021-06-09T03:46:02.813Z] ---> dcf80707bc33 [2021-06-09T03:46:02.813Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T03:46:02.813Z] Successfully built 034ccf532774 [2021-06-09T03:46:02.813Z] Successfully tagged support-scheduler:latest [2021-06-09T03:46:02.813Z] Building security-bootstrapper [2021-06-09T03:46:03.074Z]  Building support-scheduler ... done  ---> Running in 86e1238b7f24 [2021-06-09T03:46:03.074Z] Removing intermediate container 1bb9316a1e90 [2021-06-09T03:46:03.074Z] ---> 493997053db5 [2021-06-09T03:46:03.074Z] [2021-06-09T03:46:03.074Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T03:46:03.074Z] ---> 13621d1b12d4 [2021-06-09T03:46:03.074Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-09T03:46:03.338Z] ---> Running in eb8cf32b7e43 [2021-06-09T03:46:03.615Z] Removing intermediate container 86e1238b7f24 [2021-06-09T03:46:03.615Z] ---> edb0c619ca17 [2021-06-09T03:46:03.615Z] [2021-06-09T03:46:03.615Z] Successfully built edb0c619ca17 [2021-06-09T03:46:03.615Z] Successfully tagged core-command:latest [2021-06-09T03:46:03.615Z] Building security-proxy-setup [2021-06-09T03:46:04.597Z]  Building core-command ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:04.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:05.146Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-09T03:46:05.146Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-09T03:46:05.146Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:46:05.146Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T03:46:05.146Z] OK: 6 MiB in 16 packages [2021-06-09T03:46:09.689Z] Removing intermediate container ff6fa13b8471 [2021-06-09T03:46:09.689Z] ---> 609b15aae0d0 [2021-06-09T03:46:09.689Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-09T03:46:09.996Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:46:09.996Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:46:09.996Z] ---> 6df1073a981f [2021-06-09T03:46:09.996Z] Step 3/22 : WORKDIR /edgex-go [2021-06-09T03:46:09.996Z] ---> Using cache [2021-06-09T03:46:09.996Z] ---> 6fe4e65709f1 [2021-06-09T03:46:09.996Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:46:09.996Z] ---> Using cache [2021-06-09T03:46:09.996Z] ---> e441b274349f [2021-06-09T03:46:09.996Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-09T03:46:10.263Z] ---> Running in ef24a8f263b1 [2021-06-09T03:46:10.263Z] ---> Running in 7c79e45691c5 [2021-06-09T03:46:10.531Z] Removing intermediate container eb8cf32b7e43 [2021-06-09T03:46:10.531Z] ---> ae51f859db75 [2021-06-09T03:46:10.531Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:46:10.531Z] ---> Running in a662a880fa97 [2021-06-09T03:46:10.792Z] 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 [2021-06-09T03:46:11.055Z] Removing intermediate container a662a880fa97 [2021-06-09T03:46:11.055Z] ---> d71a22d42bcc [2021-06-09T03:46:11.055Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-09T03:46:11.055Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:11.318Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:46:11.318Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:46:11.318Z] ---> 6df1073a981f [2021-06-09T03:46:11.318Z] Step 3/32 : WORKDIR /edgex-go [2021-06-09T03:46:11.318Z] ---> Using cache [2021-06-09T03:46:11.318Z] ---> 6fe4e65709f1 [2021-06-09T03:46:11.318Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:46:11.318Z] ---> Using cache [2021-06-09T03:46:11.318Z] ---> e441b274349f [2021-06-09T03:46:11.318Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-09T03:46:11.318Z] ---> Running in e11e9d91c91e [2021-06-09T03:46:11.318Z] ---> Running in ef85bd8ed067 [2021-06-09T03:46:11.623Z] Removing intermediate container e11e9d91c91e [2021-06-09T03:46:11.623Z] ---> 06b4188f6605 [2021-06-09T03:46:11.623Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T03:46:11.623Z] ---> Running in e4bb08dc134a [2021-06-09T03:46:11.890Z] Removing intermediate container e4bb08dc134a [2021-06-09T03:46:11.890Z] ---> 977b8e00d326 [2021-06-09T03:46:11.890Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:46:12.155Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:12.155Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:12.155Z] Removing intermediate container ef24a8f263b1 [2021-06-09T03:46:12.155Z] ---> 99cf00e91eff [2021-06-09T03:46:12.155Z] [2021-06-09T03:46:12.155Z] Step 12/24 : FROM docker:20.10.0 [2021-06-09T03:46:12.155Z] ---> 12cdb1695576 [2021-06-09T03:46:12.155Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-09T03:46:12.436Z] 20.10.0: Pulling from library/docker [2021-06-09T03:46:12.714Z] ---> 9e6b57f9a26d [2021-06-09T03:46:12.714Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-09T03:46:12.994Z] OK: 219 MiB in 52 packages [2021-06-09T03:46:13.262Z] ---> 16fe3a5e135c [2021-06-09T03:46:13.262Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-09T03:46:13.262Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:13.262Z] ---> Running in 262495f9418e [2021-06-09T03:46:13.842Z] Removing intermediate container 262495f9418e [2021-06-09T03:46:13.842Z] ---> 5d8a44e8ccce [2021-06-09T03:46:13.842Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:46:13.842Z] Removing intermediate container 7c79e45691c5 [2021-06-09T03:46:13.842Z] ---> cea7495152e6 [2021-06-09T03:46:13.842Z] Step 6/22 : COPY go.mod . [2021-06-09T03:46:14.107Z] ---> Running in fdd7c78eed0e [2021-06-09T03:46:14.368Z] Removing intermediate container fdd7c78eed0e [2021-06-09T03:46:14.368Z] ---> f1f6bd3ba609 [2021-06-09T03:46:14.368Z] Step 21/23 : LABEL arch=x86_64 [2021-06-09T03:46:14.368Z] ---> add0f2fa9eb8 [2021-06-09T03:46:14.368Z] Step 7/22 : RUN go mod download [2021-06-09T03:46:14.368Z] ---> Running in ce1b1a67c5be [2021-06-09T03:46:14.368Z] ---> Running in f9b92f0c7de1 [2021-06-09T03:46:14.368Z] Removing intermediate container ce1b1a67c5be [2021-06-09T03:46:14.368Z] ---> 1a2cdc0d0899 [2021-06-09T03:46:14.368Z] Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:46:14.631Z] ---> Running in 6c7447a33b3e [2021-06-09T03:46:14.896Z] Removing intermediate container 6c7447a33b3e [2021-06-09T03:46:14.896Z] ---> e4de238c200d [2021-06-09T03:46:14.896Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T03:46:14.896Z] ---> Running in e25ff63432f0 [2021-06-09T03:46:15.160Z] Removing intermediate container e25ff63432f0 [2021-06-09T03:46:15.160Z] ---> 331e58aa182f [2021-06-09T03:46:15.160Z] [2021-06-09T03:46:15.438Z] Successfully built 331e58aa182f [2021-06-09T03:46:15.438Z] Successfully tagged support-notifications:latest [2021-06-09T03:46:15.438Z] Building core-metadata [2021-06-09T03:46:15.438Z]  Building support-notifications ... done Removing intermediate container f9b92f0c7de1 [2021-06-09T03:46:15.438Z] ---> ff12b7c5e847 [2021-06-09T03:46:15.438Z] Step 8/22 : COPY . . [2021-06-09T03:46:16.429Z] OK: 219 MiB in 52 packages [2021-06-09T03:46:21.716Z] Removing intermediate container 663611864dc0 [2021-06-09T03:46:21.716Z] ---> 786ab3199a72 [2021-06-09T03:46:21.716Z] [2021-06-09T03:46:21.716Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T03:46:21.716Z] ---> 13621d1b12d4 [2021-06-09T03:46:21.716Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-09T03:46:22.300Z] ---> Running in 6aaa5da28109 [2021-06-09T03:46:24.794Z] Removing intermediate container ef85bd8ed067 [2021-06-09T03:46:24.794Z] ---> 250a2bfee900 [2021-06-09T03:46:24.794Z] Step 6/32 : COPY go.mod . [2021-06-09T03:46:24.794Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-09T03:46:24.794Z] Removing intermediate container 6aaa5da28109 [2021-06-09T03:46:24.794Z] ---> 28f6f9c4855d [2021-06-09T03:46:24.794Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-09T03:46:24.794Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-09T03:46:24.794Z] ---> aefe523efa57 [2021-06-09T03:46:24.794Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:46:24.794Z] ---> f63e94092dd4 [2021-06-09T03:46:24.794Z] Step 7/32 : RUN go mod download [2021-06-09T03:46:24.794Z] ---> Running in 27e63605918b [2021-06-09T03:46:24.794Z] ---> Running in c6e52bd25e36 [2021-06-09T03:46:24.794Z] ---> Running in a29bd5eafb94 [2021-06-09T03:46:24.794Z] Removing intermediate container 27e63605918b [2021-06-09T03:46:24.794Z] ---> 4377f9e9dc7c [2021-06-09T03:46:24.794Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-09T03:46:24.794Z] ---> b952c9226c07 [2021-06-09T03:46:24.794Z] Step 9/22 : RUN go mod tidy [2021-06-09T03:46:24.794Z] ---> Running in 9b72a2f6c577 [2021-06-09T03:46:24.794Z] Removing intermediate container c6e52bd25e36 [2021-06-09T03:46:24.794Z] ---> aa6ecee3246a [2021-06-09T03:46:24.794Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-09T03:46:24.794Z] ---> Running in 340666d14daf [2021-06-09T03:46:24.794Z] ---> Running in 37012302644f [2021-06-09T03:46:24.794Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:46:24.794Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:46:24.794Z] ---> 6df1073a981f [2021-06-09T03:46:24.794Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:46:24.794Z] ---> Using cache [2021-06-09T03:46:24.794Z] ---> 6fe4e65709f1 [2021-06-09T03:46:24.794Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:46:24.794Z] ---> Using cache [2021-06-09T03:46:24.794Z] ---> e441b274349f [2021-06-09T03:46:24.794Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T03:46:24.794Z] ---> Using cache [2021-06-09T03:46:24.794Z] ---> 250a2bfee900 [2021-06-09T03:46:24.794Z] Step 6/24 : COPY go.mod . [2021-06-09T03:46:24.794Z] ---> Using cache [2021-06-09T03:46:24.794Z] ---> f63e94092dd4 [2021-06-09T03:46:24.794Z] Step 7/24 : RUN go mod download [2021-06-09T03:46:24.794Z] Removing intermediate container 9b72a2f6c577 [2021-06-09T03:46:24.794Z] ---> 6310bdf2fb46 [2021-06-09T03:46:24.794Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:46:24.794Z] ---> Running in e1d80f14fc3f [2021-06-09T03:46:24.794Z] ---> Running in 52e77af96f8b [2021-06-09T03:46:24.943Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-09T03:46:24.943Z] (6/12) Installing patch (2.7.6-r6) [2021-06-09T03:46:24.943Z] (7/12) Installing build-base (0.5-r2) [2021-06-09T03:46:24.943Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-09T03:46:24.943Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-09T03:46:24.943Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-09T03:46:24.943Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-09T03:46:24.943Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-09T03:46:24.943Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T03:46:24.943Z] OK: 218 MiB in 52 packages [2021-06-09T03:46:25.061Z] Removing intermediate container a29bd5eafb94 [2021-06-09T03:46:25.061Z] ---> 42f55a432f82 [2021-06-09T03:46:25.061Z] Step 8/32 : COPY . . [2021-06-09T03:46:25.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:25.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:25.330Z] (1/39) Installing readline (8.0.4-r0) [2021-06-09T03:46:25.330Z] (2/39) Installing bash (5.0.17-r0) [2021-06-09T03:46:25.598Z] Executing bash-5.0.17-r0.post-install [2021-06-09T03:46:25.598Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T03:46:25.598Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-09T03:46:25.598Z] (5/39) Installing curl (7.77.0-r0) [2021-06-09T03:46:25.598Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-09T03:46:25.598Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-09T03:46:25.598Z] (8/39) Installing expat (2.2.9-r1) [2021-06-09T03:46:26.196Z] (9/39) Installing libffi (3.3-r2) [2021-06-09T03:46:26.196Z] (10/39) Installing gdbm (1.13-r1) [2021-06-09T03:46:26.196Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-09T03:46:26.196Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-09T03:46:26.196Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-09T03:46:26.923Z] Removing intermediate container aa6d9102ae81 [2021-06-09T03:46:26.923Z] ---> a5c0d0311ee4 [2021-06-09T03:46:26.923Z] Step 4/6 : WORKDIR /edgex-go [2021-06-09T03:46:29.308Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-09T03:46:29.308Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-09T03:46:29.308Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-09T03:46:29.308Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-09T03:46:29.308Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-09T03:46:29.308Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-09T03:46:29.308Z] Removing intermediate container e1d80f14fc3f [2021-06-09T03:46:29.308Z] ---> 978d5b163098 [2021-06-09T03:46:29.308Z] Step 8/24 : COPY . . [2021-06-09T03:46:29.308Z] Removing intermediate container 52e77af96f8b [2021-06-09T03:46:29.308Z] ---> 426055a29c8d [2021-06-09T03:46:29.308Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-09T03:46:29.308Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-09T03:46:29.308Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-09T03:46:29.308Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-09T03:46:29.308Z] Removing intermediate container 340666d14daf [2021-06-09T03:46:29.308Z] ---> 2e616f3c302f [2021-06-09T03:46:29.308Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-09T03:46:29.308Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-09T03:46:29.308Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-09T03:46:29.308Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-09T03:46:29.308Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-09T03:46:29.308Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-09T03:46:29.308Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-09T03:46:29.308Z] ---> Running in 11d9be9ab597 [2021-06-09T03:46:29.308Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-09T03:46:29.308Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-09T03:46:29.308Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-09T03:46:29.316Z] ---> Running in 09e187cdda17 [2021-06-09T03:46:29.316Z] Removing intermediate container 09e187cdda17 [2021-06-09T03:46:29.316Z] ---> 5a74463cdee5 [2021-06-09T03:46:29.316Z] Step 5/6 : COPY go.mod . [2021-06-09T03:46:29.316Z] ---> 7fd03836f1f0 [2021-06-09T03:46:29.316Z] Step 6/6 : RUN go mod download [2021-06-09T03:46:29.316Z] ---> Running in 0284f2b5c7b5 [2021-06-09T03:46:29.579Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-09T03:46:30.176Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-09T03:46:30.176Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-09T03:46:30.176Z] ---> Running in ad309c38a111 [2021-06-09T03:46:30.176Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-09T03:46:30.176Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-09T03:46:30.176Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-09T03:46:30.176Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-09T03:46:30.176Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-09T03:46:30.176Z] Executing busybox-1.31.1-r19.trigger [2021-06-09T03:46:30.176Z] OK: 72 MiB in 59 packages [2021-06-09T03:46:30.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:31.049Z] 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 [2021-06-09T03:46:31.049Z] Collecting docker-compose==1.23.2 [2021-06-09T03:46:31.049Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-09T03:46:31.353Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-09T03:46:31.353Z] Collecting cached-property<2,>=1.2.0 [2021-06-09T03:46:31.353Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-09T03:46:31.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:46:31.642Z] Collecting PyYAML<4,>=3.10 [2021-06-09T03:46:31.642Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-09T03:46:34.179Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-09T03:46:34.179Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-09T03:46:34.179Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-09T03:46:34.179Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-09T03:46:34.179Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-09T03:46:34.179Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-09T03:46:34.446Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:46:34.446Z] OK: 8 MiB in 20 packages [2021-06-09T03:46:34.446Z] Collecting jsonschema<3,>=2.5.1 [2021-06-09T03:46:34.446Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-09T03:46:34.707Z] ---> fcf9f4af393f [2021-06-09T03:46:34.707Z] Step 9/32 : RUN go mod tidy [2021-06-09T03:46:34.707Z] Collecting docopt<0.7,>=0.6.1 [2021-06-09T03:46:34.707Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-09T03:46:34.707Z] ---> Running in 6858b4f0c291 [2021-06-09T03:46:34.971Z] ---> 3daecd266ec0 [2021-06-09T03:46:34.971Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:46:34.971Z] ---> Running in 46b994824744 [2021-06-09T03:46:35.235Z] Removing intermediate container 11d9be9ab597 [2021-06-09T03:46:35.235Z] ---> 49e779b495ff [2021-06-09T03:46:35.235Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:46:35.497Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-09T03:46:35.497Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-09T03:46:35.497Z] ---> daba03bbacb3 [2021-06-09T03:46:35.497Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-09T03:46:36.456Z] ---> 9bbc43880c95 [2021-06-09T03:46:36.457Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-09T03:46:36.457Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-09T03:46:36.457Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-09T03:46:36.457Z] Collecting texttable<0.10,>=0.9.0 [2021-06-09T03:46:36.457Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-09T03:46:36.719Z] ---> 494d74688493 [2021-06-09T03:46:36.719Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-09T03:46:36.719Z] ---> Running in e50c8077333b [2021-06-09T03:46:36.982Z] Removing intermediate container e50c8077333b [2021-06-09T03:46:36.982Z] ---> 3084cd02d9a0 [2021-06-09T03:46:36.982Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:46:36.982Z] Removing intermediate container 6858b4f0c291 [2021-06-09T03:46:36.982Z] ---> 77315d4f5d4e [2021-06-09T03:46:36.982Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-09T03:46:37.248Z] ---> Running in 3c7a95796bb8 [2021-06-09T03:46:37.248Z] ---> Running in f11ef1d992e4 [2021-06-09T03:46:37.248Z] Collecting docker<4.0,>=3.6.0 [2021-06-09T03:46:37.248Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-09T03:46:37.248Z] Removing intermediate container 46b994824744 [2021-06-09T03:46:37.248Z] ---> b3d6041818bb [2021-06-09T03:46:37.248Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-09T03:46:37.248Z] ---> Running in e283d26c0fbd [2021-06-09T03:46:37.248Z] Removing intermediate container 3c7a95796bb8 [2021-06-09T03:46:37.248Z] ---> f8879d21c00f [2021-06-09T03:46:37.248Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T03:46:37.508Z] ---> Running in 2180066a4786 [2021-06-09T03:46:37.508Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-09T03:46:37.508Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-09T03:46:39.632Z] Collecting docker-pycreds>=0.4.0 [2021-06-09T03:46:39.632Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-09T03:46:39.632Z] Removing intermediate container 2180066a4786 [2021-06-09T03:46:39.632Z] ---> 953c4910efb1 [2021-06-09T03:46:39.632Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:46:39.632Z] ---> Running in d250373c60b5 [2021-06-09T03:46:39.632Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-09T03:46:39.632Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-09T03:46:39.632Z] 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 [2021-06-09T03:46:39.632Z] 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) [2021-06-09T03:46:39.632Z] 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) [2021-06-09T03:46:39.632Z] Removing intermediate container d250373c60b5 [2021-06-09T03:46:39.632Z] ---> b960bad5b792 [2021-06-09T03:46:39.632Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T03:46:39.632Z] ---> Running in 2fb7c13096c0 [2021-06-09T03:46:39.632Z] Collecting idna<2.8,>=2.5 [2021-06-09T03:46:39.632Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-09T03:46:39.632Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-09T03:46:39.632Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-09T03:46:39.632Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-09T03:46:39.632Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-09T03:46:39.632Z] 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 [2021-06-09T03:46:39.632Z] Removing intermediate container 2fb7c13096c0 [2021-06-09T03:46:39.632Z] ---> 107498bd9c50 [2021-06-09T03:46:39.632Z] [2021-06-09T03:46:39.632Z] Installing collected packages: cached-property, PyYAML, jsonschema, docopt, dockerpty, websocket-client, texttable, docker-pycreds, urllib3, idna, requests, docker, docker-compose [2021-06-09T03:46:39.632Z] Successfully built 107498bd9c50 [2021-06-09T03:46:39.632Z] Running setup.py install for PyYAML: started [2021-06-09T03:46:39.632Z] Successfully tagged core-data:latest [2021-06-09T03:46:39.632Z] Building security-secretstore-setup [2021-06-09T03:46:39.632Z]  Building core-data ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-06-09T03:46:39.632Z] Running setup.py install for docopt: started [2021-06-09T03:46:40.214Z] Running setup.py install for docopt: finished with status 'done' [2021-06-09T03:46:40.214Z] Running setup.py install for dockerpty: started [2021-06-09T03:46:40.795Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-09T03:46:41.065Z] Running setup.py install for texttable: started [2021-06-09T03:46:43.431Z] Running setup.py install for texttable: finished with status 'done' [2021-06-09T03:46:43.431Z] Attempting uninstall: urllib3 [2021-06-09T03:46:43.431Z] Found existing installation: urllib3 1.25.9 [2021-06-09T03:46:43.431Z] Uninstalling urllib3-1.25.9: [2021-06-09T03:46:43.431Z] Successfully uninstalled urllib3-1.25.9 [2021-06-09T03:46:43.431Z] Attempting uninstall: idna [2021-06-09T03:46:43.431Z] Found existing installation: idna 2.9 [2021-06-09T03:46:43.431Z] Uninstalling idna-2.9: [2021-06-09T03:46:43.431Z] Successfully uninstalled idna-2.9 [2021-06-09T03:46:43.431Z] Attempting uninstall: requests [2021-06-09T03:46:43.431Z] Found existing installation: requests 2.23.0 [2021-06-09T03:46:43.431Z] Uninstalling requests-2.23.0: [2021-06-09T03:46:43.431Z] Successfully uninstalled requests-2.23.0 [2021-06-09T03:46:44.032Z] 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 [2021-06-09T03:46:48.316Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:46:48.316Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:46:48.316Z] ---> 6df1073a981f [2021-06-09T03:46:48.316Z] Step 3/26 : WORKDIR /edgex-go [2021-06-09T03:46:48.316Z] ---> Using cache [2021-06-09T03:46:48.316Z] ---> 6fe4e65709f1 [2021-06-09T03:46:48.316Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:46:48.316Z] ---> Using cache [2021-06-09T03:46:48.316Z] ---> e441b274349f [2021-06-09T03:46:48.316Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-09T03:46:48.316Z] ---> Using cache [2021-06-09T03:46:48.316Z] ---> 250a2bfee900 [2021-06-09T03:46:48.316Z] Step 6/26 : COPY go.mod . [2021-06-09T03:46:48.316Z] ---> Using cache [2021-06-09T03:46:48.316Z] ---> f63e94092dd4 [2021-06-09T03:46:48.316Z] Step 7/26 : RUN go mod download [2021-06-09T03:46:48.316Z] ---> Using cache [2021-06-09T03:46:48.316Z] ---> 978d5b163098 [2021-06-09T03:46:48.316Z] Step 8/26 : COPY . . [2021-06-09T03:46:48.316Z] ---> Using cache [2021-06-09T03:46:48.316Z] ---> 3daecd266ec0 [2021-06-09T03:46:48.316Z] Step 9/26 : RUN go mod tidy [2021-06-09T03:46:48.316Z] ---> Using cache [2021-06-09T03:46:48.316Z] ---> b3d6041818bb [2021-06-09T03:46:48.316Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-09T03:46:48.316Z] ---> Running in 6785c01ce27f [2021-06-09T03:46:48.316Z] 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 [2021-06-09T03:46:52.156Z] Removing intermediate container 37012302644f [2021-06-09T03:46:52.156Z] ---> 36b4d27a52bc [2021-06-09T03:46:52.156Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-09T03:46:52.156Z] ---> Running in 889148a486a5 [2021-06-09T03:46:52.156Z] Removing intermediate container 889148a486a5 [2021-06-09T03:46:52.156Z] ---> 442b868a74f9 [2021-06-09T03:46:52.156Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-09T03:46:52.156Z] ---> Running in 87048ebc35f8 [2021-06-09T03:46:52.156Z] Removing intermediate container 87048ebc35f8 [2021-06-09T03:46:52.156Z] ---> 1bd1a375863c [2021-06-09T03:46:52.156Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-09T03:46:52.156Z] ---> dc744dc43767 [2021-06-09T03:46:52.156Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-09T03:46:52.156Z] ---> 8959ef989071 [2021-06-09T03:46:52.156Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-09T03:46:52.156Z] ---> 4d9d78052e50 [2021-06-09T03:46:52.156Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-09T03:46:52.156Z] ---> Running in 0bb169eb1e29 [2021-06-09T03:46:52.156Z] Removing intermediate container 0bb169eb1e29 [2021-06-09T03:46:52.156Z] ---> f315a2a0eec3 [2021-06-09T03:46:52.156Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:46:52.156Z] ---> Running in c05dd4c4b7a3 [2021-06-09T03:46:52.423Z] Removing intermediate container c05dd4c4b7a3 [2021-06-09T03:46:52.423Z] ---> 69fc3592a442 [2021-06-09T03:46:52.423Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T03:46:52.708Z] ---> Running in a72bb2eda3cc [2021-06-09T03:46:52.982Z] Removing intermediate container a72bb2eda3cc [2021-06-09T03:46:52.982Z] ---> bfacd2ced233 [2021-06-09T03:46:52.982Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:46:53.275Z] ---> Running in de5d4d123a95 [2021-06-09T03:46:53.275Z] Removing intermediate container de5d4d123a95 [2021-06-09T03:46:53.275Z] ---> 40d39ecf0f7e [2021-06-09T03:46:53.275Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T03:46:53.275Z] ---> Running in 79fc2f006503 [2021-06-09T03:46:53.545Z] Removing intermediate container 79fc2f006503 [2021-06-09T03:46:53.545Z] ---> 2ae4b36d5ac1 [2021-06-09T03:46:53.545Z] [2021-06-09T03:46:53.545Z] Successfully built 2ae4b36d5ac1 [2021-06-09T03:46:53.545Z] Successfully tagged sys-mgmt-agent:latest [2021-06-09T03:46:56.016Z] Removing intermediate container 0284f2b5c7b5 [2021-06-09T03:46:56.016Z] ---> 6c6a2a1739e5 [2021-06-09T03:46:56.016Z] Successfully built 6c6a2a1739e5 [2021-06-09T03:46:56.016Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:46:56.366Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T03:46:56.366Z] . [Pipeline] withDockerContainer [2021-06-09T03:46:58.629Z]  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 [2021-06-09T03:46:58.873Z] prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container [2021-06-09T03:46:58.968Z] $ 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 [2021-06-09T03:47:00.627Z] $ docker top c0125104e9b60efe315c0105e427a9997e227bcf192062e8b77a1e2db6fcf389 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T03:47:03.907Z] + go version [2021-06-09T03:47:03.907Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-09T03:47:03.938Z] $ docker stop --time=1 c0125104e9b60efe315c0105e427a9997e227bcf192062e8b77a1e2db6fcf389 [2021-06-09T03:47:04.045Z] Removing intermediate container ad309c38a111 [2021-06-09T03:47:04.045Z] ---> fe4fb99ae7dc [2021-06-09T03:47:04.045Z] [2021-06-09T03:47:04.045Z] Step 11/22 : FROM alpine:3.12 [2021-06-09T03:47:04.045Z] ---> 13621d1b12d4 [2021-06-09T03:47:04.045Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-09T03:47:04.045Z] ---> Running in c6ec34fbe525 [2021-06-09T03:47:04.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:47:04.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:47:04.601Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-09T03:47:04.601Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T03:47:04.601Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-09T03:47:04.601Z] (4/4) Installing curl (7.77.0-r0) [2021-06-09T03:47:04.601Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:47:04.601Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T03:47:04.601Z] OK: 7 MiB in 18 packages [2021-06-09T03:47:07.783Z] $ docker rm -f c0125104e9b60efe315c0105e427a9997e227bcf192062e8b77a1e2db6fcf389 [2021-06-09T03:47:07.780Z] Removing intermediate container c6ec34fbe525 [2021-06-09T03:47:07.780Z] ---> 4f9e7178431e [2021-06-09T03:47:07.780Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T03:47:07.780Z] ---> Running in d5cd2572cc26 [2021-06-09T03:47:07.780Z] Removing intermediate container d5cd2572cc26 [2021-06-09T03:47:07.780Z] ---> c2d50f2467a4 [2021-06-09T03:47:07.780Z] Step 14/22 : WORKDIR /edgex [2021-06-09T03:47:07.780Z] ---> Running in 17de0d2ad7cc [2021-06-09T03:47:07.780Z] Removing intermediate container 17de0d2ad7cc [2021-06-09T03:47:07.780Z] ---> e71449cfd787 [2021-06-09T03:47:07.780Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-09T03:47:07.780Z] ---> 8d70a9f30b7a [2021-06-09T03:47:07.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-09T03:47:07.780Z] ---> 7f48fb149b74 [2021-06-09T03:47:07.780Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-09T03:47:07.780Z] ---> c57e49d57e66 [2021-06-09T03:47:07.780Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-09T03:47:07.780Z] ---> Running in df0cd5d39331 [2021-06-09T03:47:07.780Z] Removing intermediate container df0cd5d39331 [2021-06-09T03:47:07.780Z] ---> 406205272f92 [2021-06-09T03:47:07.780Z] Step 19/22 : CMD ["--init=true"] [2021-06-09T03:47:07.780Z] ---> Running in 59d19c84ffd6 [2021-06-09T03:47:07.780Z] Removing intermediate container 59d19c84ffd6 [2021-06-09T03:47:07.780Z] ---> b9ade60e49e6 [2021-06-09T03:47:07.780Z] Step 20/22 : LABEL arch=x86_64 [2021-06-09T03:47:07.780Z] ---> Running in 3238fbeb27ac [2021-06-09T03:47:07.780Z] Removing intermediate container 3238fbeb27ac [2021-06-09T03:47:07.780Z] ---> 1e0bc64df7b5 [2021-06-09T03:47:07.780Z] Step 21/22 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:47:07.780Z] ---> Running in 1e6cb8535ee7 [Pipeline] // withDockerContainer [2021-06-09T03:47:08.055Z] Removing intermediate container 1e6cb8535ee7 [Pipeline] } [2021-06-09T03:47:08.055Z] ---> bb5dc143c48c [2021-06-09T03:47:08.056Z] Step 22/22 : LABEL version=0.0.0 [2021-06-09T03:47:08.056Z] ---> Running in 9eab9a37124a [2021-06-09T03:47:08.056Z] Removing intermediate container 9eab9a37124a [2021-06-09T03:47:08.056Z] ---> 6e7221612535 [2021-06-09T03:47:08.056Z] [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:47:08.334Z] Successfully built 6e7221612535 [2021-06-09T03:47:08.334Z] Successfully tagged security-proxy-setup:latest [2021-06-09T03:47:08.632Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T03:47:08.632Z] . [Pipeline] withDockerContainer [2021-06-09T03:47:08.894Z] prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container [2021-06-09T03:47:08.982Z] $ 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 [2021-06-09T03:47:12.211Z]  Building security-proxy-setup ... done Removing intermediate container f11ef1d992e4 [2021-06-09T03:47:12.211Z] ---> f667f7f738d1 [2021-06-09T03:47:12.211Z] [2021-06-09T03:47:12.211Z] Step 11/32 : FROM alpine:3.12 [2021-06-09T03:47:12.211Z] ---> 13621d1b12d4 [2021-06-09T03:47:12.211Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-09T03:47:12.211Z] ---> Running in 83e9ef7e0efc [2021-06-09T03:47:12.211Z] Removing intermediate container 83e9ef7e0efc [2021-06-09T03:47:12.211Z] ---> 0885c725173c [2021-06-09T03:47:12.211Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-09T03:47:12.211Z] ---> Running in 509c301657a3 [2021-06-09T03:47:12.218Z] $ docker top bd9feef2b91eec275481d83547cd877c99fd0a47d82776cb5c2ecd4f3210842d -eo pid,comm [2021-06-09T03:47:12.483Z] 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 [2021-06-09T03:47:14.723Z] Removing intermediate container e283d26c0fbd [2021-06-09T03:47:14.723Z] ---> 90a0a8fd3f83 [2021-06-09T03:47:14.723Z] [2021-06-09T03:47:14.723Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T03:47:14.723Z] ---> 13621d1b12d4 [2021-06-09T03:47:14.723Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T03:47:14.723Z] ---> Using cache [2021-06-09T03:47:14.723Z] ---> e9f230a4965a [2021-06-09T03:47:14.723Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:47:14.723Z] ---> Using cache [2021-06-09T03:47:14.723Z] ---> 481ae6e96827 [2021-06-09T03:47:14.723Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-09T03:47:14.723Z] ---> Running in 7a3682ad2c4d [2021-06-09T03:47:14.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:47:14.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:47:14.723Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-09T03:47:14.723Z] (2/2) Installing su-exec (0.2-r1) [2021-06-09T03:47:14.723Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:47:14.723Z] OK: 6 MiB in 16 packages [2021-06-09T03:47:14.723Z] Removing intermediate container 7a3682ad2c4d [2021-06-09T03:47:14.723Z] ---> c883d84171b7 [2021-06-09T03:47:14.723Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T03:47:14.723Z] ---> Running in 5a061bc56c62 [2021-06-09T03:47:14.723Z] Removing intermediate container 5a061bc56c62 [2021-06-09T03:47:14.723Z] ---> 296804bd1cb6 [2021-06-09T03:47:14.723Z] Step 16/24 : WORKDIR / [2021-06-09T03:47:14.723Z] Removing intermediate container 509c301657a3 [2021-06-09T03:47:14.723Z] ---> d5d9ec70993e [2021-06-09T03:47:14.723Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-09T03:47:14.723Z] ---> Running in 693c2d759840 [2021-06-09T03:47:14.723Z] ---> Running in a7d9f22ad69f [2021-06-09T03:47:14.723Z] Removing intermediate container 693c2d759840 [2021-06-09T03:47:14.723Z] ---> cb0757c48630 [2021-06-09T03:47:14.723Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:47:14.723Z] Removing intermediate container a7d9f22ad69f [2021-06-09T03:47:14.723Z] ---> c83f2df53ad2 [2021-06-09T03:47:14.723Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-09T03:47:14.723Z] ---> Running in 7abf70179e3c [2021-06-09T03:47:14.723Z] ---> b9e319fcf792 [2021-06-09T03:47:14.723Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-09T03:47:14.723Z] Removing intermediate container 7abf70179e3c [2021-06-09T03:47:14.723Z] ---> b794b2873a8b [2021-06-09T03:47:14.723Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-09T03:47:14.723Z] ---> Running in b5b6f9537e7b [2021-06-09T03:47:14.723Z] Removing intermediate container 6785c01ce27f [2021-06-09T03:47:14.723Z] ---> ed14d3be73b2 [2021-06-09T03:47:14.723Z] [2021-06-09T03:47:14.723Z] Step 11/26 : FROM alpine:3.12 [2021-06-09T03:47:14.723Z] ---> 13621d1b12d4 [2021-06-09T03:47:14.723Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-09T03:47:14.723Z] ---> dd7faf002a6d [2021-06-09T03:47:14.723Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-09T03:47:14.723Z] ---> Running in 2ea20d72a662 [2021-06-09T03:47:14.723Z] ---> 53f040298040 [2021-06-09T03:47:14.723Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-09T03:47:14.723Z] ---> Running in 977361f8722f [Pipeline] { [Pipeline] echo [2021-06-09T03:47:14.760Z] ========================================================= [2021-06-09T03:47:14.760Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-09T03:47:14.760Z] ========================================================= [Pipeline] sh [2021-06-09T03:47:14.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T03:47:14.984Z] Removing intermediate container 977361f8722f [2021-06-09T03:47:14.984Z] ---> cde0649bfdbc [2021-06-09T03:47:14.984Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:47:14.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T03:47:14.984Z] ---> Running in 6dbecd862758 [2021-06-09T03:47:14.984Z] Removing intermediate container b5b6f9537e7b [2021-06-09T03:47:14.984Z] ---> b09e3c298ab1 [2021-06-09T03:47:14.984Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-09T03:47:14.984Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-09T03:47:14.984Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T03:47:14.984Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-09T03:47:14.984Z] (4/6) Installing curl (7.77.0-r0) [2021-06-09T03:47:14.984Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-09T03:47:14.984Z] (6/6) Installing su-exec (0.2-r1) [2021-06-09T03:47:14.984Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:47:14.984Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T03:47:15.259Z] ---> Running in 9dbec5318e99 [2021-06-09T03:47:15.259Z] Removing intermediate container 6dbecd862758 [2021-06-09T03:47:15.259Z] ---> e5751e187c6f [2021-06-09T03:47:15.259Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T03:47:15.259Z] OK: 7 MiB in 20 packages [2021-06-09T03:47:15.259Z] ---> Running in fe732460ad0c [2021-06-09T03:47:15.259Z] Removing intermediate container 9dbec5318e99 [2021-06-09T03:47:15.259Z] ---> ae648b96a80b [2021-06-09T03:47:15.259Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-09T03:47:15.259Z] Removing intermediate container fe732460ad0c [2021-06-09T03:47:15.259Z] ---> d6e9411b86d0 [2021-06-09T03:47:15.259Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:47:15.406Z] + go mod tidy [2021-06-09T03:47:15.523Z] ---> Running in 950b8c6c0c72 [2021-06-09T03:47:15.523Z] Removing intermediate container 2ea20d72a662 [2021-06-09T03:47:15.523Z] ---> b3703c9807f7 [2021-06-09T03:47:15.523Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T03:47:15.523Z] ---> 661c8676f458 [2021-06-09T03:47:15.523Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-09T03:47:15.523Z] ---> Running in cb8d749e0988 [2021-06-09T03:47:15.523Z] ---> Running in 1c3e2eba029c [2021-06-09T03:47:15.523Z] Removing intermediate container 950b8c6c0c72 [2021-06-09T03:47:15.523Z] ---> 97ef9c2bab9c [2021-06-09T03:47:15.523Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T03:47:15.523Z] ---> Running in cb83667be861 [2021-06-09T03:47:15.788Z] Removing intermediate container cb8d749e0988 [2021-06-09T03:47:15.788Z] ---> fed5d00407a2 [2021-06-09T03:47:15.788Z] Step 14/26 : WORKDIR / [2021-06-09T03:47:15.788Z] ---> Running in 2f59be561fb5 [2021-06-09T03:47:15.788Z] Removing intermediate container cb83667be861 [2021-06-09T03:47:15.788Z] ---> 78d7aad69eac [2021-06-09T03:47:15.788Z] [2021-06-09T03:47:15.788Z] Removing intermediate container 2f59be561fb5 [2021-06-09T03:47:15.788Z] ---> 5be92d4e83c1 [2021-06-09T03:47:15.788Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-09T03:47:15.788Z] Successfully built 78d7aad69eac [2021-06-09T03:47:15.788Z] Successfully tagged core-metadata:latest [Pipeline] sh [2021-06-09T03:47:16.051Z]  Building core-metadata ... done  ---> 4cde1bfbe9f0 [2021-06-09T03:47:16.051Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-09T03:47:16.051Z] Removing intermediate container 1c3e2eba029c [2021-06-09T03:47:16.051Z] ---> 60d2f9566bfe [2021-06-09T03:47:16.051Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:47:18.535Z] ---> 4948242ba6e6 [2021-06-09T03:47:18.535Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-09T03:47:18.535Z] ---> fce89a0108bd [2021-06-09T03:47:18.535Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-09T03:47:18.535Z] ---> 9f90be598d56 [2021-06-09T03:47:18.535Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-09T03:47:18.535Z] ---> 76b632cbfe42 [2021-06-09T03:47:18.535Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-09T03:47:18.535Z] ---> 159088bdc69e [2021-06-09T03:47:18.535Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-09T03:47:18.535Z] ---> 06411c15de1d [2021-06-09T03:47:18.535Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-09T03:47:18.535Z] ---> be27817267b2 [2021-06-09T03:47:18.535Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-09T03:47:18.535Z] ---> 9b17d5e0c911 [2021-06-09T03:47:18.535Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-09T03:47:18.535Z] ---> 4ca56ac0dabd [2021-06-09T03:47:18.535Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-09T03:47:18.535Z] ---> c28b3953789c [2021-06-09T03:47:18.535Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-09T03:47:18.535Z] ---> Running in ffcf55bfebd5 [2021-06-09T03:47:18.535Z] ---> de5bfbb7f257 [2021-06-09T03:47:18.535Z] 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/ [2021-06-09T03:47:18.535Z] ---> Running in f76d14340a6f [2021-06-09T03:47:18.535Z] Removing intermediate container ffcf55bfebd5 [2021-06-09T03:47:18.535Z] ---> f209fb37bd9c [2021-06-09T03:47:18.535Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-09T03:47:18.535Z] ---> 6006d88e1aeb [2021-06-09T03:47:18.535Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-09T03:47:18.535Z] ---> Running in ccc55c020994 [2021-06-09T03:47:18.535Z] Removing intermediate container f76d14340a6f [2021-06-09T03:47:18.535Z] ---> 80b0a5f4efae [2021-06-09T03:47:18.535Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-09T03:47:18.535Z] ---> Running in 37bbb6f654b2 [2021-06-09T03:47:18.535Z] Removing intermediate container 37bbb6f654b2 [2021-06-09T03:47:18.535Z] ---> 3bd7e00f3c8c [2021-06-09T03:47:18.535Z] Step 24/26 : LABEL arch=x86_64 [2021-06-09T03:47:18.535Z] ---> Running in ccec6d766221 [2021-06-09T03:47:18.535Z] Removing intermediate container ccec6d766221 [2021-06-09T03:47:18.535Z] ---> e0fa64693c34 [2021-06-09T03:47:18.535Z] Step 25/26 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:47:18.535Z] Removing intermediate container ccc55c020994 [2021-06-09T03:47:18.535Z] ---> 2c7a3044c364 [2021-06-09T03:47:18.535Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-09T03:47:18.535Z] ---> Running in 9bd5979a1f64 [2021-06-09T03:47:18.535Z] ---> Running in e466b360a65b [2021-06-09T03:47:18.535Z] Removing intermediate container e466b360a65b [2021-06-09T03:47:18.535Z] ---> 1490fac0847e [2021-06-09T03:47:18.535Z] Step 29/32 : CMD ["gate"] [2021-06-09T03:47:18.535Z] Removing intermediate container 9bd5979a1f64 [2021-06-09T03:47:18.535Z] ---> 39dc74176ce3 [2021-06-09T03:47:18.535Z] Step 26/26 : LABEL version=0.0.0 [2021-06-09T03:47:18.535Z] ---> Running in bcb7c857d655 [2021-06-09T03:47:18.535Z] ---> Running in 9517e2ca60fb [2021-06-09T03:47:18.535Z] Removing intermediate container 9517e2ca60fb [2021-06-09T03:47:18.535Z] ---> fbd60af5edc3 [2021-06-09T03:47:18.535Z] [2021-06-09T03:47:18.535Z] Removing intermediate container bcb7c857d655 [2021-06-09T03:47:18.535Z] ---> a8cb2129f69e [2021-06-09T03:47:18.535Z] Step 30/32 : LABEL arch=x86_64 [2021-06-09T03:47:18.545Z] + make test [2021-06-09T03:47:18.545Z] go mod tidy [2021-06-09T03:47:18.545Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T03:47:18.797Z] Successfully built fbd60af5edc3 [2021-06-09T03:47:18.797Z] Successfully tagged security-secretstore-setup:latest [2021-06-09T03:47:18.797Z]  Building security-secretstore-setup ... done  ---> Running in 5bc61df81bd7 [2021-06-09T03:47:18.797Z] Removing intermediate container 5bc61df81bd7 [2021-06-09T03:47:18.797Z] ---> 047cc06c989a [2021-06-09T03:47:18.797Z] Step 31/32 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:47:19.064Z] ---> Running in 82ebc9d33653 [2021-06-09T03:47:19.064Z] Removing intermediate container 82ebc9d33653 [2021-06-09T03:47:19.064Z] ---> bff3a40b6843 [2021-06-09T03:47:19.064Z] Step 32/32 : LABEL version=0.0.0 [2021-06-09T03:47:19.064Z] ---> Running in daab89ccef8f [2021-06-09T03:47:19.064Z] Removing intermediate container daab89ccef8f [2021-06-09T03:47:19.064Z] ---> d6102b083573 [2021-06-09T03:47:19.064Z] [2021-06-09T03:47:19.324Z] Successfully built d6102b083573 [2021-06-09T03:47:19.324Z] Successfully tagged security-bootstrapper:latest [2021-06-09T03:47:19.331Z]  Building security-bootstrapper ... done  [Pipeline] } [2021-06-09T03:47:19.332Z] $ docker stop --time=1 f125ee379ee558a3caad71f58db87225dd7df9e6dc314024a6cdfe46ec211df1 [2021-06-09T03:47:20.593Z] $ docker rm -f f125ee379ee558a3caad71f58db87225dd7df9e6dc314024a6cdfe46ec211df1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T03:47:23.116Z] + docker images [2021-06-09T03:47:23.116Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-09T03:47:23.116Z] security-bootstrapper latest d6102b083573 1 second ago 18.2MB [2021-06-09T03:47:23.116Z] security-secretstore-setup latest fbd60af5edc3 2 seconds ago 28.1MB [2021-06-09T03:47:23.116Z] core-metadata latest 78d7aad69eac 5 seconds ago 16.6MB [2021-06-09T03:47:23.116Z] ed14d3be73b2 6 seconds ago 1.15GB [2021-06-09T03:47:23.116Z] 90a0a8fd3f83 8 seconds ago 1.15GB [2021-06-09T03:47:23.116Z] f667f7f738d1 9 seconds ago 1.14GB [2021-06-09T03:47:23.116Z] security-proxy-setup latest 6e7221612535 13 seconds ago 25.3MB [2021-06-09T03:47:23.116Z] fe4fb99ae7dc 17 seconds ago 1.15GB [2021-06-09T03:47:23.116Z] sys-mgmt-agent latest 2ae4b36d5ac1 27 seconds ago 312MB [2021-06-09T03:47:23.116Z] core-data latest 107498bd9c50 42 seconds ago 20.2MB [2021-06-09T03:47:23.116Z] support-notifications latest 331e58aa182f About a minute ago 16.6MB [2021-06-09T03:47:23.116Z] 786ab3199a72 About a minute ago 1.15GB [2021-06-09T03:47:23.116Z] 99cf00e91eff About a minute ago 1.15GB [2021-06-09T03:47:23.116Z] core-command latest edb0c619ca17 About a minute ago 15.9MB [2021-06-09T03:47:23.116Z] support-scheduler latest 034ccf532774 About a minute ago 15.9MB [2021-06-09T03:47:23.116Z] 493997053db5 About a minute ago 1.15GB [2021-06-09T03:47:23.116Z] 2f6709532e7b About a minute ago 1.14GB [2021-06-09T03:47:23.116Z] de3057161af6 About a minute ago 1.15GB [2021-06-09T03:47:23.116Z] ci-base-image-x86_64 latest 6df1073a981f 6 minutes ago 648MB [2021-06-09T03:47:23.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 5 weeks ago 445MB [2021-06-09T03:47:23.116Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB [2021-06-09T03:47:23.116Z] alpine 3.12 13621d1b12d4 7 weeks ago 5.58MB [2021-06-09T03:47:23.116Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-06-09T03:47:23.116Z] 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] } [2021-06-09T03:47:41.076Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-09T03:48:40.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-09T03:48:40.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-09T03:48:46.793Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-09T03:48:46.793Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-09T03:48:53.421Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-09T03:48:53.421Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-09T03:48:53.421Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-09T03:48:53.421Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-09T03:48:54.433Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-09T03:48:55.039Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-09T03:49:05.249Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-09T03:49:05.249Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-09T03:49:05.249Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-09T03:49:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-09T03:49:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-09T03:49:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-09T03:49:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-06-09T03:49:05.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.176s coverage: 28.7% of statements [2021-06-09T03:49:10.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.261s coverage: 100.0% of statements [2021-06-09T03:49:10.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-09T03:49:10.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-09T03:49:10.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-09T03:49:10.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.197s coverage: 81.2% of statements [2021-06-09T03:49:10.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-06-09T03:49:11.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.401s coverage: 53.4% of statements [2021-06-09T03:49:11.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-06-09T03:49:11.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-06-09T03:49:18.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 87.7% of statements [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:49:18.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-06-09T03:49:18.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-06-09T03:49:20.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.241s coverage: 95.1% of statements [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-09T03:49:20.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-06-09T03:49:20.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.160s coverage: 60.0% of statements [2021-06-09T03:49:20.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.356s coverage: 0.8% of statements [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-06-09T03:49:20.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.273s coverage: 22.0% of statements [2021-06-09T03:49:20.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-09T03:49:20.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.199s coverage: 47.1% of statements [2021-06-09T03:49:22.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.180s coverage: 79.5% of statements [2021-06-09T03:49:22.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements [2021-06-09T03:49:22.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.185s coverage: 96.3% of statements [2021-06-09T03:49:23.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements [2021-06-09T03:49:37.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.205s coverage: 94.4% of statements [2021-06-09T03:49:37.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.166s coverage: 44.8% of statements [2021-06-09T03:49:40.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.600s coverage: 81.8% of statements [2021-06-09T03:49:40.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.249s coverage: 92.9% of statements [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.187s coverage: 76.0% of statements [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.163s coverage: 80.0% of statements [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.232s coverage: 87.2% of statements [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.257s coverage: 85.4% of statements [2021-06-09T03:49:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.306s coverage: 91.2% of statements [2021-06-09T03:49:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-09T03:49:49.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.871s coverage: 64.4% of statements [2021-06-09T03:49:49.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-09T03:49:49.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-09T03:49:49.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.175s coverage: 100.0% of statements [2021-06-09T03:49:49.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-06-09T03:49:49.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-06-09T03:49:49.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-06-09T03:49:50.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-06-09T03:49:54.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.002s coverage: 66.9% of statements [2021-06-09T03:49:54.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-09T03:49:54.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-09T03:49:54.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-09T03:49:56.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.786s coverage: 43.6% of statements [2021-06-09T03:49:56.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-09T03:49:56.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-09T03:49:56.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements [2021-06-09T03:49:56.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-09T03:49:56.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements [2021-06-09T03:49:56.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-09T03:49:56.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-09T03:49:56.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-09T03:49:56.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.274s coverage: 19.3% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.501s coverage: 91.9% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.195s coverage: 62.7% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.341s coverage: 97.6% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.177s coverage: 28.1% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.162s coverage: 28.9% of statements [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-06-09T03:50:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] [2021-06-09T03:50:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-06-09T03:50:05.171Z] GO111MODULE=on go vet ./... [2021-06-09T03:51:29.035Z] gofmt -l . [2021-06-09T03:51:29.035Z] [ "`gofmt -l .`" = "" ] [2021-06-09T03:51:29.035Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-09T03:51:29.686Z] + ls -al . [2021-06-09T03:51:29.686Z] total 556 [2021-06-09T03:51:29.686Z] drwxrwxr-x 9 1001 1001 4096 Jun 9 03:51 . [2021-06-09T03:51:29.686Z] drwxr-xr-x 4 root root 4096 Jun 9 03:47 .. [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 11 Jun 9 03:44 .dockerignore [2021-06-09T03:51:29.686Z] drwxrwxr-x 8 1001 1001 4096 Jun 9 03:44 .git [2021-06-09T03:51:29.686Z] drwxrwxr-x 3 1001 1001 4096 Jun 9 03:44 .github [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 818 Jun 9 03:44 .gitignore [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 166 Jun 9 03:44 .sonarcloud.properties [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 8609 Jun 9 03:44 Attribution.txt [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 3804 Jun 9 03:44 CONTRIBUTING.md [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 931 Jun 9 03:44 Dockerfile.build [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 849 Jun 9 03:44 Jenkinsfile [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 10775 Jun 9 03:44 LICENSE [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 5605 Jun 9 03:44 Makefile [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 7978 Jun 9 03:44 README.md [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 7071 Jun 9 03:44 SECURITY.md [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 5 Jun 9 03:40 VERSION [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 4131 Jun 9 03:44 ZMQWindows.md [2021-06-09T03:51:29.686Z] drwxrwxr-x 2 1001 1001 4096 Jun 9 03:44 bin [2021-06-09T03:51:29.686Z] drwxrwxr-x 14 1001 1001 4096 Jun 9 03:44 cmd [2021-06-09T03:51:29.686Z] -rw-r--r-- 1 root root 411487 Jun 9 03:50 coverage.out [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 902 Jun 9 03:44 go.mod [2021-06-09T03:51:29.686Z] -rw-r--r-- 1 root root 21139 Jun 9 03:47 go.sum [2021-06-09T03:51:29.686Z] drwxrwxr-x 8 1001 1001 4096 Jun 9 03:44 internal [2021-06-09T03:51:29.686Z] drwxrwxr-x 3 1001 1001 4096 Jun 9 03:44 openapi [2021-06-09T03:51:29.686Z] drwxrwxr-x 4 1001 1001 4096 Jun 9 03:44 snap [2021-06-09T03:51:29.686Z] -rw-rw-r-- 1 1001 1001 168 Jun 9 03:44 version.go [Pipeline] sh [2021-06-09T03:51:30.346Z] + '[' -e coverage.out ] [2021-06-09T03:51:30.347Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-09T03:51:30.367Z] Warning: overwriting stash ‘coverage-report’ [2021-06-09T03:51:31.157Z] Stashed 1 file(s) [Pipeline] sh [2021-06-09T03:51:31.801Z] + make build [2021-06-09T03:51:31.802Z] go mod tidy [2021-06-09T03:51:32.400Z] 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 [2021-06-09T03:51:38.607Z] 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 [2021-06-09T03:52:00.794Z] 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 [2021-06-09T03:52:02.768Z] 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 [2021-06-09T03:52:06.541Z] 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 [2021-06-09T03:52:07.270Z] 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 [2021-06-09T03:52:11.587Z] 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 [2021-06-09T03:52:14.840Z] 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 [2021-06-09T03:52:19.131Z] 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 [2021-06-09T03:52:21.116Z] 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 [2021-06-09T03:52:23.742Z] 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 [2021-06-09T03:52:27.142Z] 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] } [2021-06-09T03:52:32.590Z] $ docker stop --time=1 bd9feef2b91eec275481d83547cd877c99fd0a47d82776cb5c2ecd4f3210842d [2021-06-09T03:52:35.134Z] $ docker rm -f bd9feef2b91eec275481d83547cd877c99fd0a47d82776cb5c2ecd4f3210842d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:52:39.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T03:52:39.254Z] [2021-06-09T03:52:39.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:52:39.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T03:52:39.880Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-09T03:52:39.880Z] 29e5d40040c1: Pulling fs layer [2021-06-09T03:52:39.880Z] 1ce36da41761: Pulling fs layer [2021-06-09T03:52:39.880Z] 25b303627fd3: Pulling fs layer [2021-06-09T03:52:40.157Z] 29e5d40040c1: Verifying Checksum [2021-06-09T03:52:40.157Z] 29e5d40040c1: Download complete [2021-06-09T03:52:40.758Z] 1ce36da41761: Verifying Checksum [2021-06-09T03:52:40.758Z] 1ce36da41761: Download complete [2021-06-09T03:52:40.758Z] 29e5d40040c1: Pull complete [2021-06-09T03:52:42.194Z] 1ce36da41761: Pull complete [2021-06-09T03:52:42.467Z] 25b303627fd3: Verifying Checksum [2021-06-09T03:52:42.467Z] 25b303627fd3: Download complete [2021-06-09T03:52:53.890Z] 25b303627fd3: Pull complete [2021-06-09T03:52:53.890Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-09T03:52:53.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T03:52:53.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-09T03:52:54.101Z] prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container [2021-06-09T03:52:54.194Z] $ 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 [2021-06-09T03:52:56.963Z] $ docker top 9129125776a7949d0bfd59a677dcdb6a00c88c06c2d6eaf8d7d52f784c1bc607 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T03:53:00.125Z] + docker-compose build --help [2021-06-09T03:53:00.126Z] + grep parallel [2021-06-09T03:53:01.100Z] --parallel Build images in parallel. [Pipeline] } [2021-06-09T03:53:01.426Z] $ docker stop --time=1 9129125776a7949d0bfd59a677dcdb6a00c88c06c2d6eaf8d7d52f784c1bc607 [2021-06-09T03:53:03.226Z] $ docker rm -f 9129125776a7949d0bfd59a677dcdb6a00c88c06c2d6eaf8d7d52f784c1bc607 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T03:53:06.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T03:53:06.097Z] . [Pipeline] withDockerContainer [2021-06-09T03:53:08.448Z] prd-ubuntu18.04-docker-arm64-4c-16g-1176 does not seem to be running inside a container [2021-06-09T03:53:08.553Z] $ 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 [2021-06-09T03:53:10.076Z] $ docker top f8b5cd1dfb06f50972f7a824e9b4098789a7b9e893e3344d6b7a8bfcd18efd35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T03:53:11.021Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-09T03:53:14.524Z] Building core-command ... [2021-06-09T03:53:14.525Z] Building core-data ... [2021-06-09T03:53:14.525Z] Building core-metadata ... [2021-06-09T03:53:14.525Z] Building security-bootstrapper ... [2021-06-09T03:53:14.525Z] Building security-proxy-setup ... [2021-06-09T03:53:14.525Z] Building security-secretstore-setup ... [2021-06-09T03:53:14.525Z] Building support-notifications ... [2021-06-09T03:53:14.525Z] Building support-scheduler ... [2021-06-09T03:53:14.525Z] Building sys-mgmt-agent ... [2021-06-09T03:53:14.525Z] Building sys-mgmt-agent [2021-06-09T03:53:14.525Z] Building support-notifications [2021-06-09T03:53:14.525Z] Building core-command [2021-06-09T03:53:14.525Z] Building security-secretstore-setup [2021-06-09T03:53:14.525Z] Building security-bootstrapper [2021-06-09T03:54:27.603Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:54:27.603Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:54:27.603Z] ---> 6c6a2a1739e5 [2021-06-09T03:54:27.603Z] Step 3/26 : WORKDIR /edgex-go [2021-06-09T03:54:27.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:54:27.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:54:27.603Z] ---> 6c6a2a1739e5 [2021-06-09T03:54:27.603Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:54:27.603Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:54:27.603Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:54:27.603Z] ---> 6c6a2a1739e5 [2021-06-09T03:54:27.603Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T03:54:27.603Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:54:27.603Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:54:27.603Z] ---> 6c6a2a1739e5 [2021-06-09T03:54:27.603Z] Step 3/32 : WORKDIR /edgex-go [2021-06-09T03:54:27.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:54:27.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:54:27.603Z] ---> 6c6a2a1739e5 [2021-06-09T03:54:27.603Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:54:27.603Z] ---> Running in 5c77f869b7e1 [2021-06-09T03:54:27.603Z] ---> Running in c5701910a8a7 [2021-06-09T03:54:27.603Z] ---> Running in 8bb6b045c925 [2021-06-09T03:54:27.603Z] ---> Running in 5df7aa179795 [2021-06-09T03:54:27.603Z] ---> Running in 599a4b509319 [2021-06-09T03:54:27.603Z] Removing intermediate container 5c77f869b7e1 [2021-06-09T03:54:27.603Z] ---> 284e350f184c [2021-06-09T03:54:27.603Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:54:27.603Z] Removing intermediate container 8bb6b045c925 [2021-06-09T03:54:27.603Z] ---> ad11b64ee2d4 [2021-06-09T03:54:27.603Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:54:27.603Z] Removing intermediate container c5701910a8a7 [2021-06-09T03:54:27.603Z] ---> 023165b1fc4d [2021-06-09T03:54:27.603Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:54:27.603Z] ---> Running in d07b8f380b69 [2021-06-09T03:54:27.603Z] ---> Running in bd8b3279beb7 [2021-06-09T03:54:27.604Z] Removing intermediate container 5df7aa179795 [2021-06-09T03:54:27.604Z] ---> 3cb1723ae98b [2021-06-09T03:54:27.604Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:54:27.604Z] Removing intermediate container 599a4b509319 [2021-06-09T03:54:27.604Z] ---> ec24850b643c [2021-06-09T03:54:27.604Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:54:27.604Z] ---> Running in bc0f3cdcb766 [2021-06-09T03:54:27.604Z] ---> Running in 4d518a16b6c3 [2021-06-09T03:54:27.604Z] ---> Running in 53601bc8aad6 [2021-06-09T03:54:31.025Z] Removing intermediate container d07b8f380b69 [2021-06-09T03:54:31.025Z] ---> 1e7983ce8b59 [2021-06-09T03:54:31.025Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-09T03:54:31.025Z] ---> Running in 4852d14b40e8 [2021-06-09T03:54:31.025Z] Removing intermediate container bd8b3279beb7 [2021-06-09T03:54:31.025Z] ---> db0b44aa09bc [2021-06-09T03:54:31.025Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-09T03:54:31.025Z] Removing intermediate container bc0f3cdcb766 [2021-06-09T03:54:31.025Z] ---> 034cad1e0638 [2021-06-09T03:54:31.025Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-09T03:54:31.025Z] ---> Running in 4699baa7ae2a [2021-06-09T03:54:31.025Z] ---> Running in 6103842eaedf [2021-06-09T03:54:31.025Z] Removing intermediate container 4d518a16b6c3 [2021-06-09T03:54:31.025Z] ---> fe234f99df93 [2021-06-09T03:54:31.025Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-09T03:54:31.025Z] Removing intermediate container 53601bc8aad6 [2021-06-09T03:54:31.025Z] ---> f0df9c671a8c [2021-06-09T03:54:31.025Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T03:54:31.025Z] ---> Running in d011ba6fe2d7 [2021-06-09T03:54:31.314Z] ---> Running in 10d84d7a0d24 [2021-06-09T03:54:31.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:32.540Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:32.820Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:32.820Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:33.105Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:33.105Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:33.379Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:33.676Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:33.676Z] OK: 218 MiB in 52 packages [2021-06-09T03:54:33.962Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:34.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:54:34.257Z] OK: 218 MiB in 52 packages [2021-06-09T03:54:34.874Z] OK: 218 MiB in 52 packages [2021-06-09T03:54:35.221Z] OK: 218 MiB in 52 packages [2021-06-09T03:54:35.221Z] OK: 218 MiB in 52 packages [2021-06-09T03:54:35.518Z] Removing intermediate container 4852d14b40e8 [2021-06-09T03:54:35.518Z] ---> 4b53c124a273 [2021-06-09T03:54:35.518Z] Step 6/24 : COPY go.mod . [2021-06-09T03:54:38.029Z] Removing intermediate container 4699baa7ae2a [2021-06-09T03:54:38.029Z] ---> 8579cfcb3c52 [2021-06-09T03:54:38.029Z] Step 6/26 : COPY go.mod . [2021-06-09T03:54:38.029Z] Removing intermediate container 6103842eaedf [2021-06-09T03:54:38.030Z] ---> 04a05f555a86 [2021-06-09T03:54:38.030Z] Step 6/32 : COPY go.mod . [2021-06-09T03:54:38.030Z] ---> 02b698d51917 [2021-06-09T03:54:38.030Z] Step 7/24 : RUN go mod download [2021-06-09T03:54:38.030Z] ---> Running in 9a03935227cd [2021-06-09T03:54:38.030Z] Removing intermediate container d011ba6fe2d7 [2021-06-09T03:54:38.030Z] ---> 88579bcb33c3 [2021-06-09T03:54:38.030Z] Step 6/23 : COPY go.mod . [2021-06-09T03:54:38.030Z] Removing intermediate container 10d84d7a0d24 [2021-06-09T03:54:38.030Z] ---> 066d55f7757d [2021-06-09T03:54:38.030Z] Step 6/24 : COPY go.mod . [2021-06-09T03:54:38.030Z] ---> 6bdaf87ebb1e [2021-06-09T03:54:38.030Z] Step 7/26 : RUN go mod download [2021-06-09T03:54:38.030Z] ---> 8716910f47c6 [2021-06-09T03:54:38.030Z] Step 7/32 : RUN go mod download [2021-06-09T03:54:38.030Z] ---> Running in 3d9a9e1d8a25 [2021-06-09T03:54:38.030Z] ---> Running in f3542954cc09 [2021-06-09T03:54:38.312Z] ---> bf2c0132fd41 [2021-06-09T03:54:38.312Z] Step 7/23 : RUN go mod download [2021-06-09T03:54:38.599Z] ---> a6705ed9aa0d [2021-06-09T03:54:38.599Z] Step 7/24 : RUN go mod download [2021-06-09T03:54:38.599Z] ---> Running in 3e62f4688771 [2021-06-09T03:54:38.873Z] ---> Running in 73c8b917c8d2 [2021-06-09T03:54:41.505Z] Removing intermediate container 9a03935227cd [2021-06-09T03:54:41.505Z] ---> 79916a26384b [2021-06-09T03:54:41.505Z] Step 8/24 : COPY . . [2021-06-09T03:54:41.782Z] Removing intermediate container 3d9a9e1d8a25 [2021-06-09T03:54:41.782Z] ---> b39f06823b80 [2021-06-09T03:54:42.063Z] Step 8/26 : COPY . . [2021-06-09T03:54:42.662Z] Removing intermediate container f3542954cc09 [2021-06-09T03:54:42.662Z] ---> a737d7739808 [2021-06-09T03:54:42.662Z] Step 8/32 : COPY . . [2021-06-09T03:54:43.747Z] Removing intermediate container 3e62f4688771 [2021-06-09T03:54:43.747Z] ---> 50e739286053 [2021-06-09T03:54:43.747Z] Step 8/23 : COPY . . [2021-06-09T03:54:44.022Z] Removing intermediate container 73c8b917c8d2 [2021-06-09T03:54:44.022Z] ---> 7abeee5eccce [2021-06-09T03:54:44.022Z] Step 8/24 : COPY . . [2021-06-09T03:55:06.723Z] ---> c54fcdb2e35c [2021-06-09T03:55:06.723Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:55:06.723Z] ---> 6649242fccda [2021-06-09T03:55:06.723Z] Step 9/26 : RUN go mod tidy [2021-06-09T03:55:06.723Z] ---> 35d328d9aa21 [2021-06-09T03:55:06.723Z] Step 9/32 : RUN go mod tidy [2021-06-09T03:55:06.723Z] ---> 1bfc5dbd3969 [2021-06-09T03:55:06.723Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:55:06.723Z] ---> Running in be1509451d49 [2021-06-09T03:55:06.723Z] ---> Running in 8ccb42c059b6 [2021-06-09T03:55:06.723Z] ---> Running in 7d5ffc0b4e9c [2021-06-09T03:55:06.723Z] ---> Running in d54f22a11ec0 [2021-06-09T03:55:06.723Z] ---> 6b58c7293293 [2021-06-09T03:55:06.723Z] Step 9/23 : RUN go mod tidy [2021-06-09T03:55:06.723Z] ---> Running in e7d80fbe650b [2021-06-09T03:55:13.483Z] Removing intermediate container 8ccb42c059b6 [2021-06-09T03:55:13.483Z] ---> cf6553879c12 [2021-06-09T03:55:13.483Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-09T03:55:13.483Z] ---> Running in b0a74d865363 [2021-06-09T03:55:13.483Z] Removing intermediate container be1509451d49 [2021-06-09T03:55:13.483Z] ---> 84e4e923ad7b [2021-06-09T03:55:13.483Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-09T03:55:13.483Z] ---> Running in c16e0176681b [2021-06-09T03:55:13.483Z] Removing intermediate container e7d80fbe650b [2021-06-09T03:55:13.483Z] ---> 53989ec12b89 [2021-06-09T03:55:13.484Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-09T03:55:13.484Z] ---> Running in 785df444cdeb [2021-06-09T03:55:13.484Z] Removing intermediate container d54f22a11ec0 [2021-06-09T03:55:13.484Z] ---> 7a7f9e716c73 [2021-06-09T03:55:13.484Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-09T03:55:13.760Z] Removing intermediate container 7d5ffc0b4e9c [2021-06-09T03:55:13.760Z] ---> 27104b776588 [2021-06-09T03:55:13.760Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-09T03:55:14.035Z] ---> Running in 49bffdc4e908 [2021-06-09T03:55:14.035Z] ---> Running in e2a018e9c299 [2021-06-09T03:55:17.390Z] 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 [2021-06-09T03:55:17.390Z] 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 [2021-06-09T03:55:17.390Z] 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 [2021-06-09T03:55:17.390Z] 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 [2021-06-09T03:55:17.390Z] 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 [2021-06-09T03:57:11.273Z] 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 [2021-06-09T03:57:13.241Z] Removing intermediate container 49bffdc4e908 [2021-06-09T03:57:13.241Z] ---> 995b7b6a8838 [2021-06-09T03:57:13.241Z] [2021-06-09T03:57:13.241Z] Step 11/32 : FROM alpine:3.12 [2021-06-09T03:57:13.841Z] Removing intermediate container b0a74d865363 [2021-06-09T03:57:13.841Z] ---> e1bb88dfd5a3 [2021-06-09T03:57:13.841Z] [2021-06-09T03:57:13.841Z] Step 11/26 : FROM alpine:3.12 [2021-06-09T03:57:13.841Z] Removing intermediate container 785df444cdeb [2021-06-09T03:57:13.841Z] ---> d8ce8d8533bc [2021-06-09T03:57:13.841Z] [2021-06-09T03:57:13.841Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T03:57:13.841Z] Removing intermediate container e2a018e9c299 [2021-06-09T03:57:13.841Z] ---> 883d5c20d070 [2021-06-09T03:57:13.841Z] [2021-06-09T03:57:13.841Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T03:57:13.841Z] 3.12: Pulling from library/alpine [2021-06-09T03:57:13.841Z] 3.12: Pulling from library/alpine [2021-06-09T03:57:13.841Z] 3.12: Pulling from library/alpine [2021-06-09T03:57:13.841Z] 3.12: Pulling from library/alpine [2021-06-09T03:57:14.830Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T03:57:14.830Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T03:57:14.830Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T03:57:14.830Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T03:57:14.830Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T03:57:14.831Z] Status: Image is up to date for alpine:3.12 [2021-06-09T03:57:14.831Z] ---> 9852663dfa18 [2021-06-09T03:57:14.831Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T03:57:14.831Z] ---> 9852663dfa18 [2021-06-09T03:57:14.831Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-09T03:57:14.831Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T03:57:14.831Z] Status: Image is up to date for alpine:3.12 [2021-06-09T03:57:14.831Z] ---> 9852663dfa18 [2021-06-09T03:57:14.831Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-09T03:57:14.831Z] ---> 9852663dfa18 [2021-06-09T03:57:14.831Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-09T03:57:15.806Z] ---> Running in 69e9b43bc85f [2021-06-09T03:57:15.806Z] ---> Running in daf31d6aae83 [2021-06-09T03:57:15.806Z] ---> Running in b9c4962ff274 [2021-06-09T03:57:15.806Z] ---> Running in e9d0df1b3f8e [2021-06-09T03:57:16.080Z] Removing intermediate container c16e0176681b [2021-06-09T03:57:16.080Z] ---> fecb8add66a3 [2021-06-09T03:57:16.080Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-09T03:57:16.676Z] ---> Running in a3fa7c6ac081 [2021-06-09T03:57:16.676Z] Removing intermediate container 69e9b43bc85f [2021-06-09T03:57:16.676Z] ---> ae4e5411315d [2021-06-09T03:57:16.676Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-09T03:57:16.949Z] ---> Running in 5cceca3e60bd [2021-06-09T03:57:17.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:17.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:18.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:18.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:18.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:18.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:18.773Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-09T03:57:18.773Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:57:18.773Z] OK: 5 MiB in 15 packages [2021-06-09T03:57:18.773Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-09T03:57:18.773Z] 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 [2021-06-09T03:57:18.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:19.117Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T03:57:19.117Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-09T03:57:19.117Z] (4/6) Installing curl (7.77.0-r0) [2021-06-09T03:57:19.117Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-09T03:57:19.117Z] (6/6) Installing su-exec (0.2-r1) [2021-06-09T03:57:19.117Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:57:19.117Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T03:57:19.117Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-09T03:57:19.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:19.117Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-09T03:57:19.117Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:57:19.117Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T03:57:19.439Z] OK: 7 MiB in 20 packages [2021-06-09T03:57:19.750Z] OK: 6 MiB in 16 packages [2021-06-09T03:57:19.750Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-09T03:57:19.750Z] (2/2) Installing su-exec (0.2-r1) [2021-06-09T03:57:19.750Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T03:57:19.750Z] OK: 5 MiB in 16 packages [2021-06-09T03:57:22.610Z] Removing intermediate container b9c4962ff274 [2021-06-09T03:57:22.610Z] ---> 3aeae945e5ff [2021-06-09T03:57:22.610Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:57:22.610Z] ---> Running in 39b4e4495233 [2021-06-09T03:57:22.610Z] Removing intermediate container 39b4e4495233 [2021-06-09T03:57:22.610Z] ---> 7f50f2143f26 [2021-06-09T03:57:22.610Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-09T03:57:22.610Z] Removing intermediate container 5cceca3e60bd [2021-06-09T03:57:22.610Z] ---> 981ece48f10c [2021-06-09T03:57:22.610Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-09T03:57:22.610Z] Removing intermediate container daf31d6aae83 [2021-06-09T03:57:22.610Z] ---> efd4d4605778 [2021-06-09T03:57:22.610Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T03:57:22.610Z] ---> Running in 7624c8a64046 [2021-06-09T03:57:22.610Z] Removing intermediate container e9d0df1b3f8e [2021-06-09T03:57:22.610Z] ---> fee7e0295074 [2021-06-09T03:57:22.610Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:57:22.610Z] ---> Running in 004f12f9e3ba [2021-06-09T03:57:22.610Z] ---> Running in 389f8830c4c2 [2021-06-09T03:57:22.889Z] ---> Running in 532803ecbdfd [2021-06-09T03:57:23.160Z] Removing intermediate container a3fa7c6ac081 [2021-06-09T03:57:23.160Z] ---> 2c26114d0fcd [2021-06-09T03:57:23.160Z] [2021-06-09T03:57:23.160Z] Step 12/24 : FROM docker:20.10.0 [2021-06-09T03:57:23.160Z] Removing intermediate container 7624c8a64046 [2021-06-09T03:57:23.160Z] ---> 2cf984b63a53 [2021-06-09T03:57:23.160Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T03:57:23.432Z] 20.10.0: Pulling from library/docker [2021-06-09T03:57:23.432Z] Removing intermediate container 004f12f9e3ba [2021-06-09T03:57:23.432Z] ---> 215c39bdbe35 [2021-06-09T03:57:23.432Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-09T03:57:23.432Z] Removing intermediate container 389f8830c4c2 [2021-06-09T03:57:23.432Z] ---> 3e4be470c59c [2021-06-09T03:57:23.432Z] Step 14/26 : WORKDIR / [2021-06-09T03:57:23.432Z] ---> Running in 20c9bcd4e261 [2021-06-09T03:57:23.705Z] ---> Running in a60b10ce3223 [2021-06-09T03:57:23.705Z] ---> Running in 8c3deedf03a5 [2021-06-09T03:57:23.705Z] Removing intermediate container 532803ecbdfd [2021-06-09T03:57:23.705Z] ---> 3dfeaed0e8b7 [2021-06-09T03:57:23.705Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-09T03:57:23.979Z] ---> Running in 1e80ab011ea2 [2021-06-09T03:57:23.979Z] Removing intermediate container 20c9bcd4e261 [2021-06-09T03:57:23.979Z] ---> 5be26f0f81fe [2021-06-09T03:57:23.979Z] Step 16/24 : WORKDIR / [2021-06-09T03:57:24.573Z] ---> Running in a7fee818f5b0 [2021-06-09T03:57:24.573Z] Removing intermediate container a60b10ce3223 [2021-06-09T03:57:24.573Z] ---> c0c679621164 [2021-06-09T03:57:24.574Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-09T03:57:24.849Z] ---> Running in dd0aae266d38 [2021-06-09T03:57:24.849Z] Removing intermediate container 8c3deedf03a5 [2021-06-09T03:57:24.849Z] ---> 9bc744c27e05 [2021-06-09T03:57:24.849Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-09T03:57:24.849Z] Removing intermediate container 1e80ab011ea2 [2021-06-09T03:57:24.849Z] ---> 9b3a019da672 [2021-06-09T03:57:24.849Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T03:57:25.451Z] ---> Running in 23c1467b8e3e [2021-06-09T03:57:25.451Z] Removing intermediate container a7fee818f5b0 [2021-06-09T03:57:25.451Z] ---> 9f7e02fe3278 [2021-06-09T03:57:25.451Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:57:26.901Z] ---> 0e95d249f75e [2021-06-09T03:57:26.901Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-09T03:57:26.901Z] Removing intermediate container 23c1467b8e3e [2021-06-09T03:57:26.901Z] ---> 5515a9559036 [2021-06-09T03:57:26.901Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:57:26.901Z] ---> be840032f751 [2021-06-09T03:57:26.901Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-09T03:57:27.878Z] ---> 3dbae5871a8a [2021-06-09T03:57:27.878Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-09T03:57:28.153Z] ---> 94f4b442929a [2021-06-09T03:57:28.153Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-09T03:57:28.153Z] Removing intermediate container dd0aae266d38 [2021-06-09T03:57:28.153Z] ---> fbf628d18ac7 [2021-06-09T03:57:28.153Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-09T03:57:28.423Z] ---> Running in ab9083f1d39c [2021-06-09T03:57:29.040Z] ---> 53f1ffa4c4ae [2021-06-09T03:57:29.040Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-09T03:57:29.314Z] Removing intermediate container ab9083f1d39c [2021-06-09T03:57:29.314Z] ---> 28bb764c3d38 [2021-06-09T03:57:29.314Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-09T03:57:29.589Z] ---> 3a487512341f [2021-06-09T03:57:29.589Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-09T03:57:30.189Z] ---> 76015e79cb1d [2021-06-09T03:57:30.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-09T03:57:32.710Z] ---> c6730e085250 [2021-06-09T03:57:32.710Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-09T03:57:32.710Z] ---> Running in 41cb62e41bed [2021-06-09T03:57:32.710Z] ---> 94ac99d85acd [2021-06-09T03:57:32.710Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-09T03:57:32.710Z] ---> 2010e11d7af2 [2021-06-09T03:57:32.710Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-09T03:57:32.710Z] ---> Running in 3355f996bb28 [2021-06-09T03:57:32.710Z] Removing intermediate container 41cb62e41bed [2021-06-09T03:57:32.710Z] ---> 5e00f94fd5bb [2021-06-09T03:57:32.710Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:57:32.710Z] ---> 3cefd86f783c [2021-06-09T03:57:32.710Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-09T03:57:32.710Z] ---> Running in 0a8320c35ff4 [2021-06-09T03:57:32.710Z] ---> Running in b4daba240908 [2021-06-09T03:57:32.710Z] ---> efae82181b2f [2021-06-09T03:57:32.710Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-09T03:57:32.710Z] Removing intermediate container 0a8320c35ff4 [2021-06-09T03:57:32.710Z] ---> 3330c5b28a5c [2021-06-09T03:57:32.710Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T03:57:32.710Z] Removing intermediate container b4daba240908 [2021-06-09T03:57:32.710Z] ---> 7e8a3a47842d [2021-06-09T03:57:32.710Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:57:32.990Z] ---> Running in 9108360d67fa [2021-06-09T03:57:33.275Z] ---> Running in d1a907f899e9 [2021-06-09T03:57:34.259Z] Removing intermediate container d1a907f899e9 [2021-06-09T03:57:34.259Z] ---> 94b80e8a4dc9 [2021-06-09T03:57:34.259Z] Step 21/23 : LABEL arch=arm64Removing intermediate container 9108360d67fa [2021-06-09T03:57:34.259Z] [2021-06-09T03:57:34.259Z] ---> 87bf53eb1db3 [2021-06-09T03:57:34.259Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:57:34.535Z] ---> 1c4014596619 [2021-06-09T03:57:34.535Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-09T03:57:34.535Z] ---> Running in ba1679cff46a [2021-06-09T03:57:34.535Z] ---> Running in bed052ee1988 [2021-06-09T03:57:34.806Z] Removing intermediate container 3355f996bb28 [2021-06-09T03:57:34.806Z] ---> f20ce3a9d5cc [2021-06-09T03:57:34.806Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T03:57:35.798Z] Removing intermediate container ba1679cff46a [2021-06-09T03:57:35.798Z] ---> 076f29356e79 [2021-06-09T03:57:35.798Z] Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:57:35.798Z] Removing intermediate container bed052ee1988 [2021-06-09T03:57:35.798Z] ---> effba8ea5cf2 [2021-06-09T03:57:35.798Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T03:57:35.798Z] ---> Running in 9740fe1685e9 [2021-06-09T03:57:36.073Z] ---> Running in e35436add760 [2021-06-09T03:57:36.073Z] ---> 668ecd7b9c00 [2021-06-09T03:57:36.073Z] 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/ [2021-06-09T03:57:36.351Z] ---> 0e201a50b7a5 [2021-06-09T03:57:36.351Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-09T03:57:36.351Z] ---> Running in 10712ba9e5c7 [2021-06-09T03:57:36.636Z] Removing intermediate container 9740fe1685e9 [2021-06-09T03:57:36.636Z] ---> dbbc1003ea85 [2021-06-09T03:57:36.636Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T03:57:36.913Z] Removing intermediate container e35436add760 [2021-06-09T03:57:36.913Z] ---> 46ac5f71b728 [2021-06-09T03:57:36.913Z] [2021-06-09T03:57:37.187Z] ---> Running in 0364927b36d1 [2021-06-09T03:57:37.792Z] Successfully built 46ac5f71b728 [2021-06-09T03:57:37.792Z] Successfully tagged core-command-arm64:latest [2021-06-09T03:57:37.792Z]  Building core-command ... done Building core-data [2021-06-09T03:57:38.064Z] ---> af7814137e32 [2021-06-09T03:57:38.064Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-09T03:57:38.064Z] Removing intermediate container 0364927b36d1 [2021-06-09T03:57:38.064Z] ---> aeccecf59762 [2021-06-09T03:57:38.064Z] [2021-06-09T03:57:38.667Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-09T03:57:38.667Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-09T03:57:38.945Z] ---> eeaf43b92773 [2021-06-09T03:57:38.945Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-09T03:57:38.945Z] Successfully built aeccecf59762 [2021-06-09T03:57:38.945Z] Successfully tagged support-notifications-arm64:latest [2021-06-09T03:57:38.945Z]  Building support-notifications ... done Building support-scheduler [2021-06-09T03:57:39.218Z] ---> Running in 1683a529e2e8 [2021-06-09T03:57:39.218Z] ---> 181dc0e0220e [2021-06-09T03:57:39.218Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-09T03:57:39.218Z] Removing intermediate container 10712ba9e5c7 [2021-06-09T03:57:39.218Z] ---> ed70b8883f97 [2021-06-09T03:57:39.218Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-09T03:57:39.490Z] ---> Running in f8394ef5c4de [2021-06-09T03:57:39.764Z] Removing intermediate container 1683a529e2e8 [2021-06-09T03:57:39.764Z] ---> 8fd94a3fa31b [2021-06-09T03:57:39.764Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-09T03:57:40.040Z] ---> Running in b6789f331a52 [2021-06-09T03:57:40.634Z] Removing intermediate container f8394ef5c4de [2021-06-09T03:57:40.634Z] ---> edf1bd95b2a2 [2021-06-09T03:57:40.634Z] Step 24/26 : LABEL arch=arm64 [2021-06-09T03:57:40.907Z] ---> 4bda9d06b442 [2021-06-09T03:57:40.907Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-09T03:57:40.907Z] ---> Running in 537239100b79 [2021-06-09T03:57:41.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:41.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:57:41.904Z] Removing intermediate container 537239100b79 [2021-06-09T03:57:41.904Z] ---> 58b568d08ea1 [2021-06-09T03:57:41.904Z] Step 25/26 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:57:42.185Z] ---> f9cb23d2b614 [2021-06-09T03:57:42.185Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-09T03:57:42.461Z] ---> Running in 0bba8cf2e96b [2021-06-09T03:57:42.461Z] (1/39) Installing readline (8.0.4-r0) [2021-06-09T03:57:42.461Z] (2/39) Installing bash (5.0.17-r0) [2021-06-09T03:57:42.461Z] Executing bash-5.0.17-r0.post-install [2021-06-09T03:57:42.461Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T03:57:42.461Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-09T03:57:42.461Z] (5/39) Installing curl (7.77.0-r0) [2021-06-09T03:57:42.736Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-09T03:57:42.736Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-09T03:57:42.736Z] (8/39) Installing expat (2.2.9-r1) [2021-06-09T03:57:42.736Z] (9/39) Installing libffi (3.3-r2) [2021-06-09T03:57:42.736Z] (10/39) Installing gdbm (1.13-r1) [2021-06-09T03:57:42.736Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-09T03:57:42.736Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-09T03:57:42.736Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-09T03:57:43.008Z] ---> Running in 75ffe0e2e448 [2021-06-09T03:57:43.281Z] Removing intermediate container 0bba8cf2e96b [2021-06-09T03:57:43.281Z] ---> 01226031a1ac [2021-06-09T03:57:43.281Z] Step 26/26 : LABEL version=0.0.0 [2021-06-09T03:57:43.893Z] ---> Running in 4d58e2dbafbf [2021-06-09T03:57:43.893Z] Removing intermediate container 75ffe0e2e448 [2021-06-09T03:57:43.893Z] ---> a88c44312d54 [2021-06-09T03:57:43.893Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-09T03:57:44.490Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-09T03:57:44.490Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-09T03:57:44.490Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-09T03:57:44.760Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-09T03:57:44.760Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-09T03:57:44.760Z] Removing intermediate container 4d58e2dbafbf [2021-06-09T03:57:44.760Z] ---> 20bdbeb48afc [2021-06-09T03:57:44.760Z] [2021-06-09T03:57:44.760Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-09T03:57:44.760Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-09T03:57:44.760Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-09T03:57:44.760Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-09T03:57:44.760Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-09T03:57:44.760Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-09T03:57:45.036Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-09T03:57:45.036Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-09T03:57:45.036Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-09T03:57:45.036Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-09T03:57:45.036Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-09T03:57:45.036Z] ---> 1900507c5d4c [2021-06-09T03:57:45.036Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-09T03:57:45.036Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-09T03:57:45.036Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-09T03:57:45.036Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-09T03:57:45.036Z] Successfully built 20bdbeb48afc [2021-06-09T03:57:45.036Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-09T03:57:45.036Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-09T03:57:45.036Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-09T03:57:45.036Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2021-06-09T03:57:45.036Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-09T03:57:45.036Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-09T03:57:45.036Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-09T03:57:45.036Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-09T03:57:45.036Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-09T03:57:45.311Z] Executing busybox-1.31.1-r19.trigger [2021-06-09T03:57:45.311Z] OK: 72 MiB in 59 packages [2021-06-09T03:57:45.311Z] ---> Running in 5bc868c296e9 [2021-06-09T03:57:48.774Z] Removing intermediate container 5bc868c296e9 [2021-06-09T03:57:48.774Z] ---> d97555778cf7 [2021-06-09T03:57:48.774Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-09T03:57:51.202Z] ---> Running in 9c909180eea1 [2021-06-09T03:57:51.202Z] Removing intermediate container 9c909180eea1 [2021-06-09T03:57:51.202Z] ---> 8d389f35a64c [2021-06-09T03:57:51.202Z] Step 29/32 : CMD ["gate"] [2021-06-09T03:57:51.202Z] ---> Running in d886fb0b0b7d [2021-06-09T03:57:51.202Z] Collecting docker-compose==1.23.2 [2021-06-09T03:57:51.202Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-09T03:57:51.202Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-09T03:57:51.202Z] Removing intermediate container d886fb0b0b7d [2021-06-09T03:57:51.202Z] ---> db1225dcbd00 [2021-06-09T03:57:51.202Z] Step 30/32 : LABEL arch=arm64 [2021-06-09T03:57:51.202Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-09T03:57:51.202Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-09T03:57:51.202Z] ---> Running in 2b1f8a44c3d5 [2021-06-09T03:57:51.795Z] Removing intermediate container 2b1f8a44c3d5 [2021-06-09T03:57:51.795Z] ---> 76490e36b990 [2021-06-09T03:57:51.795Z] Step 31/32 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:57:52.085Z] ---> Running in c14d3c09d07f [2021-06-09T03:57:52.678Z] Removing intermediate container c14d3c09d07f [2021-06-09T03:57:52.678Z] ---> 177138ee3317 [2021-06-09T03:57:52.678Z] Step 32/32 : LABEL version=0.0.0 [2021-06-09T03:57:52.951Z] ---> Running in 4a4f4c6f173b [2021-06-09T03:57:53.548Z] Collecting cached-property<2,>=1.2.0 [2021-06-09T03:57:53.548Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-09T03:57:53.820Z] Removing intermediate container 4a4f4c6f173b [2021-06-09T03:57:53.820Z] ---> 7d43b9f1fc8f [2021-06-09T03:57:53.820Z] [2021-06-09T03:57:54.097Z] Successfully built 7d43b9f1fc8f [2021-06-09T03:57:56.460Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-09T03:57:56.460Z]  Building security-bootstrapper ... done Building core-metadata [2021-06-09T03:57:56.460Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-09T03:57:56.460Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-09T03:57:56.460Z] Collecting texttable<0.10,>=0.9.0 [2021-06-09T03:57:56.460Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-09T03:57:56.736Z] Collecting docopt<0.7,>=0.6.1 [2021-06-09T03:57:56.736Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-09T03:58:01.475Z] Collecting docker<4.0,>=3.6.0 [2021-06-09T03:58:01.475Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-09T03:58:01.475Z] Collecting jsonschema<3,>=2.5.1 [2021-06-09T03:58:01.475Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-09T03:58:01.475Z] Collecting PyYAML<4,>=3.10 [2021-06-09T03:58:04.010Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-09T03:58:09.055Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-09T03:58:09.055Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-09T03:58:09.055Z] Collecting docker-pycreds>=0.4.0 [2021-06-09T03:58:09.055Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-09T03:58:09.055Z] Collecting idna<2.8,>=2.5 [2021-06-09T03:58:09.055Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-09T03:58:09.055Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-09T03:58:09.055Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-09T03:58:09.055Z] 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) [2021-06-09T03:58:09.055Z] 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) [2021-06-09T03:58:09.055Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-09T03:58:09.055Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-09T03:58:09.055Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-09T03:58:09.055Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-09T03:58:09.055Z] Installing collected packages: dockerpty, cached-property, websocket-client, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, PyYAML, docker-compose [2021-06-09T03:58:09.055Z] Running setup.py install for dockerpty: started [2021-06-09T03:58:15.118Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-09T03:58:15.118Z] Running setup.py install for texttable: started [2021-06-09T03:58:15.118Z] Running setup.py install for texttable: finished with status 'done' [2021-06-09T03:58:15.118Z] Running setup.py install for docopt: started [2021-06-09T03:58:16.568Z] Running setup.py install for docopt: finished with status 'done' [2021-06-09T03:58:16.568Z] Attempting uninstall: idna [2021-06-09T03:58:16.568Z] Found existing installation: idna 2.9 [2021-06-09T03:58:16.568Z] Uninstalling idna-2.9: [2021-06-09T03:58:16.568Z] Successfully uninstalled idna-2.9 [2021-06-09T03:58:17.168Z] Attempting uninstall: urllib3 [2021-06-09T03:58:17.168Z] Found existing installation: urllib3 1.25.9 [2021-06-09T03:58:17.168Z] Uninstalling urllib3-1.25.9: [2021-06-09T03:58:17.445Z] Successfully uninstalled urllib3-1.25.9 [2021-06-09T03:58:18.039Z] Attempting uninstall: requests [2021-06-09T03:58:18.039Z] Found existing installation: requests 2.23.0 [2021-06-09T03:58:18.039Z] Uninstalling requests-2.23.0: [2021-06-09T03:58:18.039Z] Successfully uninstalled requests-2.23.0 [2021-06-09T03:58:20.027Z] Running setup.py install for PyYAML: started [2021-06-09T03:58:22.652Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-09T03:58:22.652Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:58:22.652Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:58:22.652Z] ---> 6c6a2a1739e5 [2021-06-09T03:58:22.652Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T03:58:22.652Z] ---> Using cache [2021-06-09T03:58:22.652Z] ---> ec24850b643c [2021-06-09T03:58:22.652Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:58:22.652Z] ---> Using cache [2021-06-09T03:58:22.652Z] ---> f0df9c671a8c [2021-06-09T03:58:22.652Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-09T03:58:22.652Z] ---> Using cache [2021-06-09T03:58:22.652Z] ---> 066d55f7757d [2021-06-09T03:58:22.652Z] Step 6/23 : COPY go.mod . [2021-06-09T03:58:22.652Z] ---> Using cache [2021-06-09T03:58:22.652Z] ---> a6705ed9aa0d [2021-06-09T03:58:22.652Z] Step 7/23 : RUN go mod download [2021-06-09T03:58:22.652Z] ---> Using cache [2021-06-09T03:58:22.652Z] ---> 7abeee5eccce [2021-06-09T03:58:22.652Z] Step 8/23 : COPY . . [2021-06-09T03:58:24.860Z] ---> Using cache [2021-06-09T03:58:24.860Z] ---> 1bfc5dbd3969 [2021-06-09T03:58:24.860Z] Step 9/23 : RUN go mod tidy [2021-06-09T03:58:24.860Z] ---> Using cache [2021-06-09T03:58:24.860Z] ---> 27104b776588 [2021-06-09T03:58:24.860Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-09T03:58:24.860Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:58:24.860Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:58:24.860Z] ---> 6c6a2a1739e5 [2021-06-09T03:58:24.860Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:58:24.860Z] ---> Using cache [2021-06-09T03:58:24.860Z] ---> ec24850b643c [2021-06-09T03:58:24.860Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:58:24.860Z] ---> Using cache [2021-06-09T03:58:24.860Z] ---> f0df9c671a8c [2021-06-09T03:58:24.860Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-09T03:58:24.860Z] 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 [2021-06-09T03:58:27.512Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:58:27.512Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:58:27.512Z] ---> 6c6a2a1739e5 [2021-06-09T03:58:27.512Z] Step 3/22 : WORKDIR /edgex-go [2021-06-09T03:58:27.512Z] ---> Using cache [2021-06-09T03:58:27.512Z] ---> ec24850b643c [2021-06-09T03:58:27.512Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:58:27.512Z] ---> Using cache [2021-06-09T03:58:27.512Z] ---> f0df9c671a8c [2021-06-09T03:58:27.512Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-09T03:58:27.512Z] ---> Using cache [2021-06-09T03:58:27.512Z] ---> 066d55f7757d [2021-06-09T03:58:27.512Z] Step 6/22 : COPY go.mod . [2021-06-09T03:58:27.512Z] ---> Using cache [2021-06-09T03:58:27.512Z] ---> a6705ed9aa0d [2021-06-09T03:58:27.512Z] Step 7/22 : RUN go mod download [2021-06-09T03:58:27.512Z] ---> Using cache [2021-06-09T03:58:27.512Z] ---> 7abeee5eccce [2021-06-09T03:58:27.512Z] Step 8/22 : COPY . . [2021-06-09T03:58:27.512Z] ---> Using cache [2021-06-09T03:58:27.512Z] ---> 1bfc5dbd3969 [2021-06-09T03:58:27.512Z] Step 9/22 : RUN go mod tidy [2021-06-09T03:58:27.512Z] ---> Using cache [2021-06-09T03:58:27.512Z] ---> 27104b776588 [2021-06-09T03:58:27.512Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-09T03:58:28.970Z] ---> Running in 65046d64aeb9 [2021-06-09T03:58:28.970Z] ---> Running in c8f3e977e55c [2021-06-09T03:58:28.970Z] ---> Running in 0fcdfd53d291 [2021-06-09T03:58:31.607Z] 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 [2021-06-09T03:58:31.607Z] 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 [2021-06-09T03:58:31.880Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T03:58:32.480Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T03:58:32.480Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T03:58:32.480Z] ---> 6c6a2a1739e5 [2021-06-09T03:58:32.480Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T03:58:32.480Z] ---> Using cache [2021-06-09T03:58:32.480Z] ---> ec24850b643c [2021-06-09T03:58:32.480Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T03:58:32.480Z] ---> Using cache [2021-06-09T03:58:32.480Z] ---> f0df9c671a8c [2021-06-09T03:58:32.480Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T03:58:32.480Z] ---> Using cache [2021-06-09T03:58:32.480Z] ---> 066d55f7757d [2021-06-09T03:58:32.480Z] Step 6/24 : COPY go.mod . [2021-06-09T03:58:32.480Z] ---> Using cache [2021-06-09T03:58:32.480Z] ---> a6705ed9aa0d [2021-06-09T03:58:32.480Z] Step 7/24 : RUN go mod download [2021-06-09T03:58:32.480Z] ---> Using cache [2021-06-09T03:58:32.480Z] ---> 7abeee5eccce [2021-06-09T03:58:32.480Z] Step 8/24 : COPY . . [2021-06-09T03:58:32.769Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T03:58:32.769Z] ---> Using cache [2021-06-09T03:58:32.769Z] ---> 1bfc5dbd3969 [2021-06-09T03:58:32.769Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:58:32.769Z] ---> Using cache [2021-06-09T03:58:32.769Z] ---> 27104b776588 [2021-06-09T03:58:32.769Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-09T03:58:33.767Z] ---> Running in eda5ecd6d1bb [2021-06-09T03:58:33.767Z] OK: 218 MiB in 52 packages [2021-06-09T03:58:36.425Z] Removing intermediate container 0fcdfd53d291 [2021-06-09T03:58:36.425Z] ---> 686cd72950cf [2021-06-09T03:58:36.425Z] Step 6/24 : COPY go.mod . [2021-06-09T03:58:36.425Z] 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 [2021-06-09T03:58:38.419Z] ---> caac283dab11 [2021-06-09T03:58:38.419Z] Step 7/24 : RUN go mod download [2021-06-09T03:58:38.694Z] ---> Running in 64a2673cf810 [2021-06-09T03:58:41.318Z] Removing intermediate container b6789f331a52 [2021-06-09T03:58:41.318Z] ---> 0fe277548a0d [2021-06-09T03:58:41.318Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-09T03:58:41.318Z] ---> Running in 983d07b3b46f [2021-06-09T03:58:44.016Z] Removing intermediate container 983d07b3b46f [2021-06-09T03:58:44.016Z] ---> 623febae434f [2021-06-09T03:58:44.016Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-09T03:58:44.016Z] ---> Running in ac8515c90901 [2021-06-09T03:58:44.016Z] Removing intermediate container ac8515c90901 [2021-06-09T03:58:44.016Z] ---> d11310a01ca7 [2021-06-09T03:58:44.016Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-09T03:58:44.016Z] Removing intermediate container 64a2673cf810 [2021-06-09T03:58:44.016Z] ---> ef97be7e19ad [2021-06-09T03:58:44.016Z] Step 8/24 : COPY . . [2021-06-09T03:58:46.669Z] ---> fa83b9bbca06 [2021-06-09T03:58:46.669Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-09T03:58:48.926Z] ---> cc769e64d0da [2021-06-09T03:58:48.926Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-09T03:58:51.597Z] ---> 1193b77d4b05 [2021-06-09T03:58:51.597Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-09T03:58:51.597Z] ---> Running in f701f520d698 [2021-06-09T03:58:52.591Z] Removing intermediate container f701f520d698 [2021-06-09T03:58:52.591Z] ---> aa4a694a6add [2021-06-09T03:58:52.591Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T03:58:55.104Z] ---> Running in 91921c9e9444 [2021-06-09T03:58:55.104Z] Removing intermediate container 91921c9e9444 [2021-06-09T03:58:55.104Z] ---> ab9da029e091 [2021-06-09T03:58:55.104Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T03:58:55.104Z] ---> Running in eb398965e184 [2021-06-09T03:58:55.714Z] Removing intermediate container eb398965e184 [2021-06-09T03:58:55.714Z] ---> b0fe476ee8da [2021-06-09T03:58:55.714Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T03:58:56.317Z] ---> Running in 4363c2361466 [2021-06-09T03:58:57.337Z] Removing intermediate container 4363c2361466 [2021-06-09T03:58:57.337Z] ---> a8e8e9e2a5d7 [2021-06-09T03:58:57.337Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T03:58:59.335Z] ---> Running in 393e93f35c2f [2021-06-09T03:59:00.808Z] Removing intermediate container 393e93f35c2f [2021-06-09T03:59:00.808Z] ---> 446b31303ce5 [2021-06-09T03:59:00.808Z] [2021-06-09T03:59:01.804Z] Successfully built 446b31303ce5 [2021-06-09T03:59:01.804Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-09T03:59:03.832Z]  Building sys-mgmt-agent ... done  ---> d44a2050c149 [2021-06-09T03:59:03.832Z] Step 9/24 : RUN go mod tidy [2021-06-09T03:59:06.258Z] ---> Running in a2e4a59f3322 [2021-06-09T03:59:11.706Z] Removing intermediate container a2e4a59f3322 [2021-06-09T03:59:11.706Z] ---> 02a367b22fc8 [2021-06-09T03:59:11.706Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-09T03:59:11.706Z] ---> Running in 813923f59ab0 [2021-06-09T03:59:15.079Z] 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 [2021-06-09T03:59:56.426Z] 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 [2021-06-09T04:00:15.085Z] Removing intermediate container c8f3e977e55c [2021-06-09T04:00:15.085Z] ---> 87213868b0b7 [2021-06-09T04:00:15.085Z] [2021-06-09T04:00:15.085Z] Step 11/22 : FROM alpine:3.12 [2021-06-09T04:00:15.085Z] ---> 9852663dfa18 [2021-06-09T04:00:15.085Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-09T04:00:15.085Z] Removing intermediate container 65046d64aeb9 [2021-06-09T04:00:15.085Z] ---> e2a48c7b85d3 [2021-06-09T04:00:15.085Z] [2021-06-09T04:00:15.085Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T04:00:15.085Z] ---> 9852663dfa18 [2021-06-09T04:00:15.085Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:00:15.085Z] ---> Using cache [2021-06-09T04:00:15.085Z] ---> 3aeae945e5ff [2021-06-09T04:00:15.086Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:00:15.086Z] ---> Using cache [2021-06-09T04:00:15.086Z] ---> 7f50f2143f26 [2021-06-09T04:00:15.086Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-09T04:00:15.086Z] ---> Running in c471a0a14d64 [2021-06-09T04:00:15.086Z] ---> Running in c50369ec31f2 [2021-06-09T04:00:15.086Z] Removing intermediate container c471a0a14d64 [2021-06-09T04:00:15.086Z] ---> cda2cb9b7bb7 [2021-06-09T04:00:15.086Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T04:00:15.086Z] ---> Running in 29e7f6abef8e [2021-06-09T04:00:15.086Z] Removing intermediate container 29e7f6abef8e [2021-06-09T04:00:15.086Z] ---> 39503939ee88 [2021-06-09T04:00:15.086Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:00:15.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:00:16.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:00:16.440Z] ---> 27b63999a2db [2021-06-09T04:00:16.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-09T04:00:18.739Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-09T04:00:18.739Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T04:00:18.739Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-09T04:00:18.739Z] (4/4) Installing curl (7.77.0-r0) [2021-06-09T04:00:18.739Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:00:18.739Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T04:00:18.739Z] OK: 7 MiB in 18 packages [2021-06-09T04:00:18.739Z] ---> 1f9af7cd54e2 [2021-06-09T04:00:18.739Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-09T04:00:22.067Z] Removing intermediate container c50369ec31f2 [2021-06-09T04:00:22.067Z] ---> 5f76914d1e18 [2021-06-09T04:00:22.067Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T04:00:22.067Z] ---> 5619a2b42cf4 [2021-06-09T04:00:22.067Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-09T04:00:22.067Z] ---> Running in 867a8e6443dd [2021-06-09T04:00:22.067Z] ---> Running in b470a7e9c64b [2021-06-09T04:00:24.501Z] Removing intermediate container 867a8e6443dd [2021-06-09T04:00:24.501Z] ---> 6ac03481b2aa [2021-06-09T04:00:24.501Z] Step 14/22 : WORKDIR /edgex [2021-06-09T04:00:24.501Z] Removing intermediate container b470a7e9c64b [2021-06-09T04:00:24.501Z] ---> b6ccc873b090 [2021-06-09T04:00:24.501Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:00:24.501Z] ---> Running in 90676f347d98 [2021-06-09T04:00:24.501Z] ---> Running in eef9e163eeb9 [2021-06-09T04:00:24.501Z] Removing intermediate container eda5ecd6d1bb [2021-06-09T04:00:24.501Z] ---> 275d10f06341 [2021-06-09T04:00:24.501Z] [2021-06-09T04:00:24.501Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:00:24.501Z] ---> 9852663dfa18 [2021-06-09T04:00:24.501Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:00:24.501Z] ---> Using cache [2021-06-09T04:00:24.501Z] ---> 3aeae945e5ff [2021-06-09T04:00:24.501Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:00:24.501Z] ---> Using cache [2021-06-09T04:00:24.501Z] ---> 7f50f2143f26 [2021-06-09T04:00:24.501Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-09T04:00:24.501Z] Removing intermediate container eef9e163eeb9 [2021-06-09T04:00:24.501Z] ---> 1ddebcdad148 [2021-06-09T04:00:24.501Z] Step 21/23 : LABEL arch=arm64 [2021-06-09T04:00:24.501Z] Removing intermediate container 90676f347d98 [2021-06-09T04:00:24.501Z] ---> d771a28f7b30 [2021-06-09T04:00:24.501Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-09T04:00:24.501Z] ---> Running in 9db790adb6e3 [2021-06-09T04:00:24.501Z] ---> Running in 00149ef33a64 [2021-06-09T04:00:26.828Z] Removing intermediate container 9db790adb6e3 [2021-06-09T04:00:26.828Z] ---> 63849a52ecc1 [2021-06-09T04:00:26.828Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T04:00:26.828Z] ---> Running in 1b9c9554191a [2021-06-09T04:00:26.828Z] Removing intermediate container 00149ef33a64 [2021-06-09T04:00:26.828Z] ---> 76cc2aa44b84 [2021-06-09T04:00:26.828Z] Step 22/23 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T04:00:26.828Z] ---> af1ce51e89f7 [2021-06-09T04:00:26.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-09T04:00:26.828Z] ---> Running in 3df6e6e87c0d [2021-06-09T04:00:26.828Z] Removing intermediate container 1b9c9554191a [2021-06-09T04:00:26.828Z] ---> eb439b5551ec [2021-06-09T04:00:26.828Z] Step 16/24 : WORKDIR / [2021-06-09T04:00:26.828Z] ---> Running in 9436288f66b4 [2021-06-09T04:00:26.828Z] Removing intermediate container 3df6e6e87c0d [2021-06-09T04:00:26.828Z] ---> bfb405831c10 [2021-06-09T04:00:26.828Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T04:00:26.828Z] ---> Running in 4f3e30aeaac6 [2021-06-09T04:00:27.432Z] Removing intermediate container 9436288f66b4 [2021-06-09T04:00:27.432Z] ---> ffedb18d6a67 [2021-06-09T04:00:27.432Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:00:27.713Z] ---> 6c697bc95638 [2021-06-09T04:00:27.713Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-09T04:00:27.713Z] Removing intermediate container 4f3e30aeaac6 [2021-06-09T04:00:27.713Z] ---> 67aa87500b8e [2021-06-09T04:00:27.713Z] [2021-06-09T04:00:30.167Z] Successfully built 67aa87500b8e [2021-06-09T04:00:30.167Z] Successfully tagged support-scheduler-arm64:latest [2021-06-09T04:00:30.167Z]  Building support-scheduler ... done  ---> 0fdfe4f7ac11 [2021-06-09T04:00:30.167Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-09T04:00:30.167Z] ---> b03da5d90772 [2021-06-09T04:00:30.167Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-09T04:00:30.167Z] ---> Running in 8e8d7f76c291 [2021-06-09T04:00:30.167Z] ---> f9f78cab11ee [2021-06-09T04:00:30.167Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-09T04:00:30.167Z] Removing intermediate container 8e8d7f76c291 [2021-06-09T04:00:30.167Z] ---> 17faf502729e [2021-06-09T04:00:30.167Z] Step 19/22 : CMD ["--init=true"] [2021-06-09T04:00:30.442Z] ---> Running in 2f5341b3e590 [2021-06-09T04:00:31.417Z] ---> 08e2fdefdc04 [2021-06-09T04:00:31.417Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-09T04:00:31.417Z] Removing intermediate container 2f5341b3e590 [2021-06-09T04:00:31.417Z] ---> f651aa2b4be5 [2021-06-09T04:00:31.417Z] Step 20/22 : LABEL arch=arm64 [2021-06-09T04:00:31.417Z] ---> Running in a18c076f5c5a [2021-06-09T04:00:31.417Z] ---> Running in 5d9ed71b4d95 [2021-06-09T04:00:32.016Z] Removing intermediate container a18c076f5c5a [2021-06-09T04:00:32.016Z] ---> 96df672ca824 [2021-06-09T04:00:32.016Z] Step 21/22 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T04:00:32.016Z] Removing intermediate container 5d9ed71b4d95 [2021-06-09T04:00:32.016Z] ---> 9447a4e31580 [2021-06-09T04:00:32.016Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:00:34.434Z] ---> Running in 69cf5ada296c [2021-06-09T04:00:34.434Z] ---> Running in 27a3a227a750 [2021-06-09T04:00:34.434Z] Removing intermediate container 27a3a227a750 [2021-06-09T04:00:34.434Z] ---> 3c800ca2fd33 [2021-06-09T04:00:34.434Z] Step 22/22 : LABEL version=0.0.0 [2021-06-09T04:00:34.434Z] Removing intermediate container 69cf5ada296c [2021-06-09T04:00:34.434Z] ---> 98aa4ef29f6a [2021-06-09T04:00:34.434Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T04:00:34.434Z] ---> Running in 5a19854773b0 [2021-06-09T04:00:34.434Z] ---> Running in fe6be3060f3f [2021-06-09T04:00:34.434Z] Removing intermediate container fe6be3060f3f [2021-06-09T04:00:34.434Z] ---> b59852985ecb [2021-06-09T04:00:34.434Z] [2021-06-09T04:00:34.434Z] Removing intermediate container 5a19854773b0 [2021-06-09T04:00:34.434Z] ---> b3bd91f60ebc [2021-06-09T04:00:34.434Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T04:00:34.434Z] Successfully built b59852985ecb [2021-06-09T04:00:34.434Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-09T04:00:34.434Z]  Building security-proxy-setup ... done  ---> Running in ace4de1a0887 [2021-06-09T04:00:34.434Z] Removing intermediate container ace4de1a0887 [2021-06-09T04:00:34.434Z] ---> 429c193db05c [2021-06-09T04:00:34.434Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:00:34.705Z] ---> Running in f18856cc1fd4 [2021-06-09T04:00:35.299Z] Removing intermediate container f18856cc1fd4 [2021-06-09T04:00:35.299Z] ---> 2ccde08d6f98 [2021-06-09T04:00:35.299Z] [2021-06-09T04:00:35.571Z] Successfully built 2ccde08d6f98 [2021-06-09T04:00:35.571Z] Successfully tagged core-metadata-arm64:latest [2021-06-09T04:00:38.531Z]  Building core-metadata ... done Removing intermediate container 813923f59ab0 [2021-06-09T04:00:38.531Z] ---> 9876c00db8b3 [2021-06-09T04:00:38.531Z] [2021-06-09T04:00:38.531Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:00:38.531Z] ---> 9852663dfa18 [2021-06-09T04:00:38.531Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-09T04:00:38.531Z] ---> Running in 64ec4e6d1672 [2021-06-09T04:00:38.531Z] Removing intermediate container 64ec4e6d1672 [2021-06-09T04:00:38.531Z] ---> 1bf37418141d [2021-06-09T04:00:38.531Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-09T04:00:38.531Z] ---> Running in b26c4d45e6a2 [2021-06-09T04:00:38.804Z] Removing intermediate container b26c4d45e6a2 [2021-06-09T04:00:38.804Z] ---> 3edad029c0d6 [2021-06-09T04:00:38.804Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-09T04:00:38.804Z] ---> Running in 794917bbea8c [2021-06-09T04:00:41.151Z] Removing intermediate container 794917bbea8c [2021-06-09T04:00:41.151Z] ---> 265465a4341d [2021-06-09T04:00:41.151Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:00:41.151Z] ---> Running in 117ba1f19cd4 [2021-06-09T04:00:41.747Z] Removing intermediate container 117ba1f19cd4 [2021-06-09T04:00:41.747Z] ---> ee09d03879de [2021-06-09T04:00:41.747Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-09T04:00:41.747Z] ---> Running in 7fffedfa31f6 [2021-06-09T04:00:44.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:00:44.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:00:44.514Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-09T04:00:44.514Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-09T04:00:44.514Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-09T04:00:44.784Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-09T04:00:45.059Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-09T04:00:45.059Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-09T04:00:45.059Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:00:45.059Z] OK: 8 MiB in 20 packages [2021-06-09T04:00:48.524Z] Removing intermediate container 7fffedfa31f6 [2021-06-09T04:00:48.524Z] ---> 6fc76eca166e [2021-06-09T04:00:48.524Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:00:48.524Z] ---> 70118a319430 [2021-06-09T04:00:48.524Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-09T04:00:48.524Z] ---> dd0c3eb13124 [2021-06-09T04:00:48.524Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-09T04:00:49.116Z] ---> db6dbadbd55c [2021-06-09T04:00:49.116Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-09T04:00:51.570Z] ---> Running in 136004332e2a [2021-06-09T04:00:51.570Z] Removing intermediate container 136004332e2a [2021-06-09T04:00:51.570Z] ---> ca093ba21728 [2021-06-09T04:00:51.570Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:00:51.570Z] ---> Running in 9d54fc1911ba [2021-06-09T04:00:51.570Z] Removing intermediate container 9d54fc1911ba [2021-06-09T04:00:51.570Z] ---> 4a6e25a6d446 [2021-06-09T04:00:51.570Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T04:00:51.570Z] ---> Running in 1ed35d1b2543 [2021-06-09T04:00:51.570Z] Removing intermediate container 1ed35d1b2543 [2021-06-09T04:00:51.570Z] ---> c0c1f84ebf8c [2021-06-09T04:00:51.570Z] Step 23/24 : LABEL git_sha=12ea7f925e78d66b601bba60cd8d757fb550f7df [2021-06-09T04:00:51.570Z] ---> Running in 8e060c7a252c [2021-06-09T04:00:51.570Z] Removing intermediate container 8e060c7a252c [2021-06-09T04:00:51.570Z] ---> c931e6d84c43 [2021-06-09T04:00:51.570Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:00:51.847Z] ---> Running in cb9a5a26ab36 [2021-06-09T04:00:52.440Z] Removing intermediate container cb9a5a26ab36 [2021-06-09T04:00:52.440Z] ---> ff980d357250 [2021-06-09T04:00:52.440Z] [2021-06-09T04:00:52.713Z] Successfully built ff980d357250 [2021-06-09T04:00:52.713Z] Successfully tagged core-data-arm64:latest [2021-06-09T04:00:52.999Z]  Building core-data ... done  [Pipeline] } [2021-06-09T04:00:53.029Z] $ docker stop --time=1 f8b5cd1dfb06f50972f7a824e9b4098789a7b9e893e3344d6b7a8bfcd18efd35 [2021-06-09T04:00:54.827Z] $ docker rm -f f8b5cd1dfb06f50972f7a824e9b4098789a7b9e893e3344d6b7a8bfcd18efd35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T04:00:55.397Z] + docker images [2021-06-09T04:00:55.668Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-09T04:00:55.668Z] core-data-arm64 latest ff980d357250 3 seconds ago 19.1MB [2021-06-09T04:00:55.668Z] 9876c00db8b3 19 seconds ago 975MB [2021-06-09T04:00:55.668Z] core-metadata-arm64 latest 2ccde08d6f98 21 seconds ago 15.6MB [2021-06-09T04:00:55.668Z] security-proxy-setup-arm64 latest b59852985ecb 22 seconds ago 24MB [2021-06-09T04:00:55.668Z] support-scheduler-arm64 latest 67aa87500b8e 28 seconds ago 15MB [2021-06-09T04:00:55.668Z] 275d10f06341 33 seconds ago 972MB [2021-06-09T04:00:55.668Z] 87213868b0b7 44 seconds ago 971MB [2021-06-09T04:00:55.668Z] e2a48c7b85d3 44 seconds ago 968MB [2021-06-09T04:00:55.668Z] sys-mgmt-agent-arm64 latest 446b31303ce5 About a minute ago 299MB [2021-06-09T04:00:55.668Z] security-bootstrapper-arm64 latest 7d43b9f1fc8f 3 minutes ago 17.1MB [2021-06-09T04:00:55.668Z] security-secretstore-setup-arm64 latest 20bdbeb48afc 3 minutes ago 26.5MB [2021-06-09T04:00:55.668Z] support-notifications-arm64 latest aeccecf59762 3 minutes ago 15.7MB [2021-06-09T04:00:55.668Z] core-command-arm64 latest 46ac5f71b728 3 minutes ago 15MB [2021-06-09T04:00:55.668Z] 2c26114d0fcd 3 minutes ago 974MB [2021-06-09T04:00:55.668Z] d8ce8d8533bc 3 minutes ago 969MB [2021-06-09T04:00:55.668Z] e1bb88dfd5a3 3 minutes ago 974MB [2021-06-09T04:00:55.668Z] 883d5c20d070 3 minutes ago 967MB [2021-06-09T04:00:55.668Z] 995b7b6a8838 3 minutes ago 967MB [2021-06-09T04:00:55.668Z] ci-base-image-arm64 latest 6c6a2a1739e5 14 minutes ago 641MB [2021-06-09T04:00:55.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB [2021-06-09T04:00:55.668Z] alpine 3.12 9852663dfa18 7 weeks ago 5.32MB [2021-06-09T04:00:55.668Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-09T04:00:55.668Z] 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 [2021-06-09T04:00:56.346Z] ---> job-cost.sh [2021-06-09T04:00:56.346Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7JLs [2021-06-09T04:01:38.476Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-09T04:03:04.731Z] lf-activate-venv(): INFO: Adding /tmp/venv-7JLs/bin to PATH [2021-06-09T04:03:04.731Z] INFO: No Stack... [2021-06-09T04:03:04.731Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-09T04:03:04.731Z] INFO: Archiving Costs [Pipeline] sh [2021-06-09T04:03:05.066Z] + cat /w/workspace/edgex-go/11/archives/cost.csv [2021-06-09T04:03:05.066Z] + cut -d, -f6 [Pipeline] lock [2021-06-09T04:03:05.126Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-11-stack-cost] [2021-06-09T04:03:05.140Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3531-11-stack-cost] did not exist. Created. [2021-06-09T04:03:05.140Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-09T04:03:05.486Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-09T04:03:05.727Z] Stashed 1 file(s) [Pipeline] } [2021-06-09T04:03:05.740Z] 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 [2021-06-09T04:03:08.455Z] provisioning config files... [2021-06-09T04:03:08.470Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config6558678617526262362tmp [Pipeline] { [Pipeline] sh [2021-06-09T04:03:08.780Z] + set +x [2021-06-09T04:03:08.780Z] + curl -s https://codecov.io/bash [2021-06-09T04:03:08.780Z] + bash -s -- [2021-06-09T04:03:09.039Z] [2021-06-09T04:03:09.040Z] _____ _ [2021-06-09T04:03:09.040Z] / ____| | | [2021-06-09T04:03:09.040Z] | | ___ __| | ___ ___ _____ __ [2021-06-09T04:03:09.040Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-09T04:03:09.040Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-09T04:03:09.040Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-09T04:03:09.040Z] Bash-1.0.3 [2021-06-09T04:03:09.040Z] [2021-06-09T04:03:09.040Z] [2021-06-09T04:03:09.040Z] ==> git version 2.24.4 found [2021-06-09T04:03:09.040Z] ==> 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 [2021-06-09T04:03:09.040Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-09T04:03:09.040Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-09T04:03:09.040Z] ==> Jenkins CI detected. [2021-06-09T04:03:09.040Z] project root: . [2021-06-09T04:03:09.040Z] --> token set from env [2021-06-09T04:03:09.040Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-09T04:03:09.040Z] ==> Running gcov in . (disable via -X gcov) [2021-06-09T04:03:09.040Z] ==> Python coveragepy not found [2021-06-09T04:03:09.040Z] ==> Searching for coverage reports in: [2021-06-09T04:03:09.040Z] + . [2021-06-09T04:03:09.040Z] -> Found 1 reports [2021-06-09T04:03:09.040Z] ==> Detecting git/mercurial file structure [2021-06-09T04:03:09.040Z] ==> Reading reports [2021-06-09T04:03:09.040Z] + ./coverage.out bytes=411487 [2021-06-09T04:03:09.040Z] ==> Appending adjustments [2021-06-09T04:03:09.040Z] https://docs.codecov.io/docs/fixing-reports [2021-06-09T04:03:10.428Z] + Found adjustments [2021-06-09T04:03:10.428Z] ==> Gzipping contents [2021-06-09T04:03:10.428Z] 56K /tmp/codecov.EJjW1i.gz [2021-06-09T04:03:10.428Z] ==> Uploading reports [2021-06-09T04:03:10.428Z] url: https://codecov.io [2021-06-09T04:03:10.428Z] 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= [2021-06-09T04:03:10.428Z] -> Pinging Codecov [2021-06-09T04:03:10.428Z] 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= [2021-06-09T04:03:11.370Z] -> Uploading to [2021-06-09T04:03:11.370Z] 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 [2021-06-09T04:03:11.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-09T04:03:11.370Z] Dload Upload Total Spent Left Speed [2021-06-09T04:03:13.963Z] 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 [2021-06-09T04:03:13.963Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/12ea7f925e78d66b601bba60cd8d757fb550f7df [Pipeline] } [2021-06-09T04:03:13.974Z] 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 [2021-06-09T04:03:17.299Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:03:22.315Z] ---> package-listing.sh [2021-06-09T04:03:22.315Z] ++ facter osfamily [2021-06-09T04:03:22.315Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-09T04:03:22.315Z] + OS_FAMILY=redhat [2021-06-09T04:03:22.315Z] + workspace=/w/workspace/edgex-go/11 [2021-06-09T04:03:22.315Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-09T04:03:22.315Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-09T04:03:22.315Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-09T04:03:22.315Z] + PACKAGES=/tmp/packages_start.txt [2021-06-09T04:03:22.315Z] + '[' /w/workspace/edgex-go/11 ']' [2021-06-09T04:03:22.315Z] + PACKAGES=/tmp/packages_end.txt [2021-06-09T04:03:22.315Z] + case "${OS_FAMILY}" in [2021-06-09T04:03:22.315Z] + sort [2021-06-09T04:03:22.315Z] + rpm -qa [2021-06-09T04:03:22.576Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-09T04:03:22.576Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-09T04:03:22.576Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-09T04:03:22.576Z] + '[' /w/workspace/edgex-go/11 ']' [2021-06-09T04:03:22.576Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-06-09T04:03:22.576Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-06-09T04:03:22.589Z] 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 [2021-06-09T04:03:22.889Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:03:25.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T04:03:25.633Z] [2021-06-09T04:03:25.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:03:25.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T04:03:25.952Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-09T04:03:25.952Z] df20fa9351a1: Pulling fs layer [2021-06-09T04:03:25.952Z] 36b3adc4ff6f: Pulling fs layer [2021-06-09T04:03:25.952Z] 8ad3a11d3b57: Pulling fs layer [2021-06-09T04:03:25.952Z] 46f8f816bc3b: Pulling fs layer [2021-06-09T04:03:25.952Z] 93b61091891f: Pulling fs layer [2021-06-09T04:03:25.952Z] 93b9cdb0e59b: Pulling fs layer [2021-06-09T04:03:25.952Z] 5e14af77c1be: Pulling fs layer [2021-06-09T04:03:25.952Z] 01666e4c0597: Pulling fs layer [2021-06-09T04:03:25.952Z] aa168da1d23b: Pulling fs layer [2021-06-09T04:03:25.952Z] 93b61091891f: Waiting [2021-06-09T04:03:25.952Z] 93b9cdb0e59b: Waiting [2021-06-09T04:03:25.952Z] 5e14af77c1be: Waiting [2021-06-09T04:03:25.952Z] 01666e4c0597: Waiting [2021-06-09T04:03:25.952Z] aa168da1d23b: Waiting [2021-06-09T04:03:25.952Z] 46f8f816bc3b: Waiting [2021-06-09T04:03:25.952Z] 36b3adc4ff6f: Verifying Checksum [2021-06-09T04:03:25.952Z] 36b3adc4ff6f: Download complete [2021-06-09T04:03:25.952Z] 46f8f816bc3b: Verifying Checksum [2021-06-09T04:03:25.952Z] 46f8f816bc3b: Download complete [2021-06-09T04:03:25.952Z] df20fa9351a1: Verifying Checksum [2021-06-09T04:03:25.952Z] df20fa9351a1: Download complete [2021-06-09T04:03:25.952Z] 93b9cdb0e59b: Verifying Checksum [2021-06-09T04:03:25.952Z] 93b9cdb0e59b: Download complete [2021-06-09T04:03:26.216Z] 5e14af77c1be: Verifying Checksum [2021-06-09T04:03:26.216Z] 5e14af77c1be: Download complete [2021-06-09T04:03:26.216Z] 01666e4c0597: Verifying Checksum [2021-06-09T04:03:26.216Z] 01666e4c0597: Download complete [2021-06-09T04:03:26.216Z] 93b61091891f: Verifying Checksum [2021-06-09T04:03:26.216Z] 93b61091891f: Download complete [2021-06-09T04:03:26.216Z] df20fa9351a1: Pull complete [2021-06-09T04:03:26.216Z] 8ad3a11d3b57: Verifying Checksum [2021-06-09T04:03:26.216Z] 8ad3a11d3b57: Download complete [2021-06-09T04:03:26.478Z] 36b3adc4ff6f: Pull complete [2021-06-09T04:03:26.739Z] 8ad3a11d3b57: Pull complete [2021-06-09T04:03:27.003Z] 46f8f816bc3b: Pull complete [2021-06-09T04:03:27.264Z] 93b61091891f: Pull complete [2021-06-09T04:03:27.264Z] 93b9cdb0e59b: Pull complete [2021-06-09T04:03:27.264Z] 5e14af77c1be: Pull complete [2021-06-09T04:03:27.264Z] 01666e4c0597: Pull complete [2021-06-09T04:03:30.017Z] aa168da1d23b: Verifying Checksum [2021-06-09T04:03:30.017Z] aa168da1d23b: Download complete [2021-06-09T04:03:31.934Z] aa168da1d23b: Pull complete [2021-06-09T04:03:31.934Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-09T04:03:31.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T04:03:31.934Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-09T04:03:32.006Z] prd-centos7-docker-4c-2g-1172 does not seem to be running inside a container [2021-06-09T04:03:32.045Z] $ 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 [2021-06-09T04:03:35.078Z] $ docker top b62f121e60e53cb0e0a0076f25f8e8f3d6afee16183369d6a599eb6ddc43009a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T04:03:35.459Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-09T04:03:35.754Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-09T04:03:36.050Z] + ls /var/log/sa-host [2021-06-09T04:03:36.050Z] + sadf -c /var/log/sa-host/sa05 [2021-06-09T04:03:36.050Z] file_magic: OK [2021-06-09T04:03:36.050Z] HZ: Using current value: 100 [2021-06-09T04:03:36.050Z] file_header: OK [2021-06-09T04:03:36.050Z] 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 [2021-06-09T04:03:36.050Z] Statistics: [2021-06-09T04:03:36.050Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T04:03:36.050Z] File successfully converted to sysstat format version 12.2.1 [2021-06-09T04:03:36.050Z] + sadf -c /var/log/sa-host/sa09 [2021-06-09T04:03:36.050Z] file_magic: OK [2021-06-09T04:03:36.050Z] HZ: Using current value: 100 [2021-06-09T04:03:36.050Z] file_header: OK [2021-06-09T04:03:36.050Z] 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 [2021-06-09T04:03:36.050Z] Statistics: [2021-06-09T04:03:36.050Z] 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... [2021-06-09T04:03:36.050Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T04:03:38.333Z] provisioning config files... [2021-06-09T04:03:38.346Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config8020649551378167815tmp [Pipeline] { [Pipeline] echo [2021-06-09T04:03:38.382Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:03:40.746Z] ---> create-netrc.sh [Pipeline] } [2021-06-09T04:03:40.758Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:03:43.175Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-09T04:03:43.186Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:03:43.489Z] ---> sudo-logs.sh [2021-06-09T04:03:43.489Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-09T04:03:43.519Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:03:43.820Z] ---> job-cost.sh [2021-06-09T04:03:43.820Z] lf-activate-venv: SKIPPING [2021-06-09T04:03:43.820Z] DEBUG: total: 0.18000000715255737 [2021-06-09T04:03:43.820Z] INFO: Retrieving Stack Cost... [2021-06-09T04:03:45.733Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-09T04:03:45.995Z] INFO: Archiving Costs [Pipeline] echo [2021-06-09T04:03:46.011Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:03:46.306Z] ---> logs-deploy.sh [2021-06-09T04:03:46.306Z] lf-activate-venv: SKIPPING [2021-06-09T04:03:46.306Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/11 [2021-06-09T04:03:46.306Z] INFO: archiving workspace using pattern(s): [2021-06-09T04:03:47.254Z] Archives upload complete. [2021-06-09T04:03:47.254Z] INFO: archiving logs to Nexus [2021-06-09T04:03:47.828Z] ---> uname -a: [2021-06-09T04:03:47.828Z] 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 [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] ---> lscpu: [2021-06-09T04:03:47.828Z] Architecture: x86_64 [2021-06-09T04:03:47.828Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-09T04:03:47.828Z] Byte Order: Little Endian [2021-06-09T04:03:47.828Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-09T04:03:47.828Z] CPU(s): 2 [2021-06-09T04:03:47.828Z] On-line CPU(s) list: 0,1 [2021-06-09T04:03:47.828Z] Thread(s) per core: 1 [2021-06-09T04:03:47.828Z] Core(s) per socket: 1 [2021-06-09T04:03:47.828Z] Socket(s): 2 [2021-06-09T04:03:47.828Z] NUMA node(s): 1 [2021-06-09T04:03:47.828Z] Vendor ID: AuthenticAMD [2021-06-09T04:03:47.828Z] CPU family: 23 [2021-06-09T04:03:47.828Z] Model: 49 [2021-06-09T04:03:47.828Z] Model name: AMD EPYC-Rome Processor [2021-06-09T04:03:47.828Z] Stepping: 0 [2021-06-09T04:03:47.828Z] CPU MHz: 2800.000 [2021-06-09T04:03:47.828Z] BogoMIPS: 5600.00 [2021-06-09T04:03:47.828Z] Virtualization: AMD-V [2021-06-09T04:03:47.828Z] Hypervisor vendor: KVM [2021-06-09T04:03:47.828Z] Virtualization type: full [2021-06-09T04:03:47.828Z] L1d cache: 64 KiB [2021-06-09T04:03:47.828Z] L1i cache: 64 KiB [2021-06-09T04:03:47.828Z] L2 cache: 1 MiB [2021-06-09T04:03:47.828Z] L3 cache: 32 MiB [2021-06-09T04:03:47.828Z] NUMA node0 CPU(s): 0,1 [2021-06-09T04:03:47.828Z] Vulnerability Itlb multihit: Not affected [2021-06-09T04:03:47.828Z] Vulnerability L1tf: Not affected [2021-06-09T04:03:47.828Z] Vulnerability Mds: Not affected [2021-06-09T04:03:47.828Z] Vulnerability Meltdown: Not affected [2021-06-09T04:03:47.828Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-09T04:03:47.828Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-09T04:03:47.828Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-09T04:03:47.828Z] Vulnerability Srbds: Not affected [2021-06-09T04:03:47.828Z] Vulnerability Tsx async abort: Not affected [2021-06-09T04:03:47.828Z] 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 [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] ---> nproc: [2021-06-09T04:03:47.828Z] 2 [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] ---> df -h: [2021-06-09T04:03:47.828Z] Filesystem Size Used Available Use% Mounted on [2021-06-09T04:03:47.828Z] overlay 40.0G 12.5G 27.5G 31% / [2021-06-09T04:03:47.828Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-09T04:03:47.828Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-09T04:03:47.828Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/11@tmp [2021-06-09T04:03:47.828Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/11 [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] ---> free -m: [2021-06-09T04:03:47.828Z] total used free shared buff/cache available [2021-06-09T04:03:47.828Z] Mem: 7821 1195 2348 0 4276 6586 [2021-06-09T04:03:47.828Z] Swap: 1023 1 1022 [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] ---> ip addr: [2021-06-09T04:03:47.828Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-09T04:03:47.828Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-09T04:03:47.828Z] inet 127.0.0.1/8 scope host lo [2021-06-09T04:03:47.828Z] valid_lft forever preferred_lft forever [2021-06-09T04:03:47.828Z] inet6 ::1/128 scope host [2021-06-09T04:03:47.828Z] valid_lft forever preferred_lft forever [2021-06-09T04:03:47.828Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-09T04:03:47.828Z] link/ether fa:16:3e:52:4c:00 brd ff:ff:ff:ff:ff:ff [2021-06-09T04:03:47.828Z] inet 10.30.123.41/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-09T04:03:47.828Z] valid_lft 84852sec preferred_lft 84852sec [2021-06-09T04:03:47.828Z] inet6 fe80::f816:3eff:fe52:4c00/64 scope link [2021-06-09T04:03:47.828Z] valid_lft forever preferred_lft forever [2021-06-09T04:03:47.828Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-09T04:03:47.828Z] link/ether 02:42:dc:11:c8:bf brd ff:ff:ff:ff:ff:ff [2021-06-09T04:03:47.828Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-09T04:03:47.828Z] valid_lft forever preferred_lft forever [2021-06-09T04:03:47.828Z] inet6 fe80::42:dcff:fe11:c8bf/64 scope link [2021-06-09T04:03:47.828Z] valid_lft forever preferred_lft forever [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] ---> sar -b -r -n DEV: [2021-06-09T04:03:47.828Z] 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) [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] 03:37:48 LINUX RESTART (2 CPU) [2021-06-09T04:03:47.828Z] [2021-06-09T04:03:47.828Z] 03:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-09T04:03:47.828Z] 03:40:01 31.23 3.45 27.78 0.00 2620.76 8199.95 0.00 [2021-06-09T04:03:47.828Z] 03:41:01 110.85 0.18 110.67 0.00 22.77 40367.75 0.00 [2021-06-09T04:03:47.828Z] 03:42:01 103.33 0.00 103.33 0.00 0.00 13315.40 0.00 [2021-06-09T04:03:47.828Z] 03:43:01 51.02 0.00 51.02 0.00 0.00 9544.00 0.00 [2021-06-09T04:03:47.828Z] 03:44:01 60.87 0.00 60.87 0.00 0.00 8899.72 0.00 [2021-06-09T04:03:47.828Z] 03:45:07 360.84 9.41 351.43 0.00 3360.29 217570.22 0.00 [2021-06-09T04:03:47.828Z] 03:46:01 435.87 195.60 240.27 0.00 15869.38 97722.57 0.00 [2021-06-09T04:03:47.829Z] 03:47:01 600.02 54.33 545.69 0.00 3634.77 241078.35 0.00 [2021-06-09T04:03:47.829Z] 03:48:01 175.67 13.76 161.92 0.00 1406.96 24652.27 0.00 [2021-06-09T04:03:47.829Z] 03:49:01 1.58 0.00 1.58 0.00 0.00 31.68 0.00 [2021-06-09T04:03:47.829Z] 03:50:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 [2021-06-09T04:03:47.829Z] 03:51:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-06-09T04:03:47.829Z] 03:52:01 0.25 0.00 0.25 0.00 0.00 2.90 0.00 [2021-06-09T04:03:47.829Z] 03:53:01 0.38 0.18 0.20 0.00 5.73 1.65 0.00 [2021-06-09T04:03:47.829Z] 03:54:01 0.78 0.00 0.78 0.00 0.00 16.41 0.00 [2021-06-09T04:03:47.829Z] 03:55:01 0.28 0.00 0.28 0.00 0.00 2.90 0.00 [2021-06-09T04:03:47.829Z] 03:56:01 0.28 0.00 0.28 0.00 0.00 4.40 0.00 [2021-06-09T04:03:47.829Z] 03:57:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 [2021-06-09T04:03:47.829Z] 03:58:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 [2021-06-09T04:03:47.829Z] 03:59:01 0.45 0.23 0.22 0.00 28.79 2.48 0.00 [2021-06-09T04:03:47.829Z] 04:00:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2021-06-09T04:03:47.829Z] 04:01:01 0.27 0.02 0.25 0.00 0.13 3.05 0.00 [2021-06-09T04:03:47.829Z] 04:02:01 0.63 0.18 0.45 0.00 3.06 7.48 0.00 [2021-06-09T04:03:47.829Z] 04:03:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 [2021-06-09T04:03:47.829Z] Average: 80.40 10.80 69.60 0.00 1070.74 28061.31 0.00 [2021-06-09T04:03:47.829Z] [2021-06-09T04:03:47.829Z] 03:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-09T04:03:47.829Z] 03:40:01 4938432 0 848264 10.59 2620 2219616 1432884 15.82 910772 1739924 163100 [2021-06-09T04:03:47.829Z] 03:41:01 4035924 0 973868 12.16 2620 2996520 1565364 17.28 1044616 2409792 59792 [2021-06-09T04:03:47.829Z] 03:42:01 3975120 0 1010876 12.62 2620 3020316 1522208 16.81 1213640 2270224 222620 [2021-06-09T04:03:47.829Z] 03:43:01 4081936 0 995436 12.43 2620 2928940 1410508 15.57 1064320 2300664 15200 [2021-06-09T04:03:47.829Z] 03:44:01 4195216 0 944088 11.79 2620 2867008 1091924 12.06 1084920 2186784 20 [2021-06-09T04:03:47.829Z] 03:45:07 171436 0 1308760 16.34 2620 6526116 1895240 20.92 3212496 3895912 243504 [2021-06-09T04:03:47.829Z] 03:46:01 628584 0 1352900 16.89 2620 6024828 2553240 28.19 2741460 3908120 1128 [2021-06-09T04:03:47.829Z] 03:47:01 985236 0 1553240 19.39 2620 5467836 3050720 33.68 2870216 3367828 92412 [2021-06-09T04:03:47.829Z] 03:48:01 3033788 0 1127984 14.08 2620 3844540 1155416 12.76 1211020 3048252 8 [2021-06-09T04:03:47.829Z] 03:49:01 3038508 0 1123260 14.03 2620 3844544 1115420 12.31 1211648 3044156 8 [2021-06-09T04:03:47.829Z] 03:50:01 3039244 0 1122520 14.02 2620 3844548 1115312 12.31 1211144 3044552 8 [2021-06-09T04:03:47.829Z] 03:51:01 3039088 0 1122672 14.02 2620 3844552 1115312 12.31 1211068 3044548 8 [2021-06-09T04:03:47.829Z] 03:52:01 3039380 0 1122376 14.01 2620 3844556 1115312 12.31 1209920 3045796 8 [2021-06-09T04:03:47.829Z] 03:53:01 3039388 0 1122332 14.01 2620 3844592 1115312 12.31 1210056 3045652 20 [2021-06-09T04:03:47.829Z] 03:54:01 3038504 0 1123212 14.02 2620 3844596 1115396 12.31 1238756 3016980 8 [2021-06-09T04:03:47.829Z] 03:55:01 3038864 0 1122848 14.02 2620 3844600 1115312 12.31 1238740 3016980 8 [2021-06-09T04:03:47.829Z] 03:56:01 3039384 0 1122324 14.01 2620 3844604 1115312 12.31 1238656 3016980 8 [2021-06-09T04:03:47.829Z] 03:57:01 3038960 0 1122740 14.02 2620 3844612 1115312 12.31 1240304 3015340 16 [2021-06-09T04:03:47.829Z] 03:58:01 3038968 0 1122732 14.02 2620 3844612 1115312 12.31 1240456 3015340 8 [2021-06-09T04:03:47.829Z] 03:59:01 3035284 0 1125600 14.05 2620 3845428 1115408 12.31 1246096 3013404 8 [2021-06-09T04:03:47.829Z] 04:00:01 3035388 0 1125496 14.05 2620 3845428 1115312 12.31 1246168 3013256 12 [2021-06-09T04:03:47.829Z] 04:01:01 3034588 0 1126292 14.06 2620 3845432 1117652 12.34 1246552 3013256 8 [2021-06-09T04:03:47.829Z] 04:02:01 3035216 0 1125492 14.05 2620 3845604 1115820 12.32 1246380 3013356 8 [2021-06-09T04:03:47.829Z] 04:03:01 3035324 0 1125380 14.05 2620 3845608 1115820 12.32 1246316 3013356 8 [2021-06-09T04:03:47.829Z] Average: 2983823 0 1123779 14.03 2620 3898710 1350451 14.91 1409822 2937519 33247 [2021-06-09T04:03:47.829Z] [2021-06-09T04:03:47.829Z] 03:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-09T04:03:47.829Z] 03:40:01 eth0 985.75 1118.83 3174.30 124.30 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:40:01 veth37a0044 1019.21 847.45 94.05 2747.86 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:40:01 docker0 1019.21 847.32 80.12 2747.85 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:41:01 vethe0e6b39 59.35 67.02 5.44 214.61 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:41:01 eth0 499.25 403.35 3288.26 63.36 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:41:01 docker0 143.25 205.08 9.42 591.10 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:42:01 vethf4a5f43 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:42:01 eth0 81.11 68.45 282.94 14.67 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:42:01 docker0 50.92 51.66 3.77 255.54 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:43:01 vethf4a5f43 2.05 2.05 0.16 0.16 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:43:01 eth0 28.36 19.59 18.13 57.43 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:43:01 docker0 2.05 2.05 0.13 0.16 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:44:01 eth0 18.76 10.24 17.14 8.34 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:45:07 veth1b09a48 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:45:07 vethcfd9f02 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:45:07 eth0 235.81 198.21 1699.02 61.96 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:45:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:46:01 veth7040de8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:46:01 vethb296d66 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:46:01 vethcfd9f02 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:46:01 eth0 29.74 16.83 99.11 8.17 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:47:01 vethe4bed9b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:47:01 veth8835263 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:47:01 veth7aff55b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:47:01 vethcfd9f02 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:48:01 eth0 3086.99 2757.44 13894.24 497.98 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:48:01 docker0 1333.29 1274.44 100.73 4348.59 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:49:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:52:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:54:01 eth0 0.32 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:58:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:59:01 eth0 0.27 0.25 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:01:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:02:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:03:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] Average: eth0 90.02 85.13 439.57 17.29 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] Average: docker0 55.60 53.15 4.20 181.35 0.00 0.00 0.00 0.00 [2021-06-09T04:03:47.829Z] [2021-06-09T04:03:47.829Z] [2021-06-09T04:03:47.829Z] ---> sar -P ALL: [2021-06-09T04:03:47.829Z] 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) [2021-06-09T04:03:47.829Z] [2021-06-09T04:03:47.829Z] 03:37:48 LINUX RESTART (2 CPU) [2021-06-09T04:03:47.829Z] [2021-06-09T04:03:47.829Z] 03:39:02 CPU %user %nice %system %iowait %steal %idle [2021-06-09T04:03:47.829Z] 03:40:01 all 15.61 0.00 4.55 2.49 0.09 77.26 [2021-06-09T04:03:47.829Z] 03:40:01 0 17.70 0.00 5.10 2.20 0.09 74.91 [2021-06-09T04:03:47.829Z] 03:40:01 1 13.54 0.00 4.00 2.78 0.09 79.59 [2021-06-09T04:03:47.829Z] 03:41:01 all 10.23 0.00 5.66 10.15 0.07 73.90 [2021-06-09T04:03:47.829Z] 03:41:01 0 10.18 0.00 5.89 8.60 0.07 75.25 [2021-06-09T04:03:47.829Z] 03:41:01 1 10.27 0.00 5.43 11.68 0.07 72.55 [2021-06-09T04:03:47.829Z] 03:42:01 all 51.77 0.00 8.63 3.30 0.10 36.20 [2021-06-09T04:03:47.829Z] 03:42:01 0 51.02 0.00 8.84 1.78 0.09 38.27 [2021-06-09T04:03:47.829Z] 03:42:01 1 52.52 0.00 8.42 4.81 0.11 34.14 [2021-06-09T04:03:47.829Z] 03:43:01 all 28.24 0.00 4.86 6.16 0.09 60.66 [2021-06-09T04:03:47.829Z] 03:43:01 0 27.77 0.00 5.02 6.78 0.09 60.34 [2021-06-09T04:03:47.829Z] 03:43:01 1 28.70 0.00 4.70 5.55 0.09 60.97 [2021-06-09T04:03:47.829Z] 03:44:01 all 56.66 0.00 8.97 1.42 0.09 32.87 [2021-06-09T04:03:47.829Z] 03:44:01 0 56.50 0.00 8.86 1.27 0.09 33.29 [2021-06-09T04:03:47.829Z] 03:44:01 1 56.81 0.00 9.08 1.57 0.09 32.45 [2021-06-09T04:03:47.829Z] 03:45:07 all 22.02 0.00 17.09 16.50 0.11 44.27 [2021-06-09T04:03:47.830Z] 03:45:07 0 21.67 0.00 17.40 16.57 0.10 44.26 [2021-06-09T04:03:47.830Z] 03:45:07 1 22.37 0.00 16.78 16.44 0.13 44.28 [2021-06-09T04:03:47.830Z] 03:46:01 all 69.46 0.00 12.32 14.89 0.11 3.22 [2021-06-09T04:03:47.830Z] 03:46:01 0 69.14 0.00 12.47 16.26 0.12 2.01 [2021-06-09T04:03:47.830Z] 03:46:01 1 69.79 0.00 12.16 13.53 0.10 4.42 [2021-06-09T04:03:47.830Z] 03:47:01 all 63.88 0.00 20.76 11.71 0.13 3.53 [2021-06-09T04:03:47.830Z] 03:47:01 0 62.87 0.00 21.71 11.68 0.11 3.63 [2021-06-09T04:03:47.830Z] 03:47:01 1 64.90 0.00 19.79 11.73 0.15 3.43 [2021-06-09T04:03:47.830Z] 03:48:01 all 18.15 0.00 5.64 1.60 0.05 74.55 [2021-06-09T04:03:47.830Z] 03:48:01 0 18.02 0.00 5.78 1.20 0.05 74.94 [2021-06-09T04:03:47.830Z] 03:48:01 1 18.29 0.00 5.50 2.01 0.05 74.15 [2021-06-09T04:03:47.830Z] 03:49:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-09T04:03:47.830Z] 03:49:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2021-06-09T04:03:47.830Z] 03:49:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2021-06-09T04:03:47.830Z] 03:50:01 all 0.10 0.00 0.03 0.00 0.03 99.83 [2021-06-09T04:03:47.830Z] 03:50:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T04:03:47.830Z] 03:50:01 1 0.15 0.00 0.03 0.00 0.03 99.78 [2021-06-09T04:03:47.830Z] [2021-06-09T04:03:47.830Z] 03:50:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T04:03:47.830Z] 03:51:01 all 0.09 0.00 0.02 0.00 0.03 99.87 [2021-06-09T04:03:47.830Z] 03:51:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T04:03:47.830Z] 03:51:01 1 0.17 0.00 0.02 0.00 0.03 99.78 [2021-06-09T04:03:47.830Z] 03:52:01 all 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-09T04:03:47.830Z] 03:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T04:03:47.830Z] 03:52:01 1 0.20 0.00 0.02 0.00 0.02 99.77 [2021-06-09T04:03:47.830Z] 03:53:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-09T04:03:47.830Z] 03:53:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T04:03:47.830Z] 03:53:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T04:03:47.830Z] 03:54:01 all 0.09 0.00 0.03 0.00 0.03 99.86 [2021-06-09T04:03:47.830Z] 03:54:01 0 0.15 0.00 0.03 0.00 0.03 99.78 [2021-06-09T04:03:47.830Z] 03:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T04:03:47.830Z] 03:55:01 all 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T04:03:47.830Z] 03:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-06-09T04:03:47.830Z] 03:55:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-06-09T04:03:47.830Z] 03:56:01 all 0.13 0.00 0.03 0.00 0.03 99.82 [2021-06-09T04:03:47.830Z] 03:56:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T04:03:47.830Z] 03:56:01 1 0.23 0.00 0.03 0.00 0.03 99.70 [2021-06-09T04:03:47.830Z] 03:57:01 all 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T04:03:47.830Z] 03:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T04:03:47.830Z] 03:57:01 1 0.18 0.00 0.02 0.00 0.02 99.78 [2021-06-09T04:03:47.830Z] 03:58:01 all 0.09 0.00 0.03 0.00 0.02 99.87 [2021-06-09T04:03:47.830Z] 03:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T04:03:47.830Z] 03:58:01 1 0.17 0.00 0.03 0.00 0.03 99.77 [2021-06-09T04:03:47.830Z] 03:59:01 all 0.11 0.00 0.02 0.02 0.03 99.83 [2021-06-09T04:03:47.830Z] 03:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-06-09T04:03:47.830Z] 03:59:01 1 0.20 0.00 0.03 0.03 0.03 99.70 [2021-06-09T04:03:47.830Z] 04:00:01 all 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T04:03:47.830Z] 04:00:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-09T04:03:47.830Z] 04:00:01 1 0.18 0.00 0.00 0.00 0.02 99.80 [2021-06-09T04:03:47.830Z] 04:01:01 all 0.10 0.00 0.03 0.00 0.03 99.85 [2021-06-09T04:03:47.830Z] 04:01:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T04:03:47.830Z] 04:01:01 1 0.15 0.00 0.03 0.00 0.00 99.82 [2021-06-09T04:03:47.830Z] [2021-06-09T04:03:47.830Z] 04:01:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T04:03:47.830Z] 04:02:01 all 0.09 0.00 0.03 0.00 0.03 99.85 [2021-06-09T04:03:47.830Z] 04:02:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2021-06-09T04:03:47.830Z] 04:02:01 1 0.18 0.00 0.03 0.00 0.03 99.75 [2021-06-09T04:03:47.830Z] 04:03:01 all 0.13 0.00 0.02 0.00 0.02 99.84 [2021-06-09T04:03:47.830Z] 04:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T04:03:47.830Z] 04:03:01 1 0.23 0.00 0.02 0.00 0.02 99.73 [2021-06-09T04:03:47.830Z] Average: all 13.13 0.00 3.53 2.72 0.05 80.58 [2021-06-09T04:03:47.830Z] Average: 0 13.05 0.00 3.63 2.63 0.05 80.64 [2021-06-09T04:03:47.830Z] Average: 1 13.20 0.00 3.43 2.80 0.05 80.52 [2021-06-09T04:03:47.830Z] [2021-06-09T04:03:47.830Z] [2021-06-09T04:03:47.830Z]