Pull request #3088 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than d3d087662b0c1d6890045bf75bc5d8c78beda443 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24099 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 Merge succeeded, producing 1f57810642d475e48a92a97d8b84db3c16c95c26 Checking out Revision 1f57810642d475e48a92a97d8b84db3c16c95c26 (PR-3088) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f57810642d475e48a92a97d8b84db3c16c95c26 # timeout=10 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 1eee5d4824e26c0163636dcb4af95067daa29d08 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-30T07:32:18.652Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-30T07:32:18.913Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-30T07:32:19.001Z] ========================================================= [2021-01-30T07:32:19.001Z] EdgeX Global Pipelines Version Info [2021-01-30T07:32:19.001Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:32:20.449Z] ------------------- [2021-01-30T07:32:20.449Z] stable info: [2021-01-30T07:32:20.449Z] ------------------- [2021-01-30T07:32:20.449Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T07:32:20.449Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T07:32:20.449Z] Message: update stable to v1.0.179 [2021-01-30T07:32:21.422Z] ------------------- [2021-01-30T07:32:21.422Z] experimental info: [2021-01-30T07:32:21.422Z] ------------------- [2021-01-30T07:32:21.422Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T07:32:21.422Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T07:32:21.422Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-30T07:32:21.678Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-30T07:32:21.767Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-30T07:32:21.850Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-30T07:32:21.940Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-30T07:32:22.023Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-30T07:32:22.128Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-30T07:32:22.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-30T07:32:22.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-30T07:32:22.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-30T07:32:22.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-30T07:32:22.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-30T07:32:22.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-30T07:32:22.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-30T07:32:22.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-30T07:32:22.930Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T07:32:23.010Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T07:32:23.092Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-30T07:32:23.176Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-30T07:32:23.259Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-30T07:32:23.340Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-30T07:32:23.433Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-30T07:32:23.519Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-30T07:32:23.679Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-30T07:32:23.767Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo [2021-01-30T07:32:23.859Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo [2021-01-30T07:32:23.944Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo [2021-01-30T07:32:24.026Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f57810642d475e48a92a97d8b84db3c16c95c26 [Pipeline] echo [2021-01-30T07:32:24.148Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f57810 [Pipeline] echo [2021-01-30T07:32:24.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T07:32:24.415Z] provisioning config files... [2021-01-30T07:32:24.447Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5776247742051243029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:32:24.853Z] ---> docker-login.sh [2021-01-30T07:32:24.853Z] nexus3.edgexfoundry.org:10001 [2021-01-30T07:32:25.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:32:25.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:32:25.114Z] Configure a credential helper to remove this warning. See [2021-01-30T07:32:25.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:32:25.114Z] [2021-01-30T07:32:25.114Z] Login Succeeded [2021-01-30T07:32:25.114Z] nexus3.edgexfoundry.org:10002 [2021-01-30T07:32:25.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:32:25.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:32:25.376Z] Configure a credential helper to remove this warning. See [2021-01-30T07:32:25.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:32:25.376Z] [2021-01-30T07:32:25.376Z] Login Succeeded [2021-01-30T07:32:25.376Z] nexus3.edgexfoundry.org:10003 [2021-01-30T07:32:25.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:32:25.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:32:25.641Z] Configure a credential helper to remove this warning. See [2021-01-30T07:32:25.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:32:25.641Z] [2021-01-30T07:32:25.641Z] Login Succeeded [2021-01-30T07:32:25.641Z] nexus3.edgexfoundry.org:10004 [2021-01-30T07:32:25.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:32:25.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:32:25.903Z] Configure a credential helper to remove this warning. See [2021-01-30T07:32:25.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:32:25.903Z] [2021-01-30T07:32:25.903Z] Login Succeeded [2021-01-30T07:32:25.903Z] docker.io [2021-01-30T07:32:25.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:32:26.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:32:26.164Z] Configure a credential helper to remove this warning. See [2021-01-30T07:32:26.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:32:26.164Z] [2021-01-30T07:32:26.164Z] Login Succeeded [2021-01-30T07:32:26.164Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T07:32:26.173Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T07:32:26.630Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/core-command/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/core-data/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-30T07:32:26.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T07:32:26.630Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-30T07:32:26.630Z] ++ cut -d/ -f2 [2021-01-30T07:32:26.630Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-30T07:32:26.699Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:32:28.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T07:32:28.200Z] [2021-01-30T07:32:28.200Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:32:28.543Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T07:32:28.544Z] latest: Pulling from edgex-devops/git-semver [2021-01-30T07:32:28.544Z] 31603596830f: Pulling fs layer [2021-01-30T07:32:28.544Z] 2a8b12db71e7: Pulling fs layer [2021-01-30T07:32:28.544Z] 6ca5941a6612: Pulling fs layer [2021-01-30T07:32:28.544Z] ecc8261a40a4: Pulling fs layer [2021-01-30T07:32:28.544Z] ecc8261a40a4: Waiting [2021-01-30T07:32:28.544Z] 2a8b12db71e7: Verifying Checksum [2021-01-30T07:32:28.544Z] 2a8b12db71e7: Download complete [2021-01-30T07:32:28.544Z] 31603596830f: Download complete [2021-01-30T07:32:28.805Z] ecc8261a40a4: Verifying Checksum [2021-01-30T07:32:28.805Z] ecc8261a40a4: Download complete [2021-01-30T07:32:28.805Z] 6ca5941a6612: Verifying Checksum [2021-01-30T07:32:28.805Z] 6ca5941a6612: Download complete [2021-01-30T07:32:29.065Z] 31603596830f: Pull complete [2021-01-30T07:32:29.065Z] 2a8b12db71e7: Pull complete [2021-01-30T07:32:30.013Z] 6ca5941a6612: Pull complete [2021-01-30T07:32:30.013Z] ecc8261a40a4: Pull complete [2021-01-30T07:32:30.013Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-30T07:32:30.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T07:32:30.013Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-30T07:32:30.115Z] prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container [2021-01-30T07:32:30.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T07:32:32.836Z] $ docker top 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T07:32:33.133Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T07:32:33.133Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T07:32:33.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T07:32:33.351Z] $ docker exec 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent [2021-01-30T07:32:33.506Z] SSH_AUTH_SOCK=/tmp/ssh-FwiSyzZJxLTC/agent.12 [2021-01-30T07:32:33.506Z] SSH_AGENT_PID=17 [2021-01-30T07:32:33.517Z] Running ssh-add (command line suppressed) [2021-01-30T07:32:33.628Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_924536544974566940.key (/w/workspace/edgex-go/7@tmp/private_key_924536544974566940.key) [2021-01-30T07:32:33.677Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T07:32:34.017Z] + git tag --points-at HEAD [Pipeline] } [2021-01-30T07:32:34.038Z] $ docker exec --env ******** --env ******** 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent -k [2021-01-30T07:32:34.148Z] unset SSH_AUTH_SOCK; [2021-01-30T07:32:34.148Z] unset SSH_AGENT_PID; [2021-01-30T07:32:34.149Z] echo Agent pid 17 killed; [2021-01-30T07:32:34.190Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-30T07:32:34.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T07:32:34.332Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T07:32:34.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T07:32:34.495Z] $ docker exec 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent [2021-01-30T07:32:34.644Z] SSH_AUTH_SOCK=/tmp/ssh-7ZLyT2nyxm49/agent.47 [2021-01-30T07:32:34.644Z] SSH_AGENT_PID=52 [2021-01-30T07:32:34.650Z] Running ssh-add (command line suppressed) [2021-01-30T07:32:34.762Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_2794475230100395702.key (/w/workspace/edgex-go/7@tmp/private_key_2794475230100395702.key) [2021-01-30T07:32:34.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T07:32:35.143Z] + git semver init [2021-01-30T07:32:35.143Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T07:32:35.143Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-30T07:32:35.143Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-30T07:32:35.143Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T07:32:35.143Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T07:32:35.143Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T07:32:35.143Z] # $SEMVER_BRANCH = PR-3088 [2021-01-30T07:32:35.143Z] # $SEMVER_TEMP = /tmp/semver-210055383 [2021-01-30T07:32:35.143Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-30T07:33:07.278Z] # '/tmp/semver-210055383' -> '/w/workspace/edgex-go/7/.semver' [2021-01-30T07:33:07.278Z] # -> Force: false [2021-01-30T07:33:07.278Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-30T07:33:07.290Z] $ docker exec --env ******** --env ******** 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent -k [2021-01-30T07:33:07.535Z] unset SSH_AUTH_SOCK; [2021-01-30T07:33:07.535Z] unset SSH_AGENT_PID; [2021-01-30T07:33:07.535Z] echo Agent pid 52 killed; [2021-01-30T07:33:07.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T07:33:08.086Z] + git semver [Pipeline] } [2021-01-30T07:33:08.101Z] $ docker stop --time=1 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 [2021-01-30T07:33:09.964Z] $ docker rm -f 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T07:33:10.445Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-30T07:33:10.940Z] Stashed 1 file(s) [Pipeline] echo [2021-01-30T07:33:10.944Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T07:33:11.818Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-30T07:33:12.113Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T07:33:12.403Z] + sudo service docker restart [2021-01-30T07:33:12.403Z] + true [2021-01-30T07:33:12.403Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-30T07:33:12.996Z] ========================================================= [2021-01-30T07:33:12.996Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-30T07:33:12.996Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:33:13.354Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-30T07:33:16.697Z] Sending build context to Docker daemon 327.4MB [2021-01-30T07:33:16.697Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T07:33:16.697Z] Step 2/6 : FROM ${BASE} [2021-01-30T07:33:16.697Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-30T07:33:16.697Z] 188c0c94c7c5: Pulling fs layer [2021-01-30T07:33:16.697Z] 0ef7d3d256c8: Pulling fs layer [2021-01-30T07:33:16.697Z] de9db76c5a1d: Pulling fs layer [2021-01-30T07:33:16.697Z] bca2f99d35d6: Pulling fs layer [2021-01-30T07:33:16.697Z] 93359f2a8cfa: Pulling fs layer [2021-01-30T07:33:16.697Z] 7c6f9722023f: Pulling fs layer [2021-01-30T07:33:16.697Z] a35cf1a2eb13: Pulling fs layer [2021-01-30T07:33:16.697Z] bca2f99d35d6: Waiting [2021-01-30T07:33:16.698Z] 93359f2a8cfa: Waiting [2021-01-30T07:33:16.698Z] 7c6f9722023f: Waiting [2021-01-30T07:33:16.698Z] a35cf1a2eb13: Waiting [2021-01-30T07:33:16.698Z] de9db76c5a1d: Verifying Checksum [2021-01-30T07:33:16.698Z] de9db76c5a1d: Download complete [2021-01-30T07:33:16.698Z] 0ef7d3d256c8: Verifying Checksum [2021-01-30T07:33:16.698Z] 0ef7d3d256c8: Download complete [2021-01-30T07:33:16.698Z] 93359f2a8cfa: Verifying Checksum [2021-01-30T07:33:16.698Z] 93359f2a8cfa: Download complete [2021-01-30T07:33:16.698Z] 188c0c94c7c5: Verifying Checksum [2021-01-30T07:33:16.698Z] 188c0c94c7c5: Download complete [2021-01-30T07:33:16.698Z] 7c6f9722023f: Verifying Checksum [2021-01-30T07:33:16.698Z] 7c6f9722023f: Download complete [2021-01-30T07:33:17.271Z] 188c0c94c7c5: Pull complete [2021-01-30T07:33:17.271Z] 0ef7d3d256c8: Pull complete [2021-01-30T07:33:17.538Z] de9db76c5a1d: Pull complete [2021-01-30T07:33:18.113Z] a35cf1a2eb13: Verifying Checksum [2021-01-30T07:33:18.113Z] a35cf1a2eb13: Download complete [2021-01-30T07:33:18.682Z] bca2f99d35d6: Verifying Checksum [2021-01-30T07:33:18.682Z] bca2f99d35d6: Download complete [2021-01-30T07:33:23.981Z] bca2f99d35d6: Pull complete [2021-01-30T07:33:23.981Z] 93359f2a8cfa: Pull complete [2021-01-30T07:33:23.981Z] 7c6f9722023f: Pull complete [2021-01-30T07:33:26.331Z] Still waiting to schedule task [2021-01-30T07:33:26.332Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-30T07:33:29.267Z] a35cf1a2eb13: Pull complete [2021-01-30T07:33:29.267Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-30T07:33:29.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-30T07:33:29.267Z] ---> a62c8e92a672 [2021-01-30T07:33:29.267Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-30T07:33:29.530Z] ---> Running in 5feecc3a76a4 [2021-01-30T07:33:30.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:33:30.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:33:31.243Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T07:33:31.816Z] (2/12) Installing file (5.38-r0) [2021-01-30T07:33:32.078Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T07:33:32.078Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T07:33:36.287Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T07:33:36.287Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T07:33:36.287Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T07:33:36.287Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T07:33:36.287Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T07:33:36.287Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T07:33:36.287Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T07:33:36.547Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T07:33:36.547Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:33:36.547Z] OK: 233 MiB in 51 packages [2021-01-30T07:33:39.846Z] Removing intermediate container 5feecc3a76a4 [2021-01-30T07:33:39.846Z] ---> 45e9f378d398 [2021-01-30T07:33:39.846Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T07:33:39.846Z] ---> Running in b5a4748cc8e7 [2021-01-30T07:33:39.846Z] Removing intermediate container b5a4748cc8e7 [2021-01-30T07:33:39.846Z] ---> face0842b2b8 [2021-01-30T07:33:39.846Z] Step 5/6 : COPY go.mod . [2021-01-30T07:33:40.107Z] ---> 2a71d1433efb [2021-01-30T07:33:40.107Z] Step 6/6 : RUN go mod download [2021-01-30T07:33:40.107Z] ---> Running in 10af14123fd9 [2021-01-30T07:34:02.119Z] Removing intermediate container 10af14123fd9 [2021-01-30T07:34:02.119Z] ---> 083204dc36cc [2021-01-30T07:34:02.119Z] Successfully built 083204dc36cc [2021-01-30T07:34:02.119Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:34:02.424Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T07:34:02.424Z] . [Pipeline] withDockerContainer [2021-01-30T07:34:02.511Z] prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container [2021-01-30T07:34:02.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-30T07:34:03.303Z] $ docker top 5f1292f0c238370db6a279a69a6b84dff3d5af6502170c1f48b7ecfd43b86900 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T07:34:03.779Z] + go version [2021-01-30T07:34:03.779Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-30T07:34:03.794Z] $ docker stop --time=1 5f1292f0c238370db6a279a69a6b84dff3d5af6502170c1f48b7ecfd43b86900 [2021-01-30T07:34:05.120Z] $ docker rm -f 5f1292f0c238370db6a279a69a6b84dff3d5af6502170c1f48b7ecfd43b86900 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:34:05.895Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T07:34:05.895Z] . [Pipeline] withDockerContainer [2021-01-30T07:34:05.979Z] prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container [2021-01-30T07:34:06.131Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-30T07:34:06.712Z] $ docker top 76b847fc574e3a4b74a8ebe72e9394ca4615451120621fe56bb82371ec4a3d1c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T07:34:06.913Z] ========================================================= [2021-01-30T07:34:06.913Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-30T07:34:06.913Z] ========================================================= [Pipeline] sh [2021-01-30T07:34:07.200Z] + make test [2021-01-30T07:34:07.200Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-30T07:34:15.368Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-30T07:34:33.587Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-30T07:34:33.587Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-30T07:34:34.991Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-30T07:34:34.991Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-30T07:34:34.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-30T07:34:36.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-30T07:34:36.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-30T07:34:36.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-30T07:34:36.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-30T07:34:36.945Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-30T07:34:37.208Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-30T07:34:39.777Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-30T07:34:39.777Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-30T07:34:39.777Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-30T07:34:41.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.0% of statements [2021-01-30T07:34:41.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-30T07:34:41.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-30T07:34:41.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-30T07:34:41.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-30T07:34:41.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-30T07:34:41.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-30T07:34:41.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-30T07:34:41.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements [2021-01-30T07:34:44.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-30T07:34:44.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-30T07:34:44.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-30T07:34:44.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-30T07:34:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 65.8% of statements [2021-01-30T07:34:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-30T07:34:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-30T07:34:45.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.471s coverage: 82.3% of statements [2021-01-30T07:34:45.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-30T07:34:45.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T07:34:45.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-30T07:34:45.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-30T07:34:47.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-30T07:34:47.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-30T07:34:47.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-30T07:34:47.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.088s coverage: 86.7% of statements [2021-01-30T07:34:47.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-30T07:34:47.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2021-01-30T07:34:47.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-30T07:34:47.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-01-30T07:34:47.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-30T07:34:47.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-30T07:34:47.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-30T07:34:47.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-30T07:34:49.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.345s coverage: 92.8% of statements [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-30T07:34:49.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-30T07:34:49.905Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-30T07:34:49.905Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-30T07:34:49.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-30T07:34:49.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 45.5% of statements [2021-01-30T07:34:49.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.036s coverage: 79.5% of statements [2021-01-30T07:34:49.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-01-30T07:34:49.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-01-30T07:34:49.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-01-30T07:35:02.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.044s coverage: 94.4% of statements [2021-01-30T07:35:02.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-01-30T07:35:14.059Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24100 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-01-30T07:35:14.114Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.057s coverage: 92.9% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 68.9% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.075s coverage: 37.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.245s coverage: 84.0% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 47.1% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.049s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-30T07:35:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-30T07:35:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-01-30T07:35:14.436Z] GO111MODULE=on go vet ./... [2021-01-30T07:35:19.588Z] using credential edgex-jenkins-ssh [2021-01-30T07:35:19.647Z] Cloning the remote Git repository [2021-01-30T07:35:19.697Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-30T07:35:19.815Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-30T07:35:19.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T07:35:19.888Z] > git --version # timeout=10 [2021-01-30T07:35:19.910Z] > git --version # 'git version 2.17.1' [2021-01-30T07:35:19.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T07:35:19.988Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T07:35:36.543Z] gofmt -l . [2021-01-30T07:35:36.543Z] [ "`gofmt -l .`" = "" ] [2021-01-30T07:35:36.543Z] ./bin/test-go-mod-tidy.sh [2021-01-30T07:35:37.115Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-30T07:35:37.669Z] + ls -al . [2021-01-30T07:35:37.670Z] total 680 [2021-01-30T07:35:37.670Z] drwxrwxr-x 10 1001 1001 4096 Jan 30 07:35 . [2021-01-30T07:35:37.670Z] drwxr-xr-x 4 root root 28 Jan 30 07:34 .. [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 11 Jan 30 07:32 .dockerignore [2021-01-30T07:35:37.670Z] drwxrwxr-x 8 1001 1001 179 Jan 30 07:32 .git [2021-01-30T07:35:37.670Z] drwxrwxr-x 3 1001 1001 125 Jan 30 07:32 .github [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 872 Jan 30 07:32 .gitignore [2021-01-30T07:35:37.670Z] drwx------ 3 1001 1001 60 Jan 30 07:33 .semver [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 07:32 .sonarcloud.properties [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 7859 Jan 30 07:32 Attribution.txt [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 07:32 CONTRIBUTING.md [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 931 Jan 30 07:32 Dockerfile.build [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 863 Jan 30 07:32 Jenkinsfile [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 07:32 LICENSE [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 6001 Jan 30 07:32 Makefile [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 6524 Jan 30 07:32 README.md [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 6755 Jan 30 07:32 SECURITY.md [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 5 Jan 30 07:33 VERSION [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 4131 Jan 30 07:32 ZMQWindows.md [2021-01-30T07:35:37.670Z] drwxrwxr-x 2 1001 1001 117 Jan 30 07:32 bin [2021-01-30T07:35:37.670Z] drwxrwxr-x 15 1001 1001 4096 Jan 30 07:32 cmd [2021-01-30T07:35:37.670Z] -rw-r--r-- 1 root root 574984 Jan 30 07:35 coverage.out [2021-01-30T07:35:37.670Z] -rw-r--r-- 1 root root 1054 Jan 30 07:35 go.mod [2021-01-30T07:35:37.670Z] -rw-r--r-- 1 root root 19289 Jan 30 07:35 go.sum [2021-01-30T07:35:37.670Z] drwxrwxr-x 8 1001 1001 127 Jan 30 07:32 internal [2021-01-30T07:35:37.670Z] drwxrwxr-x 4 1001 1001 26 Jan 30 07:32 openapi [2021-01-30T07:35:37.670Z] drwxrwxr-x 4 1001 1001 71 Jan 30 07:32 snap [2021-01-30T07:35:37.670Z] -rw-rw-r-- 1 1001 1001 168 Jan 30 07:32 version.go [Pipeline] sh [2021-01-30T07:35:37.960Z] + '[' -e coverage.out ] [2021-01-30T07:35:37.960Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-30T07:35:38.173Z] Stashed 1 file(s) [Pipeline] sh [2021-01-30T07:35:38.594Z] + make build [2021-01-30T07:35:38.594Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T07:35:40.696Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-30T07:35:39.815Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T07:35:39.835Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T07:35:39.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T07:35:39.899Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T07:35:39.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T07:35:39.913Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-30T07:35:40.720Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T07:35:41.497Z] Merge succeeded, producing b9571898985b86ed210062109b262d6b5a063f8b [2021-01-30T07:35:41.497Z] Checking out Revision b9571898985b86ed210062109b262d6b5a063f8b (PR-3088) [2021-01-30T07:35:41.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T07:35:40.741Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-30T07:35:41.081Z] > git remote # timeout=10 [2021-01-30T07:35:41.108Z] > git config --get remote.origin.url # timeout=10 [2021-01-30T07:35:41.152Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T07:35:41.169Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-01-30T07:35:41.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-30T07:35:41.507Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T07:35:41.529Z] > git checkout -f b9571898985b86ed210062109b262d6b5a063f8b # timeout=10 [2021-01-30T07:35:45.732Z] Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" [2021-01-30T07:35:45.756Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T07:35:47.443Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-30T07:35:47.872Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-01-30T07:35:45.741Z] > git rev-list --no-walk 1eee5d4824e26c0163636dcb4af95067daa29d08 # timeout=10 [Pipeline] sh [2021-01-30T07:35:48.283Z] + true [2021-01-30T07:35:48.283Z] + sudo service docker restart [2021-01-30T07:35:48.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T07:35:50.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T07:35:50.337Z] provisioning config files... [2021-01-30T07:35:50.382Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5997740191982623202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:35:50.795Z] ---> docker-login.sh [2021-01-30T07:35:50.795Z] nexus3.edgexfoundry.org:10001 [2021-01-30T07:35:51.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T07:35:51.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T07:35:51.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:35:52.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:35:52.047Z] Configure a credential helper to remove this warning. See [2021-01-30T07:35:52.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:35:52.047Z] [2021-01-30T07:35:52.047Z] Login Succeeded [2021-01-30T07:35:52.047Z] nexus3.edgexfoundry.org:10002 [2021-01-30T07:35:52.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:35:52.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:35:52.645Z] Configure a credential helper to remove this warning. See [2021-01-30T07:35:52.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:35:52.645Z] [2021-01-30T07:35:52.645Z] Login Succeeded [2021-01-30T07:35:52.645Z] nexus3.edgexfoundry.org:10003 [2021-01-30T07:35:52.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T07:35:53.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:35:53.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:35:53.246Z] Configure a credential helper to remove this warning. See [2021-01-30T07:35:53.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:35:53.246Z] [2021-01-30T07:35:53.246Z] Login Succeeded [2021-01-30T07:35:53.246Z] nexus3.edgexfoundry.org:10004 [2021-01-30T07:35:53.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:35:53.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:35:53.797Z] Configure a credential helper to remove this warning. See [2021-01-30T07:35:53.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:35:53.797Z] [2021-01-30T07:35:53.797Z] Login Succeeded [2021-01-30T07:35:53.797Z] docker.io [2021-01-30T07:35:54.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T07:35:54.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T07:35:54.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T07:35:54.669Z] Configure a credential helper to remove this warning. See [2021-01-30T07:35:54.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T07:35:54.669Z] [2021-01-30T07:35:54.669Z] Login Succeeded [2021-01-30T07:35:54.669Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T07:35:54.687Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-30T07:35:55.094Z] ========================================================= [2021-01-30T07:35:55.094Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-30T07:35:55.094Z] ========================================================= [2021-01-30T07:35:55.132Z] 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 [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:35:55.517Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-30T07:35:56.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T07:35:57.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T07:35:57.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T07:35:58.165Z] Sending build context to Docker daemon 166.1MB [2021-01-30T07:35:58.165Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T07:35:58.165Z] Step 2/6 : FROM ${BASE} [2021-01-30T07:35:58.165Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-30T07:35:58.165Z] 5f621e34cdf4: Pulling fs layer [2021-01-30T07:35:58.165Z] a4357932f1b6: Pulling fs layer [2021-01-30T07:35:58.165Z] 18c013af1878: Pulling fs layer [2021-01-30T07:35:58.165Z] 00ac8860ef70: Pulling fs layer [2021-01-30T07:35:58.165Z] 63d7cb157983: Pulling fs layer [2021-01-30T07:35:58.165Z] b116817d02f9: Pulling fs layer [2021-01-30T07:35:58.165Z] 745a02a5169b: Pulling fs layer [2021-01-30T07:35:58.165Z] 63d7cb157983: Waiting [2021-01-30T07:35:58.165Z] b116817d02f9: Waiting [2021-01-30T07:35:58.165Z] 745a02a5169b: Waiting [2021-01-30T07:35:58.165Z] 00ac8860ef70: Waiting [2021-01-30T07:35:58.165Z] 18c013af1878: Download complete [2021-01-30T07:35:58.165Z] a4357932f1b6: Verifying Checksum [2021-01-30T07:35:58.165Z] a4357932f1b6: Download complete [2021-01-30T07:35:58.165Z] 63d7cb157983: Download complete [2021-01-30T07:35:58.440Z] b116817d02f9: Verifying Checksum [2021-01-30T07:35:58.440Z] b116817d02f9: Download complete [2021-01-30T07:35:58.440Z] 5f621e34cdf4: Verifying Checksum [2021-01-30T07:35:58.440Z] 5f621e34cdf4: Download complete [2021-01-30T07:35:58.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T07:35:59.040Z] 5f621e34cdf4: Pull complete [2021-01-30T07:35:59.640Z] a4357932f1b6: Pull complete [2021-01-30T07:36:00.247Z] 18c013af1878: Pull complete [Pipeline] } [2021-01-30T07:36:00.339Z] $ docker stop --time=1 76b847fc574e3a4b74a8ebe72e9394ca4615451120621fe56bb82371ec4a3d1c [2021-01-30T07:36:00.844Z] 745a02a5169b: Verifying Checksum [2021-01-30T07:36:00.844Z] 745a02a5169b: Download complete [2021-01-30T07:36:01.831Z] 00ac8860ef70: Verifying Checksum [2021-01-30T07:36:01.831Z] 00ac8860ef70: Download complete [2021-01-30T07:36:01.879Z] $ docker rm -f 76b847fc574e3a4b74a8ebe72e9394ca4615451120621fe56bb82371ec4a3d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:36:05.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T07:36:05.263Z] [2021-01-30T07:36:05.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:36:05.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T07:36:05.603Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-30T07:36:05.603Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-30T07:36:05.603Z] ca9280d653b3: Pulling fs layer [2021-01-30T07:36:05.603Z] 7e9c9ca2126c: Pulling fs layer [2021-01-30T07:36:05.865Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-30T07:36:05.865Z] cbdbe7a5bc2a: Download complete [2021-01-30T07:36:06.125Z] cbdbe7a5bc2a: Pull complete [2021-01-30T07:36:06.125Z] ca9280d653b3: Verifying Checksum [2021-01-30T07:36:06.125Z] ca9280d653b3: Download complete [2021-01-30T07:36:07.078Z] 7e9c9ca2126c: Verifying Checksum [2021-01-30T07:36:07.078Z] 7e9c9ca2126c: Download complete [2021-01-30T07:36:07.078Z] ca9280d653b3: Pull complete [2021-01-30T07:36:13.660Z] 7e9c9ca2126c: Pull complete [2021-01-30T07:36:13.660Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-30T07:36:13.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T07:36:13.660Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-30T07:36:13.796Z] prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container [2021-01-30T07:36:13.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-30T07:36:14.244Z] 00ac8860ef70: Pull complete [2021-01-30T07:36:14.244Z] 63d7cb157983: Pull complete [2021-01-30T07:36:14.245Z] b116817d02f9: Pull complete [2021-01-30T07:36:16.806Z] $ docker top 73ab30b59ab1a986a6adf25b07c1b5b9b9fc1e20a7c49366343a0c4197d2add9 -eo pid,comm [2021-01-30T07:36:16.870Z] 745a02a5169b: Pull complete [2021-01-30T07:36:16.870Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-30T07:36:16.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-30T07:36:16.870Z] ---> b7e6874047d6 [2021-01-30T07:36:16.870Z] 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 [Pipeline] { [Pipeline] sh [2021-01-30T07:36:17.295Z] + docker-compose build --help [2021-01-30T07:36:17.295Z] + grep parallel [2021-01-30T07:36:18.236Z] --parallel Build images in parallel. [Pipeline] } [2021-01-30T07:36:18.248Z] $ docker stop --time=1 73ab30b59ab1a986a6adf25b07c1b5b9b9fc1e20a7c49366343a0c4197d2add9 [2021-01-30T07:36:19.588Z] $ docker rm -f 73ab30b59ab1a986a6adf25b07c1b5b9b9fc1e20a7c49366343a0c4197d2add9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:36:20.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T07:36:20.186Z] . [Pipeline] withDockerContainer [2021-01-30T07:36:20.246Z] ---> Running in 4e0d423c2711 [2021-01-30T07:36:20.274Z] prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container [2021-01-30T07:36:20.311Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-30T07:36:20.849Z] $ docker top b2d34c6483dd3a393eb4f9882e34661b509a784eb61baf1dd9577739446c4914 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T07:36:21.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:36:21.391Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T07:36:21.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:36:22.351Z] Building docker-core-command-go ... [2021-01-30T07:36:22.351Z] Building docker-core-data-go ... [2021-01-30T07:36:22.351Z] Building docker-core-metadata-go ... [2021-01-30T07:36:22.351Z] Building docker-security-bootstrapper-go ... [2021-01-30T07:36:22.351Z] Building docker-security-proxy-setup-go ... [2021-01-30T07:36:22.351Z] Building docker-security-secretstore-setup-go ... [2021-01-30T07:36:22.351Z] Building docker-support-notifications-go ... [2021-01-30T07:36:22.351Z] Building docker-support-scheduler-go ... [2021-01-30T07:36:22.351Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T07:36:22.351Z] Building docker-security-secretstore-setup-go [2021-01-30T07:36:22.351Z] Building docker-core-metadata-go [2021-01-30T07:36:22.351Z] Building docker-sys-mgmt-agent-go [2021-01-30T07:36:22.351Z] Building docker-support-notifications-go [2021-01-30T07:36:22.351Z] Building docker-security-bootstrapper-go [2021-01-30T07:36:22.407Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T07:36:22.680Z] (2/12) Installing file (5.38-r0) [2021-01-30T07:36:22.680Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T07:36:22.680Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T07:36:28.072Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T07:36:28.072Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T07:36:28.072Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T07:36:28.072Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T07:36:28.072Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T07:36:28.072Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T07:36:28.072Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T07:36:28.072Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T07:36:28.072Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:36:28.072Z] OK: 217 MiB in 51 packages [2021-01-30T07:36:32.378Z] Removing intermediate container 4e0d423c2711 [2021-01-30T07:36:32.378Z] ---> 5fb1be18b662 [2021-01-30T07:36:32.378Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T07:36:32.378Z] ---> Running in bbf339032630 [2021-01-30T07:36:32.652Z] Removing intermediate container bbf339032630 [2021-01-30T07:36:32.652Z] ---> be142c2ee33d [2021-01-30T07:36:32.652Z] Step 5/6 : COPY go.mod . [2021-01-30T07:36:33.257Z] ---> 679de1774c2d [2021-01-30T07:36:33.257Z] Step 6/6 : RUN go mod download [2021-01-30T07:36:33.257Z] ---> Running in 4eab0779158a [2021-01-30T07:36:49.046Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:36:49.046Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:36:49.046Z] ---> 083204dc36cc [2021-01-30T07:36:49.046Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T07:36:49.046Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:36:49.046Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:36:49.046Z] ---> 083204dc36cc [2021-01-30T07:36:49.046Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T07:36:49.046Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:36:49.046Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:36:49.046Z] ---> 083204dc36cc [2021-01-30T07:36:49.046Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T07:36:49.046Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:36:49.046Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:36:49.046Z] ---> 083204dc36cc [2021-01-30T07:36:49.046Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T07:36:49.046Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:36:49.046Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:36:49.046Z] ---> 083204dc36cc [2021-01-30T07:36:49.046Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T07:36:50.015Z] ---> Running in 3b0735aeafe9 [2021-01-30T07:36:50.016Z] ---> Running in 1364911cfa60 [2021-01-30T07:36:50.016Z] ---> Running in 4802f235af98 [2021-01-30T07:36:50.016Z] ---> Running in cdb9fba1181f [2021-01-30T07:36:50.016Z] ---> Running in 04771a6b4f2a [2021-01-30T07:36:50.283Z] Removing intermediate container 3b0735aeafe9 [2021-01-30T07:36:50.283Z] ---> 6cd958e10d6f [2021-01-30T07:36:50.283Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:36:50.283Z] Removing intermediate container 4802f235af98 [2021-01-30T07:36:50.283Z] ---> 263d5fe46d73 [2021-01-30T07:36:50.283Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:36:50.283Z] Removing intermediate container 1364911cfa60 [2021-01-30T07:36:50.283Z] ---> 62b6849a99a3 [2021-01-30T07:36:50.283Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:36:50.283Z] Removing intermediate container 04771a6b4f2a [2021-01-30T07:36:50.283Z] ---> 5b8d7d1799a5 [2021-01-30T07:36:50.283Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:36:50.283Z] ---> Running in 87984338a66e [2021-01-30T07:36:50.283Z] Removing intermediate container cdb9fba1181f [2021-01-30T07:36:50.283Z] ---> c3291005266b [2021-01-30T07:36:50.283Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:36:50.544Z] ---> Running in d4750d97263f [2021-01-30T07:36:50.544Z] ---> Running in 73a8aecb65bf [2021-01-30T07:36:50.544Z] ---> Running in bd48d35fa1d0 [2021-01-30T07:36:50.544Z] ---> Running in a972690d9917 [2021-01-30T07:36:52.478Z] Removing intermediate container d4750d97263f [2021-01-30T07:36:52.478Z] ---> 901e24a5427a [2021-01-30T07:36:52.478Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T07:36:52.478Z] Removing intermediate container 87984338a66e [2021-01-30T07:36:52.478Z] ---> 5b7a86898b18 [2021-01-30T07:36:52.478Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T07:36:52.739Z] Removing intermediate container bd48d35fa1d0 [2021-01-30T07:36:52.739Z] ---> 54f9e8b14692 [2021-01-30T07:36:52.739Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-30T07:36:52.739Z] ---> Running in 743429fcc9eb [2021-01-30T07:36:52.739Z] ---> Running in dd4824bc2d7d [2021-01-30T07:36:53.000Z] Removing intermediate container a972690d9917 [2021-01-30T07:36:53.000Z] ---> e84ddb0b6d45 [2021-01-30T07:36:53.000Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T07:36:53.000Z] Removing intermediate container 73a8aecb65bf [2021-01-30T07:36:53.000Z] ---> 1bec72514291 [2021-01-30T07:36:53.000Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T07:36:53.000Z] ---> Running in 12bf413cbdc7 [2021-01-30T07:36:53.000Z] ---> Running in cd460ce54f12 [2021-01-30T07:36:53.000Z] ---> Running in 6b6331011c07 [2021-01-30T07:36:53.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:53.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:53.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:36:54.624Z] OK: 233 MiB in 51 packages [2021-01-30T07:36:54.888Z] OK: 233 MiB in 51 packages [2021-01-30T07:36:54.888Z] OK: 233 MiB in 51 packages [2021-01-30T07:36:55.150Z] OK: 233 MiB in 51 packages [2021-01-30T07:36:55.150Z] OK: 233 MiB in 51 packages [2021-01-30T07:36:55.150Z] Removing intermediate container 743429fcc9eb [2021-01-30T07:36:55.150Z] ---> f5cba63340dd [2021-01-30T07:36:55.150Z] Step 6/26 : COPY go.mod . [2021-01-30T07:36:55.721Z] ---> c46f19e4c1fb [2021-01-30T07:36:55.721Z] Step 7/26 : RUN go mod download [2021-01-30T07:36:55.721Z] Removing intermediate container 12bf413cbdc7 [2021-01-30T07:36:55.721Z] ---> 7f8608dd7aa3 [2021-01-30T07:36:55.721Z] Step 6/24 : COPY go.mod . [2021-01-30T07:36:55.982Z] Removing intermediate container dd4824bc2d7d [2021-01-30T07:36:55.982Z] ---> d67a38ca641a [2021-01-30T07:36:55.982Z] Step 6/31 : COPY go.mod . [2021-01-30T07:36:55.982Z] ---> Running in ce55b897be61 [2021-01-30T07:36:56.256Z] Removing intermediate container cd460ce54f12 [2021-01-30T07:36:56.256Z] ---> 88b0b12491f9 [2021-01-30T07:36:56.256Z] Step 6/23 : COPY go.mod . [2021-01-30T07:36:56.256Z] Removing intermediate container 6b6331011c07 [2021-01-30T07:36:56.256Z] ---> 3724974fe362 [2021-01-30T07:36:56.256Z] Step 6/22 : COPY go.mod . [2021-01-30T07:36:56.517Z] ---> 589838943b97 [2021-01-30T07:36:56.517Z] Step 7/24 : RUN go mod download [2021-01-30T07:36:56.517Z] ---> 30ad205fc234 [2021-01-30T07:36:56.517Z] Step 7/31 : RUN go mod download [2021-01-30T07:36:56.517Z] ---> 6bfc2d529ce2 [2021-01-30T07:36:56.517Z] Step 7/23 : RUN go mod download [2021-01-30T07:36:56.517Z] ---> Running in abadd7465819 [2021-01-30T07:36:56.517Z] ---> Running in 0c5c483e5d50 [2021-01-30T07:36:56.778Z] ---> a5f4a51cb635 [2021-01-30T07:36:56.778Z] Step 7/22 : RUN go mod download [2021-01-30T07:36:56.778Z] ---> Running in 1f6d6c638fa4 [2021-01-30T07:36:57.039Z] ---> Running in 68978233db32 [2021-01-30T07:36:57.998Z] Removing intermediate container ce55b897be61 [2021-01-30T07:36:57.998Z] ---> d573880c76ae [2021-01-30T07:36:57.998Z] Step 8/26 : COPY . . [2021-01-30T07:36:58.573Z] Removing intermediate container 0c5c483e5d50 [2021-01-30T07:36:58.573Z] ---> c38446f76dd6 [2021-01-30T07:36:58.573Z] Step 8/24 : COPY . . [2021-01-30T07:37:00.033Z] Removing intermediate container 4eab0779158a [2021-01-30T07:37:00.033Z] ---> 812ea98f2d0e [2021-01-30T07:37:00.033Z] Successfully built 812ea98f2d0e [2021-01-30T07:37:00.033Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:37:00.376Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T07:37:00.376Z] . [Pipeline] withDockerContainer [2021-01-30T07:37:00.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container [2021-01-30T07:37:00.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-30T07:37:02.105Z] $ docker top 3d3a4101e360cf19b74747db6bdc9d3f637bfbe8b858eac13668370f3ecd4eec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T07:37:03.086Z] + go version [2021-01-30T07:37:03.086Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-30T07:37:03.111Z] $ docker stop --time=1 3d3a4101e360cf19b74747db6bdc9d3f637bfbe8b858eac13668370f3ecd4eec [2021-01-30T07:37:04.999Z] $ docker rm -f 3d3a4101e360cf19b74747db6bdc9d3f637bfbe8b858eac13668370f3ecd4eec [2021-01-30T07:37:05.189Z] Removing intermediate container abadd7465819 [2021-01-30T07:37:05.190Z] ---> 34eb150d26e6 [2021-01-30T07:37:05.190Z] Step 8/31 : COPY . . [2021-01-30T07:37:05.190Z] Removing intermediate container 1f6d6c638fa4 [2021-01-30T07:37:05.190Z] ---> b8057f5e9f72 [2021-01-30T07:37:05.190Z] Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:37:06.018Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T07:37:06.018Z] . [Pipeline] withDockerContainer [2021-01-30T07:37:06.322Z] prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container [2021-01-30T07:37:06.405Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-30T07:37:06.580Z] Removing intermediate container 68978233db32 [2021-01-30T07:37:06.580Z] ---> 824b0e7688c4 [2021-01-30T07:37:06.580Z] Step 8/22 : COPY . . [2021-01-30T07:37:07.846Z] $ docker top 03f933cfce7dedd271c05866e9f9eb9b7e40c8ec0b9f30a763f46014cdedc741 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T07:37:08.185Z] ========================================================= [2021-01-30T07:37:08.185Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-30T07:37:08.185Z] ========================================================= [Pipeline] sh [2021-01-30T07:37:08.827Z] + make test [2021-01-30T07:37:08.827Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-30T07:37:31.003Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-30T07:37:33.408Z] ---> 43cf8630b64d [2021-01-30T07:37:33.408Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-30T07:37:33.408Z] ---> 969d322e56d7 [2021-01-30T07:37:33.408Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T07:37:33.408Z] ---> Running in 7c2c0fb53024 [2021-01-30T07:37:33.408Z] ---> Running in 6528aa29e29c [2021-01-30T07:37:36.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T07:37:36.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T07:37:42.997Z] ---> 69cb181fc205 [2021-01-30T07:37:42.997Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T07:37:42.997Z] ---> 71804db67784 [2021-01-30T07:37:42.997Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T07:37:42.997Z] ---> Running in ea7ca2f723c8 [2021-01-30T07:37:43.272Z] ---> Running in a21107b25a87 [2021-01-30T07:37:43.272Z] ---> de4d82a6389f [2021-01-30T07:37:43.272Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T07:37:43.541Z] ---> Running in 09af9bc0a99d [2021-01-30T07:37:44.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-30T07:37:44.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T07:37:44.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T07:37:59.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T07:38:04.858Z] Removing intermediate container 7c2c0fb53024 [2021-01-30T07:38:04.858Z] ---> 35f8274b9c16 [2021-01-30T07:38:04.858Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T07:38:04.858Z] ---> Running in 140daf3e87e4 [2021-01-30T07:38:06.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T07:38:07.689Z] Removing intermediate container 6528aa29e29c [2021-01-30T07:38:07.689Z] ---> b00f11e03fe3 [2021-01-30T07:38:07.689Z] [2021-01-30T07:38:07.689Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T07:38:07.689Z] 3.12: Pulling from library/alpine [2021-01-30T07:38:09.662Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T07:38:09.662Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T07:38:09.662Z] ---> 389fef711851 [2021-01-30T07:38:09.662Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T07:38:09.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T07:38:09.662Z] ---> Running in 7fa810e4f8e5 [2021-01-30T07:38:09.662Z] Removing intermediate container 140daf3e87e4 [2021-01-30T07:38:09.662Z] ---> e9c57ec839ba [2021-01-30T07:38:09.662Z] [2021-01-30T07:38:09.662Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T07:38:09.935Z] 20.10.0: Pulling from library/docker [2021-01-30T07:38:10.052Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-30T07:38:10.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:10.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:10.807Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T07:38:10.807Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T07:38:10.807Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T07:38:10.807Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T07:38:10.807Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T07:38:11.075Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:38:11.075Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T07:38:11.075Z] OK: 7 MiB in 19 packages [2021-01-30T07:38:13.290Z] Removing intermediate container 7fa810e4f8e5 [2021-01-30T07:38:13.290Z] ---> f2ebb9d2ef95 [2021-01-30T07:38:13.290Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T07:38:14.309Z] ---> Running in 68abcccb26a6 [2021-01-30T07:38:14.309Z] Removing intermediate container a21107b25a87 [2021-01-30T07:38:14.309Z] ---> ff406741ead2 [2021-01-30T07:38:14.309Z] [2021-01-30T07:38:14.309Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T07:38:14.309Z] ---> 389fef711851 [2021-01-30T07:38:14.309Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T07:38:14.572Z] ---> Running in a981bad154e9 [2021-01-30T07:38:14.572Z] Removing intermediate container 68abcccb26a6 [2021-01-30T07:38:14.572Z] ---> 4f297d658ca8 [2021-01-30T07:38:14.572Z] Step 13/24 : WORKDIR / [2021-01-30T07:38:17.122Z] ---> Running in b5b788496623 [2021-01-30T07:38:18.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:18.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:18.524Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T07:38:18.524Z] Removing intermediate container 09af9bc0a99d [2021-01-30T07:38:18.524Z] ---> de335c16edbe [2021-01-30T07:38:18.524Z] [2021-01-30T07:38:18.524Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T07:38:18.524Z] ---> 389fef711851 [2021-01-30T07:38:18.524Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T07:38:18.524Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T07:38:18.524Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:38:18.524Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T07:38:18.793Z] OK: 6 MiB in 16 packages [2021-01-30T07:38:19.061Z] Removing intermediate container b5b788496623 [2021-01-30T07:38:19.061Z] ---> e87f449cb17d [2021-01-30T07:38:19.061Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-30T07:38:19.327Z] ---> Running in d23cbfcc2379 [2021-01-30T07:38:20.291Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T07:38:20.882Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T07:38:20.882Z] ---> aefe523efa57 [2021-01-30T07:38:20.882Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T07:38:21.158Z] ---> 0706dfd2c649 [2021-01-30T07:38:21.158Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-30T07:38:21.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:21.158Z] ---> Running in 0aa775bda152 [2021-01-30T07:38:21.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:21.426Z] Removing intermediate container a981bad154e9 [2021-01-30T07:38:21.426Z] ---> d34a8164904d [2021-01-30T07:38:21.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:38:21.426Z] Removing intermediate container ea7ca2f723c8 [2021-01-30T07:38:21.426Z] ---> c8d9900d348b [2021-01-30T07:38:21.426Z] [2021-01-30T07:38:21.426Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T07:38:21.426Z] ---> 389fef711851 [2021-01-30T07:38:21.426Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T07:38:21.426Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T07:38:21.426Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:38:21.426Z] OK: 6 MiB in 15 packages [2021-01-30T07:38:21.426Z] ---> Running in 892c8a1dd49c [2021-01-30T07:38:21.694Z] ---> 3772d99aa655 [2021-01-30T07:38:21.694Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T07:38:21.694Z] ---> Running in 016bfe4a14aa [2021-01-30T07:38:21.962Z] Removing intermediate container 892c8a1dd49c [2021-01-30T07:38:21.962Z] ---> bcb80e07fc79 [2021-01-30T07:38:21.962Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T07:38:21.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:21.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:22.230Z] ---> Running in b933afaf157b [2021-01-30T07:38:22.230Z] Removing intermediate container 016bfe4a14aa [2021-01-30T07:38:22.230Z] ---> 1ae8ba8dbdb6 [2021-01-30T07:38:22.230Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T07:38:22.230Z] ---> c8a881dacc4b [2021-01-30T07:38:22.230Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T07:38:22.230Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T07:38:22.230Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T07:38:22.230Z] Executing bash-5.0.17-r0.post-install [2021-01-30T07:38:22.230Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:38:22.230Z] OK: 12 MiB in 22 packages [2021-01-30T07:38:22.498Z] Removing intermediate container d23cbfcc2379 [2021-01-30T07:38:22.498Z] ---> 70c3a684349f [2021-01-30T07:38:22.498Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:38:22.498Z] ---> Running in 753a0bc5ff58 [2021-01-30T07:38:22.498Z] Removing intermediate container b933afaf157b [2021-01-30T07:38:22.498Z] ---> 4af593d06146 [2021-01-30T07:38:22.498Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T07:38:22.759Z] ---> Running in b8d30dfd225d [2021-01-30T07:38:22.759Z] ---> Running in b98a02f665de [2021-01-30T07:38:22.759Z] ---> ef7974440937 [2021-01-30T07:38:22.759Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T07:38:23.330Z] Removing intermediate container b8d30dfd225d [2021-01-30T07:38:23.331Z] ---> 20db350bc4e1 [2021-01-30T07:38:23.331Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T07:38:23.331Z] Removing intermediate container b98a02f665de [2021-01-30T07:38:23.331Z] ---> 812124191ff8 [2021-01-30T07:38:23.331Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:38:23.593Z] ---> Running in 207a361cb66d [2021-01-30T07:38:23.593Z] Removing intermediate container 0aa775bda152 [2021-01-30T07:38:23.593Z] ---> f1e380379028 [2021-01-30T07:38:23.593Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T07:38:23.594Z] ---> 88f954d81830 [2021-01-30T07:38:23.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T07:38:23.855Z] ---> Running in 7fe785a85a45 [2021-01-30T07:38:23.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:23.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:24.116Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T07:38:24.116Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T07:38:24.116Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:38:24.116Z] OK: 6 MiB in 16 packages [2021-01-30T07:38:24.377Z] ---> 4688d823a055 [2021-01-30T07:38:24.377Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T07:38:24.377Z] Removing intermediate container 207a361cb66d [2021-01-30T07:38:24.377Z] ---> ff509a6a1ef1 [2021-01-30T07:38:24.377Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T07:38:24.952Z] ---> Running in 625bcbad3500 [2021-01-30T07:38:24.952Z] ---> dbed06f37f0f [2021-01-30T07:38:24.952Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-30T07:38:24.952Z] Removing intermediate container 7fe785a85a45 [2021-01-30T07:38:24.952Z] ---> 0658c5be3df8 [2021-01-30T07:38:24.952Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T07:38:25.212Z] ---> Running in e920b5068640 [2021-01-30T07:38:25.212Z] ---> Running in 9cbc9a9ad543 [2021-01-30T07:38:25.212Z] ---> b0977640b2e9 [2021-01-30T07:38:25.212Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T07:38:25.212Z] Removing intermediate container 625bcbad3500 [2021-01-30T07:38:25.212Z] ---> 260f2d023aa0 [2021-01-30T07:38:25.212Z] Step 15/23 : WORKDIR / [2021-01-30T07:38:25.474Z] Removing intermediate container 753a0bc5ff58 [2021-01-30T07:38:25.474Z] ---> 4163dc4a4671 [2021-01-30T07:38:25.474Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T07:38:25.474Z] ---> Running in 3e328280376a [2021-01-30T07:38:25.735Z] Removing intermediate container 9cbc9a9ad543 [2021-01-30T07:38:25.735Z] ---> 79b613dbca82 [2021-01-30T07:38:25.735Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T07:38:25.735Z] ---> Running in df20d25985d3 [2021-01-30T07:38:25.735Z] ---> 5f676e886f82 [2021-01-30T07:38:25.735Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T07:38:25.735Z] ---> Running in b63122a9181c [2021-01-30T07:38:25.995Z] ---> Running in df9fc0f1e349 [2021-01-30T07:38:25.995Z] Removing intermediate container 3e328280376a [2021-01-30T07:38:25.995Z] ---> 70a0b283cfc2 [2021-01-30T07:38:25.995Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:38:25.995Z] Removing intermediate container df20d25985d3 [2021-01-30T07:38:25.995Z] ---> 819047ac6f9e [2021-01-30T07:38:25.995Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T07:38:26.256Z] Removing intermediate container b63122a9181c [2021-01-30T07:38:26.256Z] ---> 8a85ef64006d [2021-01-30T07:38:26.256Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T07:38:26.256Z] ---> Running in 2a9972be9fde [2021-01-30T07:38:26.829Z] Removing intermediate container df9fc0f1e349 [2021-01-30T07:38:26.829Z] ---> e783b8cf08f0 [2021-01-30T07:38:26.829Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:38:27.091Z] ---> d1135e1900cc [2021-01-30T07:38:27.091Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T07:38:27.091Z] ---> Running in 89fb4fa373e5 [2021-01-30T07:38:27.091Z] Removing intermediate container 2a9972be9fde [2021-01-30T07:38:27.091Z] ---> beb9230169c8 [2021-01-30T07:38:27.091Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T07:38:27.355Z] ---> 3e99f7561cf1 [2021-01-30T07:38:27.355Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T07:38:27.355Z] Removing intermediate container e920b5068640 [2021-01-30T07:38:27.355Z] ---> c33a27e30410 [2021-01-30T07:38:27.355Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T07:38:27.355Z] ---> Running in 1500222b6ff6 [2021-01-30T07:38:27.615Z] ---> Running in fb1a3ec38c8a [2021-01-30T07:38:27.615Z] Removing intermediate container 89fb4fa373e5 [2021-01-30T07:38:27.615Z] ---> 9430d19f1e72 [2021-01-30T07:38:27.615Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T07:38:27.877Z] ---> b6db12a6cfd3 [2021-01-30T07:38:27.877Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T07:38:27.877Z] ---> f6a9c44f9cdb [2021-01-30T07:38:27.877Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T07:38:28.816Z] ---> Running in 2e70c073fdbf [2021-01-30T07:38:28.816Z] Removing intermediate container fb1a3ec38c8a [2021-01-30T07:38:28.816Z] ---> de68dfa75a60 [2021-01-30T07:38:28.816Z] Step 22/24 : LABEL arch=x86_64 [2021-01-30T07:38:28.816Z] ---> 17404a45faa3 [2021-01-30T07:38:28.816Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T07:38:28.816Z] ---> Running in da996fb63612 [2021-01-30T07:38:29.078Z] ---> 09c98e537927 [2021-01-30T07:38:29.078Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T07:38:29.078Z] Removing intermediate container 2e70c073fdbf [2021-01-30T07:38:29.078Z] ---> d67b84c2ac27 [2021-01-30T07:38:29.078Z] Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:38:29.078Z] ---> Running in 8a84e2080aea [2021-01-30T07:38:29.339Z] ---> Running in b740cedef6ad [2021-01-30T07:38:29.339Z] ---> Running in 6818f33c6bcd [2021-01-30T07:38:29.600Z] Removing intermediate container da996fb63612 [2021-01-30T07:38:29.600Z] ---> 23425abbdcd7 [2021-01-30T07:38:29.600Z] Step 23/24 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:38:29.600Z] Removing intermediate container 1500222b6ff6 [2021-01-30T07:38:29.600Z] ---> 1d59c7b09bc9 [2021-01-30T07:38:29.600Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T07:38:29.600Z] ---> Running in 654ec06c759b [2021-01-30T07:38:29.600Z] Removing intermediate container b740cedef6ad [2021-01-30T07:38:29.600Z] ---> f873302acf41 [2021-01-30T07:38:29.600Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T07:38:29.868Z] Removing intermediate container 6818f33c6bcd [2021-01-30T07:38:29.868Z] ---> 3fed60ff6e06 [2021-01-30T07:38:29.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:38:29.868Z] ---> Running in 92ff50895fb8 [2021-01-30T07:38:29.868Z] ---> Running in 539a75c696b4 [2021-01-30T07:38:29.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:29.868Z] ---> Running in 96ea738da9c0 [2021-01-30T07:38:30.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:38:30.129Z] Removing intermediate container 654ec06c759b [2021-01-30T07:38:30.129Z] ---> 9e3d5e89a301 [2021-01-30T07:38:30.129Z] Step 24/24 : LABEL version=0.0.0 [2021-01-30T07:38:30.129Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T07:38:30.129Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T07:38:30.129Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T07:38:30.129Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T07:38:30.129Z] ---> Running in 6a0dd7286aa7 [2021-01-30T07:38:30.129Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T07:38:30.129Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T07:38:30.129Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T07:38:30.390Z] Removing intermediate container 92ff50895fb8 [2021-01-30T07:38:30.390Z] ---> b970715e9ff5 [2021-01-30T07:38:30.390Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T07:38:31.330Z] Removing intermediate container 539a75c696b4 [2021-01-30T07:38:31.330Z] ---> b956f6906a0e [2021-01-30T07:38:31.330Z] [2021-01-30T07:38:31.330Z] Removing intermediate container 96ea738da9c0 [2021-01-30T07:38:31.330Z] ---> 10af2d39627e [2021-01-30T07:38:31.330Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-30T07:38:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-30T07:38:33.746Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-30T07:38:33.874Z] Successfully built b956f6906a0e [2021-01-30T07:38:34.135Z] ---> Running in c8f32141e4d1 [2021-01-30T07:38:34.135Z] Successfully tagged docker-support-notifications-go:latest [2021-01-30T07:38:34.135Z] Removing intermediate container 6a0dd7286aa7 [2021-01-30T07:38:34.135Z] ---> 1790e1aaaccb [2021-01-30T07:38:34.135Z] Building docker-core-command-go [2021-01-30T07:38:34.135Z]  Building docker-support-notifications-go ... done  [2021-01-30T07:38:34.135Z] ---> 8e385147de52 [2021-01-30T07:38:34.135Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T07:38:34.395Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T07:38:34.395Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T07:38:34.395Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T07:38:34.395Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T07:38:34.395Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T07:38:34.395Z] Successfully built 1790e1aaaccb [2021-01-30T07:38:34.395Z] ---> Running in 67a894ea761d [2021-01-30T07:38:34.395Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T07:38:34.395Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T07:38:34.395Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-30T07:38:34.395Z] Building docker-core-data-go [2021-01-30T07:38:34.964Z]  Building docker-security-secretstore-setup-go ... done (15/33) Installing py3-idna (2.9-r0) [2021-01-30T07:38:35.225Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T07:38:36.609Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T07:38:38.523Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T07:38:38.523Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T07:38:38.523Z] Removing intermediate container c8f32141e4d1 [2021-01-30T07:38:38.523Z] ---> 6e6199adc4f9 [2021-01-30T07:38:38.523Z] Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:38:38.784Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T07:38:39.734Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T07:38:40.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-30T07:38:40.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-30T07:38:40.488Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-30T07:38:41.118Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T07:38:42.070Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T07:38:42.070Z] ---> Running in 87324627109f [2021-01-30T07:38:42.070Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T07:38:42.070Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T07:38:43.032Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T07:38:43.974Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T07:38:43.974Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T07:38:43.974Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T07:38:43.974Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T07:38:44.915Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T07:38:44.915Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T07:38:44.915Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T07:38:44.915Z] Removing intermediate container 87324627109f [2021-01-30T07:38:44.915Z] ---> 8756df5281d5 [2021-01-30T07:38:44.915Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T07:38:46.300Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:38:46.877Z] OK: 71 MiB in 55 packages [2021-01-30T07:38:47.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.337s coverage: 46.0% of statements [2021-01-30T07:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-30T07:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-30T07:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-30T07:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-30T07:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-30T07:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-30T07:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-30T07:38:47.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.135s coverage: 100.0% of statements [2021-01-30T07:38:49.428Z] ---> Running in 0707aac29ce8 [2021-01-30T07:38:52.733Z] Removing intermediate container 67a894ea761d [2021-01-30T07:38:52.733Z] ---> 711f745b913b [2021-01-30T07:38:52.733Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:38:52.733Z] Removing intermediate container 0707aac29ce8 [2021-01-30T07:38:52.733Z] ---> 30ec7d6186af [2021-01-30T07:38:52.733Z] [2021-01-30T07:38:53.682Z] Successfully built 30ec7d6186af [2021-01-30T07:38:53.682Z] Successfully tagged docker-core-metadata-go:latest [2021-01-30T07:38:53.682Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-30T07:38:53.944Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:38:53.944Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:38:53.944Z] ---> 083204dc36cc [2021-01-30T07:38:53.944Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T07:38:53.944Z] ---> Using cache [2021-01-30T07:38:53.944Z] ---> c3291005266b [2021-01-30T07:38:53.944Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:38:53.944Z] ---> Using cache [2021-01-30T07:38:53.944Z] ---> e84ddb0b6d45 [2021-01-30T07:38:53.944Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T07:38:53.944Z] ---> Using cache [2021-01-30T07:38:53.944Z] ---> 88b0b12491f9 [2021-01-30T07:38:53.944Z] Step 6/23 : COPY go.mod . [2021-01-30T07:38:53.944Z] ---> Using cache [2021-01-30T07:38:53.944Z] ---> 6bfc2d529ce2 [2021-01-30T07:38:53.944Z] Step 7/23 : RUN go mod download [2021-01-30T07:38:53.944Z] ---> Using cache [2021-01-30T07:38:53.944Z] ---> b8057f5e9f72 [2021-01-30T07:38:53.944Z] Step 8/23 : COPY . . [2021-01-30T07:38:54.205Z] ---> Using cache [2021-01-30T07:38:54.205Z] ---> de4d82a6389f [2021-01-30T07:38:54.205Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T07:38:54.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-30T07:38:54.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-30T07:38:54.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.197s coverage: 100.0% of statements [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-30T07:38:54.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-30T07:38:55.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 65.8% of statements [2021-01-30T07:38:55.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-30T07:38:55.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-30T07:38:56.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:38:56.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:38:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.681s coverage: 82.3% of statements [2021-01-30T07:38:57.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-30T07:38:57.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T07:38:57.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-30T07:38:57.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-30T07:38:58.225Z] ---> 083204dc36cc [2021-01-30T07:38:58.225Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T07:38:58.225Z] ---> Using cache [2021-01-30T07:38:58.225Z] ---> c3291005266b [2021-01-30T07:38:58.225Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:38:58.225Z] ---> Using cache [2021-01-30T07:38:58.225Z] ---> e84ddb0b6d45 [2021-01-30T07:38:58.225Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T07:38:58.488Z] ---> Running in 94d97889bc01 [2021-01-30T07:38:59.875Z] ---> 8e417e4828f1 [2021-01-30T07:38:59.875Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T07:38:59.875Z] ---> Running in e629e6151b71 [2021-01-30T07:39:01.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T07:39:02.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:39:02.638Z] ---> 3588d2a675da [2021-01-30T07:39:02.638Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T07:39:03.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:39:03.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.273s coverage: 28.6% of statements [2021-01-30T07:39:03.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-30T07:39:03.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-30T07:39:03.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-30T07:39:03.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-30T07:39:03.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-30T07:39:03.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements [2021-01-30T07:39:03.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-30T07:39:03.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-01-30T07:39:03.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-30T07:39:03.476Z] OK: 233 MiB in 51 packages [2021-01-30T07:39:03.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements [2021-01-30T07:39:03.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-30T07:39:05.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.359s coverage: 97.5% of statements [2021-01-30T07:39:05.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-30T07:39:05.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements [2021-01-30T07:39:05.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-30T07:39:05.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-30T07:39:05.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-30T07:39:05.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-30T07:39:07.707Z] ---> 65e7d4aea730 [2021-01-30T07:39:07.707Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T07:39:08.285Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:39:08.285Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:39:08.285Z] ---> 083204dc36cc [2021-01-30T07:39:08.285Z] Step 3/21 : WORKDIR /edgex-go [2021-01-30T07:39:08.285Z] ---> Using cache [2021-01-30T07:39:08.285Z] ---> c3291005266b [2021-01-30T07:39:08.285Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:39:08.285Z] ---> Using cache [2021-01-30T07:39:08.285Z] ---> e84ddb0b6d45 [2021-01-30T07:39:08.285Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T07:39:08.285Z] ---> Using cache [2021-01-30T07:39:08.285Z] ---> 88b0b12491f9 [2021-01-30T07:39:08.285Z] Step 6/21 : COPY go.mod . [2021-01-30T07:39:08.285Z] ---> Using cache [2021-01-30T07:39:08.285Z] ---> 6bfc2d529ce2 [2021-01-30T07:39:08.285Z] Step 7/21 : RUN go mod download [2021-01-30T07:39:08.285Z] ---> Using cache [2021-01-30T07:39:08.285Z] ---> b8057f5e9f72 [2021-01-30T07:39:08.285Z] Step 8/21 : COPY . . [2021-01-30T07:39:08.285Z] ---> Using cache [2021-01-30T07:39:08.285Z] ---> de4d82a6389f [2021-01-30T07:39:08.285Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-30T07:39:09.688Z] ---> Running in d57ae21d8d13 [2021-01-30T07:39:10.269Z] ---> b635d7062c27 [2021-01-30T07:39:10.269Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T07:39:10.859Z] Removing intermediate container e629e6151b71 [2021-01-30T07:39:10.860Z] ---> d9d5242c60ec [2021-01-30T07:39:10.860Z] Step 6/23 : COPY go.mod . [2021-01-30T07:39:11.141Z] ---> b5ce20465f04 [2021-01-30T07:39:11.141Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T07:39:11.413Z] ---> f2932d3b6fb6 [2021-01-30T07:39:11.413Z] Step 7/23 : RUN go mod download [2021-01-30T07:39:11.413Z] Removing intermediate container 8a84e2080aea [2021-01-30T07:39:11.413Z] ---> 4da6753e7cc3 [2021-01-30T07:39:11.413Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T07:39:11.413Z] ---> Running in 5f25d127e688 [2021-01-30T07:39:11.413Z] ---> Running in be439c26d8b8 [2021-01-30T07:39:11.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T07:39:11.413Z] ---> Running in d48395e33337 [2021-01-30T07:39:12.001Z] Removing intermediate container 5f25d127e688 [2021-01-30T07:39:12.001Z] ---> 31d6d81e4bb9 [2021-01-30T07:39:12.001Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T07:39:12.597Z] ---> 5be046102a3c [2021-01-30T07:39:12.597Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T07:39:12.597Z] ---> Running in e1dab03c5a4a [2021-01-30T07:39:14.037Z] Removing intermediate container be439c26d8b8 [2021-01-30T07:39:14.037Z] ---> 3ec39b58ba81 [2021-01-30T07:39:14.037Z] Step 8/23 : COPY . . [2021-01-30T07:39:14.303Z] Removing intermediate container e1dab03c5a4a [2021-01-30T07:39:14.303Z] ---> aaeab29b4478 [2021-01-30T07:39:14.303Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T07:39:15.256Z] ---> Running in 81b9703c2474 [2021-01-30T07:39:15.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.252s coverage: 92.8% of statements [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-30T07:39:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-30T07:39:15.492Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-30T07:39:15.492Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-30T07:39:15.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-30T07:39:15.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements [2021-01-30T07:39:15.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.110s coverage: 79.5% of statements [2021-01-30T07:39:15.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-01-30T07:39:15.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-01-30T07:39:15.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-01-30T07:39:17.187Z] Collecting docker-compose==1.23.2 [2021-01-30T07:39:17.187Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T07:39:19.771Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T07:39:19.771Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T07:39:20.370Z] Collecting PyYAML<4,>=3.10 [2021-01-30T07:39:20.370Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T07:39:22.312Z] Removing intermediate container 81b9703c2474 [2021-01-30T07:39:22.312Z] ---> 4b3e8e588a18 [2021-01-30T07:39:22.312Z] Step 28/31 : CMD ["gate"] [2021-01-30T07:39:24.918Z] ---> Running in d5e5d013e4b2 [2021-01-30T07:39:24.918Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T07:39:24.918Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T07:39:25.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.109s coverage: 94.4% of statements [2021-01-30T07:39:25.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-01-30T07:39:26.835Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T07:39:26.835Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T07:39:27.108Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T07:39:27.108Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T07:39:27.108Z] Removing intermediate container d5e5d013e4b2 [2021-01-30T07:39:27.108Z] ---> 2eb96a11f0e2 [2021-01-30T07:39:27.108Z] Step 29/31 : LABEL arch=x86_64 [2021-01-30T07:39:27.717Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-30T07:39:28.288Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T07:39:28.288Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T07:39:29.675Z] ---> Running in ed8f27a60aed [2021-01-30T07:39:30.256Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T07:39:30.256Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T07:39:31.650Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T07:39:31.650Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T07:39:32.592Z] Removing intermediate container ed8f27a60aed [2021-01-30T07:39:32.592Z] ---> 58eb0f82e609 [2021-01-30T07:39:32.592Z] Step 30/31 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:39:32.852Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T07:39:32.852Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T07:39:34.236Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T07:39:34.236Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T07:39:34.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T07:39:34.236Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-30T07:39:34.237Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-30T07:39:34.237Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T07:39:34.237Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T07:39:35.184Z] ---> Running in ea3d52ae1ca0 [2021-01-30T07:39:35.184Z] Collecting idna<2.8,>=2.5 [2021-01-30T07:39:35.184Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T07:39:35.184Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T07:39:35.184Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T07:39:35.184Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T07:39:35.184Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T07:39:35.184Z] ---> 2c3c0488647b [2021-01-30T07:39:35.184Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T07:39:35.445Z] Installing collected packages: jsonschema, PyYAML, docopt, cached-property, texttable, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-30T07:39:35.707Z] ---> Running in fc4b7b1326ce [2021-01-30T07:39:35.707Z] Running setup.py install for PyYAML: started [2021-01-30T07:39:36.284Z] Removing intermediate container ea3d52ae1ca0 [2021-01-30T07:39:36.284Z] ---> 4b18d25771d9 [2021-01-30T07:39:36.284Z] Step 31/31 : LABEL version=0.0.0 [2021-01-30T07:39:36.859Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T07:39:36.859Z] Running setup.py install for docopt: started [2021-01-30T07:39:37.430Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T07:39:37.430Z] Running setup.py install for texttable: started [2021-01-30T07:39:37.691Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T07:39:37.691Z] Running setup.py install for dockerpty: started [2021-01-30T07:39:37.961Z] ---> Running in ed6cecb3003f [2021-01-30T07:39:38.226Z] Removing intermediate container 94d97889bc01 [2021-01-30T07:39:38.226Z] ---> 5fc0fb05a01c [2021-01-30T07:39:38.226Z] [2021-01-30T07:39:38.226Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T07:39:38.226Z] ---> 389fef711851 [2021-01-30T07:39:38.226Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T07:39:38.226Z] ---> Using cache [2021-01-30T07:39:38.226Z] ---> 70c3a684349f [2021-01-30T07:39:38.226Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:39:38.226Z] ---> Using cache [2021-01-30T07:39:38.226Z] ---> 20db350bc4e1 [2021-01-30T07:39:38.226Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T07:39:38.226Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T07:39:38.226Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T07:39:38.498Z] Attempting uninstall: urllib3 [2021-01-30T07:39:38.498Z] Found existing installation: urllib3 1.25.9 [2021-01-30T07:39:38.498Z] Uninstalling urllib3-1.25.9: [2021-01-30T07:39:38.498Z] Removing intermediate container ed6cecb3003f [2021-01-30T07:39:38.498Z] ---> a022f91f8801 [2021-01-30T07:39:38.498Z] [2021-01-30T07:39:38.498Z] ---> Running in 45b10e6e3cfe [2021-01-30T07:39:38.766Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T07:39:39.031Z] Successfully built a022f91f8801 [2021-01-30T07:39:39.297Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-30T07:39:39.297Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-01-30T07:39:39.297Z] Removing intermediate container 45b10e6e3cfe [2021-01-30T07:39:39.297Z] ---> 563b1016f768 [2021-01-30T07:39:39.297Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T07:39:39.297Z] Attempting uninstall: idna [2021-01-30T07:39:39.297Z] Found existing installation: idna 2.9 [2021-01-30T07:39:39.297Z] Uninstalling idna-2.9: [2021-01-30T07:39:40.692Z] Successfully uninstalled idna-2.9 [2021-01-30T07:39:41.048Z] Attempting uninstall: requests [2021-01-30T07:39:41.048Z] Found existing installation: requests 2.23.0 [2021-01-30T07:39:41.048Z] Uninstalling requests-2.23.0: [2021-01-30T07:39:41.462Z] Successfully uninstalled requests-2.23.0 [2021-01-30T07:39:42.040Z] ---> Running in cdea9081c881 [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.521s coverage: 63.5% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 68.9% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-30T07:39:44.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.479s coverage: 84.0% of statements [2021-01-30T07:39:44.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.089s coverage: 100.0% of statements [2021-01-30T07:39:44.604Z] Removing intermediate container d57ae21d8d13 [2021-01-30T07:39:44.605Z] ---> 5ba477c8b277 [2021-01-30T07:39:44.605Z] [2021-01-30T07:39:44.605Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T07:39:44.605Z] ---> 389fef711851 [2021-01-30T07:39:44.605Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T07:39:48.839Z] Removing intermediate container cdea9081c881 [2021-01-30T07:39:48.839Z] ---> c881e964d428 [2021-01-30T07:39:48.839Z] Step 15/23 : WORKDIR / [2021-01-30T07:39:48.839Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-30T07:39:49.110Z] ---> Running in b103f6c81857 [2021-01-30T07:39:49.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.359s coverage: 47.1% of statements [2021-01-30T07:39:49.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-30T07:39:49.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-30T07:39:49.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-30T07:39:49.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-30T07:39:49.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-30T07:39:49.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-01-30T07:39:49.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-30T07:39:49.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-01-30T07:39:49.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-30T07:39:50.055Z] ---> Running in b953767c7be5 [2021-01-30T07:39:52.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:39:52.661Z] Removing intermediate container b953767c7be5 [2021-01-30T07:39:52.661Z] ---> 5211092195b8 [2021-01-30T07:39:52.662Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:39:52.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:39:52.928Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T07:39:53.192Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T07:39:53.192Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T07:39:53.192Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T07:39:53.192Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:39:53.464Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T07:39:53.464Z] OK: 7 MiB in 18 packages [2021-01-30T07:39:54.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.284s coverage: 29.1% of statements [2021-01-30T07:39:54.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-30T07:39:54.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-30T07:39:54.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-30T07:39:54.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-30T07:39:54.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-30T07:39:54.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-30T07:39:54.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.173s coverage: 100.0% of statements [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-30T07:39:54.886Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-30T07:39:54.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-30T07:39:54.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-30T07:39:54.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-30T07:39:54.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-01-30T07:39:55.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-30T07:39:57.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-30T07:39:57.728Z] GO111MODULE=on go vet ./... [2021-01-30T07:40:00.079Z] ---> 7715f012d8e1 [2021-01-30T07:40:00.079Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T07:40:01.469Z] Removing intermediate container d48395e33337 [2021-01-30T07:40:01.469Z] ---> eb9680257af3 [2021-01-30T07:40:01.469Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T07:40:01.469Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:40:01.469Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:40:01.469Z] ---> 083204dc36cc [2021-01-30T07:40:01.469Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T07:40:01.469Z] ---> Using cache [2021-01-30T07:40:01.469Z] ---> c3291005266b [2021-01-30T07:40:01.469Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:40:01.469Z] ---> Using cache [2021-01-30T07:40:01.469Z] ---> e84ddb0b6d45 [2021-01-30T07:40:01.469Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T07:40:01.469Z] ---> Using cache [2021-01-30T07:40:01.469Z] ---> 88b0b12491f9 [2021-01-30T07:40:01.469Z] Step 6/22 : COPY go.mod . [2021-01-30T07:40:01.469Z] ---> Using cache [2021-01-30T07:40:01.469Z] ---> 6bfc2d529ce2 [2021-01-30T07:40:01.469Z] Step 7/22 : RUN go mod download [2021-01-30T07:40:01.469Z] ---> Using cache [2021-01-30T07:40:01.469Z] ---> b8057f5e9f72 [2021-01-30T07:40:01.469Z] Step 8/22 : COPY . . [2021-01-30T07:40:01.469Z] ---> Using cache [2021-01-30T07:40:01.469Z] ---> de4d82a6389f [2021-01-30T07:40:01.469Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T07:40:02.855Z] ---> 008c9cbb4674 [2021-01-30T07:40:02.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T07:40:02.855Z] Removing intermediate container b103f6c81857 [2021-01-30T07:40:02.855Z] ---> 013c064a61b1 [2021-01-30T07:40:02.855Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T07:40:02.855Z] ---> Running in 38a7426f652d [2021-01-30T07:40:02.855Z] ---> Running in 87ee6c9d3159 [2021-01-30T07:40:03.116Z] ---> Running in aae5c352dfc7 [2021-01-30T07:40:03.403Z] ---> 795d981ec5a6 [2021-01-30T07:40:03.403Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T07:40:03.679Z] ---> Running in 0516e8062d6e [2021-01-30T07:40:03.679Z] Removing intermediate container aae5c352dfc7 [2021-01-30T07:40:03.679Z] ---> 28deed87355c [2021-01-30T07:40:03.679Z] Step 13/21 : WORKDIR /edgex [2021-01-30T07:40:03.679Z] ---> Running in bf5a922c4434 [2021-01-30T07:40:03.947Z] Removing intermediate container 0516e8062d6e [2021-01-30T07:40:03.947Z] ---> 9f4e8cd72068 [2021-01-30T07:40:03.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:40:03.947Z] ---> Running in 44f58372445b [2021-01-30T07:40:03.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T07:40:03.947Z] Removing intermediate container bf5a922c4434 [2021-01-30T07:40:03.947Z] ---> cc672fe05808 [2021-01-30T07:40:03.947Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T07:40:04.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:40:04.220Z] Removing intermediate container 44f58372445b [2021-01-30T07:40:04.220Z] ---> dc7ade2ba5cb [2021-01-30T07:40:04.220Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T07:40:04.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:40:04.220Z] ---> Running in 7a2f1fb61da5 [2021-01-30T07:40:04.501Z] ---> 811a51ec6339 [2021-01-30T07:40:04.501Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T07:40:04.501Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T07:40:04.501Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T07:40:04.501Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T07:40:04.501Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:40:04.501Z] OK: 72 MiB in 58 packages [2021-01-30T07:40:04.501Z] Removing intermediate container 7a2f1fb61da5 [2021-01-30T07:40:04.501Z] ---> 193f2b9509c4 [2021-01-30T07:40:04.501Z] Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:40:04.775Z] ---> Running in bd6da2fced8b [2021-01-30T07:40:05.368Z] ---> 5ec8d79ddcac [2021-01-30T07:40:05.368Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T07:40:05.368Z] Removing intermediate container bd6da2fced8b [2021-01-30T07:40:05.368Z] ---> 068d4a60893c [2021-01-30T07:40:05.368Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T07:40:05.630Z] Removing intermediate container 38a7426f652d [2021-01-30T07:40:05.630Z] ---> 950b4708b58c [2021-01-30T07:40:05.630Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T07:40:05.630Z] ---> Running in 5eaed88c14f6 [2021-01-30T07:40:05.893Z] ---> Running in 02116320f614 [2021-01-30T07:40:05.893Z] Removing intermediate container 5eaed88c14f6 [2021-01-30T07:40:05.893Z] ---> ba051533fc6a [2021-01-30T07:40:05.893Z] [2021-01-30T07:40:06.157Z] ---> 8cbf20ac5c0e [2021-01-30T07:40:06.157Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T07:40:06.157Z] Successfully built ba051533fc6a [2021-01-30T07:40:06.422Z] Removing intermediate container 02116320f614 [2021-01-30T07:40:06.422Z] ---> 6801d85f8861 [2021-01-30T07:40:06.422Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:40:06.422Z] Successfully tagged docker-core-command-go:latest [2021-01-30T07:40:06.422Z]  Building docker-core-command-go ... done  ---> Running in 9d2874ea302f [2021-01-30T07:40:06.422Z] ---> Running in 2f4ae65b97cf [2021-01-30T07:40:08.338Z] Removing intermediate container 2f4ae65b97cf [2021-01-30T07:40:08.338Z] ---> 39d69d60f88d [2021-01-30T07:40:08.338Z] Step 24/26 : LABEL arch=x86_64 [2021-01-30T07:40:08.338Z] Removing intermediate container 9d2874ea302f [2021-01-30T07:40:08.338Z] ---> 827636e57727 [2021-01-30T07:40:08.338Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T07:40:08.603Z] ---> Running in a1d1ac6f12ad [2021-01-30T07:40:08.865Z] ---> Running in 6fa286a084e2 [2021-01-30T07:40:08.865Z] Removing intermediate container a1d1ac6f12ad [2021-01-30T07:40:08.865Z] ---> 767a43589109 [2021-01-30T07:40:08.865Z] Step 25/26 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:40:09.127Z] ---> Running in ce58c740abd8 [2021-01-30T07:40:09.390Z] Removing intermediate container 6fa286a084e2 [2021-01-30T07:40:09.390Z] ---> 605f4169c9d7 [2021-01-30T07:40:09.390Z] Step 19/21 : LABEL arch=x86_64 [2021-01-30T07:40:09.656Z] ---> Running in 516c5ee4cac9 [2021-01-30T07:40:09.925Z] Removing intermediate container ce58c740abd8 [2021-01-30T07:40:09.925Z] ---> 22425ac7676a [2021-01-30T07:40:09.925Z] Step 26/26 : LABEL version=0.0.0 [2021-01-30T07:40:11.316Z] ---> Running in 133479fd1a80 [2021-01-30T07:40:11.316Z] Removing intermediate container 516c5ee4cac9 [2021-01-30T07:40:11.316Z] ---> 7db5865f0bb3 [2021-01-30T07:40:11.316Z] Step 20/21 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:40:11.907Z] ---> Running in 9d8074e58c9a [2021-01-30T07:40:11.907Z] Removing intermediate container 133479fd1a80 [2021-01-30T07:40:11.907Z] ---> 0036ca6d33d2 [2021-01-30T07:40:11.907Z] [2021-01-30T07:40:11.907Z] Removing intermediate container fc4b7b1326ce [2021-01-30T07:40:11.907Z] ---> d3c14a88b125 [2021-01-30T07:40:11.907Z] [2021-01-30T07:40:11.907Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T07:40:11.907Z] ---> 389fef711851 [2021-01-30T07:40:11.907Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T07:40:11.907Z] Successfully built 0036ca6d33d2 [2021-01-30T07:40:11.908Z] ---> Running in 6867398d63ab [2021-01-30T07:40:11.908Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-30T07:40:12.173Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9d8074e58c9a [2021-01-30T07:40:12.173Z] ---> 4e5d6f85bce9 [2021-01-30T07:40:12.173Z] Step 21/21 : LABEL version=0.0.0 [2021-01-30T07:40:12.173Z] ---> Running in 925a017661f4 [2021-01-30T07:40:12.173Z] Removing intermediate container 6867398d63ab [2021-01-30T07:40:12.173Z] ---> b168c56928db [2021-01-30T07:40:12.173Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T07:40:12.434Z] ---> Running in faa5b80ab977 [2021-01-30T07:40:12.434Z] Removing intermediate container 925a017661f4 [2021-01-30T07:40:12.434Z] ---> 636d3c4da678 [2021-01-30T07:40:12.434Z] [2021-01-30T07:40:12.699Z] Successfully built 636d3c4da678 [2021-01-30T07:40:12.699Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-30T07:40:12.699Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container faa5b80ab977 [2021-01-30T07:40:12.699Z] ---> f92083d19cf7 [2021-01-30T07:40:12.699Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T07:40:12.971Z] ---> Running in a46c14c86460 [2021-01-30T07:40:13.240Z] Removing intermediate container a46c14c86460 [2021-01-30T07:40:13.240Z] ---> 42ab6df465b5 [2021-01-30T07:40:13.240Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:40:13.240Z] ---> Running in 37afc701439e [2021-01-30T07:40:15.819Z] Removing intermediate container 37afc701439e [2021-01-30T07:40:15.819Z] ---> d49b3e494631 [2021-01-30T07:40:15.819Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T07:40:15.819Z] ---> Running in 31fe28cf1554 [2021-01-30T07:40:16.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T07:40:16.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T07:40:17.229Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T07:40:17.229Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T07:40:17.229Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T07:40:17.229Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T07:40:17.491Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T07:40:18.062Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T07:40:18.062Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:40:18.322Z] OK: 8 MiB in 20 packages [2021-01-30T07:40:19.265Z] Removing intermediate container 87ee6c9d3159 [2021-01-30T07:40:19.265Z] ---> 38d997dc5714 [2021-01-30T07:40:19.265Z] [2021-01-30T07:40:19.265Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T07:40:19.265Z] ---> 389fef711851 [2021-01-30T07:40:19.265Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T07:40:19.265Z] ---> Using cache [2021-01-30T07:40:19.265Z] ---> 70c3a684349f [2021-01-30T07:40:19.265Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:40:19.265Z] ---> Using cache [2021-01-30T07:40:19.265Z] ---> 20db350bc4e1 [2021-01-30T07:40:19.265Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T07:40:19.525Z] ---> Running in 01d140e2fa46 [2021-01-30T07:40:19.525Z] Removing intermediate container 01d140e2fa46 [2021-01-30T07:40:19.525Z] ---> db5e0f0fc4aa [2021-01-30T07:40:19.525Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T07:40:19.787Z] Removing intermediate container 31fe28cf1554 [2021-01-30T07:40:19.787Z] ---> 6da847227b4d [2021-01-30T07:40:19.787Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:40:19.787Z] ---> Running in a12ebcfba6c4 [2021-01-30T07:40:19.787Z] Removing intermediate container a12ebcfba6c4 [2021-01-30T07:40:19.787Z] ---> 5b12b37b7e7c [2021-01-30T07:40:19.787Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:40:20.049Z] ---> c385bd6afeda [2021-01-30T07:40:20.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T07:40:20.310Z] ---> b32304c47aa2 [2021-01-30T07:40:20.310Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T07:40:20.570Z] ---> 2dc9224ad96d [2021-01-30T07:40:20.570Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T07:40:20.832Z] ---> 1392007874ae [2021-01-30T07:40:20.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T07:40:20.832Z] ---> 1adeefd443ac [2021-01-30T07:40:20.832Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T07:40:20.832Z] ---> Running in 4b39728f91c1 [2021-01-30T07:40:21.092Z] ---> 57a472f38e0e [2021-01-30T07:40:21.092Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T07:40:21.092Z] ---> Running in 8720f9ffccf7 [2021-01-30T07:40:21.092Z] Removing intermediate container 4b39728f91c1 [2021-01-30T07:40:21.092Z] ---> 0b63e5f65c40 [2021-01-30T07:40:21.092Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:40:21.092Z] ---> Running in 516ca5698690 [2021-01-30T07:40:21.352Z] Removing intermediate container 8720f9ffccf7 [2021-01-30T07:40:21.352Z] ---> d96b12587555 [2021-01-30T07:40:21.352Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:40:21.352Z] ---> Running in 782536c28bf2 [2021-01-30T07:40:21.352Z] Removing intermediate container 516ca5698690 [2021-01-30T07:40:21.352Z] ---> b40323d9ef71 [2021-01-30T07:40:21.352Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T07:40:21.352Z] ---> Running in 45341b6f7390 [2021-01-30T07:40:21.612Z] Removing intermediate container 782536c28bf2 [2021-01-30T07:40:21.612Z] ---> be3eff5e4b0a [2021-01-30T07:40:21.612Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T07:40:21.612Z] ---> Running in e9445090a824 [2021-01-30T07:40:21.612Z] Removing intermediate container 45341b6f7390 [2021-01-30T07:40:21.612Z] ---> b22a854872f7 [2021-01-30T07:40:21.612Z] Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:40:21.873Z] ---> Running in 33bd3d8992f1 [2021-01-30T07:40:21.873Z] Removing intermediate container e9445090a824 [2021-01-30T07:40:21.873Z] ---> 6393c7cdac35 [2021-01-30T07:40:21.873Z] Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:40:21.873Z] ---> Running in 6fc19bc68c0e [2021-01-30T07:40:21.873Z] Removing intermediate container 33bd3d8992f1 [2021-01-30T07:40:21.873Z] ---> 7ca32a77bb06 [2021-01-30T07:40:21.873Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T07:40:22.133Z] ---> Running in be3d5f29850b [2021-01-30T07:40:22.133Z] Removing intermediate container 6fc19bc68c0e [2021-01-30T07:40:22.133Z] ---> 6adf49f66631 [2021-01-30T07:40:22.133Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T07:40:22.133Z] ---> Running in 1c2eac783397 [2021-01-30T07:40:22.394Z] Removing intermediate container be3d5f29850b [2021-01-30T07:40:22.394Z] ---> 5db6f009b27b [2021-01-30T07:40:22.394Z] [2021-01-30T07:40:22.655Z] Successfully built 5db6f009b27b [2021-01-30T07:40:22.655Z] Successfully tagged docker-core-data-go:latest [2021-01-30T07:40:22.655Z]  Building docker-core-data-go ... done Removing intermediate container 1c2eac783397 [2021-01-30T07:40:22.655Z] ---> 7665f14a34d4 [2021-01-30T07:40:22.655Z] [2021-01-30T07:40:22.655Z] Successfully built 7665f14a34d4 [2021-01-30T07:40:22.915Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-30T07:40:23.190Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2021-01-30T07:40:23.201Z] $ docker stop --time=1 b2d34c6483dd3a393eb4f9882e34661b509a784eb61baf1dd9577739446c4914 [2021-01-30T07:40:24.742Z] $ docker rm -f b2d34c6483dd3a393eb4f9882e34661b509a784eb61baf1dd9577739446c4914 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T07:40:25.251Z] + docker images [2021-01-30T07:40:25.251Z] + grep docker [2021-01-30T07:40:25.511Z] docker-core-data-go latest 5db6f009b27b 3 seconds ago 22.3MB [2021-01-30T07:40:25.511Z] docker-support-scheduler-go latest 7665f14a34d4 3 seconds ago 17MB [2021-01-30T07:40:25.511Z] docker-security-proxy-setup-go latest 636d3c4da678 13 seconds ago 24.4MB [2021-01-30T07:40:25.511Z] docker-sys-mgmt-agent-go latest 0036ca6d33d2 14 seconds ago 313MB [2021-01-30T07:40:25.511Z] docker-core-command-go latest ba051533fc6a 20 seconds ago 16.9MB [2021-01-30T07:40:25.511Z] docker-security-bootstrapper-go latest a022f91f8801 47 seconds ago 23.8MB [2021-01-30T07:40:25.511Z] docker-core-metadata-go latest 30ec7d6186af About a minute ago 18.8MB [2021-01-30T07:40:25.511Z] docker-security-secretstore-setup-go latest 1790e1aaaccb About a minute ago 24.6MB [2021-01-30T07:40:25.511Z] docker-support-notifications-go latest b956f6906a0e About a minute ago 16.9MB [2021-01-30T07:40:25.511Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-30T07:40:41.289Z] Still waiting to schedule task [2021-01-30T07:40:41.289Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-30T07:41:19.523Z] gofmt -l . [2021-01-30T07:41:19.523Z] [ "`gofmt -l .`" = "" ] [2021-01-30T07:41:19.523Z] ./bin/test-go-mod-tidy.sh [2021-01-30T07:41:19.523Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-30T07:41:20.177Z] + ls -al . [2021-01-30T07:41:20.177Z] total 708 [2021-01-30T07:41:20.177Z] drwxrwxr-x 9 1001 1001 4096 Jan 30 07:41 . [2021-01-30T07:41:20.177Z] drwxr-xr-x 4 root root 4096 Jan 30 07:37 .. [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 11 Jan 30 07:35 .dockerignore [2021-01-30T07:41:20.177Z] drwxrwxr-x 8 1001 1001 4096 Jan 30 07:35 .git [2021-01-30T07:41:20.177Z] drwxrwxr-x 3 1001 1001 4096 Jan 30 07:35 .github [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 872 Jan 30 07:35 .gitignore [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 07:35 .sonarcloud.properties [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 7859 Jan 30 07:35 Attribution.txt [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 07:35 CONTRIBUTING.md [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 931 Jan 30 07:35 Dockerfile.build [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 863 Jan 30 07:35 Jenkinsfile [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 07:35 LICENSE [2021-01-30T07:41:20.177Z] -rw-rw-r-- 1 1001 1001 6001 Jan 30 07:35 Makefile [2021-01-30T07:41:20.178Z] -rw-rw-r-- 1 1001 1001 6524 Jan 30 07:35 README.md [2021-01-30T07:41:20.178Z] -rw-rw-r-- 1 1001 1001 6755 Jan 30 07:35 SECURITY.md [2021-01-30T07:41:20.178Z] -rw-rw-r-- 1 1001 1001 5 Jan 30 07:33 VERSION [2021-01-30T07:41:20.178Z] -rw-rw-r-- 1 1001 1001 4131 Jan 30 07:35 ZMQWindows.md [2021-01-30T07:41:20.178Z] drwxrwxr-x 2 1001 1001 4096 Jan 30 07:35 bin [2021-01-30T07:41:20.178Z] drwxrwxr-x 15 1001 1001 4096 Jan 30 07:35 cmd [2021-01-30T07:41:20.178Z] -rw-r--r-- 1 root root 574984 Jan 30 07:39 coverage.out [2021-01-30T07:41:20.178Z] -rw-r--r-- 1 root root 1054 Jan 30 07:41 go.mod [2021-01-30T07:41:20.178Z] -rw-r--r-- 1 root root 19289 Jan 30 07:41 go.sum [2021-01-30T07:41:20.178Z] drwxrwxr-x 8 1001 1001 4096 Jan 30 07:35 internal [2021-01-30T07:41:20.178Z] drwxrwxr-x 4 1001 1001 4096 Jan 30 07:35 openapi [2021-01-30T07:41:20.178Z] drwxrwxr-x 4 1001 1001 4096 Jan 30 07:35 snap [2021-01-30T07:41:20.178Z] -rw-rw-r-- 1 1001 1001 168 Jan 30 07:35 version.go [Pipeline] sh [2021-01-30T07:41:20.831Z] + '[' -e coverage.out ] [2021-01-30T07:41:20.831Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-30T07:41:20.851Z] Warning: overwriting stash ‘coverage-report’ [2021-01-30T07:41:22.001Z] Stashed 1 file(s) [Pipeline] sh [2021-01-30T07:41:22.722Z] + make build [2021-01-30T07:41:22.722Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T07:41:31.449Z] Running on prd-ubuntu18.04-docker-8c-8g-24101 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-01-30T07:41:31.506Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-30T07:41:32.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T07:41:33.616Z] using credential edgex-jenkins-ssh [2021-01-30T07:41:33.676Z] Cloning the remote Git repository [2021-01-30T07:41:33.700Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-30T07:41:33.769Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-30T07:41:33.797Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T07:41:33.797Z] > git --version # timeout=10 [2021-01-30T07:41:33.804Z] > git --version # 'git version 2.17.1' [2021-01-30T07:41:33.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T07:41:33.829Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T07:41:39.587Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T07:41:39.594Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T07:41:39.604Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T07:41:39.616Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T07:41:39.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T07:41:39.621Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-30T07:41:40.179Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-30T07:41:40.356Z] Merge succeeded, producing c4721ffade20623b048ae1931721b111bf4a4a17 [2021-01-30T07:41:40.356Z] Checking out Revision c4721ffade20623b048ae1931721b111bf4a4a17 (PR-3088) [2021-01-30T07:41:40.185Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T07:41:40.191Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-30T07:41:40.263Z] > git remote # timeout=10 [2021-01-30T07:41:40.270Z] > git config --get remote.origin.url # timeout=10 [2021-01-30T07:41:40.275Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T07:41:40.278Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-01-30T07:41:40.347Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-30T07:41:40.358Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T07:41:40.366Z] > git checkout -f c4721ffade20623b048ae1931721b111bf4a4a17 # timeout=10 [2021-01-30T07:41:44.100Z] Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" [2021-01-30T07:41:44.111Z] First time build. Skipping changelog. [2021-01-30T07:41:44.103Z] > git rev-list --no-walk 1eee5d4824e26c0163636dcb4af95067daa29d08 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:41:45.226Z] + echo snap-build.sh [2021-01-30T07:41:45.226Z] snap-build.sh [2021-01-30T07:41:45.226Z] + SNAP_BASE_DIR=. [2021-01-30T07:41:45.226Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-30T07:41:45.226Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-30T07:41:45.226Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-30T07:41:45.226Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-30T07:41:45.226Z] + cd /w/workspace/edgex-go/7 [2021-01-30T07:41:45.226Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-30T07:41:45.226Z] Reading package lists... [2021-01-30T07:41:45.226Z] Building dependency tree... [2021-01-30T07:41:45.226Z] Reading state information... [2021-01-30T07:41:45.489Z] The following packages were automatically installed and are no longer required: [2021-01-30T07:41:45.489Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-30T07:41:45.489Z] uidmap xdelta3 [2021-01-30T07:41:45.489Z] Use 'sudo apt autoremove' to remove them. [2021-01-30T07:41:45.489Z] The following packages will be REMOVED: [2021-01-30T07:41:45.489Z] lxd* lxd-client* [2021-01-30T07:41:45.765Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-30T07:41:45.765Z] After this operation, 31.7 MB disk space will be freed. [2021-01-30T07:41:46.830Z] (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-01-30T07:41:46.830Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T07:41:47.780Z] Removing lxd dnsmasq configuration [2021-01-30T07:41:47.780Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T07:41:48.042Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-30T07:41:48.989Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-30T07:41:48.989Z] (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-01-30T07:41:48.989Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T07:41:50.379Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-30T07:41:50.379Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-30T07:41:51.771Z] + sudo snap remove --purge lxd [2021-01-30T07:41:52.033Z] snap "lxd" is not installed [2021-01-30T07:41:52.033Z] + sudo groupadd --force --system lxd [2021-01-30T07:41:52.033Z] ++ whoami [2021-01-30T07:41:52.033Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-30T07:41:52.033Z] + newgrp - lxd [2021-01-30T07:41:52.033Z] + sudo snap install lxd [2021-01-30T07:41:55.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T07:41:59.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-30T07:42:00.189Z] 2021-01-30T07:41:57Z INFO Waiting for automatic snapd restart... [2021-01-30T07:42:03.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T07:42:05.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T07:42:10.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T07:42:12.531Z] lxd 4.10 from Canonical* installed [2021-01-30T07:42:12.531Z] + sudo lxd init --auto [2021-01-30T07:42:14.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T07:42:18.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T07:42:20.677Z] + sudo snap install --classic snapcraft [2021-01-30T07:42:21.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T07:42:25.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T07:42:27.293Z] snapcraft 4.4.4 from Canonical* installed [2021-01-30T07:42:27.293Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-30T07:42:27.293Z] + patch --verbose -p1 [2021-01-30T07:42:27.293Z] Hmm... Looks like a unified diff to me... [2021-01-30T07:42:27.293Z] The text leading up to this was: [2021-01-30T07:42:27.293Z] -------------------------- [2021-01-30T07:42:27.293Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-30T07:42:27.293Z] |From: Tony Espy [2021-01-30T07:42:27.293Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-30T07:42:27.293Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-30T07:42:27.293Z] | [2021-01-30T07:42:27.293Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-30T07:42:27.293Z] |optimize the snap CI check run for pull requests. When [2021-01-30T07:42:27.293Z] |applied, it essentially strips out everything (apps and [2021-01-30T07:42:27.293Z] |parts) from the snapcraft.yaml file except those required [2021-01-30T07:42:27.293Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-30T07:42:27.293Z] |catch changes to edgex-go that break the snap build. [2021-01-30T07:42:27.293Z] | [2021-01-30T07:42:27.293Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-30T07:42:27.293Z] |to update this patch file, otherwise it may fail to apply, [2021-01-30T07:42:27.293Z] |resulting in a failed snap build CI check in the associated [2021-01-30T07:42:27.293Z] |pull request. [2021-01-30T07:42:27.293Z] | [2021-01-30T07:42:27.293Z] |Note - in addition to applying this patch, the pipeline also [2021-01-30T07:42:27.293Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-30T07:42:27.293Z] |need to build the finally binary .snap file (and it won't [2021-01-30T07:42:27.293Z] |work with the patch applied). This further reduces the build [2021-01-30T07:42:27.293Z] |time. [2021-01-30T07:42:27.293Z] |--- [2021-01-30T07:42:27.293Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-30T07:42:27.293Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-30T07:42:27.293Z] | [2021-01-30T07:42:27.293Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-30T07:42:27.293Z] |index 1e537489..faf42425 100644 [2021-01-30T07:42:27.293Z] |--- a/snap/snapcraft.yaml [2021-01-30T07:42:27.293Z] |+++ b/snap/snapcraft.yaml [2021-01-30T07:42:27.293Z] -------------------------- [2021-01-30T07:42:27.293Z] patching file snap/snapcraft.yaml [2021-01-30T07:42:27.293Z] Using Plan A... [2021-01-30T07:42:27.293Z] Hunk #1 succeeded at 73. [2021-01-30T07:42:27.293Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-30T07:42:27.293Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-30T07:42:27.293Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-30T07:42:27.293Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-30T07:42:27.293Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-30T07:42:27.293Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-30T07:42:27.293Z] Hunk #8 succeeded at 342. [2021-01-30T07:42:27.293Z] Hmm... Ignoring the trailing garbage. [2021-01-30T07:42:27.293Z] done [2021-01-30T07:42:27.293Z] + sudo snapcraft prime --use-lxd [2021-01-30T07:42:27.555Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-30T07:42:27.555Z] 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-01-30T07:42:27.555Z] - README.md [2021-01-30T07:42:27.555Z] - snapcraft.yaml.orig [2021-01-30T07:42:27.555Z] [2021-01-30T07:42:27.555Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-30T07:42:28.500Z] Launching a container. [2021-01-30T07:42:29.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T07:42:32.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-30T07:42:39.378Z] $ docker stop --time=1 03f933cfce7dedd271c05866e9f9eb9b7e40c8ec0b9f30a763f46014cdedc741 [2021-01-30T07:42:40.742Z] Waiting for container to be ready [2021-01-30T07:42:40.742Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-30T07:42:40.742Z] [2021-01-30T07:42:42.000Z] $ docker rm -f 03f933cfce7dedd271c05866e9f9eb9b7e40c8ec0b9f30a763f46014cdedc741 [Pipeline] // withDockerContainer [2021-01-30T07:42:43.299Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-30T07:42:43.300Z] Waiting for network to be ready... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-30T07:42:43.560Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:42:43.821Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-30T07:42:43.821Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-30T07:42:44.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T07:42:44.022Z] [2021-01-30T07:42:44.022Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-01-30T07:42:44.081Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-30T07:42:44.081Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-30T07:42:44.081Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-30T07:42:44.081Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-30T07:42:44.081Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-30T07:42:44.081Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-30T07:42:44.081Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [Pipeline] sh [2021-01-30T07:42:44.341Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-30T07:42:44.341Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-30T07:42:44.406Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T07:42:44.677Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-30T07:42:44.677Z] 29e5d40040c1: Pulling fs layer [2021-01-30T07:42:44.677Z] 1ce36da41761: Pulling fs layer [2021-01-30T07:42:44.677Z] 25b303627fd3: Pulling fs layer [2021-01-30T07:42:44.911Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-30T07:42:44.911Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-30T07:42:44.911Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-30T07:42:44.911Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-30T07:42:44.911Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-30T07:42:44.911Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-30T07:42:45.270Z] 29e5d40040c1: Verifying Checksum [2021-01-30T07:42:45.270Z] 29e5d40040c1: Download complete [2021-01-30T07:42:45.480Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-30T07:42:45.543Z] 1ce36da41761: Verifying Checksum [2021-01-30T07:42:45.543Z] 1ce36da41761: Download complete [2021-01-30T07:42:45.740Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-30T07:42:45.818Z] 29e5d40040c1: Pull complete [2021-01-30T07:42:46.001Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-30T07:42:46.001Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-30T07:42:46.001Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-30T07:42:46.001Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-30T07:42:46.001Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-30T07:42:46.001Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-30T07:42:46.001Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-30T07:42:47.257Z] 1ce36da41761: Pull complete [2021-01-30T07:42:47.257Z] 25b303627fd3: Verifying Checksum [2021-01-30T07:42:47.257Z] 25b303627fd3: Download complete [2021-01-30T07:42:47.917Z] Fetched 23.9 MB in 4s (5542 kB/s) [2021-01-30T07:42:48.862Z] Reading package lists... [2021-01-30T07:42:48.862Z] Reading package lists... [2021-01-30T07:42:49.124Z] Building dependency tree... [2021-01-30T07:42:49.124Z] Reading state information... [2021-01-30T07:42:49.124Z] The following additional packages will be installed: [2021-01-30T07:42:49.124Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-30T07:42:49.124Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-30T07:42:49.124Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-30T07:42:49.124Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-30T07:42:49.124Z] Suggested packages: [2021-01-30T07:42:49.124Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-30T07:42:49.124Z] Recommended packages: [2021-01-30T07:42:49.124Z] gnupg libsasl2-modules [2021-01-30T07:42:49.124Z] The following NEW packages will be installed: [2021-01-30T07:42:49.124Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-30T07:42:49.124Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-30T07:42:49.124Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-30T07:42:49.124Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-30T07:42:49.124Z] The following packages will be upgraded: [2021-01-30T07:42:49.124Z] gpg gpg-agent gpgconf libudev1 [2021-01-30T07:42:49.384Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-30T07:42:49.384Z] Need to get 3533 kB of archives. [2021-01-30T07:42:49.384Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-30T07:42:49.384Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-30T07:42:49.384Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-30T07:42:49.646Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-30T07:42:49.908Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-30T07:42:49.908Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-30T07:42:49.908Z] Get:6 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-01-30T07:42:49.908Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-30T07:42:49.908Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-30T07:42:49.908Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-30T07:42:49.908Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-30T07:42:50.170Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-30T07:42:50.170Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-30T07:42:50.170Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-30T07:42:50.170Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-30T07:42:50.170Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-30T07:42:50.170Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-30T07:42:50.170Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-30T07:42:50.170Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-30T07:42:50.170Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-30T07:42:50.170Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-30T07:42:50.431Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-30T07:42:50.431Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-30T07:42:50.431Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T07:42:50.431Z] Fetched 3533 kB in 1s (3213 kB/s) [2021-01-30T07:42:50.431Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-30T07:42:50.431Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-30T07:42:50.431Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T07:42:50.693Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-30T07:42:50.694Z] Selecting previously unselected package udev. [2021-01-30T07:42:50.694Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-30T07:42:50.694Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-30T07:42:50.694Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-30T07:42:50.956Z] Selecting previously unselected package libfuse2:amd64. [2021-01-30T07:42:50.956Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-30T07:42:50.956Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-30T07:42:51.217Z] Selecting previously unselected package fuse. [2021-01-30T07:42:51.217Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-30T07:42:51.217Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-30T07:42:51.217Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T07:42:51.217Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T07:42:51.217Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T07:42:51.480Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T07:42:51.480Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T07:42:51.480Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T07:42:51.742Z] Selecting previously unselected package libksba8:amd64. [2021-01-30T07:42:51.742Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-30T07:42:51.742Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-30T07:42:51.742Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-30T07:42:51.742Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:51.742Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.003Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-30T07:42:52.003Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.003Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.003Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-30T07:42:52.003Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.003Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.003Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-30T07:42:52.003Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.003Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.266Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-30T07:42:52.266Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.266Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.266Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-30T07:42:52.266Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.266Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.266Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-30T07:42:52.266Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.266Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.529Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-30T07:42:52.529Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.529Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.529Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-30T07:42:52.529Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T07:42:52.529Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:52.529Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-30T07:42:52.529Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-30T07:42:52.529Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T07:42:52.791Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-30T07:42:52.791Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-30T07:42:52.791Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T07:42:52.791Z] Selecting previously unselected package libldap-common. [2021-01-30T07:42:52.791Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-30T07:42:52.791Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T07:42:52.791Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-30T07:42:52.791Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-30T07:42:52.791Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T07:42:53.053Z] Selecting previously unselected package dirmngr. [2021-01-30T07:42:53.053Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T07:42:53.053Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-30T07:42:53.053Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T07:42:53.053Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-30T07:42:53.053Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-30T07:42:53.053Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T07:42:53.314Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T07:42:53.315Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-30T07:42:53.315Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:53.315Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-30T07:42:53.315Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T07:42:53.315Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-30T07:42:53.887Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-30T07:42:53.887Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:53.887Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-30T07:42:54.148Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-30T07:42:54.148Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-30T07:42:54.148Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:54.148Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:54.148Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:54.148Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:54.148Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:54.410Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:54.410Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T07:42:54.410Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T07:42:54.410Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-30T07:42:54.410Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T07:42:54.985Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-30T07:42:54.986Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-30T07:42:54.986Z] This means they are not meant to be enabled using systemctl. [2021-01-30T07:42:54.986Z] Possible reasons for having this kind of units are: [2021-01-30T07:42:54.986Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-30T07:42:54.986Z] .wants/ or .requires/ directory. [2021-01-30T07:42:54.986Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-30T07:42:54.986Z] a requirement dependency on it. [2021-01-30T07:42:54.986Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-30T07:42:54.986Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-30T07:42:54.986Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-30T07:42:54.986Z] instance name specified. [2021-01-30T07:42:55.248Z] Reading package lists... [2021-01-30T07:42:55.248Z] Building dependency tree... [2021-01-30T07:42:55.248Z] Reading state information... [2021-01-30T07:42:55.508Z] The following additional packages will be installed: [2021-01-30T07:42:55.508Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-30T07:42:55.508Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-30T07:42:55.508Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-30T07:42:55.508Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-30T07:42:55.508Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-30T07:42:55.508Z] Suggested packages: [2021-01-30T07:42:55.508Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-30T07:42:55.508Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-30T07:42:55.508Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-30T07:42:55.508Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-30T07:42:55.508Z] systemd-container policykit-1 [2021-01-30T07:42:55.508Z] Recommended packages: [2021-01-30T07:42:55.508Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-30T07:42:55.508Z] The following NEW packages will be installed: [2021-01-30T07:42:55.508Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-30T07:42:55.508Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-30T07:42:55.508Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-30T07:42:55.508Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-30T07:42:55.508Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-30T07:42:55.508Z] The following packages will be upgraded: [2021-01-30T07:42:55.508Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-30T07:42:55.508Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-30T07:42:55.509Z] Need to get 35.2 MB of archives. [2021-01-30T07:42:55.509Z] After this operation, 141 MB of additional disk space will be used. [2021-01-30T07:42:55.509Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-30T07:42:55.509Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-30T07:42:55.771Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-30T07:42:55.771Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-30T07:42:55.771Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-30T07:42:55.771Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-30T07:42:55.771Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-30T07:42:55.771Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-30T07:42:55.771Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-30T07:42:55.771Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-30T07:42:55.771Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-30T07:42:55.771Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-30T07:42:55.771Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-30T07:42:55.771Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-30T07:42:55.771Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-30T07:42:55.771Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-30T07:42:55.771Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-30T07:42:55.771Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-30T07:42:56.343Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-30T07:42:56.343Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-30T07:42:56.343Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-30T07:42:56.343Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-30T07:42:56.343Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-30T07:42:56.343Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-30T07:42:56.343Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-30T07:42:56.343Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-30T07:42:56.343Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-30T07:42:56.603Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-30T07:42:56.603Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-30T07:42:56.603Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-30T07:42:57.416Z] 25b303627fd3: Pull complete [2021-01-30T07:42:57.417Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-30T07:42:57.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T07:42:57.417Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-30T07:42:57.657Z] prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container [2021-01-30T07:42:57.729Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-30T07:42:58.518Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T07:42:58.518Z] Fetched 35.2 MB in 3s (13.4 MB/s) [2021-01-30T07:42:58.518Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-30T07:42:58.518Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-30T07:42:58.518Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T07:42:59.089Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-30T07:42:59.090Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T07:42:59.090Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-30T07:42:59.351Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-30T07:42:59.351Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-30T07:42:59.351Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-30T07:42:59.613Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-30T07:42:59.613Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-30T07:42:59.613Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-30T07:42:59.613Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-30T07:42:59.875Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-30T07:42:59.875Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-30T07:43:00.447Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-30T07:43:00.447Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-30T07:43:00.447Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-30T07:43:00.447Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-30T07:43:00.709Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-30T07:43:00.709Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T07:43:00.709Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T07:43:00.919Z] $ docker top b86b0d9e3d84a12b59c8af415c9ef7db81addb9c6ec41d430f58000e12c06e72 -eo pid,comm [2021-01-30T07:43:00.973Z] Selecting previously unselected package libexpat1:amd64. [2021-01-30T07:43:00.973Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-30T07:43:00.973Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-30T07:43:00.973Z] Selecting previously unselected package python3.6-minimal. [2021-01-30T07:43:01.233Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T07:43:01.233Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-01-30T07:43:01.499Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-30T07:43:01.499Z] Checking for services that may need to be restarted...done. [2021-01-30T07:43:01.499Z] Checking for services that may need to be restarted...done. [2021-01-30T07:43:01.499Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T07:43:01.499Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-30T07:43:01.760Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T07:43:01.926Z] + docker-compose build --help+ [2021-01-30T07:43:01.926Z] grep parallel [2021-01-30T07:43:02.337Z] Selecting previously unselected package python3-minimal. [2021-01-30T07:43:02.338Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-30T07:43:02.338Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-30T07:43:02.338Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-30T07:43:02.338Z] Selecting previously unselected package mime-support. [2021-01-30T07:43:02.338Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-30T07:43:02.338Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-30T07:43:02.338Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-30T07:43:02.338Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-30T07:43:02.338Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-30T07:43:02.608Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-30T07:43:02.608Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T07:43:02.608Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T07:43:02.879Z] Selecting previously unselected package python3.6. [2021-01-30T07:43:02.879Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T07:43:02.879Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T07:43:02.879Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-30T07:43:02.879Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-30T07:43:02.879Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-30T07:43:03.146Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-30T07:43:03.408Z] Selecting previously unselected package python3. [2021-01-30T07:43:03.408Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-30T07:43:03.408Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-30T07:43:03.408Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-30T07:43:03.408Z] Selecting previously unselected package multiarch-support. [2021-01-30T07:43:03.408Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T07:43:03.408Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-30T07:43:03.408Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-30T07:43:03.979Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-30T07:43:03.979Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-30T07:43:03.979Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-30T07:43:03.979Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-30T07:43:04.240Z] Selecting previously unselected package libbsd0:amd64. [2021-01-30T07:43:04.240Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-30T07:43:04.240Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-30T07:43:04.240Z] Selecting previously unselected package sudo. [2021-01-30T07:43:04.240Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-30T07:43:04.240Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-30T07:43:04.502Z] Selecting previously unselected package apparmor. [2021-01-30T07:43:04.502Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-30T07:43:04.502Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-30T07:43:04.764Z] Selecting previously unselected package libedit2:amd64. [2021-01-30T07:43:04.764Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-30T07:43:04.764Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-30T07:43:04.764Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-30T07:43:04.764Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T07:43:04.764Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:05.024Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-30T07:43:05.024Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T07:43:05.024Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:05.024Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-30T07:43:05.024Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-30T07:43:05.024Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-30T07:43:05.285Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-30T07:43:05.285Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T07:43:05.285Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:05.285Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-30T07:43:05.285Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T07:43:05.285Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:05.546Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-30T07:43:05.546Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-30T07:43:05.546Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-30T07:43:05.806Z] Selecting previously unselected package openssh-client. [2021-01-30T07:43:05.806Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-30T07:43:05.806Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-30T07:43:05.806Z] Selecting previously unselected package squashfs-tools. [2021-01-30T07:43:05.806Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-30T07:43:05.806Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-30T07:43:06.067Z] Selecting previously unselected package snapd. [2021-01-30T07:43:06.067Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-30T07:43:06.067Z] Unpacking snapd (2.48+18.04) ... [2021-01-30T07:43:06.214Z] --parallel Build images in parallel. [Pipeline] } [2021-01-30T07:43:06.230Z] $ docker stop --time=1 b86b0d9e3d84a12b59c8af415c9ef7db81addb9c6ec41d430f58000e12c06e72 [2021-01-30T07:43:07.978Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-30T07:43:07.978Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-30T07:43:08.168Z] $ docker rm -f b86b0d9e3d84a12b59c8af415c9ef7db81addb9c6ec41d430f58000e12c06e72 [2021-01-30T07:43:08.237Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-30T07:43:08.238Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-30T07:43:08.238Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-30T07:43:08.238Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:08.238Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T07:43:08.238Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-30T07:43:08.238Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:43:08.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T07:43:08.992Z] . [Pipeline] withDockerContainer [2021-01-30T07:43:09.260Z] prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container [2021-01-30T07:43:09.329Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-30T07:43:10.156Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-30T07:43:10.156Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-30T07:43:10.156Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-30T07:43:10.156Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T07:43:10.156Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:10.156Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T07:43:10.728Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-30T07:43:10.728Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:10.728Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-30T07:43:10.728Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-30T07:43:10.728Z] running python rtupdate hooks for python3.6... [2021-01-30T07:43:10.728Z] running python post-rtupdate hooks for python3.6... [2021-01-30T07:43:10.846Z] $ docker top 7e6df0a447ad96f59803bf8f2badb66d41248cb8544458515ebf788d90f42903 -eo pid,comm [2021-01-30T07:43:10.989Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] { [Pipeline] sh [2021-01-30T07:43:11.871Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T07:43:12.374Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-30T07:43:12.634Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T07:43:12.634Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-30T07:43:12.634Z] Setting up snapd (2.48+18.04) ... [2021-01-30T07:43:13.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-30T07:43:13.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-30T07:43:13.472Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-30T07:43:13.473Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-30T07:43:13.732Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-30T07:43:13.732Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-30T07:43:13.994Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-30T07:43:13.994Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-30T07:43:14.256Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-30T07:43:14.518Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-30T07:43:14.518Z] /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-01-30T07:43:14.518Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T07:43:14.780Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-30T07:43:15.725Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-30T07:43:15.725Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-30T07:43:15.725Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-30T07:43:16.160Z] Building docker-core-command-go ... [2021-01-30T07:43:16.160Z] Building docker-core-data-go ... [2021-01-30T07:43:16.160Z] Building docker-core-metadata-go ... [2021-01-30T07:43:16.160Z] Building docker-security-bootstrapper-go ... [2021-01-30T07:43:16.160Z] Building docker-security-proxy-setup-go ... [2021-01-30T07:43:16.160Z] Building docker-security-secretstore-setup-go ... [2021-01-30T07:43:16.160Z] Building docker-support-notifications-go ... [2021-01-30T07:43:16.160Z] Building docker-support-scheduler-go ... [2021-01-30T07:43:16.160Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T07:43:16.160Z] Building docker-support-notifications-go [2021-01-30T07:43:16.160Z] Building docker-core-metadata-go [2021-01-30T07:43:16.160Z] Building docker-core-command-go [2021-01-30T07:43:16.160Z] Building docker-security-proxy-setup-go [2021-01-30T07:43:16.160Z] Building docker-security-secretstore-setup-go [2021-01-30T07:43:16.931Z] Reading package lists... [2021-01-30T07:43:16.931Z] Reading package lists... [2021-01-30T07:43:17.191Z] Building dependency tree... [2021-01-30T07:43:17.191Z] Reading state information... [2021-01-30T07:43:17.191Z] Calculating upgrade... [2021-01-30T07:43:17.191Z] The following packages will be upgraded: [2021-01-30T07:43:17.191Z] advancecomp base-files bash binutils binutils-common [2021-01-30T07:43:17.191Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-30T07:43:17.191Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-30T07:43:17.191Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-30T07:43:17.191Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-30T07:43:17.191Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-30T07:43:17.191Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-30T07:43:17.191Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-30T07:43:17.191Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-30T07:43:17.191Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-30T07:43:17.191Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-30T07:43:17.191Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-30T07:43:17.191Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-30T07:43:17.191Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-30T07:43:17.191Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-30T07:43:17.451Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-30T07:43:17.452Z] Need to get 63.8 MB of archives. [2021-01-30T07:43:17.452Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-30T07:43:17.452Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-30T07:43:17.452Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-30T07:43:18.023Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-30T07:43:18.023Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-30T07:43:18.023Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-30T07:43:18.023Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-30T07:43:18.023Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-30T07:43:18.286Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-30T07:43:18.286Z] 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-01-30T07:43:18.286Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-30T07:43:18.286Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-30T07:43:18.286Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-30T07:43:18.286Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-30T07:43:18.286Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-30T07:43:18.286Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-30T07:43:18.286Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-30T07:43:18.286Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-30T07:43:18.286Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-30T07:43:18.286Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-30T07:43:18.286Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-30T07:43:18.286Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-30T07:43:18.286Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-30T07:43:18.546Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-30T07:43:18.546Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-30T07:43:18.546Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-30T07:43:18.546Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-30T07:43:18.546Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-30T07:43:18.546Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-30T07:43:18.546Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-30T07:43:18.546Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-30T07:43:18.546Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-30T07:43:18.546Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-30T07:43:18.546Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-30T07:43:18.546Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-30T07:43:18.546Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-30T07:43:18.546Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-30T07:43:18.546Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-30T07:43:18.546Z] 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-01-30T07:43:18.546Z] 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-01-30T07:43:18.546Z] 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-01-30T07:43:18.546Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-30T07:43:18.546Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-30T07:43:18.546Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-30T07:43:18.546Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-30T07:43:18.546Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-30T07:43:18.546Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-30T07:43:18.546Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-30T07:43:18.807Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-30T07:43:18.807Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-30T07:43:18.807Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-30T07:43:18.807Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-30T07:43:18.807Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-30T07:43:18.807Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-30T07:43:18.807Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-30T07:43:18.807Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-30T07:43:18.807Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-30T07:43:18.807Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-30T07:43:18.807Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-30T07:43:18.807Z] Get:59 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-01-30T07:43:18.807Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-30T07:43:18.807Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-30T07:43:18.807Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-30T07:43:18.807Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-30T07:43:18.807Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-30T07:43:18.807Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-30T07:43:18.807Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-30T07:43:18.807Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-30T07:43:18.807Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-30T07:43:18.807Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-30T07:43:18.807Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-30T07:43:18.807Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-30T07:43:18.807Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-30T07:43:19.068Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-30T07:43:19.068Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-30T07:43:19.068Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-30T07:43:19.068Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-30T07:43:19.068Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-30T07:43:19.068Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-30T07:43:19.068Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-30T07:43:19.068Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-30T07:43:19.068Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-30T07:43:19.068Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-30T07:43:19.068Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-30T07:43:19.068Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-30T07:43:19.068Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-30T07:43:19.068Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-30T07:43:19.068Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-30T07:43:19.068Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-30T07:43:19.068Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-30T07:43:19.068Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-30T07:43:19.638Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-30T07:43:20.209Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-30T07:43:20.209Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-30T07:43:20.470Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-30T07:43:20.731Z] 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-01-30T07:43:20.731Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-30T07:43:20.731Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-30T07:43:20.731Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-30T07:43:20.731Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-30T07:43:20.731Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T07:43:20.731Z] Fetched 63.8 MB in 3s (19.1 MB/s) [2021-01-30T07:43:20.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:20.731Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T07:43:20.991Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T07:43:21.561Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T07:43:21.561Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T07:43:21.561Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-30T07:43:21.561Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-30T07:43:22.503Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:22.503Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:22.503Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:22.503Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:22.764Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:22.764Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:22.764Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:22.764Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:23.024Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:23.024Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:23.024Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:23.285Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:23.285Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:23.285Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:23.285Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:23.547Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T07:43:23.547Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:23.547Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-30T07:43:23.547Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:23.808Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T07:43:23.808Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:23.808Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:23.808Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:24.069Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:24.069Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:24.069Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T07:43:24.330Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:24.330Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T07:43:24.330Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T07:43:24.590Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T07:43:25.165Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-30T07:43:25.426Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T07:43:25.426Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-30T07:43:25.426Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-30T07:43:25.426Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-30T07:43:25.426Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-30T07:43:25.687Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-30T07:43:25.687Z] Installing new version of config file /etc/issue ... [2021-01-30T07:43:25.687Z] Installing new version of config file /etc/issue.net ... [2021-01-30T07:43:25.687Z] Installing new version of config file /etc/lsb-release ... [2021-01-30T07:43:25.687Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-30T07:43:25.948Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-30T07:43:26.208Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-30T07:43:26.208Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-30T07:43:26.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:26.208Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-30T07:43:26.208Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-30T07:43:26.469Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-30T07:43:26.469Z] 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-01-30T07:43:26.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:26.469Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:26.469Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:26.732Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:26.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:26.732Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-30T07:43:26.732Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-30T07:43:26.993Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-30T07:43:26.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:26.993Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-30T07:43:26.993Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-30T07:43:27.254Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-30T07:43:27.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:27.516Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T07:43:27.516Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T07:43:27.809Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-30T07:43:27.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:27.809Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T07:43:27.809Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T07:43:28.070Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-30T07:43:28.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:28.070Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-30T07:43:28.332Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-30T07:43:28.332Z] Setting up grep (3.1-2build1) ... [2021-01-30T07:43:28.593Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:28.593Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-30T07:43:28.593Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-30T07:43:28.853Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-30T07:43:28.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:28.853Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T07:43:28.853Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T07:43:29.114Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-30T07:43:29.114Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:29.114Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-30T07:43:29.114Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T07:43:29.685Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-30T07:43:29.685Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T07:43:29.947Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-30T07:43:29.947Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T07:43:30.519Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-30T07:43:30.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:30.519Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-30T07:43:30.519Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T07:43:31.907Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-30T07:43:31.907Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-30T07:43:31.908Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-30T07:43:31.908Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-30T07:43:31.908Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-30T07:43:31.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:31.908Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-30T07:43:32.169Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-30T07:43:32.169Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-30T07:43:32.429Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:32.429Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:32.429Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:32.429Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:32.690Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:32.690Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:32.690Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:32.690Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:32.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:32.952Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:32.952Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:32.952Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:33.212Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:33.212Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:33.212Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:33.212Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:33.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:33.472Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T07:43:33.472Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T07:43:33.472Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T07:43:33.472Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T07:43:33.734Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-30T07:43:33.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:33.734Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T07:43:33.734Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T07:43:33.995Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-30T07:43:33.995Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:33.995Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:33.995Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:34.255Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:34.255Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:34.255Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:34.255Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:34.255Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:34.515Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:34.515Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:34.515Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:35.086Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:35.346Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-30T07:43:35.605Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-30T07:43:35.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:35.605Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T07:43:35.605Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T07:43:36.175Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-30T07:43:36.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T07:43:36.175Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-30T07:43:36.435Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T07:43:36.435Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-30T07:43:36.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:36.695Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-30T07:43:36.695Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-30T07:43:36.695Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-30T07:43:36.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:36.956Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-30T07:43:36.956Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-30T07:43:36.956Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-30T07:43:37.216Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:37.216Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-30T07:43:37.216Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-30T07:43:37.216Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-30T07:43:37.477Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:37.477Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-30T07:43:37.477Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T07:43:37.477Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T07:43:37.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:37.737Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-30T07:43:37.737Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T07:43:37.737Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T07:43:37.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:37.999Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-30T07:43:37.999Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T07:43:38.260Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T07:43:38.260Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:38.260Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T07:43:38.521Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T07:43:38.521Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-30T07:43:38.521Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T07:43:38.782Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T07:43:38.782Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T07:43:38.782Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-30T07:43:39.043Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:39.043Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-30T07:43:39.043Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-30T07:43:39.304Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-30T07:43:39.304Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:39.304Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-30T07:43:39.304Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T07:43:39.565Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T07:43:39.827Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:39.827Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T07:43:39.827Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T07:43:39.827Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-30T07:43:40.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:40.088Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-30T07:43:40.088Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-30T07:43:40.088Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-30T07:43:40.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:40.349Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-30T07:43:40.349Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-30T07:43:40.609Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-30T07:43:40.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:40.609Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T07:43:40.609Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T07:43:40.870Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-30T07:43:40.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:40.870Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-30T07:43:40.870Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-30T07:43:41.131Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-30T07:43:41.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:41.391Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-30T07:43:41.652Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-30T07:43:41.652Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-30T07:43:41.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:41.652Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-30T07:43:41.652Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-30T07:43:41.913Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-30T07:43:41.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:41.913Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-30T07:43:42.173Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-30T07:43:42.173Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-30T07:43:42.173Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:42.173Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-30T07:43:42.434Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-30T07:43:42.434Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-30T07:43:42.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T07:43:42.434Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-30T07:43:42.434Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-30T07:43:42.694Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-30T07:43:42.694Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-30T07:43:42.694Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-30T07:43:42.694Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-30T07:43:42.954Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-30T07:43:42.954Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-30T07:43:43.214Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-30T07:43:43.214Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-30T07:43:43.214Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-30T07:43:43.475Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-30T07:43:43.475Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-30T07:43:43.475Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-30T07:43:43.736Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-30T07:43:43.736Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-30T07:43:43.736Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-30T07:43:43.736Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-30T07:43:43.997Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-30T07:43:43.997Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-30T07:43:43.997Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-30T07:43:44.263Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-30T07:43:44.263Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-30T07:43:44.263Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-30T07:43:44.263Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-30T07:43:44.524Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-30T07:43:44.524Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-30T07:43:44.524Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-30T07:43:45.468Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-30T07:43:45.468Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-30T07:43:45.468Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-30T07:43:45.468Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-30T07:43:45.468Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T07:43:45.731Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T07:43:45.993Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T07:43:45.993Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T07:43:46.253Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T07:43:46.253Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T07:43:46.253Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T07:43:46.253Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T07:43:46.514Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:46.514Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:46.514Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:46.778Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:46.778Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:46.778Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:46.778Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:47.038Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:47.984Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:47.984Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:48.922Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:48.922Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:49.492Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:49.492Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:49.751Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:49.751Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:50.690Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T07:43:50.690Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T07:43:50.690Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-30T07:43:50.950Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-30T07:43:50.950Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-30T07:43:50.950Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-30T07:43:51.211Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-30T07:43:51.211Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-30T07:43:51.211Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-30T07:43:51.211Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-30T07:43:51.471Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-30T07:43:51.471Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-30T07:43:51.471Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-30T07:43:51.472Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-30T07:43:51.732Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-30T07:43:51.732Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-30T07:43:51.993Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:51.993Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-30T07:43:51.993Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:51.993Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:51.993Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:52.253Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-30T07:43:52.253Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-30T07:43:52.253Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-30T07:43:52.253Z] [2021-01-30T07:43:52.253Z] Current default time zone: 'Etc/UTC' [2021-01-30T07:43:52.253Z] Local time is now: Sat Jan 30 07:43:52 UTC 2021. [2021-01-30T07:43:52.253Z] Universal Time is now: Sat Jan 30 07:43:52 UTC 2021. [2021-01-30T07:43:52.253Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-30T07:43:52.253Z] [2021-01-30T07:43:52.253Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-30T07:43:52.253Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:52.253Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-30T07:43:52.514Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-30T07:43:52.514Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-30T07:43:52.514Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-30T07:43:52.514Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-30T07:43:52.514Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-30T07:43:52.514Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-30T07:43:52.514Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-30T07:43:52.514Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:52.514Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-30T07:43:53.086Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:53.086Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-30T07:43:53.086Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:53.086Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-30T07:43:53.086Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-30T07:43:53.086Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-30T07:43:53.086Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-30T07:43:53.086Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-30T07:43:53.086Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-30T07:43:53.086Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-30T07:43:53.086Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-30T07:43:54.997Z] Updating certificates in /etc/ssl/certs... [2021-01-30T07:43:55.938Z] 22 added, 17 removed; done. [2021-01-30T07:43:55.938Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-30T07:43:55.938Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T07:43:55.938Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-30T07:43:55.938Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-30T07:43:55.938Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-30T07:43:56.199Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.199Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-30T07:43:56.199Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.199Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.199Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.199Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.199Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.199Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-30T07:43:56.460Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-30T07:43:56.460Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-30T07:43:56.460Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-30T07:43:56.460Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-30T07:43:56.460Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.721Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T07:43:56.721Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-30T07:43:56.721Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-30T07:43:56.721Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-30T07:43:56.721Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-30T07:43:56.982Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-30T07:43:56.982Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-30T07:43:56.982Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-30T07:43:56.982Z] Updating certificates in /etc/ssl/certs... [2021-01-30T07:43:57.553Z] 0 added, 0 removed; done. [2021-01-30T07:43:57.553Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-30T07:43:57.553Z] done. [2021-01-30T07:43:58.126Z] Reading package lists... [2021-01-30T07:43:58.126Z] Building dependency tree... [2021-01-30T07:43:58.126Z] Reading state information... [2021-01-30T07:43:58.387Z] The following NEW packages will be installed: [2021-01-30T07:43:58.387Z] apt-transport-https [2021-01-30T07:43:58.387Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-30T07:43:58.387Z] Need to get 1696 B of archives. [2021-01-30T07:43:58.387Z] After this operation, 153 kB of additional disk space will be used. [2021-01-30T07:43:58.387Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-30T07:43:58.387Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T07:43:58.387Z] Fetched 1696 B in 0s (23.0 kB/s) [2021-01-30T07:43:58.648Z] Selecting previously unselected package apt-transport-https. [2021-01-30T07:43:58.648Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-30T07:43:58.648Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-30T07:43:58.648Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-30T07:43:58.648Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-30T07:43:58.911Z] Waiting for network to be ready... [2021-01-30T07:44:04.202Z] 2021-01-30T07:44:01Z INFO Waiting for automatic snapd restart... [2021-01-30T07:44:04.463Z] snapd 2.48.2 from Canonical* installed [2021-01-30T07:44:05.409Z] "snapd" switched to the "latest/stable" channel [2021-01-30T07:44:05.409Z] [2021-01-30T07:44:07.953Z] core18 20201210 from Canonical* installed [2021-01-30T07:44:07.953Z] "core18" switched to the "latest/stable" channel [2021-01-30T07:44:07.953Z] [2021-01-30T07:44:11.259Z] snapcraft 4.4.4 from Canonical* installed [2021-01-30T07:44:11.259Z] "snapcraft" switched to the "latest/stable" channel [2021-01-30T07:44:11.259Z] [2021-01-30T07:44:14.556Z] 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-01-30T07:44:14.556Z] - README.md [2021-01-30T07:44:14.556Z] - snapcraft.yaml.orig [2021-01-30T07:44:14.556Z] [2021-01-30T07:44:14.556Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-30T07:44:21.141Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T07:44:21.141Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-30T07:44:21.141Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-30T07:44:21.141Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-30T07:44:22.351Z] Reading package lists... [2021-01-30T07:44:22.621Z] 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-01-30T07:44:24.124Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:44:24.125Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:44:24.125Z] ---> 812ea98f2d0e [2021-01-30T07:44:24.125Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T07:44:24.729Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:44:24.729Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:44:24.729Z] ---> 812ea98f2d0e [2021-01-30T07:44:24.729Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T07:44:25.335Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:44:25.335Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:44:25.335Z] ---> 812ea98f2d0e [2021-01-30T07:44:25.335Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T07:44:25.335Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:44:25.335Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:44:25.335Z] ---> 812ea98f2d0e [2021-01-30T07:44:25.335Z] Step 3/21 : WORKDIR /edgex-go [2021-01-30T07:44:25.335Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:44:25.335Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:44:25.335Z] ---> 812ea98f2d0e [2021-01-30T07:44:25.335Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T07:44:29.226Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T07:44:29.226Z] Reading package lists... [2021-01-30T07:44:29.226Z] Building dependency tree... [2021-01-30T07:44:29.226Z] Reading state information... [2021-01-30T07:44:29.226Z] Suggested packages: [2021-01-30T07:44:29.226Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-30T07:44:29.226Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-30T07:44:29.226Z] Recommended packages: [2021-01-30T07:44:29.226Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-30T07:44:29.226Z] The following NEW packages will be installed: [2021-01-30T07:44:29.226Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-30T07:44:29.226Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-30T07:44:29.226Z] pkg-config zip [2021-01-30T07:44:29.226Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-30T07:44:29.226Z] Need to get 7655 kB of archives. [2021-01-30T07:44:29.226Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-30T07:44:29.226Z] 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-01-30T07:44:29.226Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-30T07:44:29.226Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-30T07:44:29.226Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-30T07:44:29.226Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-30T07:44:29.226Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-30T07:44:29.226Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-30T07:44:29.487Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-30T07:44:29.487Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-30T07:44:29.487Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-30T07:44:29.487Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-30T07:44:29.638Z] ---> Running in c592f8124542 [2021-01-30T07:44:29.639Z] ---> Running in 2c9d5b5a951c [2021-01-30T07:44:29.639Z] ---> Running in 3a59aac0c737 [2021-01-30T07:44:29.639Z] ---> Running in 2de0899f33d1 [2021-01-30T07:44:29.639Z] ---> Running in 5606a1fb2492 [2021-01-30T07:44:29.639Z] Removing intermediate container 5606a1fb2492 [2021-01-30T07:44:29.639Z] ---> 61d698c1ca13 [2021-01-30T07:44:29.639Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:44:29.748Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-30T07:44:29.748Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-30T07:44:29.748Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-30T07:44:29.748Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-30T07:44:29.920Z] Removing intermediate container c592f8124542 [2021-01-30T07:44:29.920Z] ---> 44943efe8ed1 [2021-01-30T07:44:29.920Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:44:29.920Z] ---> Running in c701ded121a3 [2021-01-30T07:44:29.920Z] Removing intermediate container 2c9d5b5a951c [2021-01-30T07:44:29.920Z] ---> beab04e67696 [2021-01-30T07:44:29.920Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:44:30.010Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T07:44:30.010Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-01-30T07:44:30.010Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-30T07:44:30.010Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-30T07:44:30.010Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-30T07:44:30.010Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-30T07:44:30.201Z] Removing intermediate container 2de0899f33d1 [2021-01-30T07:44:30.201Z] ---> e28f57c43559 [2021-01-30T07:44:30.201Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:44:30.201Z] Removing intermediate container 3a59aac0c737 [2021-01-30T07:44:30.201Z] ---> c1b0727d86b6 [2021-01-30T07:44:30.201Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:44:30.201Z] ---> Running in 10790a890670 [2021-01-30T07:44:30.271Z] Selecting previously unselected package libpsl5:amd64. [2021-01-30T07:44:30.271Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-30T07:44:30.271Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-30T07:44:30.271Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-30T07:44:30.271Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-30T07:44:30.271Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-30T07:44:30.271Z] Selecting previously unselected package librtmp1:amd64. [2021-01-30T07:44:30.271Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-30T07:44:30.271Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-30T07:44:30.475Z] ---> Running in 7093f2f43639 [2021-01-30T07:44:30.475Z] ---> Running in e67898345d17 [2021-01-30T07:44:30.475Z] ---> Running in 6d10c274af76 [2021-01-30T07:44:30.531Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-30T07:44:30.531Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-30T07:44:30.531Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-30T07:44:30.531Z] Selecting previously unselected package liberror-perl. [2021-01-30T07:44:30.531Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-30T07:44:30.531Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-30T07:44:30.531Z] Selecting previously unselected package git-man. [2021-01-30T07:44:30.531Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-30T07:44:30.531Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-30T07:44:30.793Z] Selecting previously unselected package git. [2021-01-30T07:44:30.793Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-30T07:44:30.793Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-30T07:44:31.736Z] Selecting previously unselected package libnorm1:amd64. [2021-01-30T07:44:31.736Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-30T07:44:31.736Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-30T07:44:31.736Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-30T07:44:31.736Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-30T07:44:31.736Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-30T07:44:31.736Z] Selecting previously unselected package libsodium23:amd64. [2021-01-30T07:44:31.736Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-30T07:44:31.736Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-30T07:44:31.997Z] Selecting previously unselected package libzmq5:amd64. [2021-01-30T07:44:31.997Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-30T07:44:31.997Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T07:44:31.997Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-30T07:44:31.997Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-30T07:44:31.997Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T07:44:32.259Z] Selecting previously unselected package pkg-config. [2021-01-30T07:44:32.259Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-30T07:44:32.259Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-30T07:44:32.259Z] Selecting previously unselected package zip. [2021-01-30T07:44:32.259Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-30T07:44:32.259Z] Unpacking zip (3.0-11build1) ... [2021-01-30T07:44:32.519Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-30T07:44:32.519Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-30T07:44:32.519Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-30T07:44:32.519Z] Setting up liberror-perl (0.17025-1) ... [2021-01-30T07:44:32.519Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-30T07:44:32.519Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-30T07:44:32.519Z] No schema files found: doing nothing. [2021-01-30T07:44:32.519Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-30T07:44:32.779Z] Setting up zip (3.0-11build1) ... [2021-01-30T07:44:32.779Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-30T07:44:32.779Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-30T07:44:32.779Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-30T07:44:32.779Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T07:44:32.779Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-30T07:44:32.779Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T07:44:32.779Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-30T07:44:33.040Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-30T07:44:33.872Z] Removing intermediate container c701ded121a3 [2021-01-30T07:44:33.872Z] ---> 19cb5264e7a3 [2021-01-30T07:44:33.872Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-30T07:44:34.146Z] ---> Running in 284c40733b33 [2021-01-30T07:44:34.146Z] Removing intermediate container 10790a890670 [2021-01-30T07:44:34.146Z] ---> 30ab6bb6b222 [2021-01-30T07:44:34.146Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T07:44:34.440Z] Removing intermediate container 7093f2f43639 [2021-01-30T07:44:34.440Z] ---> f593ccae7302 [2021-01-30T07:44:34.440Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T07:44:34.440Z] ---> Running in d4840e70296d [2021-01-30T07:44:34.714Z] ---> Running in baa73e52db2e [2021-01-30T07:44:34.714Z] Removing intermediate container e67898345d17 [2021-01-30T07:44:34.714Z] ---> 71e7bae5580d [2021-01-30T07:44:34.714Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T07:44:34.994Z] Removing intermediate container 6d10c274af76 [2021-01-30T07:44:34.994Z] ---> 2faa8d16edf7 [2021-01-30T07:44:34.994Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T07:44:34.994Z] ---> Running in 90c8c669dc1a [2021-01-30T07:44:35.282Z] ---> Running in 5d32cb4d2482 [2021-01-30T07:44:35.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:36.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:36.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:36.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:36.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:37.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:37.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:37.317Z] OK: 217 MiB in 51 packages [2021-01-30T07:44:37.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:37.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:37.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:44:37.868Z] OK: 217 MiB in 51 packages [2021-01-30T07:44:38.464Z] OK: 217 MiB in 51 packages [2021-01-30T07:44:38.464Z] OK: 217 MiB in 51 packages [2021-01-30T07:44:38.749Z] OK: 217 MiB in 51 packages [2021-01-30T07:44:39.025Z] Removing intermediate container 284c40733b33 [2021-01-30T07:44:39.025Z] ---> 7ba31e8416e6 [2021-01-30T07:44:39.025Z] Step 6/24 : COPY go.mod . [2021-01-30T07:44:39.625Z] Removing intermediate container d4840e70296d [2021-01-30T07:44:39.625Z] ---> 9464447ba9b0 [2021-01-30T07:44:39.625Z] Step 6/23 : COPY go.mod . [2021-01-30T07:44:39.642Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T07:44:39.642Z] git set to automatically installed. [2021-01-30T07:44:39.642Z] git-man set to automatically installed. [2021-01-30T07:44:39.642Z] libcurl3-gnutls set to automatically installed. [2021-01-30T07:44:39.642Z] liberror-perl set to automatically installed. [2021-01-30T07:44:39.642Z] libglib2.0-0 set to automatically installed. [2021-01-30T07:44:39.642Z] libnghttp2-14 set to automatically installed. [2021-01-30T07:44:39.642Z] libnorm1 set to automatically installed. [2021-01-30T07:44:39.642Z] libpgm-5.2-0 set to automatically installed. [2021-01-30T07:44:39.642Z] libpsl5 set to automatically installed. [2021-01-30T07:44:39.642Z] librtmp1 set to automatically installed. [2021-01-30T07:44:39.642Z] libsodium23 set to automatically installed. [2021-01-30T07:44:39.642Z] libzmq3-dev set to automatically installed. [2021-01-30T07:44:39.642Z] libzmq5 set to automatically installed. [2021-01-30T07:44:39.642Z] pkg-config set to automatically installed. [2021-01-30T07:44:39.643Z] zip set to automatically installed. [2021-01-30T07:44:40.222Z] Removing intermediate container 5d32cb4d2482 [2021-01-30T07:44:40.222Z] ---> 316834769563 [2021-01-30T07:44:40.222Z] Step 6/22 : COPY go.mod . [2021-01-30T07:44:40.495Z] ---> 0049d7314522 [2021-01-30T07:44:40.495Z] Step 7/24 : RUN go mod download [2021-01-30T07:44:40.495Z] Removing intermediate container baa73e52db2e [2021-01-30T07:44:40.495Z] ---> f5f2aab607f6 [2021-01-30T07:44:40.495Z] Step 6/23 : COPY go.mod . [2021-01-30T07:44:40.495Z] ---> Running in 3eb088d0d622 [2021-01-30T07:44:40.785Z] Removing intermediate container 90c8c669dc1a [2021-01-30T07:44:40.785Z] ---> d4d8adcc58d8 [2021-01-30T07:44:40.785Z] Step 6/21 : COPY go.mod . [2021-01-30T07:44:40.785Z] ---> 89604f4bb3f5 [2021-01-30T07:44:40.785Z] Step 7/23 : RUN go mod download [2021-01-30T07:44:41.027Z] snapd is not logged in, snap install commands will use sudo [2021-01-30T07:44:41.057Z] ---> Running in 6a51f16d09a7 [2021-01-30T07:44:41.058Z] ---> 8b34731d3e1c [2021-01-30T07:44:41.058Z] Step 7/22 : RUN go mod download [2021-01-30T07:44:41.658Z] ---> Running in fda5afeb63e2 [2021-01-30T07:44:41.658Z] ---> 4b66a1e9d15e [2021-01-30T07:44:41.658Z] Step 7/23 : RUN go mod download [2021-01-30T07:44:41.940Z] ---> 86fbb05ac489 [2021-01-30T07:44:41.940Z] Step 7/21 : RUN go mod download [2021-01-30T07:44:41.940Z] ---> Running in 2cf8ca91b7ec [2021-01-30T07:44:42.217Z] ---> Running in 84fba50a25da [2021-01-30T07:44:45.636Z] Removing intermediate container 3eb088d0d622 [2021-01-30T07:44:45.636Z] ---> 526793fdfa27 [2021-01-30T07:44:45.636Z] Step 8/24 : COPY . . [2021-01-30T07:44:45.636Z] Removing intermediate container 6a51f16d09a7 [2021-01-30T07:44:45.636Z] ---> b5a938489db8 [2021-01-30T07:44:45.636Z] Step 8/23 : COPY . . [2021-01-30T07:44:45.921Z] Removing intermediate container fda5afeb63e2 [2021-01-30T07:44:45.921Z] ---> efe667adf3bb [2021-01-30T07:44:46.198Z] Step 8/22 : COPY . . [2021-01-30T07:44:46.800Z] Removing intermediate container 84fba50a25da [2021-01-30T07:44:46.800Z] ---> 2eda84064ca1 [2021-01-30T07:44:46.800Z] Step 8/21 : COPY . . [2021-01-30T07:44:46.800Z] Removing intermediate container 2cf8ca91b7ec [2021-01-30T07:44:46.800Z] ---> 5099051020b2 [2021-01-30T07:44:46.800Z] Step 8/23 : COPY . . [2021-01-30T07:44:47.621Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T07:44:47.621Z] snap "core18" has no updates available [2021-01-30T07:44:48.197Z] Pulling config-common [2021-01-30T07:44:49.577Z] Pulling go-build-helper [2021-01-30T07:45:11.593Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-30T07:45:11.594Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-30T07:45:11.594Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-30T07:45:11.594Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-30T07:45:11.594Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-30T07:45:11.594Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-30T07:45:11.594Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-30T07:45:11.594Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-30T07:45:11.594Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-30T07:45:11.594Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-30T07:45:11.594Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-30T07:45:11.594Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-30T07:45:11.594Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-30T07:45:11.594Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-30T07:45:11.594Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-30T07:45:11.594Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-30T07:45:11.594Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-30T07:45:11.594Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-30T07:45:11.594Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-30T07:45:11.594Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-30T07:45:11.594Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-30T07:45:11.594Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-30T07:45:11.594Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-30T07:45:11.594Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-30T07:45:11.594Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-30T07:45:11.594Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-30T07:45:11.594Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-30T07:45:11.594Z] Fetched 23.9 MB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-30T07:45:11.594Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-30T07:45:11.594Z] Fetched 279 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-30T07:45:11.594Z] Fetched 122 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-30T07:45:11.594Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-30T07:45:11.594Z] Fetched 8848 B in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-30T07:45:11.594Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-30T07:45:11.594Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-30T07:45:11.594Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-30T07:45:11.594Z] Fetched 214 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-30T07:45:11.594Z] Fetched 155 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-30T07:45:11.594Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-30T07:45:11.594Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-30T07:45:11.594Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-30T07:45:11.594Z] Fetched 499 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-30T07:45:11.594Z] Fetched 111 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-30T07:45:11.594Z] Fetched 240 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-30T07:45:11.594Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-30T07:45:11.594Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-30T07:45:11.594Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-30T07:45:11.594Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-30T07:45:11.594Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-30T07:45:11.594Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-30T07:45:11.594Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-30T07:45:11.594Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-30T07:45:11.594Z] Fetched 8720 B in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-30T07:45:11.594Z] Fetched 137 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-30T07:45:11.594Z] Fetched 119 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-30T07:45:11.594Z] Fetched 109 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-30T07:45:11.594Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-30T07:45:11.594Z] Fetched 645 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-30T07:45:11.594Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-30T07:45:11.594Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-30T07:45:11.594Z] Fetched 368 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-30T07:45:11.594Z] Fetched 187 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-30T07:45:11.594Z] Fetched 175 kB in 0s (0 B/s) [2021-01-30T07:45:11.594Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-30T07:45:13.623Z] ---> eff5a051f855 [2021-01-30T07:45:13.624Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T07:45:13.624Z] ---> 5885e33977e9 [2021-01-30T07:45:13.624Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T07:45:13.624Z] ---> ad29d89138c7 [2021-01-30T07:45:13.624Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T07:45:13.624Z] ---> 96c153616db0 [2021-01-30T07:45:13.624Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-30T07:45:13.624Z] ---> b3326dae09e2 [2021-01-30T07:45:13.624Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T07:45:13.624Z] ---> Running in 3c2f5ab8a24f [2021-01-30T07:45:13.624Z] ---> Running in 9851f0f0991f [2021-01-30T07:45:13.624Z] ---> Running in 6aa65c5b710f [2021-01-30T07:45:13.624Z] ---> Running in 3e388c06430f [2021-01-30T07:45:13.624Z] ---> Running in 843cb2d0bed6 [2021-01-30T07:45:13.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T07:45:13.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-30T07:45:14.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T07:45:14.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T07:45:14.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T07:45:14.897Z] Fetched 206 kB in 0s (0 B/s) [2021-01-30T07:45:14.897Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-30T07:45:14.897Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-30T07:45:14.897Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-30T07:45:14.897Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-30T07:45:14.897Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-30T07:45:14.897Z] Fetched 159 kB in 0s (0 B/s) [2021-01-30T07:45:14.897Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-30T07:45:14.897Z] Fetched 107 kB in 0s (0 B/s) [2021-01-30T07:45:14.897Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-30T07:45:14.897Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-30T07:45:14.897Z] Pulling static-packages [2021-01-30T07:45:15.839Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-30T07:45:15.839Z] Skipping pull go-build-helper (already ran) [2021-01-30T07:45:15.839Z] Skipping pull static-packages (already ran) [2021-01-30T07:45:15.839Z] Building go-build-helper [2021-01-30T07:45:20.044Z] Building static-packages [2021-01-30T07:45:21.430Z] Staging go-build-helper [2021-01-30T07:45:22.000Z] Staging static-packages [2021-01-30T07:45:22.947Z] Pulling go115 [2021-01-30T07:45:23.889Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-30T07:45:23.889Z] Skipping pull go115 (already ran) [2021-01-30T07:45:23.889Z] Building go115 [2021-01-30T07:45:23.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T07:45:23.889Z] Dload Upload Total Spent Left Speed [2021-01-30T07:45:26.502Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3007k 0 0 8592k 0 0:00:13 --:--:-- 0:00:13 8568k 39 115M 39 46.1M 0 0 34.5M 0 0:00:03 0:00:01 0:00:02 34.4M 89 115M 89 103M 0 0 44.1M 0 0:00:02 0:00:02 --:--:-- 44.1M 100 115M 100 115M 0 0 44.3M 0 0:00:02 0:00:02 --:--:-- 44.2M [2021-01-30T07:45:27.072Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-30T07:45:31.291Z] Staging go115 [2021-01-30T07:45:35.497Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-30T07:45:35.497Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-30T07:45:35.497Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-30T07:45:35.497Z] Fetched 0 B in 0s (0 B/s) [2021-01-30T07:45:35.497Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-30T07:45:35.497Z] Fetched 224 kB in 0s (0 B/s) [2021-01-30T07:45:35.497Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-30T07:45:35.497Z] Fetched 157 kB in 0s (0 B/s) [2021-01-30T07:45:35.497Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-30T07:45:35.497Z] Fetched 221 kB in 0s (0 B/s) [2021-01-30T07:45:35.497Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-30T07:45:35.497Z] Fetched 143 kB in 0s (0 B/s) [2021-01-30T07:45:35.497Z] Pulling edgex-go [2021-01-30T07:45:36.880Z] Pulling version [2021-01-30T07:45:37.829Z] Building config-common [2021-01-30T07:45:39.744Z] Skipping build go-build-helper (already ran) [2021-01-30T07:45:39.744Z] Skipping build static-packages (already ran) [2021-01-30T07:45:39.744Z] Skipping build go115 (already ran) [2021-01-30T07:45:39.744Z] Building edgex-go [2021-01-30T07:45:40.006Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T07:45:42.552Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-30T07:45:42.552Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 [2021-01-30T07:45:42.552Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-30T07:45:42.552Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-30T07:45:42.552Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-30T07:45:42.552Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-30T07:45:42.552Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-30T07:45:42.552Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-30T07:45:42.552Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-30T07:45:42.552Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-30T07:45:42.552Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-30T07:45:42.552Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-30T07:45:42.552Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-30T07:45:42.552Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-30T07:45:42.552Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-30T07:45:42.552Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-30T07:45:42.552Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-30T07:45:42.552Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-30T07:45:42.552Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-30T07:45:42.552Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-30T07:45:42.553Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-30T07:45:42.553Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-30T07:45:42.553Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-30T07:45:42.553Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-30T07:45:42.814Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-30T07:45:42.814Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-30T07:45:42.814Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-30T07:45:42.814Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-30T07:45:42.814Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-30T07:45:42.814Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-30T07:45:42.814Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-30T07:45:43.075Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-30T07:45:49.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T07:45:52.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T07:45:53.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-30T07:45:54.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T07:45:55.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T07:45:55.364Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-30T07:45:55.364Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-30T07:45:55.364Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-30T07:45:55.364Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-30T07:45:57.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T07:45:57.278Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-30T07:45:57.278Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-30T07:45:58.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T07:45:59.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T07:45:59.164Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-30T07:46:00.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T07:46:01.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T07:46:02.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T07:46:02.063Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-30T07:46:03.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T07:46:03.003Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-30T07:46:05.552Z] Building version [2021-01-30T07:46:07.472Z] Staging config-common [2021-01-30T07:46:08.415Z] Skipping stage go-build-helper (already ran) [2021-01-30T07:46:08.415Z] Skipping stage static-packages (already ran) [2021-01-30T07:46:08.415Z] Skipping stage go115 (already ran) [2021-01-30T07:46:08.415Z] Staging edgex-go [2021-01-30T07:46:09.358Z] Staging version [2021-01-30T07:46:09.934Z] Priming config-common [2021-01-30T07:46:10.878Z] Priming go-build-helper [2021-01-30T07:46:11.818Z] Priming static-packages [2021-01-30T07:46:14.363Z] Priming go115 [2021-01-30T07:46:14.935Z] Priming edgex-go [2021-01-30T07:46:16.320Z] Priming version [2021-01-30T07:46:16.951Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-30T07:46:36.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T07:46:36.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T07:46:46.502Z] Removing intermediate container 3c2f5ab8a24f [2021-01-30T07:46:46.502Z] ---> 758befa07d02 [2021-01-30T07:46:46.502Z] [2021-01-30T07:46:46.502Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T07:46:46.502Z] 3.12: Pulling from library/alpine [2021-01-30T07:46:47.499Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T07:46:47.778Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T07:46:47.778Z] ---> afeebe901d6b [2021-01-30T07:46:47.778Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T07:46:49.222Z] ---> Running in 5ddf3433b1a2 [2021-01-30T07:46:51.860Z] Removing intermediate container 3e388c06430f [2021-01-30T07:46:51.860Z] ---> e71944ecca10 [2021-01-30T07:46:51.860Z] [2021-01-30T07:46:51.860Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T07:46:51.860Z] ---> afeebe901d6b [2021-01-30T07:46:51.860Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T07:46:51.860Z] Removing intermediate container 9851f0f0991f [2021-01-30T07:46:51.860Z] ---> da0fe239a260 [2021-01-30T07:46:51.860Z] [2021-01-30T07:46:51.860Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T07:46:51.860Z] ---> afeebe901d6b [2021-01-30T07:46:51.860Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T07:46:51.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:46:51.860Z] ---> Running in cd947ba5acc4 [2021-01-30T07:46:51.860Z] ---> Running in 39b87cd5d8af [2021-01-30T07:46:51.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:46:52.465Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T07:46:52.743Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T07:46:52.743Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T07:46:52.743Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T07:46:52.743Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T07:46:52.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:46:52.743Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T07:46:53.023Z] OK: 7 MiB in 19 packages [2021-01-30T07:46:54.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:46:54.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:46:54.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:46:54.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:46:54.920Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T07:46:54.920Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T07:46:54.920Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T07:46:54.920Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:46:54.920Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T07:46:54.920Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T07:46:54.920Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T07:46:55.197Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T07:46:55.197Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:46:55.197Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T07:46:55.197Z] OK: 6 MiB in 16 packages [2021-01-30T07:46:55.478Z] OK: 7 MiB in 18 packages [2021-01-30T07:46:56.480Z] Removing intermediate container 5ddf3433b1a2 [2021-01-30T07:46:56.480Z] ---> 117e04948364 [2021-01-30T07:46:56.480Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T07:46:56.761Z] ---> Running in 2759094366aa [2021-01-30T07:46:57.750Z] Removing intermediate container 2759094366aa [2021-01-30T07:46:57.750Z] ---> d5d34716c62e [2021-01-30T07:46:57.750Z] Step 13/24 : WORKDIR / [2021-01-30T07:46:58.027Z] ---> Running in 588211b32fc3 [2021-01-30T07:46:58.626Z] Removing intermediate container cd947ba5acc4 [2021-01-30T07:46:58.626Z] ---> 84e60d6f901e [2021-01-30T07:46:58.626Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:46:58.626Z] Removing intermediate container 39b87cd5d8af [2021-01-30T07:46:58.626Z] ---> ebf54d0dd50a [2021-01-30T07:46:58.626Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T07:46:59.223Z] ---> Running in a5fd8881b189 [2021-01-30T07:46:59.223Z] ---> Running in 3b8efa2b4341 [2021-01-30T07:46:59.223Z] Removing intermediate container 588211b32fc3 [2021-01-30T07:46:59.223Z] ---> 042d0c6f38ec [2021-01-30T07:46:59.223Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-30T07:47:00.310Z] Removing intermediate container a5fd8881b189 [2021-01-30T07:47:00.310Z] ---> 1c74bc405515 [2021-01-30T07:47:00.310Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T07:47:00.659Z] Removing intermediate container 3b8efa2b4341 [2021-01-30T07:47:00.659Z] ---> ef040aa9e8ae [2021-01-30T07:47:00.659Z] Step 13/21 : WORKDIR /edgex [2021-01-30T07:47:00.659Z] ---> 1ff5c098f435 [2021-01-30T07:47:00.659Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-30T07:47:00.659Z] ---> Running in a89e878c0493 [2021-01-30T07:47:01.077Z] ---> Running in be1ca631cda2 [2021-01-30T07:47:01.363Z] Removing intermediate container 6aa65c5b710f [2021-01-30T07:47:01.364Z] ---> 57c522a3c58f [2021-01-30T07:47:01.364Z] [2021-01-30T07:47:01.364Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T07:47:01.364Z] ---> afeebe901d6b [2021-01-30T07:47:01.364Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T07:47:01.677Z] Removing intermediate container a89e878c0493 [2021-01-30T07:47:01.677Z] ---> 23233dabe0f5 [2021-01-30T07:47:01.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T07:47:01.677Z] ---> Running in 043ef5d35db4 [2021-01-30T07:47:01.991Z] ---> Running in df7966ea1e00 [2021-01-30T07:47:02.302Z] Removing intermediate container be1ca631cda2 [2021-01-30T07:47:02.302Z] ---> 5470e898e2b3 [2021-01-30T07:47:02.302Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T07:47:02.586Z] ---> e911e569be93 [2021-01-30T07:47:02.586Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T07:47:02.860Z] Removing intermediate container df7966ea1e00 [2021-01-30T07:47:02.860Z] ---> 53ec452fb366 [2021-01-30T07:47:02.860Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:47:03.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:47:04.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:47:04.122Z] ---> 9a2cc53e09ad [2021-01-30T07:47:04.122Z] ---> f754eeb16e9a [2021-01-30T07:47:04.122Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T07:47:04.122Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T07:47:04.435Z] ---> eb3d33f1d648 [2021-01-30T07:47:04.435Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T07:47:04.709Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T07:47:04.709Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:47:04.709Z] OK: 5 MiB in 15 packages [2021-01-30T07:47:06.687Z] ---> d0878e28991b [2021-01-30T07:47:06.687Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T07:47:06.687Z] ---> 26cc4a5a8ccc [2021-01-30T07:47:06.687Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T07:47:06.687Z] Removing intermediate container 843cb2d0bed6 [2021-01-30T07:47:06.687Z] ---> feae0ce2eeca [2021-01-30T07:47:06.687Z] [2021-01-30T07:47:06.687Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T07:47:06.687Z] ---> afeebe901d6b [2021-01-30T07:47:06.687Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T07:47:06.687Z] ---> Using cache [2021-01-30T07:47:06.687Z] ---> ec021a42c4ab [2021-01-30T07:47:06.687Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:47:06.687Z] ---> 4fc08b00e764 [2021-01-30T07:47:06.687Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T07:47:06.687Z] Removing intermediate container 043ef5d35db4 [2021-01-30T07:47:06.687Z] ---> ec021a42c4ab [2021-01-30T07:47:06.687Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:47:06.957Z] ---> Running in d3a50adfc125 [2021-01-30T07:47:07.231Z] ---> Running in e122b057de63 [2021-01-30T07:47:07.501Z] Removing intermediate container d3a50adfc125 [2021-01-30T07:47:07.501Z] ---> 88d254d908f0 [2021-01-30T07:47:07.501Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T07:47:07.773Z] ---> Running in 40a52a8625ab [2021-01-30T07:47:08.059Z] Removing intermediate container e122b057de63 [2021-01-30T07:47:08.059Z] ---> 5dea26f01a5d [2021-01-30T07:47:08.059Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T07:47:08.059Z] ---> ff165cc62084 [2021-01-30T07:47:08.059Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T07:47:08.059Z] ---> 08d900552619 [2021-01-30T07:47:08.059Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T07:47:08.059Z] ---> 00be7412e92e [2021-01-30T07:47:08.059Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T07:47:08.059Z] ---> Running in 5bd707876037 [2021-01-30T07:47:08.334Z] ---> Running in c1522749d081 [2021-01-30T07:47:08.334Z] ---> Running in 5cfc77e0ce9c [2021-01-30T07:47:08.334Z] Removing intermediate container 40a52a8625ab [2021-01-30T07:47:08.334Z] ---> 8880fe625b80 [2021-01-30T07:47:08.334Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T07:47:08.607Z] ---> Running in ac3f2a4c4a79 [2021-01-30T07:47:08.607Z] Removing intermediate container 5bd707876037 [2021-01-30T07:47:08.607Z] ---> a28d24f136c0 [2021-01-30T07:47:08.607Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T07:47:09.196Z] ---> d37fb834430d [2021-01-30T07:47:09.196Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-30T07:47:09.196Z] Removing intermediate container c1522749d081 [2021-01-30T07:47:09.196Z] ---> cf06c48df10d [2021-01-30T07:47:09.196Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T07:47:09.196Z] ---> Running in 3342219b90da [2021-01-30T07:47:09.196Z] Removing intermediate container 5cfc77e0ce9c [2021-01-30T07:47:09.196Z] ---> ca8acbdba1ce [2021-01-30T07:47:09.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:47:09.196Z] Removing intermediate container ac3f2a4c4a79 [2021-01-30T07:47:09.196Z] ---> d167612490b4 [2021-01-30T07:47:09.196Z] Step 15/23 : WORKDIR / [2021-01-30T07:47:09.466Z] ---> Running in 59f8797646b6 [2021-01-30T07:47:09.466Z] ---> Running in aaa76430b3bc [2021-01-30T07:47:09.466Z] ---> Running in 7f6478f404f7 [2021-01-30T07:47:09.466Z] ---> Running in 0d3c22e9fea3 [2021-01-30T07:47:09.736Z] Removing intermediate container 3342219b90da [2021-01-30T07:47:09.736Z] ---> 32ba34adf399 [2021-01-30T07:47:09.736Z] Step 15/23 : WORKDIR / [2021-01-30T07:47:10.008Z] ---> Running in ba1821aa8645 [2021-01-30T07:47:10.008Z] Removing intermediate container aaa76430b3bc [2021-01-30T07:47:10.008Z] ---> ff30ea131130 [2021-01-30T07:47:10.008Z] Step 20/22 : LABEL arch=arm64 [2021-01-30T07:47:10.008Z] Removing intermediate container 7f6478f404f7 [2021-01-30T07:47:10.008Z] ---> f0d802feaad7 [2021-01-30T07:47:10.008Z] Step 19/21 : LABEL arch=arm64 [2021-01-30T07:47:10.283Z] ---> Running in 194d8d16a202 [2021-01-30T07:47:10.283Z] ---> Running in 992ff13f919c [2021-01-30T07:47:10.283Z] Removing intermediate container 0d3c22e9fea3 [2021-01-30T07:47:10.283Z] ---> e90d5a9b4e84 [2021-01-30T07:47:10.283Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:47:10.560Z] Removing intermediate container ba1821aa8645 [2021-01-30T07:47:10.560Z] ---> 28322a832e3a [2021-01-30T07:47:10.560Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:47:10.834Z] Removing intermediate container 992ff13f919c [2021-01-30T07:47:10.834Z] ---> d1a87560f518 [2021-01-30T07:47:10.834Z] Step 20/21 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:47:11.109Z] Removing intermediate container 194d8d16a202 [2021-01-30T07:47:11.109Z] ---> a6d5b7be2441 [2021-01-30T07:47:11.109Z] Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:47:11.109Z] ---> Running in f194007b5142 [2021-01-30T07:47:11.384Z] ---> Running in b4401a32ba92 [2021-01-30T07:47:11.385Z] ---> 57948dc9c428 [2021-01-30T07:47:11.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T07:47:11.658Z] ---> bab3782d9cd9 [2021-01-30T07:47:11.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T07:47:11.934Z] Removing intermediate container f194007b5142 [2021-01-30T07:47:11.934Z] ---> d3b2077b27f4 [2021-01-30T07:47:11.934Z] Step 21/21 : LABEL version=0.0.0 [2021-01-30T07:47:11.934Z] Removing intermediate container b4401a32ba92 [2021-01-30T07:47:11.934Z] ---> 3355c703d05e [2021-01-30T07:47:11.934Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T07:47:12.207Z] ---> Running in 10d099ccdabc [2021-01-30T07:47:12.495Z] ---> Running in 5d60e8852c11 [2021-01-30T07:47:12.495Z] Removing intermediate container 59f8797646b6 [2021-01-30T07:47:12.495Z] ---> cc771197ec72 [2021-01-30T07:47:12.495Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T07:47:13.095Z] ---> Running in a84bcdcf6c1b [2021-01-30T07:47:13.095Z] Removing intermediate container 10d099ccdabc [2021-01-30T07:47:13.095Z] ---> 7dfb31582a76 [2021-01-30T07:47:13.095Z] [2021-01-30T07:47:13.095Z] Removing intermediate container 5d60e8852c11 [2021-01-30T07:47:13.095Z] ---> c74a339a0323 [2021-01-30T07:47:13.095Z] [2021-01-30T07:47:13.373Z] ---> 0b394812cf8c [2021-01-30T07:47:13.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T07:47:13.373Z] ---> 9574780d1a0f [2021-01-30T07:47:13.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T07:47:13.646Z] Removing intermediate container a84bcdcf6c1b [2021-01-30T07:47:13.646Z] ---> e340ec8730e0 [2021-01-30T07:47:13.646Z] Step 22/24 : LABEL arch=arm64 [2021-01-30T07:47:13.646Z] Successfully built 7dfb31582a76 [2021-01-30T07:47:13.920Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-30T07:47:13.920Z] ---> Running in 17ca6cf648d7 [2021-01-30T07:47:13.920Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-30T07:47:13.920Z] Successfully built c74a339a0323 [2021-01-30T07:47:13.920Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-30T07:47:13.920Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-30T07:47:14.198Z] ---> 629561329b35 [2021-01-30T07:47:14.198Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T07:47:14.474Z] ---> 6b3bd8f07156 [2021-01-30T07:47:14.474Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T07:47:14.474Z] ---> Running in 8182a0f5d59c [2021-01-30T07:47:14.474Z] Removing intermediate container 17ca6cf648d7 [2021-01-30T07:47:14.474Z] ---> 096a28f75216 [2021-01-30T07:47:14.474Z] Step 23/24 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:47:14.748Z] ---> Running in 34d290872a9d [2021-01-30T07:47:14.748Z] ---> Running in a2d36ce396ab [2021-01-30T07:47:15.021Z] Removing intermediate container 8182a0f5d59c [2021-01-30T07:47:15.021Z] ---> 7654bacb49ea [2021-01-30T07:47:15.021Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:47:15.294Z] ---> Running in 91fd71e0b411 [2021-01-30T07:47:15.294Z] Removing intermediate container 34d290872a9d [2021-01-30T07:47:15.294Z] ---> a2526a389396 [2021-01-30T07:47:15.294Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:47:15.294Z] Removing intermediate container a2d36ce396ab [2021-01-30T07:47:15.294Z] ---> 2aa37d441a29 [2021-01-30T07:47:15.294Z] Step 24/24 : LABEL version=0.0.0 [2021-01-30T07:47:15.571Z] ---> Running in 56d6ba9f62ac [2021-01-30T07:47:15.572Z] ---> Running in 10cabd909322 [2021-01-30T07:47:15.849Z] Removing intermediate container 91fd71e0b411 [2021-01-30T07:47:15.849Z] ---> 174c705f3d02 [2021-01-30T07:47:15.849Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T07:47:15.849Z] ---> Running in 5c95b6391f61 [2021-01-30T07:47:16.124Z] Removing intermediate container 56d6ba9f62ac [2021-01-30T07:47:16.124Z] ---> ecc1368d814b [2021-01-30T07:47:16.124Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T07:47:16.124Z] Removing intermediate container 10cabd909322 [2021-01-30T07:47:16.124Z] ---> 1fe5df44d649 [2021-01-30T07:47:16.124Z] [2021-01-30T07:47:16.400Z] ---> Running in 1780f142f686 [2021-01-30T07:47:16.673Z] Removing intermediate container 5c95b6391f61 [2021-01-30T07:47:16.673Z] ---> 37d3ac4a956d [2021-01-30T07:47:16.673Z] Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:47:16.673Z] Successfully built 1fe5df44d649 [2021-01-30T07:47:16.946Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-30T07:47:16.946Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-30T07:47:17.219Z] ---> Running in 9f5c2f8d8c73 [2021-01-30T07:47:17.219Z] Removing intermediate container 1780f142f686 [2021-01-30T07:47:17.219Z] ---> c3692e5f61cb [2021-01-30T07:47:17.219Z] Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:47:17.492Z] ---> Running in e257d8329015 [2021-01-30T07:47:17.765Z] Removing intermediate container 9f5c2f8d8c73 [2021-01-30T07:47:17.765Z] ---> 5e6b76cc7685 [2021-01-30T07:47:17.765Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T07:47:18.039Z] ---> Running in 2b8d996e1593 [2021-01-30T07:47:18.039Z] Removing intermediate container e257d8329015 [2021-01-30T07:47:18.039Z] ---> 8bf309b44e52 [2021-01-30T07:47:18.039Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T07:47:18.316Z] ---> Running in 64c7d7d21744 [2021-01-30T07:47:18.598Z] Removing intermediate container 2b8d996e1593 [2021-01-30T07:47:18.598Z] ---> 2b384a9ecbda [2021-01-30T07:47:18.598Z] [2021-01-30T07:47:18.881Z] Successfully built 2b384a9ecbda [2021-01-30T07:47:19.474Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-30T07:47:19.475Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-30T07:47:19.475Z] Removing intermediate container 64c7d7d21744 [2021-01-30T07:47:19.475Z] ---> f2d5465a330f [2021-01-30T07:47:19.475Z] [2021-01-30T07:47:19.750Z] Successfully built f2d5465a330f [2021-01-30T07:47:19.750Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-30T07:48:16.267Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:48:16.267Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:48:16.267Z] ---> 812ea98f2d0e [2021-01-30T07:48:16.267Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> e28f57c43559 [2021-01-30T07:48:16.267Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> 2faa8d16edf7 [2021-01-30T07:48:16.267Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T07:48:16.267Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:48:16.267Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:48:16.267Z] ---> 812ea98f2d0e [2021-01-30T07:48:16.267Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> e28f57c43559 [2021-01-30T07:48:16.267Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> 2faa8d16edf7 [2021-01-30T07:48:16.267Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T07:48:16.267Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:48:16.267Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:48:16.267Z] ---> 812ea98f2d0e [2021-01-30T07:48:16.267Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> e28f57c43559 [2021-01-30T07:48:16.267Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> 2faa8d16edf7 [2021-01-30T07:48:16.267Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T07:48:16.267Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T07:48:16.267Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T07:48:16.267Z] ---> 812ea98f2d0e [2021-01-30T07:48:16.267Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> e28f57c43559 [2021-01-30T07:48:16.267Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:48:16.267Z] ---> Using cache [2021-01-30T07:48:16.267Z] ---> 2faa8d16edf7 [2021-01-30T07:48:16.267Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T07:48:16.267Z] ---> Running in 1b42a7d62b2d [2021-01-30T07:48:16.267Z] ---> Running in 6c6042da5d51 [2021-01-30T07:48:16.267Z] ---> Running in d5d0f1d0d46d [2021-01-30T07:48:16.267Z] ---> Running in 28767bb056b2 [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:48:16.267Z] OK: 217 MiB in 51 packages [2021-01-30T07:48:16.267Z] OK: 217 MiB in 51 packages [2021-01-30T07:48:16.267Z] OK: 217 MiB in 51 packages [2021-01-30T07:48:16.267Z] OK: 217 MiB in 51 packages [2021-01-30T07:48:18.256Z] Removing intermediate container 1b42a7d62b2d [2021-01-30T07:48:18.256Z] ---> a242077a2a65 [2021-01-30T07:48:18.256Z] Step 6/26 : COPY go.mod . [2021-01-30T07:48:18.256Z] Removing intermediate container d5d0f1d0d46d [2021-01-30T07:48:18.256Z] ---> f5b8f3f67cb2 [2021-01-30T07:48:18.256Z] Step 6/23 : COPY go.mod . [2021-01-30T07:48:18.256Z] Removing intermediate container 6c6042da5d51 [2021-01-30T07:48:18.256Z] ---> e420ae07cc4d [2021-01-30T07:48:18.256Z] Step 6/31 : COPY go.mod . [2021-01-30T07:48:18.256Z] Removing intermediate container 28767bb056b2 [2021-01-30T07:48:18.256Z] ---> e06a15c965bd [2021-01-30T07:48:18.256Z] Step 6/22 : COPY go.mod . [2021-01-30T07:48:18.858Z] ---> 54e85d17086b [2021-01-30T07:48:18.858Z] Step 7/26 : RUN go mod download [2021-01-30T07:48:19.140Z] ---> 4fc8479e68ca [2021-01-30T07:48:19.140Z] Step 7/23 : RUN go mod download [2021-01-30T07:48:19.140Z] ---> Running in 4ab18174ba49 [2021-01-30T07:48:19.410Z] ---> 21186c3d85d6 [2021-01-30T07:48:19.410Z] Step 7/31 : RUN go mod download [2021-01-30T07:48:19.410Z] ---> Running in e091a7db3acf [2021-01-30T07:48:19.410Z] ---> 78fe6886b956 [2021-01-30T07:48:19.410Z] Step 7/22 : RUN go mod download [2021-01-30T07:48:19.685Z] ---> Running in 6a539745d8a2 [2021-01-30T07:48:19.685Z] ---> Running in ae76eaac7833 [2021-01-30T07:48:23.083Z] Removing intermediate container 4ab18174ba49 [2021-01-30T07:48:23.083Z] ---> 677deaee630e [2021-01-30T07:48:23.083Z] Step 8/26 : COPY . . [2021-01-30T07:48:23.354Z] Removing intermediate container e091a7db3acf [2021-01-30T07:48:23.354Z] ---> 930e183164cc [2021-01-30T07:48:23.354Z] Step 8/23 : COPY . . [2021-01-30T07:48:23.354Z] Removing intermediate container ae76eaac7833 [2021-01-30T07:48:23.354Z] ---> 049bec02b009 [2021-01-30T07:48:23.354Z] Step 8/22 : COPY . . [2021-01-30T07:48:23.629Z] Removing intermediate container 6a539745d8a2 [2021-01-30T07:48:23.629Z] ---> 086faa5f0854 [2021-01-30T07:48:23.629Z] Step 8/31 : COPY . . [2021-01-30T07:48:45.804Z] ---> c75aff76f379 [2021-01-30T07:48:45.804Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-30T07:48:45.804Z] ---> 5ae254e77f91 [2021-01-30T07:48:45.804Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T07:48:45.804Z] ---> ccd308f68c07 [2021-01-30T07:48:45.804Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T07:48:45.804Z] ---> Running in 5adf41162f9d [2021-01-30T07:48:45.804Z] ---> ba1b4ea047d7 [2021-01-30T07:48:45.804Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T07:48:45.804Z] ---> Running in 2ac22dd2f0c0 [2021-01-30T07:48:45.804Z] ---> Running in f8a3a4d7dfb3 [2021-01-30T07:48:45.804Z] ---> Running in a75abf4097ca [2021-01-30T07:48:45.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T07:48:45.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T07:48:46.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T07:48:46.080Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T07:49:54.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T07:50:02.459Z] Removing intermediate container 5adf41162f9d [2021-01-30T07:50:02.459Z] ---> 8f4b336945cc [2021-01-30T07:50:02.459Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T07:50:02.459Z] ---> Running in 09807b5d10e0 [2021-01-30T07:50:03.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T07:50:08.894Z] Removing intermediate container 09807b5d10e0 [2021-01-30T07:50:08.894Z] ---> 22e0d42a83cb [2021-01-30T07:50:08.894Z] [2021-01-30T07:50:08.894Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T07:50:08.894Z] 20.10.0: Pulling from library/docker [2021-01-30T07:50:15.653Z] Removing intermediate container 2ac22dd2f0c0 [2021-01-30T07:50:15.653Z] ---> a779d52edfb3 [2021-01-30T07:50:15.653Z] [2021-01-30T07:50:15.653Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T07:50:15.653Z] ---> afeebe901d6b [2021-01-30T07:50:15.653Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T07:50:15.928Z] ---> Running in 24620e31cc9f [2021-01-30T07:50:16.909Z] Removing intermediate container 24620e31cc9f [2021-01-30T07:50:16.909Z] ---> d990108ef6ce [2021-01-30T07:50:16.909Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T07:50:17.510Z] ---> Running in 5a2f08d48a5f [2021-01-30T07:50:19.573Z] Removing intermediate container f8a3a4d7dfb3 [2021-01-30T07:50:19.573Z] ---> 1e9afc93872a [2021-01-30T07:50:19.573Z] [2021-01-30T07:50:19.573Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T07:50:19.573Z] ---> afeebe901d6b [2021-01-30T07:50:19.573Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T07:50:19.573Z] ---> Using cache [2021-01-30T07:50:19.573Z] ---> ec021a42c4ab [2021-01-30T07:50:19.573Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T07:50:19.573Z] ---> Using cache [2021-01-30T07:50:19.573Z] ---> 5dea26f01a5d [2021-01-30T07:50:19.573Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T07:50:19.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:19.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:20.232Z] ---> Running in d690090bfefe [2021-01-30T07:50:20.896Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T07:50:20.896Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T07:50:20.896Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:50:20.896Z] OK: 5 MiB in 16 packages [2021-01-30T07:50:21.542Z] Removing intermediate container d690090bfefe [2021-01-30T07:50:21.542Z] ---> f7bb1171b9d6 [2021-01-30T07:50:21.542Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T07:50:22.158Z] ---> Running in 537bf856426e [2021-01-30T07:50:22.760Z] Removing intermediate container 537bf856426e [2021-01-30T07:50:22.760Z] ---> 4d01d3bd3e79 [2021-01-30T07:50:22.760Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:50:23.357Z] Removing intermediate container 5a2f08d48a5f [2021-01-30T07:50:23.357Z] ---> f31146508cff [2021-01-30T07:50:23.357Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T07:50:23.634Z] ---> Running in 1d2854f8eb85 [2021-01-30T07:50:23.904Z] ---> 28588530ff86 [2021-01-30T07:50:23.904Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T07:50:24.504Z] Removing intermediate container 1d2854f8eb85 [2021-01-30T07:50:24.504Z] ---> 143e3fbd801a [2021-01-30T07:50:24.504Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T07:50:25.101Z] ---> Running in 188bc83359e9 [2021-01-30T07:50:25.695Z] ---> 1b8e0470c425 [2021-01-30T07:50:25.695Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T07:50:25.695Z] Removing intermediate container 188bc83359e9 [2021-01-30T07:50:25.695Z] ---> d3e538f0f471 [2021-01-30T07:50:25.695Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T07:50:25.969Z] ---> Running in 58b7a183b093 [2021-01-30T07:50:26.962Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T07:50:26.962Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T07:50:26.962Z] ---> eeaf43b92773 [2021-01-30T07:50:26.962Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T07:50:27.558Z] ---> 2c070b2cff70 [2021-01-30T07:50:27.558Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T07:50:27.831Z] ---> Running in 8a2592d91d6a [2021-01-30T07:50:28.105Z] ---> Running in 99e99adf2f6a [2021-01-30T07:50:29.092Z] Removing intermediate container a75abf4097ca [2021-01-30T07:50:29.092Z] ---> f4f53ed1fac5 [2021-01-30T07:50:29.092Z] [2021-01-30T07:50:29.092Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T07:50:29.092Z] ---> afeebe901d6b [2021-01-30T07:50:29.092Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T07:50:29.092Z] Removing intermediate container 99e99adf2f6a [2021-01-30T07:50:29.092Z] ---> eb9779178519 [2021-01-30T07:50:29.092Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:50:29.092Z] ---> Running in ca3e7758af38 [2021-01-30T07:50:29.092Z] ---> Running in ebb463efc367 [2021-01-30T07:50:29.367Z] Removing intermediate container 58b7a183b093 [2021-01-30T07:50:29.367Z] ---> 2e97267620a5 [2021-01-30T07:50:29.367Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T07:50:29.639Z] ---> Running in b2d76bd46c97 [2021-01-30T07:50:29.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:29.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:29.639Z] Removing intermediate container ebb463efc367 [2021-01-30T07:50:29.639Z] ---> 4a2df8872798 [2021-01-30T07:50:29.639Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T07:50:29.639Z] Removing intermediate container ca3e7758af38 [2021-01-30T07:50:29.639Z] ---> 14f6c04bfd4a [2021-01-30T07:50:29.639Z] Step 20/22 : LABEL arch=arm64 [2021-01-30T07:50:29.912Z] ---> Running in 41aadaed2af9 [2021-01-30T07:50:29.912Z] ---> Running in 9e44c3e88856 [2021-01-30T07:50:30.184Z] Removing intermediate container b2d76bd46c97 [2021-01-30T07:50:30.184Z] ---> 3241c300e316 [2021-01-30T07:50:30.184Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T07:50:30.184Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T07:50:30.184Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T07:50:30.464Z] Executing bash-5.0.17-r0.post-install [2021-01-30T07:50:30.464Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:50:30.464Z] OK: 12 MiB in 22 packages [2021-01-30T07:50:30.740Z] Removing intermediate container 9e44c3e88856 [2021-01-30T07:50:30.740Z] ---> 032715daa059 [2021-01-30T07:50:30.740Z] Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:50:30.740Z] Removing intermediate container 41aadaed2af9 [2021-01-30T07:50:30.740Z] ---> 2d919fa0d3c2 [2021-01-30T07:50:30.740Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T07:50:31.010Z] ---> Running in 27a6d50f3dfb [2021-01-30T07:50:31.010Z] ---> Running in 0acf948da932 [2021-01-30T07:50:31.279Z] ---> c3006861b2eb [2021-01-30T07:50:31.279Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T07:50:31.279Z] ---> Running in ed9f24463054 [2021-01-30T07:50:31.559Z] Removing intermediate container 0acf948da932 [2021-01-30T07:50:31.559Z] ---> 46aa0fd83fb7 [2021-01-30T07:50:31.559Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T07:50:31.559Z] Removing intermediate container 27a6d50f3dfb [2021-01-30T07:50:31.559Z] ---> e8b3e7c434eb [2021-01-30T07:50:31.559Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T07:50:31.843Z] ---> Running in 08527bde4e83 [2021-01-30T07:50:31.843Z] Removing intermediate container 8a2592d91d6a [2021-01-30T07:50:31.843Z] ---> b7f1829721ae [2021-01-30T07:50:31.843Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T07:50:31.843Z] ---> Running in 48c4b8ce367d [2021-01-30T07:50:32.123Z] ---> Running in d6f5f600ce61 [2021-01-30T07:50:32.403Z] Removing intermediate container 48c4b8ce367d [2021-01-30T07:50:32.403Z] ---> a9001aa1cc29 [2021-01-30T07:50:32.403Z] [2021-01-30T07:50:33.000Z] Removing intermediate container d6f5f600ce61 [2021-01-30T07:50:33.000Z] ---> d74d41af9792 [2021-01-30T07:50:33.000Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T07:50:33.000Z] Successfully built a9001aa1cc29 [2021-01-30T07:50:33.000Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-30T07:50:33.273Z]  Building docker-support-scheduler-go ... done  ---> Running in 79c50630702c [2021-01-30T07:50:33.873Z] Removing intermediate container 79c50630702c [2021-01-30T07:50:33.873Z] ---> af529111679d [2021-01-30T07:50:33.873Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T07:50:33.873Z] ---> Running in ba99b6755329 [2021-01-30T07:50:34.484Z] Removing intermediate container ed9f24463054 [2021-01-30T07:50:34.484Z] ---> 51515f24d82c [2021-01-30T07:50:34.484Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:50:34.484Z] Removing intermediate container ba99b6755329 [2021-01-30T07:50:34.484Z] ---> 0d7defa89e4b [2021-01-30T07:50:34.484Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T07:50:34.484Z] Removing intermediate container 08527bde4e83 [2021-01-30T07:50:34.484Z] ---> 399a3c31830b [2021-01-30T07:50:34.484Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T07:50:34.762Z] ---> Running in 59ba4e9562a9 [2021-01-30T07:50:36.200Z] ---> 5320fcc9a101 [2021-01-30T07:50:36.200Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T07:50:36.200Z] ---> afea75de9f8b [2021-01-30T07:50:36.200Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T07:50:36.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:37.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:37.181Z] ---> bd0b46e40b8f [2021-01-30T07:50:37.181Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T07:50:37.181Z] ---> cf053db51fb2 [2021-01-30T07:50:37.181Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T07:50:37.779Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T07:50:37.779Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T07:50:37.779Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T07:50:38.052Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T07:50:38.052Z] ---> 1ad4ccc07371 [2021-01-30T07:50:38.052Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T07:50:38.052Z] ---> 925a5141943d [2021-01-30T07:50:38.052Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T07:50:38.336Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T07:50:38.336Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T07:50:38.336Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:50:38.336Z] OK: 8 MiB in 20 packages [2021-01-30T07:50:38.336Z] ---> Running in bfd864307ce1 [2021-01-30T07:50:39.775Z] ---> 0fad6568d7ea [2021-01-30T07:50:39.775Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T07:50:40.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:40.055Z] Removing intermediate container 59ba4e9562a9 [2021-01-30T07:50:40.055Z] ---> 46b2c6653b61 [2021-01-30T07:50:40.055Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T07:50:40.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:50:40.604Z] ---> 05659c66b1e6 [2021-01-30T07:50:40.604Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T07:50:40.876Z] ---> 21d52c9a3f4f [2021-01-30T07:50:40.876Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T07:50:40.876Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T07:50:40.876Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T07:50:40.876Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T07:50:40.876Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T07:50:40.876Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T07:50:40.876Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T07:50:40.876Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T07:50:41.153Z] ---> Running in 35cba7e54533 [2021-01-30T07:50:43.128Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T07:50:43.128Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T07:50:43.128Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T07:50:43.128Z] Removing intermediate container 35cba7e54533 [2021-01-30T07:50:43.128Z] ---> fb1baae349d7 [2021-01-30T07:50:43.128Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T07:50:43.128Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T07:50:43.128Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T07:50:43.128Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T07:50:43.128Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T07:50:43.128Z] ---> 0664c4cc740b [2021-01-30T07:50:43.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T07:50:43.128Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-30T07:50:43.128Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T07:50:43.128Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T07:50:43.128Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T07:50:43.128Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T07:50:43.128Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T07:50:43.128Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T07:50:43.402Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T07:50:43.402Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T07:50:43.402Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T07:50:43.402Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T07:50:43.402Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T07:50:43.402Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T07:50:43.402Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T07:50:43.402Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T07:50:43.402Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T07:50:43.402Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T07:50:43.402Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T07:50:43.678Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T07:50:43.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:50:43.950Z] OK: 71 MiB in 55 packages [2021-01-30T07:50:43.950Z] ---> 95f8e604ce45 [2021-01-30T07:50:43.950Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T07:50:44.221Z] ---> e2001a390b08 [2021-01-30T07:50:44.221Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T07:50:44.496Z] ---> Running in 4b30dbddfa6a [2021-01-30T07:50:44.496Z] ---> Running in c5d33a258a2d [2021-01-30T07:50:45.100Z] Removing intermediate container 4b30dbddfa6a [2021-01-30T07:50:45.100Z] ---> eacdea5b9e96 [2021-01-30T07:50:45.100Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:50:45.372Z] ---> Running in 629bc41b77e1 [2021-01-30T07:50:45.966Z] Removing intermediate container 629bc41b77e1 [2021-01-30T07:50:45.966Z] ---> cccf14cba12d [2021-01-30T07:50:45.966Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T07:50:46.239Z] ---> Running in 4db88d2f3f6d [2021-01-30T07:50:46.839Z] Removing intermediate container 4db88d2f3f6d [2021-01-30T07:50:46.839Z] ---> 41ff54389f41 [2021-01-30T07:50:46.839Z] Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:50:47.114Z] ---> Running in 679ba8c2e3f4 [2021-01-30T07:50:47.715Z] Removing intermediate container c5d33a258a2d [2021-01-30T07:50:47.715Z] ---> f9a4aee6888c [2021-01-30T07:50:47.715Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T07:50:47.715Z] Removing intermediate container 679ba8c2e3f4 [2021-01-30T07:50:47.715Z] ---> de5f8c1a66c4 [2021-01-30T07:50:47.715Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T07:50:48.318Z] ---> Running in 6100cff1243c [2021-01-30T07:50:48.318Z] ---> Running in acbf7f75a090 [2021-01-30T07:50:48.913Z] Removing intermediate container 6100cff1243c [2021-01-30T07:50:48.913Z] ---> 23e0b858f246 [2021-01-30T07:50:48.913Z] Step 28/31 : CMD ["gate"] [2021-01-30T07:50:48.913Z] Removing intermediate container acbf7f75a090 [2021-01-30T07:50:48.913Z] ---> a82e8510df49 [2021-01-30T07:50:48.913Z] [2021-01-30T07:50:49.513Z] ---> Running in a7ab8e0d052f [2021-01-30T07:50:49.513Z] Successfully built a82e8510df49 [2021-01-30T07:50:49.513Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-30T07:50:50.105Z]  Building docker-core-data-go ... done Removing intermediate container a7ab8e0d052f [2021-01-30T07:50:50.105Z] ---> 70e815dc50e8 [2021-01-30T07:50:50.105Z] Step 29/31 : LABEL arch=arm64 [2021-01-30T07:50:50.377Z] Removing intermediate container bfd864307ce1 [2021-01-30T07:50:50.377Z] ---> f2b9fd61a244 [2021-01-30T07:50:50.377Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T07:50:50.377Z] ---> Running in 86ba90b71f07 [2021-01-30T07:50:50.682Z] ---> Running in 11a054605239 [2021-01-30T07:50:50.956Z] Removing intermediate container 86ba90b71f07 [2021-01-30T07:50:50.956Z] ---> 2d554ea68c25 [2021-01-30T07:50:50.956Z] Step 30/31 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:50:51.555Z] ---> Running in 1ba95bea6e82 [2021-01-30T07:50:51.827Z] Removing intermediate container 1ba95bea6e82 [2021-01-30T07:50:51.827Z] ---> a92884a5a91c [2021-01-30T07:50:51.827Z] Step 31/31 : LABEL version=0.0.0 [2021-01-30T07:50:52.418Z] ---> Running in 6690c99fe79d [2021-01-30T07:50:52.687Z] Removing intermediate container 6690c99fe79d [2021-01-30T07:50:52.687Z] ---> 6d5cecdd3055 [2021-01-30T07:50:52.687Z] [2021-01-30T07:50:53.278Z] Successfully built 6d5cecdd3055 [2021-01-30T07:50:53.278Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-30T07:50:55.247Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-01-30T07:50:55.518Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T07:50:56.109Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T07:50:56.109Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T07:50:56.380Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T07:50:56.650Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T07:50:58.609Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T07:50:58.609Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T07:51:00.030Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T07:51:00.030Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T07:51:00.624Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T07:51:00.624Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T07:51:01.225Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T07:51:01.225Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T07:51:01.497Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-30T07:51:02.469Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T07:51:02.469Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T07:51:03.437Z] Collecting PyYAML<4,>=3.10 [2021-01-30T07:51:03.437Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T07:51:06.808Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T07:51:06.808Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T07:51:08.230Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T07:51:08.230Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T07:51:08.230Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-30T07:51:08.818Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T07:51:08.818Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T07:51:08.818Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-30T07:51:09.088Z] Collecting idna<2.8,>=2.5 [2021-01-30T07:51:09.088Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T07:51:09.088Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T07:51:09.088Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T07:51:09.088Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T07:51:09.088Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T07:51:10.059Z] Installing collected packages: jsonschema, dockerpty, texttable, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-01-30T07:51:10.059Z] Running setup.py install for dockerpty: started [2021-01-30T07:51:12.019Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T07:51:12.019Z] Running setup.py install for texttable: started [2021-01-30T07:51:13.976Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T07:51:13.976Z] Attempting uninstall: urllib3 [2021-01-30T07:51:13.976Z] Found existing installation: urllib3 1.25.9 [2021-01-30T07:51:13.976Z] Uninstalling urllib3-1.25.9: [2021-01-30T07:51:14.247Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T07:51:14.835Z] Attempting uninstall: idna [2021-01-30T07:51:14.835Z] Found existing installation: idna 2.9 [2021-01-30T07:51:14.835Z] Uninstalling idna-2.9: [2021-01-30T07:51:14.835Z] Successfully uninstalled idna-2.9 [2021-01-30T07:51:15.425Z] Attempting uninstall: requests [2021-01-30T07:51:15.425Z] Found existing installation: requests 2.23.0 [2021-01-30T07:51:15.425Z] Uninstalling requests-2.23.0: [2021-01-30T07:51:15.695Z] Successfully uninstalled requests-2.23.0 [2021-01-30T07:51:16.663Z] Running setup.py install for PyYAML: started [2021-01-30T07:51:18.669Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T07:51:18.669Z] Running setup.py install for docopt: started [2021-01-30T07:51:20.658Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T07:51:21.629Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-30T07:51:25.915Z] Removing intermediate container 11a054605239 [2021-01-30T07:51:25.915Z] ---> 871200a26177 [2021-01-30T07:51:25.915Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T07:51:25.915Z] ---> Running in e6a91cbd058e [2021-01-30T07:51:26.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T07:51:26.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T07:51:27.096Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T07:51:27.096Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T07:51:27.367Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T07:51:27.367Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T07:51:27.367Z] OK: 71 MiB in 58 packages [2021-01-30T07:51:28.800Z] Removing intermediate container e6a91cbd058e [2021-01-30T07:51:28.801Z] ---> d8fbd246eec1 [2021-01-30T07:51:28.801Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T07:51:28.801Z] ---> Running in 53a778a85c4a [2021-01-30T07:51:29.070Z] Removing intermediate container 53a778a85c4a [2021-01-30T07:51:29.070Z] ---> 76a5094fe0a1 [2021-01-30T07:51:29.070Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T07:51:29.342Z] ---> Running in 950af1806349 [2021-01-30T07:51:29.611Z] Removing intermediate container 950af1806349 [2021-01-30T07:51:29.611Z] ---> 5d58eec9c763 [2021-01-30T07:51:29.611Z] Step 24/26 : LABEL arch=arm64 [2021-01-30T07:51:29.883Z] ---> Running in 697310242dbe [2021-01-30T07:51:30.473Z] Removing intermediate container 697310242dbe [2021-01-30T07:51:30.473Z] ---> af0364b9e954 [2021-01-30T07:51:30.473Z] Step 25/26 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 [2021-01-30T07:51:30.473Z] ---> Running in 8c02435d5312 [2021-01-30T07:51:31.064Z] Removing intermediate container 8c02435d5312 [2021-01-30T07:51:31.064Z] ---> a4b1b68c400c [2021-01-30T07:51:31.064Z] Step 26/26 : LABEL version=0.0.0 [2021-01-30T07:51:31.064Z] ---> Running in 48cfc4eb6e41 [2021-01-30T07:51:31.335Z] Removing intermediate container 48cfc4eb6e41 [2021-01-30T07:51:31.335Z] ---> e7fe5a4c22a9 [2021-01-30T07:51:31.335Z] [2021-01-30T07:51:31.946Z] Successfully built e7fe5a4c22a9 [2021-01-30T07:51:31.946Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-30T07:51:32.231Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-30T07:51:32.231Z] $ docker stop --time=1 7e6df0a447ad96f59803bf8f2badb66d41248cb8544458515ebf788d90f42903 [2021-01-30T07:51:34.138Z] $ docker rm -f 7e6df0a447ad96f59803bf8f2badb66d41248cb8544458515ebf788d90f42903 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T07:51:34.835Z] + docker images [2021-01-30T07:51:34.835Z] + grep docker [2021-01-30T07:51:35.105Z] docker-sys-mgmt-agent-go-arm64 latest e7fe5a4c22a9 3 seconds ago 300MB [2021-01-30T07:51:35.105Z] docker-security-bootstrapper-go-arm64 latest 6d5cecdd3055 42 seconds ago 22.6MB [2021-01-30T07:51:35.105Z] docker-core-data-go-arm64 latest a82e8510df49 46 seconds ago 21MB [2021-01-30T07:51:35.105Z] docker-support-scheduler-go-arm64 latest a9001aa1cc29 About a minute ago 16.1MB [2021-01-30T07:51:35.105Z] docker-core-command-go-arm64 latest 2b384a9ecbda 4 minutes ago 16MB [2021-01-30T07:51:35.105Z] docker-core-metadata-go-arm64 latest f2d5465a330f 4 minutes ago 17.7MB [2021-01-30T07:51:35.105Z] docker-security-secretstore-setup-go-arm64 latest 1fe5df44d649 4 minutes ago 23.4MB [2021-01-30T07:51:35.105Z] docker-support-notifications-go-arm64 latest c74a339a0323 4 minutes ago 16MB [2021-01-30T07:51:35.105Z] docker-security-proxy-setup-go-arm64 latest 7dfb31582a76 4 minutes ago 23.2MB [2021-01-30T07:51:35.105Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-30T07:51:36.961Z] provisioning config files... [2021-01-30T07:51:36.972Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config5050039424152743171tmp [Pipeline] { [Pipeline] sh [2021-01-30T07:51:37.330Z] + set +x [2021-01-30T07:51:37.330Z] + curl -s https://codecov.io/bash [2021-01-30T07:51:37.330Z] + bash -s -- [2021-01-30T07:51:37.590Z] [2021-01-30T07:51:37.590Z] _____ _ [2021-01-30T07:51:37.590Z] / ____| | | [2021-01-30T07:51:37.590Z] | | ___ __| | ___ ___ _____ __ [2021-01-30T07:51:37.590Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-30T07:51:37.590Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-30T07:51:37.590Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-30T07:51:37.590Z] Bash-20210129-7c25fce [2021-01-30T07:51:37.590Z] [2021-01-30T07:51:37.591Z] [2021-01-30T07:51:37.591Z] ==> git version 2.24.3 found [2021-01-30T07:51:37.591Z] ==> 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-01-30T07:51:37.591Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-30T07:51:37.591Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-30T07:51:37.591Z] ==> Jenkins CI detected. [2021-01-30T07:51:37.850Z] project root: . [2021-01-30T07:51:37.850Z] --> token set from env [2021-01-30T07:51:37.850Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-30T07:51:37.850Z] ==> Running gcov in . (disable via -X gcov) [2021-01-30T07:51:37.850Z] ==> Python coveragepy not found [2021-01-30T07:51:37.850Z] ==> Searching for coverage reports in: [2021-01-30T07:51:37.850Z] + . [2021-01-30T07:51:37.850Z] -> Found 1 reports [2021-01-30T07:51:37.850Z] ==> Detecting git/mercurial file structure [2021-01-30T07:51:37.850Z] ==> Reading reports [2021-01-30T07:51:37.850Z] + ./coverage.out bytes=574984 [2021-01-30T07:51:37.850Z] ==> Appending adjustments [2021-01-30T07:51:37.850Z] https://docs.codecov.io/docs/fixing-reports [2021-01-30T07:51:41.147Z] + Found adjustments [2021-01-30T07:51:41.147Z] ==> Gzipping contents [2021-01-30T07:51:41.147Z] 88K /tmp/codecov.I77kZN.gz [2021-01-30T07:51:41.147Z] ==> Uploading reports [2021-01-30T07:51:41.147Z] url: https://codecov.io [2021-01-30T07:51:41.147Z] query: branch=PR-3088&commit=1f57810642d475e48a92a97d8b84db3c16c95c26&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-01-30T07:51:41.147Z] -> Pinging Codecov [2021-01-30T07:51:41.147Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3088&commit=1f57810642d475e48a92a97d8b84db3c16c95c26&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-01-30T07:51:41.409Z] -> Uploading to [2021-01-30T07:51:41.409Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-30/00271124DB129430A58F1EEE437C3FCB/1f57810642d475e48a92a97d8b84db3c16c95c26/c40c4ded-4255-462e-a89a-75afdb63b5eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T075141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6d02551f678998988b5a773088ff711910f99d87968bfb52252b0611bf995e7 [2021-01-30T07:51:41.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T07:51:41.409Z] Dload Upload Total Spent Left Speed [2021-01-30T07:51:41.979Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87047 0 0 100 87047 0 159k --:--:-- --:--:-- --:--:-- 159k [2021-01-30T07:51:41.979Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1f57810642d475e48a92a97d8b84db3c16c95c26 [Pipeline] } [2021-01-30T07:51:41.988Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-30T07:51:44.100Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:51:44.977Z] ---> package-listing.sh [2021-01-30T07:51:44.977Z] ++ facter osfamily [2021-01-30T07:51:44.977Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-30T07:51:44.977Z] + OS_FAMILY=redhat [2021-01-30T07:51:44.977Z] + workspace=/w/workspace/edgex-go/7 [2021-01-30T07:51:44.977Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-30T07:51:44.977Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-30T07:51:44.977Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-30T07:51:44.977Z] + PACKAGES=/tmp/packages_start.txt [2021-01-30T07:51:44.977Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-30T07:51:44.977Z] + PACKAGES=/tmp/packages_end.txt [2021-01-30T07:51:44.977Z] + case "${OS_FAMILY}" in [2021-01-30T07:51:44.977Z] + rpm -qa [2021-01-30T07:51:44.977Z] + sort [2021-01-30T07:51:50.282Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-30T07:51:50.282Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-30T07:51:50.282Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-30T07:51:50.282Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-30T07:51:50.282Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-30T07:51:50.282Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-30T07:51:50.293Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-30T07:51:50.582Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:51:50.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T07:51:50.905Z] [2021-01-30T07:51:50.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-30T07:51:51.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T07:51:51.288Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-30T07:51:51.288Z] df20fa9351a1: Pulling fs layer [2021-01-30T07:51:51.288Z] 36b3adc4ff6f: Pulling fs layer [2021-01-30T07:51:51.288Z] 8ad3a11d3b57: Pulling fs layer [2021-01-30T07:51:51.288Z] 46f8f816bc3b: Pulling fs layer [2021-01-30T07:51:51.288Z] 93b61091891f: Pulling fs layer [2021-01-30T07:51:51.288Z] 93b9cdb0e59b: Pulling fs layer [2021-01-30T07:51:51.288Z] 5e14af77c1be: Pulling fs layer [2021-01-30T07:51:51.288Z] 01666e4c0597: Pulling fs layer [2021-01-30T07:51:51.288Z] aa168da1d23b: Pulling fs layer [2021-01-30T07:51:51.288Z] 93b9cdb0e59b: Waiting [2021-01-30T07:51:51.288Z] 5e14af77c1be: Waiting [2021-01-30T07:51:51.288Z] 01666e4c0597: Waiting [2021-01-30T07:51:51.288Z] aa168da1d23b: Waiting [2021-01-30T07:51:51.288Z] 46f8f816bc3b: Waiting [2021-01-30T07:51:51.288Z] 93b61091891f: Waiting [2021-01-30T07:51:51.288Z] 36b3adc4ff6f: Verifying Checksum [2021-01-30T07:51:51.288Z] 36b3adc4ff6f: Download complete [2021-01-30T07:51:51.288Z] 46f8f816bc3b: Verifying Checksum [2021-01-30T07:51:51.288Z] 46f8f816bc3b: Download complete [2021-01-30T07:51:51.554Z] df20fa9351a1: Download complete [2021-01-30T07:51:51.554Z] 93b61091891f: Download complete [2021-01-30T07:51:51.554Z] 93b9cdb0e59b: Verifying Checksum [2021-01-30T07:51:51.554Z] 93b9cdb0e59b: Download complete [2021-01-30T07:51:51.554Z] 01666e4c0597: Verifying Checksum [2021-01-30T07:51:51.554Z] 01666e4c0597: Download complete [2021-01-30T07:51:51.554Z] 5e14af77c1be: Verifying Checksum [2021-01-30T07:51:51.554Z] 5e14af77c1be: Download complete [2021-01-30T07:51:51.554Z] 8ad3a11d3b57: Verifying Checksum [2021-01-30T07:51:51.554Z] 8ad3a11d3b57: Download complete [2021-01-30T07:51:51.822Z] df20fa9351a1: Pull complete [2021-01-30T07:51:51.822Z] 36b3adc4ff6f: Pull complete [2021-01-30T07:51:52.400Z] 8ad3a11d3b57: Pull complete [2021-01-30T07:51:52.663Z] 46f8f816bc3b: Pull complete [2021-01-30T07:51:52.930Z] 93b61091891f: Pull complete [2021-01-30T07:51:53.880Z] aa168da1d23b: Verifying Checksum [2021-01-30T07:51:53.880Z] aa168da1d23b: Download complete [2021-01-30T07:51:53.880Z] 93b9cdb0e59b: Pull complete [2021-01-30T07:51:54.140Z] 5e14af77c1be: Pull complete [2021-01-30T07:51:54.402Z] 01666e4c0597: Pull complete [2021-01-30T07:52:04.457Z] aa168da1d23b: Pull complete [2021-01-30T07:52:05.397Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-30T07:52:05.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T07:52:05.397Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-30T07:52:05.564Z] prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container [2021-01-30T07:52:05.716Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-30T07:52:08.596Z] $ docker top 27bb8bf918476b4ccb00ff041ab36bec54a472266de3de2620ff7754c56c8a47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T07:52:09.101Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-30T07:52:09.392Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-30T07:52:09.692Z] + ls /var/log/sa-host [2021-01-30T07:52:09.692Z] + sadf -c /var/log/sa-host/sa23 [2021-01-30T07:52:09.692Z] file_magic: OK [2021-01-30T07:52:09.692Z] HZ: Using current value: 100 [2021-01-30T07:52:09.692Z] file_header: OK [2021-01-30T07:52:09.692Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-30T07:52:09.692Z] Statistics: [2021-01-30T07:52:09.692Z] Hnuu...uuuununununu... [2021-01-30T07:52:09.692Z] File successfully converted to sysstat format version 12.2.1 [2021-01-30T07:52:09.692Z] + sadf -c /var/log/sa-host/sa30 [2021-01-30T07:52:09.692Z] file_magic: OK [2021-01-30T07:52:09.692Z] HZ: Using current value: 100 [2021-01-30T07:52:09.692Z] file_header: OK [2021-01-30T07:52:09.692Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-30T07:52:09.692Z] Statistics: [2021-01-30T07:52:09.692Z] 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... [2021-01-30T07:52:09.692Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-30T07:52:10.405Z] provisioning config files... [2021-01-30T07:52:10.424Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3245924388775776189tmp [Pipeline] { [Pipeline] echo [2021-01-30T07:52:10.528Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:52:10.824Z] ---> create-netrc.sh [Pipeline] } [2021-01-30T07:52:10.834Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-30T07:52:10.958Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:52:11.245Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-30T07:52:11.254Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:52:11.544Z] ---> sudo-logs.sh [2021-01-30T07:52:11.544Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-30T07:52:11.553Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:52:11.843Z] ---> job-cost.sh [2021-01-30T07:52:11.843Z] lf-activate-venv: SKIPPING [2021-01-30T07:52:11.843Z] INFO: No Stack... [2021-01-30T07:52:12.785Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-30T07:52:13.045Z] INFO: Archiving Costs [Pipeline] echo [2021-01-30T07:52:13.055Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T07:52:13.345Z] ---> logs-deploy.sh [2021-01-30T07:52:13.345Z] lf-activate-venv: SKIPPING [2021-01-30T07:52:13.345Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/7 [2021-01-30T07:52:13.345Z] INFO: archiving workspace using pattern(s): [2021-01-30T07:52:14.728Z] Archives upload complete. [2021-01-30T07:52:14.728Z] INFO: archiving logs to Nexus