Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 668f0a3a269f3b051418dc2678a30c23b2beea7f rather than 3cbdff7dca2e298633a7baee0da1ac68296f3f30 Obtained Jenkinsfile from 668f0a3a269f3b051418dc2678a30c23b2beea7f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22927 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit 3cbdff7dca2e298633a7baee0da1ac68296f3f30 Merge succeeded, producing 01d3b4bb9f46a408d4fadb2df90126a90f662d01 Checking out Revision 01d3b4bb9f46a408d4fadb2df90126a90f662d01 (PR-3078) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cbdff7dca2e298633a7baee0da1ac68296f3f30 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01d3b4bb9f46a408d4fadb2df90126a90f662d01 # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" > git rev-list --no-walk 3cbdff7dca2e298633a7baee0da1ac68296f3f30 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T00:30:44.853Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T00:30:45.156Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T00:30:45.250Z] ========================================================= [2021-01-27T00:30:45.250Z] EdgeX Global Pipelines Version Info [2021-01-27T00:30:45.250Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:30:46.723Z] ------------------- [2021-01-27T00:30:46.723Z] stable info: [2021-01-27T00:30:46.723Z] ------------------- [2021-01-27T00:30:46.723Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:30:46.723Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:30:46.723Z] Message: update stable to v1.0.179 [2021-01-27T00:30:47.672Z] ------------------- [2021-01-27T00:30:47.672Z] experimental info: [2021-01-27T00:30:47.672Z] ------------------- [2021-01-27T00:30:47.672Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:30:47.672Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:30:47.672Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T00:30:47.940Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T00:30:48.039Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T00:30:48.133Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T00:30:48.238Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T00:30:48.335Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T00:30:48.460Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T00:30:48.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T00:30:48.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T00:30:48.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T00:30:48.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T00:30:48.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T00:30:49.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T00:30:49.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T00:30:49.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T00:30:49.323Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:30:49.455Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:30:49.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T00:30:49.638Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T00:30:49.724Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T00:30:49.810Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T00:30:49.902Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T00:30:49.988Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T00:30:50.180Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T00:30:50.307Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3078 [Pipeline] echo [2021-01-27T00:30:50.412Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3078 [Pipeline] echo [2021-01-27T00:30:50.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3078 [Pipeline] echo [2021-01-27T00:30:50.638Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01d3b4bb9f46a408d4fadb2df90126a90f662d01 [Pipeline] echo [2021-01-27T00:30:50.947Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01d3b4b [Pipeline] echo [2021-01-27T00:30:51.041Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:30:51.224Z] provisioning config files... [2021-01-27T00:30:51.303Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5708799891252205858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:30:51.684Z] ---> docker-login.sh [2021-01-27T00:30:51.684Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:30:51.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:52.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:52.216Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:52.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:52.216Z] [2021-01-27T00:30:52.216Z] Login Succeeded [2021-01-27T00:30:52.216Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:30:52.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:52.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:52.481Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:52.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:52.481Z] [2021-01-27T00:30:52.481Z] Login Succeeded [2021-01-27T00:30:52.481Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:30:52.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:52.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:52.481Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:52.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:52.481Z] [2021-01-27T00:30:52.481Z] Login Succeeded [2021-01-27T00:30:52.481Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:30:52.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:52.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:52.748Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:52.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:52.748Z] [2021-01-27T00:30:52.748Z] Login Succeeded [2021-01-27T00:30:52.748Z] docker.io [2021-01-27T00:30:53.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:53.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:53.276Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:53.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:53.276Z] [2021-01-27T00:30:53.276Z] Login Succeeded [2021-01-27T00:30:53.276Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:30:53.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:30:53.763Z] ++ 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-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T00:30:53.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:53.763Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T00:30:53.763Z] ++ cut -d/ -f2 [2021-01-27T00:30:53.763Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T00:30:53.846Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:30:54.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:54.712Z] [2021-01-27T00:30:54.712Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:30:55.079Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:55.079Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T00:30:55.079Z] 31603596830f: Pulling fs layer [2021-01-27T00:30:55.079Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T00:30:55.079Z] 6ca5941a6612: Pulling fs layer [2021-01-27T00:30:55.079Z] ecc8261a40a4: Pulling fs layer [2021-01-27T00:30:55.079Z] ecc8261a40a4: Waiting [2021-01-27T00:30:55.079Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T00:30:55.079Z] 2a8b12db71e7: Download complete [2021-01-27T00:30:55.079Z] 31603596830f: Verifying Checksum [2021-01-27T00:30:55.079Z] 31603596830f: Download complete [2021-01-27T00:30:55.345Z] ecc8261a40a4: Verifying Checksum [2021-01-27T00:30:55.345Z] ecc8261a40a4: Download complete [2021-01-27T00:30:55.345Z] 6ca5941a6612: Verifying Checksum [2021-01-27T00:30:55.345Z] 6ca5941a6612: Download complete [2021-01-27T00:30:55.607Z] 31603596830f: Pull complete [2021-01-27T00:30:55.876Z] 2a8b12db71e7: Pull complete [2021-01-27T00:30:56.823Z] 6ca5941a6612: Pull complete [2021-01-27T00:30:56.823Z] ecc8261a40a4: Pull complete [2021-01-27T00:30:56.823Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T00:30:56.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:56.823Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T00:30:56.934Z] prd-centos7-docker-4c-2g-22927 does not seem to be running inside a container [2021-01-27T00:30:56.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2021-01-27T00:30:59.182Z] $ docker top 298b2f4fe5047ff2eb52f6dfef44ffcc7bcbede86ff4c05e1d47d8083254d15a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T00:30:59.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:30:59.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:30:59.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:30:59.836Z] $ docker exec 298b2f4fe5047ff2eb52f6dfef44ffcc7bcbede86ff4c05e1d47d8083254d15a ssh-agent [2021-01-27T00:31:00.005Z] SSH_AUTH_SOCK=/tmp/ssh-wUbqyLT9cX1b/agent.11 [2021-01-27T00:31:00.005Z] SSH_AGENT_PID=16 [2021-01-27T00:31:00.016Z] Running ssh-add (command line suppressed) [2021-01-27T00:31:00.142Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1734248403428016169.key (/w/workspace/edgex-go/2@tmp/private_key_1734248403428016169.key) [2021-01-27T00:31:00.215Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:31:00.567Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T00:31:00.598Z] $ docker exec --env ******** --env ******** 298b2f4fe5047ff2eb52f6dfef44ffcc7bcbede86ff4c05e1d47d8083254d15a ssh-agent -k [2021-01-27T00:31:00.720Z] unset SSH_AUTH_SOCK; [2021-01-27T00:31:00.720Z] unset SSH_AGENT_PID; [2021-01-27T00:31:00.720Z] echo Agent pid 16 killed; [2021-01-27T00:31:00.768Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T00:31:00.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:31:00.921Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:31:01.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:31:01.094Z] $ docker exec 298b2f4fe5047ff2eb52f6dfef44ffcc7bcbede86ff4c05e1d47d8083254d15a ssh-agent [2021-01-27T00:31:01.269Z] SSH_AUTH_SOCK=/tmp/ssh-DfPjxGrgaI9w/agent.46 [2021-01-27T00:31:01.269Z] SSH_AGENT_PID=51 [2021-01-27T00:31:01.278Z] Running ssh-add (command line suppressed) [2021-01-27T00:31:01.412Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6458748592125657914.key (/w/workspace/edgex-go/2@tmp/private_key_6458748592125657914.key) [2021-01-27T00:31:01.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:31:01.801Z] + git semver init [2021-01-27T00:31:01.801Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T00:31:01.801Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-27T00:31:01.801Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-27T00:31:01.801Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T00:31:01.801Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T00:31:01.801Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T00:31:01.801Z] # $SEMVER_BRANCH = PR-3078 [2021-01-27T00:31:01.801Z] # $SEMVER_TEMP = /tmp/semver-816108517 [2021-01-27T00:31:01.801Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T00:31:34.095Z] # '/tmp/semver-816108517' -> '/w/workspace/edgex-go/2/.semver' [2021-01-27T00:31:34.095Z] # -> Force: false [2021-01-27T00:31:34.095Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-27T00:31:34.112Z] $ docker exec --env ******** --env ******** 298b2f4fe5047ff2eb52f6dfef44ffcc7bcbede86ff4c05e1d47d8083254d15a ssh-agent -k [2021-01-27T00:31:34.435Z] unset SSH_AUTH_SOCK; [2021-01-27T00:31:34.436Z] unset SSH_AGENT_PID; [2021-01-27T00:31:34.436Z] echo Agent pid 51 killed; [2021-01-27T00:31:34.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:31:35.034Z] + git semver [Pipeline] } [2021-01-27T00:31:35.053Z] $ docker stop --time=1 298b2f4fe5047ff2eb52f6dfef44ffcc7bcbede86ff4c05e1d47d8083254d15a [2021-01-27T00:31:36.663Z] $ docker rm -f 298b2f4fe5047ff2eb52f6dfef44ffcc7bcbede86ff4c05e1d47d8083254d15a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:31:37.317Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T00:31:37.881Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T00:31:37.886Z] [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-01-27T00:31:38.719Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:39.021Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:39.330Z] + sudo service docker restart [2021-01-27T00:31:39.330Z] + true [2021-01-27T00:31:39.330Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T00:31:39.935Z] ========================================================= [2021-01-27T00:31:39.935Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T00:31:39.935Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:31:40.278Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-27T00:31:44.514Z] Sending build context to Docker daemon 327.2MB [2021-01-27T00:31:44.514Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:31:44.514Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:31:44.514Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T00:31:44.514Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T00:31:44.514Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T00:31:44.514Z] de9db76c5a1d: Pulling fs layer [2021-01-27T00:31:44.514Z] bca2f99d35d6: Pulling fs layer [2021-01-27T00:31:44.514Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T00:31:44.514Z] 7c6f9722023f: Pulling fs layer [2021-01-27T00:31:44.514Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T00:31:44.514Z] bca2f99d35d6: Waiting [2021-01-27T00:31:44.514Z] 93359f2a8cfa: Waiting [2021-01-27T00:31:44.514Z] 7c6f9722023f: Waiting [2021-01-27T00:31:44.514Z] a35cf1a2eb13: Waiting [2021-01-27T00:31:44.514Z] de9db76c5a1d: Verifying Checksum [2021-01-27T00:31:44.514Z] de9db76c5a1d: Download complete [2021-01-27T00:31:44.514Z] 0ef7d3d256c8: Download complete [2021-01-27T00:31:44.514Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T00:31:44.514Z] 93359f2a8cfa: Download complete [2021-01-27T00:31:44.514Z] 7c6f9722023f: Verifying Checksum [2021-01-27T00:31:44.514Z] 7c6f9722023f: Download complete [2021-01-27T00:31:44.514Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T00:31:44.514Z] 188c0c94c7c5: Download complete [2021-01-27T00:31:44.782Z] 188c0c94c7c5: Pull complete [2021-01-27T00:31:45.063Z] 0ef7d3d256c8: Pull complete [2021-01-27T00:31:46.017Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T00:31:46.017Z] a35cf1a2eb13: Download complete [2021-01-27T00:31:46.594Z] de9db76c5a1d: Pull complete [2021-01-27T00:31:46.861Z] bca2f99d35d6: Verifying Checksum [2021-01-27T00:31:46.861Z] bca2f99d35d6: Download complete [2021-01-27T00:31:53.231Z] Still waiting to schedule task [2021-01-27T00:31:53.231Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-27T00:31:53.514Z] bca2f99d35d6: Pull complete [2021-01-27T00:31:53.514Z] 93359f2a8cfa: Pull complete [2021-01-27T00:31:53.514Z] 7c6f9722023f: Pull complete [2021-01-27T00:31:58.858Z] a35cf1a2eb13: Pull complete [2021-01-27T00:31:58.858Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T00:31:58.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T00:31:58.858Z] ---> a62c8e92a672 [2021-01-27T00:31:58.858Z] 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-01-27T00:31:58.858Z] ---> Running in 9653a4b10aad [2021-01-27T00:31:59.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:32:00.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:32:02.007Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:32:03.403Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:32:03.403Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:32:03.403Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:32:30.058Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:32:30.058Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:32:30.058Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:32:30.058Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:32:30.058Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:32:30.058Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:32:30.058Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:32:30.058Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:32:30.058Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:32:30.058Z] OK: 233 MiB in 51 packages [2021-01-27T00:32:34.309Z] Removing intermediate container 9653a4b10aad [2021-01-27T00:32:34.309Z] ---> 2ddf4750a805 [2021-01-27T00:32:34.309Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:32:34.309Z] ---> Running in 3c7958d88ad9 [2021-01-27T00:32:34.309Z] Removing intermediate container 3c7958d88ad9 [2021-01-27T00:32:34.309Z] ---> 07726034bb8f [2021-01-27T00:32:34.309Z] Step 5/6 : COPY go.mod . [2021-01-27T00:32:34.309Z] ---> 47741a2b71d4 [2021-01-27T00:32:34.309Z] Step 6/6 : RUN go mod download [2021-01-27T00:32:34.309Z] ---> Running in db50588536cb [2021-01-27T00:32:56.345Z] Removing intermediate container db50588536cb [2021-01-27T00:32:56.345Z] ---> a0bfb0a2ef69 [2021-01-27T00:32:56.345Z] Successfully built a0bfb0a2ef69 [2021-01-27T00:32:56.345Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:56.670Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:32:56.670Z] . [Pipeline] withDockerContainer [2021-01-27T00:32:56.788Z] prd-centos7-docker-4c-2g-22927 does not seem to be running inside a container [2021-01-27T00:32:56.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:32:58.908Z] $ docker top b1e5e4cfb00bd79a9454225d2b241a00e9c85d512c372af47829624699298a9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:32:59.538Z] + go version [2021-01-27T00:32:59.538Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T00:32:59.554Z] $ docker stop --time=1 b1e5e4cfb00bd79a9454225d2b241a00e9c85d512c372af47829624699298a9b [2021-01-27T00:33:01.002Z] $ docker rm -f b1e5e4cfb00bd79a9454225d2b241a00e9c85d512c372af47829624699298a9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:33:01.863Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:33:01.863Z] . [Pipeline] withDockerContainer [2021-01-27T00:33:02.056Z] prd-centos7-docker-4c-2g-22927 does not seem to be running inside a container [2021-01-27T00:33:02.118Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:33:03.349Z] $ docker top 7000012bd7403ebb6f456a3219f78ddb98f494c812b9dd6ca71fc501269a6913 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:33:03.566Z] ========================================================= [2021-01-27T00:33:03.566Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:33:03.566Z] ========================================================= [Pipeline] sh [2021-01-27T00:33:03.877Z] + make test [2021-01-27T00:33:03.877Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:33:16.245Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:33:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:33:43.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:33:43.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:33:44.092Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:33:44.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:33:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:33:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:33:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:33:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:33:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:33:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:33:52.209Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:33:52.209Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:33:52.209Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:33:56.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.186s coverage: 46.6% of statements [2021-01-27T00:33:56.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:33:56.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:33:56.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:33:56.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:33:56.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:34:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.464s coverage: 27.1% of statements [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:34:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:34:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:34:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.155s coverage: 65.8% of statements [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:34:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:34:00.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.478s coverage: 82.3% of statements [2021-01-27T00:34:00.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:34:00.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:34:00.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:34:00.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:34:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.635s coverage: 28.6% of statements [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:34:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.127s coverage: 100.0% of statements [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:34:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:34:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.183s coverage: 86.7% of statements [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:34:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:34:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:34:09.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.764s coverage: 92.8% of statements [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:34:09.291Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:34:09.291Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.123s coverage: 0.1% of statements [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:34:09.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:34:09.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 43.8% of statements [2021-01-27T00:34:09.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.119s coverage: 79.5% of statements [2021-01-27T00:34:09.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-01-27T00:34:09.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2021-01-27T00:34:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.103s coverage: 87.5% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.108s coverage: 87.2% of statements [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.129s coverage: 100.0% of statements [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.2% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.275s coverage: 63.5% of statements [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:34:22.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-27T00:34:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.810s coverage: 68.9% of statements [2021-01-27T00:34:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:34:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:34:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:34:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:34:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:34:22.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 37.0% of statements [2021-01-27T00:34:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:34:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:34:24.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.400s coverage: 84.0% of statements [2021-01-27T00:34:24.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.058s coverage: 100.0% of statements [2021-01-27T00:34:25.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.195s coverage: 47.1% of statements [2021-01-27T00:34:25.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:34:25.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:34:25.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:34:25.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:34:25.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:34:25.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-01-27T00:34:25.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:34:25.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-01-27T00:34:25.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.830s coverage: 29.1% of statements [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.124s coverage: 99.0% of statements [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.154s coverage: 100.0% of statements [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.128s coverage: 100.0% of statements [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:34:30.254Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-27T00:34:30.254Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-01-27T00:34:30.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements [2021-01-27T00:34:31.135Z] GO111MODULE=on go vet ./... [2021-01-27T00:35:10.289Z] gofmt -l . [2021-01-27T00:35:10.905Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:35:11.914Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:35:13.325Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:35:14.606Z] + ls -al . [2021-01-27T00:35:14.607Z] total 668 [2021-01-27T00:35:14.607Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 00:35 . [2021-01-27T00:35:14.607Z] drwxr-xr-x 4 root root 28 Jan 27 00:33 .. [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:30 .dockerignore [2021-01-27T00:35:14.607Z] drwxrwxr-x 8 1001 1001 179 Jan 27 00:30 .git [2021-01-27T00:35:14.607Z] drwxrwxr-x 3 1001 1001 125 Jan 27 00:30 .github [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:30 .gitignore [2021-01-27T00:35:14.607Z] drwx------ 3 1001 1001 60 Jan 27 00:31 .semver [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:30 .sonarcloud.properties [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:30 Attribution.txt [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:30 CONTRIBUTING.md [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:30 Dockerfile.build [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:30 Jenkinsfile [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:30 LICENSE [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:30 Makefile [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:30 README.md [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:30 SECURITY.md [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:30 ZMQWindows.md [2021-01-27T00:35:14.607Z] drwxrwxr-x 2 1001 1001 117 Jan 27 00:30 bin [2021-01-27T00:35:14.607Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:30 cmd [2021-01-27T00:35:14.607Z] -rw-r--r-- 1 root root 564700 Jan 27 00:34 coverage.out [2021-01-27T00:35:14.607Z] -rw-r--r-- 1 root root 1053 Jan 27 00:35 go.mod [2021-01-27T00:35:14.607Z] -rw-r--r-- 1 root root 18995 Jan 27 00:35 go.sum [2021-01-27T00:35:14.607Z] drwxrwxr-x 8 1001 1001 127 Jan 27 00:30 internal [2021-01-27T00:35:14.607Z] drwxrwxr-x 4 1001 1001 26 Jan 27 00:30 openapi [2021-01-27T00:35:14.607Z] drwxrwxr-x 4 1001 1001 71 Jan 27 00:30 snap [2021-01-27T00:35:14.607Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:30 version.go [Pipeline] sh [2021-01-27T00:35:14.917Z] + '[' -e coverage.out ] [2021-01-27T00:35:14.917Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:35:15.174Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:35:15.476Z] + make build [2021-01-27T00:35:15.476Z] 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-01-27T00:35:19.658Z] 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-01-27T00:35:32.161Z] 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-01-27T00:35:34.242Z] 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-01-27T00:35:36.292Z] 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-01-27T00:35:37.268Z] 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-01-27T00:35:39.252Z] 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-01-27T00:35:40.696Z] 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-01-27T00:35:42.105Z] 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-01-27T00:35:43.523Z] 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-01-27T00:35:44.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:35:46.903Z] 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-01-27T00:35:48.329Z] 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-01-27T00:35:51.007Z] $ docker stop --time=1 7000012bd7403ebb6f456a3219f78ddb98f494c812b9dd6ca71fc501269a6913 [2021-01-27T00:35:52.753Z] $ docker rm -f 7000012bd7403ebb6f456a3219f78ddb98f494c812b9dd6ca71fc501269a6913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:54.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:54.590Z] [2021-01-27T00:35:54.590Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:54.959Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:54.959Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T00:35:54.959Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T00:35:54.959Z] ca9280d653b3: Pulling fs layer [2021-01-27T00:35:54.959Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T00:35:55.256Z] cbdbe7a5bc2a: Download complete [2021-01-27T00:35:55.609Z] ca9280d653b3: Verifying Checksum [2021-01-27T00:35:55.609Z] ca9280d653b3: Download complete [2021-01-27T00:35:55.609Z] cbdbe7a5bc2a: Pull complete [2021-01-27T00:35:56.672Z] 7e9c9ca2126c: Download complete [2021-01-27T00:35:56.960Z] ca9280d653b3: Pull complete [2021-01-27T00:36:05.282Z] 7e9c9ca2126c: Pull complete [2021-01-27T00:36:05.282Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T00:36:05.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:36:05.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T00:36:05.444Z] prd-centos7-docker-4c-2g-22927 does not seem to be running inside a container [2021-01-27T00:36:05.529Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:36:06.652Z] $ docker top 965bd5bb097e23e323b2b141bb29d54ab8b6ca31c1d6d88a782ad5b7950f783d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:36:07.284Z] + docker-compose build --help [2021-01-27T00:36:07.284Z] + grep parallel [2021-01-27T00:36:08.691Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:36:08.707Z] $ docker stop --time=1 965bd5bb097e23e323b2b141bb29d54ab8b6ca31c1d6d88a782ad5b7950f783d [2021-01-27T00:36:10.317Z] $ docker rm -f 965bd5bb097e23e323b2b141bb29d54ab8b6ca31c1d6d88a782ad5b7950f783d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:36:11.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:36:11.025Z] . [Pipeline] withDockerContainer [2021-01-27T00:36:11.190Z] prd-centos7-docker-4c-2g-22927 does not seem to be running inside a container [2021-01-27T00:36:11.288Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:36:11.994Z] $ docker top 0afe0adccbc5c0df095c3dbeb223ff22231d55d4b48e4bfcdfacef57e9923e25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:36:12.492Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:36:13.891Z] Building docker-core-command-go ... [2021-01-27T00:36:13.891Z] Building docker-core-data-go ... [2021-01-27T00:36:13.891Z] Building docker-core-metadata-go ... [2021-01-27T00:36:13.891Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:36:13.891Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:36:13.891Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:36:13.891Z] Building docker-support-notifications-go ... [2021-01-27T00:36:13.891Z] Building docker-support-scheduler-go ... [2021-01-27T00:36:13.891Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:36:13.891Z] Building docker-support-notifications-go [2021-01-27T00:36:13.891Z] Building docker-support-scheduler-go [2021-01-27T00:36:13.891Z] Building docker-security-secretstore-setup-go [2021-01-27T00:36:13.891Z] Building docker-core-metadata-go [2021-01-27T00:36:13.891Z] Building docker-security-proxy-setup-go [2021-01-27T00:36:55.523Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22939 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws [2021-01-27T00:36:55.575Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T00:37:00.914Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:00.914Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:00.914Z] ---> a0bfb0a2ef69 [2021-01-27T00:37:00.914Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:37:00.914Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:00.914Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:00.914Z] ---> a0bfb0a2ef69 [2021-01-27T00:37:00.914Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:37:00.914Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:00.914Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:00.914Z] ---> a0bfb0a2ef69 [2021-01-27T00:37:00.914Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:37:00.914Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:00.914Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:00.914Z] ---> a0bfb0a2ef69 [2021-01-27T00:37:00.914Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:37:00.914Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:00.914Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:00.914Z] ---> a0bfb0a2ef69 [2021-01-27T00:37:00.914Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:37:00.914Z] ---> Running in 5cf86ea5da76 [2021-01-27T00:37:00.914Z] ---> Running in bc841ffdf3e4 [2021-01-27T00:37:00.914Z] ---> Running in af5b23f1ab99 [2021-01-27T00:37:00.914Z] ---> Running in 0da88255ad7f [2021-01-27T00:37:00.914Z] ---> Running in 4509dacae826 [2021-01-27T00:37:00.914Z] Removing intermediate container 5cf86ea5da76 [2021-01-27T00:37:00.914Z] ---> 9c186447362a [2021-01-27T00:37:00.914Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:00.914Z] Removing intermediate container bc841ffdf3e4 [2021-01-27T00:37:00.914Z] ---> a2a08ec12d54 [2021-01-27T00:37:00.914Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:00.914Z] Removing intermediate container af5b23f1ab99 [2021-01-27T00:37:00.914Z] ---> a2493358cb61 [2021-01-27T00:37:00.914Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:00.914Z] Removing intermediate container 4509dacae826 [2021-01-27T00:37:00.914Z] ---> 5896f4273695 [2021-01-27T00:37:00.914Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:00.914Z] Removing intermediate container 0da88255ad7f [2021-01-27T00:37:00.914Z] ---> 8215d2408b66 [2021-01-27T00:37:00.914Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:00.914Z] ---> Running in faa0979a6390 [2021-01-27T00:37:00.914Z] ---> Running in cb979918e74c [2021-01-27T00:37:00.914Z] ---> Running in 4e595fc5eafa [2021-01-27T00:37:00.914Z] ---> Running in 0a47336a2dc6 [2021-01-27T00:37:00.914Z] ---> Running in 3eab69615d91 [2021-01-27T00:37:00.914Z] Removing intermediate container 3eab69615d91 [2021-01-27T00:37:00.914Z] ---> bff1b957c0a1 [2021-01-27T00:37:00.914Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:37:00.914Z] Removing intermediate container faa0979a6390 [2021-01-27T00:37:00.914Z] ---> de99ccc2b9b8 [2021-01-27T00:37:00.914Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:37:00.914Z] Removing intermediate container cb979918e74c [2021-01-27T00:37:00.914Z] ---> 69e5582cdfac [2021-01-27T00:37:00.914Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:37:00.914Z] ---> Running in 82aed4595204 [2021-01-27T00:37:00.914Z] Removing intermediate container 0a47336a2dc6 [2021-01-27T00:37:00.914Z] ---> 9e74fbf93440 [2021-01-27T00:37:00.914Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:37:00.914Z] ---> Running in 64123033448b [2021-01-27T00:37:00.914Z] ---> Running in f71609291de9 [2021-01-27T00:37:00.914Z] Removing intermediate container 4e595fc5eafa [2021-01-27T00:37:00.914Z] ---> d24fcc22ae40 [2021-01-27T00:37:00.914Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:37:00.914Z] ---> Running in 4d9a8af4a7f4 [2021-01-27T00:37:00.914Z] ---> Running in 1a9e97087e99 [2021-01-27T00:37:01.076Z] using credential edgex-jenkins-ssh [2021-01-27T00:37:01.135Z] Cloning the remote Git repository [2021-01-27T00:37:01.202Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:01.344Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:37:01.416Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:01.417Z] > git --version # timeout=10 [2021-01-27T00:37:01.441Z] > git --version # 'git version 2.17.1' [2021-01-27T00:37:01.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:01.529Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:37:01.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:01.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:02.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:02.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:02.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:02.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:02.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:03.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:03.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:03.563Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:03.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:03.831Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:03.831Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:04.103Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:04.708Z] Removing intermediate container 64123033448b [2021-01-27T00:37:04.708Z] ---> 0a1d1414de47 [2021-01-27T00:37:04.708Z] Step 6/23 : COPY go.mod . [2021-01-27T00:37:04.986Z] Removing intermediate container 4d9a8af4a7f4 [2021-01-27T00:37:04.986Z] ---> c2f10ae13f93 [2021-01-27T00:37:04.986Z] Step 6/21 : COPY go.mod . [2021-01-27T00:37:04.986Z] Removing intermediate container 1a9e97087e99 [2021-01-27T00:37:04.986Z] ---> e6932996b31e [2021-01-27T00:37:04.986Z] Step 6/22 : COPY go.mod . [2021-01-27T00:37:04.986Z] ---> 1ff71ce649c4 [2021-01-27T00:37:04.986Z] Step 7/23 : RUN go mod download [2021-01-27T00:37:04.986Z] Removing intermediate container 82aed4595204 [2021-01-27T00:37:04.986Z] ---> 6132ec185b9f [2021-01-27T00:37:04.986Z] Step 6/22 : COPY go.mod . [2021-01-27T00:37:05.263Z] ---> Running in 46dd20f3a270 [2021-01-27T00:37:05.541Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:05.826Z] ---> b354353f4afd [2021-01-27T00:37:05.826Z] Step 7/21 : RUN go mod download [2021-01-27T00:37:05.826Z] ---> 5e852449b489 [2021-01-27T00:37:05.826Z] Step 7/22 : RUN go mod download [2021-01-27T00:37:05.826Z] ---> 0480d6e8a403 [2021-01-27T00:37:05.826Z] Step 7/22 : RUN go mod download [2021-01-27T00:37:05.826Z] ---> Running in a2d68b1f36bf [2021-01-27T00:37:05.826Z] ---> Running in e80ca5e9f0df [2021-01-27T00:37:06.149Z] ---> Running in 5d44daa73a1a [2021-01-27T00:37:06.804Z] Removing intermediate container f71609291de9 [2021-01-27T00:37:06.804Z] ---> 6bf6f107ba42 [2021-01-27T00:37:06.804Z] Step 6/24 : COPY go.mod . [2021-01-27T00:37:07.840Z] ---> c40733798a09 [2021-01-27T00:37:07.840Z] Step 7/24 : RUN go mod download [2021-01-27T00:37:07.840Z] ---> Running in 0377f92b21e1 [2021-01-27T00:37:09.302Z] Removing intermediate container e80ca5e9f0df [2021-01-27T00:37:09.302Z] ---> e46ffc5d6c34 [2021-01-27T00:37:09.302Z] Step 8/21 : COPY . . [2021-01-27T00:37:10.381Z] Removing intermediate container 5d44daa73a1a [2021-01-27T00:37:10.381Z] ---> 644aac48a4d9 [2021-01-27T00:37:10.381Z] Step 8/22 : COPY . . [2021-01-27T00:37:10.381Z] Removing intermediate container 46dd20f3a270 [2021-01-27T00:37:10.381Z] ---> 8bb96b802ba0 [2021-01-27T00:37:10.381Z] Step 8/23 : COPY . . [2021-01-27T00:37:10.671Z] Removing intermediate container a2d68b1f36bf [2021-01-27T00:37:10.671Z] ---> c3c46470f15f [2021-01-27T00:37:10.671Z] Step 8/22 : COPY . . [2021-01-27T00:37:12.150Z] Removing intermediate container 0377f92b21e1 [2021-01-27T00:37:12.150Z] ---> 328ea9e1adcb [2021-01-27T00:37:12.150Z] Step 8/24 : COPY . . [2021-01-27T00:37:31.052Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit 3cbdff7dca2e298633a7baee0da1ac68296f3f30 [2021-01-27T00:37:31.876Z] Merge succeeded, producing 789983590d4abe0f8f565a5dde1ee8b9bd274839 [2021-01-27T00:37:31.877Z] Checking out Revision 789983590d4abe0f8f565a5dde1ee8b9bd274839 (PR-3078) [2021-01-27T00:37:30.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:37:30.165Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:37:30.188Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:37:30.220Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:30.222Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:30.236Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:37:31.071Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:37:31.082Z] > git checkout -f 3cbdff7dca2e298633a7baee0da1ac68296f3f30 # timeout=10 [2021-01-27T00:37:31.376Z] > git remote # timeout=10 [2021-01-27T00:37:31.398Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:37:31.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:31.471Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:37:31.835Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:37:31.886Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:37:31.915Z] > git checkout -f 789983590d4abe0f8f565a5dde1ee8b9bd274839 # timeout=10 [2021-01-27T00:37:36.307Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:37:36.320Z] > git rev-list --no-walk 3cbdff7dca2e298633a7baee0da1ac68296f3f30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T00:37:37.869Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:37:38.323Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:37:38.686Z] + + sudotrue service [2021-01-27T00:37:38.686Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:37:40.759Z] provisioning config files... [2021-01-27T00:37:40.815Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2216721581217009898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:37:41.251Z] ---> docker-login.sh [2021-01-27T00:37:41.251Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:37:42.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:42.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:42.524Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:42.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:42.524Z] [2021-01-27T00:37:42.524Z] Login Succeeded [2021-01-27T00:37:42.524Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:37:42.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:42.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:42.803Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:42.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:42.803Z] [2021-01-27T00:37:42.803Z] Login Succeeded [2021-01-27T00:37:42.803Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:37:43.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:43.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:43.412Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:43.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:43.412Z] [2021-01-27T00:37:43.412Z] Login Succeeded [2021-01-27T00:37:43.412Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:37:43.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:43.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:43.980Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:43.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:43.980Z] [2021-01-27T00:37:43.980Z] Login Succeeded [2021-01-27T00:37:43.980Z] docker.io [2021-01-27T00:37:44.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:44.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:44.865Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:44.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:44.865Z] [2021-01-27T00:37:44.865Z] Login Succeeded [2021-01-27T00:37:44.865Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:37:44.888Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T00:37:45.344Z] ========================================================= [2021-01-27T00:37:45.344Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T00:37:45.344Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:37:45.729Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-27T00:37:48.394Z] Sending build context to Docker daemon 165.9MB [2021-01-27T00:37:48.394Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:48.394Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:37:48.394Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T00:37:48.394Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T00:37:48.394Z] a4357932f1b6: Pulling fs layer [2021-01-27T00:37:48.394Z] 18c013af1878: Pulling fs layer [2021-01-27T00:37:48.394Z] 00ac8860ef70: Pulling fs layer [2021-01-27T00:37:48.394Z] 63d7cb157983: Pulling fs layer [2021-01-27T00:37:48.394Z] b116817d02f9: Pulling fs layer [2021-01-27T00:37:48.394Z] 745a02a5169b: Pulling fs layer [2021-01-27T00:37:48.394Z] 63d7cb157983: Waiting [2021-01-27T00:37:48.394Z] b116817d02f9: Waiting [2021-01-27T00:37:48.394Z] 00ac8860ef70: Waiting [2021-01-27T00:37:48.394Z] 745a02a5169b: Waiting [2021-01-27T00:37:48.394Z] 18c013af1878: Download complete [2021-01-27T00:37:48.394Z] a4357932f1b6: Verifying Checksum [2021-01-27T00:37:48.394Z] a4357932f1b6: Download complete [2021-01-27T00:37:48.667Z] 63d7cb157983: Verifying Checksum [2021-01-27T00:37:48.667Z] 63d7cb157983: Download complete [2021-01-27T00:37:48.667Z] b116817d02f9: Verifying Checksum [2021-01-27T00:37:48.667Z] b116817d02f9: Download complete [2021-01-27T00:37:49.283Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T00:37:49.283Z] 5f621e34cdf4: Download complete [2021-01-27T00:37:49.889Z] 5f621e34cdf4: Pull complete [2021-01-27T00:37:50.496Z] a4357932f1b6: Pull complete [2021-01-27T00:37:50.773Z] 18c013af1878: Pull complete [2021-01-27T00:37:51.771Z] 745a02a5169b: Verifying Checksum [2021-01-27T00:37:51.771Z] 745a02a5169b: Download complete [2021-01-27T00:37:52.752Z] 00ac8860ef70: Verifying Checksum [2021-01-27T00:37:52.752Z] 00ac8860ef70: Download complete [2021-01-27T00:37:59.497Z] ---> 845e827aff2c [2021-01-27T00:37:59.497Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:37:59.497Z] ---> b061523c82ba [2021-01-27T00:37:59.497Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:37:59.497Z] ---> d5d02c8f0f94 [2021-01-27T00:37:59.497Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:37:59.497Z] ---> Running in 35ffa4386967 [2021-01-27T00:37:59.497Z] ---> Running in 278acd032c50 [2021-01-27T00:37:59.497Z] ---> Running in 4be5258895a1 [2021-01-27T00:37:59.497Z] ---> 7a3ca458cc71 [2021-01-27T00:37:59.497Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:37:59.497Z] ---> 2f1307d06c95 [2021-01-27T00:37:59.497Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:37:59.497Z] ---> Running in 5372f9a411a0 [2021-01-27T00:37:59.497Z] ---> Running in 56293089608a [2021-01-27T00:37:59.497Z] 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-01-27T00:37:59.497Z] 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-01-27T00:37:59.497Z] 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-01-27T00:37:59.497Z] 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-01-27T00:37:59.497Z] 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-01-27T00:38:02.929Z] 00ac8860ef70: Pull complete [2021-01-27T00:38:03.527Z] 63d7cb157983: Pull complete [2021-01-27T00:38:03.805Z] b116817d02f9: Pull complete [2021-01-27T00:38:08.135Z] 745a02a5169b: Pull complete [2021-01-27T00:38:08.135Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T00:38:08.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T00:38:08.135Z] ---> b7e6874047d6 [2021-01-27T00:38:08.135Z] 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-01-27T00:38:11.556Z] ---> Running in 5eb36c5be540 [2021-01-27T00:38:12.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:38:13.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:38:15.038Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:38:15.308Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:38:15.308Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:38:15.308Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:38:20.697Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:38:20.697Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:38:20.697Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:38:20.697Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:38:20.697Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:38:20.697Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:38:20.697Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:38:20.967Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:38:20.967Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:20.967Z] OK: 217 MiB in 51 packages [2021-01-27T00:38:25.306Z] Removing intermediate container 5eb36c5be540 [2021-01-27T00:38:25.306Z] ---> d42be1af207a [2021-01-27T00:38:25.306Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:38:25.306Z] ---> Running in 4cca8d30c729 [2021-01-27T00:38:25.579Z] Removing intermediate container 4cca8d30c729 [2021-01-27T00:38:25.579Z] ---> 91e28689b93c [2021-01-27T00:38:25.579Z] Step 5/6 : COPY go.mod . [2021-01-27T00:38:26.177Z] ---> e00a5f1b70f4 [2021-01-27T00:38:26.177Z] Step 6/6 : RUN go mod download [2021-01-27T00:38:26.454Z] ---> Running in 99933c730868 [2021-01-27T00:38:46.850Z] 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-01-27T00:38:46.850Z] 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-01-27T00:38:49.524Z] Removing intermediate container 56293089608a [2021-01-27T00:38:49.524Z] ---> 1f1cc9e34831 [2021-01-27T00:38:49.524Z] [2021-01-27T00:38:49.524Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:38:49.524Z] Removing intermediate container 4be5258895a1 [2021-01-27T00:38:49.524Z] ---> 22a9241d3dd9 [2021-01-27T00:38:49.524Z] [2021-01-27T00:38:49.524Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:38:49.524Z] 3.12: Pulling from library/alpine [2021-01-27T00:38:49.524Z] 3.12: Pulling from library/alpine [2021-01-27T00:38:50.519Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:38:50.519Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:38:50.519Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:38:50.519Z] ---> 389fef711851 [2021-01-27T00:38:50.519Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:38:50.519Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:38:50.519Z] ---> 389fef711851 [2021-01-27T00:38:50.519Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:38:52.472Z] ---> Running in 573d77b9271b [2021-01-27T00:38:52.472Z] ---> Running in 50383c98ae2d [2021-01-27T00:38:52.472Z] Removing intermediate container 5372f9a411a0 [2021-01-27T00:38:52.472Z] ---> fb89133f1e56 [2021-01-27T00:38:52.472Z] [2021-01-27T00:38:52.472Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:38:52.472Z] ---> 389fef711851 [2021-01-27T00:38:52.472Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:38:52.472Z] Removing intermediate container 35ffa4386967 [2021-01-27T00:38:52.472Z] ---> e7b0d221e9dd [2021-01-27T00:38:52.472Z] [2021-01-27T00:38:52.472Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:38:52.472Z] ---> 389fef711851 [2021-01-27T00:38:52.472Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:38:52.746Z] ---> Running in 12e248c54296 [2021-01-27T00:38:53.028Z] ---> Running in f840c14ad2f1 [2021-01-27T00:38:53.329Z] Removing intermediate container 99933c730868 [2021-01-27T00:38:53.329Z] ---> 2c50c5acc94b [2021-01-27T00:38:53.329Z] Successfully built 2c50c5acc94b [2021-01-27T00:38:53.329Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:38:53.682Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:38:53.682Z] . [Pipeline] withDockerContainer [2021-01-27T00:38:53.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-22939 does not seem to be running inside a container [2021-01-27T00:38:54.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:38:54.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.343Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:54.343Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:54.343Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:54.343Z] OK: 6 MiB in 15 packages [2021-01-27T00:38:54.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:54.343Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:54.343Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:54.343Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:54.343Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:54.616Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:38:54.616Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:38:54.616Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:38:54.616Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:54.616Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:54.616Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:54.616Z] OK: 7 MiB in 18 packages [2021-01-27T00:38:54.616Z] OK: 6 MiB in 16 packages [2021-01-27T00:38:54.890Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:38:54.890Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:38:54.890Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:38:54.890Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:54.890Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:54.890Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:54.890Z] OK: 7 MiB in 19 packages [2021-01-27T00:38:55.558Z] $ docker top f6acaf2d063c21f2900e9c4cffa1b967e50ce89a44953fb73d1b9e3714069806 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:38:56.555Z] + go version [2021-01-27T00:38:56.556Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T00:38:56.582Z] $ docker stop --time=1 f6acaf2d063c21f2900e9c4cffa1b967e50ce89a44953fb73d1b9e3714069806 [2021-01-27T00:38:57.485Z] Removing intermediate container 278acd032c50 [2021-01-27T00:38:57.485Z] ---> b6f1888db624 [2021-01-27T00:38:57.485Z] [2021-01-27T00:38:57.485Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:38:57.485Z] ---> 389fef711851 [2021-01-27T00:38:57.485Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:38:57.485Z] ---> Running in f9441319ed01 [2021-01-27T00:38:58.120Z] Removing intermediate container 50383c98ae2d [2021-01-27T00:38:58.120Z] ---> d638af2312cd [2021-01-27T00:38:58.120Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:38:58.391Z] ---> Running in dc98624b6569 [2021-01-27T00:38:58.391Z] Removing intermediate container f840c14ad2f1 [2021-01-27T00:38:58.391Z] ---> 4b82aee16239 [2021-01-27T00:38:58.391Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:38:58.429Z] $ docker rm -f f6acaf2d063c21f2900e9c4cffa1b967e50ce89a44953fb73d1b9e3714069806 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-27T00:38:58.973Z] Removing intermediate container 12e248c54296 [2021-01-27T00:38:58.973Z] ---> ff7423cef75d [2021-01-27T00:38:58.973Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:38:58.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:58.973Z] ---> Running in f7c5a03afdeb [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:38:59.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:59.256Z] ---> Running in a70477423fd0 [2021-01-27T00:38:59.256Z] Removing intermediate container dc98624b6569 [2021-01-27T00:38:59.256Z] ---> 4ea56dcefc43 [2021-01-27T00:38:59.256Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:38:59.256Z] Removing intermediate container 573d77b9271b [2021-01-27T00:38:59.256Z] ---> 302d34a1057a [2021-01-27T00:38:59.256Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:38:59.377Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:38:59.377Z] . [Pipeline] withDockerContainer [2021-01-27T00:38:59.625Z] prd-ubuntu18.04-docker-arm64-4c-16g-22939 does not seem to be running inside a container [2021-01-27T00:38:59.651Z] ---> Running in a612e40fe316 [2021-01-27T00:38:59.651Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:59.651Z] ---> Running in 629f113598c8 [2021-01-27T00:38:59.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:59.651Z] OK: 6 MiB in 15 packages [2021-01-27T00:38:59.651Z] Removing intermediate container f7c5a03afdeb [2021-01-27T00:38:59.651Z] ---> 7d715b3f8035 [2021-01-27T00:38:59.651Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:38:59.651Z] Removing intermediate container a70477423fd0 [2021-01-27T00:38:59.651Z] ---> c43ce7c81681 [2021-01-27T00:38:59.651Z] Step 13/24 : WORKDIR / [2021-01-27T00:38:59.651Z] ---> Running in dd0294c33d4d [2021-01-27T00:38:59.724Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:38:59.985Z] ---> Running in 7b00ea2d5ba7 [2021-01-27T00:38:59.985Z] Removing intermediate container a612e40fe316 [2021-01-27T00:38:59.985Z] ---> e2e264071feb [2021-01-27T00:38:59.985Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:38:59.985Z] Removing intermediate container 629f113598c8 [2021-01-27T00:38:59.985Z] ---> dcb3f22684b1 [2021-01-27T00:38:59.985Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:38:59.985Z] ---> Running in e3e5a97434fd [2021-01-27T00:39:00.378Z] ---> Running in 8c169d411d9d [2021-01-27T00:39:00.378Z] Removing intermediate container dd0294c33d4d [2021-01-27T00:39:00.378Z] ---> 83c40a6732be [2021-01-27T00:39:00.378Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:39:00.378Z] Removing intermediate container 7b00ea2d5ba7 [2021-01-27T00:39:00.378Z] ---> fd13d79cf4e3 [2021-01-27T00:39:00.378Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-27T00:39:01.075Z] Removing intermediate container e3e5a97434fd [2021-01-27T00:39:01.075Z] ---> cdb2f9886a02 [2021-01-27T00:39:01.075Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:39:01.075Z] Removing intermediate container f9441319ed01 [2021-01-27T00:39:01.075Z] ---> 3f0d12e6e47a [2021-01-27T00:39:01.075Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:39:01.075Z] Removing intermediate container 8c169d411d9d [2021-01-27T00:39:01.075Z] ---> 5f4ac4758f42 [2021-01-27T00:39:01.075Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:39:01.119Z] $ docker top 26b423fa0ab13472e77847b695881e00f016d35f3ccbe99aa28e097a807d349f -eo pid,comm [2021-01-27T00:39:01.413Z] ---> Running in 022cee6f72a6 [2021-01-27T00:39:01.413Z] ---> Running in 94b98fb3ebd7 [2021-01-27T00:39:01.413Z] ---> 2ebbeee24415 [2021-01-27T00:39:01.413Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-27T00:39:01.413Z] ---> e157597247e0 [2021-01-27T00:39:01.413Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:39:01.413Z] ---> 15ccd75db80a [2021-01-27T00:39:01.413Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] { [Pipeline] echo [2021-01-27T00:39:01.532Z] ========================================================= [2021-01-27T00:39:01.532Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:39:01.532Z] ========================================================= [Pipeline] sh [2021-01-27T00:39:02.089Z] Removing intermediate container 022cee6f72a6 [2021-01-27T00:39:02.089Z] ---> bc43a2c62857 [2021-01-27T00:39:02.089Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:39:02.089Z] Removing intermediate container 94b98fb3ebd7 [2021-01-27T00:39:02.089Z] ---> 2c19b0f8bed4 [2021-01-27T00:39:02.089Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:39:02.193Z] + make test [2021-01-27T00:39:02.193Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:39:02.381Z] ---> Running in 1650ae50da75 [2021-01-27T00:39:02.381Z] ---> 91154af1bab7 [2021-01-27T00:39:02.381Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:02.674Z] ---> 266023c70a38 [2021-01-27T00:39:02.674Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:39:02.948Z] ---> 4b1b1a0efe2f [2021-01-27T00:39:02.948Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:02.948Z] Removing intermediate container 1650ae50da75 [2021-01-27T00:39:02.948Z] ---> 6656b2d9e345 [2021-01-27T00:39:02.948Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:39:02.948Z] ---> 208a44bf3300 [2021-01-27T00:39:02.948Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:39:03.212Z] ---> Running in bf5a0f11cb10 [2021-01-27T00:39:03.212Z] ---> fb539824a793 [2021-01-27T00:39:03.212Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:39:03.484Z] ---> 020dc6e03092 [2021-01-27T00:39:03.484Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:39:03.484Z] Removing intermediate container bf5a0f11cb10 [2021-01-27T00:39:03.484Z] ---> 1c5326917b15 [2021-01-27T00:39:03.484Z] Step 15/23 : WORKDIR / [2021-01-27T00:39:03.768Z] ---> d07f86ffe741 [2021-01-27T00:39:03.768Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:39:04.070Z] ---> Running in 87123a3edff8 [2021-01-27T00:39:04.070Z] ---> Running in c3d871c83113 [2021-01-27T00:39:04.070Z] ---> Running in 41e8859ab6a4 [2021-01-27T00:39:04.356Z] ---> 8657e0e744d3 [2021-01-27T00:39:04.356Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:04.356Z] ---> 9df25c5e368d [2021-01-27T00:39:04.356Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:39:04.625Z] Removing intermediate container c3d871c83113 [2021-01-27T00:39:04.625Z] ---> a1ef53a03b0f [2021-01-27T00:39:04.625Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:39:04.625Z] Removing intermediate container 87123a3edff8 [2021-01-27T00:39:04.625Z] ---> 1673ba03050a [2021-01-27T00:39:04.625Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:39:04.891Z] Removing intermediate container 41e8859ab6a4 [2021-01-27T00:39:04.891Z] ---> 6ee62c4d3fd5 [2021-01-27T00:39:04.891Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:39:04.891Z] ---> Running in ba93e286b91b [2021-01-27T00:39:04.891Z] ---> Running in 1674f7db22f6 [2021-01-27T00:39:05.169Z] ---> 5b4122f7e8f7 [2021-01-27T00:39:05.169Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:39:05.169Z] ---> bc3281e4a73d [2021-01-27T00:39:05.169Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:39:05.169Z] ---> Running in 2599d5153153 [2021-01-27T00:39:05.451Z] Removing intermediate container ba93e286b91b [2021-01-27T00:39:05.451Z] ---> d17a1268af26 [2021-01-27T00:39:05.451Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:39:05.451Z] ---> 69a46a2437cd [2021-01-27T00:39:05.451Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:39:05.451Z] ---> Running in b7e87aab5997 [2021-01-27T00:39:05.451Z] Removing intermediate container 1674f7db22f6 [2021-01-27T00:39:05.451Z] ---> 7bbe25b20583 [2021-01-27T00:39:05.451Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T00:39:05.724Z] ---> Running in 474b29e28144 [2021-01-27T00:39:05.724Z] Removing intermediate container 2599d5153153 [2021-01-27T00:39:05.724Z] ---> 4853d69040eb [2021-01-27T00:39:05.724Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:39:06.024Z] ---> Running in 7f9531ef574c [2021-01-27T00:39:06.024Z] ---> b779822e4334 [2021-01-27T00:39:06.024Z] Step 20/24 : 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-01-27T00:39:06.024Z] Removing intermediate container b7e87aab5997 [2021-01-27T00:39:06.024Z] ---> 275b2d15b7cc [2021-01-27T00:39:06.024Z] Step 21/22 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:39:06.024Z] ---> d7e04af2fcaf [2021-01-27T00:39:06.024Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:06.316Z] Removing intermediate container 474b29e28144 [2021-01-27T00:39:06.316Z] ---> dc00cf8a1ced [2021-01-27T00:39:06.317Z] Step 20/21 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:39:06.317Z] ---> Running in 27130ceba1bd [2021-01-27T00:39:06.317Z] ---> Running in 275c9133505e [2021-01-27T00:39:06.317Z] ---> Running in 1d04fa3dfde8 [2021-01-27T00:39:06.605Z] Removing intermediate container 7f9531ef574c [2021-01-27T00:39:06.605Z] ---> 9f7cfdb5d81c [2021-01-27T00:39:06.605Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:39:06.872Z] ---> Running in 4898677c761c [2021-01-27T00:39:06.872Z] Removing intermediate container 275c9133505e [2021-01-27T00:39:06.872Z] ---> 315784af320b [2021-01-27T00:39:06.872Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:39:06.872Z] ---> 9e3c4aa4d93f [2021-01-27T00:39:06.872Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:39:06.872Z] Removing intermediate container 1d04fa3dfde8 [2021-01-27T00:39:06.872Z] ---> 9707f7105832 [2021-01-27T00:39:06.872Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:39:07.160Z] ---> Running in cda8a8c12e12 [2021-01-27T00:39:07.160Z] ---> Running in e1e36d5a68a5 [2021-01-27T00:39:07.160Z] ---> Running in a09255065216 [2021-01-27T00:39:07.464Z] Removing intermediate container 4898677c761c [2021-01-27T00:39:07.464Z] ---> d14c16ea5da3 [2021-01-27T00:39:07.464Z] Step 21/22 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:39:07.464Z] ---> Running in c12ce0b2fe9c [2021-01-27T00:39:07.464Z] Removing intermediate container e1e36d5a68a5 [2021-01-27T00:39:07.464Z] ---> c15802e27363 [2021-01-27T00:39:07.464Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:39:07.734Z] Removing intermediate container cda8a8c12e12 [2021-01-27T00:39:07.734Z] ---> f1cb50079bdc [2021-01-27T00:39:07.734Z] [2021-01-27T00:39:07.734Z] Removing intermediate container a09255065216 [2021-01-27T00:39:07.734Z] ---> fa62d403ea03 [2021-01-27T00:39:07.734Z] [2021-01-27T00:39:07.734Z] ---> Running in 56ff7c4f9a76 [2021-01-27T00:39:08.003Z] Removing intermediate container c12ce0b2fe9c [2021-01-27T00:39:08.003Z] ---> bc4c0672719e [2021-01-27T00:39:08.003Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:39:08.003Z] Successfully built fa62d403ea03 [2021-01-27T00:39:08.003Z] Successfully built f1cb50079bdc [2021-01-27T00:39:08.281Z] ---> Running in aa4b322a3fa7 [2021-01-27T00:39:08.281Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T00:39:08.281Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-27T00:39:08.281Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T00:39:08.281Z] Building docker-core-command-go [2021-01-27T00:39:08.281Z]  Building docker-support-scheduler-go ... done Removing intermediate container 56ff7c4f9a76 [2021-01-27T00:39:08.281Z] ---> 04383941a0bf [2021-01-27T00:39:08.281Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:39:08.281Z] Removing intermediate container 27130ceba1bd [2021-01-27T00:39:08.281Z] ---> 81b369f70348 [2021-01-27T00:39:08.281Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:39:08.281Z] ---> Running in 0bfd0e5a271b [2021-01-27T00:39:08.281Z] ---> Running in 152b02ff2304 [2021-01-27T00:39:08.562Z] Removing intermediate container aa4b322a3fa7 [2021-01-27T00:39:08.562Z] ---> 48f01bf0651e [2021-01-27T00:39:08.562Z] [2021-01-27T00:39:08.831Z] Successfully built 48f01bf0651e [2021-01-27T00:39:08.831Z] Removing intermediate container 0bfd0e5a271b [2021-01-27T00:39:08.831Z] ---> b6f2fbdb711c [2021-01-27T00:39:08.831Z] Step 22/23 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:39:08.831Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T00:39:08.831Z] Building docker-core-data-go [2021-01-27T00:39:08.831Z]  Building docker-support-notifications-go ... done Removing intermediate container 152b02ff2304 [2021-01-27T00:39:08.831Z] ---> 46796e2bf77b [2021-01-27T00:39:08.831Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T00:39:08.831Z] ---> Running in 308563f7e03e [2021-01-27T00:39:08.831Z] ---> Running in adc53fe3228f [2021-01-27T00:39:09.113Z] Removing intermediate container 308563f7e03e [2021-01-27T00:39:09.113Z] ---> d9a69ca46f7c [2021-01-27T00:39:09.113Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:39:09.113Z] Removing intermediate container adc53fe3228f [2021-01-27T00:39:09.113Z] ---> 1cd0ae71eef4 [2021-01-27T00:39:09.113Z] Step 23/24 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:39:09.113Z] ---> Running in a37ae4f4f042 [2021-01-27T00:39:09.113Z] ---> Running in 8fcb9c3a8098 [2021-01-27T00:39:09.701Z] Removing intermediate container 8fcb9c3a8098 [2021-01-27T00:39:09.701Z] ---> c266dc2c6efc [2021-01-27T00:39:09.701Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:39:09.979Z] Removing intermediate container a37ae4f4f042 [2021-01-27T00:39:09.979Z] ---> 4b25565829f0 [2021-01-27T00:39:09.979Z] [2021-01-27T00:39:10.246Z] Successfully built 4b25565829f0 [2021-01-27T00:39:10.246Z] ---> Running in d633c8fbafc6 [2021-01-27T00:39:10.246Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T00:39:10.246Z] Building docker-security-bootstrapper-go [2021-01-27T00:39:10.856Z]  Building docker-core-metadata-go ... done Removing intermediate container d633c8fbafc6 [2021-01-27T00:39:10.856Z] ---> ab77fe6b918a [2021-01-27T00:39:10.856Z] [2021-01-27T00:39:12.328Z] Successfully built ab77fe6b918a [2021-01-27T00:39:12.328Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T00:39:29.038Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:39:51.600Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:51.600Z] [2021-01-27T00:39:51.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:51.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:51.600Z] ---> a0bfb0a2ef69 [2021-01-27T00:39:51.600Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:39:51.600Z] ---> a0bfb0a2ef69 [2021-01-27T00:39:51.600Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> 8215d2408b66 [2021-01-27T00:39:51.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> bff1b957c0a1 [2021-01-27T00:39:51.600Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> 8215d2408b66 [2021-01-27T00:39:51.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> bff1b957c0a1 [2021-01-27T00:39:51.600Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:39:51.600Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:51.600Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:51.600Z] ---> a0bfb0a2ef69 [2021-01-27T00:39:51.600Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> 8215d2408b66 [2021-01-27T00:39:51.600Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> bff1b957c0a1 [2021-01-27T00:39:51.600Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:39:51.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:51.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:51.600Z] ---> a0bfb0a2ef69 [2021-01-27T00:39:51.600Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> 8215d2408b66 [2021-01-27T00:39:51.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:51.600Z] ---> Using cache [2021-01-27T00:39:51.600Z] ---> bff1b957c0a1 [2021-01-27T00:39:51.600Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:39:51.600Z] ---> Running in 72836f58e193 [2021-01-27T00:39:51.600Z] ---> Running in 1ea7cc2bdd0b [2021-01-27T00:39:51.600Z] ---> Running in 09f97620bb15 [2021-01-27T00:39:51.600Z] ---> Running in 44db60a2801c [2021-01-27T00:39:51.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:51.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:51.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:51.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:51.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:51.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:51.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:51.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:52.916Z] OK: 233 MiB in 51 packages [2021-01-27T00:39:52.916Z] OK: 233 MiB in 51 packages [2021-01-27T00:39:52.916Z] OK: 233 MiB in 51 packages [2021-01-27T00:39:52.916Z] OK: 233 MiB in 51 packages [2021-01-27T00:39:53.890Z] Removing intermediate container 09f97620bb15 [2021-01-27T00:39:53.890Z] ---> a45fbb59f3eb [2021-01-27T00:39:53.890Z] Step 6/23 : COPY go.mod . [2021-01-27T00:39:54.171Z] Removing intermediate container 72836f58e193 [2021-01-27T00:39:54.171Z] ---> 987e071df628 [2021-01-27T00:39:54.171Z] Step 6/26 : COPY go.mod . [2021-01-27T00:39:54.171Z] Removing intermediate container 44db60a2801c [2021-01-27T00:39:54.171Z] ---> fd21a1b26632 [2021-01-27T00:39:54.171Z] Step 6/33 : COPY go.mod . [2021-01-27T00:39:54.171Z] Removing intermediate container 1ea7cc2bdd0b [2021-01-27T00:39:54.171Z] ---> 8deb6a1af104 [2021-01-27T00:39:54.171Z] Step 6/23 : COPY go.mod . [2021-01-27T00:39:54.476Z] ---> 5f9619ad940f [2021-01-27T00:39:54.476Z] Step 7/23 : RUN go mod download [2021-01-27T00:39:54.476Z] ---> Running in 47a090296d56 [2021-01-27T00:39:54.805Z] ---> 68d38a11a88a [2021-01-27T00:39:54.805Z] Step 7/26 : RUN go mod download [2021-01-27T00:39:54.805Z] ---> dd44c89535b6 [2021-01-27T00:39:54.805Z] Step 7/33 : RUN go mod download [2021-01-27T00:39:54.805Z] ---> b097642f50a1 [2021-01-27T00:39:54.805Z] Step 7/23 : RUN go mod download [2021-01-27T00:39:54.805Z] ---> Running in 78567db8bd07 [2021-01-27T00:39:54.805Z] ---> Running in 9a2ea8e3d634 [2021-01-27T00:39:55.153Z] ---> Running in 9345a7e6a99d [2021-01-27T00:39:57.832Z] Removing intermediate container 9a2ea8e3d634 [2021-01-27T00:39:57.833Z] ---> d402924de3e1 [2021-01-27T00:39:57.833Z] Step 8/33 : COPY . . [2021-01-27T00:39:57.833Z] Removing intermediate container 9345a7e6a99d [2021-01-27T00:39:57.833Z] ---> bd671741b7b5 [2021-01-27T00:39:57.833Z] Step 8/23 : COPY . . [2021-01-27T00:39:57.833Z] Removing intermediate container 78567db8bd07 [2021-01-27T00:39:57.833Z] ---> 316042e7d2fe [2021-01-27T00:39:57.833Z] Step 8/26 : COPY . . [2021-01-27T00:39:57.833Z] Removing intermediate container 47a090296d56 [2021-01-27T00:39:57.833Z] ---> 0e4a5cec061b [2021-01-27T00:39:57.833Z] Step 8/23 : COPY . . [2021-01-27T00:40:16.071Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:40:21.162Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:40:26.776Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:40:26.776Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:40:26.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:40:35.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:40:35.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:40:35.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:40:35.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:40:35.100Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:40:35.100Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:40:40.524Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:40:40.524Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:40:40.524Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:40:45.434Z] ---> 5f9f7e1e56be [2021-01-27T00:40:45.434Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:40:45.435Z] ---> b779861181f9 [2021-01-27T00:40:45.435Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:40:45.435Z] ---> cd3e58ffb036 [2021-01-27T00:40:45.435Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:40:45.435Z] ---> Running in f12ef05262ea [2021-01-27T00:40:45.435Z] ---> 7e916327f11a [2021-01-27T00:40:45.435Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:40:45.435Z] ---> Running in f40665892e9c [2021-01-27T00:40:45.435Z] ---> Running in 57bd54763874 [2021-01-27T00:40:45.435Z] ---> Running in 43db7194ab95 [2021-01-27T00:40:45.435Z] Removing intermediate container f12ef05262ea [2021-01-27T00:40:45.435Z] ---> b9f8c3b0fee9 [2021-01-27T00:40:45.435Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:40:45.435Z] ---> Running in 27a5af067d89 [2021-01-27T00:40:45.435Z] 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-01-27T00:40:45.435Z] 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-01-27T00:40:45.435Z] 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-01-27T00:40:45.435Z] 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-01-27T00:40:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements [2021-01-27T00:40:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:40:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:40:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:40:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:40:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:40:55.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.1% of statements [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:40:55.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:40:55.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:40:55.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 65.8% of statements [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:40:55.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.738s coverage: 82.3% of statements [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:40:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:41:01.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.447s coverage: 28.6% of statements [2021-01-27T00:41:01.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:41:01.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:41:01.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:41:01.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:41:01.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:41:01.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements [2021-01-27T00:41:01.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:41:01.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-01-27T00:41:01.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:41:03.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.404s coverage: 86.7% of statements [2021-01-27T00:41:03.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:41:04.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements [2021-01-27T00:41:04.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:41:04.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-27T00:41:04.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:41:04.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:41:04.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:41:04.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.341s coverage: 92.8% of statements [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.196s coverage: 0.1% of statements [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:41:14.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 43.8% of statements [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.101s coverage: 79.5% of statements [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-01-27T00:41:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-01-27T00:41:24.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:41:24.832Z] Removing intermediate container f40665892e9c [2021-01-27T00:41:24.832Z] ---> b5305de4f758 [2021-01-27T00:41:24.832Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:41:24.832Z] Removing intermediate container 43db7194ab95 [2021-01-27T00:41:24.832Z] ---> ae9b6ca2184b [2021-01-27T00:41:24.832Z] [2021-01-27T00:41:24.832Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:41:24.832Z] ---> 389fef711851 [2021-01-27T00:41:24.832Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:41:24.832Z] ---> Using cache [2021-01-27T00:41:24.832Z] ---> 3f0d12e6e47a [2021-01-27T00:41:24.832Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:41:24.832Z] ---> Using cache [2021-01-27T00:41:24.832Z] ---> bc43a2c62857 [2021-01-27T00:41:24.832Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:41:24.832Z] ---> Running in f3fd23d71158 [2021-01-27T00:41:24.832Z] ---> Running in cce6bc72f85b [2021-01-27T00:41:24.832Z] Removing intermediate container f3fd23d71158 [2021-01-27T00:41:24.832Z] ---> fe3ec06795bb [2021-01-27T00:41:24.832Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:41:24.832Z] ---> Running in 064810b15b6f [2021-01-27T00:41:24.832Z] Removing intermediate container 064810b15b6f [2021-01-27T00:41:24.832Z] ---> f2d15fed2f9c [2021-01-27T00:41:24.832Z] Step 15/23 : WORKDIR / [2021-01-27T00:41:24.832Z] 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-01-27T00:41:24.832Z] ---> Running in 44fa1030ba41 [2021-01-27T00:41:24.832Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:41:24.832Z] + cd /tmp/build/dist/linux [2021-01-27T00:41:24.832Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:41:24.832Z] Cloning into '.'... [2021-01-27T00:41:24.832Z] Removing intermediate container 44fa1030ba41 [2021-01-27T00:41:24.832Z] ---> df6b9813c2cd [2021-01-27T00:41:24.832Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:41:25.434Z] ---> 1df51019db9d [2021-01-27T00:41:25.434Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:41:25.724Z] + go get github.com/robfig/glock [2021-01-27T00:41:26.732Z] Removing intermediate container cce6bc72f85b [2021-01-27T00:41:26.732Z] ---> 82db81c7128b [2021-01-27T00:41:26.732Z] [2021-01-27T00:41:26.732Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:41:26.732Z] 20.10.0: Pulling from library/docker [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements [2021-01-27T00:41:27.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-01-27T00:41:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2021-01-27T00:41:28.687Z] ---> 3d66a112eee7 [2021-01-27T00:41:28.687Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:41:28.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.4% of statements [2021-01-27T00:41:28.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:41:29.654Z] Removing intermediate container 57bd54763874 [2021-01-27T00:41:29.654Z] ---> 1a0910c1e0f0 [2021-01-27T00:41:29.654Z] [2021-01-27T00:41:29.654Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:41:29.654Z] ---> 389fef711851 [2021-01-27T00:41:29.654Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:41:29.927Z] ---> 66afb995c839 [2021-01-27T00:41:29.927Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:41:29.927Z] ---> Running in f3a831d8ad03 [2021-01-27T00:41:29.927Z] ---> Running in 83d736401862 [2021-01-27T00:41:30.520Z] Removing intermediate container f3a831d8ad03 [2021-01-27T00:41:30.520Z] ---> e0b0921bb16e [2021-01-27T00:41:30.520Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:41:30.520Z] Removing intermediate container 83d736401862 [2021-01-27T00:41:30.520Z] ---> d7729c9cd2b3 [2021-01-27T00:41:30.520Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:41:30.520Z] ---> Running in d8e7b4d17cbe [2021-01-27T00:41:30.520Z] ---> Running in b07521b393e1 [2021-01-27T00:41:31.111Z] Removing intermediate container d8e7b4d17cbe [2021-01-27T00:41:31.111Z] ---> f9861ad53ac0 [2021-01-27T00:41:31.111Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:41:31.111Z] Removing intermediate container b07521b393e1 [2021-01-27T00:41:31.111Z] ---> 9d131e43fea9 [2021-01-27T00:41:31.111Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:41:31.377Z] ---> Running in c60df0fd317d [2021-01-27T00:41:31.377Z] ---> Running in 12a8beea4bc7 [2021-01-27T00:41:31.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.694s coverage: 63.5% of statements [2021-01-27T00:41:31.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:41:31.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:41:31.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-01-27T00:41:31.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2021-01-27T00:41:31.645Z] Removing intermediate container c60df0fd317d [2021-01-27T00:41:31.645Z] ---> b3aa2485f486 [2021-01-27T00:41:31.645Z] Step 22/23 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:41:31.645Z] Removing intermediate container 12a8beea4bc7 [2021-01-27T00:41:31.645Z] ---> 6c83a703cb08 [2021-01-27T00:41:31.645Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:41:31.924Z] ---> Running in 95d078a1da76 [2021-01-27T00:41:31.924Z] ---> Running in ed5a7bf009c9 [2021-01-27T00:41:32.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-01-27T00:41:32.202Z] Removing intermediate container 95d078a1da76 [2021-01-27T00:41:32.202Z] ---> a2a0ff1a41bd [2021-01-27T00:41:32.202Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:41:32.202Z] ---> Running in d050983957ee [2021-01-27T00:41:32.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-01-27T00:41:32.838Z] Removing intermediate container d050983957ee [2021-01-27T00:41:32.838Z] ---> 5806033d7bf0 [2021-01-27T00:41:32.838Z] [2021-01-27T00:41:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-27T00:41:33.829Z] Successfully built 5806033d7bf0 [2021-01-27T00:41:33.829Z] Successfully tagged docker-core-command-go:latest [2021-01-27T00:41:37.193Z]  Building docker-core-command-go ... done Removing intermediate container ed5a7bf009c9 [2021-01-27T00:41:37.193Z] ---> 1a340c19d429 [2021-01-27T00:41:37.193Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:41:37.462Z] ---> Running in bc9e6859dbe7 [2021-01-27T00:41:37.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.847s coverage: 68.9% of statements [2021-01-27T00:41:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:41:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:41:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:41:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:41:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:41:38.064Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:41:38.064Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:41:38.064Z] ---> aefe523efa57 [2021-01-27T00:41:38.064Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:41:38.064Z] ---> Running in c1f132e9c196 [2021-01-27T00:41:38.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:38.604Z] + glock sync -n [2021-01-27T00:41:38.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:38.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:38.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:38.871Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:41:38.871Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:41:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.450s coverage: 37.0% of statements [2021-01-27T00:41:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:41:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:41:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.745s coverage: 84.0% of statements [2021-01-27T00:41:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2021-01-27T00:41:39.144Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:41:39.144Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:41:39.144Z] OK: 12 MiB in 22 packages [2021-01-27T00:41:39.732Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:41:39.732Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:41:39.997Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:41:39.997Z] Removing intermediate container c1f132e9c196 [2021-01-27T00:41:39.997Z] ---> d397da9fb9fc [2021-01-27T00:41:39.997Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:41:39.997Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:41:40.271Z] ---> Running in 0226a21c512e [2021-01-27T00:41:40.271Z] Removing intermediate container 0226a21c512e [2021-01-27T00:41:40.271Z] ---> 5a23b92e07af [2021-01-27T00:41:40.271Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:41:40.271Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:41:40.271Z] ---> Running in 3c9482b6718b [2021-01-27T00:41:40.580Z] Removing intermediate container 3c9482b6718b [2021-01-27T00:41:40.580Z] ---> b462a3f4fd93 [2021-01-27T00:41:40.580Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:41:40.580Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:41:40.580Z] ---> Running in 60f6ce60fcba [2021-01-27T00:41:40.580Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:41:40.580Z] OK: 8 MiB in 20 packages [2021-01-27T00:41:40.849Z] Removing intermediate container 60f6ce60fcba [2021-01-27T00:41:40.849Z] ---> e931fc77ac93 [2021-01-27T00:41:40.849Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:41:41.428Z] Removing intermediate container bc9e6859dbe7 [2021-01-27T00:41:41.428Z] ---> 9032ab77ee22 [2021-01-27T00:41:41.428Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:41:41.428Z] ---> f5e39c98764c [2021-01-27T00:41:41.428Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:41:41.705Z] ---> 932262ac5dee [2021-01-27T00:41:41.705Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:41:41.705Z] ---> 962a27255389 [2021-01-27T00:41:41.705Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:41:42.330Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:41:42.330Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:41:42.330Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:41:43.293Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:41:43.293Z] + git describe '--abbrev=0' --tags [2021-01-27T00:41:43.293Z] + TAG=v0.6.1 [2021-01-27T00:41:43.293Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:41:43.293Z] + apk --print-arch [2021-01-27T00:41:43.293Z] building [dockerize] for amd64 ... [2021-01-27T00:41:43.293Z] + arch=x86_64 [2021-01-27T00:41:43.293Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T00:41:43.293Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T00:41:43.564Z]  ---> 834c28be4614 [2021-01-27T00:41:43.565Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:41:43.565Z] ---> 154146a55379 [2021-01-27T00:41:43.565Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:41:44.979Z] ---> Running in 228bd8aee203 [2021-01-27T00:41:45.263Z] ---> 6b07d7530e16 [2021-01-27T00:41:45.263Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:41:45.546Z] ---> Running in aa790150a61d [2021-01-27T00:41:46.540Z] Removing intermediate container aa790150a61d [2021-01-27T00:41:46.540Z] ---> b0f109967a78 [2021-01-27T00:41:46.540Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:41:46.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:46.540Z] ---> Running in ae68c4f64b88 [2021-01-27T00:41:46.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:46.821Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:41:46.821Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:41:46.821Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:41:46.821Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:41:47.103Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:41:47.103Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:41:47.103Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:41:47.103Z] Removing intermediate container ae68c4f64b88 [2021-01-27T00:41:47.103Z] ---> 3c2d05370c3d [2021-01-27T00:41:47.103Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:41:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.422s coverage: 47.1% of statements [2021-01-27T00:41:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:41:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:41:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:41:47.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:41:47.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:41:47.444Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-27T00:41:47.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:41:47.444Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-01-27T00:41:47.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:41:47.685Z] ---> Running in 4a47e270bed9 [2021-01-27T00:41:50.267Z] Removing intermediate container 4a47e270bed9 [2021-01-27T00:41:50.267Z] ---> 8819f0dd59fd [2021-01-27T00:41:50.267Z] Step 22/23 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:41:50.267Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:41:50.267Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:41:50.267Z] ---> Running in f0e0268a597e [2021-01-27T00:41:50.267Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:41:50.267Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:41:50.267Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:41:50.267Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:41:50.267Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:41:50.267Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:41:50.267Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:41:50.267Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:41:50.906Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:41:50.906Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:41:51.176Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:41:51.176Z] Removing intermediate container f0e0268a597e [2021-01-27T00:41:51.176Z] ---> ad61711f5c69 [2021-01-27T00:41:51.176Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:41:51.176Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:41:51.176Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:41:51.176Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:41:51.461Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:41:51.461Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:41:51.461Z] ---> Running in 1b22de515a25 [2021-01-27T00:41:51.461Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:41:51.461Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:41:51.461Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:41:51.461Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:41:51.461Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:41:51.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.279s coverage: 29.1% of statements [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:41:51.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.246s coverage: 99.0% of statements [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:41:51.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:41:51.786Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:41:51.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:41:51.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.125s coverage: 87.9% of statements [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:41:51.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:41:52.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-01-27T00:41:52.421Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:41:52.421Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:41:52.421Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:41:52.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-27T00:41:53.385Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:41:53.385Z] Removing intermediate container 1b22de515a25 [2021-01-27T00:41:53.385Z] ---> ab47f4808e98 [2021-01-27T00:41:53.385Z] [2021-01-27T00:41:53.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-01-27T00:41:53.669Z] OK: 71 MiB in 55 packages [2021-01-27T00:41:53.951Z] Successfully built ab47f4808e98 [2021-01-27T00:41:53.951Z] Successfully tagged docker-core-data-go:latest [2021-01-27T00:41:54.612Z] GO111MODULE=on go vet ./... [2021-01-27T00:42:02.283Z]  Building docker-core-data-go ... done Removing intermediate container 228bd8aee203 [2021-01-27T00:42:02.283Z] ---> c126f5e26966 [2021-01-27T00:42:02.283Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:42:02.283Z] ---> Running in 54fb0709aa6b [2021-01-27T00:42:03.252Z] Collecting docker-compose==1.23.2 [2021-01-27T00:42:03.252Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:42:03.531Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:42:03.531Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:42:03.531Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:42:03.531Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:42:05.509Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:42:05.509Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:42:05.778Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:42:05.778Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:42:06.043Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:42:06.043Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:42:06.043Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:42:06.043Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:42:06.352Z] + date [2021-01-27T00:42:06.352Z] Wed Jan 27 00:42:06 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:42:06.352Z] + echo 'Wed Jan 27 00:42:06 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:42:07.536Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:42:07.537Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:42:08.193Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:42:08.193Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:42:08.774Z] 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-01-27T00:42:08.774Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:42:08.774Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:42:09.039Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:42:09.039Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:42:09.039Z] 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-01-27T00:42:09.039Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:42:09.039Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:42:09.312Z] 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-01-27T00:42:09.312Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:42:09.312Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:42:09.312Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:42:09.312Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:42:09.312Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:42:09.312Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:42:09.578Z] Installing collected packages: cached-property, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, texttable, PyYAML, dockerpty, docker-compose [2021-01-27T00:42:09.578Z] Running setup.py install for docopt: started [2021-01-27T00:42:10.155Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:42:10.155Z] Attempting uninstall: idna [2021-01-27T00:42:10.155Z] Found existing installation: idna 2.9 [2021-01-27T00:42:10.155Z] Uninstalling idna-2.9: [2021-01-27T00:42:10.739Z] Successfully uninstalled idna-2.9 [2021-01-27T00:42:12.136Z] Attempting uninstall: urllib3 [2021-01-27T00:42:12.136Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:42:12.136Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:42:12.136Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:42:12.401Z] Attempting uninstall: requests [2021-01-27T00:42:12.401Z] Found existing installation: requests 2.23.0 [2021-01-27T00:42:12.401Z] Uninstalling requests-2.23.0: [2021-01-27T00:42:12.401Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:42:12.983Z] Running setup.py install for texttable: started [2021-01-27T00:42:14.385Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:42:14.385Z] Running setup.py install for PyYAML: started [2021-01-27T00:42:16.334Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:42:16.334Z] Running setup.py install for dockerpty: started [2021-01-27T00:42:16.598Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:42:19.942Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-27T00:42:19.942Z] Removing intermediate container 27a5af067d89 [2021-01-27T00:42:19.942Z] ---> 1bf401a25ebf [2021-01-27T00:42:19.942Z] [2021-01-27T00:42:19.942Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:42:19.942Z] ---> 389fef711851 [2021-01-27T00:42:19.942Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:42:19.942Z] ---> Running in eddec4902d06 [2021-01-27T00:42:19.942Z] Removing intermediate container eddec4902d06 [2021-01-27T00:42:19.942Z] ---> 84f7115333a9 [2021-01-27T00:42:19.942Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:42:20.209Z] ---> Running in 6eb79b49a1db [2021-01-27T00:42:21.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:42:21.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:42:21.431Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:42:21.431Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:42:21.431Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:42:21.431Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:42:21.431Z] OK: 6 MiB in 17 packages [2021-01-27T00:42:21.697Z] Removing intermediate container 54fb0709aa6b [2021-01-27T00:42:21.697Z] ---> 4d18daa894b0 [2021-01-27T00:42:21.697Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:42:21.697Z] ---> Running in 1022891ceb08 [2021-01-27T00:42:21.964Z] Removing intermediate container 6eb79b49a1db [2021-01-27T00:42:21.964Z] ---> 60c66ccf3a12 [2021-01-27T00:42:21.964Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:42:21.964Z] ---> Running in d30ef6b9056e [2021-01-27T00:42:22.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:42:22.229Z] Removing intermediate container d30ef6b9056e [2021-01-27T00:42:22.229Z] ---> b76496c50a59 [2021-01-27T00:42:22.229Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:42:22.229Z] ---> Running in d7464cde6ff6 [2021-01-27T00:42:22.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:42:22.501Z] Removing intermediate container d7464cde6ff6 [2021-01-27T00:42:22.501Z] ---> d34439f92c2c [2021-01-27T00:42:22.501Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:42:22.501Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:42:22.501Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:42:22.501Z] ---> Running in feda835ebf28 [2021-01-27T00:42:22.501Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:42:22.501Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:42:22.501Z] OK: 72 MiB in 58 packages [2021-01-27T00:42:23.085Z] Removing intermediate container 1022891ceb08 [2021-01-27T00:42:23.085Z] ---> c5ad8c524ee7 [2021-01-27T00:42:23.085Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:42:23.085Z] ---> Running in fce1ea540481 [2021-01-27T00:42:23.350Z] Removing intermediate container fce1ea540481 [2021-01-27T00:42:23.350Z] ---> aa37f122cdcd [2021-01-27T00:42:23.350Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:42:23.350Z] ---> Running in 90aecbadb4fb [2021-01-27T00:42:23.350Z] Removing intermediate container feda835ebf28 [2021-01-27T00:42:23.350Z] ---> f5d9cd793687 [2021-01-27T00:42:23.350Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:42:24.753Z] ---> Running in defc07690e91 [2021-01-27T00:42:24.753Z] Removing intermediate container 90aecbadb4fb [2021-01-27T00:42:24.753Z] ---> 6887b1fb6a84 [2021-01-27T00:42:24.753Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T00:42:24.753Z] ---> Running in 183fab868552 [2021-01-27T00:42:24.753Z] Removing intermediate container defc07690e91 [2021-01-27T00:42:24.753Z] ---> 19291d3dd86e [2021-01-27T00:42:24.753Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:42:24.753Z] Removing intermediate container 183fab868552 [2021-01-27T00:42:24.753Z] ---> 51d4d3d7b1a3 [2021-01-27T00:42:24.753Z] Step 25/26 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:42:25.017Z] ---> Running in 68a0ebcd6f9d [2021-01-27T00:42:25.294Z] Removing intermediate container 68a0ebcd6f9d [2021-01-27T00:42:25.294Z] ---> 5db87030c0ab [2021-01-27T00:42:25.294Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:42:25.294Z] ---> 021170e067e4 [2021-01-27T00:42:25.294Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:42:25.294Z] ---> Running in a91ce8b704cd [2021-01-27T00:42:25.558Z] Removing intermediate container a91ce8b704cd [2021-01-27T00:42:25.558Z] ---> 4f8df4980d05 [2021-01-27T00:42:25.558Z] [2021-01-27T00:42:25.558Z] ---> 2b91dce18763 [2021-01-27T00:42:25.558Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:42:25.558Z] ---> Running in 7bb777a421a5 [2021-01-27T00:42:25.558Z] Successfully built 4f8df4980d05 [2021-01-27T00:42:25.558Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T00:42:26.513Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7bb777a421a5 [2021-01-27T00:42:26.513Z] ---> 69da42bdf7c3 [2021-01-27T00:42:26.513Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:42:26.779Z] ---> c1fc28d93e85 [2021-01-27T00:42:26.780Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:42:27.360Z] ---> 9cabfef3d1e3 [2021-01-27T00:42:27.360Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:42:27.627Z] ---> f2d0da5f3ef8 [2021-01-27T00:42:27.627Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:42:28.205Z] ---> 574b83ca48a8 [2021-01-27T00:42:28.205Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:42:28.469Z] ---> e4069ce32ffc [2021-01-27T00:42:28.469Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:42:28.734Z] ---> Running in 119205251ed8 [2021-01-27T00:42:28.734Z] Removing intermediate container 119205251ed8 [2021-01-27T00:42:28.734Z] ---> 5d97289ffc22 [2021-01-27T00:42:28.734Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:42:28.998Z] ---> f04f66fbe429 [2021-01-27T00:42:28.998Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:42:29.268Z] ---> Running in c5bce742bcc2 [2021-01-27T00:42:30.221Z] Removing intermediate container c5bce742bcc2 [2021-01-27T00:42:30.221Z] ---> e4d640a2822f [2021-01-27T00:42:30.221Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:42:30.492Z] ---> Running in cbcc10eb490a [2021-01-27T00:42:30.492Z] Removing intermediate container cbcc10eb490a [2021-01-27T00:42:30.492Z] ---> 7d75858d509f [2021-01-27T00:42:30.492Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:42:30.756Z] ---> Running in 6481aa90d52b [2021-01-27T00:42:31.021Z] Removing intermediate container 6481aa90d52b [2021-01-27T00:42:31.021Z] ---> 9b65220bd8e6 [2021-01-27T00:42:31.021Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T00:42:31.021Z] ---> Running in 7558edfd50da [2021-01-27T00:42:31.287Z] Removing intermediate container 7558edfd50da [2021-01-27T00:42:31.287Z] ---> 46cf8b377064 [2021-01-27T00:42:31.287Z] Step 32/33 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:42:31.561Z] ---> Running in 78cc73233b69 [2021-01-27T00:42:31.832Z] Removing intermediate container 78cc73233b69 [2021-01-27T00:42:31.832Z] ---> 5cd909f53a90 [2021-01-27T00:42:31.832Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:42:31.832Z] ---> Running in 1e4e2db7dab8 [2021-01-27T00:42:32.096Z] Removing intermediate container 1e4e2db7dab8 [2021-01-27T00:42:32.096Z] ---> c6dc3109288e [2021-01-27T00:42:32.096Z] [2021-01-27T00:42:32.362Z] Successfully built c6dc3109288e [2021-01-27T00:42:32.362Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T00:42:32.636Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-27T00:42:32.648Z] $ docker stop --time=1 0afe0adccbc5c0df095c3dbeb223ff22231d55d4b48e4bfcdfacef57e9923e25 [2021-01-27T00:42:34.234Z] $ docker rm -f 0afe0adccbc5c0df095c3dbeb223ff22231d55d4b48e4bfcdfacef57e9923e25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:42:34.733Z] + docker images [2021-01-27T00:42:34.733Z] + grep docker [2021-01-27T00:42:34.995Z] docker-security-bootstrapper-go latest c6dc3109288e 3 seconds ago 33.5MB [2021-01-27T00:42:34.995Z] docker-sys-mgmt-agent-go latest 4f8df4980d05 9 seconds ago 313MB [2021-01-27T00:42:34.995Z] docker-core-data-go latest ab47f4808e98 42 seconds ago 22.3MB [2021-01-27T00:42:34.995Z] docker-core-command-go latest 5806033d7bf0 About a minute ago 16.3MB [2021-01-27T00:42:34.995Z] docker-security-secretstore-setup-go latest ab77fe6b918a 3 minutes ago 24.6MB [2021-01-27T00:42:34.995Z] docker-core-metadata-go latest 4b25565829f0 3 minutes ago 18.8MB [2021-01-27T00:42:34.995Z] docker-support-notifications-go latest 48f01bf0651e 3 minutes ago 16.9MB [2021-01-27T00:42:34.995Z] docker-security-proxy-setup-go latest fa62d403ea03 3 minutes ago 24.4MB [2021-01-27T00:42:34.995Z] docker-support-scheduler-go latest f1cb50079bdc 3 minutes ago 16.4MB [2021-01-27T00:42:34.995Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [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) [Pipeline] findFiles [Pipeline] node [2021-01-27T00:42:50.664Z] Still waiting to schedule task [2021-01-27T00:42:50.664Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-27T00:43:16.437Z] gofmt -l . [2021-01-27T00:43:16.437Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:43:16.437Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:43:16.437Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:43:17.092Z] + ls -al . [2021-01-27T00:43:17.092Z] total 696 [2021-01-27T00:43:17.092Z] drwxrwxr-x 9 1001 1001 4096 Jan 27 00:43 . [2021-01-27T00:43:17.092Z] drwxr-xr-x 4 root root 4096 Jan 27 00:39 .. [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:37 .dockerignore [2021-01-27T00:43:17.092Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 .git [2021-01-27T00:43:17.092Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 00:37 .github [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:37 .gitignore [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:37 .sonarcloud.properties [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:37 Attribution.txt [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:37 CONTRIBUTING.md [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:37 Dockerfile.build [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:37 Jenkinsfile [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:37 LICENSE [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:37 Makefile [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:37 README.md [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:37 SECURITY.md [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:37 ZMQWindows.md [2021-01-27T00:43:17.092Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 00:37 bin [2021-01-27T00:43:17.092Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:37 cmd [2021-01-27T00:43:17.092Z] -rw-r--r-- 1 root root 564700 Jan 27 00:41 coverage.out [2021-01-27T00:43:17.092Z] -rw-r--r-- 1 root root 1053 Jan 27 00:43 go.mod [2021-01-27T00:43:17.092Z] -rw-r--r-- 1 root root 18995 Jan 27 00:43 go.sum [2021-01-27T00:43:17.092Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 internal [2021-01-27T00:43:17.092Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 openapi [2021-01-27T00:43:17.092Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 snap [2021-01-27T00:43:17.092Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:37 version.go [Pipeline] sh [2021-01-27T00:43:17.745Z] + '[' -e coverage.out ] [2021-01-27T00:43:17.745Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:43:17.812Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T00:43:19.150Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:43:19.853Z] + make build [2021-01-27T00:43:19.853Z] 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-01-27T00:43:31.396Z] 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-01-27T00:44:03.779Z] 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-01-27T00:44:07.165Z] 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-01-27T00:44:13.880Z] 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-01-27T00:44:15.314Z] 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-01-27T00:44:20.721Z] 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-01-27T00:44:25.023Z] 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-01-27T00:44:28.452Z] 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-01-27T00:44:31.988Z] 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-01-27T00:44:36.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:44:40.641Z] 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-01-27T00:44:44.962Z] 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-01-27T00:44:51.712Z] $ docker stop --time=1 26b423fa0ab13472e77847b695881e00f016d35f3ccbe99aa28e097a807d349f [2021-01-27T00:44:54.224Z] $ docker rm -f 26b423fa0ab13472e77847b695881e00f016d35f3ccbe99aa28e097a807d349f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:44:56.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:44:56.259Z] [2021-01-27T00:44:56.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:44:56.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:44:57.205Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T00:44:57.205Z] 29e5d40040c1: Pulling fs layer [2021-01-27T00:44:57.205Z] 1ce36da41761: Pulling fs layer [2021-01-27T00:44:57.205Z] 25b303627fd3: Pulling fs layer [2021-01-27T00:44:57.205Z] 29e5d40040c1: Verifying Checksum [2021-01-27T00:44:57.205Z] 29e5d40040c1: Download complete [2021-01-27T00:44:57.822Z] 1ce36da41761: Verifying Checksum [2021-01-27T00:44:57.822Z] 1ce36da41761: Download complete [2021-01-27T00:44:57.822Z] 29e5d40040c1: Pull complete [2021-01-27T00:44:59.269Z] 1ce36da41761: Pull complete [2021-01-27T00:44:59.541Z] 25b303627fd3: Download complete [2021-01-27T00:45:09.709Z] 25b303627fd3: Pull complete [2021-01-27T00:45:09.709Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T00:45:09.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:45:09.709Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T00:45:09.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-22939 does not seem to be running inside a container [2021-01-27T00:45:10.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:45:13.718Z] $ docker top e17e8b0fe77c015958c1328b570eb8fe13a42732c965974ff92627e0c61cb128 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:45:14.784Z] + docker-compose build --help [2021-01-27T00:45:14.784Z] + grep parallel [2021-01-27T00:45:19.096Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:45:19.118Z] $ docker stop --time=1 e17e8b0fe77c015958c1328b570eb8fe13a42732c965974ff92627e0c61cb128 [2021-01-27T00:45:21.075Z] $ docker rm -f e17e8b0fe77c015958c1328b570eb8fe13a42732c965974ff92627e0c61cb128 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:45:21.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:45:21.850Z] . [Pipeline] withDockerContainer [2021-01-27T00:45:22.088Z] prd-ubuntu18.04-docker-arm64-4c-16g-22939 does not seem to be running inside a container [2021-01-27T00:45:22.167Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:45:23.610Z] $ docker top f41b8dd1c66c4e4db6a48b5ceb8fa742d9cef5b0b2320efb4d13f9633c5809e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:45:24.623Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:45:29.992Z] Building docker-core-command-go ... [2021-01-27T00:45:29.992Z] Building docker-core-data-go ... [2021-01-27T00:45:29.992Z] Building docker-core-metadata-go ... [2021-01-27T00:45:29.992Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:45:29.992Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:45:29.992Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:45:29.992Z] Building docker-support-notifications-go ... [2021-01-27T00:45:29.992Z] Building docker-support-scheduler-go ... [2021-01-27T00:45:29.992Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:45:29.992Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:45:29.992Z] Building docker-core-command-go [2021-01-27T00:45:29.992Z] Building docker-security-bootstrapper-go [2021-01-27T00:45:29.992Z] Building docker-core-metadata-go [2021-01-27T00:45:29.992Z] Building docker-support-scheduler-go [2021-01-27T00:46:51.757Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:51.757Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:51.757Z] ---> 2c50c5acc94b [2021-01-27T00:46:51.757Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:46:51.757Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:51.757Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:51.757Z] ---> 2c50c5acc94b [2021-01-27T00:46:51.757Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:46:51.757Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:51.757Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:51.757Z] ---> 2c50c5acc94b [2021-01-27T00:46:51.757Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:46:51.757Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:51.757Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:51.757Z] ---> 2c50c5acc94b [2021-01-27T00:46:51.757Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:46:51.757Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:51.757Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:51.757Z] ---> 2c50c5acc94b [2021-01-27T00:46:51.757Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:46:51.757Z] ---> Running in 86ecf3fdca18 [2021-01-27T00:46:51.757Z] ---> Running in 55a484f10a0f [2021-01-27T00:46:51.757Z] ---> Running in 5c7d65ed1ab3 [2021-01-27T00:46:51.757Z] ---> Running in 6776d94d4585 [2021-01-27T00:46:51.757Z] ---> Running in 0489dc3c6c13 [2021-01-27T00:46:51.757Z] Removing intermediate container 5c7d65ed1ab3 [2021-01-27T00:46:51.757Z] ---> 0731bcf942da [2021-01-27T00:46:51.757Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:51.757Z] Removing intermediate container 6776d94d4585 [2021-01-27T00:46:51.757Z] ---> dec6f33793cf [2021-01-27T00:46:51.757Z] Removing intermediate container 0489dc3c6c13 [2021-01-27T00:46:51.757Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:51.757Z] ---> 20362f7e7366 [2021-01-27T00:46:51.757Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:51.757Z] Removing intermediate container 86ecf3fdca18 [2021-01-27T00:46:51.757Z] ---> 4a27575d48e3 [2021-01-27T00:46:51.757Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:51.757Z] Removing intermediate container 55a484f10a0f [2021-01-27T00:46:51.757Z] ---> adfeebb643b0 [2021-01-27T00:46:51.757Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:51.757Z] ---> Running in 1e49e099ef94 [2021-01-27T00:46:51.757Z] ---> Running in dd348263c7b2 [2021-01-27T00:46:51.757Z] ---> Running in 8da317fa39cb [2021-01-27T00:46:51.757Z] ---> Running in 449f0a0e0b5a [2021-01-27T00:46:51.757Z] ---> Running in 5017f9a18c47 [2021-01-27T00:46:51.757Z] Removing intermediate container 1e49e099ef94 [2021-01-27T00:46:51.757Z] ---> 53a63d0cee5f [2021-01-27T00:46:51.757Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:46:51.757Z] ---> Running in f2cbaf31b42e [2021-01-27T00:46:51.757Z] Removing intermediate container 449f0a0e0b5a [2021-01-27T00:46:51.758Z] ---> 453b07674e8b [2021-01-27T00:46:51.758Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:46:51.758Z] Removing intermediate container dd348263c7b2 [2021-01-27T00:46:51.758Z] ---> 09d6a46f7bf7 [2021-01-27T00:46:51.758Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:46:51.758Z] ---> Running in 2ef7ab8c534d [2021-01-27T00:46:51.758Z] ---> Running in 6c6ce80d6b8c [2021-01-27T00:46:51.758Z] Removing intermediate container 8da317fa39cb [2021-01-27T00:46:51.758Z] ---> e0e250ded809 [2021-01-27T00:46:51.758Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:46:51.758Z] Removing intermediate container 5017f9a18c47 [2021-01-27T00:46:51.758Z] ---> c009e76e003c [2021-01-27T00:46:51.758Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:46:51.758Z] ---> Running in d5b30ad66dd6 [2021-01-27T00:46:51.758Z] ---> Running in 7d33104195ae [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:51.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:52.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:52.319Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:52.597Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:52.597Z] Removing intermediate container f2cbaf31b42e [2021-01-27T00:46:52.597Z] ---> d5cefc37c88d [2021-01-27T00:46:52.597Z] Step 6/23 : COPY go.mod . [2021-01-27T00:46:52.597Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:52.877Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:53.886Z] ---> 2a4809f8306f [2021-01-27T00:46:53.886Z] Step 7/23 : RUN go mod download [2021-01-27T00:46:54.160Z] Removing intermediate container 2ef7ab8c534d [2021-01-27T00:46:54.160Z] ---> cdac12c4e20f [2021-01-27T00:46:54.160Z] Step 6/23 : COPY go.mod . [2021-01-27T00:46:54.160Z] ---> Running in f19a6e4cbf7b [2021-01-27T00:46:54.437Z] Removing intermediate container 7d33104195ae [2021-01-27T00:46:54.437Z] ---> 0da241e57fac [2021-01-27T00:46:54.437Z] Step 6/22 : COPY go.mod . [2021-01-27T00:46:54.718Z] Removing intermediate container d5b30ad66dd6 [2021-01-27T00:46:54.997Z] ---> 3d0a921fe0b6 [2021-01-27T00:46:54.997Z] Step 6/26 : COPY go.mod . [2021-01-27T00:46:54.997Z] Removing intermediate container 6c6ce80d6b8c [2021-01-27T00:46:54.997Z] ---> 7c2a97a3d72b [2021-01-27T00:46:54.997Z] Step 6/33 : COPY go.mod . [2021-01-27T00:46:55.274Z] ---> 27e9b4b06676 [2021-01-27T00:46:55.274Z] Step 7/23 : RUN go mod download [2021-01-27T00:46:55.559Z] ---> Running in fd367d13f291 [2021-01-27T00:46:55.838Z] ---> 6eb4c00d1099 [2021-01-27T00:46:55.838Z] Step 7/22 : RUN go mod download [2021-01-27T00:46:56.119Z] ---> Running in 0135645b7c7b [2021-01-27T00:46:56.119Z] ---> 917f12666e70 [2021-01-27T00:46:56.119Z] Step 7/26 : RUN go mod download [2021-01-27T00:46:56.419Z] ---> a300afd38553 [2021-01-27T00:46:56.419Z] Step 7/33 : RUN go mod download [2021-01-27T00:46:56.419Z] ---> Running in a466631d4323 [2021-01-27T00:46:56.693Z] ---> Running in abbc19f4a8e7 [2021-01-27T00:46:58.151Z] Removing intermediate container f19a6e4cbf7b [2021-01-27T00:46:58.151Z] ---> 6acb69d55c20 [2021-01-27T00:46:58.151Z] Step 8/23 : COPY . . [2021-01-27T00:46:59.598Z] Removing intermediate container fd367d13f291 [2021-01-27T00:46:59.874Z] ---> 47f43831d4c7 [2021-01-27T00:46:59.874Z] Step 8/23 : COPY . . [2021-01-27T00:47:01.878Z] Removing intermediate container 0135645b7c7b [2021-01-27T00:47:01.878Z] ---> 3632bbf735c6 [2021-01-27T00:47:01.878Z] Step 8/22 : COPY . . [2021-01-27T00:47:02.155Z] Removing intermediate container a466631d4323 [2021-01-27T00:47:02.155Z] ---> 145b45cb0f1c [2021-01-27T00:47:02.155Z] Step 8/26 : COPY . . [2021-01-27T00:47:02.761Z] Removing intermediate container abbc19f4a8e7 [2021-01-27T00:47:02.761Z] ---> 5bb5a8d9bd7e [2021-01-27T00:47:02.761Z] Step 8/33 : COPY . . [2021-01-27T00:47:29.633Z] ---> 0b4080567617 [2021-01-27T00:47:29.633Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:47:29.633Z] ---> b2fb50060532 [2021-01-27T00:47:29.633Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:47:29.633Z] ---> 742d15b2d02d [2021-01-27T00:47:29.633Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:47:29.633Z] ---> Running in cfa78cc4246b [2021-01-27T00:47:29.633Z] ---> Running in 04a6891584fe [2021-01-27T00:47:29.633Z] ---> a7ceccc4c9d8 [2021-01-27T00:47:29.633Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:47:29.633Z] ---> 0ee9b94f90d6 [2021-01-27T00:47:29.633Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:47:29.633Z] ---> Running in 9c885fe01b5a [2021-01-27T00:47:29.633Z] ---> Running in 89b274cd9043 [2021-01-27T00:47:29.633Z] ---> Running in 707a87ea5d68 [2021-01-27T00:47:29.633Z] Removing intermediate container 89b274cd9043 [2021-01-27T00:47:29.633Z] ---> 11b9262c2c96 [2021-01-27T00:47:29.633Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:47:29.633Z] ---> Running in 4d9c071ad147 [2021-01-27T00:47:30.629Z] 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-01-27T00:47:30.629Z] 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-01-27T00:47:30.926Z] 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-01-27T00:47:30.926Z] 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-01-27T00:47:31.225Z] 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-01-27T00:49:08.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:49:18.388Z] Removing intermediate container 707a87ea5d68 [2021-01-27T00:49:18.388Z] ---> 6c4ae3a2b1e4 [2021-01-27T00:49:18.388Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:49:18.666Z] ---> Running in 0962b2782d48 [2021-01-27T00:49:18.666Z] Removing intermediate container 9c885fe01b5a [2021-01-27T00:49:18.666Z] ---> 7395ec1328c2 [2021-01-27T00:49:18.666Z] [2021-01-27T00:49:18.666Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:49:18.939Z] 3.12: Pulling from library/alpine [2021-01-27T00:49:18.939Z] Removing intermediate container 04a6891584fe [2021-01-27T00:49:18.939Z] ---> e4e54f430320 [2021-01-27T00:49:18.939Z] [2021-01-27T00:49:18.939Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:49:19.215Z] 3.12: Pulling from library/alpine [2021-01-27T00:49:20.814Z] 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-01-27T00:49:20.814Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:49:20.814Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:49:20.814Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:49:20.814Z] ---> afeebe901d6b [2021-01-27T00:49:20.814Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:49:20.814Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:49:20.814Z] ---> afeebe901d6b [2021-01-27T00:49:20.814Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:49:21.198Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:49:21.198Z] + cd /tmp/build/dist/linux [2021-01-27T00:49:21.198Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:49:21.198Z] Cloning into '.'... [2021-01-27T00:49:21.198Z]  ---> Running in 589b5b5c7f21 [2021-01-27T00:49:21.198Z] ---> Running in a181fe89cbca [2021-01-27T00:49:21.888Z] + go get github.com/robfig/glock [2021-01-27T00:49:23.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:24.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:24.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:24.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:24.892Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:49:24.892Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:49:24.892Z] OK: 5 MiB in 15 packages [2021-01-27T00:49:24.892Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:49:24.892Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:49:25.175Z] OK: 5 MiB in 15 packages [2021-01-27T00:49:26.644Z] Removing intermediate container a181fe89cbca [2021-01-27T00:49:26.644Z] ---> 5bca49e64de4 [2021-01-27T00:49:26.645Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:49:26.923Z] ---> Running in 22f351d5504a [2021-01-27T00:49:27.203Z] Removing intermediate container 589b5b5c7f21 [2021-01-27T00:49:27.203Z] ---> 6ab8a1b421d7 [2021-01-27T00:49:27.203Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:49:27.476Z] ---> Running in b2a784c4d44a [2021-01-27T00:49:27.759Z] Removing intermediate container 0962b2782d48 [2021-01-27T00:49:27.759Z] ---> 76ea1c91ecaf [2021-01-27T00:49:27.759Z] [2021-01-27T00:49:27.759Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:49:27.759Z] 20.10.0: Pulling from library/docker [2021-01-27T00:49:28.054Z] Removing intermediate container 22f351d5504a [2021-01-27T00:49:28.054Z] ---> d1072625e694 [2021-01-27T00:49:28.054Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:49:28.337Z] ---> Running in 57b5abb5b78a [2021-01-27T00:49:28.337Z] Removing intermediate container b2a784c4d44a [2021-01-27T00:49:28.337Z] ---> 13740759ca13 [2021-01-27T00:49:28.337Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:49:28.952Z] ---> Running in 446308b354be [2021-01-27T00:49:29.962Z] Removing intermediate container 57b5abb5b78a [2021-01-27T00:49:29.962Z] ---> 1d7844d32e2d [2021-01-27T00:49:29.962Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:49:30.242Z] Removing intermediate container 446308b354be [2021-01-27T00:49:30.242Z] ---> f3b4c529015a [2021-01-27T00:49:30.242Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:49:30.242Z] ---> Running in 5558ec0006ac [2021-01-27T00:49:30.518Z] ---> Running in 4e12a55ec5e5 [2021-01-27T00:49:31.171Z] Removing intermediate container 5558ec0006ac [2021-01-27T00:49:31.171Z] ---> 0be712db2063 [2021-01-27T00:49:31.171Z] Step 15/23 : WORKDIR / [2021-01-27T00:49:31.457Z] ---> Running in 10a58e331210 [2021-01-27T00:49:32.062Z] Removing intermediate container 4e12a55ec5e5 [2021-01-27T00:49:32.062Z] ---> 7a31e978fb35 [2021-01-27T00:49:32.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:49:32.664Z] Removing intermediate container 10a58e331210 [2021-01-27T00:49:32.664Z] ---> 5f3d70acb09f [2021-01-27T00:49:32.664Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:49:33.657Z] ---> 26dcaad849e8 [2021-01-27T00:49:33.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:49:34.262Z] ---> acca528ef821 [2021-01-27T00:49:34.262Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:49:36.264Z] ---> 3a63de824e6c [2021-01-27T00:49:36.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:38.905Z] ---> 62b1893a6771 [2021-01-27T00:49:38.905Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:38.905Z] ---> 23f04c753909 [2021-01-27T00:49:38.905Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:49:39.891Z] ---> Running in e1c862841dac [2021-01-27T00:49:40.505Z] ---> 451dfcdb0669 [2021-01-27T00:49:40.505Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:49:40.505Z] Removing intermediate container cfa78cc4246b [2021-01-27T00:49:40.505Z] ---> a81eb8963777 [2021-01-27T00:49:40.505Z] [2021-01-27T00:49:40.505Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:49:40.505Z] ---> afeebe901d6b [2021-01-27T00:49:40.505Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:49:40.505Z] ---> Using cache [2021-01-27T00:49:40.505Z] ---> 6ab8a1b421d7 [2021-01-27T00:49:40.505Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:49:40.505Z] ---> Using cache [2021-01-27T00:49:40.505Z] ---> 13740759ca13 [2021-01-27T00:49:40.505Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:49:40.801Z] ---> Running in 7d2f04e9cefd [2021-01-27T00:49:40.801Z] ---> Running in c17c7b5fc0c7 [2021-01-27T00:49:40.801Z] Removing intermediate container e1c862841dac [2021-01-27T00:49:40.801Z] ---> 5d46e50ecbf3 [2021-01-27T00:49:40.801Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:49:41.077Z] ---> Running in 0e2a788c3083 [2021-01-27T00:49:41.682Z] Removing intermediate container 7d2f04e9cefd [2021-01-27T00:49:41.682Z] ---> d8631b3925a2 [2021-01-27T00:49:41.682Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:49:41.682Z] Removing intermediate container c17c7b5fc0c7 [2021-01-27T00:49:41.682Z] ---> 2947f9b28893 [2021-01-27T00:49:41.682Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:49:41.959Z] ---> Running in eb37efe54125 [2021-01-27T00:49:41.959Z] ---> Running in f6d3afbb4ce8 [2021-01-27T00:49:42.235Z] Removing intermediate container 0e2a788c3083 [2021-01-27T00:49:42.235Z] ---> abc0999a6a5f [2021-01-27T00:49:42.235Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:49:42.511Z] ---> Running in 6e6f2cb25955 [2021-01-27T00:49:42.789Z] Removing intermediate container eb37efe54125 [2021-01-27T00:49:42.789Z] ---> 6c26e7dac7fb [2021-01-27T00:49:42.789Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:49:42.789Z] Removing intermediate container f6d3afbb4ce8 [2021-01-27T00:49:42.789Z] ---> e6ddda949b49 [2021-01-27T00:49:42.789Z] Step 15/23 : WORKDIR / [2021-01-27T00:49:43.064Z] ---> Running in 2dcefc134e9a [2021-01-27T00:49:43.064Z] ---> Running in 31ed9f204a4c [2021-01-27T00:49:43.337Z] Removing intermediate container 6e6f2cb25955 [2021-01-27T00:49:43.337Z] ---> 5c507e9ee194 [2021-01-27T00:49:43.337Z] Step 21/22 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:49:43.610Z] ---> Running in 106c89f8c917 [2021-01-27T00:49:43.883Z] Removing intermediate container 2dcefc134e9a [2021-01-27T00:49:43.883Z] ---> 9bc584ac26b6 [2021-01-27T00:49:43.883Z] Step 22/23 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:49:44.159Z] Removing intermediate container 31ed9f204a4c [2021-01-27T00:49:44.159Z] ---> 04ac185fd69c [2021-01-27T00:49:44.159Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:49:44.159Z] ---> Running in 5fa4c6475dc5 [2021-01-27T00:49:44.435Z] Removing intermediate container 106c89f8c917 [2021-01-27T00:49:44.435Z] ---> 037fd170bea2 [2021-01-27T00:49:44.435Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:49:44.711Z] ---> Running in 0a8a916f0f4b [2021-01-27T00:49:44.991Z] Removing intermediate container 5fa4c6475dc5 [2021-01-27T00:49:44.991Z] ---> 116200ba1bec [2021-01-27T00:49:44.991Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:49:45.265Z] + glock sync -n [2021-01-27T00:49:45.265Z]  ---> Running in bd172624d54e [2021-01-27T00:49:45.539Z] Removing intermediate container 0a8a916f0f4b [2021-01-27T00:49:45.539Z] ---> 22e4e9d99680 [2021-01-27T00:49:45.539Z] [2021-01-27T00:49:45.818Z] ---> 0e4bb255283f [2021-01-27T00:49:45.818Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:49:46.094Z] Removing intermediate container bd172624d54e [2021-01-27T00:49:46.094Z] ---> 5f0341a6e2b3 [2021-01-27T00:49:46.094Z] [2021-01-27T00:49:46.377Z] Successfully built 22e4e9d99680 [2021-01-27T00:49:46.377Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T00:49:46.377Z] Building docker-security-secretstore-setup-go [2021-01-27T00:49:46.979Z]  Building docker-support-scheduler-go ... done Successfully built 5f0341a6e2b3 [2021-01-27T00:49:46.979Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T00:49:46.979Z] Building docker-support-notifications-go [2021-01-27T00:49:47.578Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:49:47.578Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:49:47.578Z] ---> eeaf43b92773 [2021-01-27T00:49:47.578Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:49:47.578Z] ---> 77fdb0233e39 [2021-01-27T00:49:47.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:47.855Z] ---> Running in 20d2d80231cc [2021-01-27T00:49:48.840Z] ---> 0b0b468b82ed [2021-01-27T00:49:48.840Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:49:49.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:49.442Z] ---> Running in 3041dd6fe5f3 [2021-01-27T00:49:49.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:50.330Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:49:50.331Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:49:50.331Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:49:50.331Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:49:50.331Z] OK: 12 MiB in 22 packages [2021-01-27T00:49:50.611Z] Removing intermediate container 3041dd6fe5f3 [2021-01-27T00:49:50.611Z] ---> 34df16649ee3 [2021-01-27T00:49:50.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:49:51.619Z] ---> Running in de8fa50d4eca [2021-01-27T00:49:52.232Z] Removing intermediate container de8fa50d4eca [2021-01-27T00:49:52.232Z] ---> 52816fa1b04f [2021-01-27T00:49:52.232Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:49:52.509Z] Removing intermediate container 20d2d80231cc [2021-01-27T00:49:52.509Z] ---> e92e8fab6ce3 [2021-01-27T00:49:52.509Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:49:52.784Z] ---> Running in 31e101f3af62 [2021-01-27T00:49:52.784Z] ---> Running in e3872d85e638 [2021-01-27T00:49:53.392Z] Removing intermediate container 31e101f3af62 [2021-01-27T00:49:53.392Z] ---> 0c1be14b56c4 [2021-01-27T00:49:53.392Z] Step 22/23 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:49:53.668Z] Removing intermediate container e3872d85e638 [2021-01-27T00:49:53.668Z] ---> a4c1179c7a82 [2021-01-27T00:49:53.668Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:49:53.668Z] ---> Running in 75b555fce586 [2021-01-27T00:49:53.668Z] ---> Running in 170897105fad [2021-01-27T00:49:54.657Z] Removing intermediate container 75b555fce586 [2021-01-27T00:49:54.657Z] ---> bcea239fa6dd [2021-01-27T00:49:54.657Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:49:54.934Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:49:54.934Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:49:54.934Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:49:55.213Z] Removing intermediate container 170897105fad [2021-01-27T00:49:55.213Z] ---> d1f1e07f3820 [2021-01-27T00:49:55.213Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:49:55.213Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:49:55.213Z] + git describe '--abbrev=0' --tags [2021-01-27T00:49:55.213Z] + TAG=v0.6.1 [2021-01-27T00:49:55.213Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:49:55.213Z] + apk --print-arch [2021-01-27T00:49:55.213Z] + arch=aarch64 [2021-01-27T00:49:55.213Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T00:49:55.213Z] building [dockerize] for arm64 ... [2021-01-27T00:49:55.213Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T00:49:55.488Z]  ---> Running in 2b0e64df5ded [2021-01-27T00:49:55.764Z] ---> Running in 7faaaec59c15 [2021-01-27T00:49:56.369Z] Removing intermediate container 2b0e64df5ded [2021-01-27T00:49:56.369Z] ---> 3ff4e96637da [2021-01-27T00:49:56.369Z] [2021-01-27T00:49:56.644Z] Removing intermediate container 7faaaec59c15 [2021-01-27T00:49:56.644Z] ---> 9599d5169692 [2021-01-27T00:49:56.644Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:49:56.915Z] Successfully built 3ff4e96637da [2021-01-27T00:49:56.915Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T00:49:56.915Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-27T00:49:58.358Z] ---> 41c4ffec727c [2021-01-27T00:49:58.358Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:59.336Z] ---> 2803c325c21f [2021-01-27T00:49:59.336Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:50:00.317Z] ---> 2ba6fd51dd09 [2021-01-27T00:50:00.317Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:50:00.594Z] ---> Running in 9d2b27276957 [2021-01-27T00:50:01.207Z] + date [2021-01-27T00:50:01.207Z] + echo 'Wed Jan 27 00:50:01 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:50:01.496Z] Wed Jan 27 00:50:01 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:50:02.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:02.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:03.370Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:50:03.370Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:50:03.370Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:50:03.370Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:50:03.370Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:50:03.370Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:50:03.370Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:50:05.358Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:50:05.358Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:50:05.358Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:50:05.358Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:50:05.358Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:50:05.358Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:50:05.633Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:50:05.633Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:50:05.633Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:50:05.633Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:50:05.633Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:50:05.633Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:50:05.909Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:50:05.909Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:50:05.909Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:50:05.909Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:50:05.909Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:50:05.909Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:50:05.909Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:50:05.909Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:50:06.184Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:50:06.184Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:50:06.184Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:50:06.184Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:50:06.184Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:50:06.184Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:50:06.184Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:50:06.459Z] OK: 71 MiB in 55 packages [2021-01-27T00:50:14.779Z] Removing intermediate container 4d9c071ad147 [2021-01-27T00:50:14.779Z] ---> c3754a74902f [2021-01-27T00:50:14.779Z] [2021-01-27T00:50:14.779Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:50:14.779Z] ---> afeebe901d6b [2021-01-27T00:50:14.779Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:50:15.378Z] ---> Running in 890afc49b0ac [2021-01-27T00:50:15.987Z] Removing intermediate container 890afc49b0ac [2021-01-27T00:50:15.987Z] ---> dc454b3132eb [2021-01-27T00:50:15.987Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:50:16.263Z] ---> Running in 6a9d3fe54bc7 [2021-01-27T00:50:18.266Z] Removing intermediate container 9d2b27276957 [2021-01-27T00:50:18.266Z] ---> b701ea5a837d [2021-01-27T00:50:18.266Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:50:18.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:18.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:18.869Z] ---> Running in cd80f8bcd47d [2021-01-27T00:50:19.144Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:50:19.144Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:50:19.144Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:50:19.144Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:50:19.144Z] OK: 6 MiB in 17 packages [2021-01-27T00:50:21.788Z] Removing intermediate container 6a9d3fe54bc7 [2021-01-27T00:50:21.788Z] ---> 35ef5eb4e9d9 [2021-01-27T00:50:21.788Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:50:22.401Z] ---> Running in f4c40ea7c431 [2021-01-27T00:50:23.398Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:50:23.398Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:50:23.398Z] ---> 2c50c5acc94b [2021-01-27T00:50:23.398Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:50:23.398Z] ---> Using cache [2021-01-27T00:50:23.398Z] ---> adfeebb643b0 [2021-01-27T00:50:23.398Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:50:23.398Z] ---> Using cache [2021-01-27T00:50:23.398Z] ---> 453b07674e8b [2021-01-27T00:50:23.398Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:50:23.398Z] ---> Using cache [2021-01-27T00:50:23.398Z] ---> 7c2a97a3d72b [2021-01-27T00:50:23.398Z] Step 6/24 : COPY go.mod . [2021-01-27T00:50:23.398Z] ---> Using cache [2021-01-27T00:50:23.398Z] ---> a300afd38553 [2021-01-27T00:50:23.398Z] Step 7/24 : RUN go mod download [2021-01-27T00:50:23.398Z] ---> Using cache [2021-01-27T00:50:23.398Z] ---> 5bb5a8d9bd7e [2021-01-27T00:50:23.398Z] Step 8/24 : COPY . . [2021-01-27T00:50:23.398Z] ---> Using cache [2021-01-27T00:50:23.398Z] ---> 0ee9b94f90d6 [2021-01-27T00:50:23.398Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:50:23.670Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:50:23.670Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:50:23.670Z] ---> 2c50c5acc94b [2021-01-27T00:50:23.670Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:50:23.670Z] ---> Using cache [2021-01-27T00:50:23.670Z] ---> adfeebb643b0 [2021-01-27T00:50:23.670Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:50:23.670Z] ---> Using cache [2021-01-27T00:50:23.670Z] ---> 453b07674e8b [2021-01-27T00:50:23.670Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:50:23.670Z] Removing intermediate container f4c40ea7c431 [2021-01-27T00:50:23.670Z] ---> 5e142b6c26e0 [2021-01-27T00:50:23.670Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:50:23.944Z] ---> Running in c5708b0735af [2021-01-27T00:50:23.944Z] ---> Running in f9042edb80e7 [2021-01-27T00:50:24.219Z] ---> Running in a26caff6baa0 [2021-01-27T00:50:25.230Z] Removing intermediate container a26caff6baa0 [2021-01-27T00:50:25.230Z] ---> 11294e287dd1 [2021-01-27T00:50:25.230Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:50:25.507Z] ---> Running in d240f65a79e4 [2021-01-27T00:50:26.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:26.504Z] 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-01-27T00:50:26.504Z] Collecting docker-compose==1.23.2 [2021-01-27T00:50:26.786Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:50:27.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:27.997Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:50:28.274Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:50:28.646Z] 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-01-27T00:50:28.646Z] OK: 217 MiB in 51 packages [2021-01-27T00:50:29.656Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:50:29.656Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:50:30.653Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:50:30.653Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:50:30.653Z] Removing intermediate container d240f65a79e4 [2021-01-27T00:50:30.653Z] ---> a18407b91cda [2021-01-27T00:50:30.653Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:50:30.931Z] ---> Running in d72a0c9b2e62 [2021-01-27T00:50:31.206Z] Removing intermediate container c5708b0735af [2021-01-27T00:50:31.206Z] ---> 9d81e54c62eb [2021-01-27T00:50:31.206Z] Step 6/22 : COPY go.mod . [2021-01-27T00:50:32.200Z] Removing intermediate container d72a0c9b2e62 [2021-01-27T00:50:32.200Z] ---> 341bc89f2055 [2021-01-27T00:50:32.200Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:50:32.479Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:50:32.479Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:50:32.479Z] ---> 2c50c5acc94b [2021-01-27T00:50:32.479Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:50:32.479Z] ---> Using cache [2021-01-27T00:50:32.479Z] ---> adfeebb643b0 [2021-01-27T00:50:32.479Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:50:32.479Z] ---> Using cache [2021-01-27T00:50:32.479Z] ---> 453b07674e8b [2021-01-27T00:50:32.479Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:50:32.479Z] ---> Running in 33441f916894 [2021-01-27T00:50:33.089Z] ---> a36919a3a715 [2021-01-27T00:50:33.089Z] Step 7/22 : RUN go mod download [2021-01-27T00:50:33.363Z] ---> Running in 054c81f431e0 [2021-01-27T00:50:33.974Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:50:34.248Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:50:34.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:35.459Z] ---> e74bd09d0501 [2021-01-27T00:50:35.459Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:50:35.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:36.724Z] OK: 217 MiB in 51 packages [2021-01-27T00:50:36.724Z] ---> c32ee6596d0a [2021-01-27T00:50:36.724Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:50:37.001Z] ---> Running in fa554d150885 [2021-01-27T00:50:37.621Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:50:37.621Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:50:39.080Z] Removing intermediate container 33441f916894 [2021-01-27T00:50:39.080Z] ---> a57e713c7c69 [2021-01-27T00:50:39.080Z] Step 6/23 : COPY go.mod . [2021-01-27T00:50:39.365Z] Removing intermediate container 054c81f431e0 [2021-01-27T00:50:39.365Z] ---> 4878f3714183 [2021-01-27T00:50:39.365Z] Step 8/22 : COPY . . [2021-01-27T00:50:40.835Z] ---> b99edee01145 [2021-01-27T00:50:40.835Z] Step 7/23 : RUN go mod download [2021-01-27T00:50:40.835Z] ---> Running in d2b549c0e8c0 [2021-01-27T00:50:42.856Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:50:42.856Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:50:42.856Z] Removing intermediate container fa554d150885 [2021-01-27T00:50:42.856Z] ---> 78faef3b0659 [2021-01-27T00:50:42.856Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:50:43.458Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:50:43.736Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:50:45.190Z] ---> 77995b859019 [2021-01-27T00:50:45.190Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:50:45.809Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:50:45.809Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:50:47.270Z] Removing intermediate container d2b549c0e8c0 [2021-01-27T00:50:47.270Z] ---> 614b8a78a0f7 [2021-01-27T00:50:47.270Z] Step 8/23 : COPY . . [2021-01-27T00:50:49.280Z] ---> d2f99a915444 [2021-01-27T00:50:49.280Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:50:50.732Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:50:50.732Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:50:51.794Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:50:51.794Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:50:51.794Z] ---> 87bb18c3f15c [2021-01-27T00:50:51.794Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:50:51.794Z] 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-01-27T00:50:52.789Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:50:52.789Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:50:53.067Z] 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-01-27T00:50:53.345Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:50:53.345Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:50:53.619Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:50:53.619Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:50:53.619Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:50:53.619Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:50:55.065Z] Installing collected packages: websocket-client, jsonschema, texttable, dockerpty, docopt, idna, urllib3, requests, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2021-01-27T00:50:55.342Z] ---> 766636f6f65d [2021-01-27T00:50:55.342Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:50:55.619Z] Running setup.py install for texttable: started [2021-01-27T00:50:57.599Z] ---> d94c062fb495 [2021-01-27T00:50:57.599Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:50:58.599Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:50:58.599Z] Running setup.py install for dockerpty: started [2021-01-27T00:50:59.223Z] ---> Running in c73ce899ccba [2021-01-27T00:51:00.675Z] Removing intermediate container c73ce899ccba [2021-01-27T00:51:00.675Z] ---> ab1d4d7dbb39 [2021-01-27T00:51:00.675Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:51:00.951Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:51:00.951Z] Running setup.py install for docopt: started [2021-01-27T00:51:03.604Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:51:03.604Z] Attempting uninstall: idna [2021-01-27T00:51:03.604Z] Found existing installation: idna 2.9 [2021-01-27T00:51:03.604Z] Uninstalling idna-2.9: [2021-01-27T00:51:03.604Z] ---> cd2c1da570a8 [2021-01-27T00:51:03.604Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:51:03.604Z] Successfully uninstalled idna-2.9 [2021-01-27T00:51:04.304Z] Attempting uninstall: urllib3 [2021-01-27T00:51:04.304Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:51:04.304Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:51:04.579Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:51:04.579Z] ---> Running in c198c1f00ccc [2021-01-27T00:51:05.570Z] Attempting uninstall: requests [2021-01-27T00:51:05.570Z] Found existing installation: requests 2.23.0 [2021-01-27T00:51:05.570Z] Uninstalling requests-2.23.0: [2021-01-27T00:51:05.571Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:51:07.018Z] Running setup.py install for PyYAML: started [2021-01-27T00:51:08.009Z] ---> 98bf91061111 [2021-01-27T00:51:08.009Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:51:08.624Z] ---> Running in d8b8bcdf77aa [2021-01-27T00:51:10.625Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:51:10.625Z] Removing intermediate container c198c1f00ccc [2021-01-27T00:51:10.625Z] ---> 50f37fd831a0 [2021-01-27T00:51:10.625Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:51:11.232Z] 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-01-27T00:51:11.856Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-27T00:51:12.485Z] ---> Running in 82a2016baa24 [2021-01-27T00:51:13.941Z] Removing intermediate container 82a2016baa24 [2021-01-27T00:51:13.942Z] ---> f09b9c7be52c [2021-01-27T00:51:13.942Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:51:15.396Z] ---> Running in 526f215d3edf [2021-01-27T00:51:16.396Z] Removing intermediate container 526f215d3edf [2021-01-27T00:51:16.396Z] ---> 619bdb3cda70 [2021-01-27T00:51:16.396Z] Step 31/33 : LABEL arch=arm64 [2021-01-27T00:51:17.398Z] ---> 8b5439681bd4 [2021-01-27T00:51:17.398Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:51:18.009Z] ---> Running in 466d114b43d0 [2021-01-27T00:51:18.009Z] ---> Running in e22906c674d3 [2021-01-27T00:51:19.470Z] Removing intermediate container cd80f8bcd47d [2021-01-27T00:51:19.470Z] ---> b0804a0975a2 [2021-01-27T00:51:19.470Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:51:19.470Z] Removing intermediate container 466d114b43d0 [2021-01-27T00:51:19.470Z] ---> 5ec88d72c784 [2021-01-27T00:51:19.470Z] Step 32/33 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:51:19.470Z] ---> Running in 4ea5e2acc844 [2021-01-27T00:51:20.468Z] ---> Running in 246ba207898e [2021-01-27T00:51:20.749Z] 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-01-27T00:51:21.388Z] Removing intermediate container 246ba207898e [2021-01-27T00:51:21.388Z] ---> bcf8e428ff25 [2021-01-27T00:51:21.388Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:51:22.386Z] ---> Running in 3b4fada83130 [2021-01-27T00:51:22.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:22.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:22.945Z] Removing intermediate container 3b4fada83130 [2021-01-27T00:51:22.945Z] ---> b4e2c7d60a0c [2021-01-27T00:51:22.945Z] [2021-01-27T00:51:23.552Z] Successfully built b4e2c7d60a0c [2021-01-27T00:51:23.552Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:51:23.552Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T00:51:23.552Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:51:23.552Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-01-27T00:51:23.552Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:51:23.552Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:51:23.552Z] OK: 71 MiB in 58 packages [2021-01-27T00:51:25.563Z] 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-01-27T00:51:26.164Z] Removing intermediate container 4ea5e2acc844 [2021-01-27T00:51:26.164Z] ---> dd0f32109d43 [2021-01-27T00:51:26.164Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:51:26.769Z] ---> Running in a09f4796d900 [2021-01-27T00:51:27.755Z] Removing intermediate container a09f4796d900 [2021-01-27T00:51:27.755Z] ---> 3dcf616e2cca [2021-01-27T00:51:27.755Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:51:28.355Z] ---> Running in 4e649869a396 [2021-01-27T00:51:29.359Z] Removing intermediate container 4e649869a396 [2021-01-27T00:51:29.359Z] ---> 75e65e127059 [2021-01-27T00:51:29.359Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T00:51:30.359Z] ---> Running in 44738852e278 [2021-01-27T00:51:31.352Z] Removing intermediate container 44738852e278 [2021-01-27T00:51:31.352Z] ---> de6dc027a69f [2021-01-27T00:51:31.352Z] Step 25/26 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:51:31.633Z] ---> Running in 93e35ae47417 [2021-01-27T00:51:32.713Z] Removing intermediate container 93e35ae47417 [2021-01-27T00:51:32.713Z] ---> 16ea8002a351 [2021-01-27T00:51:32.713Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:51:32.713Z] ---> Running in 1f3a6f8498e9 [2021-01-27T00:51:33.698Z] Removing intermediate container 1f3a6f8498e9 [2021-01-27T00:51:33.698Z] ---> ba422d34102a [2021-01-27T00:51:33.698Z] [2021-01-27T00:51:33.982Z] Successfully built ba422d34102a [2021-01-27T00:51:33.982Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T00:51:46.693Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f9042edb80e7 [2021-01-27T00:51:46.693Z] ---> dc70ee8a23fe [2021-01-27T00:51:46.693Z] [2021-01-27T00:51:46.693Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:51:46.693Z] ---> afeebe901d6b [2021-01-27T00:51:46.693Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:51:46.693Z] ---> Running in b29fed9a0e44 [2021-01-27T00:51:47.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:47.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:48.246Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:51:48.246Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:51:48.246Z] ---> 2c50c5acc94b [2021-01-27T00:51:48.246Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:51:48.246Z] ---> Using cache [2021-01-27T00:51:48.246Z] ---> adfeebb643b0 [2021-01-27T00:51:48.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:51:48.246Z] ---> Using cache [2021-01-27T00:51:48.246Z] ---> 453b07674e8b [2021-01-27T00:51:48.246Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:51:48.246Z] ---> Using cache [2021-01-27T00:51:48.246Z] ---> 7c2a97a3d72b [2021-01-27T00:51:48.246Z] Step 6/21 : COPY go.mod . [2021-01-27T00:51:48.246Z] ---> Using cache [2021-01-27T00:51:48.246Z] ---> a300afd38553 [2021-01-27T00:51:48.246Z] Step 7/21 : RUN go mod download [2021-01-27T00:51:48.246Z] ---> Using cache [2021-01-27T00:51:48.246Z] ---> 5bb5a8d9bd7e [2021-01-27T00:51:48.246Z] Step 8/21 : COPY . . [2021-01-27T00:51:48.246Z] ---> Using cache [2021-01-27T00:51:48.246Z] ---> 0ee9b94f90d6 [2021-01-27T00:51:48.246Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:51:49.245Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:51:49.245Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:51:49.245Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:51:49.245Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:51:49.245Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:51:49.245Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:51:49.245Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:51:49.532Z] ---> Running in 9c1a2dfad678 [2021-01-27T00:51:49.532Z] OK: 7 MiB in 19 packages [2021-01-27T00:51:52.215Z] 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-01-27T00:51:52.493Z] Removing intermediate container b29fed9a0e44 [2021-01-27T00:51:52.493Z] ---> 6ce071097be4 [2021-01-27T00:51:52.493Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:51:52.774Z] ---> Running in 796100a71d26 [2021-01-27T00:51:53.381Z] Removing intermediate container 796100a71d26 [2021-01-27T00:51:53.381Z] ---> 83b4faed84ca [2021-01-27T00:51:53.381Z] Step 13/24 : WORKDIR / [2021-01-27T00:51:53.658Z] ---> Running in 971c5e7c285d [2021-01-27T00:51:54.264Z] Removing intermediate container 971c5e7c285d [2021-01-27T00:51:54.264Z] ---> 2cd941305330 [2021-01-27T00:51:54.264Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-27T00:51:55.739Z] ---> 3ff520e1d155 [2021-01-27T00:51:55.739Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-27T00:51:56.740Z] ---> c571457e319e [2021-01-27T00:51:56.741Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:51:58.204Z] ---> 44096c22bdbe [2021-01-27T00:51:58.204Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:52:00.175Z] ---> 0978ef50f650 [2021-01-27T00:52:00.175Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:52:02.449Z] ---> 0c66c226e814 [2021-01-27T00:52:02.449Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:52:03.162Z] ---> 3b5d173c3aa5 [2021-01-27T00:52:03.162Z] Step 20/24 : 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-01-27T00:52:03.471Z] ---> Running in 5aa57fcce1b3 [2021-01-27T00:52:07.830Z] Removing intermediate container 5aa57fcce1b3 [2021-01-27T00:52:07.830Z] ---> 0204002a712e [2021-01-27T00:52:07.830Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:52:07.830Z] ---> Running in 1b14ca159319 [2021-01-27T00:52:08.825Z] Removing intermediate container 1b14ca159319 [2021-01-27T00:52:08.825Z] ---> ddc6f2d3e6cc [2021-01-27T00:52:08.825Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T00:52:08.825Z] ---> Running in 9e1506f5ce89 [2021-01-27T00:52:09.815Z] Removing intermediate container 9e1506f5ce89 [2021-01-27T00:52:09.815Z] ---> fc677d973dbb [2021-01-27T00:52:09.815Z] Step 23/24 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:52:09.815Z] ---> Running in 24489ee88680 [2021-01-27T00:52:10.423Z] Removing intermediate container 24489ee88680 [2021-01-27T00:52:10.423Z] ---> c3609909c00d [2021-01-27T00:52:10.423Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:52:10.722Z] ---> Running in 24346d545672 [2021-01-27T00:52:11.327Z] Removing intermediate container 24346d545672 [2021-01-27T00:52:11.327Z] ---> 2f187b2643f7 [2021-01-27T00:52:11.327Z] [2021-01-27T00:52:11.954Z] Successfully built 2f187b2643f7 [2021-01-27T00:52:11.954Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T00:52:38.795Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d8b8bcdf77aa [2021-01-27T00:52:38.795Z] ---> bd686aeb1016 [2021-01-27T00:52:38.795Z] [2021-01-27T00:52:38.795Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:52:38.795Z] ---> afeebe901d6b [2021-01-27T00:52:38.795Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:52:38.795Z] ---> Running in 070fe898e784 [2021-01-27T00:52:38.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:38.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:39.073Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:52:39.355Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:52:39.355Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:39.355Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:52:39.632Z] OK: 6 MiB in 16 packages [2021-01-27T00:52:42.279Z] Removing intermediate container 070fe898e784 [2021-01-27T00:52:42.279Z] ---> faf9d22bff0d [2021-01-27T00:52:42.279Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:52:42.279Z] ---> Running in 98f376424efc [2021-01-27T00:52:42.885Z] Removing intermediate container 98f376424efc [2021-01-27T00:52:42.885Z] ---> 609ae97c4b52 [2021-01-27T00:52:43.168Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:52:43.168Z] ---> Running in ffd385a2a654 [2021-01-27T00:52:44.166Z] Removing intermediate container ffd385a2a654 [2021-01-27T00:52:44.166Z] ---> e203bfd6dc8e [2021-01-27T00:52:44.166Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:52:44.166Z] ---> Running in 16e4eafc646a [2021-01-27T00:52:44.781Z] Removing intermediate container 16e4eafc646a [2021-01-27T00:52:44.781Z] ---> 34d03746128e [2021-01-27T00:52:44.781Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:52:46.227Z] ---> 0b68c6f98911 [2021-01-27T00:52:46.227Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:52:47.684Z] ---> edcdd5506e53 [2021-01-27T00:52:47.684Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:52:49.141Z] ---> a6a0095402aa [2021-01-27T00:52:49.141Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:52:49.141Z] ---> Running in 084e96eba06b [2021-01-27T00:52:49.745Z] Removing intermediate container 084e96eba06b [2021-01-27T00:52:49.745Z] ---> 6d1d027fb016 [2021-01-27T00:52:49.745Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:52:49.745Z] ---> Running in b135c2c97e92 [2021-01-27T00:52:50.344Z] Removing intermediate container b135c2c97e92 [2021-01-27T00:52:50.344Z] ---> c14c82d03e62 [2021-01-27T00:52:50.344Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:52:50.620Z] ---> Running in 85edd1f5d9b4 [2021-01-27T00:52:50.902Z] 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-01-27T00:52:51.178Z] Removing intermediate container 85edd1f5d9b4 [2021-01-27T00:52:51.178Z] ---> 43fdfd357b2f [2021-01-27T00:52:51.178Z] Step 21/22 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:52:51.178Z] ---> Running in eaf88482d9e8 [2021-01-27T00:52:51.797Z] Removing intermediate container eaf88482d9e8 [2021-01-27T00:52:51.798Z] ---> 26fdb650d400 [2021-01-27T00:52:51.798Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:52:52.081Z] ---> Running in fa075c8d55f2 [2021-01-27T00:52:53.073Z] Removing intermediate container fa075c8d55f2 [2021-01-27T00:52:53.073Z] ---> 3280d9c6c702 [2021-01-27T00:52:53.073Z] [2021-01-27T00:52:53.348Z] Successfully built 3280d9c6c702 [2021-01-27T00:52:53.348Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T00:53:01.666Z]  Building docker-support-notifications-go ... done Removing intermediate container 9c1a2dfad678 [2021-01-27T00:53:01.666Z] ---> 51026324f4b7 [2021-01-27T00:53:01.667Z] [2021-01-27T00:53:01.667Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:53:01.667Z] ---> afeebe901d6b [2021-01-27T00:53:01.667Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:53:01.667Z] ---> Running in f5b63203159a [2021-01-27T00:53:02.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:02.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:02.905Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:53:02.905Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:53:02.905Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:53:02.905Z] Removing intermediate container e22906c674d3 [2021-01-27T00:53:02.905Z] ---> 491471e33f0d [2021-01-27T00:53:03.188Z] [2021-01-27T00:53:03.188Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:53:03.188Z] ---> afeebe901d6b [2021-01-27T00:53:03.188Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:53:03.188Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:53:03.188Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:53:03.188Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:53:03.188Z] OK: 7 MiB in 18 packages [2021-01-27T00:53:03.465Z] ---> Running in 8251a34bf94a [2021-01-27T00:53:03.743Z] Removing intermediate container 8251a34bf94a [2021-01-27T00:53:03.743Z] ---> 41159bdd0fac [2021-01-27T00:53:03.743Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:53:04.019Z] ---> Running in ea2bef334574 [2021-01-27T00:53:04.617Z] Removing intermediate container ea2bef334574 [2021-01-27T00:53:04.617Z] ---> 58f9880efd53 [2021-01-27T00:53:04.617Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:53:04.892Z] ---> Running in 75c4aee4e2d9 [2021-01-27T00:53:04.892Z] Removing intermediate container f5b63203159a [2021-01-27T00:53:04.892Z] ---> fae68d65b924 [2021-01-27T00:53:04.892Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:53:05.164Z] ---> Running in c10946974533 [2021-01-27T00:53:05.164Z] Removing intermediate container 75c4aee4e2d9 [2021-01-27T00:53:05.164Z] ---> e4508e9920dd [2021-01-27T00:53:05.164Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:53:05.440Z] ---> Running in 815ec82f2a43 [2021-01-27T00:53:05.718Z] Removing intermediate container c10946974533 [2021-01-27T00:53:05.718Z] ---> 2da22cdd8d19 [2021-01-27T00:53:05.718Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:53:05.718Z] ---> Running in 8ffb3877e5f7 [2021-01-27T00:53:06.318Z] Removing intermediate container 8ffb3877e5f7 [2021-01-27T00:53:06.318Z] ---> d908e8afcfdd [2021-01-27T00:53:06.318Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:53:07.306Z] ---> 131b9635fcf4 [2021-01-27T00:53:07.306Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:53:07.926Z] Removing intermediate container 815ec82f2a43 [2021-01-27T00:53:07.926Z] ---> 77f188a40d68 [2021-01-27T00:53:07.926Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:53:08.527Z] ---> Running in 372e126d9893 [2021-01-27T00:53:08.527Z] ---> e31d6c0ceeff [2021-01-27T00:53:08.527Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:53:09.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:09.971Z] ---> aafe8338415d [2021-01-27T00:53:09.971Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:53:09.971Z] ---> Running in 7d1021031a5a [2021-01-27T00:53:10.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:10.247Z] Removing intermediate container 7d1021031a5a [2021-01-27T00:53:10.247Z] ---> b15288642eaf [2021-01-27T00:53:10.247Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:53:10.528Z] ---> Running in 31f3a9712466 [2021-01-27T00:53:11.147Z] Removing intermediate container 31f3a9712466 [2021-01-27T00:53:11.147Z] ---> 6dd115d527d1 [2021-01-27T00:53:11.148Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T00:53:11.148Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:53:11.148Z] ---> Running in ea7aa951ec37 [2021-01-27T00:53:11.148Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:53:11.148Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:53:11.423Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:53:11.700Z] Removing intermediate container ea7aa951ec37 [2021-01-27T00:53:11.700Z] ---> 5134e9cc51af [2021-01-27T00:53:11.700Z] Step 20/21 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:53:11.700Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:53:11.700Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:53:11.700Z] ---> Running in 560e79ac857e [2021-01-27T00:53:11.700Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:53:11.700Z] OK: 8 MiB in 20 packages [2021-01-27T00:53:12.343Z] Removing intermediate container 560e79ac857e [2021-01-27T00:53:12.343Z] ---> d2f170db501f [2021-01-27T00:53:12.343Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:53:12.620Z] ---> Running in 4eae69b6bebd [2021-01-27T00:53:13.224Z] Removing intermediate container 4eae69b6bebd [2021-01-27T00:53:13.224Z] ---> d860b51a5572 [2021-01-27T00:53:13.224Z] [2021-01-27T00:53:13.224Z] Removing intermediate container 372e126d9893 [2021-01-27T00:53:13.224Z] ---> 17c71646bf86 [2021-01-27T00:53:13.224Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:53:13.498Z] Successfully built d860b51a5572 [2021-01-27T00:53:13.498Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T00:53:14.099Z]  Building docker-security-proxy-setup-go ... done  ---> fd88c107d0cd [2021-01-27T00:53:14.099Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:53:15.535Z] ---> e5213d7207c5 [2021-01-27T00:53:15.535Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:53:16.132Z] ---> 009c650ac650 [2021-01-27T00:53:16.132Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:53:16.406Z] ---> Running in a526537f897c [2021-01-27T00:53:16.681Z] Removing intermediate container a526537f897c [2021-01-27T00:53:16.681Z] ---> b620f9e2ac0e [2021-01-27T00:53:16.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:53:16.956Z] ---> Running in b567fcf4b6bf [2021-01-27T00:53:17.557Z] Removing intermediate container b567fcf4b6bf [2021-01-27T00:53:17.557Z] ---> 20adc31b278a [2021-01-27T00:53:17.557Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:53:17.557Z] ---> Running in dc76ead308a4 [2021-01-27T00:53:18.155Z] Removing intermediate container dc76ead308a4 [2021-01-27T00:53:18.155Z] ---> e6f375771bd8 [2021-01-27T00:53:18.155Z] Step 22/23 : LABEL git_sha=01d3b4bb9f46a408d4fadb2df90126a90f662d01 [2021-01-27T00:53:18.155Z] ---> Running in 57b588892bef [2021-01-27T00:53:18.756Z] Removing intermediate container 57b588892bef [2021-01-27T00:53:18.756Z] ---> 21f017978cc3 [2021-01-27T00:53:18.756Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:53:18.756Z] ---> Running in f5d60f8b831b [2021-01-27T00:53:19.360Z] Removing intermediate container f5d60f8b831b [2021-01-27T00:53:19.360Z] ---> b8d6f2e5f4cb [2021-01-27T00:53:19.360Z] [2021-01-27T00:53:19.636Z] Successfully built b8d6f2e5f4cb [2021-01-27T00:53:19.636Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T00:53:20.250Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-27T00:53:20.255Z] $ docker stop --time=1 f41b8dd1c66c4e4db6a48b5ceb8fa742d9cef5b0b2320efb4d13f9633c5809e7 [2021-01-27T00:53:22.274Z] $ docker rm -f f41b8dd1c66c4e4db6a48b5ceb8fa742d9cef5b0b2320efb4d13f9633c5809e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:53:22.990Z] + + grepdocker docker images [2021-01-27T00:53:22.990Z] [2021-01-27T00:53:23.262Z] docker-core-data-go-arm64 latest b8d6f2e5f4cb 5 seconds ago 21MB [2021-01-27T00:53:23.262Z] docker-security-proxy-setup-go-arm64 latest d860b51a5572 11 seconds ago 23.2MB [2021-01-27T00:53:23.262Z] docker-support-notifications-go-arm64 latest 3280d9c6c702 31 seconds ago 16MB [2021-01-27T00:53:23.262Z] docker-security-secretstore-setup-go-arm64 latest 2f187b2643f7 About a minute ago 23.4MB [2021-01-27T00:53:23.262Z] docker-sys-mgmt-agent-go-arm64 latest ba422d34102a About a minute ago 300MB [2021-01-27T00:53:23.262Z] docker-security-bootstrapper-go-arm64 latest b4e2c7d60a0c 2 minutes ago 31.9MB [2021-01-27T00:53:23.262Z] docker-core-metadata-go-arm64 latest 3ff4e96637da 3 minutes ago 17.7MB [2021-01-27T00:53:23.262Z] docker-core-command-go-arm64 latest 5f0341a6e2b3 3 minutes ago 15.4MB [2021-01-27T00:53:23.262Z] docker-support-scheduler-go-arm64 latest 22e4e9d99680 3 minutes ago 15.5MB [2021-01-27T00:53:23.262Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T00:54:56.748Z] Running on prd-ubuntu18.04-docker-8c-8g-23294 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws [2021-01-27T00:54:56.803Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T00:54:59.347Z] using credential edgex-jenkins-ssh [2021-01-27T00:54:59.411Z] Cloning the remote Git repository [2021-01-27T00:54:59.458Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:54:59.527Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:54:59.562Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:54:59.562Z] > git --version # timeout=10 [2021-01-27T00:54:59.569Z] > git --version # 'git version 2.17.1' [2021-01-27T00:54:59.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:54:59.597Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T01:05:00.362Z] ERROR: Error cloning remote repo 'origin' [2021-01-27T01:05:00.363Z] hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: [2021-01-27T01:05:00.363Z] stdout: [2021-01-27T01:05:00.363Z] stderr: Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts. [2021-01-27T01:05:00.363Z] remote: Enumerating objects: 15, done. [2021-01-27T01:05:00.363Z] remote: Counting objects: 6% (1/15) remote: Counting objects: 13% (2/15) remote: Counting objects: 20% (3/15) remote: Counting objects: 26% (4/15) remote: Counting objects: 33% (5/15) remote: Counting objects: 40% (6/15) remote: Counting objects: 46% (7/15) remote: Counting objects: 53% (8/15) remote: Counting objects: 60% (9/15) remote: Counting objects: 66% (10/15) remote: Counting objects: 73% (11/15) remote: Counting objects: 80% (12/15) remote: Counting objects: 86% (13/15) remote: Counting objects: 93% (14/15) remote: Counting objects: 100% (15/15) remote: Counting objects: 100% (15/15), done. [2021-01-27T01:05:00.363Z] remote: Compressing objects: 7% (1/13) remote: Compressing objects: 15% (2/13) remote: Compressing objects: 23% (3/13) remote: Compressing objects: 30% (4/13) remote: Compressing objects: 38% (5/13) remote: Compressing objects: 46% (6/13) remote: Compressing objects: 53% (7/13) remote: Compressing objects: 61% (8/13) remote: Compressing objects: 69% (9/13) remote: Compressing objects: 76% (10/13) remote: Compressing objects: 84% (11/13) remote: Compressing objects: 92% (12/13) remote: Compressing objects: 100% (13/13) remote: Compressing objects: 100% (13/13), done. [2021-01-27T01:05:00.364Z] Receiving objects: 0% (1/36783) Receiving objects: 0% (260/36783), 28.01 KiB | 39.00 KiB/s Receiving objects: 0% (358/36783), 148.01 KiB | 67.00 KiB/s Receiving objects: 1% (368/36783), 148.01 KiB | 67.00 KiB/s Receiving objects: 1% (506/36783), 212.01 KiB | 74.00 KiB/s Receiving objects: 2% (736/36783), 308.01 KiB | 88.00 KiB/s Receiving objects: 2% (790/36783), 404.01 KiB | 97.00 KiB/s Receiving objects: 2% (1035/36783), 500.01 KiB | 104.00 KiB/s Receiving objects: 3% (1104/36783), 564.01 KiB | 94.00 KiB/s Receiving objects: 3% (1152/36783), 596.01 KiB | 91.00 KiB/s Receiving objects: 3% (1216/36783), 628.01 KiB | 88.00 KiB/s Receiving objects: 3% (1374/36783), 660.01 KiB | 87.00 KiB/s Receiving objects: 4% (1472/36783), 724.01 KiB | 88.00 KiB/s Receiving objects: 4% (1623/36783), 788.01 KiB | 89.00 KiB/s Receiving objects: 5% (1840/36783), 884.01 KiB | 89.00 KiB/s Receiving objects: 5% (1931/36783), 884.01 KiB | 89.00 KiB/s Receiving objects: 6% (2207/36783), 1012.01 KiB | 94.00 KiB/s Receiving objects: 6% (2354/36783), 1.11 MiB | 101.00 KiB/s Receiving objects: 7% (2575/36783), 1.11 MiB | 101.00 KiB/s Receiving objects: 7% (2885/36783), 1.27 MiB | 124.00 KiB/s Receiving objects: 8% (2943/36783), 1.27 MiB | 124.00 KiB/s Receiving objects: 9% (3311/36783), 1.39 MiB | 139.00 KiB/s Receiving objects: 9% (3474/36783), 1.54 MiB | 173.00 KiB/s Receiving objects: 10% (3679/36783), 1.54 MiB | 173.00 KiB/s Receiving objects: 11% (4047/36783), 1.70 MiB | 196.00 KiB/s Receiving objects: 11% (4080/36783), 1.82 MiB | 208.00 KiB/s Receiving objects: 12% (4414/36783), 1.82 MiB | 208.00 KiB/s Receiving objects: 12% (4619/36783), 1.95 MiB | 220.00 KiB/s Receiving objects: 13% (4782/36783), 2.04 MiB | 216.00 KiB/s Receiving objects: 13% (4917/36783), 2.11 MiB | 208.00 KiB/s Receiving objects: 14% (5150/36783), 2.20 MiB | 203.00 KiB/s Receiving objects: 14% (5453/36783), 2.32 MiB | 201.00 KiB/s Receiving objects: 15% (5518/36783), 2.32 MiB | 201.00 KiB/s Receiving objects: 16% (5886/36783), 2.45 MiB | 202.00 KiB/s Receiving objects: 16% (5923/36783), 2.45 MiB | 202.00 KiB/s Receiving objects: 17% (6254/36783), 2.54 MiB | 190.00 KiB/s Receiving objects: 17% (6555/36783), 2.67 MiB | 184.00 KiB/s Receiving objects: 18% (6621/36783), 2.67 MiB | 184.00 KiB/s Receiving objects: 19% (6989/36783), 2.79 MiB | 188.00 KiB/s Receiving objects: 20% (7357/36783), 2.79 MiB | 188.00 KiB/s Receiving objects: 20% (7629/36783), 2.95 MiB | 191.00 KiB/s Receiving objects: 21% (7725/36783), 2.95 MiB | 191.00 KiB/s Receiving objects: 22% (8093/36783), 2.95 MiB | 191.00 KiB/s Receiving objects: 22% (8393/36783), 3.14 MiB | 204.00 KiB/s Receiving objects: 23% (8461/36783), 3.14 MiB | 204.00 KiB/s Receiving objects: 24% (8828/36783), 3.20 MiB | 194.00 KiB/s Receiving objects: 24% (9008/36783), 3.26 MiB | 173.00 KiB/s Receiving objects: 25% (9196/36783), 3.26 MiB | 173.00 KiB/s Receiving objects: 25% (9301/36783), 3.26 MiB | 173.00 KiB/s Receiving objects: 26% (9564/36783), 3.32 MiB | 154.00 KiB/s Receiving objects: 27% (9932/36783), 3.32 MiB | 154.00 KiB/s Receiving objects: 27% (10183/36783), 3.39 MiB | 147.00 KiB/s Receiving objects: 28% (10300/36783), 3.39 MiB | 147.00 KiB/s Receiving objects: 28% (10535/36783), 3.45 MiB | 136.00 KiB/s Receiving objects: 29% (10668/36783), 3.45 MiB | 136.00 KiB/s Receiving objects: 30% (11035/36783), 3.51 MiB | 125.00 KiB/s Receiving objects: 30% (11243/36783), 3.61 MiB | 105.00 KiB/s Receiving objects: 31% (11403/36783), 3.61 MiB | 105.00 KiB/s Receiving objects: 31% (11539/36783), 3.70 MiB | 104.00 KiB/s Receiving objects: 32% (11771/36783), 3.70 MiB | 104.00 KiB/s Receiving objects: 32% (12069/36783), 3.79 MiB | 104.00 KiB/s Receiving objects: 33% (12139/36783), 3.79 MiB | 104.00 KiB/s Receiving objects: 34% (12507/36783), 3.89 MiB | 111.00 KiB/s Receiving objects: 34% (12811/36783), 4.01 MiB | 128.00 KiB/s Receiving objects: 34% (12815/36783), 4.29 MiB | 165.00 KiB/s Receiving objects: 34% (12819/36783), 4.54 MiB | 189.00 KiB/s Receiving objects: 34% (12822/36783), 4.75 MiB | 214.00 KiB/s Receiving objects: 34% (12832/36783), 4.85 MiB | 209.00 KiB/s Receiving objects: 34% (12833/36783), 4.97 MiB | 163.00 KiB/s Receiving objects: 34% (12833/36783), 5.04 MiB | 151.00 KiB/s Receiving objects: 34% (12833/36783), 5.19 MiB | 124.00 KiB/s Receiving objects: 34% (12833/36783), 5.25 MiB | 117.00 KiB/s Receiving objects: 34% (12833/36783), 5.44 MiB | 116.00 KiB/s Receiving objects: 34% (12833/36783), 5.72 MiB | 132.00 KiB/s Receiving objects: 34% (12833/36783), 5.89 MiB | 168.00 KiB/s Receiving objects: 34% (12833/36783), 5.94 MiB | 168.00 KiB/s Receiving objects: 34% (12833/36783), 6.13 MiB | 176.00 KiB/s Receiving objects: 34% (12833/36783), 6.35 MiB | 179.00 KiB/s Receiving objects: 34% (12833/36783), 6.57 MiB | 174.00 KiB/s Receiving objects: 34% (12833/36783), 6.69 MiB | 177.00 KiB/s Receiving objects: 34% (12833/36783), 6.94 MiB | 197.00 KiB/s Receiving objects: 34% (12833/36783), 7.19 MiB | 209.00 KiB/s Receiving objects: 34% (12833/36783), 7.32 MiB | 209.00 KiB/s Receiving objects: 34% (12833/36783), 7.50 MiB | 196.00 KiB/s Receiving objects: 34% (12833/36783), 7.66 MiB | 180.00 KiB/s Receiving objects: 34% (12833/36783), 7.79 MiB | 177.00 KiB/s Receiving objects: 34% (12833/36783), 8.00 MiB | 168.00 KiB/s Receiving objects: 34% (12833/36783), 8.13 MiB | 168.00 KiB/s Receiving objects: 34% (12833/36783), 8.32 MiB | 171.00 KiB/s Receiving objects: 34% (12833/36783), 8.54 MiB | 168.00 KiB/s Receiving objects: 34% (12833/36783), 8.60 MiB | 166.00 KiB/s Receiving objects: 34% (12833/36783), 8.79 MiB | 167.00 KiB/s Receiving objects: 34% (12833/36783), 8.82 MiB | 146.00 KiB/s Receiving objects: 34% (12833/36783), 9.00 MiB | 137.00 KiB/s Receiving objects: 34% (12833/36783), 9.19 MiB | 133.00 KiB/s Receiving objects: 34% (12833/36783), 9.41 MiB | 160.00 KiB/s Receiving objects: 34% (12833/36783), 9.50 MiB | 157.00 KiB/s Receiving objects: 34% (12833/36783), 9.72 MiB | 179.00 KiB/s Receiving objects: 34% (12833/36783), 9.85 MiB | 167.00 KiB/s Receiving objects: 34% (12833/36783), 9.94 MiB | 161.00 KiB/s Receiving objects: 34% (12833/36783), 10.04 MiB | 135.00 KiB/s Receiving objects: 34% (12833/36783), 10.13 MiB | 132.00 KiB/s Receiving objects: 34% (12833/36783), 10.35 MiB | 135.00 KiB/s Receiving objects: 34% (12833/36783), 10.63 MiB | 166.00 KiB/s Receiving objects: 34% (12833/36783), 10.97 MiB | 211.00 KiB/s Receiving objects: 34% (12833/36783), 11.35 MiB | 261.00 KiB/s Receiving objects: 34% (12833/36783), 11.47 MiB | 273.00 KiB/s Receiving objects: 34% (12833/36783), 11.66 MiB | 254.00 KiB/s Receiving objects: 34% (12833/36783), 11.85 MiB | 235.00 KiB/s Receiving objects: 34% (12833/36783), 11.94 MiB | 222.00 KiB/s Receiving objects: 34% (12833/36783), 12.13 MiB | 180.00 KiB/s Receiving objects: 34% (12833/36783), 12.19 MiB | 158.00 KiB/s Receiving objects: 34% (12833/36783), 12.29 MiB | 131.00 KiB/s Receiving objects: 34% (12833/36783), 12.44 MiB | 126.00 KiB/s Receiving objects: 34% (12833/36783), 12.54 MiB | 127.00 KiB/s Receiving objects: 34% (12833/36783), 12.75 MiB | 128.00 KiB/s Receiving objects: 34% (12833/36783), 13.00 MiB | 152.00 KiB/s Receiving objects: 34% (12833/36783), 13.13 MiB | 174.00 KiB/s Receiving objects: 34% (12833/36783), 13.32 MiB | 190.00 KiB/s Receiving objects: 34% (12833/36783), 13.47 MiB | 181.00 KiB/s Receiving objects: 34% (12833/36783), 13.54 MiB | 160.00 KiB/s Receiving objects: 34% (12833/36783), 13.63 MiB | 140.00 KiB/s Receiving objects: 34% (12833/36783), 13.69 MiB | 131.00 KiB/s Receiving objects: 34% (12833/36783), 13.85 MiB | 113.00 KiB/s Receiving objects: 34% (12833/36783), 13.94 MiB | 114.00 KiB/s Receiving objects: 34% (12833/36783), 13.97 MiB | 95.00 KiB/s Receiving objects: 34% (12833/36783), 14.13 MiB | 97.00 KiB/s Receiving objects: 34% (12833/36783), 14.38 MiB | 134.00 KiB/s Receiving objects: 34% (12833/36783), 14.63 MiB | 151.00 KiB/s Receiving objects: 34% (12833/36783), 14.79 MiB | 172.00 KiB/s Receiving objects: 34% (12833/36783), 15.13 MiB | 236.00 KiB/s Receiving objects: 34% (12833/36783), 15.47 MiB | 275.00 KiB/s Receiving objects: 34% (12833/36783), 15.79 MiB | 285.00 KiB/s Receiving objects: 34% (12833/36783), 15.88 MiB | 257.00 KiB/s Receiving objects: 34% (12833/36783), 15.97 MiB | 246.00 KiB/s Receiving objects: 34% (12833/36783), 16.19 MiB | 228.00 KiB/s Receiving objects: 34% (12833/36783), 16.47 MiB | 216.00 KiB/s Receiving objects: 34% (12834/36783), 16.79 MiB | 201.00 KiB/s Receiving objects: 34% (12834/36783), 16.93 MiB | 211.00 KiB/s Receiving objects: 34% (12834/36783), 17.25 MiB | 259.00 KiB/s Receiving objects: 34% (12834/36783), 17.53 MiB | 269.00 KiB/s Receiving objects: 34% (12834/36783), 17.75 MiB | 251.00 KiB/s Receiving objects: 34% (12834/36783), 17.87 MiB | 250.00 KiB/s Receiving objects: 34% (12834/36783), 18.07 MiB | 221.00 KiB/s Receiving objects: 34% (12834/36783), 18.09 MiB | 146.00 KiB/s Receiving objects: 34% (12834/36783), 18.12 MiB | 110.00 KiB/s Receiving objects: 34% (12834/36783), 18.21 MiB | 86.00 KiB/s Receiving objects: 34% (12834/36783), 18.37 MiB | 79.00 KiB/s Receiving objects: 34% (12834/36783), 18.43 MiB | 71.00 KiB/s Receiving objects: 34% (12834/36783), 18.56 MiB | 63.00 KiB/s Receiving objects: 34% (12834/36783), 18.75 MiB | 122.00 KiB/s Receiving objects: 34% (12834/36783), 18.84 MiB | 133.00 KiB/s Receiving objects: 34% (12834/36783), 19.00 MiB | 140.00 KiB/s Receiving objects: 34% (12834/36783), 19.15 MiB | 141.00 KiB/s Receiving objects: 34% (12834/36783), 19.34 MiB | 151.00 KiB/s Receiving objects: 34% (12834/36783), 19.46 MiB | 157.00 KiB/s Receiving objects: 34% (12834/36783), 19.68 MiB | 155.00 KiB/s Receiving objects: 34% (12834/36783), 19.78 MiB | 152.00 KiB/s Receiving objects: 34% (12834/36783), 19.93 MiB | 156.00 KiB/s Receiving objects: 34% (12834/36783), 20.00 MiB | 139.00 KiB/s Receiving objects: 34% (12834/36783), 20.06 MiB | 134.00 KiB/s Receiving objects: 34% (12834/36783), 20.12 MiB | 121.00 KiB/s Receiving objects: 34% (12834/36783), 20.18 MiB | 102.00 KiB/s Receiving objects: 34% (12834/36783), 20.25 MiB | 92.00 KiB/s Receiving objects: 34% (12834/36783), 20.37 MiB | 85.00 KiB/s Receiving objects: 34% (12834/36783), 20.53 MiB | 86.00 KiB/s Receiving objects: 34% (12834/36783), 20.62 MiB | 95.00 KiB/s Receiving objects: 34% (12834/36783), 20.81 MiB | 112.00 KiB/s Receiving objects: 34% (12834/36783), 21.00 MiB | 140.00 KiB/s Receiving objects: 34% (12834/36783), 21.12 MiB | 151.00 KiB/s Receiving objects: 34% (12834/36783), 21.40 MiB | 181.00 KiB/s Receiving objects: 34% (12834/36783), 21.71 MiB | 216.00 KiB/s Receiving objects: 34% (12834/36783), 21.87 MiB | 219.00 KiB/s Receiving objects: 34% (12834/36783), 22.06 MiB | 220.00 KiB/s Receiving objects: 34% (12835/36783), 22.12 MiB | 219.00 KiB/s Receiving objects: 34% (12837/36783), 22.34 MiB | 210.00 KiB/s Receiving objects: 34% (12840/36783), 22.50 MiB | 175.00 KiB/s Receiving objects: 34% (12842/36783), 22.56 MiB | 144.00 KiB/s Receiving objects: 34% (12842/36783), 22.59 MiB | 124.00 KiB/s Receiving objects: 34% (12848/36783), 22.71 MiB | 107.00 KiB/s Receiving objects: 34% (12848/36783), 22.78 MiB | 97.00 KiB/s Receiving objects: 34% (12848/36783), 22.84 MiB | 89.00 KiB/s Receiving objects: 34% (12848/36783), 22.90 MiB | 79.00 KiB/s Receiving objects: 34% (12848/36783), 23.00 MiB | 77.00 KiB/s Receiving objects: 34% (12849/36783), 23.15 MiB | 86.00 KiB/s Receiving objects: 34% (12849/36783), 23.18 MiB | 83.00 KiB/s Receiving objects: 34% (12852/36783), 23.34 MiB | 92.00 KiB/s Receiving objects: 34% (12852/36783), 23.43 MiB | 102.00 KiB/s Receiving objects: 34% (12852/36783), 23.62 MiB | 120.00 KiB/s Receiving objects: 34% (12852/36783), 23.71 MiB | 121.00 KiB/s Receiving objects: 34% (12852/36783), 23.87 MiB | 104.00 KiB/s Receiving objects: 34% (12852/36783), 23.90 MiB | 108.00 KiB/s Receiving objects: 34% (12852/36783), 24.03 MiB | 101.00 KiB/s Receiving objects: 34% (12852/36783), 24.09 MiB | 95.00 KiB/s Receiving objects: 34% (12852/36783), 24.15 MiB | 73.00 KiB/s Receiving objects: 34% (12852/36783), 24.18 MiB | 66.00 KiB/s Receiving objects: 34% (12852/36783), 24.25 MiB | 54.00 KiB/s Receiving objects: 34% (12852/36783), 24.28 MiB | 51.00 KiB/s Receiving objects: 34% (12852/36783), 24.31 MiB | 50.00 KiB/s Receiving objects: 34% (12852/36783), 24.40 MiB | 47.00 KiB/s Receiving objects: 34% (12852/36783), 24.46 MiB | 47.00 KiB/s Receiving objects: 34% (12852/36783), 24.53 MiB | 59.00 KiB/s Receiving objects: 34% (12852/36783), 24.68 MiB | 74.00 KiB/s Receiving objects: 34% (12852/36783), 24.87 MiB | 100.00 KiB/s Receiving objects: 34% (12852/36783), 24.93 MiB | 109.00 KiB/s Receiving objects: 34% (12852/36783), 25.00 MiB | 107.00 KiB/s Receiving objects: 34% (12852/36783), 25.15 MiB | 119.00 KiB/s Receiving objects: 34% (12852/36783), 25.25 MiB | 123.00 KiB/s Receiving objects: 34% (12852/36783), 25.40 MiB | 125.00 KiB/s Receiving objects: 34% (12852/36783), 25.56 MiB | 110.00 KiB/s Receiving objects: 34% (12852/36783), 25.65 MiB | 114.00 KiB/s Receiving objects: 34% (12852/36783), 25.75 MiB | 128.00 KiB/s Receiving objects: 34% (12852/36783), 25.93 MiB | 133.00 KiB/s Receiving objects: 34% (12852/36783), 26.06 MiB | 121.00 KiB/s Receiving objects: 34% (12852/36783), 26.12 MiB | 121.00 KiB/s Receiving objects: 34% (12852/36783), 26.31 MiB | 141.00 KiB/s Receiving objects: 34% (12852/36783), 26.56 MiB | 156.00 KiB/s Receiving objects: 34% (12852/36783), 26.71 MiB | 170.00 KiB/s Receiving objects: 34% (12852/36783), 26.96 MiB | 188.00 KiB/s Receiving objects: 34% (12852/36783), 27.28 MiB | 226.00 KiB/s Receiving objects: 34% (12852/36783), 27.43 MiB | 234.00 KiB/s Receiving objects: 34% (12852/36783), 27.68 MiB | 239.00 KiB/s Receiving objects: 34% (12852/36783), 27.81 MiB | 226.00 KiB/s Receiving objects: 34% (12852/36783), 28.00 MiB | 197.00 KiB/s Receiving objects: 34% (12852/36783), 28.06 MiB | 185.00 KiB/s Receiving objects: 34% (12852/36783), 28.21 MiB | 160.00 KiB/s Receiving objects: 34% (12852/36783), 28.40 MiB | 144.00 KiB/s Receiving objects: 34% (12852/36783), 28.50 MiB | 139.00 KiB/s Receiving objects: 34% (12852/36783), 28.68 MiB | 130.00 KiB/s Receiving objects: 34% (12853/36783), 28.68 MiB | 130.00 KiB/s Receiving objects: 34% (12853/36783), 28.90 MiB | 126.00 KiB/s Receiving objects: 34% (12853/36783), 29.06 MiB | 126.00 KiB/s Receiving objects: 34% (12854/36783), 29.28 MiB | 133.00 KiB/s Receiving objects: 34% (12855/36783), 29.37 MiB | 133.00 KiB/s Receiving objects: 34% (12860/36783), 29.49 MiB | 128.00 KiB/s Receiving objects: 34% (12860/36783), 29.55 MiB | 110.00 KiB/s Receiving objects: 34% (12860/36783), 29.61 MiB | 122.00 KiB/s Receiving objects: 34% (12860/36783), 29.68 MiB | 112.00 KiB/s Receiving objects: 34% (12860/36783), 29.83 MiB | 107.00 KiB/s Receiving objects: 34% (12860/36783), 29.86 MiB | 87.00 KiB/s Receiving objects: 34% (12860/36783), 30.05 MiB | 93.00 KiB/s Receiving objects: 34% (12860/36783), 30.18 MiB | 101.00 KiB/s Receiving objects: 34% (12860/36783), 30.33 MiB | 119.00 KiB/s Receiving objects: 34% (12860/36783), 30.49 MiB | 131.00 KiB/s Receiving objects: 34% (12860/36783), 30.58 MiB | 121.00 KiB/s Receiving objects: 34% (12860/36783), 30.64 MiB | 133.00 KiB/s Receiving objects: 34% (12860/36783), 30.77 MiB | 124.00 KiB/s Receiving objects: 34% (12860/36783), 30.83 MiB | 111.00 KiB/s Receiving objects: 34% (12860/36783), 30.96 MiB | 103.00 KiB/s Receiving objects: 34% (12860/36783), 31.11 MiB | 106.00 KiB/s Receiving objects: 34% (12860/36783), 31.21 MiB | 117.00 KiB/s Receiving objects: 34% (12860/36783), 31.39 MiB | 133.00 KiB/s Receiving objects: 34% (12860/36783), 31.61 MiB | 158.00 KiB/s Receiving objects: 34% (12860/36783), 31.83 MiB | 179.00 KiB/s Receiving objects: 34% (12860/36783), 32.11 MiB | 201.00 KiB/s Receiving objects: 34% (12860/36783), 32.27 MiB | 213.00 KiB/s Receiving objects: 34% (12860/36783), 32.49 MiB | 219.00 KiB/s Receiving objects: 34% (12860/36783), 32.71 MiB | 208.00 KiB/s Receiving objects: 34% (12860/36783), 32.80 MiB | 204.00 KiB/s Receiving objects: 34% (12860/36783), 33.02 MiB | 196.00 KiB/s Receiving objects: 34% (12860/36783), 33.24 MiB | 190.00 KiB/s Receiving objects: 34% (12860/36783), 33.49 MiB | 194.00 KiB/s Receiving objects: 34% (12860/36783), 33.64 MiB | 201.00 KiB/s Receiving objects: 34% (12860/36783), 33.80 MiB | 179.00 KiB/s Receiving objects: 34% (12860/36783), 33.89 MiB | 175.00 KiB/s Receiving objects: 34% (12860/36783), 33.96 MiB | 166.00 KiB/s Receiving objects: 34% (12860/36783), 34.14 MiB | 155.00 KiB/s Receiving objects: 34% (12860/36783), 34.39 MiB | 154.00 KiB/s Receiving objects: 34% (12860/36783), 34.49 MiB | 141.00 KiB/s Receiving objects: 34% (12860/36783), 34.77 MiB | 187.00 KiB/s Receiving objects: 34% (12862/36783), 34.89 MiB | 195.00 KiB/s Receiving objects: 34% (12864/36783), 35.33 MiB | 239.00 KiB/s Receiving objects: 34% (12865/36783), 35.49 MiB | 247.00 KiB/s Receiving objects: 34% (12865/36783), 35.89 MiB | 292.00 KiB/s Receiving objects: 34% (12866/36783), 36.33 MiB | 327.00 KiB/s Receiving objects: 34% (12867/36783), 36.83 MiB | 377.00 KiB/s Receiving objects: 34% (12868/36783), 37.24 MiB | 403.00 KiB/s Receiving objects: 34% (12870/36783), 37.39 MiB | 397.00 KiB/s Receiving objects: 34% (12870/36783), 37.71 MiB | 366.00 KiB/s Receiving objects: 35% (12875/36783), 37.83 MiB | 347.00 KiB/s Receiving objects: 35% (12875/36783), 37.99 MiB | 331.00 KiB/s Receiving objects: 35% (12875/36783), 38.27 MiB | 290.00 KiB/s Receiving objects: 35% (12883/36783), 38.58 MiB | 266.00 KiB/s Receiving objects: 35% (12888/36783), 38.74 MiB | 268.00 KiB/s Receiving objects: 35% (12888/36783), 38.96 MiB | 257.00 KiB/s Receiving objects: 35% (12888/36783), 39.18 MiB | 242.00 KiB/s Receiving objects: 35% (12888/36783), 39.33 MiB | 211.00 KiB/s Receiving objects: 35% (12888/36783), 39.43 MiB | 190.00 KiB/s Receiving objects: 35% (12888/36783), 39.55 MiB | 161.00 KiB/s Receiving objects: 35% (12888/36783), 39.71 MiB | 146.00 KiB/s Receiving objects: 35% (12888/36783), 39.93 MiB | 149.00 KiB/s Receiving objects: 35% (12888/36783), 40.18 MiB | 174.00 KiB/s Receiving objects: 35% (12888/36783), 40.46 MiB | 202.00 KiB/s Receiving objects: 35% (12888/36783), 40.61 MiB | 219.00 KiB/s Receiving objects: 35% (12888/36783), 40.93 MiB | 255.00 KiB/s Receiving objects: 35% (12888/36783), 41.21 MiB | 267.00 KiB/s Receiving objects: 35% (12888/36783), 41.39 MiB | 230.00 KiB/s Receiving objects: 35% (12888/36783), 41.46 MiB | 214.00 KiB/s Receiving objects: 35% (12888/36783), 41.52 MiB | 194.00 KiB/s Receiving objects: 35% (12888/36783), 41.71 MiB | 170.00 KiB/s Receiving objects: 35% (12888/36783), 41.89 MiB | 145.00 KiB/s Receiving objects: 35% (12888/36783), 41.98 MiB | 130.00 KiB/s Receiving objects: 35% (12888/36783), 42.14 MiB | 135.00 KiB/s Receiving objects: 35% (12888/36783), 42.21 MiB | 139.00 KiB/s Receiving objects: 35% (12888/36783), 42.39 MiB | 147.00 KiB/s Receiving objects: 35% (12888/36783), 42.61 MiB | 154.00 KiB/s Receiving objects: 35% (12888/36783), 42.70 MiB | 148.00 KiB/s Receiving objects: 35% (12888/36783), 42.89 MiB | 152.00 KiB/s Receiving objects: 35% (12888/36783), 43.11 MiB | 169.00 KiB/s Receiving objects: 35% (12888/36783), 43.23 MiB | 176.00 KiB/s Receiving objects: 35% (12888/36783), 43.48 MiB | 188.00 KiB/s Receiving objects: 35% (12888/36783), 43.67 MiB | 189.00 KiB/s Receiving objects: 35% (12888/36783), 43.89 MiB | 203.00 KiB/s Receiving objects: 35% (12888/36783), 44.11 MiB | 206.00 KiB/s Receiving objects: 35% (12888/36783), 44.17 MiB | 189.00 KiB/s Receiving objects: 35% (12889/36783), 44.29 MiB | 166.00 KiB/s Receiving objects: 35% (12892/36783), 44.36 MiB | 159.00 KiB/s Receiving objects: 35% (12894/36783), 44.54 MiB | 158.00 KiB/s Receiving objects: 35% (12903/36783), 44.73 MiB | 152.00 KiB/s Receiving objects: 35% (12924/36783), 44.92 MiB | 156.00 KiB/s Receiving objects: 35% (12931/36783), 45.14 MiB | 169.00 KiB/s Receiving objects: 35% (12933/36783), 45.36 MiB | 176.00 KiB/s Receiving objects: 35% (12935/36783), 45.45 MiB | 180.00 KiB/s Receiving objects: 35% (12937/36783), 45.67 MiB | 186.00 KiB/s Receiving objects: 35% (12940/36783), 45.92 MiB | 197.00 KiB/s Receiving objects: 35% (12942/36783), 46.23 MiB | 213.00 KiB/s Receiving objects: 35% (12944/36783), 46.39 MiB | 225.00 KiB/s Receiving objects: 35% (12946/36783), 46.51 MiB | 232.00 KiB/s Receiving objects: 35% (12947/36783), 46.92 MiB | 252.00 KiB/s Receiving objects: 35% (12949/36783), 47.26 MiB | 274.00 KiB/s Receiving objects: 35% (12950/36783), 47.45 MiB | 285.00 KiB/s Receiving objects: 35% (12953/36783), 47.79 MiB | 304.00 KiB/s Receiving objects: 35% (12953/36783), 48.42 MiB | 357.00 KiB/s Receiving objects: 35% (12957/36783), 48.67 MiB | 370.00 KiB/s Receiving objects: 35% (12958/36783), 49.01 MiB | 370.00 KiB/s Receiving objects: 35% (12958/36783), 49.23 MiB | 338.00 KiB/s Receiving objects: 35% (12960/36783), 49.48 MiB | 314.00 KiB/s Receiving objects: 35% (12961/36783), 49.61 MiB | 293.00 KiB/s Receiving objects: 35% (12965/36783), 50.04 MiB | 252.00 KiB/s Receiving objects: 35% (12966/36783), 50.20 MiB | 252.00 KiB/s Receiving objects: 35% (12968/36783), 50.64 MiB | 298.00 KiB/s Receiving objects: 35% (12970/36783), 51.01 MiB | 314.00 KiB/s Receiving objects: 35% (12971/36783), 51.20 MiB | 322.00 KiB/s Receiving objects: 35% (12973/36783), 51.48 MiB | 322.00 KiB/s Receiving objects: 35% (12975/36783), 51.82 MiB | 324.00 KiB/s Receiving objects: 35% (12979/36783), 52.20 MiB | 315.00 KiB/s Receiving objects: 35% (12983/36783), 52.57 MiB | 324.00 KiB/s Receiving objects: 35% (12983/36783), 52.89 MiB | 321.00 KiB/s Receiving objects: 35% (12983/36783), 53.20 MiB | 322.00 KiB/s Receiving objects: 35% (12983/36783), 53.61 MiB | 335.00 KiB/s Receiving objects: 35% (12983/36783), 53.82 MiB | 333.00 KiB/s Receiving objects: 35% (12983/36783), 54.22 MiB | 330.00 KiB/s Receiving objects: 35% (12983/36783), 54.57 MiB | 347.00 KiB/s Receiving objects: 35% (12983/36783), 54.97 MiB | 355.00 KiB/s Receiving objects: 35% (12983/36783), 55.19 MiB | 352.00 KiB/s Receiving objects: 35% (12983/36783), 55.44 MiB | 316.00 KiB/s Receiving objects: 35% (12983/36783), 55.57 MiB | 282.00 KiB/s Receiving objects: 35% (12983/36783), 55.72 MiB | 238.00 KiB/s Receiving objects: 35% (12983/36783), 55.82 MiB | 213.00 KiB/s Receiving objects: 35% (12983/36783), 55.94 MiB | 165.00 KiB/s Receiving objects: 35% (12983/36783), 56.00 MiB | 141.00 KiB/s Receiving objects: 35% (12983/36783), 56.19 MiB | 131.00 KiB/s Receiving objects: 35% (12983/36783), 56.47 MiB | 148.00 KiB/s Receiving objects: 35% (12983/36783), 56.72 MiB | 178.00 KiB/s Receiving objects: 35% (12983/36783), 57.00 MiB | 212.00 KiB/s Receiving objects: 35% (12983/36783), 57.16 MiB | 229.00 KiB/s Receiving objects: 35% (12983/36783), 57.44 MiB | 253.00 KiB/s Receiving objects: 35% (12983/36783), 57.69 MiB | 252.00 KiB/s Receiving objects: 35% (12983/36783), 57.91 MiB | 241.00 KiB/s Receiving objects: 35% (12983/36783), 58.04 MiB | 235.00 KiB/s Receiving objects: 35% (12983/36783), 58.22 MiB | 204.00 KiB/s Receiving objects: 35% (12983/36783), 58.32 MiB | 195.00 KiB/s Receiving objects: 35% (12983/36783), 58.54 MiB | 183.00 KiB/s Receiving objects: 35% (12983/36783), 58.75 MiB | 182.00 KiB/s Receiving objects: 35% (12983/36783), 59.04 MiB | 191.00 KiB/s Receiving objects: 35% (12983/36783), 59.19 MiB | 205.00 KiB/s Receiving objects: 35% (12983/36783), 59.50 MiB | 241.00 KiB/s Receiving objects: 35% (12983/36783), 59.82 MiB | 260.00 KiB/s Receiving objects: 35% (12983/36783), 60.07 MiB | 273.00 KiB/s Receiving objects: 35% (12983/36783), 60.44 MiB | 294.00 KiB/s Receiving objects: 35% (12983/36783), 60.82 MiB | 309.00 KiB/s Receiving objects: 35% (12983/36783), 61.04 MiB | 293.00 KiB/s Receiving objects: 35% (12983/36783), 61.32 MiB | 293.00 KiB/s Receiving objects: 35% (12983/36783), 61.47 MiB | 298.00 KiB/s Receiving objects: 35% (12983/36783), 61.72 MiB | 271.00 KiB/s Receiving objects: 35% (12983/36783), 62.00 MiB | 252.00 KiB/s Receiving objects: 35% (12983/36783), 62.25 MiB | 257.00 KiB/s Receiving objects: 35% (12983/36783), 62.50 MiB | 245.00 KiB/s Receiving objects: 35% (12983/36783), 62.63 MiB | 239.00 KiB/s Receiving objects: 35% (12983/36783), 62.91 MiB | 250.00 KiB/s Receiving objects: 35% (12983/36783), 63.22 MiB | 253.00 KiB/s Receiving objects: 35% (12983/36783), 63.50 MiB | 255.00 KiB/s Receiving objects: 35% (12983/36783), 63.75 MiB | 260.00 KiB/s Receiving objects: 35% (12984/36783), 63.91 MiB | 266.00 KiB/s Receiving objects: 35% (12992/36783), 64.25 MiB | 277.00 KiB/s Receiving objects: 35% (12992/36783), 64.60 MiB | 284.00 KiB/s Receiving objects: 35% (12992/36783), 64.97 MiB | 308.00 KiB/s Receiving objects: 35% (12992/36783), 65.41 MiB | 349.00 KiB/s Receiving objects: 35% (12992/36783), 65.94 MiB | 389.00 KiB/s Receiving objects: 35% (12992/36783), 66.38 MiB | 414.00 KiB/s Receiving objects: 35% (12992/36783), 66.57 MiB | 410.00 KiB/s Receiving objects: 35% (12992/36783), 67.00 MiB | 419.00 KiB/s Receiving objects: 35% (12992/36783), 67.31 MiB | 388.00 KiB/s Receiving objects: 35% (12992/36783), 67.68 MiB | 363.00 KiB/s Receiving objects: 35% (12992/36783), 68.03 MiB | 346.00 KiB/s Receiving objects: 35% (12992/36783), 68.43 MiB | 354.00 KiB/s Receiving objects: 35% (12992/36783), 68.90 MiB | 379.00 KiB/s Receiving objects: 35% (12992/36783), 69.12 MiB | 391.00 KiB/s Receiving objects: 35% (12992/36783), 69.59 MiB | 410.00 KiB/s Receiving objects: 35% (12992/36783), 70.09 MiB | 436.00 KiB/s Receiving objects: 35% (12992/36783), 70.53 MiB | 443.00 KiB/s Receiving objects: 35% (12992/36783), 70.84 MiB | 404.00 KiB/s Receiving objects: 35% (12992/36783), 71.15 MiB | 378.00 KiB/s Receiving objects: 35% (12992/36783), 71.43 MiB | 334.00 KiB/s Receiving objects: 35% (12992/36783), 71.65 MiB | 284.00 KiB/s Receiving objects: 35% (12992/36783), 71.78 MiB | 257.00 KiB/s Receiving objects: 35% (12992/36783), 71.96 MiB | 230.00 KiB/s Receiving objects: 35% (12992/36783), 72.15 MiB | 195.00 KiB/s Receiving objects: 35% (12992/36783), 72.25 MiB | 187.00 KiB/s Receiving objects: 35% (12992/36783), 72.50 MiB | 178.00 KiB/s Receiving objects: 35% (12992/36783), 72.81 MiB | 204.00 KiB/s Receiving objects: 35% (12992/36783), 73.03 MiB | 226.00 KiB/s Receiving objects: 35% (12992/36783), 73.46 MiB | 282.00 KiB/s Receiving objects: 35% (12992/36783), 73.96 MiB | 352.00 KiB/s Receiving objects: 35% (12992/36783), 74.62 MiB | 440.00 KiB/s Receiving objects: 35% (12992/36783), 75.15 MiB | 483.00 KiB/s Receiving objects: 35% (12992/36783), 75.68 MiB | 515.00 KiB/s Receiving objects: 35% (12996/36783), 75.87 MiB | 507.00 KiB/s Receiving objects: 35% (13007/36783), 76.40 MiB | 452.00 KiB/s Receiving objects: 35% (13009/36783), 76.56 MiB | 418.00 KiB/s Receiving objects: 35% (13009/36783), 76.90 MiB | 378.00 KiB/s Receiving objects: 35% (13015/36783), 77.21 MiB | 320.00 KiB/s Receiving objects: 35% (13015/36783), 77.34 MiB | 263.00 KiB/s Receiving objects: 35% (13016/36783), 77.34 MiB | 263.00 KiB/s Receiving objects: 35% (13056/36783), 77.56 MiB | 235.00 KiB/s Receiving objects: 35% (13067/36783), 77.87 MiB | 229.00 KiB/s Receiving objects: 35% (13075/36783), 78.25 MiB | 235.00 KiB/s Receiving objects: 35% (13081/36783), 78.68 MiB | 265.00 KiB/s Receiving objects: 35% (13086/36783), 79.09 MiB | 357.00 KiB/s Receiving objects: 35% (13103/36783), 79.25 MiB | 363.00 KiB/s Receiving objects: 35% (13110/36783), 79.56 MiB | 365.00 KiB/s Receiving objects: 35% (13125/36783), 79.86 MiB | 342.00 KiB/s Receiving objects: 35% (13132/36783), 80.39 MiB | 315.00 KiB/s Receiving objects: 35% (13133/36783), 80.74 MiB | 311.00 KiB/s Receiving objects: 35% (13135/36783), 80.93 MiB | 317.00 KiB/s Receiving objects: 35% (13136/36783), 81.36 MiB | 344.00 KiB/s Receiving objects: 35% (13137/36783), 81.58 MiB | 357.00 KiB/s Receiving objects: 35% (13137/36783), 82.11 MiB | 350.00 KiB/s Receiving objects: 35% (13137/36783), 82.46 MiB | 350.00 KiB/s Receiving objects: 35% (13137/36783), 82.61 MiB | 342.00 KiB/s Receiving objects: 35% (13139/36783), 82.80 MiB | 336.00 KiB/s Receiving objects: 35% (13144/36783), 83.36 MiB | 322.00 KiB/s Receiving objects: 35% (13154/36783), 83.71 MiB | 314.00 KiB/s Receiving objects: 35% (13154/36783), 83.86 MiB | 313.00 KiB/s Receiving objects: 35% (13154/36783), 84.05 MiB | 288.00 KiB/s Receiving objects: 35% (13154/36783), 84.27 MiB | 248.00 KiB/s Receiving objects: 35% (13154/36783), 84.39 MiB | 236.00 KiB/s Receiving objects: 35% (13154/36783), 84.71 MiB | 229.00 KiB/s Receiving objects: 35% (13154/36783), 85.08 MiB | 246.00 KiB/s Receiving objects: 35% (13154/36783), 85.55 MiB | 299.00 KiB/s Receiving objects: 35% (13154/36783), 86.08 MiB | 378.00 KiB/s Receiving objects: 35% (13154/36783), 86.52 MiB | 415.00 KiB/s Receiving objects: 35% (13154/36783), 86.68 MiB | 408.00 KiB/s Receiving objects: 35% (13154/36783), 86.99 MiB | 395.00 KiB/s Receiving objects: 35% (13154/36783), 87.33 MiB | 377.00 KiB/s Receiving objects: 35% (13154/36783), 87.74 MiB | 345.00 KiB/s Receiving objects: 35% (13154/36783), 88.11 MiB | 335.00 KiB/s Receiving objects: 35% (13154/36783), 88.55 MiB | 371.00 KiB/s Receiving objects: 35% (13154/36783), 89.02 MiB | 404.00 KiB/s Receiving objects: 35% (13154/36783), 89.55 MiB | 425.00 KiB/s Receiving objects: 35% (13154/36783), 89.83 MiB | 442.00 KiB/s Receiving objects: 35% (13154/36783), 90.33 MiB | 465.00 KiB/s Receiving objects: 35% (13154/36783), 90.64 MiB | 435.00 KiB/s Receiving objects: 35% (13154/36783), 91.02 MiB | 413.00 KiB/s Receiving objects: 35% (13154/36783), 91.36 MiB | 383.00 KiB/s Receiving objects: 35% (13154/36783), 91.52 MiB | 347.00 KiB/s Receiving objects: 35% (13154/36783), 91.71 MiB | 280.00 KiB/s Receiving objects: 35% (13154/36783), 91.89 MiB | 255.00 KiB/s Receiving objects: 35% (13154/36783), 92.14 MiB | 230.00 KiB/s Receiving objects: 35% (13154/36783), 92.42 MiB | 216.00 KiB/s Receiving objects: 35% (13154/36783), 92.54 MiB | 212.00 KiB/s Receiving objects: 35% (13154/36783), 92.73 MiB | 207.00 KiB/s Receiving objects: 35% (13154/36783), 92.98 MiB | 220.00 KiB/s Receiving objects: 35% (13154/36783), 93.20 MiB | 209.00 KiB/s Receiving objects: 35% (13154/36783), 93.29 MiB | 196.00 KiB/s Receiving objects: 35% (13154/36783), 93.54 MiB | 197.00 KiB/s Receiving objects: 35% (13154/36783), 93.82 MiB | 218.00 KiB/s Receiving objects: 35% (13154/36783), 94.07 MiB | 220.00 KiB/s Receiving objects: 35% (13154/36783), 94.17 MiB | 216.00 KiB/s Receiving objects: 35% (13154/36783), 94.32 MiB | 201.00 KiB/s Receiving objects: 35% (13154/36783), 94.51 MiB | 189.00 KiB/s Receiving objects: 35% (13154/36783), 94.61 MiB | 178.00 KiB/s Receiving objects: 35% (13154/36783), 94.89 MiB | 180.00 KiB/s Receiving objects: 35% (13156/36783), 95.01 MiB | 181.00 KiB/s Receiving objects: 35% (13172/36783), 95.36 MiB | 219.00 KiB/s Receiving objects: 35% (13172/36783), 95.98 MiB | 303.00 KiB/s Receiving objects: 35% (13172/36783), 96.26 MiB | 317.00 KiB/s Receiving objects: 35% (13172/36783), 96.39 MiB | 310.00 KiB/s Receiving objects: 35% (13172/36783), 96.57 MiB | 288.00 KiB/s Receiving objects: 35% (13172/36783), 96.70 MiB | 266.00 KiB/s Receiving objects: 35% (13172/36783), 96.92 MiB | 221.00 KiB/s Receiving objects: 35% (13172/36783), 97.14 MiB | 184.00 KiB/s Receiving objects: 35% (13172/36783), 97.26 MiB | 183.00 KiB/s Receiving objects: 35% (13172/36783), 97.45 MiB | 177.00 KiB/s Receiving objects: 35% (13172/36783), 97.54 MiB | 173.00 KiB/s Receiving objects: 35% (13172/36783), 97.70 MiB | 160.00 KiB/s Receiving objects: 35% (13172/36783), 97.79 MiB | 155.00 KiB/s Receiving objects: 35% (13172/36783), 97.95 MiB | 147.00 KiB/s Receiving objects: 35% (13172/36783), 98.11 MiB | 134.00 KiB/s Receiving objects: 35% (13172/36783), 98.36 MiB | 154.00 KiB/s Receiving objects: 35% (13172/36783), 98.67 MiB | 193.00 KiB/s Receiving objects: 35% (13172/36783), 98.98 MiB | 225.00 KiB/s Receiving objects: 35% (13172/36783), 99.20 MiB | 258.00 KiB/s Receiving objects: 35% (13172/36783), 99.45 MiB | 275.00 KiB/s Receiving objects: 35% (13172/36783), 99.64 MiB | 256.00 KiB/s Receiving objects: 35% (13172/36783), 99.73 MiB | 239.00 KiB/s Receiving objects: 35% (13172/36783), 99.92 MiB | 209.00 KiB/s Receiving objects: 35% (13172/36783), 100.01 MiB | 191.00 KiB/s Receiving objects: 35% (13172/36783), 100.20 MiB | 149.00 KiB/s Receiving objects: 35% (13172/36783), 100.32 MiB | 152.00 KiB/s Receiving objects: 35% (13172/36783), 100.57 MiB | 170.00 KiB/s Receiving objects: 35% (13172/36783), 100.89 MiB | 195.00 KiB/s Receiving objects: 35% (13172/36783), 101.23 MiB | 245.00 KiB/s Receiving objects: 35% (13172/36783), 101.48 MiB | 269.00 KiB/s Receiving objects: 35% (13172/36783), 101.79 MiB | 284.00 KiB/s Receiving objects: 35% (13172/36783), 101.95 MiB | 282.00 KiB/s Receiving objects: 35% (13172/36783), 102.20 MiB | 257.00 KiB/s Receiving objects: 35% (13172/36783), 102.23 MiB | 212.00 KiB/s Receiving objects: 35% (13172/36783), 102.42 MiB | 185.00 KiB/s Receiving objects: 35% (13172/36783), 102.67 MiB | 189.00 KiB/s Receiving objects: 35% (13172/36783), 102.86 MiB | 193.00 KiB/s Receiving objects: 35% (13172/36783), 103.20 MiB | 195.00 KiB/s Receiving objects: 35% (13172/36783), 103.54 MiB | 266.00 KiB/s Receiving objects: 35% (13172/36783), 103.92 MiB | 313.00 KiB/s Receiving objects: 35% (13172/36783), 104.35 MiB | 353.00 KiB/s Receiving objects: 35% (13172/36783), 104.82 MiB | 377.00 KiB/s Receiving objects: 35% (13172/36783), 104.94 MiB | 374.00 KiB/s Receiving objects: 35% (13172/36783), 105.29 MiB | 377.00 KiB/s Receiving objects: 35% (13172/36783), 105.63 MiB | 351.00 KiB/s Receiving objects: 35% (13172/36783), 105.88 MiB | 308.00 KiB/s Receiving objects: 35% (13172/36783), 106.00 MiB | 282.00 KiB/s Receiving objects: 35% (13172/36783), 106.32 MiB | 270.00 KiB/s Receiving objects: 35% (13172/36783), 106.69 MiB | 273.00 KiB/s Receiving objects: 35% (13172/36783), 107.10 MiB | 296.00 KiB/s Receiving objects: 35% (13183/36783), 107.57 MiB | 349.00 KiB/s Receiving objects: 35% (13183/36783), 108.10 MiB | 409.00 KiB/s Receiving objects: 35% (13183/36783), 108.41 MiB | 441.00 KiB/s Receiving objects: 35% (13183/36783), 108.97 MiB | 481.00 KiB/s Receiving objects: 35% (13183/36783), 109.35 MiB | 472.00 KiB/s Receiving objects: 35% (13183/36783), 109.69 MiB | 435.00 KiB/s Receiving objects: 35% (13183/36783), 109.85 MiB | 405.00 KiB/s Receiving objects: 35% (13183/36783), 110.13 MiB | 345.00 KiB/s Receiving objects: 35% (13183/36783), 110.41 MiB | 287.00 KiB/s Receiving objects: 35% (13183/36783), 110.75 MiB | 279.00 KiB/s Receiving objects: 35% (13183/36783), 111.04 MiB | 270.00 KiB/s Receiving objects: 35% (13183/36783), 111.19 MiB | 269.00 KiB/s Receiving objects: 35% (13183/36783), 111.41 MiB | 255.00 KiB/s Receiving objects: 35% (13183/36783), 111.66 MiB | 251.00 KiB/s Receiving objects: 35% (13183/36783), 111.94 MiB | 239.00 KiB/s Receiving objects: 35% (13183/36783), 112.10 MiB | 241.00 KiB/s Receiving objects: 35% (13183/36783), 112.47 MiB | 258.00 KiB/s Receiving objects: 35% (13183/36783), 112.88 MiB | 304.00 KiB/s Receiving objects: 35% (13183/36783), 113.22 MiB | 323.00 KiB/s Receiving objects: 35% (13183/36783), 113.66 MiB | 346.00 KiB/s Receiving objects: 35% (13183/36783), 113.91 MiB | 367.00 KiB/s Receiving objects: 35% (13183/36783), 114.29 MiB | 367.00 KiB/s Receiving objects: 35% (13183/36783), 114.63 MiB | 339.00 KiB/s Receiving objects: 35% (13183/36783), 114.75 MiB | 331.00 KiB/s Receiving objects: 35% (13183/36783), 115.04 MiB | 306.00 KiB/s Receiving objects: 35% (13183/36783), 115.35 MiB | 287.00 KiB/s Receiving objects: 35% (13183/36783), 115.79 MiB | 304.00 KiB/s Receiving objects: 35% (13183/36783), 116.22 MiB | 337.00 KiB/s Receiving objects: 35% (13183/36783), 116.75 MiB | 392.00 KiB/s Receiving objects: 35% (13183/36783), 117.00 MiB | 417.00 KiB/s Receiving objects: 35% (13183/36783), 117.53 MiB | 465.00 KiB/s Receiving objects: 35% (13183/36783), 118.09 MiB | 493.00 KiB/s Receiving objects: 35% (13183/36783), 118.68 MiB | 512.00 KiB/s Receiving objects: 35% (13186/36783), 118.96 MiB | 518.00 KiB/s Receiving objects: 35% (13190/36783), 119.71 MiB | 523.00 KiB/s Receiving objects: 35% (13190/36783), 120.18 MiB | 498.00 KiB/s Receiving objects: 35% (13190/36783), 120.43 MiB | 493.00 KiB/s Receiving objects: 35% (13190/36783), 120.87 MiB | 461.00 KiB/s Receiving objects: 35% (13190/36783), 121.31 MiB | 418.00 KiB/s Receiving objects: 35% (13190/36783), 121.68 MiB | 393.00 KiB/s Receiving objects: 35% (13190/36783), 121.84 MiB | 380.00 KiB/s Receiving objects: 35% (13190/36783), 122.18 MiB | 353.00 KiB/s Receiving objects: 35% (13190/36783), 122.50 MiB | 334.00 KiB/s Receiving objects: 35% (13190/36783), 122.84 MiB | 322.00 KiB/s Receiving objects: 35% (13190/36783), 123.18 MiB | 319.00 KiB/s Receiving objects: 35% (13190/36783), 123.59 MiB | 335.00 KiB/s Receiving objects: 35% (13190/36783), 124.06 MiB | 358.00 KiB/s Receiving objects: 35% (13190/36783), 124.31 MiB | 377.00 KiB/s Receiving objects: 35% (13190/36783), 124.84 MiB | 424.00 KiB/s Receiving objects: 35% (13190/36783), 125.31 MiB | 451.00 KiB/s Receiving objects: 35% (13190/36783), 125.87 MiB | 490.00 KiB/s Receiving objects: 35% (13190/36783), 126.37 MiB | 492.00 KiB/s Receiving objects: 35% (13190/36783), 126.90 MiB | 494.00 KiB/s Receiving objects: 35% (13190/36783), 127.46 MiB | 512.00 KiB/s Receiving objects: 35% (13190/36783), 127.75 MiB | 505.00 KiB/s Receiving objects: 35% (13190/36783), 128.28 MiB | 481.00 KiB/s Receiving objects: 35% (13190/36783), 128.75 MiB | 455.00 KiB/s Receiving objects: 35% (13190/36783), 128.90 MiB | 432.00 KiB/s Receiving objects: 35% (13190/36783), 129.21 MiB | 385.00 KiB/s Receiving objects: 35% (13190/36783), 129.55 MiB | 348.00 KiB/s Receiving objects: 35% (13190/36783), 129.89 MiB | 323.00 KiB/s Receiving objects: 35% (13190/36783), 130.11 MiB | 312.00 KiB/s Receiving objects: 35% (13190/36783), 130.52 MiB | 338.00 KiB/s Receiving objects: 35% (13212/36783), 130.71 MiB | 342.00 KiB/s Receiving objects: 35% (13218/36783), 131.11 MiB | 360.00 KiB/s Receiving objects: 36% (13242/36783), 131.27 MiB | 361.00 KiB/s Receiving objects: 36% (13571/36783), 131.68 MiB | 373.00 KiB/s Receiving objects: 36% (13575/36783), 131.89 MiB | 376.00 KiB/s Receiving objects: 36% (13581/36783), 132.39 MiB | 392.00 KiB/s Receiving objects: 36% (13583/36783), 132.89 MiB | 422.00 KiB/s Receiving objects: 36% (13589/36783), 133.43 MiB | 454.00 KiB/s Receiving objects: 36% (13595/36783), 133.68 MiB | 468.00 KiB/s Receiving objects: 37% (13610/36783), 133.96 MiB | 484.00 KiB/s Receiving objects: 38% (13978/36783), 134.24 MiB | 497.00 KiB/s Receiving objects: 38% (14157/36783), 134.49 MiB | 499.00 KiB/s Receiving objects: 38% (14203/36783), 134.80 MiB | 514.00 KiB/s Receiving objects: 39% (14346/36783), 134.80 MiB | 514.00 KiB/s Receiving objects: 40% (14714/36783), 134.96 MiB | 495.00 KiB/s Receiving objects: 41% (15082/36783), 134.96 MiB | 495.00 KiB/s Receiving objects: 41% (15418/36783), 135.14 MiB | 481.00 KiB/s Receiving objects: 42% (15449/36783), 135.14 MiB | 481.00 KiB/s Receiving objects: 43% (15817/36783), 135.14 MiB | 481.00 KiB/s Receiving objects: 44% (16185/36783), 135.33 MiB | 474.00 KiB/s Receiving objects: 45% (16553/36783), 135.33 MiB | 474.00 KiB/s Receiving objects: 46% (16921/36783), 135.33 MiB | 474.00 KiB/s Receiving objects: 47% (17289/36783), 135.33 MiB | 474.00 KiB/s Receiving objects: 48% (17656/36783), 135.55 MiB | 460.00 KiB/s Receiving objects: 49% (18024/36783), 135.55 MiB | 460.00 KiB/s Receiving objects: 49% (18308/36783), 135.55 MiB | 460.00 KiB/s Receiving objects: 50% (18392/36783), 135.55 MiB | 460.00 KiB/s Receiving objects: 51% (18760/36783), 135.55 MiB | 460.00 KiB/s Receiving objects: 51% (18847/36783), 135.99 MiB | 435.00 KiB/s Receiving objects: 51% (18877/36783), 136.46 MiB | 419.00 KiB/s Receiving objects: 51% (18881/36783), 136.83 MiB | 398.00 KiB/s Receiving objects: 52% (19128/36783), 136.83 MiB | 398.00 KiB/s Receiving objects: 53% (19495/36783), 136.99 MiB | 390.00 KiB/s Receiving objects: 54% (19863/36783), 136.99 MiB | 390.00 KiB/s Receiving objects: 55% (20231/36783), 136.99 MiB | 390.00 KiB/s Receiving objects: 55% (20294/36783), 136.99 MiB | 390.00 KiB/s Receiving objects: 56% (20599/36783), 137.18 MiB | 384.00 KiB/s Receiving objects: 57% (20967/36783), 137.18 MiB | 384.00 KiB/s Receiving objects: 58% (21335/36783), 137.18 MiB | 384.00 KiB/s Receiving objects: 58% (21677/36783), 137.36 MiB | 377.00 KiB/s Receiving objects: 59% (21702/36783), 137.58 MiB | 367.00 KiB/s Receiving objects: 60% (22070/36783), 137.58 MiB | 367.00 KiB/s Receiving objects: 61% (22438/36783), 137.58 MiB | 367.00 KiB/s Receiving objects: 61% (22786/36783), 137.80 MiB | 376.00 KiB/s Receiving objects: 62% (22806/36783), 137.80 MiB | 376.00 KiB/s Receiving objects: 63% (23174/36783), 137.80 MiB | 376.00 KiB/s Receiving objects: 64% (23542/36783), 137.80 MiB | 376.00 KiB/s Receiving objects: 65% (23909/36783), 138.02 MiB | 384.00 KiB/s Receiving objects: 66% (24277/36783), 138.02 MiB | 384.00 KiB/s Receiving objects: 67% (24645/36783), 138.02 MiB | 384.00 KiB/s Receiving objects: 68% (25013/36783), 138.24 MiB | 377.00 KiB/s Receiving objects: 68% (25161/36783), 138.24 MiB | 377.00 KiB/s Receiving objects: 69% (25381/36783), 138.24 MiB | 377.00 KiB/s Receiving objects: 69% (25546/36783), 139.05 MiB | 437.00 KiB/s Receiving objects: 69% (25546/36783), 139.36 MiB | 473.00 KiB/s fatal: The remote end hung up unexpectedly [2021-01-27T01:05:00.364Z] fatal: early EOF [2021-01-27T01:05:00.364Z] fatal: index-pack failed [2021-01-27T01:05:00.364Z] [2021-01-27T01:05:00.364Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450) [2021-01-27T01:05:00.364Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051) [2021-01-27T01:05:00.364Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84) [2021-01-27T01:05:00.364Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573) [2021-01-27T01:05:00.364Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) [2021-01-27T01:05:00.364Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) [2021-01-27T01:05:00.364Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) [2021-01-27T01:05:00.364Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2021-01-27T01:05:00.364Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2021-01-27T01:05:00.364Z] at hudson.remoting.Request$2.run(Request.java:369) [2021-01-27T01:05:00.364Z] at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) [2021-01-27T01:05:00.364Z] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [2021-01-27T01:05:00.364Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [2021-01-27T01:05:00.364Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [2021-01-27T01:05:00.364Z] at java.lang.Thread.run(Thread.java:748) [2021-01-27T01:05:00.365Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu18.04-docker-8c-8g-23294 [2021-01-27T01:05:00.365Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) [2021-01-27T01:05:00.365Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2021-01-27T01:05:00.365Z] at hudson.remoting.Channel.call(Channel.java:998) [2021-01-27T01:05:00.365Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) [2021-01-27T01:05:00.365Z] at sun.reflect.GeneratedMethodAccessor453.invoke(Unknown Source) [2021-01-27T01:05:00.365Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2021-01-27T01:05:00.365Z] at java.lang.reflect.Method.invoke(Method.java:498) [2021-01-27T01:05:00.365Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) [2021-01-27T01:05:00.365Z] at com.sun.proxy.$Proxy118.execute(Unknown Source) [2021-01-27T01:05:00.365Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1132) [2021-01-27T01:05:00.365Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177) [2021-01-27T01:05:00.365Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) [2021-01-27T01:05:00.365Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) [2021-01-27T01:05:00.365Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) [2021-01-27T01:05:00.365Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2021-01-27T01:05:00.365Z] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [2021-01-27T01:05:00.365Z] ... 4 more [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T01:05:01.118Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-27T01:05:03.504Z] ---> sysstat.sh [2021-01-27T01:04:59.603Z] ERROR: Timeout after 10 minutes [Pipeline] libraryResource [Pipeline] sh [2021-01-27T01:05:04.396Z] ---> package-listing.sh [2021-01-27T01:05:04.397Z] ++ facter osfamily [2021-01-27T01:05:04.397Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T01:05:04.397Z] + OS_FAMILY=redhat [2021-01-27T01:05:04.397Z] + workspace=/w/workspace/edgex-go/2 [2021-01-27T01:05:04.397Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T01:05:04.397Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T01:05:04.397Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T01:05:04.397Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T01:05:04.397Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T01:05:04.397Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T01:05:04.397Z] + case "${OS_FAMILY}" in [2021-01-27T01:05:04.397Z] + rpm -qa [2021-01-27T01:05:04.397Z] + sort [2021-01-27T01:05:09.708Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T01:05:09.708Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T01:05:09.708Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T01:05:09.708Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T01:05:09.708Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-27T01:05:09.708Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-27T01:05:09.722Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T01:05:10.017Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T01:05:10.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T01:05:10.329Z] [2021-01-27T01:05:10.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T01:05:10.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T01:05:10.692Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T01:05:10.692Z] df20fa9351a1: Pulling fs layer [2021-01-27T01:05:10.692Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T01:05:10.692Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T01:05:10.692Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T01:05:10.692Z] 93b61091891f: Pulling fs layer [2021-01-27T01:05:10.692Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T01:05:10.692Z] 5e14af77c1be: Pulling fs layer [2021-01-27T01:05:10.692Z] 01666e4c0597: Pulling fs layer [2021-01-27T01:05:10.692Z] aa168da1d23b: Pulling fs layer [2021-01-27T01:05:10.692Z] 93b9cdb0e59b: Waiting [2021-01-27T01:05:10.692Z] 5e14af77c1be: Waiting [2021-01-27T01:05:10.692Z] 01666e4c0597: Waiting [2021-01-27T01:05:10.692Z] aa168da1d23b: Waiting [2021-01-27T01:05:10.692Z] 46f8f816bc3b: Waiting [2021-01-27T01:05:10.692Z] 93b61091891f: Waiting [2021-01-27T01:05:10.692Z] 36b3adc4ff6f: Download complete [2021-01-27T01:05:10.692Z] 46f8f816bc3b: Download complete [2021-01-27T01:05:10.692Z] df20fa9351a1: Verifying Checksum [2021-01-27T01:05:10.692Z] df20fa9351a1: Download complete [2021-01-27T01:05:10.958Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T01:05:10.958Z] 93b9cdb0e59b: Download complete [2021-01-27T01:05:10.958Z] 5e14af77c1be: Verifying Checksum [2021-01-27T01:05:10.958Z] 5e14af77c1be: Download complete [2021-01-27T01:05:10.958Z] 01666e4c0597: Verifying Checksum [2021-01-27T01:05:10.958Z] 01666e4c0597: Download complete [2021-01-27T01:05:10.958Z] 93b61091891f: Verifying Checksum [2021-01-27T01:05:10.958Z] 93b61091891f: Download complete [2021-01-27T01:05:11.221Z] df20fa9351a1: Pull complete [2021-01-27T01:05:11.482Z] 36b3adc4ff6f: Pull complete [2021-01-27T01:05:11.746Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T01:05:11.746Z] 8ad3a11d3b57: Download complete [2021-01-27T01:05:13.180Z] 8ad3a11d3b57: Pull complete [2021-01-27T01:05:13.445Z] aa168da1d23b: Verifying Checksum [2021-01-27T01:05:13.445Z] aa168da1d23b: Download complete [2021-01-27T01:05:14.022Z] 46f8f816bc3b: Pull complete [2021-01-27T01:05:14.287Z] 93b61091891f: Pull complete [2021-01-27T01:05:14.549Z] 93b9cdb0e59b: Pull complete [2021-01-27T01:05:14.549Z] 5e14af77c1be: Pull complete [2021-01-27T01:05:14.816Z] 01666e4c0597: Pull complete [2021-01-27T01:05:24.887Z] aa168da1d23b: Pull complete [2021-01-27T01:05:24.887Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T01:05:24.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T01:05:24.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T01:05:25.331Z] prd-centos7-docker-4c-2g-22927 does not seem to be running inside a container [2021-01-27T01:05:25.438Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T01:05:29.163Z] $ docker top 32e586ca5774cd26cae3d5202eab8b726f52ea3d9531d51ff5b321e370678283 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T01:05:29.795Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T01:05:30.097Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T01:05:30.398Z] + ls /var/log/sa-host [2021-01-27T01:05:30.399Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T01:05:30.399Z] file_magic: OK [2021-01-27T01:05:30.399Z] HZ: Using current value: 100 [2021-01-27T01:05:30.399Z] file_header: OK [2021-01-27T01:05:30.399Z] 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-01-27T01:05:30.399Z] Statistics: [2021-01-27T01:05:30.399Z] Hnuu...uuuununununu... [2021-01-27T01:05:30.399Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T01:05:30.399Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T01:05:30.399Z] file_magic: OK [2021-01-27T01:05:30.399Z] HZ: Using current value: 100 [2021-01-27T01:05:30.399Z] file_header: OK [2021-01-27T01:05:30.399Z] 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-01-27T01:05:30.399Z] Statistics: [2021-01-27T01:05:30.399Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T01:05:30.399Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T01:05:31.030Z] provisioning config files... [2021-01-27T01:05:31.049Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6388885141142227975tmp [Pipeline] { [Pipeline] echo [2021-01-27T01:05:31.117Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T01:05:31.412Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T01:05:31.422Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T01:05:31.512Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T01:05:31.819Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T01:05:31.830Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T01:05:32.124Z] ---> sudo-logs.sh [2021-01-27T01:05:32.125Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T01:05:32.135Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T01:05:32.436Z] ---> job-cost.sh [2021-01-27T01:05:32.436Z] lf-activate-venv: SKIPPING [2021-01-27T01:05:32.436Z] INFO: No Stack... [2021-01-27T01:05:33.828Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T01:05:34.091Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T01:05:34.108Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T01:05:34.410Z] ---> logs-deploy.sh [2021-01-27T01:05:34.410Z] lf-activate-venv: SKIPPING [2021-01-27T01:05:34.410Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3078/2 [2021-01-27T01:05:34.410Z] INFO: archiving workspace using pattern(s): [2021-01-27T01:05:36.328Z] Archives upload complete. [2021-01-27T01:05:36.328Z] INFO: archiving logs to Nexus