Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f6d014447948dfaa08a4016fd2a877554bf2967e+8a562533c14a3b85d4c48007758f286d837d2a70 (7c399d9047c66a36ca80419ce4bd7d76fde41a83) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-28611 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e Merge succeeded, producing d4f543815f6cfa7b3cb4504a249d8bd7206213b7 Checking out Revision d4f543815f6cfa7b3cb4504a249d8bd7206213b7 (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # 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 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4f543815f6cfa7b3cb4504a249d8bd7206213b7 # timeout=10 Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" > git rev-list --no-walk f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T00:31:32.189Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T00:31:32.397Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T00:31:32.486Z] ========================================================= [2021-03-05T00:31:32.486Z] EdgeX Global Pipelines Version Info [2021-03-05T00:31:32.486Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:31:34.039Z] ------------------- [2021-03-05T00:31:34.040Z] stable info: [2021-03-05T00:31:34.040Z] ------------------- [2021-03-05T00:31:34.040Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T00:31:34.040Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T00:31:34.040Z] Message: update stable to v1.0.184 [2021-03-05T00:31:34.985Z] ------------------- [2021-03-05T00:31:34.985Z] experimental info: [2021-03-05T00:31:34.985Z] ------------------- [2021-03-05T00:31:34.985Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T00:31:34.985Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T00:31:34.985Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T00:31:35.221Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T00:31:35.302Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T00:31:35.399Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T00:31:35.486Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T00:31:35.570Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T00:31:35.653Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T00:31:35.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T00:31:35.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T00:31:35.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T00:31:36.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T00:31:36.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T00:31:36.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T00:31:36.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T00:31:36.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T00:31:36.429Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T00:31:36.529Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T00:31:36.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T00:31:36.693Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T00:31:36.780Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T00:31:36.898Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T00:31:36.978Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T00:31:37.081Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T00:31:37.162Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-05T00:31:37.245Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-05T00:31:37.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-05T00:31:37.471Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [Pipeline] echo [2021-03-05T00:31:37.550Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4f5438 [Pipeline] echo [2021-03-05T00:31:37.627Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T00:31:37.789Z] provisioning config files... [2021-03-05T00:31:37.827Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2623776447006194965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:31:38.206Z] ---> docker-login.sh [2021-03-05T00:31:38.206Z] nexus3.edgexfoundry.org:10001 [2021-03-05T00:31:38.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:31:38.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:31:38.734Z] Configure a credential helper to remove this warning. See [2021-03-05T00:31:38.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:31:38.734Z] [2021-03-05T00:31:38.734Z] Login Succeeded [2021-03-05T00:31:38.734Z] nexus3.edgexfoundry.org:10002 [2021-03-05T00:31:38.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:31:38.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:31:38.999Z] Configure a credential helper to remove this warning. See [2021-03-05T00:31:38.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:31:38.999Z] [2021-03-05T00:31:38.999Z] Login Succeeded [2021-03-05T00:31:38.999Z] nexus3.edgexfoundry.org:10003 [2021-03-05T00:31:38.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:31:39.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:31:39.262Z] Configure a credential helper to remove this warning. See [2021-03-05T00:31:39.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:31:39.262Z] [2021-03-05T00:31:39.262Z] Login Succeeded [2021-03-05T00:31:39.262Z] nexus3.edgexfoundry.org:10004 [2021-03-05T00:31:39.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:31:39.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:31:39.262Z] Configure a credential helper to remove this warning. See [2021-03-05T00:31:39.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:31:39.262Z] [2021-03-05T00:31:39.262Z] Login Succeeded [2021-03-05T00:31:39.262Z] docker.io [2021-03-05T00:31:39.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:31:39.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:31:39.787Z] Configure a credential helper to remove this warning. See [2021-03-05T00:31:39.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:31:39.787Z] [2021-03-05T00:31:39.787Z] Login Succeeded [2021-03-05T00:31:39.787Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T00:31:39.797Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T00:31:40.264Z] ++ 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-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T00:31:40.264Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:31:40.264Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T00:31:40.264Z] ++ cut -d/ -f2 [2021-03-05T00:31:40.264Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T00:31:40.343Z] 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-05T00:31:41.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:31:41.164Z] [2021-03-05T00:31:41.164Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:31:41.517Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:31:41.517Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T00:31:41.517Z] 31603596830f: Pulling fs layer [2021-03-05T00:31:41.517Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T00:31:41.517Z] 6ca5941a6612: Pulling fs layer [2021-03-05T00:31:41.517Z] ecc8261a40a4: Pulling fs layer [2021-03-05T00:31:41.517Z] ecc8261a40a4: Waiting [2021-03-05T00:31:41.517Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T00:31:41.517Z] 2a8b12db71e7: Download complete [2021-03-05T00:31:41.517Z] 31603596830f: Verifying Checksum [2021-03-05T00:31:41.517Z] 31603596830f: Download complete [2021-03-05T00:31:41.781Z] ecc8261a40a4: Verifying Checksum [2021-03-05T00:31:41.781Z] ecc8261a40a4: Download complete [2021-03-05T00:31:41.781Z] 6ca5941a6612: Verifying Checksum [2021-03-05T00:31:41.781Z] 6ca5941a6612: Download complete [2021-03-05T00:31:42.045Z] 31603596830f: Pull complete [2021-03-05T00:31:42.045Z] 2a8b12db71e7: Pull complete [2021-03-05T00:31:43.005Z] 6ca5941a6612: Pull complete [2021-03-05T00:31:43.267Z] ecc8261a40a4: Pull complete [2021-03-05T00:31:43.267Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T00:31:43.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:31:43.267Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T00:31:43.378Z] prd-centos7-docker-4c-2g-28611 does not seem to be running inside a container [2021-03-05T00:31:43.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T00:31:46.629Z] $ docker top 9b45872f06f1a981f56e3e67e5900045013a883fdbde7a7d8c7c233d826952a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T00:31:47.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T00:31:47.007Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T00:31:47.268Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T00:31:47.271Z] $ docker exec 9b45872f06f1a981f56e3e67e5900045013a883fdbde7a7d8c7c233d826952a6 ssh-agent [2021-03-05T00:31:47.461Z] SSH_AUTH_SOCK=/tmp/ssh-z5AdyPQ3J2Sm/agent.11 [2021-03-05T00:31:47.461Z] SSH_AGENT_PID=17 [2021-03-05T00:31:47.472Z] Running ssh-add (command line suppressed) [2021-03-05T00:31:47.612Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2672031765539372120.key (/w/workspace/edgex-go/5@tmp/private_key_2672031765539372120.key) [2021-03-05T00:31:47.679Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T00:31:48.033Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T00:31:48.059Z] $ docker exec --env ******** --env ******** 9b45872f06f1a981f56e3e67e5900045013a883fdbde7a7d8c7c233d826952a6 ssh-agent -k [2021-03-05T00:31:48.186Z] unset SSH_AUTH_SOCK; [2021-03-05T00:31:48.186Z] unset SSH_AGENT_PID; [2021-03-05T00:31:48.186Z] echo Agent pid 17 killed; [2021-03-05T00:31:48.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T00:31:48.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T00:31:48.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T00:31:48.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T00:31:48.571Z] $ docker exec 9b45872f06f1a981f56e3e67e5900045013a883fdbde7a7d8c7c233d826952a6 ssh-agent [2021-03-05T00:31:48.747Z] SSH_AUTH_SOCK=/tmp/ssh-EPWMlyqMFw9h/agent.45 [2021-03-05T00:31:48.747Z] SSH_AGENT_PID=50 [2021-03-05T00:31:48.754Z] Running ssh-add (command line suppressed) [2021-03-05T00:31:48.882Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2915827632273060756.key (/w/workspace/edgex-go/5@tmp/private_key_2915827632273060756.key) [2021-03-05T00:31:48.938Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T00:31:49.275Z] + git semver init [2021-03-05T00:31:49.275Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T00:31:49.275Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-03-05T00:31:49.275Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-03-05T00:31:49.275Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T00:31:49.275Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T00:31:49.275Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T00:31:49.275Z] # $SEMVER_BRANCH = PR-3209 [2021-03-05T00:31:49.275Z] # $SEMVER_TEMP = /tmp/semver-480886623 [2021-03-05T00:31:49.275Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T00:32:15.954Z] # '/tmp/semver-480886623' -> '/w/workspace/edgex-go/5/.semver' [2021-03-05T00:32:16.907Z] # -> Force: false [2021-03-05T00:32:16.907Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-03-05T00:32:16.921Z] $ docker exec --env ******** --env ******** 9b45872f06f1a981f56e3e67e5900045013a883fdbde7a7d8c7c233d826952a6 ssh-agent -k [2021-03-05T00:32:17.211Z] unset SSH_AUTH_SOCK; [2021-03-05T00:32:17.212Z] unset SSH_AGENT_PID; [2021-03-05T00:32:17.212Z] echo Agent pid 50 killed; [2021-03-05T00:32:17.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T00:32:17.797Z] + git semver [Pipeline] } [2021-03-05T00:32:17.815Z] $ docker stop --time=1 9b45872f06f1a981f56e3e67e5900045013a883fdbde7a7d8c7c233d826952a6 [2021-03-05T00:32:19.461Z] $ docker rm -f 9b45872f06f1a981f56e3e67e5900045013a883fdbde7a7d8c7c233d826952a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:32:19.996Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T00:32:20.594Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T00:32:20.597Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T00:32:21.617Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:32:21.924Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:32:22.228Z] + sudo service docker restart [2021-03-05T00:32:22.228Z] + true [2021-03-05T00:32:22.228Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T00:32:22.819Z] ========================================================= [2021-03-05T00:32:22.819Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T00:32:22.819Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:32:23.168Z] + 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-05T00:32:27.438Z] Sending build context to Docker daemon 328.2MB [2021-03-05T00:32:27.438Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T00:32:27.438Z] Step 2/6 : FROM ${BASE} [2021-03-05T00:32:27.438Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T00:32:27.438Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T00:32:27.438Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T00:32:27.438Z] de9db76c5a1d: Pulling fs layer [2021-03-05T00:32:27.438Z] bca2f99d35d6: Pulling fs layer [2021-03-05T00:32:27.438Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T00:32:27.438Z] 7c6f9722023f: Pulling fs layer [2021-03-05T00:32:27.438Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T00:32:27.438Z] 7c6f9722023f: Waiting [2021-03-05T00:32:27.438Z] 93359f2a8cfa: Waiting [2021-03-05T00:32:27.438Z] a35cf1a2eb13: Waiting [2021-03-05T00:32:27.438Z] bca2f99d35d6: Waiting [2021-03-05T00:32:27.438Z] de9db76c5a1d: Verifying Checksum [2021-03-05T00:32:27.438Z] de9db76c5a1d: Download complete [2021-03-05T00:32:27.438Z] 0ef7d3d256c8: Download complete [2021-03-05T00:32:27.438Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T00:32:27.438Z] 93359f2a8cfa: Download complete [2021-03-05T00:32:27.438Z] 7c6f9722023f: Verifying Checksum [2021-03-05T00:32:27.438Z] 7c6f9722023f: Download complete [2021-03-05T00:32:27.438Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T00:32:27.438Z] 188c0c94c7c5: Download complete [2021-03-05T00:32:28.842Z] 188c0c94c7c5: Pull complete [2021-03-05T00:32:28.842Z] 0ef7d3d256c8: Pull complete [2021-03-05T00:32:29.802Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T00:32:29.802Z] a35cf1a2eb13: Download complete [2021-03-05T00:32:29.802Z] de9db76c5a1d: Pull complete [2021-03-05T00:32:30.065Z] bca2f99d35d6: Verifying Checksum [2021-03-05T00:32:30.066Z] bca2f99d35d6: Download complete [2021-03-05T00:32:35.411Z] bca2f99d35d6: Pull complete [2021-03-05T00:32:35.411Z] 93359f2a8cfa: Pull complete [2021-03-05T00:32:35.411Z] 7c6f9722023f: Pull complete [2021-03-05T00:32:36.013Z] Still waiting to schedule task [2021-03-05T00:32:36.013Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-05T00:32:43.608Z] a35cf1a2eb13: Pull complete [2021-03-05T00:32:43.608Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T00:32:43.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T00:32:43.608Z] ---> a62c8e92a672 [2021-03-05T00:32:43.608Z] 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-05T00:32:43.608Z] ---> Running in 990dd2345efd [2021-03-05T00:32:44.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:32:45.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:32:46.098Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T00:32:46.098Z] (2/12) Installing file (5.38-r0) [2021-03-05T00:32:46.361Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T00:32:46.361Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T00:32:58.616Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T00:32:58.616Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T00:32:58.616Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T00:32:58.616Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T00:32:58.616Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T00:32:58.878Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T00:32:58.878Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T00:32:59.139Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T00:32:59.139Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:32:59.139Z] OK: 233 MiB in 51 packages [2021-03-05T00:33:03.366Z] Removing intermediate container 990dd2345efd [2021-03-05T00:33:03.366Z] ---> 0f0bc8ca5ac3 [2021-03-05T00:33:03.366Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T00:33:03.366Z] ---> Running in 9149e973f4ea [2021-03-05T00:33:03.366Z] Removing intermediate container 9149e973f4ea [2021-03-05T00:33:03.366Z] ---> b6ef52542e91 [2021-03-05T00:33:03.366Z] Step 5/6 : COPY go.mod . [2021-03-05T00:33:03.627Z] ---> de3028641b1e [2021-03-05T00:33:03.627Z] Step 6/6 : RUN go mod download [2021-03-05T00:33:03.627Z] ---> Running in f0ceebb57d74 [2021-03-05T00:33:30.272Z] Removing intermediate container f0ceebb57d74 [2021-03-05T00:33:30.272Z] ---> def31ac26c24 [2021-03-05T00:33:30.272Z] Successfully built def31ac26c24 [2021-03-05T00:33:30.272Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:33:30.601Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T00:33:30.866Z] . [Pipeline] withDockerContainer [2021-03-05T00:33:30.972Z] prd-centos7-docker-4c-2g-28611 does not seem to be running inside a container [2021-03-05T00:33:31.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T00:33:31.895Z] $ docker top dfe9bd5307900eb187f04b3a7895aa1e00cdd16995cca46f0098ee3604ec04fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:33:32.508Z] + go version [2021-03-05T00:33:32.508Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T00:33:32.523Z] $ docker stop --time=1 dfe9bd5307900eb187f04b3a7895aa1e00cdd16995cca46f0098ee3604ec04fd [2021-03-05T00:33:33.940Z] $ docker rm -f dfe9bd5307900eb187f04b3a7895aa1e00cdd16995cca46f0098ee3604ec04fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:33:34.714Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T00:33:34.714Z] . [Pipeline] withDockerContainer [2021-03-05T00:33:34.820Z] prd-centos7-docker-4c-2g-28611 does not seem to be running inside a container [2021-03-05T00:33:34.865Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T00:33:35.710Z] $ docker top ee62ad90d924a90ac96ceda8737d86b5cb037c7e18c0af028142a0aea836518a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T00:33:35.940Z] ========================================================= [2021-03-05T00:33:35.940Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T00:33:35.940Z] ========================================================= [Pipeline] sh [2021-03-05T00:33:36.236Z] + make test [2021-03-05T00:33:36.236Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T00:33:44.644Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T00:34:06.790Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T00:34:06.790Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T00:34:07.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T00:34:07.756Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T00:34:08.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T00:34:08.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T00:34:08.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T00:34:09.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T00:34:09.911Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T00:34:10.507Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T00:34:13.109Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T00:34:13.109Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T00:34:13.109Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T00:34:15.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements [2021-03-05T00:34:15.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T00:34:15.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T00:34:15.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T00:34:15.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T00:34:15.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T00:34:15.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T00:34:15.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T00:34:15.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements [2021-03-05T00:34:19.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2021-03-05T00:34:19.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T00:34:19.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T00:34:19.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T00:34:19.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T00:34:19.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T00:34:19.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T00:34:19.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T00:34:19.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T00:34:19.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.115s coverage: 66.2% of statements [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T00:34:19.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.134s coverage: 82.4% of statements [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T00:34:19.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T00:34:22.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T00:34:22.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T00:34:22.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T00:34:22.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T00:34:22.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T00:34:22.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T00:34:22.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.464s coverage: 92.8% of statements [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T00:34:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 47.1% of statements [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-03-05T00:34:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-03-05T00:34:37.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements [2021-03-05T00:34:37.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-03-05T00:34:37.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.048s coverage: 81.4% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 62.4% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-05T00:34:49.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 69.1% of statements [2021-03-05T00:34:49.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.079s coverage: 38.4% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.131s coverage: 88.5% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.776s coverage: 29.1% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.069s coverage: 95.6% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T00:34:49.850Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-05T00:34:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-05T00:34:49.850Z] GO111MODULE=on go vet ./... [2021-03-05T00:35:16.587Z] gofmt -l . [2021-03-05T00:35:16.587Z] [ "`gofmt -l .`" = "" ] [2021-03-05T00:35:16.587Z] ./bin/test-go-mod-tidy.sh [2021-03-05T00:35:16.587Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T00:35:16.894Z] + ls -al . [2021-03-05T00:35:16.894Z] total 728 [2021-03-05T00:35:16.894Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 00:35 . [2021-03-05T00:35:16.894Z] drwxr-xr-x 4 root root 28 Mar 5 00:33 .. [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 00:31 .dockerignore [2021-03-05T00:35:16.894Z] drwxrwxr-x 8 1001 1001 179 Mar 5 00:31 .git [2021-03-05T00:35:16.894Z] drwxrwxr-x 3 1001 1001 125 Mar 5 00:31 .github [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 00:31 .gitignore [2021-03-05T00:35:16.894Z] drwx------ 3 1001 1001 60 Mar 5 00:32 .semver [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 00:31 .sonarcloud.properties [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:31 Attribution.txt [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:31 CONTRIBUTING.md [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 00:31 Dockerfile.build [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 00:31 Jenkinsfile [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:31 LICENSE [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:31 Makefile [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:31 README.md [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:31 SECURITY.md [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 00:32 VERSION [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:31 ZMQWindows.md [2021-03-05T00:35:16.894Z] drwxrwxr-x 2 1001 1001 117 Mar 5 00:31 bin [2021-03-05T00:35:16.894Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 00:31 cmd [2021-03-05T00:35:16.894Z] -rw-r--r-- 1 root root 618155 Mar 5 00:34 coverage.out [2021-03-05T00:35:16.894Z] -rw-r--r-- 1 root root 1055 Mar 5 00:35 go.mod [2021-03-05T00:35:16.894Z] -rw-r--r-- 1 root root 21817 Mar 5 00:35 go.sum [2021-03-05T00:35:16.894Z] drwxrwxr-x 8 1001 1001 127 Mar 5 00:31 internal [2021-03-05T00:35:16.894Z] drwxrwxr-x 4 1001 1001 26 Mar 5 00:31 openapi [2021-03-05T00:35:16.894Z] drwxrwxr-x 4 1001 1001 71 Mar 5 00:31 snap [2021-03-05T00:35:16.894Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 00:31 version.go [Pipeline] sh [2021-03-05T00:35:17.195Z] + '[' -e coverage.out ] [2021-03-05T00:35:17.195Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T00:35:17.414Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T00:35:17.727Z] + make build [2021-03-05T00:35:17.727Z] 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-05T00:35:21.048Z] 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-05T00:35:29.300Z] 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-05T00:35:29.875Z] 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-05T00:35:31.266Z] 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-05T00:35:31.846Z] 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-05T00:35:33.807Z] 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-05T00:35:35.194Z] 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-05T00:35:36.148Z] 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-05T00:35:37.097Z] 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-05T00:35:38.496Z] 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-05T00:35:39.454Z] 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-05T00:35:41.408Z] $ docker stop --time=1 ee62ad90d924a90ac96ceda8737d86b5cb037c7e18c0af028142a0aea836518a [2021-03-05T00:35:43.162Z] $ docker rm -f ee62ad90d924a90ac96ceda8737d86b5cb037c7e18c0af028142a0aea836518a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:35:45.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:35:45.145Z] [2021-03-05T00:35:45.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:35:45.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:35:45.496Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T00:35:45.496Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T00:35:45.496Z] ca9280d653b3: Pulling fs layer [2021-03-05T00:35:45.496Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T00:35:45.496Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-05T00:35:45.496Z] cbdbe7a5bc2a: Download complete [2021-03-05T00:35:46.071Z] cbdbe7a5bc2a: Pull complete [2021-03-05T00:35:46.362Z] ca9280d653b3: Verifying Checksum [2021-03-05T00:35:46.362Z] ca9280d653b3: Download complete [2021-03-05T00:35:47.329Z] 7e9c9ca2126c: Verifying Checksum [2021-03-05T00:35:47.329Z] 7e9c9ca2126c: Download complete [2021-03-05T00:35:47.329Z] ca9280d653b3: Pull complete [2021-03-05T00:35:59.846Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28615 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-05T00:35:59.899Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-05T00:36:02.310Z] 7e9c9ca2126c: Pull complete [2021-03-05T00:36:02.310Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T00:36:02.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:36:02.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T00:36:02.549Z] prd-centos7-docker-4c-2g-28611 does not seem to be running inside a container [2021-03-05T00:36:02.603Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-05T00:36:03.609Z] $ docker top 2875e824f072c04d77bf930cb5318ae851d8336a5a7457b1da2d031f1596f5b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:36:04.103Z] + docker-compose build --help [2021-03-05T00:36:04.103Z] + grep parallel [2021-03-05T00:36:04.554Z] using credential edgex-jenkins-ssh [2021-03-05T00:36:04.616Z] Cloning the remote Git repository [2021-03-05T00:36:04.675Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:36:04.784Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-05T00:36:04.894Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:36:04.895Z] > git --version # timeout=10 [2021-03-05T00:36:05.048Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T00:36:05.062Z] $ docker stop --time=1 2875e824f072c04d77bf930cb5318ae851d8336a5a7457b1da2d031f1596f5b7 [2021-03-05T00:36:04.926Z] > git --version # 'git version 2.17.1' [2021-03-05T00:36:04.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:36:05.017Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:36:06.454Z] $ docker rm -f 2875e824f072c04d77bf930cb5318ae851d8336a5a7457b1da2d031f1596f5b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:36:07.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:36:07.204Z] . [Pipeline] withDockerContainer [2021-03-05T00:36:07.350Z] prd-centos7-docker-4c-2g-28611 does not seem to be running inside a container [2021-03-05T00:36:07.395Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T00:36:07.970Z] $ docker top ebe4855ea5a74115addc4f9a127e9625a04a661261756ef37cd23acfc6cfb69b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:36:08.430Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T00:36:09.374Z] Building docker-core-command-go ... [2021-03-05T00:36:09.374Z] Building docker-core-data-go ... [2021-03-05T00:36:09.375Z] Building docker-core-metadata-go ... [2021-03-05T00:36:09.375Z] Building docker-security-bootstrapper-go ... [2021-03-05T00:36:09.375Z] Building docker-security-proxy-setup-go ... [2021-03-05T00:36:09.375Z] Building docker-security-secretstore-setup-go ... [2021-03-05T00:36:09.375Z] Building docker-support-notifications-go ... [2021-03-05T00:36:09.375Z] Building docker-support-scheduler-go ... [2021-03-05T00:36:09.375Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T00:36:09.375Z] Building docker-security-proxy-setup-go [2021-03-05T00:36:09.375Z] Building docker-security-secretstore-setup-go [2021-03-05T00:36:09.375Z] Building docker-support-scheduler-go [2021-03-05T00:36:09.375Z] Building docker-core-metadata-go [2021-03-05T00:36:09.375Z] Building docker-core-command-go [2021-03-05T00:36:21.116Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-05T00:36:21.886Z] Merge succeeded, producing 6bd7ae21ce943fd1985878093e6f83ff4d90c28b [2021-03-05T00:36:21.887Z] Checking out Revision 6bd7ae21ce943fd1985878093e6f83ff4d90c28b (PR-3209) [2021-03-05T00:36:20.391Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:36:20.416Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:36:20.439Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:36:20.468Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:36:20.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:36:20.484Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T00:36:21.137Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:36:21.153Z] > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [2021-03-05T00:36:21.465Z] > git remote # timeout=10 [2021-03-05T00:36:21.482Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T00:36:21.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:36:21.507Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T00:36:21.875Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T00:36:21.895Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:36:21.905Z] > git checkout -f 6bd7ae21ce943fd1985878093e6f83ff4d90c28b # timeout=10 [2021-03-05T00:36:26.405Z] Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" [2021-03-05T00:36:26.417Z] > git rev-list --no-walk f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T00:36:27.920Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:36:28.326Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:36:28.675Z] + true [2021-03-05T00:36:28.675Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T00:36:30.820Z] provisioning config files... [2021-03-05T00:36:30.861Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2601216900673810668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:36:31.285Z] ---> docker-login.sh [2021-03-05T00:36:31.285Z] nexus3.edgexfoundry.org:10001 [2021-03-05T00:36:32.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:36:32.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:36:32.542Z] Configure a credential helper to remove this warning. See [2021-03-05T00:36:32.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:36:32.542Z] [2021-03-05T00:36:32.542Z] Login Succeeded [2021-03-05T00:36:32.542Z] nexus3.edgexfoundry.org:10002 [2021-03-05T00:36:32.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:36:33.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:36:33.110Z] Configure a credential helper to remove this warning. See [2021-03-05T00:36:33.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:36:33.110Z] [2021-03-05T00:36:33.110Z] Login Succeeded [2021-03-05T00:36:33.110Z] nexus3.edgexfoundry.org:10003 [2021-03-05T00:36:33.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:36:33.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:36:33.715Z] Configure a credential helper to remove this warning. See [2021-03-05T00:36:33.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:36:33.715Z] [2021-03-05T00:36:33.715Z] Login Succeeded [2021-03-05T00:36:33.715Z] nexus3.edgexfoundry.org:10004 [2021-03-05T00:36:34.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:36:34.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:36:34.313Z] Configure a credential helper to remove this warning. See [2021-03-05T00:36:34.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:36:34.313Z] [2021-03-05T00:36:34.313Z] Login Succeeded [2021-03-05T00:36:34.313Z] docker.io [2021-03-05T00:36:34.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:36:35.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:36:35.195Z] Configure a credential helper to remove this warning. See [2021-03-05T00:36:35.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:36:35.195Z] [2021-03-05T00:36:35.195Z] Login Succeeded [2021-03-05T00:36:35.195Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T00:36:35.213Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T00:36:35.651Z] ========================================================= [2021-03-05T00:36:35.651Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T00:36:35.651Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:36:36.027Z] + 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-05T00:36:38.671Z] Sending build context to Docker daemon 166.5MB [2021-03-05T00:36:38.671Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T00:36:38.671Z] Step 2/6 : FROM ${BASE} [2021-03-05T00:36:38.671Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T00:36:38.671Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T00:36:38.671Z] a4357932f1b6: Pulling fs layer [2021-03-05T00:36:38.671Z] 18c013af1878: Pulling fs layer [2021-03-05T00:36:38.671Z] 00ac8860ef70: Pulling fs layer [2021-03-05T00:36:38.671Z] 63d7cb157983: Pulling fs layer [2021-03-05T00:36:38.671Z] b116817d02f9: Pulling fs layer [2021-03-05T00:36:38.671Z] 745a02a5169b: Pulling fs layer [2021-03-05T00:36:38.671Z] 63d7cb157983: Waiting [2021-03-05T00:36:38.671Z] b116817d02f9: Waiting [2021-03-05T00:36:38.671Z] 745a02a5169b: Waiting [2021-03-05T00:36:38.671Z] 18c013af1878: Verifying Checksum [2021-03-05T00:36:38.671Z] 18c013af1878: Download complete [2021-03-05T00:36:38.671Z] a4357932f1b6: Verifying Checksum [2021-03-05T00:36:38.671Z] a4357932f1b6: Download complete [2021-03-05T00:36:38.671Z] 63d7cb157983: Verifying Checksum [2021-03-05T00:36:38.671Z] 63d7cb157983: Download complete [2021-03-05T00:36:38.671Z] b116817d02f9: Verifying Checksum [2021-03-05T00:36:38.671Z] b116817d02f9: Download complete [2021-03-05T00:36:38.671Z] 5f621e34cdf4: Download complete [2021-03-05T00:36:39.665Z] 5f621e34cdf4: Pull complete [2021-03-05T00:36:39.942Z] a4357932f1b6: Pull complete [2021-03-05T00:36:40.559Z] 18c013af1878: Pull complete [2021-03-05T00:36:41.163Z] 745a02a5169b: Verifying Checksum [2021-03-05T00:36:41.163Z] 745a02a5169b: Download complete [2021-03-05T00:36:42.148Z] 00ac8860ef70: Verifying Checksum [2021-03-05T00:36:42.148Z] 00ac8860ef70: Download complete [2021-03-05T00:36:48.590Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:36:48.590Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:36:48.590Z] ---> def31ac26c24 [2021-03-05T00:36:48.590Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:36:48.590Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:36:48.590Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:36:48.590Z] ---> def31ac26c24 [2021-03-05T00:36:48.590Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:36:48.590Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:36:48.590Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:36:48.590Z] ---> def31ac26c24 [2021-03-05T00:36:48.590Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T00:36:48.590Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:36:48.590Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:36:48.590Z] ---> def31ac26c24 [2021-03-05T00:36:48.590Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T00:36:48.590Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:36:48.590Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:36:48.590Z] ---> def31ac26c24 [2021-03-05T00:36:48.590Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:36:48.590Z] ---> Running in 2cd7ebfb7288 [2021-03-05T00:36:48.590Z] ---> Running in fcbe6b0a8e8c [2021-03-05T00:36:48.590Z] ---> Running in 19539264247e [2021-03-05T00:36:48.590Z] ---> Running in 3982ce88891c [2021-03-05T00:36:48.590Z] ---> Running in 0c376f701350 [2021-03-05T00:36:48.590Z] Removing intermediate container fcbe6b0a8e8c [2021-03-05T00:36:48.590Z] ---> b074d7ded244 [2021-03-05T00:36:48.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:36:48.590Z] Removing intermediate container 0c376f701350 [2021-03-05T00:36:48.590Z] ---> aa51c50cecad [2021-03-05T00:36:48.590Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:36:48.590Z] Removing intermediate container 3982ce88891c [2021-03-05T00:36:48.590Z] ---> 992b0bd202ac [2021-03-05T00:36:48.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:36:48.590Z] Removing intermediate container 2cd7ebfb7288 [2021-03-05T00:36:48.590Z] ---> 0ba7fde190ad [2021-03-05T00:36:48.590Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:36:48.590Z] Removing intermediate container 19539264247e [2021-03-05T00:36:48.590Z] ---> 071782c0e922 [2021-03-05T00:36:48.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:36:48.590Z] ---> Running in 8b3aa3078424 [2021-03-05T00:36:48.590Z] ---> Running in 963b196ad521 [2021-03-05T00:36:48.590Z] ---> Running in f3681281e2b0 [2021-03-05T00:36:48.590Z] ---> Running in 3a8b8ea2149d [2021-03-05T00:36:48.590Z] ---> Running in 52910a8f76f8 [2021-03-05T00:36:49.551Z] Removing intermediate container 8b3aa3078424 [2021-03-05T00:36:49.551Z] ---> 912a60229294 [2021-03-05T00:36:49.551Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T00:36:49.551Z] Removing intermediate container 963b196ad521 [2021-03-05T00:36:49.551Z] ---> 9f19eaf7ce58 [2021-03-05T00:36:49.551Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T00:36:49.817Z] ---> Running in 98078aae3d71 [2021-03-05T00:36:49.817Z] ---> Running in 9951d12eb3d8 [2021-03-05T00:36:49.817Z] Removing intermediate container 3a8b8ea2149d [2021-03-05T00:36:49.817Z] ---> 68abc8c53b3e [2021-03-05T00:36:49.817Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T00:36:50.101Z] Removing intermediate container f3681281e2b0 [2021-03-05T00:36:50.101Z] ---> d5d964179045 [2021-03-05T00:36:50.101Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:36:50.101Z] Removing intermediate container 52910a8f76f8 [2021-03-05T00:36:50.101Z] ---> 15a2686cc320 [2021-03-05T00:36:50.101Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:36:50.101Z] ---> Running in d71eb8ccd568 [2021-03-05T00:36:50.366Z] ---> Running in 7bf3a78c84e1 [2021-03-05T00:36:50.366Z] ---> Running in 7d65d25f6c0f [2021-03-05T00:36:50.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:50.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:51.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:51.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:51.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:51.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:51.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:52.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:52.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:52.314Z] OK: 233 MiB in 51 packages [2021-03-05T00:36:52.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:52.347Z] 00ac8860ef70: Pull complete [2021-03-05T00:36:52.581Z] OK: 233 MiB in 51 packages [2021-03-05T00:36:52.581Z] OK: 233 MiB in 51 packages [2021-03-05T00:36:52.624Z] 63d7cb157983: Pull complete [2021-03-05T00:36:52.850Z] Removing intermediate container 9951d12eb3d8 [2021-03-05T00:36:52.850Z] ---> cceb66ac96b4 [2021-03-05T00:36:52.850Z] Step 6/22 : COPY go.mod . [2021-03-05T00:36:52.897Z] b116817d02f9: Pull complete [2021-03-05T00:36:53.124Z] OK: 233 MiB in 51 packages [2021-03-05T00:36:53.124Z] Removing intermediate container 98078aae3d71 [2021-03-05T00:36:53.124Z] ---> 36fc0d1e1184 [2021-03-05T00:36:53.124Z] Step 6/21 : COPY go.mod . [2021-03-05T00:36:53.423Z] ---> 7a16f5ebcbf2 [2021-03-05T00:36:53.423Z] Step 7/22 : RUN go mod download [2021-03-05T00:36:53.423Z] Removing intermediate container 7d65d25f6c0f [2021-03-05T00:36:53.423Z] ---> 1fdf12c86081 [2021-03-05T00:36:53.423Z] Step 6/23 : COPY go.mod . [2021-03-05T00:36:53.423Z] ---> Running in 1cb2a9663239 [2021-03-05T00:36:53.706Z] ---> d61c1f0a900d [2021-03-05T00:36:53.706Z] Step 7/21 : RUN go mod download [2021-03-05T00:36:53.706Z] ---> 5ccd4de85f77 [2021-03-05T00:36:53.706Z] Step 7/23 : RUN go mod download [2021-03-05T00:36:53.706Z] OK: 233 MiB in 51 packages [2021-03-05T00:36:53.706Z] ---> Running in bed12f198e90 [2021-03-05T00:36:53.985Z] ---> Running in 4f53614db871 [2021-03-05T00:36:53.985Z] Removing intermediate container d71eb8ccd568 [2021-03-05T00:36:53.985Z] ---> 0c4c625a7185 [2021-03-05T00:36:53.985Z] Step 6/24 : COPY go.mod . [2021-03-05T00:36:54.583Z] ---> 69fbf49a18a2 [2021-03-05T00:36:54.583Z] Step 7/24 : RUN go mod download [2021-03-05T00:36:54.583Z] ---> Running in 79753b4eacdf [2021-03-05T00:36:54.583Z] Removing intermediate container 7bf3a78c84e1 [2021-03-05T00:36:54.583Z] ---> 318f8c98316a [2021-03-05T00:36:54.583Z] Step 6/23 : COPY go.mod . [2021-03-05T00:36:55.188Z] ---> 1901eaa256db [2021-03-05T00:36:55.188Z] Step 7/23 : RUN go mod download [2021-03-05T00:36:55.188Z] ---> Running in d1325ee8b99d [2021-03-05T00:36:55.777Z] Removing intermediate container 1cb2a9663239 [2021-03-05T00:36:55.777Z] ---> 8354739026af [2021-03-05T00:36:55.777Z] Step 8/22 : COPY . . [2021-03-05T00:36:56.058Z] Removing intermediate container bed12f198e90 [2021-03-05T00:36:56.058Z] ---> a05e8a224712 [2021-03-05T00:36:56.058Z] Step 8/21 : COPY . . [2021-03-05T00:36:56.058Z] Removing intermediate container 4f53614db871 [2021-03-05T00:36:56.058Z] ---> 0ecbe413617e [2021-03-05T00:36:56.058Z] Step 8/23 : COPY . . [2021-03-05T00:36:57.257Z] 745a02a5169b: Pull complete [2021-03-05T00:36:57.257Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T00:36:57.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T00:36:57.257Z] ---> b7e6874047d6 [2021-03-05T00:36:57.257Z] 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-05T00:36:59.483Z] Removing intermediate container 79753b4eacdf [2021-03-05T00:36:59.484Z] ---> 59043348d1ec [2021-03-05T00:36:59.484Z] Step 8/24 : COPY . . [2021-03-05T00:37:00.676Z] ---> Running in aba3a47ccce3 [2021-03-05T00:37:01.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:37:02.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:37:03.702Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T00:37:03.775Z] Removing intermediate container d1325ee8b99d [2021-03-05T00:37:03.775Z] ---> 9cf5f2bad288 [2021-03-05T00:37:03.775Z] Step 8/23 : COPY . . [2021-03-05T00:37:03.980Z] (2/12) Installing file (5.38-r0) [2021-03-05T00:37:03.980Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T00:37:04.257Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T00:37:08.553Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T00:37:08.553Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T00:37:08.553Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T00:37:08.553Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T00:37:08.553Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T00:37:08.553Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T00:37:08.553Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T00:37:08.826Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T00:37:08.826Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:37:08.826Z] OK: 217 MiB in 51 packages [2021-03-05T00:37:13.136Z] Removing intermediate container aba3a47ccce3 [2021-03-05T00:37:13.136Z] ---> a9233b72ae20 [2021-03-05T00:37:13.136Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T00:37:13.136Z] ---> Running in e5eab1ed602d [2021-03-05T00:37:13.732Z] Removing intermediate container e5eab1ed602d [2021-03-05T00:37:13.732Z] ---> 04032e100158 [2021-03-05T00:37:13.732Z] Step 5/6 : COPY go.mod . [2021-03-05T00:37:14.335Z] ---> d7c8ee5c0612 [2021-03-05T00:37:14.335Z] Step 6/6 : RUN go mod download [2021-03-05T00:37:14.609Z] ---> Running in 6e95eec57a8f [2021-03-05T00:37:42.727Z] ---> 067475c88bfe [2021-03-05T00:37:42.727Z] ---> 1d2d241650f5 [2021-03-05T00:37:42.727Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T00:37:42.727Z] ---> 751de31cc604 [2021-03-05T00:37:42.727Z] Step 9/23 : RUN make cmd/core-command/core-commandStep 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T00:37:42.727Z] [2021-03-05T00:37:42.727Z] ---> Running in f197b4225a4b [2021-03-05T00:37:42.727Z] ---> Running in 219b1cbadceb [2021-03-05T00:37:42.727Z] ---> Running in 0bc78bf97a3a [2021-03-05T00:37:42.727Z] ---> 4d10a4377b5e [2021-03-05T00:37:42.727Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T00:37:42.727Z] ---> 49829d3a496d [2021-03-05T00:37:42.727Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T00:37:42.727Z] ---> Running in 0a40c02ace19 [2021-03-05T00:37:42.727Z] ---> Running in a3d86859699d [2021-03-05T00:37:42.727Z] 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-05T00:37:42.727Z] 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-05T00:37:42.727Z] 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-05T00:37:43.002Z] 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-05T00:37:43.002Z] 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-05T00:37:46.967Z] Removing intermediate container 6e95eec57a8f [2021-03-05T00:37:46.967Z] ---> 2148e04b9f01 [2021-03-05T00:37:46.967Z] Successfully built 2148e04b9f01 [2021-03-05T00:37:46.967Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:37:47.320Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T00:37:47.320Z] . [Pipeline] withDockerContainer [2021-03-05T00:37:47.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-28615 does not seem to be running inside a container [2021-03-05T00:37:47.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-05T00:37:49.340Z] $ docker top b32927fcdb3327ebf546533a6fcbd3b5deaa208e14069acc0f4242bfcb46bc1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:37:50.397Z] + go version [2021-03-05T00:37:50.397Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T00:37:50.425Z] $ docker stop --time=1 b32927fcdb3327ebf546533a6fcbd3b5deaa208e14069acc0f4242bfcb46bc1f [2021-03-05T00:37:52.397Z] $ docker rm -f b32927fcdb3327ebf546533a6fcbd3b5deaa208e14069acc0f4242bfcb46bc1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:37:53.440Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T00:37:53.440Z] . [Pipeline] withDockerContainer [2021-03-05T00:37:53.733Z] prd-ubuntu18.04-docker-arm64-4c-16g-28615 does not seem to be running inside a container [2021-03-05T00:37:53.820Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-05T00:37:55.460Z] $ docker top d8562f62306b876f7194573a011768fd15481d636c1aac912c4b7480e4d0e937 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T00:37:55.863Z] ========================================================= [2021-03-05T00:37:55.863Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T00:37:55.863Z] ========================================================= [Pipeline] sh [2021-03-05T00:37:56.532Z] + make test [2021-03-05T00:37:56.532Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T00:38:15.281Z] 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-05T00:38:15.281Z] 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-05T00:38:23.373Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T00:38:23.499Z] Removing intermediate container f197b4225a4b [2021-03-05T00:38:23.499Z] ---> 27e4094b793d [2021-03-05T00:38:23.499Z] [2021-03-05T00:38:23.499Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T00:38:23.499Z] Removing intermediate container a3d86859699d [2021-03-05T00:38:23.499Z] ---> e8d2dff1d752 [2021-03-05T00:38:23.499Z] [2021-03-05T00:38:23.499Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T00:38:23.499Z] Removing intermediate container 0bc78bf97a3a [2021-03-05T00:38:23.499Z] ---> 36bfa75eb599 [2021-03-05T00:38:23.499Z] [2021-03-05T00:38:23.499Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:38:23.499Z] 3.12: Pulling from library/alpine [2021-03-05T00:38:23.499Z] 3.12: Pulling from library/alpine [2021-03-05T00:38:23.499Z] 3.12: Pulling from library/alpine [2021-03-05T00:38:23.764Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:38:23.764Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:38:23.764Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:38:24.026Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:38:24.026Z] ---> 88dd2752d2ea [2021-03-05T00:38:24.026Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:38:24.026Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:38:24.026Z] ---> 88dd2752d2ea [2021-03-05T00:38:24.026Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T00:38:24.026Z] Status: Image is up to date for alpine:3.12 [2021-03-05T00:38:24.026Z] ---> 88dd2752d2ea [2021-03-05T00:38:24.026Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T00:38:27.345Z] ---> Running in 23ad30ffad3f [2021-03-05T00:38:27.345Z] ---> Running in dbd636d0becd [2021-03-05T00:38:27.345Z] ---> Running in 3db11b19e8e3 [2021-03-05T00:38:27.952Z] Removing intermediate container 219b1cbadceb [2021-03-05T00:38:27.952Z] ---> 447314d30639 [2021-03-05T00:38:27.952Z] [2021-03-05T00:38:27.952Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:38:27.952Z] ---> 88dd2752d2ea [2021-03-05T00:38:27.952Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:38:27.952Z] Removing intermediate container 0a40c02ace19 [2021-03-05T00:38:27.952Z] ---> 03812b43d28c [2021-03-05T00:38:27.952Z] [2021-03-05T00:38:27.952Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:38:27.952Z] ---> 88dd2752d2ea [2021-03-05T00:38:27.952Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:38:28.223Z] ---> Running in 490f9feb69f6 [2021-03-05T00:38:28.223Z] ---> Running in 02ab76e2d410 [2021-03-05T00:38:28.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:28.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:28.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:28.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:28.755Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T00:38:28.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:28.755Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:38:28.755Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T00:38:28.755Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T00:38:29.036Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:38:29.036Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:38:29.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:29.036Z] OK: 7 MiB in 18 packages [2021-03-05T00:38:29.036Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T00:38:29.036Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:38:29.036Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T00:38:29.036Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T00:38:29.036Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T00:38:29.036Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:38:29.036Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:38:29.036Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:38:29.036Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:38:29.036Z] OK: 7 MiB in 19 packages [2021-03-05T00:38:29.036Z] OK: 6 MiB in 15 packages [2021-03-05T00:38:29.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:29.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:29.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:29.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:29.310Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:38:29.310Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:38:29.310Z] OK: 6 MiB in 15 packages [2021-03-05T00:38:29.571Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:38:29.571Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:38:29.571Z] OK: 6 MiB in 15 packages [2021-03-05T00:38:31.490Z] Removing intermediate container 23ad30ffad3f [2021-03-05T00:38:31.490Z] ---> b3c9dcc29225 [2021-03-05T00:38:31.490Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:38:32.073Z] Removing intermediate container 3db11b19e8e3 [2021-03-05T00:38:32.073Z] ---> d619b5faeef0 [2021-03-05T00:38:32.073Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:38:32.073Z] ---> Running in e2020455a1e8 [2021-03-05T00:38:32.073Z] Removing intermediate container dbd636d0becd [2021-03-05T00:38:32.073Z] ---> 882f7a98a9b1 [2021-03-05T00:38:32.073Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:38:32.073Z] ---> Running in d07760f3ff83 [2021-03-05T00:38:32.338Z] Removing intermediate container 490f9feb69f6 [2021-03-05T00:38:32.338Z] ---> 2252d731e6d8 [2021-03-05T00:38:32.338Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:38:32.338Z] Removing intermediate container 02ab76e2d410 [2021-03-05T00:38:32.338Z] ---> 0c456884f7fc [2021-03-05T00:38:32.338Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:38:32.338Z] ---> Running in 96cc80c29402 [2021-03-05T00:38:32.338Z] Removing intermediate container e2020455a1e8 [2021-03-05T00:38:32.338Z] ---> 67d03c9781d4 [2021-03-05T00:38:32.338Z] Step 13/21 : WORKDIR /edgex [2021-03-05T00:38:32.338Z] ---> Running in ad17635dcfc9 [2021-03-05T00:38:32.338Z] ---> Running in 42168b2c3f68 [2021-03-05T00:38:32.600Z] Removing intermediate container d07760f3ff83 [2021-03-05T00:38:32.600Z] ---> 8daa46d80546 [2021-03-05T00:38:32.600Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T00:38:32.600Z] ---> Running in 195bdc9f9100 [2021-03-05T00:38:32.600Z] Removing intermediate container 96cc80c29402 [2021-03-05T00:38:32.600Z] ---> 04017ac3809a [2021-03-05T00:38:32.600Z] Step 13/24 : WORKDIR / [2021-03-05T00:38:32.869Z] ---> Running in 7a2e3fec686e [2021-03-05T00:38:32.869Z] Removing intermediate container 42168b2c3f68 [2021-03-05T00:38:32.869Z] ---> 036272b1261c [2021-03-05T00:38:32.869Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T00:38:33.446Z] Removing intermediate container ad17635dcfc9 [2021-03-05T00:38:33.446Z] ---> 0b6191db6212 [2021-03-05T00:38:33.446Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T00:38:33.446Z] Removing intermediate container 195bdc9f9100 [2021-03-05T00:38:33.446Z] ---> 53fc03237406 [2021-03-05T00:38:33.446Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T00:38:33.709Z] ---> Running in c263f3b8e3e5 [2021-03-05T00:38:33.709Z] ---> Running in 436e1ebf3284 [2021-03-05T00:38:33.709Z] ---> Running in f2e6d5b99025 [2021-03-05T00:38:33.709Z] Removing intermediate container 7a2e3fec686e [2021-03-05T00:38:33.709Z] ---> 8bde48e49934 [2021-03-05T00:38:33.709Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:38:33.978Z] ---> Running in 04a99fb97946 [2021-03-05T00:38:33.978Z] ---> 4c8ea2cdb5a2 [2021-03-05T00:38:33.978Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T00:38:33.978Z] Removing intermediate container f2e6d5b99025 [2021-03-05T00:38:33.978Z] ---> 2b9fa214b007 [2021-03-05T00:38:33.978Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:38:34.242Z] Removing intermediate container c263f3b8e3e5 [2021-03-05T00:38:34.242Z] ---> bd03b867a864 [2021-03-05T00:38:34.242Z] 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-05T00:38:34.242Z] Removing intermediate container 436e1ebf3284 [2021-03-05T00:38:34.242Z] ---> 5a255fe85ff0 [2021-03-05T00:38:34.242Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:38:34.242Z] ---> Running in d804340b23e8 [2021-03-05T00:38:34.503Z] Removing intermediate container 04a99fb97946 [2021-03-05T00:38:34.503Z] ---> bf8fc690fdcb [2021-03-05T00:38:34.503Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:38:34.503Z] ---> Running in 093f8bd5cc78 [2021-03-05T00:38:34.503Z] ---> 25cbd7deaca1 [2021-03-05T00:38:34.503Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T00:38:34.764Z] ---> f79b3a7ff737 [2021-03-05T00:38:34.764Z] 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-05T00:38:34.764Z] Removing intermediate container d804340b23e8 [2021-03-05T00:38:34.764Z] ---> 30af94621ee8 [2021-03-05T00:38:34.764Z] Step 15/23 : WORKDIR / [2021-03-05T00:38:35.029Z] ---> 1297e2236433 [2021-03-05T00:38:35.029Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T00:38:35.029Z] Removing intermediate container 093f8bd5cc78 [2021-03-05T00:38:35.029Z] ---> 7408ebefefa2 [2021-03-05T00:38:35.029Z] Step 15/23 : WORKDIR / [2021-03-05T00:38:35.029Z] ---> Running in 0153b3815a84 [2021-03-05T00:38:35.291Z] ---> Running in bbeec3d7554e [2021-03-05T00:38:35.291Z] ---> 144e5788f9c7 [2021-03-05T00:38:35.291Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T00:38:35.291Z] ---> a48cf954ad5b [2021-03-05T00:38:35.291Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T00:38:35.553Z] ---> Running in 155c535dc4a0 [2021-03-05T00:38:35.553Z] Removing intermediate container 0153b3815a84 [2021-03-05T00:38:35.553Z] ---> 213d270887be [2021-03-05T00:38:35.553Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:38:35.815Z] Removing intermediate container bbeec3d7554e [2021-03-05T00:38:35.815Z] ---> 5f098ecb1fcf [2021-03-05T00:38:35.815Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:38:35.815Z] ---> ace503f7f266 [2021-03-05T00:38:35.815Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T00:38:35.815Z] ---> 1857071f70ea [2021-03-05T00:38:35.815Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T00:38:36.078Z] Removing intermediate container 155c535dc4a0 [2021-03-05T00:38:36.078Z] ---> d3323f06ea3b [2021-03-05T00:38:36.078Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T00:38:36.078Z] ---> 57c410a8d3d5 [2021-03-05T00:38:36.078Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T00:38:36.078Z] ---> Running in 4be890f17410 [2021-03-05T00:38:36.341Z] ---> 750aeb53be54 [2021-03-05T00:38:36.341Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T00:38:36.341Z] ---> 2270255ea96f [2021-03-05T00:38:36.341Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T00:38:36.609Z] ---> Running in 1e681bfeaa10 [2021-03-05T00:38:36.609Z] Removing intermediate container 4be890f17410 [2021-03-05T00:38:36.609Z] ---> e5efb2f641be [2021-03-05T00:38:36.609Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T00:38:36.609Z] ---> 75ff6b714693 [2021-03-05T00:38:36.609Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T00:38:36.609Z] ---> Running in 65d8f9c50709 [2021-03-05T00:38:36.876Z] ---> fd446c6b12d1 [2021-03-05T00:38:36.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T00:38:36.876Z] Removing intermediate container 1e681bfeaa10 [2021-03-05T00:38:36.876Z] ---> eac07de621de [2021-03-05T00:38:36.876Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:38:37.141Z] Removing intermediate container 65d8f9c50709 [2021-03-05T00:38:37.141Z] ---> fbe355432a23 [2021-03-05T00:38:37.141Z] Step 20/21 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:38:37.141Z] ---> Running in ee36fa829464 [2021-03-05T00:38:37.141Z] ---> ccb504ff26ff [2021-03-05T00:38:37.141Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T00:38:37.141Z] ---> 18f7951fb390 [2021-03-05T00:38:37.141Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T00:38:37.141Z] ---> e2e8f8ccbaf2 [2021-03-05T00:38:37.141Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T00:38:37.403Z] ---> Running in 0dbc73a37c0f [2021-03-05T00:38:37.403Z] ---> Running in 99ce897913b1 [2021-03-05T00:38:37.665Z] Removing intermediate container ee36fa829464 [2021-03-05T00:38:37.665Z] ---> bdf08c585d6b [2021-03-05T00:38:37.665Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T00:38:37.665Z] ---> 38c3dda3cdcd [2021-03-05T00:38:37.665Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T00:38:37.665Z] ---> fe3df338e50f [2021-03-05T00:38:37.665Z] 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-05T00:38:37.944Z] Removing intermediate container 0dbc73a37c0f [2021-03-05T00:38:37.945Z] ---> 607e05948c90 [2021-03-05T00:38:37.945Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T00:38:37.945Z] Removing intermediate container 99ce897913b1 [2021-03-05T00:38:37.945Z] ---> 91ce918bed2f [2021-03-05T00:38:37.945Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:38:37.945Z] ---> Running in 0ca554e9dea8 [2021-03-05T00:38:37.945Z] ---> Running in 8cb8cbf4befa [2021-03-05T00:38:37.945Z] ---> Running in b6f0c38cbd4c [2021-03-05T00:38:37.945Z] ---> Running in aac9660bfd35 [2021-03-05T00:38:38.212Z] ---> Running in 753f52893f46 [2021-03-05T00:38:38.474Z] Removing intermediate container 0ca554e9dea8 [2021-03-05T00:38:38.474Z] ---> 06a6f50fdd0a [2021-03-05T00:38:38.474Z] Step 21/22 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:38:38.474Z] Removing intermediate container b6f0c38cbd4c [2021-03-05T00:38:38.474Z] ---> 26a97d597ff1 [2021-03-05T00:38:38.474Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:38:38.474Z] Removing intermediate container aac9660bfd35 [2021-03-05T00:38:38.474Z] ---> 8d9aeba930d7 [2021-03-05T00:38:38.474Z] [2021-03-05T00:38:38.736Z] Removing intermediate container 753f52893f46 [2021-03-05T00:38:38.736Z] ---> 361b0708fbe0 [2021-03-05T00:38:38.736Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:38:38.736Z] ---> Running in c40bce2a873f [2021-03-05T00:38:38.736Z] ---> Running in c89529af8fb0 [2021-03-05T00:38:38.736Z] ---> Running in 4d76bf42a725 [2021-03-05T00:38:38.999Z] Successfully built 8d9aeba930d7 [2021-03-05T00:38:39.262Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T00:38:39.262Z] Removing intermediate container c40bce2a873f [2021-03-05T00:38:39.262Z] ---> 94fc15a3e9b0 [2021-03-05T00:38:39.262Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:38:39.262Z] Building docker-security-bootstrapper-go [2021-03-05T00:38:39.262Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c89529af8fb0 [2021-03-05T00:38:39.262Z] ---> 6095a90f898e [2021-03-05T00:38:39.262Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:38:39.262Z] ---> Running in 43e56b92a90b [2021-03-05T00:38:39.525Z] ---> Running in 033b1af7fc03 [2021-03-05T00:38:39.525Z] Removing intermediate container 4d76bf42a725 [2021-03-05T00:38:39.525Z] ---> 189f217d016a [2021-03-05T00:38:39.525Z] Step 22/23 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:38:39.525Z] ---> Running in 067506fb12d9 [2021-03-05T00:38:39.792Z] Removing intermediate container 43e56b92a90b [2021-03-05T00:38:39.792Z] ---> 205976c664d8 [2021-03-05T00:38:39.792Z] [2021-03-05T00:38:39.792Z] Removing intermediate container 033b1af7fc03 [2021-03-05T00:38:39.792Z] ---> 7a203c3be179 [2021-03-05T00:38:39.792Z] Step 22/23 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:38:39.792Z] Successfully built 205976c664d8 [2021-03-05T00:38:39.792Z] Removing intermediate container 8cb8cbf4befa [2021-03-05T00:38:39.792Z] ---> c21add9b5789 [2021-03-05T00:38:39.792Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T00:38:40.056Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T00:38:40.056Z] Building docker-sys-mgmt-agent-go [2021-03-05T00:38:40.056Z]  Building docker-support-scheduler-go ... done Removing intermediate container 067506fb12d9 [2021-03-05T00:38:40.056Z] ---> be69049310e4 [2021-03-05T00:38:40.056Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:38:40.056Z] ---> Running in 3da7fb9f0d2c [2021-03-05T00:38:40.332Z] ---> Running in 996096b1526e [2021-03-05T00:38:40.332Z] ---> Running in 6a8f3f11a42d [2021-03-05T00:38:42.254Z] Removing intermediate container 3da7fb9f0d2c [2021-03-05T00:38:42.254Z] ---> 7c8687939601 [2021-03-05T00:38:42.254Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:38:47.577Z] Removing intermediate container 996096b1526e [2021-03-05T00:38:47.577Z] ---> 8b8f0f338297 [2021-03-05T00:38:47.577Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T00:38:47.577Z] ---> Running in ff8fc94ca1b3 [2021-03-05T00:38:47.847Z] Removing intermediate container 6a8f3f11a42d [2021-03-05T00:38:47.847Z] ---> 3832ce27bbc1 [2021-03-05T00:38:47.847Z] [2021-03-05T00:38:47.847Z] ---> Running in e88910b31520 [2021-03-05T00:38:48.126Z] Successfully built 3832ce27bbc1 [2021-03-05T00:38:50.704Z] Successfully tagged docker-core-command-go:latest [2021-03-05T00:38:50.704Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-05T00:38:54.058Z] Removing intermediate container ff8fc94ca1b3 [2021-03-05T00:38:54.058Z] ---> 25daceb0c6fe [2021-03-05T00:38:54.058Z] [2021-03-05T00:38:54.798Z] Successfully built 25daceb0c6fe [2021-03-05T00:38:54.798Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T00:38:54.798Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-05T00:38:55.571Z] Removing intermediate container e88910b31520 [2021-03-05T00:38:55.571Z] ---> e19f26a559e8 [2021-03-05T00:38:55.571Z] Step 23/24 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:38:57.133Z] ---> Running in 9c115f54e498 [2021-03-05T00:38:59.845Z] Removing intermediate container 9c115f54e498 [2021-03-05T00:38:59.845Z] ---> 4272123bbb6e [2021-03-05T00:38:59.845Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T00:39:00.657Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:39:00.657Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:39:00.657Z] ---> def31ac26c24 [2021-03-05T00:39:00.657Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 071782c0e922 [2021-03-05T00:39:00.657Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 15a2686cc320 [2021-03-05T00:39:00.657Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T00:39:00.657Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:39:00.657Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:39:00.657Z] ---> def31ac26c24 [2021-03-05T00:39:00.657Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 071782c0e922 [2021-03-05T00:39:00.657Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 15a2686cc320 [2021-03-05T00:39:00.657Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 1fdf12c86081 [2021-03-05T00:39:00.657Z] Step 6/31 : COPY go.mod . [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 5ccd4de85f77 [2021-03-05T00:39:00.657Z] Step 7/31 : RUN go mod download [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 0ecbe413617e [2021-03-05T00:39:00.657Z] Step 8/31 : COPY . . [2021-03-05T00:39:00.657Z] ---> Using cache [2021-03-05T00:39:00.657Z] ---> 1d2d241650f5 [2021-03-05T00:39:00.657Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T00:39:03.268Z] ---> Running in 1003dcdc664e [2021-03-05T00:39:04.217Z] ---> Running in d6e85ab052f6 [2021-03-05T00:39:04.217Z] ---> Running in 0f2d9c88a5d6 [2021-03-05T00:39:04.970Z] Removing intermediate container 1003dcdc664e [2021-03-05T00:39:04.970Z] ---> df28d2dbf86c [2021-03-05T00:39:04.970Z] [2021-03-05T00:39:05.555Z] Successfully built df28d2dbf86c [2021-03-05T00:39:05.855Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T00:39:06.981Z]  Building docker-security-secretstore-setup-go ... done 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-05T00:39:06.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:07.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:08.694Z] OK: 233 MiB in 51 packages [2021-03-05T00:39:11.379Z] Removing intermediate container d6e85ab052f6 [2021-03-05T00:39:11.379Z] ---> fa1c6e1a4aa3 [2021-03-05T00:39:11.379Z] Step 6/26 : COPY go.mod . [2021-03-05T00:39:11.696Z] ---> efd2e1a1dd5d [2021-03-05T00:39:11.696Z] Step 7/26 : RUN go mod download [2021-03-05T00:39:12.008Z] ---> Running in b6a1c40ca128 [2021-03-05T00:39:16.404Z] Removing intermediate container b6a1c40ca128 [2021-03-05T00:39:16.404Z] ---> 7b3e86ecabcb [2021-03-05T00:39:16.404Z] Step 8/26 : COPY . . [2021-03-05T00:39:16.404Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:39:16.404Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:39:16.404Z] ---> def31ac26c24 [2021-03-05T00:39:16.404Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:39:16.404Z] ---> Using cache [2021-03-05T00:39:16.404Z] ---> 071782c0e922 [2021-03-05T00:39:16.404Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:39:16.404Z] ---> Using cache [2021-03-05T00:39:16.404Z] ---> 15a2686cc320 [2021-03-05T00:39:16.404Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T00:39:17.002Z] ---> Running in 4940cc3e82ce [2021-03-05T00:39:17.343Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:39:17.343Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:39:17.343Z] ---> def31ac26c24 [2021-03-05T00:39:17.343Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:39:17.344Z] ---> Using cache [2021-03-05T00:39:17.344Z] ---> 071782c0e922 [2021-03-05T00:39:17.344Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:39:17.344Z] ---> Using cache [2021-03-05T00:39:17.344Z] ---> 15a2686cc320 [2021-03-05T00:39:17.344Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T00:39:19.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:19.620Z] ---> Running in 70d218abc23e [2021-03-05T00:39:20.463Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T00:39:20.463Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T00:39:20.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:21.109Z] OK: 233 MiB in 51 packages [2021-03-05T00:39:23.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:24.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:24.827Z] Removing intermediate container 4940cc3e82ce [2021-03-05T00:39:24.827Z] ---> d44819ef94bc [2021-03-05T00:39:24.827Z] Step 6/22 : COPY go.mod . [2021-03-05T00:39:25.403Z] OK: 233 MiB in 51 packages [2021-03-05T00:39:26.010Z] ---> b108ebd79da2 [2021-03-05T00:39:26.010Z] Step 7/22 : RUN go mod download [2021-03-05T00:39:28.577Z] ---> Running in e5f54e0606d1 [2021-03-05T00:39:28.753Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T00:39:28.753Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T00:39:29.742Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T00:39:29.742Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T00:39:29.742Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T00:39:30.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T00:39:31.159Z] Removing intermediate container 70d218abc23e [2021-03-05T00:39:31.159Z] ---> 4e7dab8d4b1a [2021-03-05T00:39:31.159Z] Step 6/23 : COPY go.mod . [2021-03-05T00:39:32.550Z] ---> 6e3cb2a5eae8 [2021-03-05T00:39:32.550Z] Step 7/23 : RUN go mod download [2021-03-05T00:39:34.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T00:39:34.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T00:39:35.119Z] ---> Running in bc23f518bbf7 [2021-03-05T00:39:35.119Z] Removing intermediate container 0f2d9c88a5d6 [2021-03-05T00:39:35.119Z] ---> fdd0dc52aed7 [2021-03-05T00:39:35.119Z] [2021-03-05T00:39:35.119Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T00:39:35.119Z] ---> 88dd2752d2ea [2021-03-05T00:39:35.119Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T00:39:35.388Z] Removing intermediate container e5f54e0606d1 [2021-03-05T00:39:35.388Z] ---> d0170bb7c562 [2021-03-05T00:39:35.388Z] Step 8/22 : COPY . . [2021-03-05T00:39:39.693Z] ---> Running in 3b2f8a9c9f98 [2021-03-05T00:39:43.947Z] Removing intermediate container 3b2f8a9c9f98 [2021-03-05T00:39:43.947Z] ---> 65212077e6e6 [2021-03-05T00:39:43.947Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T00:39:43.947Z] ---> a5ad49e8e7f0 [2021-03-05T00:39:43.947Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T00:39:44.527Z] ---> Running in 1e3d154f725e [2021-03-05T00:39:44.527Z] ---> Running in c1f5d44e0d4a [2021-03-05T00:39:45.123Z] Removing intermediate container bc23f518bbf7 [2021-03-05T00:39:45.123Z] ---> 86924685672d [2021-03-05T00:39:45.123Z] Step 8/23 : COPY . . [2021-03-05T00:39:45.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T00:39:45.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T00:39:45.201Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T00:39:47.701Z] 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-05T00:39:48.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:48.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:48.823Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:39:48.823Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T00:39:48.823Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:39:49.103Z] OK: 6 MiB in 16 packages [2021-03-05T00:39:50.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 45.9% of statements [2021-03-05T00:39:50.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T00:39:50.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T00:39:50.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T00:39:50.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T00:39:50.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T00:39:50.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T00:39:50.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T00:39:50.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.240s coverage: 100.0% of statements [2021-03-05T00:39:54.525Z] Removing intermediate container 1e3d154f725e [2021-03-05T00:39:54.525Z] ---> 75b38a352eff [2021-03-05T00:39:54.525Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T00:39:55.950Z] ---> Running in 9dc1ec3fa3ef [2021-03-05T00:39:57.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.1% of statements [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T00:39:57.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T00:39:57.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.127s coverage: 100.0% of statements [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T00:39:57.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T00:39:58.606Z] Removing intermediate container 9dc1ec3fa3ef [2021-03-05T00:39:58.606Z] ---> 826338063114 [2021-03-05T00:39:58.606Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T00:39:59.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.237s coverage: 66.2% of statements [2021-03-05T00:39:59.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T00:39:59.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T00:39:59.189Z] ---> Running in 0db798076851 [2021-03-05T00:40:00.627Z] ---> 660a32411cd9 [2021-03-05T00:40:00.627Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T00:40:00.627Z] Removing intermediate container 0db798076851 [2021-03-05T00:40:00.627Z] ---> de9cc2c2f1ff [2021-03-05T00:40:00.627Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T00:40:01.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.4% of statements [2021-03-05T00:40:01.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T00:40:01.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:40:01.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T00:40:01.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T00:40:01.204Z] ---> Running in d446a1313ad3 [2021-03-05T00:40:01.796Z] ---> Running in 1add1421bf04 [2021-03-05T00:40:03.749Z] 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-05T00:40:07.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.373s coverage: 28.6% of statements [2021-03-05T00:40:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T00:40:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T00:40:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T00:40:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T00:40:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T00:40:07.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.178s coverage: 100.0% of statements [2021-03-05T00:40:07.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T00:40:07.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-03-05T00:40:07.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T00:40:07.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements [2021-03-05T00:40:07.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T00:40:09.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-03-05T00:40:09.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T00:40:09.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-03-05T00:40:09.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T00:40:09.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T00:40:09.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T00:40:09.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T00:40:10.460Z] Removing intermediate container 1add1421bf04 [2021-03-05T00:40:10.461Z] ---> a32a5d8e25aa [2021-03-05T00:40:10.461Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T00:40:12.449Z] ---> Running in 887fabb03118 [2021-03-05T00:40:12.449Z] ---> e88fe7989b69 [2021-03-05T00:40:12.449Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T00:40:12.718Z] Removing intermediate container c1f5d44e0d4a [2021-03-05T00:40:12.718Z] ---> bba09bebf172 [2021-03-05T00:40:12.718Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T00:40:12.718Z] ---> Running in 87d937d2a9c2 [2021-03-05T00:40:12.981Z] ---> Running in 78df4fc06563 [2021-03-05T00:40:13.258Z] Removing intermediate container 887fabb03118 [2021-03-05T00:40:13.258Z] ---> adf4bc999892 [2021-03-05T00:40:13.258Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T00:40:14.250Z] 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-05T00:40:14.250Z] ---> a4cb8f1f31a7 [2021-03-05T00:40:14.250Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T00:40:14.250Z] 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-05T00:40:14.250Z] ---> Running in b91949cc5381 [2021-03-05T00:40:16.883Z] Removing intermediate container b91949cc5381 [2021-03-05T00:40:16.883Z] ---> 0d5fdce03321 [2021-03-05T00:40:16.883Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:40:16.883Z] ---> b16be403ff63 [2021-03-05T00:40:16.883Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T00:40:17.481Z] Removing intermediate container 78df4fc06563 [2021-03-05T00:40:17.481Z] ---> 1dd532de2ec3 [2021-03-05T00:40:17.481Z] [2021-03-05T00:40:17.481Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T00:40:17.481Z] 20.10.0: Pulling from library/docker [2021-03-05T00:40:20.120Z] ---> af2aa431d939 [2021-03-05T00:40:20.120Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.504s coverage: 92.8% of statements [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T00:40:20.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.123s coverage: 47.1% of statements [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-03-05T00:40:20.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-03-05T00:40:21.550Z] ---> 9d02778f1368 [2021-03-05T00:40:21.550Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T00:40:22.564Z] ---> 9e639b34100c [2021-03-05T00:40:22.564Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T00:40:23.612Z] ---> 85b2baf24fd3 [2021-03-05T00:40:23.612Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T00:40:23.612Z] ---> Running in 8f44dd8bd9f1 [2021-03-05T00:40:24.219Z] Removing intermediate container 8f44dd8bd9f1 [2021-03-05T00:40:24.219Z] ---> 7f6cb0171c5c [2021-03-05T00:40:24.219Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T00:40:26.180Z] ---> f9657a6b759e [2021-03-05T00:40:26.180Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T00:40:27.159Z] ---> Running in 089c2e942063 [2021-03-05T00:40:27.159Z] Removing intermediate container d446a1313ad3 [2021-03-05T00:40:27.159Z] ---> 70b4d0a273ab [2021-03-05T00:40:27.159Z] [2021-03-05T00:40:27.159Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:40:27.159Z] ---> 88dd2752d2ea [2021-03-05T00:40:27.159Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T00:40:27.430Z] ---> Running in 24aa8e37629a [2021-03-05T00:40:28.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:29.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:29.120Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T00:40:29.120Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:40:29.120Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:40:29.384Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:40:29.384Z] OK: 6 MiB in 16 packages [2021-03-05T00:40:30.357Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T00:40:30.357Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T00:40:30.357Z] ---> aefe523efa57 [2021-03-05T00:40:30.357Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T00:40:30.357Z] Removing intermediate container 089c2e942063 [2021-03-05T00:40:30.357Z] ---> 9b370380ede5 [2021-03-05T00:40:30.357Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T00:40:31.300Z] ---> Running in b1c71c591bd0 [2021-03-05T00:40:31.809Z] ---> Running in 3571bfa04d32 [2021-03-05T00:40:31.809Z] Removing intermediate container 24aa8e37629a [2021-03-05T00:40:31.809Z] ---> b5cbaba39033 [2021-03-05T00:40:31.809Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:40:31.809Z] ---> Running in 7e1f905712c0 [2021-03-05T00:40:31.809Z] Removing intermediate container 3571bfa04d32 [2021-03-05T00:40:31.809Z] ---> fb54119c7479 [2021-03-05T00:40:31.809Z] Step 28/31 : CMD ["gate"] [2021-03-05T00:40:32.196Z] ---> Running in d153043d20ec [2021-03-05T00:40:32.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:32.196Z] Removing intermediate container 7e1f905712c0 [2021-03-05T00:40:32.196Z] ---> 9c27abca54b8 [2021-03-05T00:40:32.196Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T00:40:32.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:32.196Z] ---> Running in 0b2c26b0ad64 [2021-03-05T00:40:32.486Z] Removing intermediate container d153043d20ec [2021-03-05T00:40:32.486Z] ---> e86543e80601 [2021-03-05T00:40:32.486Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T00:40:32.486Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T00:40:32.486Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T00:40:32.486Z] Executing bash-5.0.17-r0.post-install [2021-03-05T00:40:32.486Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:40:32.486Z] OK: 12 MiB in 22 packages [2021-03-05T00:40:32.486Z] ---> Running in 452d65bdd215 [2021-03-05T00:40:32.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.110s coverage: 94.4% of statements [2021-03-05T00:40:32.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-05T00:40:32.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.122s coverage: 81.4% of statements [2021-03-05T00:40:32.754Z] Removing intermediate container 0b2c26b0ad64 [2021-03-05T00:40:32.754Z] ---> 39e3ec99c928 [2021-03-05T00:40:32.754Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:40:32.754Z] ---> Running in 00c5db3fe5c5 [2021-03-05T00:40:33.017Z] Removing intermediate container 452d65bdd215 [2021-03-05T00:40:33.017Z] ---> 8b22745a49f9 [2021-03-05T00:40:33.017Z] Step 30/31 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:40:33.280Z] ---> Running in 7cb9d082f6ba [2021-03-05T00:40:33.280Z] Removing intermediate container 00c5db3fe5c5 [2021-03-05T00:40:33.280Z] ---> de9d6b15f064 [2021-03-05T00:40:33.280Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:40:33.280Z] Removing intermediate container b1c71c591bd0 [2021-03-05T00:40:33.280Z] ---> dc237ee525d8 [2021-03-05T00:40:33.280Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T00:40:33.555Z] ---> Running in 7c2b3a23c878 [2021-03-05T00:40:33.555Z] Removing intermediate container 7cb9d082f6ba [2021-03-05T00:40:33.555Z] ---> d13d8bb1fc87 [2021-03-05T00:40:33.555Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T00:40:34.132Z] ---> 19765fcc5e5c [2021-03-05T00:40:34.132Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T00:40:34.132Z] ---> Running in 61ee99461da8 [2021-03-05T00:40:34.395Z] Removing intermediate container 7c2b3a23c878 [2021-03-05T00:40:34.395Z] ---> 3c0c8ae465e2 [2021-03-05T00:40:34.395Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T00:40:35.343Z] ---> Running in 7283c2f34b79 [2021-03-05T00:40:35.608Z] Removing intermediate container 61ee99461da8 [2021-03-05T00:40:35.608Z] ---> a40b1a5693d2 [2021-03-05T00:40:35.608Z] [2021-03-05T00:40:35.870Z] Removing intermediate container 7283c2f34b79 [2021-03-05T00:40:35.870Z] ---> aec3d118ee13 [2021-03-05T00:40:35.870Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T00:40:35.870Z] ---> d48123b4be27 [2021-03-05T00:40:35.870Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T00:40:35.870Z] ---> Running in 9480fceb4848 [2021-03-05T00:40:35.870Z] Successfully built a40b1a5693d2 [2021-03-05T00:40:35.870Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T00:40:36.131Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 9480fceb4848 [2021-03-05T00:40:36.131Z] ---> 3d13175132b8 [2021-03-05T00:40:36.131Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T00:40:36.394Z] ---> c631001295c7 [2021-03-05T00:40:36.394Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T00:40:36.981Z] ---> Running in 76f43c054ae4 [2021-03-05T00:40:37.931Z] ---> 88310e35fec2 [2021-03-05T00:40:37.931Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T00:40:38.195Z] Removing intermediate container 76f43c054ae4 [2021-03-05T00:40:38.195Z] ---> 91a112b4a531 [2021-03-05T00:40:38.195Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:40:38.195Z] Removing intermediate container 87d937d2a9c2 [2021-03-05T00:40:38.195Z] ---> 59cd466258ff [2021-03-05T00:40:38.195Z] [2021-03-05T00:40:38.195Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:40:38.195Z] ---> 88dd2752d2ea [2021-03-05T00:40:38.195Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T00:40:38.195Z] ---> Running in c6541cb0ffe0 [2021-03-05T00:40:38.458Z] ---> Running in 879529474fe6 [2021-03-05T00:40:38.458Z] ---> e56fee6bde46 [2021-03-05T00:40:38.458Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T00:40:38.458Z] Removing intermediate container c6541cb0ffe0 [2021-03-05T00:40:38.458Z] ---> 7ae0ca8e337e [2021-03-05T00:40:38.458Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T00:40:38.720Z] Removing intermediate container 879529474fe6 [2021-03-05T00:40:38.720Z] ---> 614d59421e2c [2021-03-05T00:40:38.720Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T00:40:38.720Z] ---> Running in bf85b6538c49 [2021-03-05T00:40:38.720Z] ---> Running in 01349f14547b [2021-03-05T00:40:38.720Z] ---> 4068b324c9f1 [2021-03-05T00:40:38.720Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T00:40:38.985Z] Removing intermediate container bf85b6538c49 [2021-03-05T00:40:38.985Z] ---> 1cb2c53c1f80 [2021-03-05T00:40:38.985Z] Step 21/22 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:40:38.985Z] ---> Running in decb149c963d [2021-03-05T00:40:38.985Z] Removing intermediate container 01349f14547b [2021-03-05T00:40:38.985Z] ---> 9b12f733ab8a [2021-03-05T00:40:38.985Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T00:40:38.985Z] ---> Running in 6693cc316f4b [2021-03-05T00:40:39.252Z] ---> Running in 148351e6a9db [2021-03-05T00:40:39.516Z] Removing intermediate container 6693cc316f4b [2021-03-05T00:40:39.516Z] ---> 64beb0ceabbc [2021-03-05T00:40:39.516Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:40:39.516Z] ---> Running in 29c593a2b5fb [2021-03-05T00:40:39.516Z] Removing intermediate container 148351e6a9db [2021-03-05T00:40:39.516Z] ---> 5c4df59aeb79 [2021-03-05T00:40:39.516Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:40:39.780Z] ---> Running in 50310c6089d0 [2021-03-05T00:40:39.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:39.780Z] Removing intermediate container 29c593a2b5fb [2021-03-05T00:40:39.780Z] ---> f8a0be3a2078 [2021-03-05T00:40:39.780Z] [2021-03-05T00:40:39.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:40.043Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T00:40:40.043Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T00:40:40.043Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T00:40:40.043Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T00:40:40.043Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T00:40:40.043Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T00:40:40.043Z] Successfully built f8a0be3a2078 [2021-03-05T00:40:40.043Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T00:40:40.043Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T00:40:45.346Z]  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T00:40:45.346Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T00:40:45.346Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T00:40:45.346Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T00:40:45.346Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T00:40:45.346Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T00:40:45.346Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T00:40:45.346Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T00:40:45.346Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T00:40:45.346Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T00:40:45.346Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T00:40:45.346Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T00:40:45.346Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T00:40:45.346Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T00:40:45.346Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T00:40:46.291Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T00:40:46.291Z] Removing intermediate container 50310c6089d0 [2021-03-05T00:40:46.291Z] ---> eab4f7dd8f60 [2021-03-05T00:40:46.291Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T00:40:46.291Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T00:40:46.291Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T00:40:46.291Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T00:40:46.871Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T00:40:46.871Z] ---> Running in d889950a139e [2021-03-05T00:40:46.871Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T00:40:46.871Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T00:40:46.871Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T00:40:46.871Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T00:40:46.871Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T00:40:46.872Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T00:40:46.872Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:40:46.872Z] OK: 71 MiB in 55 packages [2021-03-05T00:40:47.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:48.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:40:48.967Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T00:40:48.967Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T00:40:48.967Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T00:40:49.543Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T00:40:49.811Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T00:40:49.811Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T00:40:50.077Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:40:50.077Z] OK: 8 MiB in 20 packages [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.124s coverage: 92.9% of statements [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.6% of statements [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.556s coverage: 62.4% of statements [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T00:40:50.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-03-05T00:40:50.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-03-05T00:40:54.295Z] Removing intermediate container decb149c963d [2021-03-05T00:40:54.295Z] ---> 0ea28f1190fb [2021-03-05T00:40:54.295Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T00:40:54.295Z] ---> Running in aa5a9fab2312 [2021-03-05T00:40:54.295Z] Removing intermediate container d889950a139e [2021-03-05T00:40:54.295Z] ---> 10bc78594f40 [2021-03-05T00:40:54.295Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:40:54.295Z] ---> 644d3ae6ee22 [2021-03-05T00:40:54.295Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T00:40:54.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.048s coverage: 69.1% of statements [2021-03-05T00:40:54.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T00:40:54.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T00:40:54.872Z] ---> d84fae2b6a6a [2021-03-05T00:40:54.872Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T00:40:55.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.412s coverage: 38.4% of statements [2021-03-05T00:40:55.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T00:40:55.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T00:40:55.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.107s coverage: 89.5% of statements [2021-03-05T00:40:55.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T00:40:55.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-03-05T00:40:55.135Z] ---> 1fb74b2889d4 [2021-03-05T00:40:55.135Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T00:40:55.396Z] ---> Running in ff6360901eab [2021-03-05T00:40:55.396Z] Removing intermediate container ff6360901eab [2021-03-05T00:40:55.396Z] ---> b363b21f2fe7 [2021-03-05T00:40:55.396Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:40:55.396Z] Collecting docker-compose==1.23.2 [2021-03-05T00:40:55.397Z] ---> Running in 5382d9bc9ed4 [2021-03-05T00:40:55.397Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T00:40:55.661Z] Removing intermediate container 5382d9bc9ed4 [2021-03-05T00:40:55.661Z] ---> e1e2a49fe611 [2021-03-05T00:40:55.661Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:40:55.661Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T00:40:55.661Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T00:40:55.661Z] ---> Running in f66405e1eb3c [2021-03-05T00:40:55.924Z] Removing intermediate container f66405e1eb3c [2021-03-05T00:40:55.924Z] ---> 82d03bdd037f [2021-03-05T00:40:55.924Z] Step 22/23 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:40:55.924Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T00:40:55.924Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T00:40:55.924Z] ---> Running in f61fe1b550bb [2021-03-05T00:40:56.191Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T00:40:56.191Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T00:40:56.191Z] Removing intermediate container f61fe1b550bb [2021-03-05T00:40:56.191Z] ---> 3d70489edb49 [2021-03-05T00:40:56.191Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:40:56.191Z] ---> Running in 7e5fdf1bde4e [2021-03-05T00:40:56.452Z] Removing intermediate container 7e5fdf1bde4e [2021-03-05T00:40:56.452Z] ---> 5e441ff9d09b [2021-03-05T00:40:56.452Z] [2021-03-05T00:40:56.452Z] Successfully built 5e441ff9d09b [2021-03-05T00:40:56.714Z] Successfully tagged docker-core-data-go:latest [2021-03-05T00:40:56.714Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T00:40:56.714Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T00:40:56.714Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T00:40:56.714Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T00:40:57.290Z] Collecting PyYAML<4,>=3.10 [2021-03-05T00:40:57.290Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T00:40:58.241Z] 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-05T00:40:58.241Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T00:40:58.241Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T00:40:58.241Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T00:40:58.241Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T00:40:59.186Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T00:40:59.186Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T00:40:59.186Z] 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-05T00:40:59.186Z] Collecting idna<2.8,>=2.5 [2021-03-05T00:40:59.186Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T00:40:59.186Z] 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-05T00:40:59.186Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T00:40:59.186Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T00:40:59.447Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T00:40:59.447Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T00:40:59.447Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T00:40:59.447Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T00:40:59.447Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T00:40:59.447Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T00:40:59.447Z] Installing collected packages: cached-property, idna, urllib3, requests, texttable, websocket-client, dockerpty, PyYAML, jsonschema, docopt, docker-pycreds, docker, docker-compose [2021-03-05T00:40:59.709Z] Attempting uninstall: idna [2021-03-05T00:40:59.709Z] Found existing installation: idna 2.9 [2021-03-05T00:40:59.709Z] Uninstalling idna-2.9: [2021-03-05T00:40:59.709Z] Successfully uninstalled idna-2.9 [2021-03-05T00:40:59.709Z] Attempting uninstall: urllib3 [2021-03-05T00:40:59.709Z] Found existing installation: urllib3 1.25.9 [2021-03-05T00:40:59.709Z] Uninstalling urllib3-1.25.9: [2021-03-05T00:40:59.971Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T00:40:59.971Z] Attempting uninstall: requests [2021-03-05T00:41:00.234Z] Found existing installation: requests 2.23.0 [2021-03-05T00:41:00.234Z] Uninstalling requests-2.23.0: [2021-03-05T00:41:00.234Z] Successfully uninstalled requests-2.23.0 [2021-03-05T00:41:00.234Z] Running setup.py install for texttable: started [2021-03-05T00:41:00.810Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T00:41:00.810Z] Running setup.py install for dockerpty: started [2021-03-05T00:41:01.385Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T00:41:01.385Z] Running setup.py install for PyYAML: started [2021-03-05T00:41:01.969Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T00:41:01.969Z] Running setup.py install for docopt: started [2021-03-05T00:41:02.545Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T00:41:03.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T00:41:03.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T00:41:03.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T00:41:03.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.370s coverage: 88.5% of statements [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:41:03.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T00:41:03.937Z] 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-05T00:41:07.311Z] Removing intermediate container aa5a9fab2312 [2021-03-05T00:41:07.311Z] ---> 0206f0012dcf [2021-03-05T00:41:07.311Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T00:41:07.311Z] ---> Running in 431997b41b68 [2021-03-05T00:41:07.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:41:07.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:41:07.578Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:41:07.578Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T00:41:07.578Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T00:41:07.578Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:41:07.578Z] OK: 72 MiB in 58 packages [2021-03-05T00:41:08.160Z] Removing intermediate container 431997b41b68 [2021-03-05T00:41:08.160Z] ---> 25a67b5a4025 [2021-03-05T00:41:08.160Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T00:41:08.160Z] ---> Running in 4f4574a7b1fb [2021-03-05T00:41:08.160Z] Removing intermediate container 4f4574a7b1fb [2021-03-05T00:41:08.160Z] ---> 68322914c7a1 [2021-03-05T00:41:08.161Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:41:08.429Z] ---> Running in 9746a0864ace [2021-03-05T00:41:08.429Z] Removing intermediate container 9746a0864ace [2021-03-05T00:41:08.429Z] ---> 986c49365ee2 [2021-03-05T00:41:08.429Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T00:41:08.692Z] ---> Running in e0365c268a8d [2021-03-05T00:41:08.692Z] Removing intermediate container e0365c268a8d [2021-03-05T00:41:08.692Z] ---> ddd0706f55fb [2021-03-05T00:41:08.692Z] Step 25/26 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:41:08.692Z] ---> Running in 9bc87a640483 [2021-03-05T00:41:08.990Z] Removing intermediate container 9bc87a640483 [2021-03-05T00:41:08.990Z] ---> 6c1393765ccb [2021-03-05T00:41:08.990Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T00:41:08.990Z] ---> Running in 82b4c9c938ef [2021-03-05T00:41:09.270Z] Removing intermediate container 82b4c9c938ef [2021-03-05T00:41:09.271Z] ---> 3c151b2c1770 [2021-03-05T00:41:09.271Z] [2021-03-05T00:41:09.535Z] Successfully built 3c151b2c1770 [2021-03-05T00:41:09.535Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T00:41:10.503Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T00:41:10.558Z] $ docker stop --time=1 ebe4855ea5a74115addc4f9a127e9625a04a661261756ef37cd23acfc6cfb69b [2021-03-05T00:41:11.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.556s coverage: 29.1% of statements [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T00:41:11.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.239s coverage: 99.0% of statements [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T00:41:11.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T00:41:11.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.232s coverage: 95.6% of statements [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T00:41:11.742Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T00:41:11.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T00:41:11.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T00:41:11.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T00:41:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2021-03-05T00:41:12.277Z] $ docker rm -f ebe4855ea5a74115addc4f9a127e9625a04a661261756ef37cd23acfc6cfb69b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:41:12.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-05T00:41:12.841Z] + docker images [2021-03-05T00:41:12.841Z] + grep docker [2021-03-05T00:41:13.103Z] docker-sys-mgmt-agent-go latest 3c151b2c1770 4 seconds ago 313MB [2021-03-05T00:41:13.103Z] docker-core-data-go latest 5e441ff9d09b 17 seconds ago 22.4MB [2021-03-05T00:41:13.103Z] docker-support-notifications-go latest f8a0be3a2078 34 seconds ago 17.8MB [2021-03-05T00:41:13.103Z] docker-security-bootstrapper-go latest a40b1a5693d2 38 seconds ago 18.7MB [2021-03-05T00:41:13.103Z] docker-security-secretstore-setup-go latest df28d2dbf86c 2 minutes ago 24.9MB [2021-03-05T00:41:13.103Z] docker-core-metadata-go latest 25daceb0c6fe 2 minutes ago 19MB [2021-03-05T00:41:13.103Z] docker-core-command-go latest 3832ce27bbc1 2 minutes ago 17.2MB [2021-03-05T00:41:13.103Z] docker-support-scheduler-go latest 205976c664d8 2 minutes ago 17.2MB [2021-03-05T00:41:13.103Z] docker-security-proxy-setup-go latest 8d9aeba930d7 2 minutes ago 24.7MB [2021-03-05T00:41:13.103Z] docker 20.10.0 aefe523efa57 2 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] } [2021-03-05T00:41:13.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-05T00:41:14.572Z] GO111MODULE=on go vet ./... [2021-03-05T00:41:28.990Z] Still waiting to schedule task [2021-03-05T00:41:28.990Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-28620’ [2021-03-05T00:42:36.419Z] gofmt -l . [2021-03-05T00:42:36.419Z] [ "`gofmt -l .`" = "" ] [2021-03-05T00:42:38.389Z] ./bin/test-go-mod-tidy.sh [2021-03-05T00:42:38.987Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T00:42:41.082Z] + ls -al . [2021-03-05T00:42:41.082Z] total 756 [2021-03-05T00:42:41.082Z] drwxrwxr-x 9 1001 1001 4096 Mar 5 00:42 . [2021-03-05T00:42:41.082Z] drwxr-xr-x 4 root root 4096 Mar 5 00:37 .. [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 00:36 .dockerignore [2021-03-05T00:42:41.082Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 00:36 .git [2021-03-05T00:42:41.082Z] drwxrwxr-x 3 1001 1001 4096 Mar 5 00:36 .github [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 00:36 .gitignore [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 00:36 .sonarcloud.properties [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:36 Attribution.txt [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:36 CONTRIBUTING.md [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 00:36 Dockerfile.build [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 00:36 Jenkinsfile [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:36 LICENSE [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:36 Makefile [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:36 README.md [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:36 SECURITY.md [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 00:32 VERSION [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:36 ZMQWindows.md [2021-03-05T00:42:41.082Z] drwxrwxr-x 2 1001 1001 4096 Mar 5 00:36 bin [2021-03-05T00:42:41.082Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 00:36 cmd [2021-03-05T00:42:41.082Z] -rw-r--r-- 1 root root 618155 Mar 5 00:41 coverage.out [2021-03-05T00:42:41.082Z] -rw-r--r-- 1 root root 1055 Mar 5 00:42 go.mod [2021-03-05T00:42:41.082Z] -rw-r--r-- 1 root root 21817 Mar 5 00:42 go.sum [2021-03-05T00:42:41.082Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 00:36 internal [2021-03-05T00:42:41.082Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 00:36 openapi [2021-03-05T00:42:41.082Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 00:36 snap [2021-03-05T00:42:41.082Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 00:36 version.go [Pipeline] sh [2021-03-05T00:42:41.743Z] + '[' -e coverage.out ] [2021-03-05T00:42:41.743Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T00:42:41.852Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T00:42:43.281Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T00:42:43.950Z] + make build [2021-03-05T00:42:43.950Z] 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-05T00:42:53.185Z] Running on prd-ubuntu18.04-docker-8c-8g-28624 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-05T00:42:53.285Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-05T00:42:54.138Z] 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-05T00:42:56.036Z] using credential edgex-jenkins-ssh [2021-03-05T00:42:56.090Z] Cloning the remote Git repository [2021-03-05T00:42:56.113Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:42:56.186Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-05T00:42:56.248Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:42:56.249Z] > git --version # timeout=10 [2021-03-05T00:42:56.257Z] > git --version # 'git version 2.17.1' [2021-03-05T00:42:56.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:42:56.291Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:43:21.005Z] 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-05T00:43:24.400Z] 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-05T00:43:25.445Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-05T00:43:25.738Z] Merge succeeded, producing bef28c87d414ad57887e6e107eb402e3d350817e [2021-03-05T00:43:25.738Z] Checking out Revision bef28c87d414ad57887e6e107eb402e3d350817e (PR-3209) [2021-03-05T00:43:24.951Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:43:24.959Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:43:24.971Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:43:24.988Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:43:24.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:43:24.998Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T00:43:25.455Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:43:25.462Z] > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [2021-03-05T00:43:25.609Z] > git remote # timeout=10 [2021-03-05T00:43:25.617Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T00:43:25.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:43:25.627Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T00:43:25.731Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T00:43:25.742Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:43:25.746Z] > git checkout -f bef28c87d414ad57887e6e107eb402e3d350817e # timeout=10 [2021-03-05T00:43:29.606Z] Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" [2021-03-05T00:43:29.611Z] > git rev-list --no-walk f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [2021-03-05T00:43:29.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:43:30.746Z] + echo snap-build.sh [2021-03-05T00:43:30.746Z] snap-build.sh [2021-03-05T00:43:30.746Z] + SNAP_BASE_DIR=. [2021-03-05T00:43:30.746Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-03-05T00:43:30.746Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-03-05T00:43:30.746Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-03-05T00:43:30.746Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-03-05T00:43:30.746Z] + cd /w/workspace/edgex-go/5 [2021-03-05T00:43:30.746Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-05T00:43:30.746Z] Reading package lists... [2021-03-05T00:43:31.012Z] Building dependency tree... [2021-03-05T00:43:31.012Z] Reading state information... [2021-03-05T00:43:31.276Z] The following packages were automatically installed and are no longer required: [2021-03-05T00:43:31.276Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-05T00:43:31.276Z] uidmap xdelta3 [2021-03-05T00:43:31.276Z] Use 'sudo apt autoremove' to remove them. [2021-03-05T00:43:31.276Z] The following packages will be REMOVED: [2021-03-05T00:43:31.276Z] lxd* lxd-client* [2021-03-05T00:43:31.312Z] 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-05T00:43:31.865Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-05T00:43:31.865Z] After this operation, 31.7 MB disk space will be freed. [2021-03-05T00:43:32.913Z] (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-05T00:43:32.913Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:43:33.874Z] Removing lxd dnsmasq configuration [2021-03-05T00:43:33.874Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:43:34.136Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-05T00:43:35.085Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-05T00:43:35.086Z] (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-05T00:43:35.086Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:43:36.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-05T00:43:37.010Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-05T00:43:37.010Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-05T00:43:38.955Z] + sudo snap remove --purge lxd [2021-03-05T00:43:38.955Z] snap "lxd" is not installed [2021-03-05T00:43:38.955Z] + sudo groupadd --force --system lxd [2021-03-05T00:43:38.955Z] ++ whoami [2021-03-05T00:43:38.955Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-05T00:43:38.955Z] + newgrp - lxd [2021-03-05T00:43:38.955Z] + sudo snap install lxd [2021-03-05T00:43:43.425Z] 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-05T00:43:46.056Z] 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-05T00:43:47.111Z] 2021-03-05T00:43:45Z INFO Waiting for automatic snapd restart... [2021-03-05T00:43:50.360Z] 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-05T00:43:54.658Z] 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-05T00:43:59.000Z] 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-05T00:44:07.316Z] $ docker stop --time=1 d8562f62306b876f7194573a011768fd15481d636c1aac912c4b7480e4d0e937 [2021-03-05T00:44:10.003Z] $ docker rm -f d8562f62306b876f7194573a011768fd15481d636c1aac912c4b7480e4d0e937 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:44:12.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:12.542Z] [2021-03-05T00:44:12.542Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:44:12.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:13.202Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T00:44:13.202Z] 29e5d40040c1: Pulling fs layer [2021-03-05T00:44:13.202Z] 1ce36da41761: Pulling fs layer [2021-03-05T00:44:13.202Z] 25b303627fd3: Pulling fs layer [2021-03-05T00:44:13.202Z] 29e5d40040c1: Verifying Checksum [2021-03-05T00:44:13.202Z] 29e5d40040c1: Download complete [2021-03-05T00:44:13.805Z] 1ce36da41761: Verifying Checksum [2021-03-05T00:44:13.805Z] 1ce36da41761: Download complete [2021-03-05T00:44:14.088Z] 29e5d40040c1: Pull complete [2021-03-05T00:44:15.521Z] 1ce36da41761: Pull complete [2021-03-05T00:44:15.521Z] 25b303627fd3: Verifying Checksum [2021-03-05T00:44:15.521Z] 25b303627fd3: Download complete [2021-03-05T00:44:25.697Z] 25b303627fd3: Pull complete [2021-03-05T00:44:25.697Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T00:44:25.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:25.697Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-05T00:44:25.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-28615 does not seem to be running inside a container [2021-03-05T00:44:26.036Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-05T00:44:29.237Z] $ docker top 9259709cb584ec00a1188c092907f27112a7714dcbac8764a6f885b77cd8f51e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:44:30.290Z] + grep parallel [2021-03-05T00:44:30.290Z] + docker-compose build --help [2021-03-05T00:44:33.892Z] lxd 4.11 from Canonical* installed [2021-03-05T00:44:33.892Z] + sudo lxd init --auto [2021-03-05T00:44:35.682Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T00:44:35.971Z] $ docker stop --time=1 9259709cb584ec00a1188c092907f27112a7714dcbac8764a6f885b77cd8f51e [2021-03-05T00:44:36.442Z] + sudo snap install --classic snapcraft [2021-03-05T00:44:38.009Z] $ docker rm -f 9259709cb584ec00a1188c092907f27112a7714dcbac8764a6f885b77cd8f51e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:44:38.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:38.868Z] . [Pipeline] withDockerContainer [2021-03-05T00:44:39.159Z] prd-ubuntu18.04-docker-arm64-4c-16g-28615 does not seem to be running inside a container [2021-03-05T00:44:39.240Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-05T00:44:40.806Z] $ docker top 313a84c17289a8d06c81e99f532db068252d83142ea5a30d1b541c668bb38228 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:44:41.883Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T00:44:47.266Z] Building docker-core-command-go ... [2021-03-05T00:44:47.266Z] Building docker-core-data-go ... [2021-03-05T00:44:47.266Z] Building docker-core-metadata-go ... [2021-03-05T00:44:47.266Z] Building docker-security-bootstrapper-go ... [2021-03-05T00:44:47.266Z] Building docker-security-proxy-setup-go ... [2021-03-05T00:44:47.266Z] Building docker-security-secretstore-setup-go ... [2021-03-05T00:44:47.266Z] Building docker-support-notifications-go ... [2021-03-05T00:44:47.266Z] Building docker-support-scheduler-go ... [2021-03-05T00:44:47.266Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T00:44:47.266Z] Building docker-support-scheduler-go [2021-03-05T00:44:47.266Z] Building docker-support-notifications-go [2021-03-05T00:44:47.266Z] Building docker-security-bootstrapper-go [2021-03-05T00:44:47.266Z] Building docker-security-proxy-setup-go [2021-03-05T00:44:47.266Z] Building docker-core-data-go [2021-03-05T00:45:15.230Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T00:45:15.230Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-05T00:45:15.230Z] + patch --verbose -p1 [2021-03-05T00:45:15.230Z] Hmm... Looks like a unified diff to me... [2021-03-05T00:45:15.230Z] The text leading up to this was: [2021-03-05T00:45:15.230Z] -------------------------- [2021-03-05T00:45:15.230Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-05T00:45:15.230Z] |From: Tony Espy [2021-03-05T00:45:15.230Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-05T00:45:15.230Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-05T00:45:15.230Z] | [2021-03-05T00:45:15.230Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-05T00:45:15.230Z] |optimize the snap CI check run for pull requests. When [2021-03-05T00:45:15.230Z] |applied, it essentially strips out everything (apps and [2021-03-05T00:45:15.230Z] |parts) from the snapcraft.yaml file except those required [2021-03-05T00:45:15.230Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-05T00:45:15.230Z] |catch changes to edgex-go that break the snap build. [2021-03-05T00:45:15.230Z] | [2021-03-05T00:45:15.230Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-05T00:45:15.230Z] |to update this patch file, otherwise it may fail to apply, [2021-03-05T00:45:15.230Z] |resulting in a failed snap build CI check in the associated [2021-03-05T00:45:15.230Z] |pull request. [2021-03-05T00:45:15.230Z] | [2021-03-05T00:45:15.230Z] |Note - in addition to applying this patch, the pipeline also [2021-03-05T00:45:15.230Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-05T00:45:15.230Z] |need to build the finally binary .snap file (and it won't [2021-03-05T00:45:15.230Z] |work with the patch applied). This further reduces the build [2021-03-05T00:45:15.230Z] |time. [2021-03-05T00:45:15.230Z] |--- [2021-03-05T00:45:15.231Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-05T00:45:15.231Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-05T00:45:15.231Z] | [2021-03-05T00:45:15.231Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-05T00:45:15.231Z] |index 1e537489..faf42425 100644 [2021-03-05T00:45:15.231Z] |--- a/snap/snapcraft.yaml [2021-03-05T00:45:15.231Z] |+++ b/snap/snapcraft.yaml [2021-03-05T00:45:15.231Z] -------------------------- [2021-03-05T00:45:15.231Z] patching file snap/snapcraft.yaml [2021-03-05T00:45:15.231Z] Using Plan A... [2021-03-05T00:45:15.231Z] Hunk #1 succeeded at 73. [2021-03-05T00:45:15.231Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-05T00:45:15.231Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-05T00:45:15.231Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-05T00:45:15.231Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-05T00:45:15.231Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-05T00:45:15.231Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-05T00:45:15.231Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-05T00:45:15.231Z] Hmm... Ignoring the trailing garbage. [2021-03-05T00:45:15.231Z] done [2021-03-05T00:45:15.231Z] + sudo snapcraft prime --use-lxd [2021-03-05T00:45:15.231Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-05T00:45:15.231Z] 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-05T00:45:15.231Z] - README.md [2021-03-05T00:45:15.231Z] - snapcraft.yaml.orig [2021-03-05T00:45:15.231Z] [2021-03-05T00:45:15.231Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T00:45:15.231Z] Launching a container. [2021-03-05T00:45:27.489Z] Waiting for container to be ready [2021-03-05T00:45:27.489Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-05T00:45:27.489Z] [2021-03-05T00:45:30.797Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-05T00:45:31.373Z] Waiting for network to be ready... [2021-03-05T00:45:31.638Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T00:45:31.638Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T00:45:31.638Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T00:45:31.899Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T00:45:31.899Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T00:45:31.899Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T00:45:31.899Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T00:45:31.899Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T00:45:31.899Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T00:45:31.899Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T00:45:32.161Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T00:45:32.422Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T00:45:32.422Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T00:45:32.422Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T00:45:32.422Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T00:45:32.684Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T00:45:32.684Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T00:45:32.684Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T00:45:32.948Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T00:45:33.209Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T00:45:33.471Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T00:45:33.471Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T00:45:33.471Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T00:45:33.471Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T00:45:33.471Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T00:45:33.471Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T00:45:33.471Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T00:45:36.782Z] Fetched 24.0 MB in 5s (4519 kB/s) [2021-03-05T00:45:38.701Z] Reading package lists... [2021-03-05T00:45:38.701Z] Reading package lists... [2021-03-05T00:45:38.701Z] Building dependency tree... [2021-03-05T00:45:38.701Z] Reading state information... [2021-03-05T00:45:38.970Z] The following additional packages will be installed: [2021-03-05T00:45:38.970Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T00:45:38.970Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T00:45:38.970Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T00:45:38.970Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-05T00:45:38.970Z] Suggested packages: [2021-03-05T00:45:38.970Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-05T00:45:38.970Z] Recommended packages: [2021-03-05T00:45:38.970Z] gnupg libsasl2-modules [2021-03-05T00:45:38.970Z] The following NEW packages will be installed: [2021-03-05T00:45:38.970Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T00:45:38.970Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T00:45:38.970Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T00:45:38.970Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-05T00:45:38.970Z] The following packages will be upgraded: [2021-03-05T00:45:38.970Z] gpg gpg-agent gpgconf libudev1 [2021-03-05T00:45:39.235Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-05T00:45:39.235Z] Need to get 3530 kB of archives. [2021-03-05T00:45:39.235Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-05T00:45:39.235Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-05T00:45:39.235Z] 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-05T00:45:39.235Z] 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-05T00:45:39.497Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-05T00:45:39.497Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-05T00:45:39.497Z] 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-05T00:45:39.759Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-05T00:45:39.759Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-05T00:45:39.759Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-05T00:45:39.759Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-05T00:45:39.759Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-05T00:45:40.020Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-05T00:45:40.020Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-05T00:45:40.020Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-05T00:45:40.020Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-05T00:45:40.020Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-05T00:45:40.020Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-05T00:45:40.020Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-05T00:45:40.020Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-05T00:45:40.020Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-05T00:45:40.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-05T00:45:40.020Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-05T00:45:40.281Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:45:40.281Z] Fetched 3530 kB in 1s (3441 kB/s) [2021-03-05T00:45:40.281Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T00:45:40.281Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:45:40.281Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:45:40.550Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-05T00:45:40.550Z] Selecting previously unselected package udev. [2021-03-05T00:45:40.550Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T00:45:40.550Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:45:40.550Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-05T00:45:40.811Z] Selecting previously unselected package libfuse2:amd64. [2021-03-05T00:45:40.811Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T00:45:40.811Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T00:45:41.073Z] Selecting previously unselected package fuse. [2021-03-05T00:45:41.073Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T00:45:41.073Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-05T00:45:41.073Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:45:41.073Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:45:41.073Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:45:41.336Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:45:41.336Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:45:41.336Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:45:41.336Z] Selecting previously unselected package libksba8:amd64. [2021-03-05T00:45:41.336Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-05T00:45:41.336Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-05T00:45:41.602Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-05T00:45:41.602Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:41.602Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:41.602Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-05T00:45:41.602Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:41.602Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:41.602Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-05T00:45:41.602Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:41.602Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:41.865Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-05T00:45:41.865Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:41.865Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:41.865Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-05T00:45:41.865Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:41.865Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:41.865Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-05T00:45:41.865Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:41.865Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:42.127Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-05T00:45:42.127Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:42.127Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:42.127Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-05T00:45:42.127Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:42.127Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:42.127Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-05T00:45:42.127Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:45:42.391Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:42.391Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-05T00:45:42.391Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T00:45:42.391Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:45:42.391Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-05T00:45:42.391Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T00:45:42.391Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:45:42.654Z] Selecting previously unselected package libldap-common. [2021-03-05T00:45:42.654Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-05T00:45:42.654Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:45:42.654Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-05T00:45:42.654Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-05T00:45:42.654Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:45:42.654Z] Selecting previously unselected package dirmngr. [2021-03-05T00:45:42.654Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:45:42.654Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T00:45:42.918Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:45:42.918Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-05T00:45:42.918Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T00:45:42.918Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:45:42.918Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:45:42.918Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-05T00:45:42.918Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:42.918Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-05T00:45:42.918Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:45:43.180Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-05T00:45:43.442Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-05T00:45:43.704Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.704Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-05T00:45:43.972Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-05T00:45:43.972Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-05T00:45:43.972Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.972Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.972Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.972Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.972Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.972Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.972Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:45:43.972Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:45:44.254Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T00:45:44.254Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:45:44.832Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-05T00:45:44.833Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-05T00:45:44.833Z] This means they are not meant to be enabled using systemctl. [2021-03-05T00:45:44.833Z] Possible reasons for having this kind of units are: [2021-03-05T00:45:44.833Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-05T00:45:44.833Z] .wants/ or .requires/ directory. [2021-03-05T00:45:44.833Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-05T00:45:44.833Z] a requirement dependency on it. [2021-03-05T00:45:44.833Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-05T00:45:44.833Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-05T00:45:44.833Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-05T00:45:44.833Z] instance name specified. [2021-03-05T00:45:45.093Z] Reading package lists... [2021-03-05T00:45:45.355Z] Building dependency tree... [2021-03-05T00:45:45.355Z] Reading state information... [2021-03-05T00:45:45.619Z] The following additional packages will be installed: [2021-03-05T00:45:45.619Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-05T00:45:45.619Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-05T00:45:45.619Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-05T00:45:45.619Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-05T00:45:45.619Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-05T00:45:45.619Z] Suggested packages: [2021-03-05T00:45:45.619Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-05T00:45:45.619Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-05T00:45:45.619Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-05T00:45:45.619Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-05T00:45:45.619Z] systemd-container policykit-1 [2021-03-05T00:45:45.619Z] Recommended packages: [2021-03-05T00:45:45.619Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-05T00:45:45.619Z] The following NEW packages will be installed: [2021-03-05T00:45:45.619Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-05T00:45:45.619Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-05T00:45:45.619Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-05T00:45:45.619Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-05T00:45:45.619Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-05T00:45:45.619Z] The following packages will be upgraded: [2021-03-05T00:45:45.619Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-05T00:45:45.619Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-05T00:45:45.619Z] Need to get 35.2 MB of archives. [2021-03-05T00:45:45.619Z] After this operation, 141 MB of additional disk space will be used. [2021-03-05T00:45:45.619Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-05T00:45:45.883Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-05T00:45:45.883Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-05T00:45:45.883Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-05T00:45:45.883Z] 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-05T00:45:45.883Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-05T00:45:45.883Z] 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-05T00:45:45.883Z] 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-05T00:45:45.883Z] 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-05T00:45:45.883Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-05T00:45:45.883Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-05T00:45:45.883Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-05T00:45:46.146Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-05T00:45:46.146Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-05T00:45:46.146Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-05T00:45:46.146Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-05T00:45:46.146Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-05T00:45:46.146Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-05T00:45:46.146Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-05T00:45:46.723Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-05T00:45:46.723Z] 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-05T00:45:46.723Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-05T00:45:46.723Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-05T00:45:46.723Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-05T00:45:46.723Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-05T00:45:46.723Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-05T00:45:46.723Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-05T00:45:46.723Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-05T00:45:46.985Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-05T00:45:46.985Z] 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-05T00:45:47.248Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:45:47.248Z] Fetched 35.2 MB in 1s (25.0 MB/s) [2021-03-05T00:45:47.248Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T00:45:47.248Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:45:47.511Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:45:48.083Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:45:48.083Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:45:48.083Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-05T00:45:48.344Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T00:45:48.344Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T00:45:48.344Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T00:45:48.344Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-05T00:45:48.606Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T00:45:48.606Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T00:45:48.606Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T00:45:48.869Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-05T00:45:48.869Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-05T00:45:49.446Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-05T00:45:49.446Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-05T00:45:49.446Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T00:45:49.707Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T00:45:49.968Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-05T00:45:49.968Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:45:49.968Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:49.968Z] Selecting previously unselected package libexpat1:amd64. [2021-03-05T00:45:49.968Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-05T00:45:49.968Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T00:45:50.229Z] Selecting previously unselected package python3.6-minimal. [2021-03-05T00:45:50.229Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:45:50.229Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:50.490Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T00:45:50.490Z] Checking for services that may need to be restarted...done. [2021-03-05T00:45:50.490Z] Checking for services that may need to be restarted...done. [2021-03-05T00:45:50.490Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:50.490Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T00:45:50.752Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:51.324Z] Selecting previously unselected package python3-minimal. [2021-03-05T00:45:51.324Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-05T00:45:51.324Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-05T00:45:51.324Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-05T00:45:51.324Z] Selecting previously unselected package mime-support. [2021-03-05T00:45:51.324Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-05T00:45:51.324Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-05T00:45:51.585Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-05T00:45:51.585Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-05T00:45:51.585Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T00:45:51.585Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-05T00:45:51.585Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:45:51.585Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:51.847Z] Selecting previously unselected package python3.6. [2021-03-05T00:45:51.847Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:45:51.847Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:51.847Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-05T00:45:51.847Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-05T00:45:52.109Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T00:45:52.109Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-05T00:45:52.370Z] Selecting previously unselected package python3. [2021-03-05T00:45:52.370Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-05T00:45:52.370Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-05T00:45:52.370Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-05T00:45:52.370Z] Selecting previously unselected package multiarch-support. [2021-03-05T00:45:52.370Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:45:52.370Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T00:45:52.631Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T00:45:52.631Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-05T00:45:52.631Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-05T00:45:52.631Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-05T00:45:52.631Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T00:45:52.631Z] Selecting previously unselected package libbsd0:amd64. [2021-03-05T00:45:52.631Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-05T00:45:52.631Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T00:45:52.893Z] Selecting previously unselected package sudo. [2021-03-05T00:45:52.893Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-05T00:45:52.893Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T00:45:52.893Z] Selecting previously unselected package apparmor. [2021-03-05T00:45:52.893Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T00:45:52.893Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-05T00:45:53.154Z] Selecting previously unselected package libedit2:amd64. [2021-03-05T00:45:53.154Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-05T00:45:53.154Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T00:45:53.154Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-05T00:45:53.154Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:45:53.154Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:45:53.416Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-05T00:45:53.416Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:45:53.416Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:45:53.416Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-05T00:45:53.416Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-05T00:45:53.416Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T00:45:53.416Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-05T00:45:53.416Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:45:53.416Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:45:53.679Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-05T00:45:53.679Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:45:53.679Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:45:53.941Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-05T00:45:53.941Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-05T00:45:53.941Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T00:45:54.202Z] Selecting previously unselected package openssh-client. [2021-03-05T00:45:54.202Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-05T00:45:54.202Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T00:45:54.467Z] Selecting previously unselected package squashfs-tools. [2021-03-05T00:45:54.467Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-05T00:45:54.467Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T00:45:54.467Z] Selecting previously unselected package snapd. [2021-03-05T00:45:54.467Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-05T00:45:54.467Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-05T00:45:55.939Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:45:55.939Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:45:55.939Z] ---> 2148e04b9f01 [2021-03-05T00:45:55.939Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T00:45:55.939Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:45:55.939Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:45:55.939Z] ---> 2148e04b9f01 [2021-03-05T00:45:55.939Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:45:55.939Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:45:55.939Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:45:55.939Z] ---> 2148e04b9f01 [2021-03-05T00:45:55.939Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:45:55.939Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:45:55.939Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:45:55.939Z] ---> 2148e04b9f01 [2021-03-05T00:45:55.939Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T00:45:55.939Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:45:55.939Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:45:55.939Z] ---> 2148e04b9f01 [2021-03-05T00:45:55.939Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:45:57.781Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T00:45:57.781Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T00:45:57.781Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-05T00:45:57.781Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T00:45:57.781Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T00:45:57.781Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:45:57.781Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:45:57.781Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-05T00:45:57.781Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-05T00:45:58.725Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T00:45:58.725Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T00:45:58.725Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T00:45:58.725Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:58.725Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:45:58.725Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:45:59.671Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T00:45:59.671Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:45:59.671Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T00:45:59.671Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-05T00:45:59.671Z] running python rtupdate hooks for python3.6... [2021-03-05T00:45:59.671Z] running python post-rtupdate hooks for python3.6... [2021-03-05T00:45:59.934Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-05T00:46:01.324Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-05T00:46:01.324Z] ---> Running in ca1fa42d4fa9 [2021-03-05T00:46:01.324Z] ---> Running in ace12338b4da [2021-03-05T00:46:01.324Z] ---> Running in 729ae593224b [2021-03-05T00:46:01.324Z] ---> Running in ae34c2911284 [2021-03-05T00:46:01.324Z] ---> Running in 73b1d4e0a1a3 [2021-03-05T00:46:01.324Z] Removing intermediate container 73b1d4e0a1a3 [2021-03-05T00:46:01.324Z] ---> 36cc8e945327 [2021-03-05T00:46:01.324Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:01.324Z] Removing intermediate container ca1fa42d4fa9 [2021-03-05T00:46:01.324Z] ---> 9dbf34d292a4 [2021-03-05T00:46:01.324Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:01.324Z] Removing intermediate container ace12338b4da [2021-03-05T00:46:01.324Z] ---> d9bca3553318 [2021-03-05T00:46:01.324Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:01.325Z] Removing intermediate container 729ae593224b [2021-03-05T00:46:01.325Z] ---> 3dbaab71f8a0 [2021-03-05T00:46:01.325Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:01.585Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:46:01.585Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T00:46:01.598Z] Removing intermediate container ae34c2911284 [2021-03-05T00:46:01.598Z] ---> f128d5f664d4 [2021-03-05T00:46:01.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:01.598Z] ---> Running in 896bb83c3fe5 [2021-03-05T00:46:01.598Z] ---> Running in cbc68398dfbb [2021-03-05T00:46:01.847Z] Setting up snapd (2.48.3+18.04) ... [2021-03-05T00:46:01.871Z] ---> Running in e932ea060a1e [2021-03-05T00:46:01.871Z] ---> Running in 9fe027ae279f [2021-03-05T00:46:01.871Z] ---> Running in ce470b368b6f [2021-03-05T00:46:02.422Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-05T00:46:02.719Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-05T00:46:02.719Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-05T00:46:02.980Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-05T00:46:03.242Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T00:46:03.242Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T00:46:03.504Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-05T00:46:03.766Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-05T00:46:04.028Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-05T00:46:04.290Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-05T00:46:04.290Z] /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-05T00:46:04.553Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:46:04.553Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T00:46:05.297Z] Removing intermediate container cbc68398dfbb [2021-03-05T00:46:05.297Z] ---> 0ca270bea6b8 [2021-03-05T00:46:05.297Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T00:46:05.297Z] ---> Running in e6203011da80 [2021-03-05T00:46:05.573Z] Removing intermediate container 896bb83c3fe5 [2021-03-05T00:46:05.573Z] ---> c011cf7be0cf [2021-03-05T00:46:05.573Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T00:46:05.855Z] Removing intermediate container e932ea060a1e [2021-03-05T00:46:05.855Z] ---> f0da6cb27cd1 [2021-03-05T00:46:05.855Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T00:46:05.855Z] ---> Running in 804d5180a05f [2021-03-05T00:46:05.855Z] Removing intermediate container ce470b368b6f [2021-03-05T00:46:05.855Z] ---> bd9eafa217ab [2021-03-05T00:46:05.855Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T00:46:05.941Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T00:46:05.941Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T00:46:05.941Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T00:46:06.138Z] ---> Running in 81dd2bb17a4c [2021-03-05T00:46:06.138Z] ---> Running in 2dc39fae545a [2021-03-05T00:46:06.415Z] Removing intermediate container 9fe027ae279f [2021-03-05T00:46:06.415Z] ---> aff10ed9915c [2021-03-05T00:46:06.415Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T00:46:06.690Z] ---> Running in cd34d85038f6 [2021-03-05T00:46:07.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:07.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.128Z] Reading package lists... [2021-03-05T00:46:08.129Z] Reading package lists... [2021-03-05T00:46:08.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.391Z] Building dependency tree... [2021-03-05T00:46:08.391Z] Reading state information... [2021-03-05T00:46:08.391Z] Calculating upgrade... [2021-03-05T00:46:08.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.652Z] The following packages will be upgraded: [2021-03-05T00:46:08.652Z] advancecomp base-files bash binutils binutils-common [2021-03-05T00:46:08.653Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-05T00:46:08.653Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-05T00:46:08.653Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-05T00:46:08.653Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-05T00:46:08.653Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-05T00:46:08.653Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-05T00:46:08.653Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-05T00:46:08.653Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-05T00:46:08.653Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-05T00:46:08.653Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-05T00:46:08.653Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-05T00:46:08.653Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-05T00:46:08.653Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-05T00:46:08.653Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-05T00:46:08.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.915Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T00:46:08.915Z] Need to get 63.8 MB of archives. [2021-03-05T00:46:08.915Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-05T00:46:08.915Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-05T00:46:08.916Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-05T00:46:08.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:08.999Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:09.490Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-05T00:46:09.490Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-05T00:46:09.490Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-05T00:46:09.490Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-05T00:46:09.490Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-05T00:46:09.490Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-05T00:46:09.490Z] 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-05T00:46:09.490Z] 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-05T00:46:09.490Z] 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-05T00:46:09.490Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-05T00:46:09.490Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-05T00:46:09.490Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-05T00:46:09.490Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-05T00:46:09.490Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-05T00:46:09.490Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-05T00:46:09.606Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:09.752Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-05T00:46:09.752Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-05T00:46:09.752Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-05T00:46:09.752Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-05T00:46:09.752Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-05T00:46:09.752Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-05T00:46:09.752Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-05T00:46:09.752Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-05T00:46:09.752Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-05T00:46:09.752Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-05T00:46:09.752Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-05T00:46:09.752Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-05T00:46:09.752Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-05T00:46:09.752Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-05T00:46:09.752Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-05T00:46:09.752Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-05T00:46:09.752Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-05T00:46:09.752Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-05T00:46:09.752Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-05T00:46:09.752Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-05T00:46:09.752Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-05T00:46:09.752Z] Get:39 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-05T00:46:09.752Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-05T00:46:09.752Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-05T00:46:09.886Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:09.886Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:10.014Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-05T00:46:10.014Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-05T00:46:10.014Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-05T00:46:10.014Z] Get:45 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-05T00:46:10.014Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-05T00:46:10.014Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-05T00:46:10.014Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-05T00:46:10.014Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-05T00:46:10.014Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-05T00:46:10.014Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-05T00:46:10.014Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-05T00:46:10.014Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-05T00:46:10.014Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-05T00:46:10.014Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-05T00:46:10.014Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-05T00:46:10.014Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-05T00:46:10.014Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-05T00:46:10.014Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-05T00:46:10.014Z] Get:60 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-05T00:46:10.014Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-05T00:46:10.014Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-05T00:46:10.014Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-05T00:46:10.169Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:10.275Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-05T00:46:10.275Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-05T00:46:10.275Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-05T00:46:10.275Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-05T00:46:10.275Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-05T00:46:10.275Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-05T00:46:10.275Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-05T00:46:10.275Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-05T00:46:10.275Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-05T00:46:10.275Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-05T00:46:10.275Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-05T00:46:10.275Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-05T00:46:10.275Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-05T00:46:10.275Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-05T00:46:10.275Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-05T00:46:10.275Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-05T00:46:10.275Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-05T00:46:10.275Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-05T00:46:10.275Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-05T00:46:10.275Z] Get:83 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-05T00:46:10.538Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-05T00:46:10.538Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-05T00:46:10.539Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-05T00:46:10.539Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-05T00:46:10.539Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-05T00:46:10.539Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-05T00:46:10.539Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-05T00:46:11.111Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-05T00:46:11.170Z] Removing intermediate container e6203011da80 [2021-03-05T00:46:11.170Z] ---> 8fc86cf9d481 [2021-03-05T00:46:11.170Z] Step 6/22 : COPY go.mod . [2021-03-05T00:46:11.373Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-05T00:46:11.373Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-05T00:46:11.373Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-05T00:46:11.445Z] Removing intermediate container 804d5180a05f [2021-03-05T00:46:11.445Z] ---> 1b90a688ca84 [2021-03-05T00:46:11.445Z] Step 6/21 : COPY go.mod . [2021-03-05T00:46:11.635Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-05T00:46:11.635Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-05T00:46:11.635Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-05T00:46:11.635Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-05T00:46:11.635Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-05T00:46:11.721Z] Removing intermediate container 2dc39fae545a [2021-03-05T00:46:11.721Z] ---> e81ac4195c92 [2021-03-05T00:46:11.721Z] Step 6/22 : COPY go.mod . [2021-03-05T00:46:11.899Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:46:11.899Z] Fetched 63.8 MB in 3s (21.1 MB/s) [2021-03-05T00:46:11.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:11.899Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:46:11.899Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:46:11.998Z] Removing intermediate container 81dd2bb17a4c [2021-03-05T00:46:11.999Z] ---> 9a9d4ff14add [2021-03-05T00:46:11.999Z] Step 6/31 : COPY go.mod . [2021-03-05T00:46:12.280Z] ---> c533c5bcd33f [2021-03-05T00:46:12.280Z] Step 7/22 : RUN go mod download [2021-03-05T00:46:12.280Z] Removing intermediate container cd34d85038f6 [2021-03-05T00:46:12.280Z] ---> a3237e1e82b3 [2021-03-05T00:46:12.280Z] Step 6/23 : COPY go.mod . [2021-03-05T00:46:12.280Z] ---> Running in 5a34addabfc9 [2021-03-05T00:46:12.843Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:46:12.843Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:46:12.843Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-05T00:46:12.894Z] ---> 30cda7b2fde8 [2021-03-05T00:46:12.894Z] Step 7/21 : RUN go mod download [2021-03-05T00:46:12.894Z] ---> 4c0ba4b78b7a [2021-03-05T00:46:12.894Z] Step 7/22 : RUN go mod download [2021-03-05T00:46:12.894Z] ---> Running in e3e9adcf2705 [2021-03-05T00:46:13.105Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-05T00:46:13.169Z] ---> 80516c3ae5c4 [2021-03-05T00:46:13.169Z] Step 7/31 : RUN go mod download [2021-03-05T00:46:13.169Z] ---> Running in f636e4639ae3 [2021-03-05T00:46:13.443Z] ---> 1b832e094496 [2021-03-05T00:46:13.443Z] Step 7/23 : RUN go mod download [2021-03-05T00:46:13.443Z] ---> Running in db1ba9e16e3a [2021-03-05T00:46:13.678Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:13.722Z] ---> Running in ceba7fc5c58d [2021-03-05T00:46:13.940Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:13.940Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:13.940Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:13.940Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.204Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:14.204Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.204Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:14.204Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.204Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:14.466Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.466Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:14.466Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.466Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:14.728Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:14.728Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:46:14.728Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.728Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-05T00:46:14.728Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:14.989Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:46:14.989Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.989Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:14.989Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:14.989Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:15.252Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:15.252Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:46:15.515Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:15.515Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:46:15.515Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:46:15.776Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:46:16.352Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T00:46:16.616Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:46:16.616Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-05T00:46:16.616Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-05T00:46:16.616Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-05T00:46:16.616Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-05T00:46:16.877Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-05T00:46:16.877Z] Installing new version of config file /etc/issue ... [2021-03-05T00:46:16.877Z] Installing new version of config file /etc/issue.net ... [2021-03-05T00:46:16.877Z] Installing new version of config file /etc/lsb-release ... [2021-03-05T00:46:16.877Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-05T00:46:17.130Z] Removing intermediate container 5a34addabfc9 [2021-03-05T00:46:17.130Z] ---> 255b3c091138 [2021-03-05T00:46:17.130Z] Step 8/22 : COPY . . [2021-03-05T00:46:17.139Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-05T00:46:17.139Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-05T00:46:17.401Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-05T00:46:17.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:17.401Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-05T00:46:17.401Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-05T00:46:17.663Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-05T00:46:17.663Z] 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-05T00:46:17.663Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:17.663Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:17.663Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:17.663Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:17.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:17.924Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-05T00:46:17.924Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-05T00:46:17.924Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-05T00:46:18.120Z] Removing intermediate container e3e9adcf2705 [2021-03-05T00:46:18.120Z] ---> 24ad6dc90ea4 [2021-03-05T00:46:18.120Z] Step 8/21 : COPY . . [2021-03-05T00:46:18.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:18.186Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-05T00:46:18.186Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T00:46:18.398Z] Removing intermediate container f636e4639ae3 [2021-03-05T00:46:18.398Z] ---> 2e6a197976c0 [2021-03-05T00:46:18.398Z] Step 8/22 : COPY . . [2021-03-05T00:46:18.449Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-05T00:46:18.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:18.449Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:46:18.449Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:46:18.703Z] Removing intermediate container db1ba9e16e3a [2021-03-05T00:46:18.703Z] ---> d7cf5f7ee6e6 [2021-03-05T00:46:18.703Z] Step 8/31 : COPY . . [2021-03-05T00:46:18.703Z] Removing intermediate container ceba7fc5c58d [2021-03-05T00:46:18.703Z] ---> 3c8e9a84f10e [2021-03-05T00:46:18.703Z] Step 8/23 : COPY . . [2021-03-05T00:46:18.715Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T00:46:18.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:18.715Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:46:18.715Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:46:18.715Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-05T00:46:18.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:18.979Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-05T00:46:18.979Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-05T00:46:18.979Z] Setting up grep (3.1-2build1) ... [2021-03-05T00:46:19.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:19.242Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T00:46:19.242Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T00:46:19.503Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-05T00:46:19.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:19.503Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:46:19.503Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:46:19.765Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-05T00:46:19.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:19.765Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T00:46:19.765Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:46:20.338Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T00:46:20.338Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:46:20.599Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T00:46:20.599Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:46:21.172Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-05T00:46:21.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:21.172Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-05T00:46:21.172Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:46:22.559Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T00:46:22.559Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T00:46:22.559Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T00:46:22.559Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T00:46:22.559Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T00:46:22.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:22.559Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-05T00:46:22.559Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-05T00:46:22.822Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-05T00:46:22.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:22.822Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:22.822Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:23.083Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:23.083Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:23.083Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:23.345Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:23.345Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:23.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:23.345Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:23.345Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:23.606Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:23.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:23.606Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:23.606Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:23.867Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:23.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:23.867Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:46:23.867Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:46:24.128Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:46:24.128Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:46:24.128Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T00:46:24.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:24.390Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:46:24.390Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:46:24.390Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T00:46:24.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:24.652Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:24.652Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:24.652Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:24.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:24.652Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:24.652Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:24.913Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:24.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:24.913Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:25.175Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:25.441Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:25.703Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-05T00:46:26.279Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-05T00:46:26.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:26.279Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:46:26.279Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:46:26.542Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:46:26.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:46:26.807Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-05T00:46:26.807Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:46:26.807Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-05T00:46:27.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:27.068Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-05T00:46:27.068Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-05T00:46:27.068Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-05T00:46:27.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:27.329Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-05T00:46:27.590Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T00:46:27.591Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-05T00:46:27.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:27.591Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-05T00:46:27.591Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T00:46:27.853Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-05T00:46:27.853Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:27.853Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T00:46:27.853Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:46:27.853Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:46:28.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:28.796Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T00:46:28.796Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:46:28.796Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:46:28.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:28.796Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T00:46:29.062Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:46:29.063Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:46:29.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:29.322Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:46:29.322Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:46:29.583Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:46:29.583Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:46:29.583Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:46:29.583Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:46:29.844Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T00:46:29.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:29.844Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-05T00:46:29.844Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-05T00:46:30.112Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-05T00:46:30.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:30.112Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-05T00:46:30.112Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:46:30.408Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:46:30.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:30.683Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:46:30.683Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:46:30.947Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T00:46:30.947Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:30.947Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-05T00:46:30.947Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-05T00:46:30.947Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-05T00:46:31.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:31.212Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T00:46:31.212Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T00:46:31.475Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-05T00:46:31.750Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:31.750Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:46:31.750Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:46:31.750Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-05T00:46:32.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:32.023Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-05T00:46:32.023Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-05T00:46:32.325Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-05T00:46:32.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:32.325Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-05T00:46:32.325Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-05T00:46:32.601Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-05T00:46:32.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:32.601Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-05T00:46:32.601Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-05T00:46:32.601Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-05T00:46:32.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:32.873Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-05T00:46:32.873Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-05T00:46:32.873Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-05T00:46:33.140Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:33.140Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T00:46:33.140Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-05T00:46:33.140Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-05T00:46:33.140Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:46:33.140Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-05T00:46:33.400Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-05T00:46:33.665Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-05T00:46:33.665Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-05T00:46:33.665Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T00:46:33.665Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T00:46:33.929Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T00:46:33.929Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T00:46:34.193Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T00:46:34.193Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T00:46:34.193Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-05T00:46:34.193Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-05T00:46:34.456Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T00:46:34.456Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-05T00:46:34.718Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T00:46:34.718Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-05T00:46:34.718Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-05T00:46:34.718Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-05T00:46:34.979Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-05T00:46:34.979Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-05T00:46:34.979Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-05T00:46:34.979Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-05T00:46:35.240Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-05T00:46:35.240Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-05T00:46:35.241Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-05T00:46:35.241Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-05T00:46:35.506Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-05T00:46:35.506Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-05T00:46:36.460Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-05T00:46:36.460Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-05T00:46:36.721Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-05T00:46:36.721Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-05T00:46:36.721Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:46:36.984Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:46:37.245Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:46:37.245Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:46:37.505Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:46:37.506Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:46:37.506Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:46:37.506Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:46:37.767Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:37.767Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:38.029Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:38.029Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:38.029Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:38.029Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:38.291Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:38.291Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:39.681Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:39.681Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:40.628Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:40.628Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:41.204Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:41.204Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:41.465Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:41.726Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:42.678Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:46:42.678Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:46:42.678Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T00:46:42.678Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T00:46:42.678Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T00:46:42.941Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T00:46:42.941Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T00:46:42.941Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T00:46:43.202Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-05T00:46:43.202Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-05T00:46:43.202Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T00:46:43.202Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T00:46:43.464Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T00:46:43.464Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T00:46:43.464Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-05T00:46:43.464Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-05T00:46:43.725Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:43.725Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T00:46:43.725Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:43.725Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:43.725Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:43.986Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-05T00:46:43.986Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-05T00:46:43.986Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-05T00:46:43.986Z] [2021-03-05T00:46:43.986Z] Current default time zone: 'Etc/UTC' [2021-03-05T00:46:43.986Z] Local time is now: Fri Mar 5 00:46:43 UTC 2021. [2021-03-05T00:46:43.986Z] Universal Time is now: Fri Mar 5 00:46:43 UTC 2021. [2021-03-05T00:46:43.986Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-05T00:46:43.986Z] [2021-03-05T00:46:43.986Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-05T00:46:43.986Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:44.247Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-05T00:46:44.247Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:46:44.247Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-05T00:46:44.247Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-05T00:46:44.247Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-05T00:46:44.247Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-05T00:46:44.247Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-05T00:46:44.247Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T00:46:44.247Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:44.247Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-05T00:46:44.508Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:44.508Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:46:44.508Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:44.768Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-05T00:46:44.768Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-05T00:46:44.768Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-05T00:46:44.768Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T00:46:44.768Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-05T00:46:44.768Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-05T00:46:44.768Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:46:44.768Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-05T00:46:45.547Z] ---> e864f6b08086 [2021-03-05T00:46:45.547Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T00:46:45.547Z] ---> cdf453a28311 [2021-03-05T00:46:45.547Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T00:46:45.547Z] ---> b5c5fd4f197a [2021-03-05T00:46:45.547Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T00:46:45.547Z] ---> 3fe3769abb92 [2021-03-05T00:46:45.547Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T00:46:45.547Z] ---> Running in 7c7ebcec4788 [2021-03-05T00:46:45.547Z] ---> d0867bd897a3 [2021-03-05T00:46:45.547Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T00:46:45.547Z] ---> Running in 9d527db758fa [2021-03-05T00:46:45.547Z] ---> Running in db653646044d [2021-03-05T00:46:45.547Z] ---> Running in c69d57d4eb32 [2021-03-05T00:46:45.547Z] ---> Running in d89536660d5d [2021-03-05T00:46:46.156Z] 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-05T00:46:46.156Z] 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-05T00:46:46.688Z] Updating certificates in /etc/ssl/certs... [2021-03-05T00:46:46.771Z] 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-05T00:46:47.048Z] 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-05T00:46:47.048Z] 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-05T00:46:47.630Z] 23 added, 27 removed; done. [2021-03-05T00:46:47.630Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T00:46:47.630Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:46:47.630Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-05T00:46:47.630Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-05T00:46:47.891Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-05T00:46:47.891Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:47.891Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:46:47.891Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:47.891Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:47.891Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:47.891Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:47.891Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:48.152Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-05T00:46:48.152Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:46:48.152Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-05T00:46:48.152Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-05T00:46:48.152Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:46:48.152Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:48.152Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:46:48.152Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-05T00:46:48.413Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-05T00:46:48.413Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-05T00:46:48.413Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:46:48.413Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T00:46:48.413Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-05T00:46:48.675Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-05T00:46:48.675Z] Updating certificates in /etc/ssl/certs... [2021-03-05T00:46:49.250Z] 0 added, 0 removed; done. [2021-03-05T00:46:49.250Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-05T00:46:49.250Z] done. [2021-03-05T00:46:49.827Z] Reading package lists... [2021-03-05T00:46:50.089Z] Building dependency tree... [2021-03-05T00:46:50.089Z] Reading state information... [2021-03-05T00:46:50.350Z] The following NEW packages will be installed: [2021-03-05T00:46:50.350Z] apt-transport-https [2021-03-05T00:46:50.612Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T00:46:50.612Z] Need to get 1696 B of archives. [2021-03-05T00:46:50.612Z] After this operation, 153 kB of additional disk space will be used. [2021-03-05T00:46:50.612Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-05T00:46:50.612Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:46:50.612Z] Fetched 1696 B in 0s (9525 B/s) [2021-03-05T00:46:50.612Z] Selecting previously unselected package apt-transport-https. [2021-03-05T00:46:50.612Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-05T00:46:50.612Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-05T00:46:50.612Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T00:46:50.873Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T00:46:51.134Z] Waiting for network to be ready... [2021-03-05T00:46:59.294Z] 2021-03-05T00:46:55Z INFO Waiting for automatic snapd restart... [2021-03-05T00:46:59.294Z] snapd 2.49 from Canonical* installed [2021-03-05T00:46:59.866Z] "snapd" switched to the "latest/stable" channel [2021-03-05T00:46:59.866Z] [2021-03-05T00:47:05.176Z] core18 20210128 from Canonical* installed [2021-03-05T00:47:05.176Z] "core18" switched to the "latest/stable" channel [2021-03-05T00:47:05.176Z] [2021-03-05T00:47:11.772Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T00:47:11.772Z] "snapcraft" switched to the "latest/stable" channel [2021-03-05T00:47:11.772Z] [2021-03-05T00:47:15.108Z] 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-05T00:47:15.108Z] - README.md [2021-03-05T00:47:15.108Z] - snapcraft.yaml.orig [2021-03-05T00:47:15.108Z] [2021-03-05T00:47:15.108Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T00:47:21.699Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:47:21.699Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T00:47:21.699Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T00:47:21.699Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T00:47:23.899Z] Reading package lists... [2021-03-05T00:47:23.899Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-05T00:47:30.487Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:47:30.487Z] Reading package lists... [2021-03-05T00:47:30.487Z] Building dependency tree... [2021-03-05T00:47:30.487Z] Reading state information... [2021-03-05T00:47:30.487Z] Suggested packages: [2021-03-05T00:47:30.487Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-05T00:47:30.487Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-05T00:47:30.487Z] Recommended packages: [2021-03-05T00:47:30.487Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-05T00:47:30.487Z] The following NEW packages will be installed: [2021-03-05T00:47:30.487Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-05T00:47:30.487Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-05T00:47:30.487Z] pkg-config zip [2021-03-05T00:47:30.487Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T00:47:30.487Z] Need to get 7655 kB of archives. [2021-03-05T00:47:30.487Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-05T00:47:30.487Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-05T00:47:30.487Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-05T00:47:30.749Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-05T00:47:31.010Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-05T00:47:31.010Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-05T00:47:31.010Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-05T00:47:31.010Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-05T00:47:31.010Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-05T00:47:31.010Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-05T00:47:31.273Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-05T00:47:31.273Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-05T00:47:31.273Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-05T00:47:31.273Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-05T00:47:31.539Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-05T00:47:31.539Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-05T00:47:31.539Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:47:31.539Z] Fetched 7655 kB in 1s (7226 kB/s) [2021-03-05T00:47:31.801Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-05T00:47:31.801Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-05T00:47:31.801Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-05T00:47:31.801Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T00:47:32.062Z] Selecting previously unselected package libpsl5:amd64. [2021-03-05T00:47:32.062Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-05T00:47:32.062Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T00:47:32.062Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-05T00:47:32.062Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-05T00:47:32.062Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T00:47:32.365Z] Selecting previously unselected package librtmp1:amd64. [2021-03-05T00:47:32.365Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-05T00:47:32.365Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T00:47:32.365Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-05T00:47:32.365Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-05T00:47:32.365Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T00:47:32.365Z] Selecting previously unselected package liberror-perl. [2021-03-05T00:47:32.365Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-05T00:47:32.365Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-05T00:47:32.626Z] Selecting previously unselected package git-man. [2021-03-05T00:47:32.626Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-05T00:47:32.626Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:47:32.626Z] Selecting previously unselected package git. [2021-03-05T00:47:32.626Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-05T00:47:32.626Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:47:33.573Z] Selecting previously unselected package libnorm1:amd64. [2021-03-05T00:47:33.573Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-05T00:47:33.573Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T00:47:33.835Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-05T00:47:33.835Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-05T00:47:33.835Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T00:47:33.835Z] Selecting previously unselected package libsodium23:amd64. [2021-03-05T00:47:33.835Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-05T00:47:33.835Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-05T00:47:33.835Z] Selecting previously unselected package libzmq5:amd64. [2021-03-05T00:47:33.835Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T00:47:33.835Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:47:34.096Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-05T00:47:34.096Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T00:47:34.096Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:47:34.357Z] Selecting previously unselected package pkg-config. [2021-03-05T00:47:34.357Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-05T00:47:34.357Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T00:47:34.357Z] Selecting previously unselected package zip. [2021-03-05T00:47:34.357Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-05T00:47:34.357Z] Unpacking zip (3.0-11build1) ... [2021-03-05T00:47:34.357Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T00:47:34.357Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:47:34.357Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T00:47:34.619Z] Setting up liberror-perl (0.17025-1) ... [2021-03-05T00:47:34.619Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T00:47:34.619Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T00:47:34.619Z] No schema files found: doing nothing. [2021-03-05T00:47:34.619Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T00:47:34.619Z] Setting up zip (3.0-11build1) ... [2021-03-05T00:47:34.619Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T00:47:34.619Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-05T00:47:34.619Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T00:47:34.880Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:47:35.143Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T00:47:35.143Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:47:35.143Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:47:35.143Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:47:41.782Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:47:42.086Z] git set to automatically installed. [2021-03-05T00:47:42.086Z] git-man set to automatically installed. [2021-03-05T00:47:42.086Z] libcurl3-gnutls set to automatically installed. [2021-03-05T00:47:42.086Z] liberror-perl set to automatically installed. [2021-03-05T00:47:42.086Z] libglib2.0-0 set to automatically installed. [2021-03-05T00:47:42.086Z] libnghttp2-14 set to automatically installed. [2021-03-05T00:47:42.086Z] libnorm1 set to automatically installed. [2021-03-05T00:47:42.086Z] libpgm-5.2-0 set to automatically installed. [2021-03-05T00:47:42.086Z] libpsl5 set to automatically installed. [2021-03-05T00:47:42.086Z] librtmp1 set to automatically installed. [2021-03-05T00:47:42.086Z] libsodium23 set to automatically installed. [2021-03-05T00:47:42.086Z] libzmq3-dev set to automatically installed. [2021-03-05T00:47:42.086Z] libzmq5 set to automatically installed. [2021-03-05T00:47:42.086Z] pkg-config set to automatically installed. [2021-03-05T00:47:42.086Z] zip set to automatically installed. [2021-03-05T00:47:44.091Z] snapd is not logged in, snap install commands will use sudo [2021-03-05T00:47:50.692Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:47:50.692Z] snap "core18" has no updates available [2021-03-05T00:47:51.263Z] Pulling config-common [2021-03-05T00:47:51.263Z] + snapcraftctl pull [2021-03-05T00:47:52.208Z] Pulling go-build-helper [2021-03-05T00:47:52.208Z] + snapcraftctl pull [2021-03-05T00:48:18.799Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T00:48:18.799Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T00:48:18.799Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T00:48:18.799Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T00:48:18.799Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T00:48:18.799Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T00:48:18.799Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T00:48:18.799Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T00:48:18.799Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T00:48:18.799Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T00:48:18.799Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T00:48:18.799Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T00:48:18.799Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T00:48:18.799Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T00:48:18.799Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T00:48:18.799Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T00:48:18.799Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T00:48:18.799Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T00:48:18.799Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T00:48:18.799Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T00:48:18.799Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T00:48:18.799Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T00:48:18.799Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T00:48:18.799Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T00:48:18.799Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T00:48:18.799Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T00:48:18.799Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T00:48:18.799Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-05T00:48:18.799Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-05T00:48:18.799Z] Fetched 279 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-05T00:48:18.799Z] Fetched 122 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-05T00:48:18.799Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-05T00:48:18.799Z] Fetched 8848 B in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-05T00:48:18.799Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-05T00:48:18.799Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-05T00:48:18.799Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-05T00:48:18.799Z] Fetched 214 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-05T00:48:18.799Z] Fetched 154 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-05T00:48:18.799Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-05T00:48:18.799Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-05T00:48:18.799Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-05T00:48:18.799Z] Fetched 499 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-05T00:48:18.799Z] Fetched 111 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-05T00:48:18.799Z] Fetched 240 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-05T00:48:18.799Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-05T00:48:18.799Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-05T00:48:18.799Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-05T00:48:18.799Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-05T00:48:18.799Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-05T00:48:18.799Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-05T00:48:18.799Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-05T00:48:18.799Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-05T00:48:18.799Z] Fetched 8720 B in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-05T00:48:18.799Z] Fetched 137 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-05T00:48:18.799Z] Fetched 119 kB in 0s (0 B/s) [2021-03-05T00:48:18.799Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-05T00:48:18.799Z] Fetched 109 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-05T00:48:18.800Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-05T00:48:18.800Z] Fetched 645 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-05T00:48:18.800Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-05T00:48:18.800Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-05T00:48:18.800Z] Fetched 368 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-05T00:48:18.800Z] Fetched 187 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-05T00:48:18.800Z] Fetched 175 kB in 0s (0 B/s) [2021-03-05T00:48:18.800Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-05T00:48:20.184Z] Fetched 206 kB in 0s (0 B/s) [2021-03-05T00:48:20.184Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-05T00:48:20.184Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-05T00:48:20.184Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-05T00:48:20.184Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-05T00:48:20.184Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-05T00:48:20.184Z] Fetched 159 kB in 0s (0 B/s) [2021-03-05T00:48:20.184Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-05T00:48:20.184Z] Fetched 107 kB in 0s (0 B/s) [2021-03-05T00:48:20.184Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-05T00:48:20.184Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-05T00:48:20.184Z] Pulling static-packages [2021-03-05T00:48:20.184Z] + snapcraftctl pull [2021-03-05T00:48:21.127Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-05T00:48:21.127Z] Skipping pull go-build-helper (already ran) [2021-03-05T00:48:21.127Z] Skipping pull static-packages (already ran) [2021-03-05T00:48:21.127Z] Building go-build-helper [2021-03-05T00:48:21.127Z] + snapcraftctl build [2021-03-05T00:48:24.058Z] 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-05T00:48:25.835Z] Building static-packages [2021-03-05T00:48:25.835Z] + snapcraftctl build [2021-03-05T00:48:27.755Z] Staging go-build-helper [2021-03-05T00:48:27.755Z] + snapcraftctl stage [2021-03-05T00:48:29.143Z] Staging static-packages [2021-03-05T00:48:29.143Z] + snapcraftctl stage [2021-03-05T00:48:30.095Z] Pulling go115 [2021-03-05T00:48:30.095Z] + snapcraftctl pull [2021-03-05T00:48:31.503Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-05T00:48:31.503Z] Skipping pull go115 (already ran) [2021-03-05T00:48:31.503Z] Building go115 [2021-03-05T00:48:31.503Z] + dpkg --print-architecture [2021-03-05T00:48:31.503Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-05T00:48:31.503Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-05T00:48:31.503Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-05T00:48:31.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T00:48:31.503Z] Dload Upload Total Spent Left Speed [2021-03-05T00:48:34.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2511k 0 0 6900k 0 0:00:17 --:--:-- 0:00:17 6881k 26 115M 26 30.2M 0 0 22.2M 0 0:00:05 0:00:01 0:00:04 22.2M 62 115M 62 72.4M 0 0 30.7M 0 0:00:03 0:00:02 0:00:01 30.7M 96 115M 96 111M 0 0 33.2M 0 0:00:03 0:00:03 --:--:-- 33.2M 100 115M 100 115M 0 0 33.1M 0 0:00:03 0:00:03 --:--:-- 33.1M [2021-03-05T00:48:34.922Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-05T00:48:34.922Z] + sha256sum -c sha256 [2021-03-05T00:48:34.922Z] + grep OK [2021-03-05T00:48:35.496Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-05T00:48:35.496Z] + mkdir -p /root/stage/go1.15 [2021-03-05T00:48:35.496Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-05T00:48:40.786Z] Staging go115 [2021-03-05T00:48:40.786Z] + snapcraftctl stage [2021-03-05T00:48:47.392Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T00:48:47.392Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T00:48:47.392Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T00:48:47.392Z] Fetched 0 B in 0s (0 B/s) [2021-03-05T00:48:47.392Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-05T00:48:47.392Z] Fetched 224 kB in 0s (0 B/s) [2021-03-05T00:48:47.392Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-05T00:48:47.392Z] Fetched 157 kB in 0s (0 B/s) [2021-03-05T00:48:47.392Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-05T00:48:47.392Z] Fetched 221 kB in 0s (0 B/s) [2021-03-05T00:48:47.392Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-05T00:48:47.392Z] Fetched 143 kB in 0s (0 B/s) [2021-03-05T00:48:47.392Z] Pulling edgex-go [2021-03-05T00:48:47.392Z] + snapcraftctl pull [2021-03-05T00:48:49.307Z] Pulling version [2021-03-05T00:48:49.307Z] + cd /root/project [2021-03-05T00:48:49.307Z] + [ -f VERSION ] [2021-03-05T00:48:49.307Z] + PROJECT_VERSION=local-dev [2021-03-05T00:48:49.307Z] + git rev-parse --short HEAD [2021-03-05T00:48:49.307Z] + GIT_REVISION=bef28c87 [2021-03-05T00:48:49.307Z] + snapcraftctl set-version local-dev [2021-03-05T00:48:50.252Z] Building config-common [2021-03-05T00:48:50.252Z] + snapcraftctl build [2021-03-05T00:48:52.279Z] Removing intermediate container 9d527db758fa [2021-03-05T00:48:52.279Z] ---> d5a6d6c3b123 [2021-03-05T00:48:52.279Z] [2021-03-05T00:48:52.279Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T00:48:52.279Z] 3.12: Pulling from library/alpine [2021-03-05T00:48:52.279Z] Removing intermediate container d89536660d5d [2021-03-05T00:48:52.279Z] ---> d11bbac65889 [2021-03-05T00:48:52.279Z] [2021-03-05T00:48:52.279Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T00:48:52.279Z] 3.12: Pulling from library/alpine [2021-03-05T00:48:52.279Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:48:52.279Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:48:52.279Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:48:52.279Z] ---> d10569e2745f [2021-03-05T00:48:52.279Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T00:48:52.279Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:48:52.279Z] ---> d10569e2745f [2021-03-05T00:48:52.279Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T00:48:52.279Z] ---> Running in b77ff4109c3d [2021-03-05T00:48:52.279Z] ---> Running in a0c8d0f3f22c [2021-03-05T00:48:52.279Z] Removing intermediate container b77ff4109c3d [2021-03-05T00:48:52.279Z] ---> bbb17e107aca [2021-03-05T00:48:52.279Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T00:48:52.279Z] ---> Running in 8056a814c146 [2021-03-05T00:48:52.803Z] Skipping build go-build-helper (already ran) [2021-03-05T00:48:52.803Z] Skipping build static-packages (already ran) [2021-03-05T00:48:52.803Z] Skipping build go115 (already ran) [2021-03-05T00:48:52.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:52.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:53.065Z] Building edgex-go [2021-03-05T00:48:53.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:53.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:53.509Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T00:48:53.786Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:48:53.786Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T00:48:53.786Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T00:48:53.786Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:48:53.786Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:48:54.011Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-05T00:48:54.011Z] + cd /root/parts/edgex-go/src [2021-03-05T00:48:54.011Z] + make build [2021-03-05T00:48:54.011Z] 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-05T00:48:54.064Z] OK: 7 MiB in 18 packages [2021-03-05T00:48:54.345Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:48:54.621Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T00:48:54.621Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:48:54.621Z] OK: 5 MiB in 16 packages [2021-03-05T00:48:55.983Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-05T00:48:55.983Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-05T00:48:55.983Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-05T00:48:55.983Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 [2021-03-05T00:48:55.983Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-05T00:48:55.983Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-05T00:48:55.983Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-05T00:48:55.983Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-05T00:48:55.983Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-05T00:48:55.983Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-05T00:48:55.983Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-05T00:48:55.983Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-05T00:48:55.983Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-05T00:48:55.983Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-05T00:48:55.983Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-05T00:48:55.983Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-05T00:48:55.983Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-05T00:48:55.983Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-05T00:48:55.983Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-05T00:48:55.983Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-05T00:48:55.983Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-05T00:48:55.983Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-05T00:48:55.983Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-05T00:48:55.983Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-05T00:48:56.248Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-05T00:48:56.248Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-05T00:48:56.248Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-05T00:48:56.248Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-05T00:48:56.248Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-05T00:48:56.248Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-05T00:48:56.248Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-05T00:48:56.248Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-05T00:48:56.248Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-05T00:48:56.514Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-05T00:48:56.514Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-05T00:48:57.296Z] Removing intermediate container 8056a814c146 [2021-03-05T00:48:57.296Z] ---> 11b77310d87c [2021-03-05T00:48:57.296Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T00:48:57.296Z] Removing intermediate container a0c8d0f3f22c [2021-03-05T00:48:57.296Z] ---> 0d29629a9581 [2021-03-05T00:48:57.296Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:48:57.578Z] ---> Running in b29192f3ae7f [2021-03-05T00:48:57.856Z] ---> Running in 478dbc8d7c23 [2021-03-05T00:48:58.464Z] Removing intermediate container b29192f3ae7f [2021-03-05T00:48:58.464Z] ---> 060da42c7999 [2021-03-05T00:48:58.464Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T00:48:59.093Z] ---> Running in 0b4e00822224 [2021-03-05T00:48:59.093Z] Removing intermediate container 478dbc8d7c23 [2021-03-05T00:48:59.093Z] ---> 10f5216fbbf6 [2021-03-05T00:48:59.093Z] Step 13/21 : WORKDIR /edgex [2021-03-05T00:48:59.370Z] ---> Running in 21404029394a [2021-03-05T00:48:59.991Z] Removing intermediate container 0b4e00822224 [2021-03-05T00:48:59.991Z] ---> 559cef1b8d55 [2021-03-05T00:48:59.991Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T00:49:00.634Z] ---> Running in f9511b8ac073 [2021-03-05T00:49:01.245Z] Removing intermediate container 21404029394a [2021-03-05T00:49:01.245Z] ---> 1621611c327b [2021-03-05T00:49:01.245Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T00:49:03.916Z] ---> eda459e0920d [2021-03-05T00:49:03.916Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T00:49:04.701Z] 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-05T00:49:04.964Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-05T00:49:05.387Z] Removing intermediate container db653646044d [2021-03-05T00:49:05.387Z] ---> f3c8cd923854 [2021-03-05T00:49:05.387Z] [2021-03-05T00:49:05.387Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:49:05.387Z] ---> d10569e2745f [2021-03-05T00:49:05.387Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:49:05.995Z] Removing intermediate container f9511b8ac073 [2021-03-05T00:49:05.995Z] ---> c28361884d94 [2021-03-05T00:49:05.995Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T00:49:05.995Z] ---> Running in 7bd37bd077e3 [2021-03-05T00:49:06.269Z] ---> cbf0d0571681 [2021-03-05T00:49:06.269Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T00:49:06.543Z] Removing intermediate container 7c7ebcec4788 [2021-03-05T00:49:06.543Z] ---> 0bcd06224a58 [2021-03-05T00:49:06.543Z] [2021-03-05T00:49:06.543Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:49:06.543Z] ---> d10569e2745f [2021-03-05T00:49:06.543Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T00:49:06.829Z] ---> Running in 54db62a7582e [2021-03-05T00:49:06.829Z] ---> Running in cf77881003bf [2021-03-05T00:49:08.294Z] Removing intermediate container 54db62a7582e [2021-03-05T00:49:08.294Z] ---> 6980c43416b1 [2021-03-05T00:49:08.294Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T00:49:08.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:08.856Z] ---> bc700e259f0d [2021-03-05T00:49:08.856Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T00:49:08.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:09.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:09.140Z] ---> Running in bc2e7cb88f3e [2021-03-05T00:49:09.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:09.749Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:49:09.749Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:09.749Z] OK: 5 MiB in 15 packages [2021-03-05T00:49:09.749Z] ---> 4fe67d560069 [2021-03-05T00:49:09.749Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T00:49:09.749Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T00:49:10.030Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:49:10.030Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:10.030Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:49:10.030Z] ---> Running in 87a23628da74 [2021-03-05T00:49:10.309Z] Removing intermediate container bc2e7cb88f3e [2021-03-05T00:49:10.309Z] ---> b3dcd4c5b47e [2021-03-05T00:49:10.309Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T00:49:10.309Z] OK: 6 MiB in 16 packages [2021-03-05T00:49:10.908Z] ---> Running in 4126b6be40cb [2021-03-05T00:49:11.563Z] 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-05T00:49:11.909Z] Removing intermediate container 4126b6be40cb [2021-03-05T00:49:11.909Z] ---> 6114b9a7c2c1 [2021-03-05T00:49:11.909Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T00:49:12.135Z] 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-05T00:49:12.184Z] ---> Running in 8c61e5bd3e9d [2021-03-05T00:49:12.184Z] Removing intermediate container 7bd37bd077e3 [2021-03-05T00:49:12.184Z] ---> 1d8a2e53b06f [2021-03-05T00:49:12.184Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:49:12.785Z] ---> Running in 526b2d49379a [2021-03-05T00:49:13.058Z] Removing intermediate container 8c61e5bd3e9d [2021-03-05T00:49:13.058Z] Removing intermediate container cf77881003bf [2021-03-05T00:49:13.058Z] ---> 4c96d1890f3b [2021-03-05T00:49:13.058Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:49:13.058Z] ---> 9a875b099948 [2021-03-05T00:49:13.058Z] Step 20/21 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:49:13.340Z] ---> Running in 9a28c05e31e9 [2021-03-05T00:49:13.340Z] ---> Running in 313761c57bca [2021-03-05T00:49:13.522Z] 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-05T00:49:13.616Z] Removing intermediate container 526b2d49379a [2021-03-05T00:49:13.616Z] ---> 77d5362cc297 [2021-03-05T00:49:13.616Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T00:49:13.902Z] ---> Running in 2c8133006b94 [2021-03-05T00:49:14.094Z] 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-05T00:49:14.094Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-05T00:49:14.175Z] Removing intermediate container 9a28c05e31e9 [2021-03-05T00:49:14.175Z] ---> 9b48b4fcc8e2 [2021-03-05T00:49:14.176Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T00:49:14.356Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-05T00:49:14.356Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-05T00:49:14.356Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-05T00:49:14.453Z] Removing intermediate container 313761c57bca [2021-03-05T00:49:14.453Z] ---> de6bd6ceadbe [2021-03-05T00:49:14.453Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T00:49:14.453Z] ---> Running in 72c70db98cd4 [2021-03-05T00:49:14.730Z] ---> Running in 3ff9002dcc9a [2021-03-05T00:49:14.730Z] Removing intermediate container 2c8133006b94 [2021-03-05T00:49:14.730Z] ---> c6e7ffd24717 [2021-03-05T00:49:14.730Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:49:14.730Z] Removing intermediate container 87a23628da74 [2021-03-05T00:49:14.730Z] ---> d2a34f798f45 [2021-03-05T00:49:14.730Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:15.009Z] ---> Running in 68b5c63a98a0 [2021-03-05T00:49:15.292Z] Removing intermediate container 72c70db98cd4 [2021-03-05T00:49:15.292Z] ---> ca3535710302 [2021-03-05T00:49:15.292Z] [2021-03-05T00:49:15.574Z] Removing intermediate container 3ff9002dcc9a [2021-03-05T00:49:15.574Z] ---> acc304960310 [2021-03-05T00:49:15.574Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:49:15.864Z] Removing intermediate container 68b5c63a98a0 [2021-03-05T00:49:15.864Z] ---> fc8c07f2bacd [2021-03-05T00:49:15.864Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:15.864Z] ---> Running in 8d011632f7fc [2021-03-05T00:49:15.864Z] ---> 8dc65d6ebfe7 [2021-03-05T00:49:15.864Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T00:49:16.154Z] Successfully built ca3535710302 [2021-03-05T00:49:16.154Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T00:49:16.154Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-05T00:49:16.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-05T00:49:16.273Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-05T00:49:16.273Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-05T00:49:16.755Z] Removing intermediate container 8d011632f7fc [2021-03-05T00:49:16.755Z] ---> 4471b2e9599c [2021-03-05T00:49:16.755Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:17.366Z] ---> d91a7a591482 [2021-03-05T00:49:17.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T00:49:17.660Z] 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-05T00:49:18.606Z] 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-05T00:49:18.606Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-05T00:49:20.525Z] 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-05T00:49:20.776Z] ---> 7d37a92744b6 [2021-03-05T00:49:20.776Z] ---> 293566829f2d [2021-03-05T00:49:20.776Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T00:49:20.776Z] [2021-03-05T00:49:20.776Z] ---> a95e730ac64e [2021-03-05T00:49:20.776Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:21.081Z] Removing intermediate container c69d57d4eb32 [2021-03-05T00:49:21.081Z] ---> 9f779cd16c27 [2021-03-05T00:49:21.081Z] [2021-03-05T00:49:21.081Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:49:21.081Z] ---> d10569e2745f [2021-03-05T00:49:21.081Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T00:49:21.097Z] 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-05T00:49:21.097Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-05T00:49:22.081Z] ---> Running in 465a2de9f885 [2021-03-05T00:49:22.487Z] 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-05T00:49:22.487Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-05T00:49:22.677Z] ---> 415c42ea6b59 [2021-03-05T00:49:22.677Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T00:49:22.955Z] ---> 9560f9c91f77 [2021-03-05T00:49:22.955Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T00:49:22.955Z] ---> a3d2001cc516 [2021-03-05T00:49:22.955Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:23.234Z] ---> Running in d998801e7d68 [2021-03-05T00:49:23.234Z] Removing intermediate container 465a2de9f885 [2021-03-05T00:49:23.234Z] ---> baaf8a053c8a [2021-03-05T00:49:23.234Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T00:49:23.511Z] ---> Running in a8761a7f80e1 [2021-03-05T00:49:23.787Z] ---> db4d6009fa73 [2021-03-05T00:49:23.787Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T00:49:24.061Z] Removing intermediate container d998801e7d68 [2021-03-05T00:49:24.061Z] ---> d1ee722c2a96 [2021-03-05T00:49:24.061Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:49:24.061Z] ---> c69a15947e57 [2021-03-05T00:49:24.061Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T00:49:24.061Z] Removing intermediate container a8761a7f80e1 [2021-03-05T00:49:24.061Z] ---> 17fa71a3dffa [2021-03-05T00:49:24.061Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T00:49:24.335Z] ---> Running in 2f930083fc07 [2021-03-05T00:49:24.335Z] ---> Running in 6cf1f39f2492 [2021-03-05T00:49:24.335Z] ---> Running in 1ff1badf07e9 [2021-03-05T00:49:24.413Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-05T00:49:24.413Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-05T00:49:24.413Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-05T00:49:24.413Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-05T00:49:24.413Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-05T00:49:24.413Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-05T00:49:24.413Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-05T00:49:24.413Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-05T00:49:24.413Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-05T00:49:24.413Z] + 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-05T00:49:24.413Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-05T00:49:24.413Z] + 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-05T00:49:24.413Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-05T00:49:24.413Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-05T00:49:24.413Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-05T00:49:24.413Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-05T00:49:24.413Z] + 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-05T00:49:24.935Z] ---> 111638da2b06 [2021-03-05T00:49:24.935Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T00:49:25.206Z] ---> Running in 5a8ded0feb81 [2021-03-05T00:49:25.207Z] Removing intermediate container 1ff1badf07e9 [2021-03-05T00:49:25.207Z] ---> 1c188d3c72d3 [2021-03-05T00:49:25.207Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:49:25.207Z] Removing intermediate container 2f930083fc07 [2021-03-05T00:49:25.207Z] ---> 93e8ff2438d8 [2021-03-05T00:49:25.207Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T00:49:25.493Z] Removing intermediate container 6cf1f39f2492 [2021-03-05T00:49:25.493Z] ---> bbd8cdbb1d65 [2021-03-05T00:49:25.493Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:49:25.493Z] ---> Running in 114f36628c37 [2021-03-05T00:49:25.493Z] ---> Running in e967d1ba9347 [2021-03-05T00:49:25.766Z] ---> Running in 1704023f29c0 [2021-03-05T00:49:26.326Z] Building version [2021-03-05T00:49:26.326Z] + snapcraftctl build [2021-03-05T00:49:26.366Z] Removing intermediate container 5a8ded0feb81 [2021-03-05T00:49:26.366Z] ---> 7416ffacfdd7 [2021-03-05T00:49:26.366Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T00:49:26.638Z] Removing intermediate container 114f36628c37 [2021-03-05T00:49:26.638Z] ---> afdd5fadf4e7 [2021-03-05T00:49:26.638Z] Step 21/22 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:49:26.638Z] Removing intermediate container 1704023f29c0 [2021-03-05T00:49:26.638Z] ---> 00feb96ee94f [2021-03-05T00:49:26.638Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T00:49:27.234Z] ---> Running in 9576e109b41a [2021-03-05T00:49:27.234Z] ---> Running in 9e8628515d77 [2021-03-05T00:49:27.840Z] ---> a2916caac713 [2021-03-05T00:49:27.840Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T00:49:28.133Z] Removing intermediate container 9e8628515d77 [2021-03-05T00:49:28.133Z] ---> dafa8e4e5a83 [2021-03-05T00:49:28.133Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:49:28.405Z] ---> Running in 4e5c8b38f156 [2021-03-05T00:49:28.405Z] Removing intermediate container 9576e109b41a [2021-03-05T00:49:28.405Z] ---> 05b4a63b8697 [2021-03-05T00:49:28.405Z] Step 21/22 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:49:28.679Z] ---> Running in 5fbe16650e3f [2021-03-05T00:49:28.877Z] Staging config-common [2021-03-05T00:49:28.877Z] + snapcraftctl stage [2021-03-05T00:49:28.954Z] ---> Running in 5df24fe93180 [2021-03-05T00:49:29.553Z] Removing intermediate container 5fbe16650e3f [2021-03-05T00:49:29.553Z] ---> 4b980ffd3c23 [2021-03-05T00:49:29.553Z] [2021-03-05T00:49:29.830Z] Removing intermediate container 5df24fe93180 [2021-03-05T00:49:29.830Z] ---> 1f76e48fe606 [2021-03-05T00:49:29.830Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:49:29.830Z] Removing intermediate container e967d1ba9347 [2021-03-05T00:49:29.830Z] ---> 1e5eb9a8d200 [2021-03-05T00:49:29.830Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T00:49:29.833Z] Skipping stage go-build-helper (already ran) [2021-03-05T00:49:29.833Z] Skipping stage static-packages (already ran) [2021-03-05T00:49:29.833Z] Skipping stage go115 (already ran) [2021-03-05T00:49:29.833Z] Staging edgex-go [2021-03-05T00:49:29.833Z] + snapcraftctl stage [2021-03-05T00:49:30.103Z] Successfully built 4b980ffd3c23 [2021-03-05T00:49:30.388Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T00:49:30.388Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-05T00:49:30.669Z] ---> Running in 10d7a3fc15be [2021-03-05T00:49:30.669Z] ---> Running in 37ef5d68e225 [2021-03-05T00:49:31.220Z] Staging version [2021-03-05T00:49:31.220Z] + snapcraftctl stage [2021-03-05T00:49:31.670Z] Removing intermediate container 10d7a3fc15be [2021-03-05T00:49:31.670Z] ---> b7190ca6ceab [2021-03-05T00:49:31.670Z] [2021-03-05T00:49:32.163Z] Priming config-common [2021-03-05T00:49:32.163Z] + snapcraftctl prime [2021-03-05T00:49:32.271Z] Successfully built b7190ca6ceab [2021-03-05T00:49:32.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:32.543Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T00:49:32.543Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-05T00:49:32.543Z] Removing intermediate container 4e5c8b38f156 [2021-03-05T00:49:32.543Z] ---> 18c393858196 [2021-03-05T00:49:32.543Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T00:49:33.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:33.156Z] Priming go-build-helper [2021-03-05T00:49:33.156Z] + snapcraftctl prime [2021-03-05T00:49:33.406Z] ---> Running in 05ac74128676 [2021-03-05T00:49:34.044Z] Removing intermediate container 05ac74128676 [2021-03-05T00:49:34.044Z] ---> d752aa53bc5b [2021-03-05T00:49:34.044Z] Step 28/31 : CMD ["gate"] [2021-03-05T00:49:34.044Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T00:49:34.044Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T00:49:34.319Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T00:49:34.319Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T00:49:34.319Z] ---> Running in 515259c90092 [2021-03-05T00:49:34.593Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T00:49:34.593Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T00:49:34.645Z] Priming static-packages [2021-03-05T00:49:34.645Z] + snapcraftctl prime [2021-03-05T00:49:34.871Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:34.871Z] OK: 8 MiB in 20 packages [2021-03-05T00:49:35.471Z] Removing intermediate container 515259c90092 [2021-03-05T00:49:35.471Z] ---> 5061c05a225e [2021-03-05T00:49:35.471Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T00:49:36.451Z] ---> Running in 90c1b704401d [2021-03-05T00:49:37.195Z] Priming go115 [2021-03-05T00:49:37.195Z] + snapcraftctl prime [2021-03-05T00:49:38.140Z] Priming edgex-go [2021-03-05T00:49:38.140Z] + snapcraftctl prime [2021-03-05T00:49:38.444Z] Removing intermediate container 90c1b704401d [2021-03-05T00:49:38.444Z] ---> 74273b494e78 [2021-03-05T00:49:38.444Z] Step 30/31 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:49:38.444Z] Removing intermediate container 37ef5d68e225 [2021-03-05T00:49:38.444Z] ---> 38bf7b5e93ce [2021-03-05T00:49:38.444Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:39.432Z] ---> Running in 6934933a8e6e [2021-03-05T00:49:39.432Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:49:39.432Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:49:39.432Z] ---> 2148e04b9f01 [2021-03-05T00:49:39.432Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T00:49:39.432Z] ---> Using cache [2021-03-05T00:49:39.432Z] ---> f128d5f664d4 [2021-03-05T00:49:39.432Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:49:39.432Z] ---> Using cache [2021-03-05T00:49:39.432Z] ---> bd9eafa217ab [2021-03-05T00:49:39.432Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T00:49:39.432Z] ---> Using cache [2021-03-05T00:49:39.432Z] ---> e81ac4195c92 [2021-03-05T00:49:39.432Z] Step 6/24 : COPY go.mod . [2021-03-05T00:49:39.432Z] ---> Using cache [2021-03-05T00:49:39.432Z] ---> 4c0ba4b78b7a [2021-03-05T00:49:39.432Z] Step 7/24 : RUN go mod download [2021-03-05T00:49:39.433Z] ---> Using cache [2021-03-05T00:49:39.433Z] ---> 2e6a197976c0 [2021-03-05T00:49:39.433Z] Step 8/24 : COPY . . [2021-03-05T00:49:39.526Z] Priming version [2021-03-05T00:49:39.526Z] + snapcraftctl prime [2021-03-05T00:49:39.709Z] ---> Using cache [2021-03-05T00:49:39.709Z] ---> cdf453a28311 [2021-03-05T00:49:39.709Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T00:49:40.303Z] ---> eca116d8e02c [2021-03-05T00:49:40.303Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T00:49:40.303Z] ---> Running in c91660bface4 [2021-03-05T00:49:40.577Z] Removing intermediate container 6934933a8e6e [2021-03-05T00:49:40.577Z] ---> 8692b65367a1 [2021-03-05T00:49:40.577Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T00:49:40.913Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-05T00:49:41.572Z] ---> Running in 31d59fa9559d [2021-03-05T00:49:42.181Z] 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-05T00:49:42.459Z] Removing intermediate container 31d59fa9559d [2021-03-05T00:49:42.459Z] ---> baaee4a74c39 [2021-03-05T00:49:42.459Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-03-05T00:49:43.068Z] Successfully built baaee4a74c39 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T00:49:43.345Z] ---> 71b6aea6b751 [2021-03-05T00:49:43.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:43.345Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T00:49:43.345Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T00:49:44.792Z] ---> b7ea36dad8b0 [2021-03-05T00:49:44.793Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T00:49:45.068Z] ---> Running in daddbb44df1b [2021-03-05T00:49:46.061Z] Removing intermediate container daddbb44df1b [2021-03-05T00:49:46.061Z] ---> e4c123e74937 [2021-03-05T00:49:46.337Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:49:46.611Z] ---> Running in 767db1822b4f [2021-03-05T00:49:47.605Z] Removing intermediate container 767db1822b4f [2021-03-05T00:49:47.605Z] ---> b1a7014557f1 [2021-03-05T00:49:47.881Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:49:48.159Z] ---> Running in 7e4be98a9449 [2021-03-05T00:49:49.148Z] Removing intermediate container 7e4be98a9449 [2021-03-05T00:49:49.148Z] ---> f9860efa3b09 [2021-03-05T00:49:49.148Z] Step 22/23 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:49:49.424Z] ---> Running in ea8418dba148 [2021-03-05T00:49:50.025Z] Removing intermediate container ea8418dba148 [2021-03-05T00:49:50.025Z] ---> ad78902b04aa [2021-03-05T00:49:50.311Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:49:50.311Z] ---> Running in 43951fedc5fa [2021-03-05T00:49:51.288Z] Removing intermediate container 43951fedc5fa [2021-03-05T00:49:51.288Z] ---> 5fe5bbb0ec12 [2021-03-05T00:49:51.288Z] [2021-03-05T00:49:51.885Z] Successfully built 5fe5bbb0ec12 [2021-03-05T00:49:51.885Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T00:50:18.716Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:50:18.716Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:50:18.716Z] ---> 2148e04b9f01 [2021-03-05T00:50:18.716Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> f128d5f664d4 [2021-03-05T00:50:18.716Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> bd9eafa217ab [2021-03-05T00:50:18.716Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T00:50:18.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:50:18.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:50:18.716Z] ---> 2148e04b9f01 [2021-03-05T00:50:18.716Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> f128d5f664d4 [2021-03-05T00:50:18.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> bd9eafa217ab [2021-03-05T00:50:18.716Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> e81ac4195c92 [2021-03-05T00:50:18.716Z] Step 6/23 : COPY go.mod . [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> 4c0ba4b78b7a [2021-03-05T00:50:18.716Z] Step 7/23 : RUN go mod download [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> 2e6a197976c0 [2021-03-05T00:50:18.716Z] Step 8/23 : COPY . . [2021-03-05T00:50:18.716Z] ---> Using cache [2021-03-05T00:50:18.716Z] ---> cdf453a28311 [2021-03-05T00:50:18.716Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T00:50:20.165Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:50:20.165Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:50:20.165Z] ---> 2148e04b9f01 [2021-03-05T00:50:20.165Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:50:20.165Z] ---> Using cache [2021-03-05T00:50:20.165Z] ---> f128d5f664d4 [2021-03-05T00:50:20.165Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:20.165Z] ---> Using cache [2021-03-05T00:50:20.165Z] ---> bd9eafa217ab [2021-03-05T00:50:20.165Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:50:20.165Z] ---> Using cache [2021-03-05T00:50:20.165Z] ---> e81ac4195c92 [2021-03-05T00:50:20.165Z] Step 6/23 : COPY go.mod . [2021-03-05T00:50:20.165Z] ---> Using cache [2021-03-05T00:50:20.165Z] ---> 4c0ba4b78b7a [2021-03-05T00:50:20.165Z] Step 7/23 : RUN go mod download [2021-03-05T00:50:20.165Z] ---> Using cache [2021-03-05T00:50:20.165Z] ---> 2e6a197976c0 [2021-03-05T00:50:20.165Z] Step 8/23 : COPY . . [2021-03-05T00:50:20.165Z] ---> Using cache [2021-03-05T00:50:20.165Z] ---> cdf453a28311 [2021-03-05T00:50:20.165Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T00:50:21.157Z] ---> Running in 61b82f1ee13f [2021-03-05T00:50:21.157Z] ---> Running in 29ee57ec2059 [2021-03-05T00:50:21.157Z] ---> Running in e6a873715e90 [2021-03-05T00:50:21.434Z] 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-05T00:50:23.431Z] 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-05T00:50:23.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:23.431Z] 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-05T00:50:24.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:25.025Z] OK: 217 MiB in 51 packages [2021-03-05T00:50:27.027Z] Removing intermediate container 61b82f1ee13f [2021-03-05T00:50:27.027Z] ---> c7fe9ee956a2 [2021-03-05T00:50:27.027Z] Step 6/26 : COPY go.mod . [2021-03-05T00:50:28.029Z] ---> 173a822de53c [2021-03-05T00:50:28.029Z] Step 7/26 : RUN go mod download [2021-03-05T00:50:28.029Z] ---> Running in 3df8a7a08544 [2021-03-05T00:50:33.523Z] Removing intermediate container 3df8a7a08544 [2021-03-05T00:50:33.523Z] ---> 6511676bb424 [2021-03-05T00:50:33.523Z] Step 8/26 : COPY . . [2021-03-05T00:50:36.155Z] Removing intermediate container c91660bface4 [2021-03-05T00:50:36.155Z] ---> fd08526de88d [2021-03-05T00:50:36.155Z] [2021-03-05T00:50:36.155Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T00:50:36.155Z] ---> d10569e2745f [2021-03-05T00:50:36.155Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T00:50:36.771Z] ---> Running in 2c73e52638e3 [2021-03-05T00:50:38.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:39.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:40.047Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T00:50:40.047Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:50:40.047Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T00:50:40.047Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T00:50:40.047Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T00:50:40.047Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:50:40.047Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:50:40.690Z] OK: 7 MiB in 19 packages [2021-03-05T00:50:46.145Z] Removing intermediate container 2c73e52638e3 [2021-03-05T00:50:46.145Z] ---> 53938358ea34 [2021-03-05T00:50:46.145Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:50:46.426Z] ---> Running in 19f30eb7e6e3 [2021-03-05T00:50:47.886Z] Removing intermediate container 19f30eb7e6e3 [2021-03-05T00:50:47.886Z] ---> 33b2ea035fa7 [2021-03-05T00:50:47.886Z] Step 13/24 : WORKDIR / [2021-03-05T00:50:48.497Z] ---> Running in 9965336ae49f [2021-03-05T00:50:49.955Z] Removing intermediate container 9965336ae49f [2021-03-05T00:50:49.955Z] ---> c05ee6ba8235 [2021-03-05T00:50:49.955Z] 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-05T00:50:52.613Z] ---> 57b06fb035e2 [2021-03-05T00:50:52.613Z] 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-05T00:50:55.267Z] ---> 1c11b8437114 [2021-03-05T00:50:55.267Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T00:50:56.748Z] ---> 71596c9ff5a5 [2021-03-05T00:50:56.748Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T00:50:56.748Z] ---> 2a7a5da98310 [2021-03-05T00:50:56.748Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T00:50:57.030Z] ---> Running in a0952ba44c47 [2021-03-05T00:50:59.047Z] ---> cbf0b6049452 [2021-03-05T00:50:59.047Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T00:50:59.324Z] 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-05T00:51:00.784Z] ---> 62dcc1a83a4a [2021-03-05T00:51:00.784Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T00:51:02.260Z] ---> 40d97df95687 [2021-03-05T00:51:02.260Z] 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-05T00:51:02.260Z] ---> Running in 2083e70c983b [2021-03-05T00:51:06.665Z] Removing intermediate container 2083e70c983b [2021-03-05T00:51:06.665Z] ---> c6cd27e20683 [2021-03-05T00:51:06.665Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T00:51:06.665Z] ---> Running in 9e73b3ad2754 [2021-03-05T00:51:06.945Z] Removing intermediate container 9e73b3ad2754 [2021-03-05T00:51:06.945Z] ---> c4c42fab0a0d [2021-03-05T00:51:06.945Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T00:51:07.231Z] ---> Running in 8b5e17fb62f1 [2021-03-05T00:51:07.854Z] Removing intermediate container 8b5e17fb62f1 [2021-03-05T00:51:07.854Z] ---> df32a9755535 [2021-03-05T00:51:07.854Z] Step 23/24 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:51:08.133Z] ---> Running in a013d4eb593e [2021-03-05T00:51:08.744Z] Removing intermediate container a013d4eb593e [2021-03-05T00:51:08.744Z] ---> 77cbba486761 [2021-03-05T00:51:08.744Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T00:51:09.020Z] ---> Running in fcdc01c10d76 [2021-03-05T00:51:09.643Z] Removing intermediate container fcdc01c10d76 [2021-03-05T00:51:09.643Z] ---> ab159b796318 [2021-03-05T00:51:09.643Z] [2021-03-05T00:51:10.262Z] Successfully built ab159b796318 [2021-03-05T00:51:10.262Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T00:51:57.342Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 29ee57ec2059 [2021-03-05T00:51:57.342Z] ---> 63c9054053f1 [2021-03-05T00:51:57.342Z] [2021-03-05T00:51:57.342Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:51:57.342Z] ---> d10569e2745f [2021-03-05T00:51:57.342Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:51:57.342Z] ---> Using cache [2021-03-05T00:51:57.342Z] ---> 1d8a2e53b06f [2021-03-05T00:51:57.342Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:51:57.342Z] ---> Using cache [2021-03-05T00:51:57.342Z] ---> 77d5362cc297 [2021-03-05T00:51:57.342Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T00:51:57.342Z] ---> Running in 9b3eacaa899d [2021-03-05T00:51:57.342Z] Removing intermediate container 9b3eacaa899d [2021-03-05T00:51:57.342Z] ---> 23b95706d0e4 [2021-03-05T00:51:57.342Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:51:57.342Z] ---> Running in 9f57ab963ac9 [2021-03-05T00:51:57.342Z] Removing intermediate container 9f57ab963ac9 [2021-03-05T00:51:57.342Z] ---> a16f9637015a [2021-03-05T00:51:57.342Z] Step 15/23 : WORKDIR / [2021-03-05T00:51:57.342Z] ---> Running in 6ac1008bc59b [2021-03-05T00:51:57.342Z] Removing intermediate container 6ac1008bc59b [2021-03-05T00:51:57.342Z] ---> 1560a5f4b433 [2021-03-05T00:51:57.342Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:51:57.342Z] ---> fbee3c80040a [2021-03-05T00:51:57.342Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T00:51:57.617Z] ---> 4aa5d0effa8a [2021-03-05T00:51:57.617Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T00:51:59.054Z] ---> 1cfababd2ddd [2021-03-05T00:51:59.054Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T00:51:59.054Z] ---> Running in 7a1a7403cb86 [2021-03-05T00:51:59.652Z] Removing intermediate container e6a873715e90 [2021-03-05T00:51:59.652Z] ---> 7fce0e943c0a [2021-03-05T00:51:59.652Z] [2021-03-05T00:51:59.652Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:51:59.652Z] ---> d10569e2745f [2021-03-05T00:51:59.652Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:51:59.652Z] ---> Using cache [2021-03-05T00:51:59.652Z] ---> 1d8a2e53b06f [2021-03-05T00:51:59.652Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:51:59.652Z] ---> Using cache [2021-03-05T00:51:59.652Z] ---> 77d5362cc297 [2021-03-05T00:51:59.652Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T00:51:59.652Z] ---> Running in 4cb66e1eaab1 [2021-03-05T00:51:59.652Z] Removing intermediate container 7a1a7403cb86 [2021-03-05T00:51:59.652Z] ---> 83b44ef10ac6 [2021-03-05T00:51:59.652Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:51:59.927Z] ---> Running in 92c44226c847 [2021-03-05T00:52:00.202Z] Removing intermediate container 4cb66e1eaab1 [2021-03-05T00:52:00.202Z] ---> ad7682f2808d [2021-03-05T00:52:00.202Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:52:00.474Z] ---> Running in 42fd48419b0e [2021-03-05T00:52:00.749Z] Removing intermediate container 92c44226c847 [2021-03-05T00:52:00.749Z] ---> 4a1cb5813426 [2021-03-05T00:52:00.749Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:52:00.749Z] ---> Running in b4bffa5ba6e7 [2021-03-05T00:52:01.020Z] Removing intermediate container 42fd48419b0e [2021-03-05T00:52:01.020Z] ---> 15c33f72ac8a [2021-03-05T00:52:01.020Z] Step 15/23 : WORKDIR / [2021-03-05T00:52:01.291Z] ---> Running in 747d6ef63e42 [2021-03-05T00:52:01.573Z] Removing intermediate container b4bffa5ba6e7 [2021-03-05T00:52:01.573Z] ---> ef12ab030431 [2021-03-05T00:52:01.573Z] Step 22/23 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:52:01.850Z] ---> Running in a87a9d11e335 [2021-03-05T00:52:02.121Z] Removing intermediate container 747d6ef63e42 [2021-03-05T00:52:02.121Z] ---> fa2801117ceb [2021-03-05T00:52:02.121Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:52:02.397Z] Removing intermediate container a87a9d11e335 [2021-03-05T00:52:02.397Z] ---> 12fb51034161 [2021-03-05T00:52:02.397Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:52:02.669Z] ---> Running in c20f182f3daa [2021-03-05T00:52:02.943Z] ---> c2625157e425 [2021-03-05T00:52:02.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T00:52:03.218Z] Removing intermediate container a0952ba44c47 [2021-03-05T00:52:03.218Z] ---> 280b279fd9a2 [2021-03-05T00:52:03.218Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T00:52:03.218Z] Removing intermediate container c20f182f3daa [2021-03-05T00:52:03.218Z] ---> 5fd5c7636ddd [2021-03-05T00:52:03.218Z] [2021-03-05T00:52:03.521Z] ---> Running in 3ed859f0d383 [2021-03-05T00:52:03.796Z] Successfully built 5fd5c7636ddd [2021-03-05T00:52:03.796Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T00:52:04.801Z]  Building docker-core-command-go ... done  ---> 258800417fbe [2021-03-05T00:52:04.801Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T00:52:04.801Z] 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-05T00:52:05.407Z] ---> 6d4154fcf35e [2021-03-05T00:52:05.407Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T00:52:05.682Z] ---> Running in dd29983ff5ca [2021-03-05T00:52:05.953Z] Removing intermediate container dd29983ff5ca [2021-03-05T00:52:05.953Z] ---> acba849beb82 [2021-03-05T00:52:05.953Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:52:06.240Z] ---> Running in e8095e92b181 [2021-03-05T00:52:06.837Z] Removing intermediate container e8095e92b181 [2021-03-05T00:52:06.837Z] ---> d868adba3bb4 [2021-03-05T00:52:06.837Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:52:07.113Z] ---> Running in 0a1bd0806b8b [2021-03-05T00:52:07.708Z] Removing intermediate container 0a1bd0806b8b [2021-03-05T00:52:07.708Z] ---> 4672f4ff1027 [2021-03-05T00:52:07.708Z] Step 22/23 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:52:07.708Z] Removing intermediate container 3ed859f0d383 [2021-03-05T00:52:07.708Z] ---> 7accf0ea999b [2021-03-05T00:52:07.708Z] [2021-03-05T00:52:07.708Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T00:52:07.708Z] ---> Running in ef14ff3b6b20 [2021-03-05T00:52:07.708Z] 20.10.0: Pulling from library/docker [2021-03-05T00:52:08.303Z] Removing intermediate container ef14ff3b6b20 [2021-03-05T00:52:08.303Z] ---> 85175686b76f [2021-03-05T00:52:08.303Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:52:08.901Z] ---> Running in 3ac8260466d1 [2021-03-05T00:52:09.899Z] Removing intermediate container 3ac8260466d1 [2021-03-05T00:52:09.899Z] ---> efc00811fedb [2021-03-05T00:52:09.899Z] [2021-03-05T00:52:10.493Z] Successfully built efc00811fedb [2021-03-05T00:52:10.493Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T00:52:14.802Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T00:52:14.802Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T00:52:14.802Z] ---> eeaf43b92773 [2021-03-05T00:52:14.802Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T00:52:16.228Z] ---> Running in f5267b04621c [2021-03-05T00:52:17.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:17.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:18.062Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T00:52:18.062Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T00:52:18.062Z] Executing bash-5.0.17-r0.post-install [2021-03-05T00:52:18.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:52:18.062Z] OK: 12 MiB in 22 packages [2021-03-05T00:52:19.033Z] Removing intermediate container f5267b04621c [2021-03-05T00:52:19.033Z] ---> 7218b6d5c0ff [2021-03-05T00:52:19.033Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T00:52:19.305Z] ---> Running in 6005b21c4db9 [2021-03-05T00:52:19.597Z] Removing intermediate container 6005b21c4db9 [2021-03-05T00:52:19.597Z] ---> 9dbb1be3e651 [2021-03-05T00:52:19.597Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T00:52:19.888Z] ---> Running in 5b62a59802bf [2021-03-05T00:52:20.539Z] Removing intermediate container 5b62a59802bf [2021-03-05T00:52:20.539Z] ---> c3e140366eda [2021-03-05T00:52:20.539Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T00:52:20.539Z] ---> Running in 93f537e0988a [2021-03-05T00:52:20.833Z] Removing intermediate container 93f537e0988a [2021-03-05T00:52:20.833Z] ---> 8a7f94430ccc [2021-03-05T00:52:20.833Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T00:52:22.298Z] ---> eacfa7eeeb7c [2021-03-05T00:52:22.298Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T00:52:22.896Z] ---> f6b1c5bf1394 [2021-03-05T00:52:22.896Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T00:52:23.902Z] ---> bce7fd2bc241 [2021-03-05T00:52:23.902Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T00:52:23.902Z] ---> Running in 662c8f086abd [2021-03-05T00:52:24.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:25.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:25.785Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T00:52:25.785Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T00:52:25.785Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T00:52:25.785Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T00:52:25.785Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T00:52:25.785Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T00:52:25.785Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T00:52:27.740Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T00:52:27.740Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T00:52:27.740Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T00:52:27.740Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T00:52:27.740Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T00:52:27.740Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T00:52:27.740Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T00:52:27.740Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T00:52:27.740Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T00:52:27.740Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T00:52:27.740Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T00:52:27.740Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T00:52:27.740Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T00:52:27.740Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T00:52:28.010Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T00:52:28.010Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T00:52:28.010Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T00:52:28.010Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T00:52:28.010Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T00:52:28.010Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T00:52:28.010Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T00:52:28.010Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T00:52:28.010Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T00:52:28.010Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T00:52:28.010Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T00:52:28.010Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T00:52:28.283Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:52:28.283Z] OK: 71 MiB in 55 packages [2021-03-05T00:52:34.981Z] Removing intermediate container 662c8f086abd [2021-03-05T00:52:34.981Z] ---> b67d2c6a349b [2021-03-05T00:52:34.981Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T00:52:34.981Z] ---> Running in 7798fb6627ec [2021-03-05T00:52:40.384Z] Collecting docker-compose==1.23.2 [2021-03-05T00:52:40.384Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T00:52:40.654Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T00:52:40.654Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T00:52:43.264Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T00:52:43.264Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T00:52:46.627Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T00:52:46.627Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T00:52:46.897Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T00:52:46.897Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T00:52:48.861Z] 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-05T00:52:49.140Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T00:52:49.140Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T00:52:49.732Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T00:52:49.732Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T00:52:50.704Z] Collecting PyYAML<4,>=3.10 [2021-03-05T00:52:50.704Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T00:52:54.985Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T00:52:54.985Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T00:52:55.255Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T00:52:55.255Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T00:52:55.844Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T00:52:55.844Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T00:52:56.114Z] 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-05T00:52:56.114Z] 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-05T00:52:56.385Z] Collecting idna<2.8,>=2.5 [2021-03-05T00:52:56.385Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T00:52:56.657Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T00:52:56.657Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T00:52:56.931Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T00:52:56.931Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T00:52:56.931Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T00:52:56.931Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T00:52:57.903Z] Installing collected packages: docopt, texttable, urllib3, idna, requests, dockerpty, cached-property, jsonschema, PyYAML, websocket-client, docker-pycreds, docker, docker-compose [2021-03-05T00:52:57.903Z] Running setup.py install for docopt: started [2021-03-05T00:52:59.867Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T00:52:59.867Z] Running setup.py install for texttable: started [2021-03-05T00:53:01.835Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T00:53:01.835Z] Attempting uninstall: urllib3 [2021-03-05T00:53:01.835Z] Found existing installation: urllib3 1.25.9 [2021-03-05T00:53:01.835Z] Uninstalling urllib3-1.25.9: [2021-03-05T00:53:02.106Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T00:53:02.698Z] Attempting uninstall: idna [2021-03-05T00:53:02.698Z] Found existing installation: idna 2.9 [2021-03-05T00:53:02.698Z] Uninstalling idna-2.9: [2021-03-05T00:53:02.698Z] Successfully uninstalled idna-2.9 [2021-03-05T00:53:03.290Z] Attempting uninstall: requests [2021-03-05T00:53:03.290Z] Found existing installation: requests 2.23.0 [2021-03-05T00:53:03.290Z] Uninstalling requests-2.23.0: [2021-03-05T00:53:03.560Z] Successfully uninstalled requests-2.23.0 [2021-03-05T00:53:03.832Z] Running setup.py install for dockerpty: started [2021-03-05T00:53:06.447Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T00:53:06.721Z] Running setup.py install for PyYAML: started [2021-03-05T00:53:09.319Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T00:53:11.276Z] 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-05T00:53:14.641Z] Removing intermediate container 7798fb6627ec [2021-03-05T00:53:14.641Z] ---> 45bf9851a9ee [2021-03-05T00:53:14.641Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T00:53:14.641Z] ---> Running in e4be82b69dd3 [2021-03-05T00:53:15.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:53:15.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:53:16.201Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:53:16.201Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T00:53:16.201Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T00:53:16.201Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:53:16.201Z] OK: 71 MiB in 58 packages [2021-03-05T00:53:17.641Z] Removing intermediate container e4be82b69dd3 [2021-03-05T00:53:17.641Z] ---> eec1d9db39b9 [2021-03-05T00:53:17.641Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T00:53:17.641Z] ---> Running in 6475d9489e59 [2021-03-05T00:53:18.273Z] Removing intermediate container 6475d9489e59 [2021-03-05T00:53:18.274Z] ---> fc774cbe87be [2021-03-05T00:53:18.274Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:53:18.274Z] ---> Running in 6cf5f6b34eb3 [2021-03-05T00:53:18.871Z] Removing intermediate container 6cf5f6b34eb3 [2021-03-05T00:53:18.871Z] ---> f07dae1505b5 [2021-03-05T00:53:18.871Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T00:53:18.871Z] ---> Running in 69b24baf1344 [2021-03-05T00:53:19.466Z] Removing intermediate container 69b24baf1344 [2021-03-05T00:53:19.466Z] ---> 855ee076e3e6 [2021-03-05T00:53:19.466Z] Step 25/26 : LABEL git_sha=d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [2021-03-05T00:53:19.466Z] ---> Running in d46360f752a7 [2021-03-05T00:53:20.067Z] Removing intermediate container d46360f752a7 [2021-03-05T00:53:20.067Z] ---> a54fcb69426c [2021-03-05T00:53:20.067Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T00:53:20.341Z] ---> Running in 41a52ff511f6 [2021-03-05T00:53:20.613Z] Removing intermediate container 41a52ff511f6 [2021-03-05T00:53:20.613Z] ---> fb7551093890 [2021-03-05T00:53:20.613Z] [2021-03-05T00:53:21.204Z] Successfully built fb7551093890 [2021-03-05T00:53:21.204Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T00:53:21.809Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T00:53:21.811Z] $ docker stop --time=1 313a84c17289a8d06c81e99f532db068252d83142ea5a30d1b541c668bb38228 [2021-03-05T00:53:23.933Z] $ docker rm -f 313a84c17289a8d06c81e99f532db068252d83142ea5a30d1b541c668bb38228 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:53:24.644Z] + + grep docker [2021-03-05T00:53:24.644Z] docker images [2021-03-05T00:53:24.921Z] docker-sys-mgmt-agent-go-arm64 latest fb7551093890 4 seconds ago 300MB [2021-03-05T00:53:24.921Z] docker-core-metadata-go-arm64 latest efc00811fedb About a minute ago 17.9MB [2021-03-05T00:53:24.921Z] docker-core-command-go-arm64 latest 5fd5c7636ddd About a minute ago 16.2MB [2021-03-05T00:53:24.921Z] docker-security-secretstore-setup-go-arm64 latest ab159b796318 2 minutes ago 23.7MB [2021-03-05T00:53:24.921Z] docker-core-data-go-arm64 latest 5fe5bbb0ec12 3 minutes ago 21.1MB [2021-03-05T00:53:24.921Z] docker-security-bootstrapper-go-arm64 latest baaee4a74c39 3 minutes ago 17.8MB [2021-03-05T00:53:24.921Z] docker-support-notifications-go-arm64 latest b7190ca6ceab 3 minutes ago 16.9MB [2021-03-05T00:53:24.921Z] docker-support-scheduler-go-arm64 latest 4b980ffd3c23 3 minutes ago 16.3MB [2021-03-05T00:53:24.921Z] docker-security-proxy-setup-go-arm64 latest ca3535710302 4 minutes ago 23.4MB [2021-03-05T00:53:24.921Z] docker 20.10.0 eeaf43b92773 2 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-05T00:53:26.024Z] ---> job-cost.sh [2021-03-05T00:53:26.024Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fRTN [2021-03-05T00:54:12.955Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T00:56:49.854Z] lf-activate-venv(): INFO: Adding /tmp/venv-fRTN/bin to PATH [2021-03-05T00:56:49.854Z] INFO: No Stack... [2021-03-05T00:56:49.854Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T00:56:49.854Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T00:56:50.197Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-03-05T00:56:50.197Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T00:56:50.318Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-5-stack-cost] [2021-03-05T00:56:50.334Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-5-stack-cost] did not exist. Created. [2021-03-05T00:56:50.335Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T00:56:50.828Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T00:56:51.174Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T00:56:51.190Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-05T00:56:52.454Z] provisioning config files... [2021-03-05T00:56:52.470Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config5215068096531795738tmp [Pipeline] { [Pipeline] sh [2021-03-05T00:56:52.902Z] + set +x [2021-03-05T00:56:52.902Z] + curl -s https://codecov.io/bash [2021-03-05T00:56:52.902Z] + bash -s -- [2021-03-05T00:56:53.485Z] [2021-03-05T00:56:53.485Z] _____ _ [2021-03-05T00:56:53.485Z] / ____| | | [2021-03-05T00:56:53.485Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T00:56:53.485Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T00:56:53.485Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T00:56:53.485Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T00:56:53.485Z] Bash-20210226-7100762 [2021-03-05T00:56:53.485Z] [2021-03-05T00:56:53.485Z] [2021-03-05T00:56:53.485Z] ==> git version 2.24.3 found [2021-03-05T00:56:53.485Z] ==> 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-05T00:56:53.485Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T00:56:53.485Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T00:56:53.485Z] ==> Jenkins CI detected. [2021-03-05T00:56:53.485Z] project root: . [2021-03-05T00:56:53.485Z] --> token set from env [2021-03-05T00:56:53.485Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T00:56:53.485Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T00:56:53.485Z] ==> Python coveragepy not found [2021-03-05T00:56:53.485Z] ==> Searching for coverage reports in: [2021-03-05T00:56:53.485Z] + . [2021-03-05T00:56:53.485Z] -> Found 1 reports [2021-03-05T00:56:53.485Z] ==> Detecting git/mercurial file structure [2021-03-05T00:56:53.485Z] ==> Reading reports [2021-03-05T00:56:53.749Z] + ./coverage.out bytes=618155 [2021-03-05T00:56:53.750Z] ==> Appending adjustments [2021-03-05T00:56:53.750Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T00:56:57.061Z] + Found adjustments [2021-03-05T00:56:57.061Z] ==> Gzipping contents [2021-03-05T00:56:57.061Z] 92K /tmp/codecov.erxnBZ.gz [2021-03-05T00:56:57.061Z] ==> Uploading reports [2021-03-05T00:56:57.061Z] url: https://codecov.io [2021-03-05T00:56:57.061Z] query: branch=PR-3209&commit=d4f543815f6cfa7b3cb4504a249d8bd7206213b7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-05T00:56:57.061Z] -> Pinging Codecov [2021-03-05T00:56:57.061Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3209&commit=d4f543815f6cfa7b3cb4504a249d8bd7206213b7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-05T00:56:57.325Z] -> Uploading to [2021-03-05T00:56:57.325Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/d4f543815f6cfa7b3cb4504a249d8bd7206213b7/9a06e4f7-4394-4ab3-bb70-42a978746d6f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T005657Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8cd74145b789a2f7dc529741709110f3602137bad7b0022dee4656e2ac51244 [2021-03-05T00:56:57.325Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T00:56:57.325Z] Dload Upload Total Spent Left Speed [2021-03-05T00:56:58.161Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91591 0 0 100 91591 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-03-05T00:56:58.161Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d4f543815f6cfa7b3cb4504a249d8bd7206213b7 [Pipeline] } [2021-03-05T00:56:58.171Z] 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-05T00:56:59.806Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:00.704Z] ---> package-listing.sh [2021-03-05T00:57:00.704Z] ++ facter osfamily [2021-03-05T00:57:00.704Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T00:57:00.704Z] + OS_FAMILY=redhat [2021-03-05T00:57:00.704Z] + workspace=/w/workspace/edgex-go/5 [2021-03-05T00:57:00.704Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T00:57:00.704Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T00:57:00.704Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T00:57:00.704Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T00:57:00.704Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-05T00:57:00.704Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T00:57:00.704Z] + case "${OS_FAMILY}" in [2021-03-05T00:57:00.704Z] + rpm -qa [2021-03-05T00:57:00.704Z] + sort [2021-03-05T00:57:06.065Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T00:57:06.065Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T00:57:06.065Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T00:57:06.065Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-05T00:57:06.065Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-03-05T00:57:06.065Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-03-05T00:57:06.195Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T00:57:06.645Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:57:07.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:57:07.007Z] [2021-03-05T00:57:07.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:57:07.368Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:57:07.368Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T00:57:07.368Z] df20fa9351a1: Pulling fs layer [2021-03-05T00:57:07.368Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T00:57:07.368Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T00:57:07.368Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T00:57:07.368Z] 93b61091891f: Pulling fs layer [2021-03-05T00:57:07.368Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T00:57:07.368Z] 5e14af77c1be: Pulling fs layer [2021-03-05T00:57:07.368Z] 01666e4c0597: Pulling fs layer [2021-03-05T00:57:07.368Z] aa168da1d23b: Pulling fs layer [2021-03-05T00:57:07.368Z] 46f8f816bc3b: Waiting [2021-03-05T00:57:07.368Z] 93b61091891f: Waiting [2021-03-05T00:57:07.368Z] aa168da1d23b: Waiting [2021-03-05T00:57:07.368Z] 5e14af77c1be: Waiting [2021-03-05T00:57:07.368Z] 01666e4c0597: Waiting [2021-03-05T00:57:07.368Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T00:57:07.368Z] 36b3adc4ff6f: Download complete [2021-03-05T00:57:07.368Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T00:57:07.368Z] 46f8f816bc3b: Download complete [2021-03-05T00:57:07.631Z] df20fa9351a1: Verifying Checksum [2021-03-05T00:57:07.631Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T00:57:07.631Z] 93b9cdb0e59b: Download complete [2021-03-05T00:57:07.631Z] 93b61091891f: Verifying Checksum [2021-03-05T00:57:07.631Z] 93b61091891f: Download complete [2021-03-05T00:57:07.631Z] 5e14af77c1be: Verifying Checksum [2021-03-05T00:57:07.631Z] 5e14af77c1be: Download complete [2021-03-05T00:57:07.631Z] 01666e4c0597: Verifying Checksum [2021-03-05T00:57:07.631Z] 01666e4c0597: Download complete [2021-03-05T00:57:07.631Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T00:57:07.631Z] 8ad3a11d3b57: Download complete [2021-03-05T00:57:07.899Z] df20fa9351a1: Pull complete [2021-03-05T00:57:08.162Z] 36b3adc4ff6f: Pull complete [2021-03-05T00:57:09.575Z] aa168da1d23b: Verifying Checksum [2021-03-05T00:57:09.575Z] aa168da1d23b: Download complete [2021-03-05T00:57:10.524Z] 8ad3a11d3b57: Pull complete [2021-03-05T00:57:10.524Z] 46f8f816bc3b: Pull complete [2021-03-05T00:57:11.099Z] 93b61091891f: Pull complete [2021-03-05T00:57:11.362Z] 93b9cdb0e59b: Pull complete [2021-03-05T00:57:11.362Z] 5e14af77c1be: Pull complete [2021-03-05T00:57:11.362Z] 01666e4c0597: Pull complete [2021-03-05T00:57:23.765Z] aa168da1d23b: Pull complete [2021-03-05T00:57:23.765Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T00:57:23.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:57:23.765Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T00:57:23.996Z] prd-centos7-docker-4c-2g-28611 does not seem to be running inside a container [2021-03-05T00:57:24.055Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T00:57:27.086Z] $ docker top b81379f913b44093b7d5fea3c01ca1596e8fce7dea8cd9146ade0d7a18d1d942 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:57:27.620Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T00:57:27.940Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T00:57:28.259Z] + ls /var/log/sa-host [2021-03-05T00:57:28.259Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T00:57:28.259Z] file_magic: OK [2021-03-05T00:57:28.259Z] HZ: Using current value: 100 [2021-03-05T00:57:28.259Z] file_header: OK [2021-03-05T00:57:28.259Z] 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-05T00:57:28.259Z] Statistics: [2021-03-05T00:57:28.259Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T00:57:28.259Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T00:57:28.259Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T00:57:28.259Z] file_magic: OK [2021-03-05T00:57:28.259Z] HZ: Using current value: 100 [2021-03-05T00:57:28.259Z] file_header: OK [2021-03-05T00:57:28.259Z] 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-05T00:57:28.259Z] Statistics: [2021-03-05T00:57:28.259Z] Hnuu...uuuununununu... [2021-03-05T00:57:28.259Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T00:57:28.493Z] provisioning config files... [2021-03-05T00:57:28.513Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config4863092809133263411tmp [Pipeline] { [Pipeline] echo [2021-03-05T00:57:28.585Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:28.893Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T00:57:28.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T00:57:29.010Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:29.308Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T00:57:29.320Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:29.624Z] ---> sudo-logs.sh [2021-03-05T00:57:29.624Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T00:57:29.680Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:29.977Z] ---> job-cost.sh [2021-03-05T00:57:29.977Z] lf-activate-venv: SKIPPING [2021-03-05T00:57:29.977Z] DEBUG: total: 0.20999999344348907 [2021-03-05T00:57:29.977Z] INFO: Retrieving Stack Cost... [2021-03-05T00:57:30.923Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T00:57:31.497Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T00:57:31.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:31.807Z] ---> logs-deploy.sh [2021-03-05T00:57:31.807Z] lf-activate-venv: SKIPPING [2021-03-05T00:57:31.807Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/5 [2021-03-05T00:57:31.807Z] INFO: archiving workspace using pattern(s): [2021-03-05T00:57:33.724Z] Archives upload complete. [2021-03-05T00:57:33.724Z] INFO: archiving logs to Nexus