Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from df9f98fcb2fb8b861d59aef466eee886632dbbe0+ffa292a08661baeb026f188275a19c5914c89a0e (8b3b5640a9c39335f42a36fd686c6b827a5522cf) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32247 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/49 [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/49 # 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 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit df9f98fcb2fb8b861d59aef466eee886632dbbe0 Merge succeeded, producing df9f98fcb2fb8b861d59aef466eee886632dbbe0 Checking out Revision df9f98fcb2fb8b861d59aef466eee886632dbbe0 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk f415019efd607e65978b74d2e103af9d7ecc09df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T12:49:51.790Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T12:49:52.132Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T12:49:52.263Z] ========================================================= [2021-03-31T12:49:52.263Z] EdgeX Global Pipelines Version Info [2021-03-31T12:49:52.263Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:49:53.704Z] ------------------- [2021-03-31T12:49:53.704Z] stable info: [2021-03-31T12:49:53.704Z] ------------------- [2021-03-31T12:49:53.704Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T12:49:53.704Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T12:49:53.704Z] Message: update stable to v1.0.186 [2021-03-31T12:49:54.656Z] ------------------- [2021-03-31T12:49:54.656Z] experimental info: [2021-03-31T12:49:54.656Z] ------------------- [2021-03-31T12:49:54.656Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T12:49:54.656Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T12:49:54.656Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T12:49:54.971Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T12:49:55.077Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T12:49:55.170Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T12:49:55.271Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T12:49:55.365Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T12:49:55.451Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T12:49:55.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T12:49:55.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T12:49:55.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T12:49:55.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T12:49:55.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T12:49:56.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T12:49:56.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T12:49:56.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T12:49:56.256Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:49:56.344Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:49:56.459Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T12:49:56.555Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T12:49:56.648Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T12:49:56.746Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T12:49:56.843Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T12:49:57.010Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T12:49:57.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T12:49:57.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T12:49:57.301Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-31T12:49:57.389Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df9f98fcb2fb8b861d59aef466eee886632dbbe0 [Pipeline] echo [2021-03-31T12:49:57.514Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df9f98f [Pipeline] echo [2021-03-31T12:49:57.614Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:49:57.785Z] provisioning config files... [2021-03-31T12:49:57.819Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config1728830419735192840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:49:58.197Z] ---> docker-login.sh [2021-03-31T12:49:58.197Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:49:58.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:49:58.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:49:58.461Z] Configure a credential helper to remove this warning. See [2021-03-31T12:49:58.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:49:58.461Z] [2021-03-31T12:49:58.461Z] Login Succeeded [2021-03-31T12:49:58.461Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:49:58.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:49:58.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:49:58.724Z] Configure a credential helper to remove this warning. See [2021-03-31T12:49:58.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:49:58.724Z] [2021-03-31T12:49:58.724Z] Login Succeeded [2021-03-31T12:49:58.724Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:49:58.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:49:58.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:49:58.988Z] Configure a credential helper to remove this warning. See [2021-03-31T12:49:58.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:49:58.988Z] [2021-03-31T12:49:58.988Z] Login Succeeded [2021-03-31T12:49:58.988Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:49:58.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:49:58.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:49:58.988Z] Configure a credential helper to remove this warning. See [2021-03-31T12:49:58.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:49:58.988Z] [2021-03-31T12:49:58.988Z] Login Succeeded [2021-03-31T12:49:58.988Z] docker.io [2021-03-31T12:49:59.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:04.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:04.564Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:04.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:04.564Z] [2021-03-31T12:50:04.564Z] Login Succeeded [2021-03-31T12:50:04.564Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:50:04.574Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:50:05.070Z] ++ 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-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T12:50:05.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:05.070Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:50:05.070Z] ++ cut -d/ -f2 [2021-03-31T12:50:05.070Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T12:50:05.145Z] 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-03-31T12:50:06.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:50:06.022Z] [2021-03-31T12:50:06.022Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:06.370Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:50:06.370Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T12:50:06.370Z] 31603596830f: Pulling fs layer [2021-03-31T12:50:06.370Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T12:50:06.370Z] 6ca5941a6612: Pulling fs layer [2021-03-31T12:50:06.370Z] ecc8261a40a4: Pulling fs layer [2021-03-31T12:50:06.370Z] ecc8261a40a4: Waiting [2021-03-31T12:50:06.370Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T12:50:06.370Z] 2a8b12db71e7: Download complete [2021-03-31T12:50:06.636Z] 31603596830f: Download complete [2021-03-31T12:50:06.636Z] ecc8261a40a4: Verifying Checksum [2021-03-31T12:50:06.636Z] ecc8261a40a4: Download complete [2021-03-31T12:50:06.636Z] 6ca5941a6612: Verifying Checksum [2021-03-31T12:50:06.636Z] 6ca5941a6612: Download complete [2021-03-31T12:50:06.899Z] 31603596830f: Pull complete [2021-03-31T12:50:07.162Z] 2a8b12db71e7: Pull complete [2021-03-31T12:50:07.741Z] 6ca5941a6612: Pull complete [2021-03-31T12:50:08.314Z] ecc8261a40a4: Pull complete [2021-03-31T12:50:08.314Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T12:50:08.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:50:08.314Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T12:50:08.452Z] prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container [2021-03-31T12:50:08.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T12:50:11.057Z] $ docker top 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T12:50:11.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:50:11.430Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:50:11.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:50:11.644Z] $ docker exec 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent [2021-03-31T12:50:11.821Z] SSH_AUTH_SOCK=/tmp/ssh-p3qjgPP3EVgR/agent.12 [2021-03-31T12:50:11.821Z] SSH_AGENT_PID=17 [2021-03-31T12:50:11.832Z] Running ssh-add (command line suppressed) [2021-03-31T12:50:11.946Z] Identity added: /w/workspace/edgex-go/49@tmp/private_key_7170761644374035755.key (/w/workspace/edgex-go/49@tmp/private_key_7170761644374035755.key) [2021-03-31T12:50:11.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:50:12.375Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T12:50:12.400Z] $ docker exec --env ******** --env ******** 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent -k [2021-03-31T12:50:12.509Z] unset SSH_AUTH_SOCK; [2021-03-31T12:50:12.509Z] unset SSH_AGENT_PID; [2021-03-31T12:50:12.509Z] echo Agent pid 17 killed; [2021-03-31T12:50:12.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T12:50:12.738Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:50:12.738Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:50:12.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:50:12.930Z] $ docker exec 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent [2021-03-31T12:50:13.100Z] SSH_AUTH_SOCK=/tmp/ssh-ScsN640JWZtR/agent.47 [2021-03-31T12:50:13.100Z] SSH_AGENT_PID=52 [2021-03-31T12:50:13.106Z] Running ssh-add (command line suppressed) [2021-03-31T12:50:13.228Z] Identity added: /w/workspace/edgex-go/49@tmp/private_key_8549271069305102103.key (/w/workspace/edgex-go/49@tmp/private_key_8549271069305102103.key) [2021-03-31T12:50:13.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:50:13.613Z] + git semver init [2021-03-31T12:50:13.613Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T12:50:13.613Z] # $GIT_DIR = /w/workspace/edgex-go/49/.git [2021-03-31T12:50:13.613Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/49 [2021-03-31T12:50:13.613Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T12:50:13.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T12:50:13.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T12:50:13.613Z] # $SEMVER_BRANCH = PR-3234 [2021-03-31T12:50:13.613Z] # $SEMVER_TEMP = /tmp/semver-319928698 [2021-03-31T12:50:13.613Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T12:50:45.843Z] # '/tmp/semver-319928698' -> '/w/workspace/edgex-go/49/.semver' [2021-03-31T12:50:45.843Z] # -> Force: false [2021-03-31T12:50:45.843Z] # $SEMVER_DIR = /w/workspace/edgex-go/49/.semver [Pipeline] } [2021-03-31T12:50:45.856Z] $ docker exec --env ******** --env ******** 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent -k [2021-03-31T12:50:46.148Z] unset SSH_AUTH_SOCK; [2021-03-31T12:50:46.148Z] unset SSH_AGENT_PID; [2021-03-31T12:50:46.148Z] echo Agent pid 52 killed; [2021-03-31T12:50:46.250Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:50:46.722Z] + git semver [Pipeline] } [2021-03-31T12:50:46.739Z] $ docker stop --time=1 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 [2021-03-31T12:50:48.705Z] $ docker rm -f 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:50:50.329Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T12:50:50.867Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T12:50:50.870Z] [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] { [2021-03-31T12:50:51.552Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32246 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] sh [Pipeline] { [Pipeline] ws [2021-03-31T12:50:51.686Z] Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout [2021-03-31T12:50:51.879Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:50:52.174Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:50:52.475Z] + sudo service docker restart [2021-03-31T12:50:52.475Z] + true [2021-03-31T12:50:52.475Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T12:50:53.071Z] ========================================================= [2021-03-31T12:50:53.071Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T12:50:53.071Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:53.410Z] + 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-03-31T12:50:56.141Z] using credential edgex-jenkins-ssh [2021-03-31T12:50:56.212Z] Cloning the remote Git repository [2021-03-31T12:50:56.267Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:50:56.374Z] > git init /w/workspace/edgex-go/49 # timeout=10 [2021-03-31T12:50:56.448Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:50:56.449Z] > git --version # timeout=10 [2021-03-31T12:50:56.470Z] > git --version # 'git version 2.17.1' [2021-03-31T12:50:56.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:50:56.604Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:50:56.733Z] Sending build context to Docker daemon 328.9MB [2021-03-31T12:50:56.733Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:56.733Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:50:56.733Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T12:50:56.733Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T12:50:56.733Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T12:50:56.733Z] de9db76c5a1d: Pulling fs layer [2021-03-31T12:50:56.733Z] bca2f99d35d6: Pulling fs layer [2021-03-31T12:50:56.733Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T12:50:56.733Z] 7c6f9722023f: Pulling fs layer [2021-03-31T12:50:56.733Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T12:50:56.733Z] 93359f2a8cfa: Waiting [2021-03-31T12:50:56.733Z] 7c6f9722023f: Waiting [2021-03-31T12:50:56.733Z] a35cf1a2eb13: Waiting [2021-03-31T12:50:56.733Z] bca2f99d35d6: Waiting [2021-03-31T12:50:56.733Z] de9db76c5a1d: Verifying Checksum [2021-03-31T12:50:56.733Z] de9db76c5a1d: Download complete [2021-03-31T12:50:57.002Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T12:50:57.002Z] 0ef7d3d256c8: Download complete [2021-03-31T12:50:57.002Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T12:50:57.002Z] 93359f2a8cfa: Download complete [2021-03-31T12:50:57.002Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T12:50:57.002Z] 188c0c94c7c5: Download complete [2021-03-31T12:50:57.002Z] 7c6f9722023f: Verifying Checksum [2021-03-31T12:50:57.002Z] 7c6f9722023f: Download complete [2021-03-31T12:50:57.272Z] 188c0c94c7c5: Pull complete [2021-03-31T12:50:57.535Z] 0ef7d3d256c8: Pull complete [2021-03-31T12:50:57.535Z] de9db76c5a1d: Pull complete [2021-03-31T12:50:58.933Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T12:50:58.933Z] a35cf1a2eb13: Download complete [2021-03-31T12:50:59.195Z] bca2f99d35d6: Verifying Checksum [2021-03-31T12:50:59.195Z] bca2f99d35d6: Download complete [2021-03-31T12:51:04.515Z] bca2f99d35d6: Pull complete [2021-03-31T12:51:04.515Z] 93359f2a8cfa: Pull complete [2021-03-31T12:51:04.515Z] 7c6f9722023f: Pull complete [2021-03-31T12:51:09.832Z] a35cf1a2eb13: Pull complete [2021-03-31T12:51:09.832Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T12:51:09.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T12:51:09.832Z] ---> a62c8e92a672 [2021-03-31T12:51:09.832Z] 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-03-31T12:51:10.095Z] ---> Running in c50a9b92bc14 [2021-03-31T12:51:10.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:11.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:12.192Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:51:12.192Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:51:12.454Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:51:12.454Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:51:22.471Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:51:22.472Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:51:22.472Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:51:22.472Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:51:22.472Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:51:22.472Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:51:22.472Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:51:22.742Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:51:22.742Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:51:22.742Z] OK: 233 MiB in 51 packages [2021-03-31T12:51:24.301Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:51:24.746Z] Merge succeeded, producing df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:51:24.747Z] Checking out Revision df9f98fcb2fb8b861d59aef466eee886632dbbe0 (PR-3234) [2021-03-31T12:51:23.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:51:23.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:51:23.483Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:51:23.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:51:23.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:51:23.576Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:51:24.328Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:51:24.350Z] > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 [2021-03-31T12:51:24.655Z] > git remote # timeout=10 [2021-03-31T12:51:24.672Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T12:51:24.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:51:24.703Z] > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 [2021-03-31T12:51:24.725Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T12:51:24.754Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:51:24.764Z] > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 [2021-03-31T12:51:26.963Z] Removing intermediate container c50a9b92bc14 [2021-03-31T12:51:26.964Z] ---> 1249b0eba1ec [2021-03-31T12:51:26.964Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:51:26.964Z] ---> Running in bd200fd701fc [2021-03-31T12:51:26.964Z] Removing intermediate container bd200fd701fc [2021-03-31T12:51:26.964Z] ---> 9c96231470c1 [2021-03-31T12:51:26.964Z] Step 5/6 : COPY go.mod . [2021-03-31T12:51:26.964Z] ---> 60e8403aa58d [2021-03-31T12:51:26.964Z] Step 6/6 : RUN go mod download [2021-03-31T12:51:27.226Z] ---> Running in 4e3c59b6b001 [2021-03-31T12:51:29.158Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T12:51:30.628Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:51:31.066Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:51:31.406Z] + true [2021-03-31T12:51:31.406Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:51:34.123Z] provisioning config files... [2021-03-31T12:51:34.183Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config4301807375641618453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:51:34.608Z] ---> docker-login.sh [2021-03-31T12:51:34.608Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:51:35.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:51:35.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:51:35.864Z] Configure a credential helper to remove this warning. See [2021-03-31T12:51:35.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:51:35.864Z] [2021-03-31T12:51:35.864Z] Login Succeeded [2021-03-31T12:51:35.864Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:51:36.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:51:36.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:51:36.136Z] Configure a credential helper to remove this warning. See [2021-03-31T12:51:36.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:51:36.136Z] [2021-03-31T12:51:36.136Z] Login Succeeded [2021-03-31T12:51:36.136Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:51:36.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:51:36.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:51:36.735Z] Configure a credential helper to remove this warning. See [2021-03-31T12:51:36.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:51:36.735Z] [2021-03-31T12:51:36.735Z] Login Succeeded [2021-03-31T12:51:36.735Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:51:37.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:51:37.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:51:37.308Z] Configure a credential helper to remove this warning. See [2021-03-31T12:51:37.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:51:37.308Z] [2021-03-31T12:51:37.308Z] Login Succeeded [2021-03-31T12:51:37.308Z] docker.io [2021-03-31T12:51:37.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:51:37.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:51:37.857Z] Configure a credential helper to remove this warning. See [2021-03-31T12:51:37.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:51:37.857Z] [2021-03-31T12:51:37.857Z] Login Succeeded [2021-03-31T12:51:37.857Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:51:37.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T12:51:38.331Z] ========================================================= [2021-03-31T12:51:38.331Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T12:51:38.331Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:51:38.699Z] + 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-03-31T12:51:41.317Z] Sending build context to Docker daemon 167MB [2021-03-31T12:51:41.317Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:41.317Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:51:41.317Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T12:51:41.317Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T12:51:41.317Z] a4357932f1b6: Pulling fs layer [2021-03-31T12:51:41.317Z] 18c013af1878: Pulling fs layer [2021-03-31T12:51:41.317Z] 00ac8860ef70: Pulling fs layer [2021-03-31T12:51:41.317Z] 63d7cb157983: Pulling fs layer [2021-03-31T12:51:41.317Z] b116817d02f9: Pulling fs layer [2021-03-31T12:51:41.317Z] 745a02a5169b: Pulling fs layer [2021-03-31T12:51:41.317Z] 63d7cb157983: Waiting [2021-03-31T12:51:41.317Z] 00ac8860ef70: Waiting [2021-03-31T12:51:41.317Z] 745a02a5169b: Waiting [2021-03-31T12:51:41.317Z] b116817d02f9: Waiting [2021-03-31T12:51:41.317Z] 18c013af1878: Verifying Checksum [2021-03-31T12:51:41.317Z] 18c013af1878: Download complete [2021-03-31T12:51:41.317Z] a4357932f1b6: Download complete [2021-03-31T12:51:41.592Z] b116817d02f9: Verifying Checksum [2021-03-31T12:51:41.592Z] b116817d02f9: Download complete [2021-03-31T12:51:41.592Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T12:51:41.592Z] 5f621e34cdf4: Download complete [2021-03-31T12:51:42.194Z] 5f621e34cdf4: Pull complete [2021-03-31T12:51:42.791Z] a4357932f1b6: Pull complete [2021-03-31T12:51:43.061Z] 18c013af1878: Pull complete [2021-03-31T12:51:44.497Z] 745a02a5169b: Download complete [2021-03-31T12:51:45.481Z] 00ac8860ef70: Verifying Checksum [2021-03-31T12:51:45.481Z] 00ac8860ef70: Download complete [2021-03-31T12:51:49.242Z] Removing intermediate container 4e3c59b6b001 [2021-03-31T12:51:49.243Z] ---> 2ed29f598313 [2021-03-31T12:51:49.243Z] Successfully built 2ed29f598313 [2021-03-31T12:51:49.243Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:51:49.568Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:51:49.568Z] . [Pipeline] withDockerContainer [2021-03-31T12:51:49.670Z] prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container [2021-03-31T12:51:49.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 ******** ci-base-image-x86_64 cat [2021-03-31T12:51:50.508Z] $ docker top 4dccc3eb1ac00038fad0c54823cbde209e8f368262ee704ce7e7e8847fba7f08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:51:51.088Z] + go version [2021-03-31T12:51:51.088Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T12:51:51.105Z] $ docker stop --time=1 4dccc3eb1ac00038fad0c54823cbde209e8f368262ee704ce7e7e8847fba7f08 [2021-03-31T12:51:52.455Z] $ docker rm -f 4dccc3eb1ac00038fad0c54823cbde209e8f368262ee704ce7e7e8847fba7f08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:51:53.278Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:51:53.278Z] . [Pipeline] withDockerContainer [2021-03-31T12:51:53.409Z] prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container [2021-03-31T12:51:53.474Z] $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 ******** ci-base-image-x86_64 cat [2021-03-31T12:51:54.570Z] $ docker top 43b9188a6ce00c80876c2b1339712970cc5bdd7429a977dfd1827163ddadc80a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:51:54.753Z] ========================================================= [2021-03-31T12:51:54.753Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:51:54.753Z] ========================================================= [Pipeline] sh [2021-03-31T12:51:55.052Z] + make test [2021-03-31T12:51:55.052Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:51:55.621Z] 00ac8860ef70: Pull complete [2021-03-31T12:51:55.621Z] 63d7cb157983: Pull complete [2021-03-31T12:51:55.895Z] b116817d02f9: Pull complete [2021-03-31T12:52:00.209Z] 745a02a5169b: Pull complete [2021-03-31T12:52:00.209Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T12:52:00.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T12:52:00.209Z] ---> b7e6874047d6 [2021-03-31T12:52:00.209Z] 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-03-31T12:52:03.612Z] ---> Running in 526568c94a8c [2021-03-31T12:52:04.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:52:05.107Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:52:05.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:52:05.773Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:52:06.045Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:52:06.046Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:52:06.317Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:52:09.697Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:52:09.697Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:52:09.697Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:52:09.697Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:52:09.697Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:52:09.697Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:52:09.697Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:52:09.967Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:52:09.967Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:09.967Z] OK: 217 MiB in 51 packages [2021-03-31T12:52:14.289Z] Removing intermediate container 526568c94a8c [2021-03-31T12:52:14.289Z] ---> a16b61f7cf1b [2021-03-31T12:52:14.289Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:52:14.289Z] ---> Running in a6874504b01f [2021-03-31T12:52:14.883Z] Removing intermediate container a6874504b01f [2021-03-31T12:52:14.883Z] ---> b1961e132dea [2021-03-31T12:52:14.883Z] Step 5/6 : COPY go.mod . [2021-03-31T12:52:15.477Z] ---> f071c7ac8c2a [2021-03-31T12:52:15.478Z] Step 6/6 : RUN go mod download [2021-03-31T12:52:15.750Z] ---> Running in 991ebb52c062 [2021-03-31T12:52:20.129Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:52:26.795Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:52:26.795Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:52:26.795Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:52:28.227Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:52:28.227Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:52:28.227Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:52:28.227Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:52:29.643Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:52:29.643Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:52:32.211Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:52:32.211Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:52:32.211Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:52:34.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-03-31T12:52:34.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:52:34.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:52:34.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:52:34.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:52:34.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:52:34.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:52:34.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements [2021-03-31T12:52:34.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-03-31T12:52:38.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:52:38.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:52:38.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:52:38.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:52:38.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.181s coverage: 82.9% of statements [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:52:38.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.077s coverage: 78.9% of statements [2021-03-31T12:52:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:52:41.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:52:41.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:52:41.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:52:41.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:52:41.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:52:41.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:52:41.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:52:42.552Z] Removing intermediate container 991ebb52c062 [2021-03-31T12:52:42.552Z] ---> dec166e9f8af [2021-03-31T12:52:42.552Z] Successfully built dec166e9f8af [2021-03-31T12:52:42.552Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:52:42.895Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T12:52:42.895Z] . [Pipeline] withDockerContainer [2021-03-31T12:52:43.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.367s coverage: 92.8% of statements [2021-03-31T12:52:43.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:52:43.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:52:43.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:52:43.025Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:52:43.025Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:52:43.025Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:52:43.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:52:43.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 1.0% of statements [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:52:43.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:52:43.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2021-03-31T12:52:43.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements [2021-03-31T12:52:43.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-03-31T12:52:43.142Z] prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container [2021-03-31T12:52:43.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 ******** ci-base-image-arm64 cat [2021-03-31T12:52:43.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-03-31T12:52:43.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-03-31T12:52:44.675Z] $ docker top 0867b9c24fa1adad0992534def35ad7d090e664cfe05f5a56910331956ee30e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:52:45.636Z] + go version [2021-03-31T12:52:45.636Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T12:52:45.658Z] $ docker stop --time=1 0867b9c24fa1adad0992534def35ad7d090e664cfe05f5a56910331956ee30e9 [2021-03-31T12:52:47.563Z] $ docker rm -f 0867b9c24fa1adad0992534def35ad7d090e664cfe05f5a56910331956ee30e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:52:48.571Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T12:52:48.571Z] . [Pipeline] withDockerContainer [2021-03-31T12:52:48.831Z] prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container [2021-03-31T12:52:48.907Z] $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 ******** ci-base-image-arm64 cat [2021-03-31T12:52:50.325Z] $ docker top e3f26a733d5310d4d6c0f96e8ebfd966702712f54239b26cce4439365fc1294d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:52:50.710Z] ========================================================= [2021-03-31T12:52:50.710Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:52:50.710Z] ========================================================= [Pipeline] sh [2021-03-31T12:52:51.361Z] + make test [2021-03-31T12:52:51.361Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:52:56.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements [2021-03-31T12:52:56.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-03-31T12:52:59.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.222s coverage: 82.6% of statements [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:53:07.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-31T12:53:07.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 69.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 38.4% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.772s coverage: 29.1% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 95.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:53:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:53:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-03-31T12:53:08.256Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-31T12:53:08.521Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-31T12:53:08.785Z] GO111MODULE=on go vet ./... [2021-03-31T12:53:13.534Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:53:35.515Z] gofmt -l . [2021-03-31T12:53:35.515Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:53:35.777Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:53:36.351Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T12:53:37.611Z] + ls -al . [2021-03-31T12:53:37.611Z] total 780 [2021-03-31T12:53:37.611Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 12:53 . [2021-03-31T12:53:37.611Z] drwxr-xr-x 4 root root 30 Mar 31 12:51 .. [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:49 .dockerignore [2021-03-31T12:53:37.611Z] drwxrwxr-x 8 1001 1001 179 Mar 31 12:49 .git [2021-03-31T12:53:37.611Z] drwxrwxr-x 3 1001 1001 125 Mar 31 12:49 .github [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:49 .gitignore [2021-03-31T12:53:37.611Z] drwx------ 3 1001 1001 60 Mar 31 12:50 .semver [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:49 .sonarcloud.properties [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:49 Attribution.txt [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:49 CONTRIBUTING.md [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:49 Dockerfile.build [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:49 Jenkinsfile [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:49 LICENSE [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:49 Makefile [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:49 README.md [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:49 SECURITY.md [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:50 VERSION [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:49 ZMQWindows.md [2021-03-31T12:53:37.611Z] drwxrwxr-x 2 1001 1001 117 Mar 31 12:49 bin [2021-03-31T12:53:37.611Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:49 cmd [2021-03-31T12:53:37.611Z] -rw-r--r-- 1 root root 669470 Mar 31 12:53 coverage.out [2021-03-31T12:53:37.611Z] -rw-r--r-- 1 root root 1057 Mar 31 12:53 go.mod [2021-03-31T12:53:37.611Z] -rw-r--r-- 1 root root 22533 Mar 31 12:53 go.sum [2021-03-31T12:53:37.611Z] drwxrwxr-x 8 1001 1001 127 Mar 31 12:49 internal [2021-03-31T12:53:37.611Z] drwxrwxr-x 4 1001 1001 26 Mar 31 12:49 openapi [2021-03-31T12:53:37.611Z] drwxrwxr-x 4 1001 1001 71 Mar 31 12:49 snap [2021-03-31T12:53:37.611Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:49 version.go [Pipeline] sh [2021-03-31T12:53:37.916Z] + '[' -e coverage.out ] [2021-03-31T12:53:37.916Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:53:38.169Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:53:38.464Z] + make build [2021-03-31T12:53:38.464Z] 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-03-31T12:53:42.697Z] 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-03-31T12:53:50.920Z] 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-03-31T12:53:51.868Z] 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-03-31T12:53:53.267Z] 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-03-31T12:53:53.854Z] 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-03-31T12:53:55.273Z] 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-03-31T12:53:56.682Z] 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-03-31T12:53:58.086Z] 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-03-31T12:53:59.035Z] 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-03-31T12:53:59.999Z] 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-03-31T12:54:00.535Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:54:01.434Z] 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-03-31T12:54:03.387Z] $ docker stop --time=1 43b9188a6ce00c80876c2b1339712970cc5bdd7429a977dfd1827163ddadc80a [2021-03-31T12:54:04.978Z] $ docker rm -f 43b9188a6ce00c80876c2b1339712970cc5bdd7429a977dfd1827163ddadc80a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:06.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:06.836Z] [2021-03-31T12:54:06.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:07.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:07.188Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T12:54:07.188Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T12:54:07.188Z] ca9280d653b3: Pulling fs layer [2021-03-31T12:54:07.188Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T12:54:07.452Z] cbdbe7a5bc2a: Download complete [2021-03-31T12:54:07.715Z] cbdbe7a5bc2a: Pull complete [2021-03-31T12:54:07.984Z] ca9280d653b3: Verifying Checksum [2021-03-31T12:54:07.984Z] ca9280d653b3: Download complete [2021-03-31T12:54:08.942Z] 7e9c9ca2126c: Download complete [2021-03-31T12:54:08.942Z] ca9280d653b3: Pull complete [2021-03-31T12:54:09.056Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:54:15.556Z] 7e9c9ca2126c: Pull complete [2021-03-31T12:54:15.557Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T12:54:15.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:15.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T12:54:15.759Z] prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container [2021-03-31T12:54:15.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:54:15.805Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:54:15.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:54:18.935Z] $ docker top 850ef37487f5b2c7348bbcfa54c171c157a4d879629c8d71c3630b97357eca46 -eo pid,comm [2021-03-31T12:54:20.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:54:20.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:54:20.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:54:20.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] { [Pipeline] sh [2021-03-31T12:54:20.650Z] + docker-compose build --help [2021-03-31T12:54:20.650Z] + grep parallel [2021-03-31T12:54:21.595Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:54:21.611Z] $ docker stop --time=1 850ef37487f5b2c7348bbcfa54c171c157a4d879629c8d71c3630b97357eca46 [2021-03-31T12:54:22.942Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:54:22.979Z] $ docker rm -f 850ef37487f5b2c7348bbcfa54c171c157a4d879629c8d71c3630b97357eca46 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-31T12:54:23.229Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:23.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:23.602Z] . [Pipeline] withDockerContainer [2021-03-31T12:54:23.702Z] prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container [2021-03-31T12:54:23.751Z] $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:54:24.390Z] $ docker top a7fad7442777e2f463c89065f4f2ba8b98e21d45484f908de7081b882c555477 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:54:24.863Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:54:26.374Z] Building docker-core-command-go ... [2021-03-31T12:54:26.374Z] Building docker-core-data-go ... [2021-03-31T12:54:26.374Z] Building docker-core-metadata-go ... [2021-03-31T12:54:26.374Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:54:26.374Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:54:26.374Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:54:26.374Z] Building docker-support-notifications-go ... [2021-03-31T12:54:26.374Z] Building docker-support-scheduler-go ... [2021-03-31T12:54:26.374Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:54:26.374Z] Building docker-sys-mgmt-agent-go [2021-03-31T12:54:26.374Z] Building docker-core-metadata-go [2021-03-31T12:54:26.374Z] Building docker-security-secretstore-setup-go [2021-03-31T12:54:26.374Z] Building docker-support-notifications-go [2021-03-31T12:54:26.374Z] Building docker-security-bootstrapper-go [2021-03-31T12:54:31.522Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:54:31.522Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:54:31.522Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:54:38.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.384s coverage: 45.9% of statements [2021-03-31T12:54:38.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:54:38.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:54:38.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:54:38.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:54:38.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:54:38.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:54:38.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.196s coverage: 19.8% of statements [2021-03-31T12:54:38.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements [2021-03-31T12:54:45.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:54:45.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.153s coverage: 100.0% of statements [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:54:45.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.169s coverage: 100.0% of statements [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:54:45.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:54:46.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 71.3% of statements [2021-03-31T12:54:46.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:54:46.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:54:47.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.526s coverage: 82.9% of statements [2021-03-31T12:54:47.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:54:47.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:54:47.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.203s coverage: 78.9% of statements [2021-03-31T12:54:47.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:54:57.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.233s coverage: 28.6% of statements [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:54:57.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.281s coverage: 100.0% of statements [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:54:57.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:54:57.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.483s coverage: 86.7% of statements [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:54:57.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:54:57.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.252s coverage: 78.3% of statements [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:54:57.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:54:58.688Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:54:58.688Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:54:58.688Z] ---> 2ed29f598313 [2021-03-31T12:54:58.688Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:54:58.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:54:58.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:54:58.688Z] ---> 2ed29f598313 [2021-03-31T12:54:58.688Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:54:58.688Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:54:58.688Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:54:58.688Z] ---> 2ed29f598313 [2021-03-31T12:54:58.688Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:54:58.688Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:54:58.688Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:54:58.688Z] ---> 2ed29f598313 [2021-03-31T12:54:58.688Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:54:58.688Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:54:58.688Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:54:58.688Z] ---> 2ed29f598313 [2021-03-31T12:54:58.688Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T12:54:58.688Z] ---> Running in 4977be8eb58a [2021-03-31T12:54:58.688Z] ---> Running in d602c72e4ea5 [2021-03-31T12:54:58.688Z] ---> Running in ffd0a128ed52 [2021-03-31T12:54:58.688Z] ---> Running in 09ae5ee351e0 [2021-03-31T12:54:58.688Z] ---> Running in 21ff6e183eba [2021-03-31T12:54:58.688Z] Removing intermediate container 4977be8eb58a [2021-03-31T12:54:58.688Z] ---> 4385a3eb843a [2021-03-31T12:54:58.688Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:54:58.688Z] Removing intermediate container 21ff6e183eba [2021-03-31T12:54:58.688Z] ---> c743d8619a82 [2021-03-31T12:54:58.689Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:54:58.689Z] Removing intermediate container d602c72e4ea5 [2021-03-31T12:54:58.689Z] ---> e57ef5cd15e3 [2021-03-31T12:54:58.689Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:54:58.689Z] Removing intermediate container ffd0a128ed52 [2021-03-31T12:54:58.689Z] ---> 421c80dc01fd [2021-03-31T12:54:58.689Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:54:58.689Z] Removing intermediate container 09ae5ee351e0 [2021-03-31T12:54:58.689Z] ---> ce9fd0440ee5 [2021-03-31T12:54:58.689Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:54:58.689Z] ---> Running in e0552705a5b0 [2021-03-31T12:54:58.689Z] ---> Running in 9dfd71a9c04d [2021-03-31T12:54:58.689Z] ---> Running in 929e38694efc [2021-03-31T12:54:58.689Z] ---> Running in 6de2d82496c5 [2021-03-31T12:54:58.689Z] ---> Running in 5efc74ce9e15 [2021-03-31T12:54:58.951Z] Removing intermediate container 9dfd71a9c04d [2021-03-31T12:54:58.951Z] ---> ec4527849765 [2021-03-31T12:54:58.951Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T12:54:59.214Z] ---> Running in 1b1b747d5b27 [2021-03-31T12:54:59.214Z] Removing intermediate container e0552705a5b0 [2021-03-31T12:54:59.214Z] ---> 733700a76afe [2021-03-31T12:54:59.214Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:54:59.479Z] Removing intermediate container 929e38694efc [2021-03-31T12:54:59.479Z] ---> bc4bb2e7319e [2021-03-31T12:54:59.479Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T12:54:59.479Z] Removing intermediate container 6de2d82496c5 [2021-03-31T12:54:59.479Z] ---> 4c01a65e1a22 [2021-03-31T12:54:59.479Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T12:54:59.479Z] Removing intermediate container 5efc74ce9e15 [2021-03-31T12:54:59.479Z] ---> d2fc2d02c683 [2021-03-31T12:54:59.479Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:54:59.479Z] ---> Running in 321375ec94c8 [2021-03-31T12:54:59.480Z] ---> Running in c04829c332d6 [2021-03-31T12:54:59.744Z] ---> Running in 8cb2fa4e2ae1 [2021-03-31T12:54:59.744Z] ---> Running in 0bdd62092b8f [2021-03-31T12:55:00.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:00.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:00.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:00.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:00.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:01.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:01.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:01.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:01.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:01.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:01.970Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:02.254Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:02.254Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:02.254Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:02.521Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:02.521Z] Removing intermediate container c04829c332d6 [2021-03-31T12:55:02.521Z] ---> 3a0a8b3cd032 [2021-03-31T12:55:02.521Z] Step 6/31 : COPY go.mod . [2021-03-31T12:55:03.101Z] Removing intermediate container 321375ec94c8 [2021-03-31T12:55:03.101Z] ---> eda310b84615 [2021-03-31T12:55:03.101Z] Step 6/26 : COPY go.mod . [2021-03-31T12:55:03.101Z] ---> 367367059023 [2021-03-31T12:55:03.101Z] Step 7/31 : RUN go mod download [2021-03-31T12:55:03.101Z] Removing intermediate container 8cb2fa4e2ae1 [2021-03-31T12:55:03.101Z] ---> 4b85ee72c6e7 [2021-03-31T12:55:03.101Z] Step 6/22 : COPY go.mod . [2021-03-31T12:55:03.371Z] ---> Running in 6920f0a072ee [2021-03-31T12:55:03.651Z] Removing intermediate container 0bdd62092b8f [2021-03-31T12:55:03.651Z] ---> 7fdadab0ea97 [2021-03-31T12:55:03.651Z] Step 6/23 : COPY go.mod . [2021-03-31T12:55:03.651Z] ---> e9e1eaeb2760 [2021-03-31T12:55:03.651Z] Step 7/26 : RUN go mod download [2021-03-31T12:55:03.651Z] Removing intermediate container 1b1b747d5b27 [2021-03-31T12:55:03.651Z] ---> 1843b30129da [2021-03-31T12:55:03.651Z] Step 6/24 : COPY go.mod . [2021-03-31T12:55:03.651Z] ---> 5fff9c08f8d5 [2021-03-31T12:55:03.651Z] Step 7/22 : RUN go mod download [2021-03-31T12:55:03.914Z] ---> Running in d0edb9951477 [2021-03-31T12:55:03.914Z] ---> Running in 6fd8af680cbb [2021-03-31T12:55:03.915Z] ---> 40a2a602ae8e [2021-03-31T12:55:03.915Z] Step 7/23 : RUN go mod download [2021-03-31T12:55:04.177Z] ---> e6a53fac693c [2021-03-31T12:55:04.177Z] Step 7/24 : RUN go mod download [2021-03-31T12:55:04.177Z] ---> Running in 475a987e459a [2021-03-31T12:55:04.446Z] ---> Running in 068ea3854c65 [2021-03-31T12:55:05.875Z] Removing intermediate container 6920f0a072ee [2021-03-31T12:55:05.875Z] ---> 1967ca25cd7b [2021-03-31T12:55:05.875Z] Step 8/31 : COPY . . [2021-03-31T12:55:05.875Z] Removing intermediate container d0edb9951477 [2021-03-31T12:55:05.875Z] ---> 83c2ad63cbc8 [2021-03-31T12:55:05.875Z] Step 8/26 : COPY . . [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.076s coverage: 92.8% of statements [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.198s coverage: 1.0% of statements [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:55:06.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.129s coverage: 47.1% of statements [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.156s coverage: 79.5% of statements [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.112s coverage: 94.1% of statements [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.161s coverage: 96.3% of statements [2021-03-31T12:55:06.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.129s coverage: 87.5% of statements [2021-03-31T12:55:09.217Z] Removing intermediate container 6fd8af680cbb [2021-03-31T12:55:09.217Z] ---> c6c2ea72d038 [2021-03-31T12:55:09.217Z] Step 8/22 : COPY . . [2021-03-31T12:55:10.178Z] Removing intermediate container 475a987e459a [2021-03-31T12:55:10.178Z] ---> 8669f3b322c9 [2021-03-31T12:55:10.178Z] Step 8/23 : COPY . . [2021-03-31T12:55:12.749Z] Removing intermediate container 068ea3854c65 [2021-03-31T12:55:12.749Z] ---> 989631af3445 [2021-03-31T12:55:12.749Z] Step 8/24 : COPY . . [2021-03-31T12:55:21.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.177s coverage: 94.4% of statements [2021-03-31T12:55:21.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements [2021-03-31T12:55:23.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.487s coverage: 82.6% of statements [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.180s coverage: 92.9% of statements [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.177s coverage: 75.5% of statements [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.8% of statements [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.218s coverage: 84.6% of statements [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.6% of statements [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.651s coverage: 64.4% of statements [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:55:34.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:55:34.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.122s coverage: 100.0% of statements [2021-03-31T12:55:35.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 91.3% of statements [2021-03-31T12:55:35.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-03-31T12:55:36.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-03-31T12:55:36.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-31T12:55:40.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.909s coverage: 69.0% of statements [2021-03-31T12:55:40.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:55:40.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:55:40.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:55:41.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.504s coverage: 38.4% of statements [2021-03-31T12:55:41.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:55:41.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:55:41.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.121s coverage: 89.5% of statements [2021-03-31T12:55:41.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:55:41.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements [2021-03-31T12:55:44.972Z] ---> 5be9473171d5 [2021-03-31T12:55:44.972Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T12:55:44.973Z] ---> 577cd6259e22 [2021-03-31T12:55:44.973Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:55:44.973Z] ---> 73f9bce04717 [2021-03-31T12:55:44.973Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T12:55:44.973Z] ---> 21e1f54f5be8 [2021-03-31T12:55:44.973Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T12:55:44.973Z] ---> 62cf801cba90 [2021-03-31T12:55:44.973Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T12:55:44.973Z] ---> Running in a55eece896bf [2021-03-31T12:55:44.973Z] ---> Running in 9f5438ebfe64 [2021-03-31T12:55:44.973Z] ---> Running in c38696f11e2f [2021-03-31T12:55:44.973Z] ---> Running in 7192e8266e18 [2021-03-31T12:55:44.973Z] ---> Running in c939b1ea5d47 [2021-03-31T12:55:46.414Z] 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-03-31T12:55:46.414Z] 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-03-31T12:55:46.414Z] 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-03-31T12:55:46.414Z] 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-03-31T12:55:46.414Z] 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-03-31T12:55:48.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.482s coverage: 47.0% of statements [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:55:48.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:55:48.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:55:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:55:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:55:48.700Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.378s coverage: 87.1% of statements [2021-03-31T12:55:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:55:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:55:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.313s coverage: 29.1% of statements [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.166s coverage: 99.0% of statements [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.313s coverage: 95.0% of statements [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:55:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-31T12:55:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.127s coverage: 32.1% of statements [2021-03-31T12:55:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-31T12:55:58.613Z] GO111MODULE=on go vet ./... [2021-03-31T12:56:18.752Z] 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-03-31T12:56:22.152Z] Removing intermediate container 9f5438ebfe64 [2021-03-31T12:56:22.152Z] ---> 3df8c18a61c3 [2021-03-31T12:56:22.152Z] [2021-03-31T12:56:22.152Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T12:56:22.432Z] 3.12: Pulling from library/alpine [2021-03-31T12:56:23.401Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:56:25.322Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:56:25.322Z] ---> 42cb162f0360 [2021-03-31T12:56:25.322Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T12:56:26.270Z] Removing intermediate container a55eece896bf [2021-03-31T12:56:26.270Z] ---> b163b96a678e [2021-03-31T12:56:26.270Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T12:56:27.214Z] ---> Running in 2b0c33f9421c [2021-03-31T12:56:29.142Z] ---> Running in 1e977d91cfbc [2021-03-31T12:56:29.142Z] Removing intermediate container c38696f11e2f [2021-03-31T12:56:29.142Z] ---> e25261e8ee68 [2021-03-31T12:56:29.142Z] [2021-03-31T12:56:29.142Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T12:56:29.142Z] ---> 42cb162f0360 [2021-03-31T12:56:29.142Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T12:56:29.142Z] Removing intermediate container c939b1ea5d47 [2021-03-31T12:56:29.142Z] ---> 197e2c413f89 [2021-03-31T12:56:29.142Z] [2021-03-31T12:56:29.142Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:56:29.142Z] ---> 42cb162f0360 [2021-03-31T12:56:29.142Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T12:56:29.142Z] Removing intermediate container 2b0c33f9421c [2021-03-31T12:56:29.142Z] ---> 3ffebd7d30c3 [2021-03-31T12:56:29.142Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T12:56:29.142Z] ---> Running in ea6ff0930f25 [2021-03-31T12:56:29.406Z] ---> Running in e57605808093 [2021-03-31T12:56:29.406Z] ---> Running in 524e352f2ef5 [2021-03-31T12:56:30.025Z] 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-03-31T12:56:30.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:30.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:30.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:30.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:30.591Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T12:56:30.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:30.591Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:56:30.591Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T12:56:30.591Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T12:56:30.591Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:56:30.591Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T12:56:30.591Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:56:30.591Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:56:30.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:30.591Z] OK: 7 MiB in 20 packages [2021-03-31T12:56:30.591Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T12:56:30.591Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:56:30.591Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:56:30.591Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:56:30.868Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:56:30.868Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T12:56:30.868Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:56:30.868Z] OK: 6 MiB in 16 packages [2021-03-31T12:56:30.868Z] OK: 6 MiB in 16 packages [2021-03-31T12:56:32.279Z] Removing intermediate container 7192e8266e18 [2021-03-31T12:56:32.279Z] ---> edcf710abb5f [2021-03-31T12:56:32.279Z] [2021-03-31T12:56:32.279Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:56:32.279Z] ---> 42cb162f0360 [2021-03-31T12:56:32.279Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:56:32.279Z] ---> Running in 1d8841460484 [2021-03-31T12:56:33.226Z] Removing intermediate container ea6ff0930f25 [2021-03-31T12:56:33.226Z] ---> a5062c694c58 [2021-03-31T12:56:33.226Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:56:33.492Z] Removing intermediate container e57605808093 [2021-03-31T12:56:33.492Z] ---> c8277d5a6ecc [2021-03-31T12:56:33.492Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:56:33.492Z] ---> Running in 14eb2598d039 [2021-03-31T12:56:33.492Z] Removing intermediate container 524e352f2ef5 [2021-03-31T12:56:33.492Z] ---> a0956f60e9d0 [2021-03-31T12:56:33.492Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T12:56:33.756Z] ---> Running in dec388b40210 [2021-03-31T12:56:33.756Z] ---> Running in 7867a9766073 [2021-03-31T12:56:33.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:33.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:34.022Z] Removing intermediate container 1e977d91cfbc [2021-03-31T12:56:34.022Z] ---> 844f38659991 [2021-03-31T12:56:34.022Z] [2021-03-31T12:56:34.022Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T12:56:34.022Z] Removing intermediate container 14eb2598d039 [2021-03-31T12:56:34.022Z] ---> a00e62a4b8de [2021-03-31T12:56:34.022Z] Step 13/24 : WORKDIR / [2021-03-31T12:56:34.022Z] 20.10.0: Pulling from library/docker [2021-03-31T12:56:34.022Z] Removing intermediate container dec388b40210 [2021-03-31T12:56:34.022Z] ---> 4ace52942b9d [2021-03-31T12:56:34.022Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T12:56:34.022Z] Removing intermediate container 7867a9766073 [2021-03-31T12:56:34.022Z] ---> 09a2f3ebd207 [2021-03-31T12:56:34.022Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T12:56:34.022Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:56:34.022Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:56:34.022Z] OK: 6 MiB in 15 packages [2021-03-31T12:56:34.287Z] ---> Running in cbb120e7d0fb [2021-03-31T12:56:34.287Z] ---> Running in 42865b33744a [2021-03-31T12:56:35.234Z] ---> Running in 8c5b519cdd96 [2021-03-31T12:56:35.502Z] Removing intermediate container 42865b33744a [2021-03-31T12:56:35.502Z] ---> e74701a88ddf [2021-03-31T12:56:35.502Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:56:35.765Z] ---> Running in 7203b0ff0fcc [2021-03-31T12:56:35.765Z] Removing intermediate container cbb120e7d0fb [2021-03-31T12:56:35.765Z] ---> a8087a801faa [2021-03-31T12:56:35.765Z] 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-03-31T12:56:35.765Z] Removing intermediate container 8c5b519cdd96 [2021-03-31T12:56:35.765Z] ---> 7c4cdd7ee5d8 [2021-03-31T12:56:35.765Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T12:56:36.030Z] ---> Running in 302e2ead8a12 [2021-03-31T12:56:36.297Z] Removing intermediate container 7203b0ff0fcc [2021-03-31T12:56:36.297Z] ---> ecf65cfa9bc5 [2021-03-31T12:56:36.297Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:56:36.297Z] Removing intermediate container 1d8841460484 [2021-03-31T12:56:36.297Z] ---> 975aaa1e1f07 [2021-03-31T12:56:36.297Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:56:36.562Z] ---> 3d0bac975bf7 [2021-03-31T12:56:36.562Z] 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-03-31T12:56:36.562Z] ---> Running in 5c95d57b946a [2021-03-31T12:56:36.838Z] ---> 89623a0ca3a5 [2021-03-31T12:56:36.838Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T12:56:37.105Z] ---> 297622a1c001 [2021-03-31T12:56:37.105Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T12:56:37.105Z] Removing intermediate container 5c95d57b946a [2021-03-31T12:56:37.105Z] ---> 5a53a3d7b1ae [2021-03-31T12:56:37.105Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T12:56:37.105Z] ---> Running in adc1b17fca9b [2021-03-31T12:56:37.383Z] ---> 1d91d052d789 [2021-03-31T12:56:37.383Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T12:56:37.383Z] Removing intermediate container adc1b17fca9b [2021-03-31T12:56:37.383Z] ---> f451c7264841 [2021-03-31T12:56:37.383Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:56:37.661Z] ---> b9dc12594c15 [2021-03-31T12:56:37.661Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T12:56:37.661Z] ---> Running in 5407be9c63e3 [2021-03-31T12:56:37.929Z] Removing intermediate container 5407be9c63e3 [2021-03-31T12:56:37.929Z] ---> 83a9649e5d92 [2021-03-31T12:56:37.929Z] Step 15/23 : WORKDIR / [2021-03-31T12:56:38.502Z] ---> Running in d155e0fe1d1b [2021-03-31T12:56:38.502Z] Removing intermediate container 302e2ead8a12 [2021-03-31T12:56:38.502Z] ---> 8ae27e07de94 [2021-03-31T12:56:38.502Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T12:56:38.502Z] ---> 7c1feb576103 [2021-03-31T12:56:38.502Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T12:56:38.502Z] ---> f15079437613 [2021-03-31T12:56:38.502Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T12:56:38.769Z] ---> Running in 4ac2f2310613 [2021-03-31T12:56:38.769Z] ---> Running in cd2d7f2e9cb4 [2021-03-31T12:56:38.769Z] Removing intermediate container d155e0fe1d1b [2021-03-31T12:56:38.769Z] ---> d369f9ffae53 [2021-03-31T12:56:38.769Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:56:40.173Z] Removing intermediate container 4ac2f2310613 [2021-03-31T12:56:40.173Z] ---> 1eab00734b19 [2021-03-31T12:56:40.173Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T12:56:40.173Z] Removing intermediate container cd2d7f2e9cb4 [2021-03-31T12:56:40.173Z] ---> 774f5770f51a [2021-03-31T12:56:40.173Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:56:40.173Z] ---> cad7caa395f8 [2021-03-31T12:56:40.173Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T12:56:40.173Z] ---> 0bd3f80dd27f [2021-03-31T12:56:40.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T12:56:40.441Z] ---> Running in 333569fda582 [2021-03-31T12:56:40.441Z] ---> ccef317f3926 [2021-03-31T12:56:40.441Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T12:56:41.018Z] ---> Running in c841c56dfdaa [2021-03-31T12:56:41.018Z] Removing intermediate container 333569fda582 [2021-03-31T12:56:41.018Z] ---> e45abeb094d5 [2021-03-31T12:56:41.018Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:56:41.018Z] ---> 7c9b0fd36209 [2021-03-31T12:56:41.018Z] 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-03-31T12:56:41.018Z] ---> 9ffb9f452295 [2021-03-31T12:56:41.018Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T12:56:41.018Z] ---> Running in 39384c8c183c [2021-03-31T12:56:41.280Z] ---> Running in bd249ba3bc36 [2021-03-31T12:56:41.280Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T12:56:41.280Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T12:56:41.280Z] ---> aefe523efa57 [2021-03-31T12:56:41.280Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T12:56:41.544Z] ---> 1f0e6b1c3710 [2021-03-31T12:56:41.544Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T12:56:41.544Z] Removing intermediate container 39384c8c183c [2021-03-31T12:56:41.544Z] ---> c46fb46dd550 [2021-03-31T12:56:41.544Z] Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:56:41.807Z] ---> Running in 554fe193b083 [2021-03-31T12:56:41.807Z] ---> Running in 7706b3708598 [2021-03-31T12:56:41.807Z] ---> Running in 00b68612a66a [2021-03-31T12:56:42.070Z] Removing intermediate container 7706b3708598 [2021-03-31T12:56:42.070Z] ---> e1ca0317f1d6 [2021-03-31T12:56:42.070Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:56:42.334Z] Removing intermediate container 00b68612a66a [2021-03-31T12:56:42.334Z] ---> 339363cc7685 [2021-03-31T12:56:42.334Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:56:42.334Z] ---> Running in fffc7f5efe24 [2021-03-31T12:56:42.596Z] ---> Running in 50c820cf239c [2021-03-31T12:56:42.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:42.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:56:42.861Z] Removing intermediate container c841c56dfdaa [2021-03-31T12:56:42.861Z] ---> e80e9d107297 [2021-03-31T12:56:42.861Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:56:42.861Z] Removing intermediate container fffc7f5efe24 [2021-03-31T12:56:42.861Z] ---> fe3916b4d5b3 [2021-03-31T12:56:42.861Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:56:42.861Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T12:56:42.861Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T12:56:42.861Z] Executing bash-5.0.17-r0.post-install [2021-03-31T12:56:42.861Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:56:42.861Z] OK: 12 MiB in 22 packages [2021-03-31T12:56:43.124Z] Removing intermediate container bd249ba3bc36 [2021-03-31T12:56:43.124Z] ---> 0963d1fbc135 [2021-03-31T12:56:43.124Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T12:56:43.124Z] Removing intermediate container 50c820cf239c [2021-03-31T12:56:43.124Z] ---> 211bac4fbd73 [2021-03-31T12:56:43.124Z] [2021-03-31T12:56:43.124Z] ---> Running in a1ac4a6f019a [2021-03-31T12:56:43.124Z] ---> Running in f5b33305c665 [2021-03-31T12:56:43.389Z] ---> e0d463ec8a05 [2021-03-31T12:56:43.389Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T12:56:43.389Z] Successfully built 211bac4fbd73 [2021-03-31T12:56:43.389Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T12:56:43.389Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-31T12:56:43.655Z] Removing intermediate container f5b33305c665 [2021-03-31T12:56:43.655Z] ---> 899439c8d906 [2021-03-31T12:56:43.655Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T12:56:43.655Z] Removing intermediate container a1ac4a6f019a [2021-03-31T12:56:43.655Z] ---> bf8a107e4296 [2021-03-31T12:56:43.655Z] Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:56:43.655Z] ---> Running in ed8c5beb7f33 [2021-03-31T12:56:43.655Z] ---> Running in 9c8bc3aded05 [2021-03-31T12:56:43.927Z] Removing intermediate container 554fe193b083 [2021-03-31T12:56:43.927Z] ---> 4aed2b821025 [2021-03-31T12:56:43.927Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T12:56:43.927Z] ---> 211aa87b3e8c [2021-03-31T12:56:43.927Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T12:56:43.927Z] ---> Running in 467e803b082a [2021-03-31T12:56:44.189Z] Removing intermediate container ed8c5beb7f33 [2021-03-31T12:56:44.189Z] ---> 98ed37e03167 [2021-03-31T12:56:44.189Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:56:44.189Z] Removing intermediate container 9c8bc3aded05 [2021-03-31T12:56:44.189Z] ---> 6b2007fe7cc6 [2021-03-31T12:56:44.189Z] Step 23/24 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:56:47.524Z] ---> Running in 44050448ddd7 [2021-03-31T12:56:47.524Z] ---> Running in 76df433f1126 [2021-03-31T12:56:47.524Z] Removing intermediate container 467e803b082a [2021-03-31T12:56:47.524Z] ---> 5af02ba5fc25 [2021-03-31T12:56:47.524Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T12:56:48.103Z] ---> ab0da30335d9 [2021-03-31T12:56:48.103Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T12:56:48.103Z] ---> Running in d8ee46f0b014 [2021-03-31T12:56:48.103Z] Removing intermediate container 44050448ddd7 [2021-03-31T12:56:48.103Z] ---> ace11fb3ee0f [2021-03-31T12:56:48.103Z] [2021-03-31T12:56:48.103Z] Removing intermediate container 76df433f1126 [2021-03-31T12:56:48.103Z] ---> 82a1b8ea67f7 [2021-03-31T12:56:48.103Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T12:56:48.369Z] ---> Running in 01a47c85d300 [2021-03-31T12:56:48.369Z] Successfully built ace11fb3ee0f [2021-03-31T12:56:48.369Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T12:56:48.369Z] Removing intermediate container d8ee46f0b014 [2021-03-31T12:56:48.369Z] Building docker-core-data-go [2021-03-31T12:56:48.369Z]  Building docker-core-metadata-go ... done  ---> 315d3c2ed983 [2021-03-31T12:56:48.369Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T12:56:48.632Z] ---> 9edfc90d49b5 [2021-03-31T12:56:48.632Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T12:56:49.210Z] ---> Running in 890aecb6be49 [2021-03-31T12:56:50.160Z] Removing intermediate container 01a47c85d300 [2021-03-31T12:56:50.161Z] ---> 1c63245f6647 [2021-03-31T12:56:50.161Z] [2021-03-31T12:56:50.735Z] Successfully built 1c63245f6647 [2021-03-31T12:56:50.998Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T12:56:50.998Z] Building docker-security-proxy-setup-go [2021-03-31T12:56:54.313Z]  Building docker-security-secretstore-setup-go ... done  ---> 8587d5571ad4 [2021-03-31T12:56:54.313Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T12:56:54.313Z] Removing intermediate container 890aecb6be49 [2021-03-31T12:56:54.313Z] ---> eb0ba853bec4 [2021-03-31T12:56:54.313Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T12:56:59.646Z] ---> Running in 07a33b84365c [2021-03-31T12:57:00.596Z] ---> 06ef5e2664d7 [2021-03-31T12:57:00.596Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T12:57:02.528Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:57:02.528Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:57:02.528Z] ---> 2ed29f598313 [2021-03-31T12:57:02.528Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:57:02.528Z] ---> Using cache [2021-03-31T12:57:02.528Z] ---> ce9fd0440ee5 [2021-03-31T12:57:02.528Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:57:02.528Z] ---> Using cache [2021-03-31T12:57:02.528Z] ---> d2fc2d02c683 [2021-03-31T12:57:02.528Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:57:02.528Z] ---> Using cache [2021-03-31T12:57:02.528Z] ---> 7fdadab0ea97 [2021-03-31T12:57:02.528Z] Step 6/23 : COPY go.mod . [2021-03-31T12:57:02.528Z] ---> Using cache [2021-03-31T12:57:02.528Z] ---> 40a2a602ae8e [2021-03-31T12:57:02.528Z] Step 7/23 : RUN go mod download [2021-03-31T12:57:02.528Z] ---> Using cache [2021-03-31T12:57:02.528Z] ---> 8669f3b322c9 [2021-03-31T12:57:02.528Z] Step 8/23 : COPY . . [2021-03-31T12:57:02.528Z] ---> Using cache [2021-03-31T12:57:02.528Z] ---> 21e1f54f5be8 [2021-03-31T12:57:02.528Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:57:06.783Z] Removing intermediate container 07a33b84365c [2021-03-31T12:57:06.783Z] ---> 8bd62225bc92 [2021-03-31T12:57:06.783Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T12:57:08.194Z] ---> 9a4b5dd3a41a [2021-03-31T12:57:08.194Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T12:57:08.194Z] ---> Running in c692e5d49c45 [2021-03-31T12:57:10.136Z] ---> f1c61b4e52b5 [2021-03-31T12:57:10.136Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T12:57:10.401Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:57:10.401Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:57:10.401Z] ---> 2ed29f598313 [2021-03-31T12:57:10.401Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:57:10.401Z] ---> Using cache [2021-03-31T12:57:10.401Z] ---> ce9fd0440ee5 [2021-03-31T12:57:10.401Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:57:10.401Z] ---> Using cache [2021-03-31T12:57:10.401Z] ---> d2fc2d02c683 [2021-03-31T12:57:10.401Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T12:57:10.978Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:57:10.978Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:57:10.978Z] ---> 2ed29f598313 [2021-03-31T12:57:10.978Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:57:10.978Z] ---> Using cache [2021-03-31T12:57:10.978Z] ---> ce9fd0440ee5 [2021-03-31T12:57:10.978Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:57:10.978Z] ---> Using cache [2021-03-31T12:57:10.978Z] ---> d2fc2d02c683 [2021-03-31T12:57:10.978Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T12:57:10.978Z] ---> Using cache [2021-03-31T12:57:10.978Z] ---> 7fdadab0ea97 [2021-03-31T12:57:10.978Z] Step 6/21 : COPY go.mod . [2021-03-31T12:57:10.978Z] ---> Using cache [2021-03-31T12:57:10.978Z] ---> 40a2a602ae8e [2021-03-31T12:57:10.978Z] Step 7/21 : RUN go mod download [2021-03-31T12:57:10.978Z] ---> Using cache [2021-03-31T12:57:10.978Z] ---> 8669f3b322c9 [2021-03-31T12:57:10.978Z] Step 8/21 : COPY . . [2021-03-31T12:57:10.978Z] ---> Using cache [2021-03-31T12:57:10.978Z] ---> 21e1f54f5be8 [2021-03-31T12:57:10.978Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T12:57:12.040Z] ---> 7deaf5a1d667 [2021-03-31T12:57:12.040Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T12:57:12.040Z] ---> Running in 3d99da78f629 [2021-03-31T12:57:12.040Z] ---> Running in 24d48b73f957 [2021-03-31T12:57:12.040Z] ---> Running in 2e065b87c87a [2021-03-31T12:57:12.040Z] 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-03-31T12:57:12.040Z] ---> Running in 14c1a8fcf424 [2021-03-31T12:57:13.287Z] 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-03-31T12:57:13.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:13.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:13.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:13.559Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T12:57:13.559Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T12:57:13.559Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T12:57:13.559Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T12:57:13.559Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T12:57:13.559Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T12:57:13.559Z] Removing intermediate container 3d99da78f629 [2021-03-31T12:57:13.559Z] ---> 91674212823a [2021-03-31T12:57:13.559Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T12:57:13.559Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T12:57:14.147Z] ---> Running in cd9ebb5c8da2 [2021-03-31T12:57:14.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:17.305Z] OK: 233 MiB in 51 packages [2021-03-31T12:57:17.305Z] Removing intermediate container cd9ebb5c8da2 [2021-03-31T12:57:17.305Z] ---> 53f0e68635be [2021-03-31T12:57:17.305Z] Step 28/31 : CMD ["gate"] [2021-03-31T12:57:17.305Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T12:57:17.305Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T12:57:17.305Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T12:57:17.305Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T12:57:17.585Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T12:57:17.585Z] ---> Running in 389a4dc92bb9 [2021-03-31T12:57:17.585Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T12:57:17.866Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T12:57:18.444Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T12:57:18.711Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T12:57:18.711Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T12:57:18.711Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T12:57:18.711Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T12:57:18.711Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T12:57:19.292Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T12:57:19.557Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T12:57:19.557Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T12:57:19.557Z] Removing intermediate container 389a4dc92bb9 [2021-03-31T12:57:19.557Z] ---> f39f95c1fa5b [2021-03-31T12:57:19.557Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T12:57:19.557Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T12:57:19.557Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T12:57:19.557Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T12:57:20.448Z] gofmt -l . [2021-03-31T12:57:20.448Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:57:20.448Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:57:20.448Z] ./bin/test-attribution-txt.sh [2021-03-31T12:57:20.987Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T12:57:20.987Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T12:57:20.987Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T12:57:20.987Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T12:57:20.987Z] Removing intermediate container 24d48b73f957 [2021-03-31T12:57:20.987Z] ---> 68cfdc2ec9af [2021-03-31T12:57:20.987Z] Step 6/23 : COPY go.mod . [2021-03-31T12:57:20.987Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T12:57:20.987Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T12:57:20.987Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T12:57:22.556Z] ---> Running in d6199056047f [2021-03-31T12:57:22.556Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:22.556Z] OK: 71 MiB in 55 packages [2021-03-31T12:57:22.556Z] ---> 071d0dfa4156 [2021-03-31T12:57:22.556Z] Step 7/23 : RUN go mod download [2021-03-31T12:57:22.556Z] ---> Running in 30516214512e [2021-03-31T12:57:22.823Z] Removing intermediate container d6199056047f [2021-03-31T12:57:22.823Z] ---> afc2d4e37f07 [2021-03-31T12:57:22.823Z] Step 30/31 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:57:23.405Z] ---> Running in 937159a99440 [Pipeline] sh [2021-03-31T12:57:24.832Z] Removing intermediate container 937159a99440 [2021-03-31T12:57:24.832Z] ---> c1b4132ca50a [2021-03-31T12:57:24.832Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T12:57:24.832Z] ---> Running in 75b64e219dbd [2021-03-31T12:57:25.384Z] + ls -al . [2021-03-31T12:57:25.384Z] total 808 [2021-03-31T12:57:25.384Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 12:57 . [2021-03-31T12:57:25.384Z] drwxr-xr-x 4 root root 4096 Mar 31 12:52 .. [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:51 .dockerignore [2021-03-31T12:57:25.384Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 12:51 .git [2021-03-31T12:57:25.384Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 12:51 .github [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:51 .gitignore [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:51 .sonarcloud.properties [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:51 Attribution.txt [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:51 CONTRIBUTING.md [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:51 Dockerfile.build [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:51 Jenkinsfile [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:51 LICENSE [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:51 Makefile [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:51 README.md [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:51 SECURITY.md [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:50 VERSION [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:51 ZMQWindows.md [2021-03-31T12:57:25.384Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 12:51 bin [2021-03-31T12:57:25.384Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:51 cmd [2021-03-31T12:57:25.384Z] -rw-r--r-- 1 root root 669470 Mar 31 12:55 coverage.out [2021-03-31T12:57:25.384Z] -rw-r--r-- 1 root root 1057 Mar 31 12:57 go.mod [2021-03-31T12:57:25.384Z] -rw-r--r-- 1 root root 22533 Mar 31 12:57 go.sum [2021-03-31T12:57:25.384Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 12:51 internal [2021-03-31T12:57:25.384Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 12:51 openapi [2021-03-31T12:57:25.384Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 12:51 snap [2021-03-31T12:57:25.384Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:51 version.go [Pipeline] sh [2021-03-31T12:57:25.408Z] Removing intermediate container 75b64e219dbd [2021-03-31T12:57:25.408Z] ---> 90adc1f139ec [2021-03-31T12:57:25.408Z] [2021-03-31T12:57:25.984Z] Successfully built 90adc1f139ec [2021-03-31T12:57:25.984Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T12:57:25.985Z] Building docker-support-scheduler-go [2021-03-31T12:57:26.039Z] + '[' -e coverage.out ] [2021-03-31T12:57:26.039Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:57:26.104Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T12:57:26.562Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 30516214512e [2021-03-31T12:57:26.562Z] ---> 92bd359dd6e5 [2021-03-31T12:57:26.562Z] Step 8/23 : COPY . . [2021-03-31T12:57:27.166Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:57:27.812Z] + make build [2021-03-31T12:57:27.812Z] 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-03-31T12:57:38.890Z] 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-03-31T12:57:40.209Z] 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-03-31T12:57:51.178Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:57:51.178Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:57:51.178Z] ---> 2ed29f598313 [2021-03-31T12:57:51.178Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:57:51.178Z] ---> Using cache [2021-03-31T12:57:51.178Z] ---> ce9fd0440ee5 [2021-03-31T12:57:51.178Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:57:51.178Z] ---> Using cache [2021-03-31T12:57:51.178Z] ---> d2fc2d02c683 [2021-03-31T12:57:51.178Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:57:51.178Z] ---> Using cache [2021-03-31T12:57:51.178Z] ---> 7fdadab0ea97 [2021-03-31T12:57:51.178Z] Step 6/22 : COPY go.mod . [2021-03-31T12:57:51.178Z] ---> Using cache [2021-03-31T12:57:51.178Z] ---> 40a2a602ae8e [2021-03-31T12:57:51.178Z] Step 7/22 : RUN go mod download [2021-03-31T12:57:51.178Z] ---> Using cache [2021-03-31T12:57:51.178Z] ---> 8669f3b322c9 [2021-03-31T12:57:51.178Z] Step 8/22 : COPY . . [2021-03-31T12:57:51.178Z] ---> Using cache [2021-03-31T12:57:51.178Z] ---> 21e1f54f5be8 [2021-03-31T12:57:51.178Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:57:52.573Z] ---> Running in a13f9435773e [2021-03-31T12:57:55.892Z] Removing intermediate container 14c1a8fcf424 [2021-03-31T12:57:55.892Z] ---> 4e3bad014b02 [2021-03-31T12:57:55.892Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T12:57:57.824Z] 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-03-31T12:57:59.223Z] Removing intermediate container c692e5d49c45 [2021-03-31T12:57:59.223Z] ---> 285f09db95ee [2021-03-31T12:57:59.223Z] [2021-03-31T12:57:59.223Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:57:59.223Z] ---> 42cb162f0360 [2021-03-31T12:57:59.223Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:57:59.223Z] ---> Using cache [2021-03-31T12:57:59.223Z] ---> 975aaa1e1f07 [2021-03-31T12:57:59.223Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:57:59.223Z] ---> Using cache [2021-03-31T12:57:59.223Z] ---> 5a53a3d7b1ae [2021-03-31T12:57:59.223Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T12:57:59.807Z] ---> Running in cc891356c49f [2021-03-31T12:58:00.083Z] ---> Running in 7955eacf71ed [2021-03-31T12:58:00.365Z] Removing intermediate container 2e065b87c87a [2021-03-31T12:58:00.365Z] ---> b899d2eafd1f [2021-03-31T12:58:00.365Z] [2021-03-31T12:58:00.365Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T12:58:00.365Z] ---> 42cb162f0360 [2021-03-31T12:58:00.365Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T12:58:00.365Z] ---> 5653399fe8b1 [2021-03-31T12:58:00.365Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T12:58:00.639Z] ---> Running in f6a532e5d097 [2021-03-31T12:58:00.639Z] ---> Running in e8a9fe46dd64 [2021-03-31T12:58:00.639Z] Removing intermediate container 7955eacf71ed [2021-03-31T12:58:00.639Z] ---> 282780c37edb [2021-03-31T12:58:00.639Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:58:00.639Z] ---> Running in 932f110cbd17 [2021-03-31T12:58:01.239Z] Removing intermediate container 932f110cbd17 [2021-03-31T12:58:01.239Z] ---> 84fa261458a1 [2021-03-31T12:58:01.239Z] Step 15/23 : WORKDIR / [2021-03-31T12:58:01.511Z] ---> Running in 93bc2d3f2628 [2021-03-31T12:58:01.512Z] 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-03-31T12:58:01.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:01.794Z] Removing intermediate container 93bc2d3f2628 [2021-03-31T12:58:01.794Z] ---> aac8f11b3743 [2021-03-31T12:58:01.794Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:58:02.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:02.068Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T12:58:02.352Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:58:02.352Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T12:58:02.352Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T12:58:02.352Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:58:02.352Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:58:02.367Z] 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-03-31T12:58:02.619Z] OK: 7 MiB in 18 packages [2021-03-31T12:58:02.885Z] ---> 0d1e5098ef90 [2021-03-31T12:58:02.885Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T12:58:04.289Z] ---> aaba02c2fbcd [2021-03-31T12:58:04.289Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T12:58:04.289Z] Removing intermediate container e8a9fe46dd64 [2021-03-31T12:58:04.289Z] ---> ef9de6ef6230 [2021-03-31T12:58:04.289Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:58:04.566Z] ---> Running in 0dfcb3a64bdb [2021-03-31T12:58:04.566Z] ---> 24b678586113 [2021-03-31T12:58:04.566Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T12:58:04.841Z] ---> Running in 0b239b5ec314 [2021-03-31T12:58:04.841Z] Removing intermediate container 0dfcb3a64bdb [2021-03-31T12:58:04.841Z] ---> c930e36f8af7 [2021-03-31T12:58:04.841Z] Step 13/21 : WORKDIR /edgex [2021-03-31T12:58:04.841Z] Collecting docker-compose==1.23.2 [2021-03-31T12:58:04.841Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T12:58:05.112Z] ---> Running in 90305ed1e40d [2021-03-31T12:58:05.112Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T12:58:05.384Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T12:58:05.384Z] Removing intermediate container 0b239b5ec314 [2021-03-31T12:58:05.384Z] ---> 4374423ba5f7 [2021-03-31T12:58:05.384Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:06.351Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T12:58:06.351Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T12:58:06.620Z] ---> Running in 302b55639955 [2021-03-31T12:58:06.620Z] Removing intermediate container 90305ed1e40d [2021-03-31T12:58:06.620Z] ---> 2404737ce065 [2021-03-31T12:58:06.620Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T12:58:06.620Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T12:58:06.620Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T12:58:06.885Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T12:58:06.885Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T12:58:07.162Z] Removing intermediate container 302b55639955 [2021-03-31T12:58:07.162Z] ---> a7c429678919 [2021-03-31T12:58:07.162Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:58:07.162Z] ---> Running in 053d9390bbe9 [2021-03-31T12:58:07.162Z] ---> b2726add8017 [2021-03-31T12:58:07.162Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T12:58:07.759Z] Removing intermediate container 053d9390bbe9 [2021-03-31T12:58:07.759Z] ---> 3020b12c4dda [2021-03-31T12:58:07.759Z] Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:58:07.799Z] 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-03-31T12:58:08.356Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T12:58:08.356Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T12:58:08.958Z] ---> Running in e422622c6b32 [2021-03-31T12:58:08.958Z] ---> c9589f69625d [2021-03-31T12:58:08.958Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T12:58:09.238Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T12:58:09.239Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T12:58:09.239Z] Removing intermediate container e422622c6b32 [2021-03-31T12:58:09.239Z] ---> ee59f03facfa [2021-03-31T12:58:09.239Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:58:09.239Z] ---> Running in ce99830acdae [2021-03-31T12:58:09.856Z] Removing intermediate container ce99830acdae [2021-03-31T12:58:09.856Z] ---> ef9803c05920 [2021-03-31T12:58:09.856Z] [2021-03-31T12:58:09.856Z] 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-03-31T12:58:09.856Z] ---> d36111487658 [2021-03-31T12:58:09.856Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T12:58:09.856Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T12:58:09.856Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T12:58:10.143Z] Successfully built ef9803c05920 [2021-03-31T12:58:10.143Z] Successfully tagged docker-core-command-go:latest [2021-03-31T12:58:10.143Z] ---> Running in 2a2c01048fcf [2021-03-31T12:58:10.143Z]  Building docker-core-command-go ... done Collecting jsonschema<3,>=2.5.1 [2021-03-31T12:58:10.143Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T12:58:10.421Z] Removing intermediate container 2a2c01048fcf [2021-03-31T12:58:10.421Z] ---> 6a16f5c87e27 [2021-03-31T12:58:10.421Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T12:58:10.421Z] Collecting PyYAML<4,>=3.10 [2021-03-31T12:58:10.421Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T12:58:10.683Z] ---> Running in f9dbd3b6e3a6 [2021-03-31T12:58:12.672Z] Removing intermediate container f9dbd3b6e3a6 [2021-03-31T12:58:12.672Z] ---> 601d919362af [2021-03-31T12:58:12.672Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T12:58:12.672Z] Collecting idna<2.8,>=2.5 [2021-03-31T12:58:12.672Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T12:58:13.214Z] 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-03-31T12:58:13.261Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T12:58:13.261Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T12:58:13.871Z] ---> Running in 9322ccba1a20 [2021-03-31T12:58:13.871Z] 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-03-31T12:58:13.871Z] 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-03-31T12:58:13.871Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T12:58:13.871Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T12:58:13.871Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T12:58:13.871Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T12:58:13.871Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T12:58:13.871Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T12:58:14.144Z] Installing collected packages: websocket-client, idna, urllib3, requests, cached-property, texttable, docopt, dockerpty, docker-pycreds, docker, jsonschema, PyYAML, docker-compose [2021-03-31T12:58:14.144Z] Removing intermediate container 9322ccba1a20 [2021-03-31T12:58:14.144Z] ---> d8e6fda115fe [2021-03-31T12:58:14.144Z] Step 20/21 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:58:14.225Z] 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-03-31T12:58:14.413Z] Attempting uninstall: idna [2021-03-31T12:58:14.413Z] Found existing installation: idna 2.9 [2021-03-31T12:58:14.413Z] Uninstalling idna-2.9: [2021-03-31T12:58:14.682Z] Successfully uninstalled idna-2.9 [2021-03-31T12:58:14.682Z] ---> Running in eb0dbe4f4948 [2021-03-31T12:58:14.951Z] Attempting uninstall: urllib3 [2021-03-31T12:58:14.951Z] Found existing installation: urllib3 1.25.9 [2021-03-31T12:58:14.951Z] Uninstalling urllib3-1.25.9: [2021-03-31T12:58:14.951Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T12:58:15.231Z] Removing intermediate container eb0dbe4f4948 [2021-03-31T12:58:15.231Z] ---> 065b28b701b8 [2021-03-31T12:58:15.231Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T12:58:15.817Z] Attempting uninstall: requests [2021-03-31T12:58:15.817Z] Found existing installation: requests 2.23.0 [2021-03-31T12:58:15.817Z] Uninstalling requests-2.23.0: [2021-03-31T12:58:16.083Z] Successfully uninstalled requests-2.23.0 [2021-03-31T12:58:16.083Z] ---> Running in cae856cbb932 [2021-03-31T12:58:16.353Z] Running setup.py install for texttable: started [2021-03-31T12:58:16.625Z] Removing intermediate container cae856cbb932 [2021-03-31T12:58:16.625Z] ---> 00b8c368569b [2021-03-31T12:58:16.625Z] [2021-03-31T12:58:16.901Z] Successfully built 00b8c368569b [2021-03-31T12:58:16.901Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T12:58:16.901Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for texttable: finished with status 'done' [2021-03-31T12:58:16.901Z] Running setup.py install for docopt: started [2021-03-31T12:58:17.497Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T12:58:17.497Z] Running setup.py install for dockerpty: started [2021-03-31T12:58:18.098Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T12:58:18.691Z] Running setup.py install for PyYAML: started [2021-03-31T12:58:19.634Z] 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-03-31T12:58:19.670Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T12:58:19.949Z] 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.58.0 [2021-03-31T12:58:23.272Z] Removing intermediate container a13f9435773e [2021-03-31T12:58:23.272Z] ---> 05d49970681a [2021-03-31T12:58:23.272Z] [2021-03-31T12:58:23.272Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:58:23.272Z] ---> 42cb162f0360 [2021-03-31T12:58:23.272Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:58:23.272Z] ---> Using cache [2021-03-31T12:58:23.272Z] ---> 975aaa1e1f07 [2021-03-31T12:58:23.272Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:58:23.272Z] ---> Using cache [2021-03-31T12:58:23.272Z] ---> 5a53a3d7b1ae [2021-03-31T12:58:23.272Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T12:58:23.853Z] ---> Running in 6f11f655ab0f [2021-03-31T12:58:25.053Z] 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-03-31T12:58:26.416Z] Removing intermediate container cc891356c49f [2021-03-31T12:58:26.417Z] ---> eacf3bc2fe41 [2021-03-31T12:58:26.417Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T12:58:26.417Z] Removing intermediate container 6f11f655ab0f [2021-03-31T12:58:26.417Z] ---> ac424c7c7de0 [2021-03-31T12:58:26.417Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:58:26.417Z] ---> Running in b96ddf853735 [2021-03-31T12:58:26.417Z] ---> Running in 83a123fdce87 [2021-03-31T12:58:26.694Z] Removing intermediate container 83a123fdce87 [2021-03-31T12:58:26.694Z] ---> 1f3c887e9211 [2021-03-31T12:58:26.694Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:58:26.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:26.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:27.225Z] ---> 94e451d15a4d [2021-03-31T12:58:27.225Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T12:58:27.225Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:58:27.225Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T12:58:27.225Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T12:58:27.225Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:58:27.225Z] OK: 72 MiB in 58 packages [2021-03-31T12:58:28.453Z] 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-03-31T12:58:30.543Z] ---> d7564bc4a1c2 [2021-03-31T12:58:30.543Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T12:58:30.543Z] Removing intermediate container f6a532e5d097 [2021-03-31T12:58:30.543Z] ---> 3f44d0c53f27 [2021-03-31T12:58:30.543Z] [2021-03-31T12:58:30.543Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:58:30.543Z] ---> 42cb162f0360 [2021-03-31T12:58:30.543Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T12:58:30.543Z] Removing intermediate container b96ddf853735 [2021-03-31T12:58:30.543Z] ---> cc1e2a5e6a0c [2021-03-31T12:58:30.543Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T12:58:30.543Z] ---> Running in ba9808984c01 [2021-03-31T12:58:30.543Z] ---> Running in 7c8293635671 [2021-03-31T12:58:30.543Z] ---> f8ea4436c312 [2021-03-31T12:58:30.543Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T12:58:30.805Z] ---> Running in 4c3d3aa14ef3 [2021-03-31T12:58:30.805Z] Removing intermediate container ba9808984c01 [2021-03-31T12:58:30.805Z] ---> 4b94339c9bd8 [2021-03-31T12:58:30.805Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T12:58:30.805Z] Removing intermediate container 7c8293635671 [2021-03-31T12:58:30.805Z] ---> b74a121d50c1 [2021-03-31T12:58:30.805Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:31.066Z] ---> Running in 0f8e2d34dc7c [2021-03-31T12:58:31.066Z] ---> Running in c5cc90d5b87c [2021-03-31T12:58:31.066Z] Removing intermediate container 4c3d3aa14ef3 [2021-03-31T12:58:31.066Z] ---> ca2feac2b2be [2021-03-31T12:58:31.066Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:31.066Z] ---> Running in 5c1d532003cd [2021-03-31T12:58:31.331Z] Removing intermediate container 0f8e2d34dc7c [2021-03-31T12:58:31.331Z] ---> 0d66034a2e81 [2021-03-31T12:58:31.331Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T12:58:31.331Z] Removing intermediate container c5cc90d5b87c [2021-03-31T12:58:31.331Z] ---> 5c99143bc7c9 [2021-03-31T12:58:31.331Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T12:58:31.331Z] ---> Running in e0f6a61ebe6e [2021-03-31T12:58:31.597Z] ---> Running in 2f48a5facbe4 [2021-03-31T12:58:31.597Z] Removing intermediate container 5c1d532003cd [2021-03-31T12:58:31.597Z] ---> 6701e2f94184 [2021-03-31T12:58:31.597Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:58:31.597Z] ---> Running in a0f158657db7 [2021-03-31T12:58:31.597Z] Removing intermediate container e0f6a61ebe6e [2021-03-31T12:58:31.597Z] ---> df413b8344f6 [2021-03-31T12:58:31.597Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:58:31.858Z] Removing intermediate container 2f48a5facbe4 [2021-03-31T12:58:31.858Z] ---> 320e6c998c9b [2021-03-31T12:58:31.858Z] Step 25/26 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:58:31.858Z] ---> Running in d1b5a3b8de44 [2021-03-31T12:58:31.858Z] Removing intermediate container a0f158657db7 [2021-03-31T12:58:31.858Z] ---> 423f1abc0a81 [2021-03-31T12:58:31.858Z] Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:58:31.858Z] ---> Running in 941d65a6b1ea [2021-03-31T12:58:32.119Z] ---> Running in ee578be3f3f1 [2021-03-31T12:58:32.119Z] Removing intermediate container 941d65a6b1ea [2021-03-31T12:58:32.119Z] ---> c4d86ecbc71e [2021-03-31T12:58:32.119Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T12:58:32.457Z] ---> Running in 1941e0cf097d [2021-03-31T12:58:32.457Z] Removing intermediate container ee578be3f3f1 [2021-03-31T12:58:32.457Z] ---> c3d1463efe32 [2021-03-31T12:58:32.457Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:58:32.457Z] ---> Running in 8f692226b4a0 [2021-03-31T12:58:32.761Z] 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-03-31T12:58:32.784Z] Removing intermediate container 1941e0cf097d [2021-03-31T12:58:32.784Z] ---> 22f65cada078 [2021-03-31T12:58:32.784Z] [2021-03-31T12:58:32.784Z] Successfully built 22f65cada078 [2021-03-31T12:58:32.784Z] Removing intermediate container 8f692226b4a0 [2021-03-31T12:58:32.784Z] ---> aeef3b30b30d [2021-03-31T12:58:32.784Z] [2021-03-31T12:58:32.784Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T12:58:32.784Z]  Building docker-sys-mgmt-agent-go ... done Successfully built aeef3b30b30d [2021-03-31T12:58:32.784Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T12:58:33.076Z]  Building docker-support-scheduler-go ... done Removing intermediate container d1b5a3b8de44 [2021-03-31T12:58:33.076Z] ---> ca52c82bf96e [2021-03-31T12:58:33.076Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T12:58:33.076Z] ---> Running in 41d67ddb4e43 [2021-03-31T12:58:33.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:34.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:35.295Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:58:35.295Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T12:58:35.556Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T12:58:35.556Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T12:58:35.816Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T12:58:36.079Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T12:58:36.079Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:58:36.079Z] OK: 8 MiB in 20 packages [2021-03-31T12:58:36.192Z] 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-03-31T12:58:36.655Z] Removing intermediate container 41d67ddb4e43 [2021-03-31T12:58:36.655Z] ---> c7721981f433 [2021-03-31T12:58:36.655Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:58:36.917Z] ---> dbe8736e63ff [2021-03-31T12:58:36.917Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T12:58:37.865Z] ---> f89dd601bbf9 [2021-03-31T12:58:37.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T12:58:38.128Z] ---> 0847734e71f6 [2021-03-31T12:58:38.128Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T12:58:38.128Z] ---> Running in a312f1b41847 [2021-03-31T12:58:38.391Z] Removing intermediate container a312f1b41847 [2021-03-31T12:58:38.391Z] ---> d863579c9e3d [2021-03-31T12:58:38.391Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:38.391Z] ---> Running in 5173966febbb [2021-03-31T12:58:38.667Z] Removing intermediate container 5173966febbb [2021-03-31T12:58:38.667Z] ---> 17765006cb8c [2021-03-31T12:58:38.667Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:58:38.667Z] ---> Running in ecad419068b6 [2021-03-31T12:58:38.938Z] Removing intermediate container ecad419068b6 [2021-03-31T12:58:38.938Z] ---> 2a6ff00ba326 [2021-03-31T12:58:38.938Z] Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T12:58:38.938Z] ---> Running in 58a0231a84b7 [2021-03-31T12:58:39.204Z] Removing intermediate container 58a0231a84b7 [2021-03-31T12:58:39.204Z] ---> fe2a79c046f2 [2021-03-31T12:58:39.204Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:58:39.204Z] ---> Running in c9fc54b47ddf [2021-03-31T12:58:39.204Z] Removing intermediate container c9fc54b47ddf [2021-03-31T12:58:39.204Z] ---> 42c86cc392ed [2021-03-31T12:58:39.204Z] [2021-03-31T12:58:39.467Z] Successfully built 42c86cc392ed [2021-03-31T12:58:39.467Z] Successfully tagged docker-core-data-go:latest [2021-03-31T12:58:39.740Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-31T12:58:39.758Z] $ docker stop --time=1 a7fad7442777e2f463c89065f4f2ba8b98e21d45484f908de7081b882c555477 [2021-03-31T12:58:40.527Z] 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-03-31T12:58:41.258Z] $ docker rm -f a7fad7442777e2f463c89065f4f2ba8b98e21d45484f908de7081b882c555477 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:58:41.766Z] + docker images [2021-03-31T12:58:41.766Z] + grep docker [2021-03-31T12:58:42.028Z] docker-core-data-go latest 42c86cc392ed 2 seconds ago 22.7MB [2021-03-31T12:58:42.028Z] docker-sys-mgmt-agent-go latest 22f65cada078 9 seconds ago 314MB [2021-03-31T12:58:42.028Z] docker-support-scheduler-go latest aeef3b30b30d 9 seconds ago 17.4MB [2021-03-31T12:58:42.028Z] docker-security-proxy-setup-go latest 00b8c368569b 25 seconds ago 25.4MB [2021-03-31T12:58:42.028Z] docker-core-command-go latest ef9803c05920 32 seconds ago 17.3MB [2021-03-31T12:58:42.028Z] docker-security-bootstrapper-go latest 90adc1f139ec About a minute ago 18.9MB [2021-03-31T12:58:42.028Z] docker-security-secretstore-setup-go latest 1c63245f6647 About a minute ago 25.7MB [2021-03-31T12:58:42.028Z] docker-core-metadata-go latest ace11fb3ee0f About a minute ago 19MB [2021-03-31T12:58:42.028Z] docker-support-notifications-go latest 211bac4fbd73 About a minute ago 17.9MB [2021-03-31T12:58:42.028Z] docker 20.10.0 aefe523efa57 3 months 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 [Pipeline] } [2021-03-31T12:58:47.267Z] $ docker stop --time=1 e3f26a733d5310d4d6c0f96e8ebfd966702712f54239b26cce4439365fc1294d [2021-03-31T12:58:49.835Z] $ docker rm -f e3f26a733d5310d4d6c0f96e8ebfd966702712f54239b26cce4439365fc1294d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:51.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:58:51.761Z] [2021-03-31T12:58:51.761Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:52.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:58:52.138Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T12:58:52.138Z] 29e5d40040c1: Pulling fs layer [2021-03-31T12:58:52.138Z] 1ce36da41761: Pulling fs layer [2021-03-31T12:58:52.138Z] 25b303627fd3: Pulling fs layer [2021-03-31T12:58:52.412Z] 29e5d40040c1: Verifying Checksum [2021-03-31T12:58:52.412Z] 29e5d40040c1: Download complete [2021-03-31T12:58:53.010Z] 1ce36da41761: Verifying Checksum [2021-03-31T12:58:53.010Z] 1ce36da41761: Download complete [2021-03-31T12:58:53.010Z] 29e5d40040c1: Pull complete [2021-03-31T12:58:54.447Z] 1ce36da41761: Pull complete [2021-03-31T12:58:54.447Z] 25b303627fd3: Verifying Checksum [2021-03-31T12:58:54.447Z] 25b303627fd3: Download complete [2021-03-31T12:58:57.851Z] Still waiting to schedule task [2021-03-31T12:58:57.852Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-31T12:59:04.613Z] 25b303627fd3: Pull complete [2021-03-31T12:59:04.613Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T12:59:04.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:59:04.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T12:59:04.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container [2021-03-31T12:59:04.934Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T12:59:07.667Z] $ docker top 5a4f5b71454ffab57943f34ba96bf7632e82c36617ad0ac04547b06a2ceef9f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:59:08.675Z] + docker-compose build --help [2021-03-31T12:59:08.675Z] + grep parallel [2021-03-31T12:59:12.057Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:59:12.347Z] $ docker stop --time=1 5a4f5b71454ffab57943f34ba96bf7632e82c36617ad0ac04547b06a2ceef9f5 [2021-03-31T12:59:14.268Z] $ docker rm -f 5a4f5b71454ffab57943f34ba96bf7632e82c36617ad0ac04547b06a2ceef9f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:15.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:59:15.141Z] . [Pipeline] withDockerContainer [2021-03-31T12:59:15.406Z] prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container [2021-03-31T12:59:15.487Z] $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T12:59:16.957Z] $ docker top 8d7270e9c880cdc2229aefd7d88e90dcf6471e60f92fe7594fc1df2361738591 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:59:18.000Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:59:21.398Z] Building docker-core-command-go ... [2021-03-31T12:59:21.398Z] Building docker-core-data-go ... [2021-03-31T12:59:21.398Z] Building docker-core-metadata-go ... [2021-03-31T12:59:21.398Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:59:21.398Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:59:21.398Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:59:21.398Z] Building docker-support-notifications-go ... [2021-03-31T12:59:21.398Z] Building docker-support-scheduler-go ... [2021-03-31T12:59:21.398Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:59:21.398Z] Building docker-security-proxy-setup-go [2021-03-31T12:59:21.398Z] Building docker-security-bootstrapper-go [2021-03-31T12:59:21.398Z] Building docker-core-data-go [2021-03-31T12:59:21.398Z] Building docker-sys-mgmt-agent-go [2021-03-31T12:59:21.398Z] Building docker-support-notifications-go [2021-03-31T13:00:43.258Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:00:43.258Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:00:43.258Z] ---> dec166e9f8af [2021-03-31T13:00:43.258Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:00:43.258Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:00:43.258Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:00:43.258Z] ---> dec166e9f8af [2021-03-31T13:00:43.258Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:00:43.258Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:00:43.258Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:00:43.258Z] [2021-03-31T13:00:43.258Z] ---> dec166e9f8af [2021-03-31T13:00:43.258Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T13:00:43.258Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:00:43.258Z] ---> dec166e9f8af [2021-03-31T13:00:43.258Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T13:00:43.258Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:00:43.258Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:00:43.258Z] ---> dec166e9f8af [2021-03-31T13:00:43.258Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T13:00:43.258Z] ---> Running in 2428a6eeb1ab [2021-03-31T13:00:43.258Z] ---> Running in 2a848c4dee7b [2021-03-31T13:00:43.258Z] ---> Running in 92215fc16389 [2021-03-31T13:00:43.258Z] ---> Running in 84221eee26f1 [2021-03-31T13:00:43.258Z] ---> Running in c794f125c36b [2021-03-31T13:00:43.258Z] Removing intermediate container 2a848c4dee7b [2021-03-31T13:00:43.258Z] ---> b8e55147e074 [2021-03-31T13:00:43.258Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:00:43.258Z] Removing intermediate container 92215fc16389 [2021-03-31T13:00:43.258Z] ---> 58f4ff0da670 [2021-03-31T13:00:43.258Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:00:43.258Z] Removing intermediate container 2428a6eeb1ab [2021-03-31T13:00:43.258Z] ---> 898839ec31f0 [2021-03-31T13:00:43.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:00:43.258Z] Removing intermediate container c794f125c36b [2021-03-31T13:00:43.258Z] ---> 4ee03c436813 [2021-03-31T13:00:43.258Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:00:43.258Z] Removing intermediate container 84221eee26f1 [2021-03-31T13:00:43.258Z] ---> 1a9171152c4c [2021-03-31T13:00:43.258Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:00:43.258Z] ---> Running in 39f0e979d772 [2021-03-31T13:00:43.258Z] ---> Running in 4c48ff7f328f [2021-03-31T13:00:43.258Z] ---> Running in 84da660b5e33 [2021-03-31T13:00:43.258Z] ---> Running in f622b38c7345 [2021-03-31T13:00:43.258Z] ---> Running in c179db5ce14e [2021-03-31T13:00:43.258Z] Removing intermediate container 84da660b5e33 [2021-03-31T13:00:43.258Z] ---> 65bdc3a40dd0 [2021-03-31T13:00:43.258Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T13:00:43.258Z] ---> Running in 0aa122f8eae3 [2021-03-31T13:00:43.258Z] Removing intermediate container 4c48ff7f328f [2021-03-31T13:00:43.258Z] ---> 571442f6bc67 [2021-03-31T13:00:43.258Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T13:00:43.259Z] Removing intermediate container c179db5ce14e [2021-03-31T13:00:43.259Z] ---> 77b005235dc5 [2021-03-31T13:00:43.259Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T13:00:43.259Z] Removing intermediate container 39f0e979d772 [2021-03-31T13:00:43.259Z] ---> f5013598313f [2021-03-31T13:00:43.259Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T13:00:43.259Z] Removing intermediate container f622b38c7345 [2021-03-31T13:00:43.259Z] ---> d326d146a412 [2021-03-31T13:00:43.259Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T13:00:43.259Z] ---> Running in b2b679598f16 [2021-03-31T13:00:43.259Z] ---> Running in b919963b774b [2021-03-31T13:00:43.259Z] ---> Running in 60b30bb7aa0f [2021-03-31T13:00:43.259Z] ---> Running in 34a43ed709f3 [2021-03-31T13:00:43.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:43.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:43.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:43.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:43.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:43.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:43.530Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:43.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:44.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:44.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:44.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:44.634Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:44.911Z] Removing intermediate container 0aa122f8eae3 [2021-03-31T13:00:44.911Z] ---> de6017f58588 [2021-03-31T13:00:44.911Z] Step 6/21 : COPY go.mod . [2021-03-31T13:00:45.189Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:45.189Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:45.189Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:46.178Z] ---> a4106d0f7ee1 [2021-03-31T13:00:46.178Z] Step 7/21 : RUN go mod download [2021-03-31T13:00:46.452Z] ---> Running in b4b2f3cbc109 [2021-03-31T13:00:46.452Z] Removing intermediate container b2b679598f16 [2021-03-31T13:00:46.452Z] ---> 495e5cdb925c [2021-03-31T13:00:46.452Z] Step 6/31 : COPY go.mod . [2021-03-31T13:00:47.071Z] Removing intermediate container 34a43ed709f3 [2021-03-31T13:00:47.071Z] ---> 1e344610552b [2021-03-31T13:00:47.071Z] Step 6/26 : COPY go.mod . [2021-03-31T13:00:47.349Z] Removing intermediate container 60b30bb7aa0f [2021-03-31T13:00:47.349Z] ---> c2f32bbd6970 [2021-03-31T13:00:47.349Z] Step 6/22 : COPY go.mod . [2021-03-31T13:00:47.349Z] Removing intermediate container b919963b774b [2021-03-31T13:00:47.349Z] ---> ff8bfabb3500 [2021-03-31T13:00:47.349Z] Step 6/23 : COPY go.mod . [2021-03-31T13:00:47.625Z] ---> 509cfa95ba78 [2021-03-31T13:00:47.625Z] Step 7/31 : RUN go mod download [2021-03-31T13:00:47.928Z] ---> Running in 3468e84c71ea [2021-03-31T13:00:48.203Z] ---> 3a5269b4b3ed [2021-03-31T13:00:48.203Z] Step 7/26 : RUN go mod download [2021-03-31T13:00:48.478Z] ---> 9288bb97936a [2021-03-31T13:00:48.478Z] Step 7/23 : RUN go mod download [2021-03-31T13:00:48.478Z] ---> Running in 8bcc909c5e8a [2021-03-31T13:00:48.478Z] ---> cdd7262b4397 [2021-03-31T13:00:48.478Z] Step 7/22 : RUN go mod download [2021-03-31T13:00:49.078Z] ---> Running in dad483482479 [2021-03-31T13:00:49.078Z] ---> Running in 91ae0028023b [2021-03-31T13:00:50.552Z] Removing intermediate container b4b2f3cbc109 [2021-03-31T13:00:50.552Z] ---> 6ce0efd02460 [2021-03-31T13:00:50.552Z] Step 8/21 : COPY . . [2021-03-31T13:00:52.527Z] Removing intermediate container 3468e84c71ea [2021-03-31T13:00:52.527Z] ---> 9c1792cb42a7 [2021-03-31T13:00:52.527Z] Step 8/31 : COPY . . [2021-03-31T13:00:53.973Z] Removing intermediate container 8bcc909c5e8a [2021-03-31T13:00:53.973Z] ---> 1195174e151e [2021-03-31T13:00:53.973Z] Step 8/26 : COPY . . [2021-03-31T13:00:54.580Z] Removing intermediate container 91ae0028023b [2021-03-31T13:00:54.580Z] ---> 1ca322563d07 [2021-03-31T13:00:54.580Z] Step 8/22 : COPY . . [2021-03-31T13:00:54.854Z] Removing intermediate container dad483482479 [2021-03-31T13:00:54.854Z] ---> 04e95e49183d [2021-03-31T13:00:54.854Z] Step 8/23 : COPY . . [2021-03-31T13:01:21.664Z] ---> dbcc5601c5b6 [2021-03-31T13:01:21.664Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T13:01:21.664Z] ---> 30ca77954890 [2021-03-31T13:01:21.664Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T13:01:21.664Z] ---> 97f2893c2ae6 [2021-03-31T13:01:21.664Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T13:01:21.664Z] ---> 3896a1ad4db4 [2021-03-31T13:01:21.664Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T13:01:21.664Z] ---> 7bc6fccb658d [2021-03-31T13:01:21.664Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T13:01:21.664Z] ---> Running in 0570bfa12ac2 [2021-03-31T13:01:21.664Z] ---> Running in 5bcee1ab0736 [2021-03-31T13:01:21.664Z] ---> Running in 072049ae12b1 [2021-03-31T13:01:21.664Z] ---> Running in a1da9e395d41 [2021-03-31T13:01:21.664Z] ---> Running in 0a970507d544 [2021-03-31T13:01:21.664Z] 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-03-31T13:01:21.664Z] 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-03-31T13:01:21.664Z] 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-03-31T13:01:21.664Z] 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-03-31T13:01:21.664Z] 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-03-31T13:01:42.203Z] Running on prd-ubuntu18.04-docker-8c-8g-32253 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T13:01:42.260Z] Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout [2021-03-31T13:01:44.848Z] using credential edgex-jenkins-ssh [2021-03-31T13:01:44.903Z] Cloning the remote Git repository [2021-03-31T13:01:44.935Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:01:45.010Z] > git init /w/workspace/edgex-go/49 # timeout=10 [2021-03-31T13:01:45.046Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:01:45.046Z] > git --version # timeout=10 [2021-03-31T13:01:45.058Z] > git --version # 'git version 2.17.1' [2021-03-31T13:01:45.058Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:01:45.113Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T13:01:51.677Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:01:51.872Z] Merge succeeded, producing df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:01:51.873Z] Checking out Revision df9f98fcb2fb8b861d59aef466eee886632dbbe0 (PR-3234) [2021-03-31T13:01:51.128Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T13:01:51.134Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T13:01:51.146Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T13:01:51.159Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:01:51.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:01:51.164Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T13:01:51.703Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T13:01:51.708Z] > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 [2021-03-31T13:01:51.856Z] > git remote # timeout=10 [2021-03-31T13:01:51.863Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T13:01:51.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:01:51.874Z] > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 [2021-03-31T13:01:51.884Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T13:01:51.893Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T13:01:51.904Z] > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 [2021-03-31T13:01:55.658Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:01:57.751Z] + echo snap-build.sh [2021-03-31T13:01:57.751Z] snap-build.sh [2021-03-31T13:01:57.751Z] + SNAP_BASE_DIR=. [2021-03-31T13:01:57.751Z] + '[' '!' -z /w/workspace/edgex-go/49 ']' [2021-03-31T13:01:57.751Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/49 [2021-03-31T13:01:57.751Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/49]' [2021-03-31T13:01:57.751Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/49] [2021-03-31T13:01:57.751Z] + cd /w/workspace/edgex-go/49 [2021-03-31T13:01:57.751Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T13:01:57.751Z] Reading package lists... [2021-03-31T13:01:57.751Z] Building dependency tree... [2021-03-31T13:01:57.751Z] Reading state information... [2021-03-31T13:01:57.751Z] The following packages were automatically installed and are no longer required: [2021-03-31T13:01:57.751Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T13:01:57.751Z] uidmap xdelta3 [2021-03-31T13:01:57.751Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T13:01:57.751Z] The following packages will be REMOVED: [2021-03-31T13:01:57.751Z] lxd* lxd-client* [2021-03-31T13:01:58.015Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T13:01:58.015Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T13:01:59.064Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-31T13:01:59.064Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T13:02:00.461Z] Removing lxd dnsmasq configuration [2021-03-31T13:02:00.461Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T13:02:00.737Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T13:02:01.697Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T13:02:01.697Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-31T13:02:01.963Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T13:02:03.360Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T13:02:03.624Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T13:02:05.561Z] + sudo snap remove --purge lxd [2021-03-31T13:02:05.864Z] snap "lxd" is not installed [2021-03-31T13:02:05.864Z] + sudo groupadd --force --system lxd [2021-03-31T13:02:05.864Z] ++ whoami [2021-03-31T13:02:05.864Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T13:02:05.864Z] + newgrp - lxd [2021-03-31T13:02:06.129Z] + sudo snap install lxd [2021-03-31T13:02:18.398Z] 2021-03-31T13:02:15Z INFO Waiting for automatic snapd restart... [2021-03-31T13:02:45.048Z] lxd 4.12 from Canonical* installed [2021-03-31T13:02:45.048Z] + sudo lxd init --auto [2021-03-31T13:02:55.080Z] + sudo snap install --classic snapcraft [2021-03-31T13:02:58.556Z] 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-03-31T13:03:07.350Z] snapcraft 4.6 from Canonical* installed [2021-03-31T13:03:07.350Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T13:03:07.350Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T13:03:07.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:03:07.350Z] Dload Upload Total Spent Left Speed [2021-03-31T13:03:07.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4750 0 --:--:-- --:--:-- --:--:-- 4786 [2021-03-31T13:03:08.187Z] 44 3325k 44 1480k 0 0 1628k 0 0:00:02 --:--:-- 0:00:02 1628k 100 3325k 100 3325k 0 0 3365k 0 --:--:-- --:--:-- --:--:-- 22.8M [2021-03-31T13:03:08.187Z] ./yq_linux_amd64 [2021-03-31T13:03:08.187Z] + sudo snapcraft prime --use-lxd [2021-03-31T13:03:10.739Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T13:03:10.739Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T13:03:10.739Z] - README.md [2021-03-31T13:03:10.739Z] [2021-03-31T13:03:10.739Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T13:03:10.995Z] Removing intermediate container 0570bfa12ac2 [2021-03-31T13:03:10.995Z] ---> 6884517fe4fc [2021-03-31T13:03:10.995Z] [2021-03-31T13:03:10.995Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T13:03:10.995Z] 3.12: Pulling from library/alpine [2021-03-31T13:03:11.694Z] Launching a container. [2021-03-31T13:03:13.652Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T13:03:13.652Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T13:03:13.652Z] ---> e47305ac9786 [2021-03-31T13:03:13.652Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T13:03:14.650Z] ---> Running in 230681f00754 [2021-03-31T13:03:15.264Z] Removing intermediate container 072049ae12b1 [2021-03-31T13:03:15.264Z] ---> 47c361e890a1 [2021-03-31T13:03:15.264Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T13:03:15.264Z] Removing intermediate container 5bcee1ab0736 [2021-03-31T13:03:15.264Z] ---> 003783a2e03a [2021-03-31T13:03:15.264Z] [2021-03-31T13:03:15.264Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T13:03:15.264Z] ---> e47305ac9786 [2021-03-31T13:03:15.264Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T13:03:15.264Z] Removing intermediate container 230681f00754 [2021-03-31T13:03:15.264Z] ---> 4219c20de970 [2021-03-31T13:03:15.264Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T13:03:15.553Z] ---> Running in 900fae314ab6 [2021-03-31T13:03:15.553Z] ---> Running in 1cbe87b6d8c3 [2021-03-31T13:03:15.830Z] ---> Running in 5725447dbaaa [2021-03-31T13:03:17.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:17.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:18.092Z] 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-03-31T13:03:18.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:18.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:18.691Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T13:03:18.691Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:03:18.691Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T13:03:18.691Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T13:03:18.691Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:03:18.691Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:03:18.964Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:03:18.964Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T13:03:18.964Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:03:18.964Z] OK: 5 MiB in 16 packages [2021-03-31T13:03:19.243Z] OK: 7 MiB in 18 packages [2021-03-31T13:03:21.864Z] Removing intermediate container 0a970507d544 [2021-03-31T13:03:21.864Z] ---> 16da1301a4a9 [2021-03-31T13:03:21.864Z] [2021-03-31T13:03:21.864Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:03:21.864Z] ---> e47305ac9786 [2021-03-31T13:03:21.864Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T13:03:22.136Z] ---> Running in 8930ecaa0249 [2021-03-31T13:03:22.412Z] Removing intermediate container 5725447dbaaa [2021-03-31T13:03:22.412Z] ---> 1af8b5095031 [2021-03-31T13:03:22.412Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T13:03:22.688Z] Removing intermediate container 1cbe87b6d8c3 [2021-03-31T13:03:22.688Z] ---> 8db8e142eff0 [2021-03-31T13:03:22.688Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:03:22.963Z] ---> Running in c68eb823f5be [2021-03-31T13:03:22.963Z] ---> Running in 3928c824930a [2021-03-31T13:03:23.240Z] Removing intermediate container 900fae314ab6 [2021-03-31T13:03:23.240Z] ---> 730eb75fd3e7 [2021-03-31T13:03:23.240Z] [2021-03-31T13:03:23.240Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T13:03:23.240Z] 20.10.0: Pulling from library/docker [2021-03-31T13:03:23.838Z] Removing intermediate container c68eb823f5be [2021-03-31T13:03:23.838Z] ---> d249ffe98115 [2021-03-31T13:03:23.838Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T13:03:24.113Z] Removing intermediate container 3928c824930a [2021-03-31T13:03:24.113Z] ---> de4f7033d999 [2021-03-31T13:03:24.113Z] Step 13/21 : WORKDIR /edgex [2021-03-31T13:03:24.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:24.388Z] ---> Running in 751615584c58 [2021-03-31T13:03:24.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:24.664Z] ---> Running in 3295100b1f1e [2021-03-31T13:03:25.263Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T13:03:25.263Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:03:25.263Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:03:25.564Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:03:25.564Z] Removing intermediate container 751615584c58 [2021-03-31T13:03:25.564Z] ---> 62f0f3486f1c [2021-03-31T13:03:25.564Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T13:03:25.564Z] OK: 6 MiB in 16 packages [2021-03-31T13:03:26.178Z] Removing intermediate container 3295100b1f1e [2021-03-31T13:03:26.179Z] ---> ddc1fb0fca79 [2021-03-31T13:03:26.179Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T13:03:26.456Z] ---> Running in c3ccd92f2032 [2021-03-31T13:03:26.640Z] Waiting for container to be ready [2021-03-31T13:03:26.640Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T13:03:26.640Z] [2021-03-31T13:03:28.463Z] ---> add0244ec18a [2021-03-31T13:03:28.464Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T13:03:29.073Z] Removing intermediate container 8930ecaa0249 [2021-03-31T13:03:29.073Z] ---> 6f423c57153b [2021-03-31T13:03:29.073Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:03:29.671Z] ---> Running in bc03d25afbc7 [2021-03-31T13:03:30.653Z] Removing intermediate container bc03d25afbc7 [2021-03-31T13:03:30.653Z] ---> 663e70e0c768 [2021-03-31T13:03:30.653Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T13:03:30.653Z] ---> 3b14bb68bc69 [2021-03-31T13:03:30.653Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T13:03:30.653Z] Removing intermediate container c3ccd92f2032 [2021-03-31T13:03:30.653Z] ---> 3ba92ec1a603 [2021-03-31T13:03:30.653Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T13:03:30.869Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T13:03:30.926Z] ---> Running in 67688b103424 [2021-03-31T13:03:30.927Z] ---> Running in e3118bd29bb0 [2021-03-31T13:03:31.132Z] Waiting for network to be ready... [2021-03-31T13:03:31.707Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T13:03:31.707Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T13:03:31.909Z] Removing intermediate container 67688b103424 [2021-03-31T13:03:31.909Z] ---> c89761434e82 [2021-03-31T13:03:31.909Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:03:32.310Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T13:03:32.310Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T13:03:32.310Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T13:03:32.879Z] Removing intermediate container e3118bd29bb0 [2021-03-31T13:03:32.879Z] ---> cc32dea9d070 [2021-03-31T13:03:32.879Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T13:03:32.885Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T13:03:32.885Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T13:03:32.885Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T13:03:32.885Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T13:03:32.885Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T13:03:32.885Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T13:03:32.885Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T13:03:32.885Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T13:03:32.885Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T13:03:32.885Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T13:03:32.885Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T13:03:32.885Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T13:03:32.885Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T13:03:33.155Z] ---> Running in 8a3beb04b9c1 [2021-03-31T13:03:33.160Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T13:03:33.428Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T13:03:33.430Z] ---> 94ffb0cb4586 [2021-03-31T13:03:33.430Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T13:03:33.690Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T13:03:33.690Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T13:03:33.690Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T13:03:33.690Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T13:03:33.690Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T13:03:33.690Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T13:03:33.690Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T13:03:34.030Z] ---> Running in f499ba03ccf7 [2021-03-31T13:03:34.030Z] Removing intermediate container 8a3beb04b9c1 [2021-03-31T13:03:34.030Z] ---> d18fc692e146 [2021-03-31T13:03:34.030Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:03:34.665Z] ---> e5877cb13fc5 [2021-03-31T13:03:34.665Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T13:03:35.295Z] ---> Running in 9eccb683a677 [2021-03-31T13:03:35.295Z] Removing intermediate container f499ba03ccf7 [2021-03-31T13:03:35.295Z] ---> 3724b336b3e1 [2021-03-31T13:03:35.295Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T13:03:35.930Z] ---> Running in 43a3873af190 [2021-03-31T13:03:35.930Z] ---> 39cebfc6a606 [2021-03-31T13:03:35.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T13:03:37.416Z] Removing intermediate container 43a3873af190 [2021-03-31T13:03:37.416Z] ---> f56fa061a855 [2021-03-31T13:03:37.416Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T13:03:37.906Z] Fetched 24.2 MB in 6s (3841 kB/s) [2021-03-31T13:03:38.392Z] ---> Running in 8d79cb73f9cc [2021-03-31T13:03:38.665Z] ---> a0df8e8db4fc [2021-03-31T13:03:38.665Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T13:03:39.260Z] Removing intermediate container a1da9e395d41 [2021-03-31T13:03:39.261Z] ---> 972ea3c5e72a [2021-03-31T13:03:39.261Z] [2021-03-31T13:03:39.261Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:03:39.261Z] ---> e47305ac9786 [2021-03-31T13:03:39.261Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T13:03:39.535Z] ---> Running in d2ab95bb35d8 [2021-03-31T13:03:39.535Z] Removing intermediate container 8d79cb73f9cc [2021-03-31T13:03:39.535Z] ---> 56b6682eb7da [2021-03-31T13:03:39.535Z] Step 20/21 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:03:39.535Z] ---> Running in fd125210989c [2021-03-31T13:03:39.806Z] ---> b6df9e718821 [2021-03-31T13:03:39.806Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T13:03:39.830Z] Reading package lists... [2021-03-31T13:03:39.830Z] Reading package lists... [2021-03-31T13:03:40.088Z] ---> Running in 2ba5579653ff [2021-03-31T13:03:40.088Z] Removing intermediate container 9eccb683a677 [2021-03-31T13:03:40.088Z] ---> 2f9921ebacb3 [2021-03-31T13:03:40.088Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:03:40.088Z] Removing intermediate container d2ab95bb35d8 [2021-03-31T13:03:40.088Z] ---> feb8062457ab [2021-03-31T13:03:40.088Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T13:03:40.091Z] Building dependency tree... [2021-03-31T13:03:40.091Z] Reading state information... [2021-03-31T13:03:40.352Z] The following additional packages will be installed: [2021-03-31T13:03:40.352Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T13:03:40.352Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T13:03:40.352Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T13:03:40.352Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T13:03:40.352Z] Suggested packages: [2021-03-31T13:03:40.352Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T13:03:40.352Z] Recommended packages: [2021-03-31T13:03:40.352Z] gnupg libsasl2-modules [2021-03-31T13:03:40.352Z] The following NEW packages will be installed: [2021-03-31T13:03:40.352Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T13:03:40.352Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T13:03:40.352Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T13:03:40.352Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T13:03:40.352Z] The following packages will be upgraded: [2021-03-31T13:03:40.352Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T13:03:40.365Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T13:03:40.365Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T13:03:40.365Z] ---> eeaf43b92773 [2021-03-31T13:03:40.365Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T13:03:40.365Z] Removing intermediate container fd125210989c [2021-03-31T13:03:40.365Z] ---> fc375e5c8634 [2021-03-31T13:03:40.365Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T13:03:40.365Z] ---> Running in 164ce2f92921 [2021-03-31T13:03:40.615Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T13:03:40.615Z] Need to get 3530 kB of archives. [2021-03-31T13:03:40.615Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T13:03:40.615Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T13:03:40.615Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-31T13:03:40.615Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T13:03:40.655Z] ---> Running in d0a84e625cab [2021-03-31T13:03:40.655Z] ---> Running in 35a8672c73db [2021-03-31T13:03:40.877Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T13:03:40.877Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T13:03:40.877Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T13:03:40.955Z] Removing intermediate container 2ba5579653ff [2021-03-31T13:03:40.955Z] ---> e23b84611d1c [2021-03-31T13:03:40.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:03:41.139Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T13:03:41.139Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T13:03:41.139Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T13:03:41.139Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T13:03:41.139Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T13:03:41.139Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T13:03:41.139Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T13:03:41.139Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T13:03:41.139Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T13:03:41.139Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T13:03:41.232Z] ---> Running in d5235ae8dc5c [2021-03-31T13:03:41.233Z] Removing intermediate container 164ce2f92921 [2021-03-31T13:03:41.233Z] ---> eeeb582f2bb6 [2021-03-31T13:03:41.233Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T13:03:41.401Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T13:03:41.401Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T13:03:41.401Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T13:03:41.401Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T13:03:41.401Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T13:03:41.401Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T13:03:41.510Z] ---> ffc34f8b52ae [2021-03-31T13:03:41.510Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T13:03:41.510Z] Removing intermediate container d0a84e625cab [2021-03-31T13:03:41.510Z] ---> 9c214397b73a [2021-03-31T13:03:41.510Z] [2021-03-31T13:03:41.510Z] ---> Running in 5a82ec4cb6ee [2021-03-31T13:03:41.663Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:03:41.663Z] Fetched 3530 kB in 1s (3528 kB/s) [2021-03-31T13:03:41.663Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T13:03:41.663Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:03:41.663Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:03:41.784Z] Removing intermediate container d5235ae8dc5c [2021-03-31T13:03:41.784Z] ---> dbd78de68562 [2021-03-31T13:03:41.784Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T13:03:41.925Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T13:03:41.925Z] Selecting previously unselected package udev. [2021-03-31T13:03:41.925Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T13:03:41.925Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:03:41.925Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T13:03:42.079Z] ---> Running in 027e07725a24 [2021-03-31T13:03:42.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:42.358Z] Successfully built 9c214397b73a [2021-03-31T13:03:42.358Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T13:03:42.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:42.358Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-31T13:03:42.358Z] Removing intermediate container 5a82ec4cb6ee [2021-03-31T13:03:42.358Z] ---> 2d9258fa045b [2021-03-31T13:03:42.358Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:03:42.498Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T13:03:42.498Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T13:03:42.498Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T13:03:42.498Z] Selecting previously unselected package fuse. [2021-03-31T13:03:42.498Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T13:03:42.498Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T13:03:42.498Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:03:42.498Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:03:42.635Z] Removing intermediate container 027e07725a24 [2021-03-31T13:03:42.635Z] ---> 70514f9e5441 [2021-03-31T13:03:42.635Z] Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:03:42.767Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:03:42.767Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:03:42.767Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:03:42.767Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:03:42.916Z] ---> Running in 70440ea933e9 [2021-03-31T13:03:43.031Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T13:03:43.031Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T13:03:43.031Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T13:03:43.031Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T13:03:43.031Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:43.031Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:43.200Z] ---> Running in 9c3089bb70fc [2021-03-31T13:03:43.200Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T13:03:43.200Z] ---> b1348c37ba7f [2021-03-31T13:03:43.200Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T13:03:43.200Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T13:03:43.200Z] Executing bash-5.0.17-r0.post-install [2021-03-31T13:03:43.200Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:03:43.200Z] OK: 12 MiB in 22 packages [2021-03-31T13:03:43.606Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T13:03:43.606Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:43.606Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:43.606Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T13:03:43.606Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:43.606Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:43.867Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T13:03:43.868Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:43.868Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:43.868Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T13:03:43.868Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:43.868Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:43.868Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T13:03:43.868Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:43.868Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:44.130Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T13:03:44.130Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:44.130Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:44.130Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T13:03:44.130Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:44.202Z] Removing intermediate container 9c3089bb70fc [2021-03-31T13:03:44.202Z] ---> 8a7494d12cb5 [2021-03-31T13:03:44.202Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:03:44.392Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:44.392Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T13:03:44.392Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:03:44.392Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:44.392Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T13:03:44.392Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T13:03:44.392Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:03:44.655Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T13:03:44.655Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T13:03:44.655Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:03:44.655Z] Selecting previously unselected package libldap-common. [2021-03-31T13:03:44.655Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T13:03:44.655Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:03:44.655Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T13:03:44.655Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T13:03:44.655Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:03:44.919Z] Selecting previously unselected package dirmngr. [2021-03-31T13:03:44.919Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:03:44.919Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T13:03:44.919Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:03:45.182Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T13:03:45.182Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T13:03:45.182Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:03:45.182Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:03:45.182Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T13:03:45.182Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:45.182Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T13:03:45.201Z] ---> 556fc78b1634 [2021-03-31T13:03:45.201Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T13:03:45.201Z] ---> Running in 26ae9b45dd84 [2021-03-31T13:03:45.446Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:03:45.446Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T13:03:46.023Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T13:03:46.023Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.023Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T13:03:46.287Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T13:03:46.287Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T13:03:46.287Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.287Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.287Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.287Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.287Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.549Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.549Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:03:46.549Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:03:46.549Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T13:03:46.549Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:03:46.662Z] Removing intermediate container 26ae9b45dd84 [2021-03-31T13:03:46.662Z] ---> 2dc11f235448 [2021-03-31T13:03:46.662Z] [2021-03-31T13:03:46.947Z] Removing intermediate container 35a8672c73db [2021-03-31T13:03:46.947Z] ---> 81edbf1276fc [2021-03-31T13:03:46.947Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T13:03:47.234Z] ---> 90dc995d31b2 [2021-03-31T13:03:47.234Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T13:03:47.234Z] Successfully built 2dc11f235448 [2021-03-31T13:03:47.234Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T13:03:47.234Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-31T13:03:47.499Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T13:03:47.499Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T13:03:47.499Z] This means they are not meant to be enabled using systemctl. [2021-03-31T13:03:47.499Z] Possible reasons for having this kind of units are: [2021-03-31T13:03:47.499Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T13:03:47.499Z] .wants/ or .requires/ directory. [2021-03-31T13:03:47.499Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T13:03:47.499Z] a requirement dependency on it. [2021-03-31T13:03:47.499Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T13:03:47.499Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T13:03:47.499Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T13:03:47.499Z] instance name specified. [2021-03-31T13:03:47.511Z] ---> Running in 76bdafe82544 [2021-03-31T13:03:47.511Z] Removing intermediate container 70440ea933e9 [2021-03-31T13:03:47.511Z] ---> 8ae86a773fec [2021-03-31T13:03:47.761Z] Reading package lists... [2021-03-31T13:03:47.789Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T13:03:47.789Z] ---> Running in d28aca28dcf1 [2021-03-31T13:03:48.024Z] Building dependency tree... [2021-03-31T13:03:48.024Z] Reading state information... [2021-03-31T13:03:48.286Z] The following additional packages will be installed: [2021-03-31T13:03:48.286Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T13:03:48.286Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T13:03:48.286Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T13:03:48.286Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T13:03:48.286Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T13:03:48.286Z] Suggested packages: [2021-03-31T13:03:48.286Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T13:03:48.286Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T13:03:48.286Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T13:03:48.286Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T13:03:48.286Z] systemd-container policykit-1 [2021-03-31T13:03:48.286Z] Recommended packages: [2021-03-31T13:03:48.286Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T13:03:48.286Z] The following NEW packages will be installed: [2021-03-31T13:03:48.286Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T13:03:48.286Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T13:03:48.286Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T13:03:48.286Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T13:03:48.286Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T13:03:48.286Z] The following packages will be upgraded: [2021-03-31T13:03:48.286Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T13:03:48.396Z] ---> 86e23eef193c [2021-03-31T13:03:48.396Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T13:03:48.396Z] Removing intermediate container 76bdafe82544 [2021-03-31T13:03:48.396Z] ---> 0fdbab435536 [2021-03-31T13:03:48.396Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T13:03:48.548Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T13:03:48.548Z] Need to get 35.2 MB of archives. [2021-03-31T13:03:48.548Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T13:03:48.548Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T13:03:48.548Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T13:03:48.667Z] ---> Running in 5ef6fd4ad4e8 [2021-03-31T13:03:48.937Z] ---> Running in a2921ee03160 [2021-03-31T13:03:49.122Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T13:03:49.122Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T13:03:49.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:49.384Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T13:03:49.384Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T13:03:49.384Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-31T13:03:49.384Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-31T13:03:49.384Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-31T13:03:49.384Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T13:03:49.384Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T13:03:49.384Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T13:03:49.384Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T13:03:49.384Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T13:03:49.384Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T13:03:49.384Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T13:03:49.384Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T13:03:49.647Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T13:03:49.647Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T13:03:49.839Z] Removing intermediate container 5ef6fd4ad4e8 [2021-03-31T13:03:49.839Z] ---> 150b0e636d1d [2021-03-31T13:03:49.839Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T13:03:49.910Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T13:03:49.910Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-31T13:03:49.910Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T13:03:49.910Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T13:03:49.910Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T13:03:49.910Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T13:03:49.910Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T13:03:49.910Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T13:03:49.910Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T13:03:49.910Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T13:03:49.910Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T13:03:50.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:50.399Z] Removing intermediate container a2921ee03160 [2021-03-31T13:03:50.399Z] ---> 1eaa285b24af [2021-03-31T13:03:50.399Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T13:03:50.399Z] ---> Running in 6aadda5dd87f [2021-03-31T13:03:50.862Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:03:50.862Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-03-31T13:03:50.862Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T13:03:50.862Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:03:50.993Z] Removing intermediate container 6aadda5dd87f [2021-03-31T13:03:50.993Z] ---> e33ae529669e [2021-03-31T13:03:50.993Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T13:03:51.125Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:03:51.583Z] ---> 97595b0a0064 [2021-03-31T13:03:51.583Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T13:03:51.583Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:03:51.701Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:03:51.853Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T13:03:51.853Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T13:03:51.963Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:03:51.963Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T13:03:51.963Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T13:03:51.963Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T13:03:52.125Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T13:03:52.125Z] ---> Running in 5f48bbbaa3f2 [2021-03-31T13:03:52.229Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T13:03:52.229Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T13:03:52.492Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T13:03:52.492Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T13:03:52.492Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T13:03:52.719Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T13:03:53.019Z] ---> 83ff8482e213 [2021-03-31T13:03:53.019Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T13:03:53.019Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T13:03:53.019Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:03:53.019Z] OK: 8 MiB in 20 packages [2021-03-31T13:03:53.071Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T13:03:53.071Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T13:03:53.647Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T13:03:53.647Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T13:03:53.647Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T13:03:53.647Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T13:03:54.596Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T13:03:54.596Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:03:54.596Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:03:54.859Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T13:03:54.859Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T13:03:54.859Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T13:03:55.018Z] ---> 2ee383f34b7a [2021-03-31T13:03:55.018Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T13:03:55.122Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T13:03:55.122Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:03:55.122Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:03:55.383Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T13:03:55.383Z] Checking for services that may need to be restarted...done. [2021-03-31T13:03:55.383Z] Checking for services that may need to be restarted...done. [2021-03-31T13:03:55.624Z] Removing intermediate container d28aca28dcf1 [2021-03-31T13:03:55.625Z] ---> a4442c8b7a88 [2021-03-31T13:03:55.625Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:03:55.645Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:03:55.645Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T13:03:55.645Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:03:56.219Z] Selecting previously unselected package python3-minimal. [2021-03-31T13:03:56.219Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T13:03:56.219Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T13:03:56.480Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T13:03:56.480Z] Selecting previously unselected package mime-support. [2021-03-31T13:03:56.481Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T13:03:56.481Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T13:03:56.481Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T13:03:56.481Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T13:03:56.481Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T13:03:56.616Z] ---> c275912bfda5 [2021-03-31T13:03:56.616Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T13:03:56.742Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T13:03:56.742Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:03:56.742Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:03:57.005Z] Selecting previously unselected package python3.6. [2021-03-31T13:03:57.005Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:03:57.005Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:03:57.005Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T13:03:57.005Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T13:03:57.005Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T13:03:57.267Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T13:03:57.530Z] Selecting previously unselected package python3. [2021-03-31T13:03:57.530Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T13:03:57.530Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T13:03:57.530Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T13:03:57.530Z] Selecting previously unselected package multiarch-support. [2021-03-31T13:03:57.530Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:03:57.530Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T13:03:57.603Z] ---> Running in 34bb93f655f8 [2021-03-31T13:03:57.603Z] ---> d1baf1cafd66 [2021-03-31T13:03:57.603Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T13:03:57.603Z] Removing intermediate container 5f48bbbaa3f2 [2021-03-31T13:03:57.603Z] ---> 1200f8f33a10 [2021-03-31T13:03:57.603Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T13:03:57.794Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T13:03:57.794Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T13:03:57.794Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T13:03:57.794Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T13:03:57.794Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T13:03:58.056Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T13:03:58.056Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T13:03:58.056Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T13:03:58.056Z] Selecting previously unselected package sudo. [2021-03-31T13:03:58.056Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T13:03:58.056Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T13:03:58.320Z] Selecting previously unselected package apparmor. [2021-03-31T13:03:58.320Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T13:03:58.320Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T13:03:58.582Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T13:03:58.583Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T13:03:58.583Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T13:03:58.583Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T13:03:58.583Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:03:58.583Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:03:58.583Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T13:03:58.583Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:03:58.583Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:03:58.845Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T13:03:58.845Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T13:03:58.845Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T13:03:58.845Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T13:03:58.845Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:03:58.845Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:03:59.034Z] ---> Running in 6a038380c6c1 [2021-03-31T13:03:59.112Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T13:03:59.112Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:03:59.112Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:03:59.112Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T13:03:59.112Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T13:03:59.112Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T13:03:59.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:59.374Z] Selecting previously unselected package openssh-client. [2021-03-31T13:03:59.375Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T13:03:59.375Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T13:03:59.597Z] ---> 35ba3d640aa3 [2021-03-31T13:03:59.597Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T13:03:59.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:59.597Z] Removing intermediate container 6a038380c6c1 [2021-03-31T13:03:59.597Z] ---> 78aec0af078a [2021-03-31T13:03:59.597Z] Step 28/31 : CMD ["gate"] [2021-03-31T13:03:59.636Z] Selecting previously unselected package squashfs-tools. [2021-03-31T13:03:59.636Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T13:03:59.636Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T13:03:59.636Z] Selecting previously unselected package snapd. [2021-03-31T13:03:59.636Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T13:03:59.636Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T13:04:00.214Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T13:04:00.214Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T13:04:00.214Z] ---> Running in e51e24d02c9e [2021-03-31T13:04:00.214Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T13:04:00.214Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T13:04:00.214Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T13:04:00.214Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T13:04:00.214Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T13:04:00.822Z] ---> 194f78840d52 [2021-03-31T13:04:00.823Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T13:04:01.449Z] ---> Running in 5c7e3d4c18e0 [2021-03-31T13:04:01.724Z] Removing intermediate container e51e24d02c9e [2021-03-31T13:04:01.724Z] ---> 95fffe650d2e [2021-03-31T13:04:01.724Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T13:04:02.193Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T13:04:02.193Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T13:04:02.325Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T13:04:02.325Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T13:04:02.325Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T13:04:02.325Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T13:04:02.325Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T13:04:02.455Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T13:04:02.455Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T13:04:02.455Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T13:04:02.455Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:02.455Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:04:02.599Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T13:04:02.600Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T13:04:02.600Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T13:04:02.600Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T13:04:02.600Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T13:04:02.600Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T13:04:02.717Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T13:04:02.717Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T13:04:02.878Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T13:04:02.879Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T13:04:02.879Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T13:04:02.879Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T13:04:02.879Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T13:04:02.879Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T13:04:02.879Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T13:04:02.879Z] ---> Running in 499e8f049e89 [2021-03-31T13:04:02.879Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T13:04:02.879Z] Removing intermediate container 5c7e3d4c18e0 [2021-03-31T13:04:02.879Z] ---> b9dc0c71b4f2 [2021-03-31T13:04:02.879Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:04:02.879Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T13:04:02.879Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T13:04:02.879Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T13:04:02.879Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T13:04:02.879Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T13:04:03.156Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T13:04:03.156Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T13:04:03.156Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:04:03.156Z] OK: 71 MiB in 55 packages [2021-03-31T13:04:03.662Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T13:04:03.662Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T13:04:03.662Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T13:04:03.662Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:03.662Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:03.662Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:03.761Z] ---> Running in 126240ac699c [2021-03-31T13:04:03.761Z] Removing intermediate container 499e8f049e89 [2021-03-31T13:04:03.761Z] ---> 6fd6bec4ef46 [2021-03-31T13:04:03.761Z] Step 30/31 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:04:04.607Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T13:04:04.607Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:04.607Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T13:04:04.607Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T13:04:04.607Z] running python rtupdate hooks for python3.6... [2021-03-31T13:04:04.607Z] running python post-rtupdate hooks for python3.6... [2021-03-31T13:04:04.767Z] ---> Running in a8b3d41e92ad [2021-03-31T13:04:04.767Z] Removing intermediate container 126240ac699c [2021-03-31T13:04:04.767Z] ---> 4dc6633739c7 [2021-03-31T13:04:04.767Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:04:04.869Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T13:04:05.381Z] ---> Running in 6b7880b79c34 [2021-03-31T13:04:05.662Z] Removing intermediate container a8b3d41e92ad [2021-03-31T13:04:05.662Z] ---> 857a90dd742b [2021-03-31T13:04:05.662Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T13:04:06.786Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T13:04:07.048Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:07.048Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T13:04:07.126Z] ---> Running in 80f21734d1d3 [2021-03-31T13:04:07.126Z] Removing intermediate container 6b7880b79c34 [2021-03-31T13:04:07.126Z] ---> 75413594f313 [2021-03-31T13:04:07.126Z] Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:04:07.126Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:04:07.126Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:04:07.126Z] ---> dec166e9f8af [2021-03-31T13:04:07.126Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T13:04:07.126Z] ---> Using cache [2021-03-31T13:04:07.126Z] ---> 1a9171152c4c [2021-03-31T13:04:07.126Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:04:07.126Z] ---> Using cache [2021-03-31T13:04:07.126Z] ---> 77b005235dc5 [2021-03-31T13:04:07.126Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T13:04:07.126Z] ---> Using cache [2021-03-31T13:04:07.126Z] ---> 495e5cdb925c [2021-03-31T13:04:07.126Z] Step 6/24 : COPY go.mod . [2021-03-31T13:04:07.126Z] ---> Using cache [2021-03-31T13:04:07.126Z] ---> 509cfa95ba78 [2021-03-31T13:04:07.126Z] Step 7/24 : RUN go mod download [2021-03-31T13:04:07.126Z] ---> Using cache [2021-03-31T13:04:07.126Z] ---> 9c1792cb42a7 [2021-03-31T13:04:07.126Z] Step 8/24 : COPY . . [2021-03-31T13:04:07.311Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T13:04:07.408Z] ---> Using cache [2021-03-31T13:04:07.408Z] ---> 30ca77954890 [2021-03-31T13:04:07.408Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T13:04:07.683Z] ---> Running in e6ec68cbb679 [2021-03-31T13:04:07.909Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T13:04:07.964Z] ---> Running in d269f5d4625c [2021-03-31T13:04:08.173Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T13:04:08.241Z] Removing intermediate container 80f21734d1d3 [2021-03-31T13:04:08.241Z] ---> 75139c2e1d5a [2021-03-31T13:04:08.241Z] [2021-03-31T13:04:08.435Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T13:04:08.843Z] Removing intermediate container e6ec68cbb679 [2021-03-31T13:04:08.843Z] ---> c26be3896466 [2021-03-31T13:04:08.843Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:04:09.010Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T13:04:09.010Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T13:04:09.010Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T13:04:09.129Z] Successfully built 75139c2e1d5a [2021-03-31T13:04:09.130Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T13:04:09.410Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-03-31T13:04:09.410Z] ---> Running in 9c387875f564 [2021-03-31T13:04:09.594Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T13:04:09.594Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T13:04:09.685Z] 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-03-31T13:04:09.856Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T13:04:10.119Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T13:04:10.286Z] Removing intermediate container 9c387875f564 [2021-03-31T13:04:10.286Z] ---> f10434bdcc76 [2021-03-31T13:04:10.286Z] [2021-03-31T13:04:10.381Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-31T13:04:10.643Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:04:10.643Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T13:04:11.283Z] Successfully built f10434bdcc76 [2021-03-31T13:04:11.283Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T13:04:11.283Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-31T13:04:12.031Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:04:12.031Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:04:12.291Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:04:14.226Z] Reading package lists... [2021-03-31T13:04:14.504Z] Reading package lists... [2021-03-31T13:04:14.504Z] Building dependency tree... [2021-03-31T13:04:14.504Z] Reading state information... [2021-03-31T13:04:14.754Z] Removing intermediate container 34bb93f655f8 [2021-03-31T13:04:14.754Z] ---> 9bb0118ff53a [2021-03-31T13:04:14.754Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T13:04:14.772Z] Calculating upgrade... [2021-03-31T13:04:15.035Z] The following packages will be upgraded: [2021-03-31T13:04:15.035Z] advancecomp base-files bash binutils binutils-common [2021-03-31T13:04:15.035Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T13:04:15.035Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T13:04:15.035Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T13:04:15.035Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T13:04:15.035Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T13:04:15.035Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T13:04:15.035Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T13:04:15.035Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T13:04:15.035Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T13:04:15.035Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T13:04:15.035Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T13:04:15.035Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T13:04:15.035Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T13:04:15.035Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T13:04:15.035Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T13:04:15.035Z] Need to get 63.8 MB of archives. [2021-03-31T13:04:15.035Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T13:04:15.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T13:04:15.297Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T13:04:15.297Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T13:04:15.297Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T13:04:15.297Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T13:04:15.297Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T13:04:15.297Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T13:04:15.297Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T13:04:15.297Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T13:04:15.297Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T13:04:15.297Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T13:04:15.297Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T13:04:15.297Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T13:04:15.297Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T13:04:15.297Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T13:04:15.297Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T13:04:15.297Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T13:04:15.297Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T13:04:15.561Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T13:04:15.561Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T13:04:15.561Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T13:04:15.746Z] ---> Running in d95a854c3aae [2021-03-31T13:04:15.825Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T13:04:15.825Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T13:04:15.825Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T13:04:15.825Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T13:04:15.825Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T13:04:15.825Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T13:04:15.825Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T13:04:15.825Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T13:04:15.825Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T13:04:15.825Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T13:04:15.825Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T13:04:15.825Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T13:04:15.825Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T13:04:15.825Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T13:04:15.825Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T13:04:15.825Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T13:04:15.825Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T13:04:15.825Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T13:04:15.825Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T13:04:15.825Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T13:04:15.825Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T13:04:15.825Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T13:04:15.825Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T13:04:15.825Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T13:04:15.825Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T13:04:15.825Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T13:04:15.825Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-31T13:04:16.088Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T13:04:16.088Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T13:04:16.088Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T13:04:16.088Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T13:04:16.088Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T13:04:16.088Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T13:04:16.088Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T13:04:16.350Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T13:04:16.612Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T13:04:16.612Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T13:04:16.612Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T13:04:16.875Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T13:04:16.875Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T13:04:16.875Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T13:04:16.875Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T13:04:16.875Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T13:04:16.875Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T13:04:16.875Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T13:04:16.875Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T13:04:17.138Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T13:04:17.138Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T13:04:17.138Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T13:04:17.138Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T13:04:17.138Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T13:04:17.138Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T13:04:17.138Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T13:04:17.138Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T13:04:17.138Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T13:04:17.138Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T13:04:17.138Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T13:04:17.405Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T13:04:17.405Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T13:04:17.405Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T13:04:17.405Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T13:04:17.405Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T13:04:17.405Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T13:04:17.405Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-31T13:04:17.405Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T13:04:17.405Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T13:04:17.405Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T13:04:17.669Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T13:04:17.669Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T13:04:17.669Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T13:04:17.669Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T13:04:17.669Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-31T13:04:17.669Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T13:04:17.669Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T13:04:17.669Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T13:04:17.669Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T13:04:17.669Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T13:04:17.746Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:04:17.746Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:04:17.746Z] ---> dec166e9f8af [2021-03-31T13:04:17.746Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:04:17.746Z] ---> Using cache [2021-03-31T13:04:17.746Z] ---> 1a9171152c4c [2021-03-31T13:04:17.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:04:17.746Z] ---> Using cache [2021-03-31T13:04:17.746Z] ---> 77b005235dc5 [2021-03-31T13:04:17.746Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T13:04:17.746Z] ---> Using cache [2021-03-31T13:04:17.746Z] ---> 495e5cdb925c [2021-03-31T13:04:17.746Z] Step 6/22 : COPY go.mod . [2021-03-31T13:04:17.746Z] ---> Using cache [2021-03-31T13:04:17.746Z] ---> 509cfa95ba78 [2021-03-31T13:04:17.746Z] Step 7/22 : RUN go mod download [2021-03-31T13:04:17.746Z] ---> Using cache [2021-03-31T13:04:17.746Z] ---> 9c1792cb42a7 [2021-03-31T13:04:17.746Z] Step 8/22 : COPY . . [2021-03-31T13:04:17.746Z] ---> Using cache [2021-03-31T13:04:17.746Z] ---> 30ca77954890 [2021-03-31T13:04:17.746Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T13:04:17.932Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T13:04:18.195Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:04:18.195Z] Fetched 63.8 MB in 3s (22.8 MB/s) [2021-03-31T13:04:18.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:18.195Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:18.195Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:19.153Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:19.153Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:19.153Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T13:04:19.153Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T13:04:19.244Z] ---> Running in 498efbb619df [2021-03-31T13:04:20.105Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:20.105Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:20.105Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:20.105Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:20.376Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:20.376Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:20.376Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:20.376Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:20.639Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:20.639Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:20.639Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:20.639Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:20.705Z] 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-03-31T13:04:20.904Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:20.904Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:20.904Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:21.167Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:21.167Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:21.167Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T13:04:21.167Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:21.167Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:21.167Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:21.428Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:21.428Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:21.428Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:21.691Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:21.691Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:21.953Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:21.953Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:21.953Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:22.216Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:22.709Z] Collecting docker-compose==1.23.2 [2021-03-31T13:04:22.709Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T13:04:22.795Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T13:04:23.057Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:23.057Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T13:04:23.057Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T13:04:23.057Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T13:04:23.057Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T13:04:23.309Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T13:04:23.309Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T13:04:23.318Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T13:04:23.587Z] Installing new version of config file /etc/issue ... [2021-03-31T13:04:23.587Z] Installing new version of config file /etc/issue.net ... [2021-03-31T13:04:23.587Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T13:04:23.587Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T13:04:23.590Z] 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-03-31T13:04:23.849Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T13:04:23.867Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T13:04:24.111Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T13:04:24.111Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T13:04:24.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:24.111Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T13:04:24.111Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T13:04:24.145Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T13:04:24.373Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T13:04:24.373Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-31T13:04:24.435Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T13:04:24.435Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T13:04:24.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:24.636Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:24.636Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:24.636Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:24.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:24.902Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T13:04:24.902Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T13:04:24.902Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T13:04:25.165Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:25.165Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T13:04:25.165Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T13:04:25.738Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T13:04:25.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:25.738Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:25.738Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:25.738Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:26.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:26.027Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:26.027Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:26.027Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:26.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:26.304Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T13:04:26.304Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T13:04:26.621Z] Setting up grep (3.1-2build1) ... [2021-03-31T13:04:26.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:26.621Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T13:04:26.621Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T13:04:26.889Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T13:04:26.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:26.889Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:26.889Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:27.092Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T13:04:27.092Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T13:04:27.163Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:27.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:27.163Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T13:04:27.163Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:27.760Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T13:04:28.026Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:28.026Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T13:04:28.026Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:28.628Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T13:04:28.897Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:28.897Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T13:04:28.897Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:29.859Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T13:04:29.859Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T13:04:29.859Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T13:04:29.859Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T13:04:30.123Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T13:04:30.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:30.123Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T13:04:30.123Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T13:04:30.385Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T13:04:30.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:30.646Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:30.646Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:30.646Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:30.912Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:30.913Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:30.913Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:30.913Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:31.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:31.175Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:31.175Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:31.175Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:31.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:31.436Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:31.436Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:31.436Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:31.439Z] Collecting PyYAML<4,>=3.10 [2021-03-31T13:04:31.439Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T13:04:31.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:31.698Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:31.698Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:31.698Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:31.960Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:31.960Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:32.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:32.221Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:32.221Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:32.221Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:32.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:32.483Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:32.483Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:32.483Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:32.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:32.745Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:32.745Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:32.745Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:33.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:33.007Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:33.007Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:33.587Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:33.850Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T13:04:34.424Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T13:04:34.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:34.424Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:34.424Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:34.686Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:04:34.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:34.948Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T13:04:34.948Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:35.211Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:35.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:35.211Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T13:04:35.474Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T13:04:35.474Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T13:04:35.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:35.740Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T13:04:35.740Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T13:04:36.005Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T13:04:36.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:36.005Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T13:04:36.580Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T13:04:36.580Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T13:04:36.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:36.842Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T13:04:36.842Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:36.842Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:37.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:37.110Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T13:04:37.110Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:37.372Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:37.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:37.372Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T13:04:37.638Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:37.638Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:37.899Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:37.899Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:37.899Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:38.160Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:04:38.160Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:04:38.160Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:38.160Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:38.292Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T13:04:38.292Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T13:04:38.421Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:38.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:38.421Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T13:04:38.421Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T13:04:38.694Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T13:04:38.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:38.956Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T13:04:38.956Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:38.956Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:39.286Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T13:04:39.287Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T13:04:39.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:39.530Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:39.530Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:39.530Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:39.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:39.530Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T13:04:39.530Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T13:04:39.793Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T13:04:39.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:39.793Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T13:04:40.090Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T13:04:40.356Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T13:04:40.620Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:40.620Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:40.620Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:04:40.620Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T13:04:40.740Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T13:04:40.740Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T13:04:40.882Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:40.883Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T13:04:40.883Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T13:04:40.883Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T13:04:41.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:41.145Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T13:04:41.145Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T13:04:41.145Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T13:04:41.348Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T13:04:41.348Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T13:04:41.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:41.408Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T13:04:41.408Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T13:04:41.671Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T13:04:41.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:41.671Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:41.671Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T13:04:41.934Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T13:04:41.934Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:41.934Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T13:04:41.934Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T13:04:42.199Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T13:04:42.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:42.199Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T13:04:42.199Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T13:04:42.462Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T13:04:42.462Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T13:04:42.462Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T13:04:42.462Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T13:04:42.724Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T13:04:42.724Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T13:04:42.986Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T13:04:42.986Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T13:04:43.248Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T13:04:43.248Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T13:04:43.510Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T13:04:43.510Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T13:04:43.510Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T13:04:43.774Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T13:04:43.774Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T13:04:43.774Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T13:04:44.035Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T13:04:44.035Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T13:04:44.035Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T13:04:44.035Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T13:04:44.297Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T13:04:44.297Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T13:04:44.297Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T13:04:44.297Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T13:04:44.558Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T13:04:44.819Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T13:04:45.706Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T13:04:45.706Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T13:04:45.706Z] 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-03-31T13:04:45.706Z] 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-03-31T13:04:45.706Z] Collecting idna<2.8,>=2.5 [2021-03-31T13:04:45.706Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T13:04:45.764Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T13:04:45.764Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T13:04:45.764Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T13:04:45.764Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T13:04:46.026Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:04:46.026Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:04:46.315Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T13:04:46.315Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T13:04:46.315Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T13:04:46.315Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T13:04:46.315Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T13:04:46.315Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T13:04:46.606Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:04:46.606Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:04:47.181Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:04:47.181Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:04:47.181Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:04:47.181Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:04:47.445Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:47.445Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:47.445Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:47.445Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:47.707Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:47.707Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:47.773Z] Installing collected packages: cached-property, jsonschema, texttable, docopt, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose [2021-03-31T13:04:47.970Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:47.970Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:48.382Z] Running setup.py install for texttable: started [2021-03-31T13:04:49.360Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:49.360Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:50.309Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:50.309Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:50.395Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:04:50.395Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:04:50.395Z] ---> dec166e9f8af [2021-03-31T13:04:50.395Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:04:50.395Z] ---> Using cache [2021-03-31T13:04:50.395Z] ---> 1a9171152c4c [2021-03-31T13:04:50.395Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:04:50.395Z] ---> Using cache [2021-03-31T13:04:50.395Z] ---> 77b005235dc5 [2021-03-31T13:04:50.395Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T13:04:50.395Z] ---> Using cache [2021-03-31T13:04:50.395Z] ---> 495e5cdb925c [2021-03-31T13:04:50.395Z] Step 6/23 : COPY go.mod . [2021-03-31T13:04:50.395Z] ---> Using cache [2021-03-31T13:04:50.395Z] ---> 509cfa95ba78 [2021-03-31T13:04:50.395Z] Step 7/23 : RUN go mod download [2021-03-31T13:04:50.395Z] ---> Using cache [2021-03-31T13:04:50.395Z] ---> 9c1792cb42a7 [2021-03-31T13:04:50.395Z] Step 8/23 : COPY . . [2021-03-31T13:04:50.395Z] ---> Using cache [2021-03-31T13:04:50.395Z] ---> 30ca77954890 [2021-03-31T13:04:50.395Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T13:04:51.024Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T13:04:51.256Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:51.256Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:51.306Z] Running setup.py install for docopt: started [2021-03-31T13:04:51.517Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:51.517Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:52.909Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:52.909Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:04:52.909Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T13:04:52.909Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T13:04:52.909Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T13:04:52.909Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T13:04:53.177Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T13:04:53.177Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T13:04:53.438Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T13:04:53.438Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T13:04:53.699Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T13:04:53.699Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T13:04:53.699Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T13:04:53.699Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T13:04:53.961Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T13:04:53.961Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T13:04:53.961Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:54.083Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:04:54.083Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:04:54.083Z] ---> dec166e9f8af [2021-03-31T13:04:54.083Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:04:54.083Z] ---> Using cache [2021-03-31T13:04:54.083Z] ---> 1a9171152c4c [2021-03-31T13:04:54.083Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:04:54.083Z] ---> Using cache [2021-03-31T13:04:54.083Z] ---> 77b005235dc5 [2021-03-31T13:04:54.083Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T13:04:54.083Z] ---> Using cache [2021-03-31T13:04:54.083Z] ---> 495e5cdb925c [2021-03-31T13:04:54.083Z] Step 6/23 : COPY go.mod . [2021-03-31T13:04:54.083Z] ---> Using cache [2021-03-31T13:04:54.083Z] ---> 509cfa95ba78 [2021-03-31T13:04:54.083Z] Step 7/23 : RUN go mod download [2021-03-31T13:04:54.083Z] ---> Using cache [2021-03-31T13:04:54.083Z] ---> 9c1792cb42a7 [2021-03-31T13:04:54.083Z] Step 8/23 : COPY . . [2021-03-31T13:04:54.083Z] ---> Using cache [2021-03-31T13:04:54.083Z] ---> 30ca77954890 [2021-03-31T13:04:54.083Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T13:04:54.083Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T13:04:54.083Z] ---> Running in a4f12332fd27 [2021-03-31T13:04:54.223Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:54.223Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:54.223Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:54.223Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:54.223Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T13:04:54.223Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T13:04:54.223Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T13:04:54.370Z] Running setup.py install for PyYAML: started [2021-03-31T13:04:54.370Z] ---> Running in 93a59bf0075f [2021-03-31T13:04:54.484Z] [2021-03-31T13:04:54.485Z] Current default time zone: 'Etc/UTC' [2021-03-31T13:04:54.485Z] Local time is now: Wed Mar 31 13:04:54 UTC 2021. [2021-03-31T13:04:54.485Z] Universal Time is now: Wed Mar 31 13:04:54 UTC 2021. [2021-03-31T13:04:54.485Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T13:04:54.485Z] [2021-03-31T13:04:54.485Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T13:04:54.485Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:54.485Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T13:04:54.746Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:54.746Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T13:04:54.746Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T13:04:54.746Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T13:04:54.746Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T13:04:54.746Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T13:04:54.746Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T13:04:54.746Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:55.010Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T13:04:55.271Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:55.271Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:04:55.271Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:55.271Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T13:04:55.271Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T13:04:55.271Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T13:04:55.271Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T13:04:55.271Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T13:04:55.271Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T13:04:55.271Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:04:55.532Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T13:04:56.376Z] 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-03-31T13:04:56.655Z] 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-03-31T13:04:57.457Z] Updating certificates in /etc/ssl/certs... [2021-03-31T13:04:57.647Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T13:04:57.924Z] Attempting uninstall: urllib3 [2021-03-31T13:04:57.924Z] Found existing installation: urllib3 1.25.9 [2021-03-31T13:04:57.924Z] Uninstalling urllib3-1.25.9: [2021-03-31T13:04:58.201Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T13:04:58.847Z] 23 added, 27 removed; done. [2021-03-31T13:04:58.847Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T13:04:58.847Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:58.847Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T13:04:58.847Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T13:04:58.847Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T13:04:58.847Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:58.847Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:04:59.109Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:59.109Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:59.109Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:59.109Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:59.109Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:59.109Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T13:04:59.191Z] Attempting uninstall: idna [2021-03-31T13:04:59.192Z] Found existing installation: idna 2.9 [2021-03-31T13:04:59.192Z] Uninstalling idna-2.9: [2021-03-31T13:04:59.192Z] Successfully uninstalled idna-2.9 [2021-03-31T13:04:59.372Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:04:59.372Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T13:04:59.372Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T13:04:59.372Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:04:59.372Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:59.372Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:04:59.372Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T13:04:59.634Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T13:04:59.634Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T13:04:59.634Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:04:59.634Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T13:04:59.797Z] Attempting uninstall: requests [2021-03-31T13:04:59.798Z] Found existing installation: requests 2.23.0 [2021-03-31T13:04:59.798Z] Uninstalling requests-2.23.0: [2021-03-31T13:04:59.897Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T13:04:59.897Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T13:04:59.897Z] Updating certificates in /etc/ssl/certs... [2021-03-31T13:05:00.074Z] Successfully uninstalled requests-2.23.0 [2021-03-31T13:05:00.472Z] 0 added, 0 removed; done. [2021-03-31T13:05:00.472Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T13:05:00.472Z] done. [2021-03-31T13:05:01.414Z] Reading package lists... [2021-03-31T13:05:01.519Z] Running setup.py install for dockerpty: started [2021-03-31T13:05:01.675Z] Building dependency tree... [2021-03-31T13:05:01.676Z] Reading state information... [2021-03-31T13:05:01.938Z] The following NEW packages will be installed: [2021-03-31T13:05:01.938Z] apt-transport-https [2021-03-31T13:05:01.938Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T13:05:01.938Z] Need to get 1696 B of archives. [2021-03-31T13:05:01.938Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T13:05:01.938Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T13:05:02.204Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:05:02.204Z] Fetched 1696 B in 0s (11.4 kB/s) [2021-03-31T13:05:02.204Z] Selecting previously unselected package apt-transport-https. [2021-03-31T13:05:02.204Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T13:05:02.204Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T13:05:02.468Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T13:05:02.468Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T13:05:03.048Z] Waiting for network to be ready... [2021-03-31T13:05:04.910Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T13:05:05.508Z] 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.58.0 [2021-03-31T13:05:11.205Z] 2021-03-31T13:05:07Z INFO Waiting for automatic snapd restart... [2021-03-31T13:05:11.205Z] snapd 2.49.1 from Canonical* installed [2021-03-31T13:05:11.467Z] "snapd" switched to the "latest/stable" channel [2021-03-31T13:05:11.467Z] [2021-03-31T13:05:12.244Z] Removing intermediate container d95a854c3aae [2021-03-31T13:05:12.244Z] ---> 9035fcb77576 [2021-03-31T13:05:12.244Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T13:05:12.244Z] ---> Running in c69ab78f9c73 [2021-03-31T13:05:13.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:13.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:14.683Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:05:14.683Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T13:05:14.683Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T13:05:14.683Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:14.683Z] OK: 72 MiB in 58 packages [2021-03-31T13:05:16.711Z] Removing intermediate container c69ab78f9c73 [2021-03-31T13:05:16.711Z] ---> 5b4ce7d1c6f8 [2021-03-31T13:05:16.711Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T13:05:16.711Z] ---> Running in 85e03dfb701c [2021-03-31T13:05:17.315Z] Removing intermediate container 85e03dfb701c [2021-03-31T13:05:17.315Z] ---> b522c4f6f9de [2021-03-31T13:05:17.315Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:05:17.597Z] ---> Running in a242402f5afc [2021-03-31T13:05:18.067Z] core18 20210309 from Canonical* installed [2021-03-31T13:05:18.067Z] "core18" switched to the "latest/stable" channel [2021-03-31T13:05:18.067Z] [2021-03-31T13:05:18.213Z] Removing intermediate container a242402f5afc [2021-03-31T13:05:18.213Z] ---> 5117cf277804 [2021-03-31T13:05:18.213Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T13:05:18.488Z] ---> Running in ab1529881046 [2021-03-31T13:05:19.104Z] Removing intermediate container ab1529881046 [2021-03-31T13:05:19.104Z] ---> fb46c51401de [2021-03-31T13:05:19.104Z] Step 25/26 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:05:19.104Z] ---> Running in 5e24097ad77e [2021-03-31T13:05:20.109Z] Removing intermediate container 5e24097ad77e [2021-03-31T13:05:20.109Z] ---> e11cb5ee7334 [2021-03-31T13:05:20.109Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T13:05:20.391Z] ---> Running in bc663b13844d [2021-03-31T13:05:21.008Z] Removing intermediate container bc663b13844d [2021-03-31T13:05:21.008Z] ---> 2a829275c83a [2021-03-31T13:05:21.008Z] [2021-03-31T13:05:21.618Z] Successfully built 2a829275c83a [2021-03-31T13:05:21.618Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T13:05:24.774Z] snapcraft 4.6 from Canonical* installed [2021-03-31T13:05:24.774Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T13:05:24.774Z] [2021-03-31T13:05:27.049Z]  Building docker-sys-mgmt-agent-go ... done 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-03-31T13:05:30.101Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T13:05:30.101Z] - README.md [2021-03-31T13:05:30.101Z] [2021-03-31T13:05:30.101Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T13:05:36.699Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:05:36.699Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:05:36.699Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:05:36.699Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:05:38.620Z] Reading package lists... [2021-03-31T13:05:38.883Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-31T13:05:45.472Z] Removing intermediate container d269f5d4625c [2021-03-31T13:05:45.472Z] ---> 64236af6d90f [2021-03-31T13:05:45.472Z] [2021-03-31T13:05:45.472Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T13:05:45.472Z] ---> e47305ac9786 [2021-03-31T13:05:45.472Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T13:05:45.472Z] ---> Running in 206c9b5be30c [2021-03-31T13:05:45.476Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:05:45.476Z] Reading package lists... [2021-03-31T13:05:45.476Z] Building dependency tree... [2021-03-31T13:05:45.476Z] Reading state information... [2021-03-31T13:05:45.476Z] Suggested packages: [2021-03-31T13:05:45.476Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T13:05:45.476Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T13:05:45.476Z] Recommended packages: [2021-03-31T13:05:45.476Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T13:05:45.476Z] The following NEW packages will be installed: [2021-03-31T13:05:45.476Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T13:05:45.476Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T13:05:45.476Z] pkg-config zip [2021-03-31T13:05:45.738Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T13:05:45.738Z] Need to get 7663 kB of archives. [2021-03-31T13:05:45.738Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T13:05:45.738Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-31T13:05:45.738Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T13:05:45.738Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T13:05:45.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:46.001Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T13:05:46.001Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T13:05:46.001Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T13:05:46.001Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T13:05:46.001Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T13:05:46.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:46.265Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T13:05:46.265Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T13:05:46.265Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-03-31T13:05:46.265Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T13:05:46.527Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T13:05:46.527Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T13:05:46.527Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T13:05:46.649Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T13:05:46.788Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:05:46.788Z] Fetched 7663 kB in 1s (6606 kB/s) [2021-03-31T13:05:46.927Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:05:46.927Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T13:05:46.927Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T13:05:46.927Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:05:46.927Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T13:05:46.927Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:46.927Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:05:47.050Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T13:05:47.050Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T13:05:47.050Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T13:05:47.050Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T13:05:47.208Z] OK: 7 MiB in 20 packages [2021-03-31T13:05:47.312Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T13:05:47.312Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T13:05:47.312Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T13:05:47.312Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T13:05:47.312Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T13:05:47.312Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T13:05:47.574Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T13:05:47.574Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T13:05:47.574Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T13:05:47.574Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T13:05:47.574Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-03-31T13:05:47.574Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T13:05:47.574Z] Selecting previously unselected package liberror-perl. [2021-03-31T13:05:47.574Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T13:05:47.574Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T13:05:47.835Z] Selecting previously unselected package git-man. [2021-03-31T13:05:47.835Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T13:05:47.835Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:48.099Z] Selecting previously unselected package git. [2021-03-31T13:05:48.099Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T13:05:48.099Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:49.044Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T13:05:49.044Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T13:05:49.044Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T13:05:49.044Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T13:05:49.044Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T13:05:49.044Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T13:05:49.307Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T13:05:49.307Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T13:05:49.307Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T13:05:49.307Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T13:05:49.307Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T13:05:49.307Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:49.571Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T13:05:49.571Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T13:05:49.571Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:49.571Z] Selecting previously unselected package pkg-config. [2021-03-31T13:05:49.571Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T13:05:49.571Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T13:05:49.831Z] Selecting previously unselected package zip. [2021-03-31T13:05:49.832Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T13:05:49.832Z] Unpacking zip (3.0-11build1) ... [2021-03-31T13:05:49.832Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T13:05:49.832Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:49.832Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T13:05:49.832Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T13:05:49.832Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T13:05:49.863Z] Removing intermediate container 206c9b5be30c [2021-03-31T13:05:49.863Z] ---> a05b91c3b608 [2021-03-31T13:05:49.863Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:05:49.863Z] ---> Running in f87539bd71ae [2021-03-31T13:05:50.093Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T13:05:50.093Z] No schema files found: doing nothing. [2021-03-31T13:05:50.093Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T13:05:50.093Z] Setting up zip (3.0-11build1) ... [2021-03-31T13:05:50.093Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T13:05:50.093Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T13:05:50.093Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T13:05:50.355Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:50.355Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T13:05:50.355Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:50.355Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:50.355Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:05:50.470Z] Removing intermediate container f87539bd71ae [2021-03-31T13:05:50.470Z] ---> 286b20b8644c [2021-03-31T13:05:50.470Z] Step 13/24 : WORKDIR / [2021-03-31T13:05:50.748Z] ---> Running in 0df64f11c4cb [2021-03-31T13:05:51.742Z] Removing intermediate container 0df64f11c4cb [2021-03-31T13:05:51.742Z] ---> fb8e2f7141d5 [2021-03-31T13:05:51.742Z] 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-03-31T13:05:52.740Z] ---> 7e6cdadcc76f [2021-03-31T13:05:52.740Z] 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-03-31T13:05:53.724Z] ---> 05061b5f7a42 [2021-03-31T13:05:53.725Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T13:05:55.161Z] ---> 4076d6546f51 [2021-03-31T13:05:55.161Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T13:05:56.602Z] ---> cdd5dcbc6427 [2021-03-31T13:05:56.602Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T13:05:56.948Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:05:57.521Z] git set to automatically installed. [2021-03-31T13:05:57.521Z] git-man set to automatically installed. [2021-03-31T13:05:57.521Z] libcurl3-gnutls set to automatically installed. [2021-03-31T13:05:57.521Z] liberror-perl set to automatically installed. [2021-03-31T13:05:57.521Z] libglib2.0-0 set to automatically installed. [2021-03-31T13:05:57.521Z] libnghttp2-14 set to automatically installed. [2021-03-31T13:05:57.521Z] libnorm1 set to automatically installed. [2021-03-31T13:05:57.521Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T13:05:57.521Z] libpsl5 set to automatically installed. [2021-03-31T13:05:57.521Z] librtmp1 set to automatically installed. [2021-03-31T13:05:57.521Z] libsodium23 set to automatically installed. [2021-03-31T13:05:57.521Z] libzmq3-dev set to automatically installed. [2021-03-31T13:05:57.521Z] libzmq5 set to automatically installed. [2021-03-31T13:05:57.521Z] pkg-config set to automatically installed. [2021-03-31T13:05:57.521Z] zip set to automatically installed. [2021-03-31T13:05:58.911Z] ---> d3157d4ffca4 [2021-03-31T13:05:58.912Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T13:05:59.438Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T13:05:59.902Z] ---> 3e973795f307 [2021-03-31T13:05:59.902Z] 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-03-31T13:05:59.903Z] ---> Running in 083be21200fd [2021-03-31T13:06:04.239Z] Removing intermediate container 083be21200fd [2021-03-31T13:06:04.239Z] ---> 6ab0b4384df6 [2021-03-31T13:06:04.239Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T13:06:04.239Z] ---> Running in 4c7dba68d50d [2021-03-31T13:06:04.517Z] Removing intermediate container 4c7dba68d50d [2021-03-31T13:06:04.517Z] ---> fd220444d890 [2021-03-31T13:06:04.517Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T13:06:05.821Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:06:05.831Z] ---> Running in 69d4a9cc3ed4 [2021-03-31T13:06:05.831Z] Removing intermediate container 69d4a9cc3ed4 [2021-03-31T13:06:05.831Z] ---> 4e508b67a49f [2021-03-31T13:06:05.831Z] Step 23/24 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:06:06.109Z] ---> Running in 9f15b3277c66 [2021-03-31T13:06:07.102Z] Removing intermediate container 9f15b3277c66 [2021-03-31T13:06:07.102Z] ---> 86da2fe3974d [2021-03-31T13:06:07.103Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T13:06:07.378Z] ---> Running in e1d3bb4821b6 [2021-03-31T13:06:08.380Z] Removing intermediate container e1d3bb4821b6 [2021-03-31T13:06:08.380Z] ---> 0e5d21b46dc4 [2021-03-31T13:06:08.380Z] [2021-03-31T13:06:09.371Z] Successfully built 0e5d21b46dc4 [2021-03-31T13:06:09.371Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T13:06:09.976Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 498efbb619df [2021-03-31T13:06:09.976Z] ---> 372369615dd7 [2021-03-31T13:06:09.976Z] [2021-03-31T13:06:09.976Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:06:09.976Z] ---> e47305ac9786 [2021-03-31T13:06:09.976Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:06:10.255Z] ---> Running in cef7450c7576 [2021-03-31T13:06:12.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:12.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:12.862Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T13:06:12.862Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:06:12.862Z] OK: 5 MiB in 15 packages [2021-03-31T13:06:14.872Z] Removing intermediate container cef7450c7576 [2021-03-31T13:06:14.872Z] ---> af6ed3154f31 [2021-03-31T13:06:14.872Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:06:14.872Z] ---> Running in 7f1f9acea4af [2021-03-31T13:06:15.496Z] Removing intermediate container 7f1f9acea4af [2021-03-31T13:06:15.496Z] ---> 13d8de439f4c [2021-03-31T13:06:15.782Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T13:06:15.782Z] ---> Running in 197e272e25ed [2021-03-31T13:06:16.390Z] Removing intermediate container 197e272e25ed [2021-03-31T13:06:16.390Z] ---> 71b333fa32fa [2021-03-31T13:06:16.390Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:06:16.674Z] ---> Running in adb944069ae3 [2021-03-31T13:06:17.675Z] Removing intermediate container adb944069ae3 [2021-03-31T13:06:17.675Z] ---> d55eda5ef6d8 [2021-03-31T13:06:17.675Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:06:18.672Z] ---> f3777bd97196 [2021-03-31T13:06:18.672Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T13:06:20.673Z] ---> ef1146bdb583 [2021-03-31T13:06:20.673Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T13:06:22.132Z] ---> aa989ed71258 [2021-03-31T13:06:22.132Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T13:06:22.132Z] ---> Running in 1c3c5eac0f84 [2021-03-31T13:06:22.734Z] Removing intermediate container 1c3c5eac0f84 [2021-03-31T13:06:22.734Z] ---> 12e0775a35e6 [2021-03-31T13:06:22.734Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:22.734Z] ---> Running in b591021e78c2 [2021-03-31T13:06:23.727Z] Removing intermediate container b591021e78c2 [2021-03-31T13:06:23.727Z] ---> 0d16a2f7cfff [2021-03-31T13:06:23.727Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T13:06:23.727Z] ---> Running in 422b97900bf3 [2021-03-31T13:06:24.345Z] Removing intermediate container 422b97900bf3 [2021-03-31T13:06:24.345Z] ---> c14eaa97cfe3 [2021-03-31T13:06:24.345Z] Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:06:24.345Z] ---> Running in 1ee5aaece003 [2021-03-31T13:06:25.334Z] Removing intermediate container 1ee5aaece003 [2021-03-31T13:06:25.334Z] ---> eaf284595f03 [2021-03-31T13:06:25.334Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:06:25.334Z] ---> Running in fdef8ec4abae [2021-03-31T13:06:26.794Z] Removing intermediate container fdef8ec4abae [2021-03-31T13:06:26.794Z] ---> 83f5a1da30a2 [2021-03-31T13:06:26.794Z] [2021-03-31T13:06:27.064Z] Successfully built 83f5a1da30a2 [2021-03-31T13:06:27.064Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T13:06:27.658Z]  Building docker-support-scheduler-go ... done Removing intermediate container 93a59bf0075f [2021-03-31T13:06:27.658Z] ---> 64ba3de8820e [2021-03-31T13:06:27.658Z] [2021-03-31T13:06:27.658Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:06:27.658Z] ---> e47305ac9786 [2021-03-31T13:06:27.658Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:06:27.658Z] ---> Using cache [2021-03-31T13:06:27.658Z] ---> af6ed3154f31 [2021-03-31T13:06:27.658Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:06:27.658Z] ---> Using cache [2021-03-31T13:06:27.658Z] ---> 13d8de439f4c [2021-03-31T13:06:27.658Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T13:06:27.658Z] ---> Running in 4b7665fd93e5 [2021-03-31T13:06:28.258Z] Removing intermediate container 4b7665fd93e5 [2021-03-31T13:06:28.258Z] ---> 160ab7584754 [2021-03-31T13:06:28.258Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:06:28.531Z] ---> Running in 18dd841f99e4 [2021-03-31T13:06:29.134Z] Removing intermediate container 18dd841f99e4 [2021-03-31T13:06:29.134Z] ---> 28e477d4a7f5 [2021-03-31T13:06:29.134Z] Step 15/23 : WORKDIR / [2021-03-31T13:06:29.134Z] ---> Running in 2795473e8bf1 [2021-03-31T13:06:29.733Z] Removing intermediate container 2795473e8bf1 [2021-03-31T13:06:29.733Z] ---> 0393d119c85c [2021-03-31T13:06:29.733Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:06:31.177Z] ---> d3b29b8e991a [2021-03-31T13:06:31.177Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T13:06:32.616Z] ---> 893cc2845205 [2021-03-31T13:06:32.616Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T13:06:32.616Z] Removing intermediate container a4f12332fd27 [2021-03-31T13:06:32.616Z] ---> d8941ffcda25 [2021-03-31T13:06:32.616Z] [2021-03-31T13:06:32.616Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:06:32.616Z] ---> e47305ac9786 [2021-03-31T13:06:32.616Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:06:32.616Z] ---> Using cache [2021-03-31T13:06:32.616Z] ---> af6ed3154f31 [2021-03-31T13:06:32.616Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:06:32.616Z] ---> Using cache [2021-03-31T13:06:32.616Z] ---> 13d8de439f4c [2021-03-31T13:06:32.616Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T13:06:32.892Z] ---> Running in d855dac48673 [2021-03-31T13:06:33.167Z] ---> 3cacfefb2f3a [2021-03-31T13:06:33.168Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T13:06:33.168Z] ---> Running in 534ee1fd40dd [2021-03-31T13:06:33.442Z] Removing intermediate container d855dac48673 [2021-03-31T13:06:33.442Z] ---> 4f7346e0b480 [2021-03-31T13:06:33.442Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:06:33.442Z] ---> Running in 0a4213c2c66f [2021-03-31T13:06:33.717Z] Removing intermediate container 534ee1fd40dd [2021-03-31T13:06:33.717Z] ---> 6f1ba36bac46 [2021-03-31T13:06:33.717Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:33.995Z] ---> Running in 67e984bc8134 [2021-03-31T13:06:33.995Z] Removing intermediate container 0a4213c2c66f [2021-03-31T13:06:33.995Z] ---> 8961bc879a83 [2021-03-31T13:06:33.995Z] Step 15/23 : WORKDIR / [2021-03-31T13:06:34.269Z] ---> Running in 23ab84a92470 [2021-03-31T13:06:34.542Z] Removing intermediate container 67e984bc8134 [2021-03-31T13:06:34.542Z] ---> aada53c58a71 [2021-03-31T13:06:34.542Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:06:34.542Z] ---> Running in 8002c462de6a [2021-03-31T13:06:34.817Z] Removing intermediate container 23ab84a92470 [2021-03-31T13:06:34.817Z] ---> dfabd56c1cc2 [2021-03-31T13:06:34.817Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:06:35.097Z] Removing intermediate container 8002c462de6a [2021-03-31T13:06:35.097Z] ---> e8f3e5ca221c [2021-03-31T13:06:35.097Z] Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:06:35.373Z] ---> Running in aa92f6ec5fa8 [2021-03-31T13:06:35.650Z] ---> fa9dab70807f [2021-03-31T13:06:35.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T13:06:35.921Z] Removing intermediate container aa92f6ec5fa8 [2021-03-31T13:06:35.921Z] ---> 11e867f44ce6 [2021-03-31T13:06:35.921Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:06:35.921Z] ---> Running in 4dfa2757cbca [2021-03-31T13:06:36.563Z] Removing intermediate container 4dfa2757cbca [2021-03-31T13:06:36.563Z] ---> 9a21fa9ac0ac [2021-03-31T13:06:36.563Z] [2021-03-31T13:06:36.839Z] ---> 9397c84b49d3 [2021-03-31T13:06:36.839Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T13:06:36.839Z] Successfully built 9a21fa9ac0ac [2021-03-31T13:06:37.114Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T13:06:37.714Z]  Building docker-core-command-go ... done  ---> c2c4d87bdcb1 [2021-03-31T13:06:37.714Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T13:06:37.714Z] ---> Running in f0031e1d5d55 [2021-03-31T13:06:37.988Z] Removing intermediate container f0031e1d5d55 [2021-03-31T13:06:37.988Z] ---> 3656e1ff3e9f [2021-03-31T13:06:37.988Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:38.272Z] ---> Running in 400060d6d16b [2021-03-31T13:06:38.866Z] Removing intermediate container 400060d6d16b [2021-03-31T13:06:38.866Z] ---> b41481aa6d62 [2021-03-31T13:06:38.866Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:06:38.866Z] ---> Running in b167b4883c58 [2021-03-31T13:06:39.460Z] Removing intermediate container b167b4883c58 [2021-03-31T13:06:39.460Z] ---> e9f3dbc9cdc3 [2021-03-31T13:06:39.460Z] Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 [2021-03-31T13:06:39.460Z] ---> Running in 3f0f27fd92c9 [2021-03-31T13:06:39.735Z] Removing intermediate container 3f0f27fd92c9 [2021-03-31T13:06:39.735Z] ---> f414195c8d10 [2021-03-31T13:06:39.735Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:06:40.009Z] ---> Running in 850b2358065a [2021-03-31T13:06:40.603Z] Removing intermediate container 850b2358065a [2021-03-31T13:06:40.603Z] ---> 75fff47608ff [2021-03-31T13:06:40.603Z] [2021-03-31T13:06:40.876Z] Successfully built 75fff47608ff [2021-03-31T13:06:40.876Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T13:06:41.164Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-03-31T13:06:41.157Z] $ docker stop --time=1 8d7270e9c880cdc2229aefd7d88e90dcf6471e60f92fe7594fc1df2361738591 [2021-03-31T13:06:43.063Z] $ docker rm -f 8d7270e9c880cdc2229aefd7d88e90dcf6471e60f92fe7594fc1df2361738591 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T13:06:43.708Z] + grep docker [2021-03-31T13:06:43.708Z] + docker images [2021-03-31T13:06:43.979Z] docker-core-metadata-go-arm64 latest 75fff47608ff 3 seconds ago 17.9MB [2021-03-31T13:06:43.979Z] docker-core-command-go-arm64 latest 9a21fa9ac0ac 7 seconds ago 16.3MB [2021-03-31T13:06:43.979Z] docker-support-scheduler-go-arm64 latest 83f5a1da30a2 18 seconds ago 16.4MB [2021-03-31T13:06:43.979Z] docker-security-secretstore-setup-go-arm64 latest 0e5d21b46dc4 36 seconds ago 24.4MB [2021-03-31T13:06:43.979Z] docker-sys-mgmt-agent-go-arm64 latest 2a829275c83a About a minute ago 301MB [2021-03-31T13:06:43.979Z] docker-core-data-go-arm64 latest f10434bdcc76 2 minutes ago 21.4MB [2021-03-31T13:06:43.979Z] docker-security-bootstrapper-go-arm64 latest 75139c2e1d5a 2 minutes ago 17.9MB [2021-03-31T13:06:43.979Z] docker-support-notifications-go-arm64 latest 2dc11f235448 2 minutes ago 16.9MB [2021-03-31T13:06:43.979Z] docker-security-proxy-setup-go-arm64 latest 9c214397b73a 3 minutes ago 24.1MB [2021-03-31T13:06:43.979Z] docker 20.10.0 eeaf43b92773 3 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:06:45.042Z] ---> job-cost.sh [2021-03-31T13:06:45.042Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jEPl [2021-03-31T13:07:24.011Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T13:08:12.422Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T13:08:12.998Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T13:08:19.598Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:08:19.598Z] snap "core18" has no updates available [2021-03-31T13:08:20.170Z] Pulling go-build-helper [2021-03-31T13:08:20.170Z] + snapcraftctl pull [2021-03-31T13:08:22.086Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T13:08:22.086Z] Skipping pull go-build-helper (already ran) [2021-03-31T13:08:22.086Z] Building go-build-helper [2021-03-31T13:08:22.086Z] + snapcraftctl build [2021-03-31T13:08:25.395Z] Staging go-build-helper [2021-03-31T13:08:25.395Z] + snapcraftctl stage [2021-03-31T13:08:40.359Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T13:08:40.360Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T13:08:40.360Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T13:08:40.360Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T13:08:40.360Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T13:08:40.360Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T13:08:40.360Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T13:08:40.360Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T13:08:40.360Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T13:08:40.360Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T13:08:40.360Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T13:08:40.360Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T13:08:40.360Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T13:08:40.360Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T13:08:40.360Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T13:08:40.360Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T13:08:40.360Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T13:08:40.360Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T13:08:40.360Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T13:08:40.360Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T13:08:40.360Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T13:08:40.360Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T13:08:40.360Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T13:08:40.360Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T13:08:40.360Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T13:08:40.360Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T13:08:40.360Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T13:08:40.360Z] Fetched 24.2 MB in 6s (3955 kB/s) [2021-03-31T13:08:40.360Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T13:08:40.360Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T13:08:40.360Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T13:08:40.360Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T13:08:40.360Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T13:08:40.360Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T13:08:40.360Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T13:08:40.360Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T13:08:40.360Z] Pulling app-service-config [2021-03-31T13:08:40.360Z] + snapcraftctl pull [2021-03-31T13:08:41.303Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T13:08:41.875Z] Pulling config-common [2021-03-31T13:08:41.876Z] + snapcraftctl pull [2021-03-31T13:08:48.487Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:08:48.487Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:08:48.487Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:08:48.487Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:48.487Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T13:08:48.487Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:48.487Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T13:08:48.487Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:48.487Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T13:08:48.487Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:48.487Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T13:08:48.487Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:48.487Z] Pulling edgex-go [2021-03-31T13:08:48.487Z] + snapcraftctl pull [2021-03-31T13:09:00.739Z] lf-activate-venv(): INFO: Adding /tmp/venv-jEPl/bin to PATH [2021-03-31T13:09:00.739Z] INFO: No Stack... [2021-03-31T13:09:00.739Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T13:09:00.739Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T13:09:01.075Z] + cut -d, -f6 [2021-03-31T13:09:01.075Z] + cat /w/workspace/edgex-go/49/archives/cost.csv [Pipeline] lock [2021-03-31T13:09:01.198Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] [2021-03-31T13:09:01.212Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] did not exist. Created. [2021-03-31T13:09:01.212Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T13:09:01.664Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T13:09:01.981Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T13:09:01.992Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T13:09:15.083Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:09:15.083Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:09:15.083Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:09:15.083Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T13:09:15.083Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T13:09:15.083Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T13:09:15.083Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T13:09:15.083Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T13:09:15.083Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T13:09:15.083Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T13:09:15.083Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T13:09:15.083Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-03-31T13:09:15.083Z] Fetched 219 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T13:09:15.083Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T13:09:15.083Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T13:09:15.083Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T13:09:15.083Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T13:09:15.083Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T13:09:15.083Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T13:09:15.083Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T13:09:15.083Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T13:09:15.083Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T13:09:15.083Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T13:09:15.083Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T13:09:15.083Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T13:09:15.083Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T13:09:15.083Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T13:09:15.083Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T13:09:15.083Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T13:09:15.084Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T13:09:15.084Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T13:09:15.084Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T13:09:15.084Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T13:09:15.084Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T13:09:15.084Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T13:09:15.084Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T13:09:15.084Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T13:09:15.084Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T13:09:15.084Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T13:09:15.084Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T13:09:15.084Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T13:09:15.084Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T13:09:15.084Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-03-31T13:09:15.084Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T13:09:15.084Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T13:09:15.084Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T13:09:15.084Z] Pulling static-packages [2021-03-31T13:09:15.084Z] + snapcraftctl pull [2021-03-31T13:09:15.656Z] Pulling version [2021-03-31T13:09:15.656Z] + cd /root/project [2021-03-31T13:09:15.656Z] + [ -f VERSION ] [2021-03-31T13:09:15.656Z] + PROJECT_VERSION=local-dev [2021-03-31T13:09:15.656Z] + git rev-parse --short HEAD [2021-03-31T13:09:15.656Z] + GIT_REVISION=df9f98fc [2021-03-31T13:09:15.656Z] + snapcraftctl set-version local-dev [2021-03-31T13:09:17.047Z] Skipping build go-build-helper (already ran) [2021-03-31T13:09:17.308Z] Building app-service-config [2021-03-31T13:09:17.308Z] + make build [2021-03-31T13:09:17.308Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T13:09:19.864Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T13:09:19.864Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T13:09:19.864Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T13:09:19.864Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T13:09:19.864Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T13:09:19.864Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T13:09:19.864Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T13:09:19.864Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T13:09:19.864Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T13:09:20.126Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T13:09:20.126Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T13:09:20.427Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T13:09:20.427Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T13:09:20.690Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T13:09:20.690Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T13:09:20.690Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T13:09:20.952Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T13:09:20.952Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T13:09:21.215Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T13:09:21.215Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T13:09:21.215Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T13:09:21.479Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T13:09:21.479Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T13:09:21.479Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T13:09:21.479Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T13:09:21.479Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T13:09:21.479Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T13:09:21.782Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T13:09:21.782Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T13:09:21.782Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T13:09:21.782Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T13:09:21.782Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T13:09:21.782Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T13:09:21.782Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T13:09:21.782Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T13:09:21.782Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T13:09:21.782Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T13:09:21.782Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T13:09:22.070Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T13:09:22.070Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T13:09:22.070Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T13:09:22.070Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T13:09:22.070Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T13:09:22.070Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T13:09:22.070Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T13:09:34.416Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T13:09:34.416Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T13:09:34.416Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T13:09:34.416Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T13:09:36.967Z] Building config-common [2021-03-31T13:09:36.967Z] + snapcraftctl build [2021-03-31T13:09:40.280Z] Building edgex-go [2021-03-31T13:09:41.225Z] + cd /root/parts/edgex-go/src [2021-03-31T13:09:41.225Z] + make build [2021-03-31T13:09:41.225Z] 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-03-31T13:09:41.486Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T13:09:41.486Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T13:09:41.486Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-31T13:09:41.748Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T13:09:47.073Z] 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-03-31T13:09:47.073Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T13:09:55.230Z] 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-03-31T13:09:56.619Z] 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-03-31T13:09:58.539Z] 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-03-31T13:09:59.487Z] 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-03-31T13:09:59.487Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T13:09:59.751Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T13:09:59.751Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T13:09:59.751Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T13:10:02.312Z] 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-03-31T13:10:02.312Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T13:10:02.312Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T13:10:04.876Z] 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-03-31T13:10:06.266Z] 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-03-31T13:10:08.214Z] 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-03-31T13:10:09.607Z] 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-03-31T13:10:09.607Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T13:10:11.545Z] 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-03-31T13:10:11.545Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-31T13:10:14.096Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T13:10:14.096Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T13:10:14.096Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T13:10:14.358Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T13:10:14.358Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T13:10:14.358Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T13:10:14.358Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T13:10:14.358Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T13:10:14.358Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T13:10:14.358Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T13:10:14.358Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T13:10:14.358Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T13:10:14.358Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T13:10:14.358Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T13:10:14.358Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T13:10:14.358Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T13:10:14.358Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T13:10:14.626Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-31T13:10:14.626Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T13:10:14.626Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-31T13:10:14.626Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T13:10:14.626Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T13:10:14.626Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T13:10:14.626Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T13:10:14.626Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T13:10:14.626Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-31T13:10:18.841Z] Building static-packages [2021-03-31T13:10:18.841Z] + snapcraftctl build [2021-03-31T13:10:22.145Z] Building version [2021-03-31T13:10:22.145Z] + snapcraftctl build [2021-03-31T13:10:25.458Z] Skipping stage go-build-helper (already ran) [2021-03-31T13:10:25.458Z] Staging app-service-config [2021-03-31T13:10:25.458Z] + snapcraftctl stage [2021-03-31T13:10:26.851Z] Staging config-common [2021-03-31T13:10:26.851Z] + snapcraftctl stage [2021-03-31T13:10:28.260Z] Staging edgex-go [2021-03-31T13:10:28.260Z] + snapcraftctl stage [2021-03-31T13:10:30.183Z] Staging static-packages [2021-03-31T13:10:30.183Z] + snapcraftctl stage [2021-03-31T13:10:31.572Z] Staging version [2021-03-31T13:10:31.572Z] + snapcraftctl stage [2021-03-31T13:10:32.964Z] Priming go-build-helper [2021-03-31T13:10:32.964Z] + snapcraftctl prime [2021-03-31T13:10:34.356Z] Priming app-service-config [2021-03-31T13:10:34.356Z] + snapcraftctl prime [2021-03-31T13:10:36.290Z] Priming config-common [2021-03-31T13:10:36.290Z] + snapcraftctl prime [2021-03-31T13:10:37.680Z] Priming edgex-go [2021-03-31T13:10:37.680Z] + snapcraftctl prime [2021-03-31T13:10:39.070Z] Priming static-packages [2021-03-31T13:10:39.070Z] + snapcraftctl prime [2021-03-31T13:10:42.376Z] Priming version [2021-03-31T13:10:42.376Z] + snapcraftctl prime [2021-03-31T13:10:43.923Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-31T13:10:47.178Z] provisioning config files... [2021-03-31T13:10:47.195Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/49@tmp/config7582526397549281021tmp [Pipeline] { [Pipeline] sh [2021-03-31T13:10:47.566Z] + set +x [2021-03-31T13:10:47.566Z] + curl -s https://codecov.io/bash [2021-03-31T13:10:47.566Z] + bash -s -- [2021-03-31T13:10:47.830Z] [2021-03-31T13:10:47.830Z] _____ _ [2021-03-31T13:10:47.830Z] / ____| | | [2021-03-31T13:10:47.830Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T13:10:47.830Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T13:10:47.830Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T13:10:47.830Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T13:10:47.830Z] Bash-20210309-2b87ace [2021-03-31T13:10:47.830Z] [2021-03-31T13:10:47.830Z] [2021-03-31T13:10:47.830Z] ==> git version 2.24.3 found [2021-03-31T13:10:47.830Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-31T13:10:47.830Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T13:10:47.830Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T13:10:47.830Z] ==> Jenkins CI detected. [2021-03-31T13:10:47.830Z] project root: . [2021-03-31T13:10:47.830Z] --> token set from env [2021-03-31T13:10:48.093Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T13:10:48.093Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T13:10:48.093Z] ==> Python coveragepy not found [2021-03-31T13:10:48.093Z] ==> Searching for coverage reports in: [2021-03-31T13:10:48.093Z] + . [2021-03-31T13:10:48.093Z] -> Found 1 reports [2021-03-31T13:10:48.093Z] ==> Detecting git/mercurial file structure [2021-03-31T13:10:48.093Z] ==> Reading reports [2021-03-31T13:10:48.093Z] + ./coverage.out bytes=669470 [2021-03-31T13:10:48.093Z] ==> Appending adjustments [2021-03-31T13:10:48.093Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T13:10:51.403Z] + Found adjustments [2021-03-31T13:10:51.404Z] ==> Gzipping contents [2021-03-31T13:10:51.404Z] 96K /tmp/codecov.o30oTo.gz [2021-03-31T13:10:51.404Z] ==> Uploading reports [2021-03-31T13:10:51.404Z] url: https://codecov.io [2021-03-31T13:10:51.404Z] query: branch=PR-3234&commit=df9f98fcb2fb8b861d59aef466eee886632dbbe0&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F49%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T13:10:51.404Z] -> Pinging Codecov [2021-03-31T13:10:51.404Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=df9f98fcb2fb8b861d59aef466eee886632dbbe0&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F49%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T13:10:51.981Z] -> Uploading to [2021-03-31T13:10:51.981Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/df9f98fcb2fb8b861d59aef466eee886632dbbe0/156cb715-1406-44e5-b575-5401735af736.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T131051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=06b21096bf83d5318ebd72d85888b059bc78813203e8af6805343b41603d37be [2021-03-31T13:10:51.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:10:51.981Z] Dload Upload Total Spent Left Speed [2021-03-31T13:10:52.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97059 0 0 100 97059 0 230k --:--:-- --:--:-- --:--:-- 230k 100 97059 0 0 100 97059 0 230k --:--:-- --:--:-- --:--:-- 230k [2021-03-31T13:10:52.242Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/df9f98fcb2fb8b861d59aef466eee886632dbbe0 [Pipeline] } [2021-03-31T13:10:52.251Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:54.958Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:55.270Z] ---> package-listing.sh [2021-03-31T13:10:55.270Z] ++ facter osfamily [2021-03-31T13:10:55.270Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T13:10:55.270Z] + OS_FAMILY=redhat [2021-03-31T13:10:55.270Z] + workspace=/w/workspace/edgex-go/49 [2021-03-31T13:10:55.270Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T13:10:55.270Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T13:10:55.270Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T13:10:55.270Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T13:10:55.270Z] + '[' /w/workspace/edgex-go/49 ']' [2021-03-31T13:10:55.270Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T13:10:55.270Z] + case "${OS_FAMILY}" in [2021-03-31T13:10:55.270Z] + rpm -qa [2021-03-31T13:10:55.270Z] + sort [2021-03-31T13:11:00.574Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T13:11:00.574Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T13:11:00.574Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T13:11:00.574Z] + '[' /w/workspace/edgex-go/49 ']' [2021-03-31T13:11:00.574Z] + mkdir -p /w/workspace/edgex-go/49/archives/ [2021-03-31T13:11:00.574Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/49/archives/ [Pipeline] echo [2021-03-31T13:11:00.587Z] 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/49/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T13:11:00.877Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:11:01.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:11:01.185Z] [2021-03-31T13:11:01.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:11:01.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:11:01.579Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T13:11:01.579Z] df20fa9351a1: Pulling fs layer [2021-03-31T13:11:01.579Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T13:11:01.579Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T13:11:01.579Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T13:11:01.579Z] 93b61091891f: Pulling fs layer [2021-03-31T13:11:01.579Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T13:11:01.579Z] 5e14af77c1be: Pulling fs layer [2021-03-31T13:11:01.579Z] 01666e4c0597: Pulling fs layer [2021-03-31T13:11:01.579Z] aa168da1d23b: Pulling fs layer [2021-03-31T13:11:01.579Z] 93b9cdb0e59b: Waiting [2021-03-31T13:11:01.579Z] 5e14af77c1be: Waiting [2021-03-31T13:11:01.579Z] 01666e4c0597: Waiting [2021-03-31T13:11:01.579Z] aa168da1d23b: Waiting [2021-03-31T13:11:01.579Z] 46f8f816bc3b: Waiting [2021-03-31T13:11:01.579Z] 93b61091891f: Waiting [2021-03-31T13:11:01.579Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T13:11:01.579Z] 36b3adc4ff6f: Download complete [2021-03-31T13:11:01.579Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T13:11:01.579Z] 46f8f816bc3b: Download complete [2021-03-31T13:11:01.853Z] df20fa9351a1: Verifying Checksum [2021-03-31T13:11:01.853Z] df20fa9351a1: Download complete [2021-03-31T13:11:01.853Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T13:11:01.853Z] 93b9cdb0e59b: Download complete [2021-03-31T13:11:01.853Z] 93b61091891f: Verifying Checksum [2021-03-31T13:11:01.853Z] 93b61091891f: Download complete [2021-03-31T13:11:01.853Z] 5e14af77c1be: Verifying Checksum [2021-03-31T13:11:01.853Z] 5e14af77c1be: Download complete [2021-03-31T13:11:01.853Z] 01666e4c0597: Verifying Checksum [2021-03-31T13:11:01.853Z] 01666e4c0597: Download complete [2021-03-31T13:11:02.125Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T13:11:02.125Z] 8ad3a11d3b57: Download complete [2021-03-31T13:11:02.125Z] df20fa9351a1: Pull complete [2021-03-31T13:11:02.387Z] 36b3adc4ff6f: Pull complete [2021-03-31T13:11:02.980Z] 8ad3a11d3b57: Pull complete [2021-03-31T13:11:03.247Z] 46f8f816bc3b: Pull complete [2021-03-31T13:11:04.197Z] aa168da1d23b: Verifying Checksum [2021-03-31T13:11:04.197Z] aa168da1d23b: Download complete [2021-03-31T13:11:05.141Z] 93b61091891f: Pull complete [2021-03-31T13:11:05.141Z] 93b9cdb0e59b: Pull complete [2021-03-31T13:11:05.410Z] 5e14af77c1be: Pull complete [2021-03-31T13:11:05.410Z] 01666e4c0597: Pull complete [2021-03-31T13:11:15.463Z] aa168da1d23b: Pull complete [2021-03-31T13:11:15.463Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T13:11:15.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:11:15.463Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T13:11:15.663Z] prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container [2021-03-31T13:11:15.710Z] $ 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/49/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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T13:11:25.468Z] $ docker top 6841900bb8ede7f7bceb16ea915fd3af665f3b8f60ff918ea532168d254afa97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T13:11:26.080Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T13:11:26.392Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T13:11:26.693Z] + ls /var/log/sa-host [2021-03-31T13:11:26.694Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T13:11:26.694Z] file_magic: OK [2021-03-31T13:11:26.694Z] HZ: Using current value: 100 [2021-03-31T13:11:26.694Z] file_header: OK [2021-03-31T13:11:26.694Z] 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-03-31T13:11:26.694Z] Statistics: [2021-03-31T13:11:26.694Z] Hnuu...uuuununununu... [2021-03-31T13:11:26.694Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T13:11:26.694Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T13:11:26.694Z] file_magic: OK [2021-03-31T13:11:26.694Z] HZ: Using current value: 100 [2021-03-31T13:11:26.694Z] file_header: OK [2021-03-31T13:11:26.694Z] 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-03-31T13:11:26.694Z] Statistics: [2021-03-31T13:11:26.694Z] 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... [2021-03-31T13:11:26.694Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T13:11:26.945Z] provisioning config files... [2021-03-31T13:11:26.960Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/49@tmp/config7873581023707615102tmp [Pipeline] { [Pipeline] echo [2021-03-31T13:11:27.037Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:27.336Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T13:11:27.347Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T13:11:27.464Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:27.769Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T13:11:27.780Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:28.105Z] ---> sudo-logs.sh [2021-03-31T13:11:28.105Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T13:11:28.171Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:28.665Z] ---> job-cost.sh [2021-03-31T13:11:28.665Z] lf-activate-venv: SKIPPING [2021-03-31T13:11:28.665Z] DEBUG: total: 0.20999999344348907 [2021-03-31T13:11:28.665Z] INFO: Retrieving Stack Cost... [2021-03-31T13:11:29.617Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T13:11:30.194Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T13:11:30.213Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:30.809Z] ---> logs-deploy.sh [2021-03-31T13:11:30.809Z] lf-activate-venv: SKIPPING [2021-03-31T13:11:30.809Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/49 [2021-03-31T13:11:30.809Z] INFO: archiving workspace using pattern(s): [2021-03-31T13:11:32.196Z] Archives upload complete. [2021-03-31T13:11:32.459Z] INFO: archiving logs to Nexus [2021-03-31T13:11:33.405Z] ---> uname -a: [2021-03-31T13:11:33.405Z] Linux prd-centos7-docker-4c-2g-32247.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] ---> lscpu: [2021-03-31T13:11:33.405Z] Architecture: x86_64 [2021-03-31T13:11:33.405Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-31T13:11:33.405Z] Byte Order: Little Endian [2021-03-31T13:11:33.405Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-31T13:11:33.405Z] CPU(s): 4 [2021-03-31T13:11:33.405Z] On-line CPU(s) list: 0-3 [2021-03-31T13:11:33.405Z] Thread(s) per core: 1 [2021-03-31T13:11:33.405Z] Core(s) per socket: 1 [2021-03-31T13:11:33.405Z] Socket(s): 4 [2021-03-31T13:11:33.405Z] NUMA node(s): 1 [2021-03-31T13:11:33.405Z] Vendor ID: GenuineIntel [2021-03-31T13:11:33.405Z] CPU family: 6 [2021-03-31T13:11:33.405Z] Model: 44 [2021-03-31T13:11:33.405Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-31T13:11:33.405Z] Stepping: 1 [2021-03-31T13:11:33.405Z] CPU MHz: 2933.442 [2021-03-31T13:11:33.405Z] BogoMIPS: 5866.88 [2021-03-31T13:11:33.405Z] Virtualization: VT-x [2021-03-31T13:11:33.405Z] Hypervisor vendor: KVM [2021-03-31T13:11:33.405Z] Virtualization type: full [2021-03-31T13:11:33.405Z] L1d cache: 128 KiB [2021-03-31T13:11:33.405Z] L1i cache: 128 KiB [2021-03-31T13:11:33.405Z] L2 cache: 16 MiB [2021-03-31T13:11:33.405Z] L3 cache: 64 MiB [2021-03-31T13:11:33.405Z] NUMA node0 CPU(s): 0-3 [2021-03-31T13:11:33.405Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-31T13:11:33.405Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-31T13:11:33.405Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-31T13:11:33.405Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-31T13:11:33.405Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-31T13:11:33.405Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-31T13:11:33.405Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-31T13:11:33.405Z] Vulnerability Srbds: Not affected [2021-03-31T13:11:33.405Z] Vulnerability Tsx async abort: Not affected [2021-03-31T13:11:33.405Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] ---> nproc: [2021-03-31T13:11:33.405Z] 4 [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] ---> df -h: [2021-03-31T13:11:33.405Z] Filesystem Size Used Available Use% Mounted on [2021-03-31T13:11:33.405Z] overlay 50.0G 11.8G 38.2G 24% / [2021-03-31T13:11:33.405Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-31T13:11:33.405Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-31T13:11:33.405Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/49 [2021-03-31T13:11:33.405Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/49@tmp [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] ---> free -m: [2021-03-31T13:11:33.405Z] total used free shared buff/cache available [2021-03-31T13:11:33.405Z] Mem: 1837 704 147 0 985 1048 [2021-03-31T13:11:33.405Z] Swap: 1023 57 966 [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] ---> ip addr: [2021-03-31T13:11:33.405Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-31T13:11:33.405Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-31T13:11:33.405Z] inet 127.0.0.1/8 scope host lo [2021-03-31T13:11:33.405Z] valid_lft forever preferred_lft forever [2021-03-31T13:11:33.405Z] inet6 ::1/128 scope host [2021-03-31T13:11:33.405Z] valid_lft forever preferred_lft forever [2021-03-31T13:11:33.405Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-31T13:11:33.405Z] link/ether fa:16:3e:cd:cf:87 brd ff:ff:ff:ff:ff:ff [2021-03-31T13:11:33.405Z] inet 10.30.122.68/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-31T13:11:33.405Z] valid_lft 85055sec preferred_lft 85055sec [2021-03-31T13:11:33.405Z] inet6 fe80::f816:3eff:fecd:cf87/64 scope link [2021-03-31T13:11:33.405Z] valid_lft forever preferred_lft forever [2021-03-31T13:11:33.405Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-31T13:11:33.405Z] link/ether 02:42:78:2e:4f:a2 brd ff:ff:ff:ff:ff:ff [2021-03-31T13:11:33.405Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-31T13:11:33.405Z] valid_lft forever preferred_lft forever [2021-03-31T13:11:33.405Z] inet6 fe80::42:78ff:fe2e:4fa2/64 scope link [2021-03-31T13:11:33.405Z] valid_lft forever preferred_lft forever [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] ---> sar -b -r -n DEV: [2021-03-31T13:11:33.405Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] 12:48:54 LINUX RESTART (4 CPU) [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] 12:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-31T13:11:33.405Z] 12:51:02 160.75 80.06 80.69 0.00 7970.10 35967.07 0.00 [2021-03-31T13:11:33.405Z] 12:52:01 294.65 125.66 169.00 0.00 5159.81 29569.37 0.00 [2021-03-31T13:11:33.405Z] 12:53:01 124.10 37.39 86.71 0.00 1548.42 11428.02 0.00 [2021-03-31T13:11:33.405Z] 12:54:01 149.49 74.07 75.42 0.00 3246.43 12409.48 0.00 [2021-03-31T13:11:33.405Z] 12:55:02 983.27 715.84 267.43 0.00 94932.29 165660.24 0.00 [2021-03-31T13:11:33.405Z] 12:56:01 2957.82 2637.26 320.55 0.00 144027.49 158258.79 0.00 [2021-03-31T13:11:33.405Z] 12:57:01 548.83 260.92 287.92 0.00 60110.43 98729.99 0.00 [2021-03-31T13:11:33.405Z] 12:58:02 2015.12 1678.66 336.47 0.00 100245.31 108273.60 0.00 [2021-03-31T13:11:33.405Z] 12:59:01 248.43 73.79 174.64 0.00 8123.51 17590.60 0.00 [2021-03-31T13:11:33.405Z] 13:00:01 2.51 0.58 1.93 0.00 26.91 33.01 0.00 [2021-03-31T13:11:33.405Z] 13:01:01 1.86 1.32 0.55 0.00 95.50 5.83 0.00 [2021-03-31T13:11:33.405Z] 13:02:01 1.11 0.38 0.73 0.00 22.77 9.67 0.00 [2021-03-31T13:11:33.405Z] 13:03:01 0.53 0.00 0.53 0.00 0.00 5.80 0.00 [2021-03-31T13:11:33.405Z] 13:04:01 0.33 0.17 0.17 0.00 2.93 1.60 0.00 [2021-03-31T13:11:33.405Z] 13:05:01 2.17 1.37 0.80 0.00 49.84 14.61 0.00 [2021-03-31T13:11:33.405Z] 13:06:01 0.33 0.00 0.33 0.00 0.00 3.70 0.00 [2021-03-31T13:11:33.405Z] 13:07:01 0.27 0.02 0.25 0.00 0.53 2.47 0.00 [2021-03-31T13:11:33.405Z] 13:08:01 0.17 0.00 0.17 0.00 0.00 1.52 0.00 [2021-03-31T13:11:33.405Z] 13:09:01 0.20 0.02 0.18 0.00 0.27 1.93 0.00 [2021-03-31T13:11:33.405Z] 13:10:01 0.28 0.00 0.28 0.00 0.00 3.16 0.00 [2021-03-31T13:11:33.405Z] 13:11:01 63.13 62.92 0.22 0.00 5318.91 25.20 0.00 [2021-03-31T13:11:33.405Z] Average: 359.04 273.19 85.84 0.00 20514.26 30369.62 0.00 [2021-03-31T13:11:33.405Z] [2021-03-31T13:11:33.405Z] 12:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-31T13:11:33.405Z] 12:51:02 70008 0 701736 37.30 2520 1107280 1555036 53.07 718392 877668 75604 [2021-03-31T13:11:33.405Z] 12:52:01 169588 0 782160 41.57 1492 928304 1643316 56.08 591368 843444 22024 [2021-03-31T13:11:33.405Z] 12:53:01 214000 0 769712 40.91 632 897200 1493888 50.98 660316 717372 16232 [2021-03-31T13:11:33.405Z] 12:54:01 133804 0 783028 41.62 592 964120 1486328 50.73 651716 798020 1628 [2021-03-31T13:11:33.405Z] 12:55:02 342704 0 755664 40.16 4 783172 2094484 71.48 599756 719308 264 [2021-03-31T13:11:33.405Z] 12:56:01 262488 0 1182768 62.86 4 436284 3783428 129.12 744100 597336 36048 [2021-03-31T13:11:33.405Z] 12:57:01 87656 0 770780 40.97 4 1023104 1981636 67.63 737696 823120 75492 [2021-03-31T13:11:33.405Z] 12:58:02 298360 0 860136 45.71 4 723044 2482332 84.72 618652 705868 56 [2021-03-31T13:11:33.405Z] 12:59:01 396496 0 633252 33.66 4 851792 1235244 42.16 514352 724936 20 [2021-03-31T13:11:33.405Z] 13:00:01 398872 0 630076 33.49 4 852592 1209460 41.28 512780 724632 8 [2021-03-31T13:11:33.405Z] 13:01:01 396616 0 629508 33.46 4 855416 1200920 40.99 512732 727200 8 [2021-03-31T13:11:33.406Z] 13:02:01 395820 0 629624 33.46 4 856096 1198792 40.91 513020 727768 12 [2021-03-31T13:11:33.406Z] 13:03:01 395848 0 629584 33.46 4 856108 1198756 40.91 512928 727776 8 [2021-03-31T13:11:33.406Z] 13:04:01 396636 0 628796 33.42 4 856108 1218024 41.57 512384 727772 8 [2021-03-31T13:11:33.406Z] 13:05:01 394828 0 629700 33.47 4 857012 1198780 40.91 512752 728664 8 [2021-03-31T13:11:33.406Z] 13:06:01 395204 0 629308 33.45 4 857028 1198660 40.91 512536 728668 8 [2021-03-31T13:11:33.406Z] 13:07:01 394840 0 629684 33.47 4 857016 1198660 40.91 512316 728664 8 [2021-03-31T13:11:33.406Z] 13:08:01 395020 0 629480 33.46 4 857040 1198660 40.91 512416 728684 16 [2021-03-31T13:11:33.406Z] 13:09:01 394940 0 629552 33.46 4 857048 1198660 40.91 512444 728692 8 [2021-03-31T13:11:33.406Z] 13:10:01 394760 0 629728 33.47 4 857052 1198732 40.91 512544 728688 8 [2021-03-31T13:11:33.406Z] 13:11:01 151292 0 693476 36.86 4 1036772 1620260 55.30 592564 887916 21948 [2021-03-31T13:11:33.406Z] Average: 308561 0 707512 37.60 253 865218 1552098 52.97 574655 747724 11877 [2021-03-31T13:11:33.406Z] [2021-03-31T13:11:33.406Z] 12:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-31T13:11:33.406Z] 12:51:02 eth0 1202.20 1478.56 5945.46 166.16 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:51:02 docker0 1163.50 835.06 86.90 2732.89 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:52:01 vethfc720fa 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:52:01 eth0 246.04 200.00 878.14 28.63 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:52:01 docker0 179.72 210.54 12.74 845.65 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:53:01 vethfc720fa 1.62 1.64 0.13 0.13 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:53:01 eth0 39.16 27.26 22.56 55.98 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:53:01 docker0 1.62 1.62 0.11 0.13 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:54:01 vethfc720fa 0.72 0.72 0.06 0.06 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:54:01 eth0 32.76 20.21 23.93 40.12 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:54:01 docker0 0.72 0.72 0.05 0.06 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:55:02 vethdbb0ecc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:55:02 veth3e8ae18 2.27 5.11 0.15 28.77 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:55:02 eth0 240.60 191.47 1836.89 69.96 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:55:02 veth7a9766c 2.59 4.86 0.17 27.93 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:56:01 veth486c420 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:56:01 vethcbe2854 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:56:01 veth6a91f57 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:56:01 veth75e0d40 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:57:01 vethdbb0ecc 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:57:01 eth0 2798.53 2563.47 13406.70 472.46 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:57:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:57:01 docker0 1340.87 1074.51 98.91 3811.15 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:58:02 veth136431a 2.74 5.79 0.19 38.22 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:58:02 vethc482435 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:58:02 vethdbb0ecc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:58:02 eth0 106.67 70.07 405.14 92.67 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:59:01 eth0 78.36 53.16 133.40 76.78 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:59:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 12:59:01 docker0 1412.02 1171.00 103.68 4387.24 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:00:01 eth0 0.30 0.17 0.14 0.10 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:01:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:02:01 eth0 1.10 0.35 0.33 0.20 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:03:01 eth0 0.87 0.30 0.31 0.20 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:04:01 eth0 0.63 0.07 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:05:01 eth0 0.70 0.50 0.43 0.27 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:06:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:07:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:09:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:10:01 eth0 0.72 0.15 0.19 0.07 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:11:01 eth0 50.95 37.78 338.16 9.64 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] Average: eth0 102.90 104.15 523.10 27.09 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] Average: docker0 66.25 54.95 4.86 205.86 0.00 0.00 0.00 0.00 [2021-03-31T13:11:33.406Z] [2021-03-31T13:11:33.406Z]