Pull request #3080 updated 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 98466e142dc9f0c0a385fd688c007d116986330a rather than c27c09040af0d2eebed9d707a0dcbb2ea100f262 Obtained Jenkinsfile from 98466e142dc9f0c0a385fd688c007d116986330a 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-24412 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 98466e142dc9f0c0a385fd688c007d116986330a into PR head commit c27c09040af0d2eebed9d707a0dcbb2ea100f262 Merge succeeded, producing c27c09040af0d2eebed9d707a0dcbb2ea100f262 Checking out Revision c27c09040af0d2eebed9d707a0dcbb2ea100f262 (PR-3080) > git config core.sparsecheckout # timeout=10 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # 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 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 Commit message: "Merge branch 'master' into issue-3079" > git rev-list --no-walk ced9dee5e15266db92b5ca39e396ce5375e147af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T20:53:08.935Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T20:53:09.256Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T20:53:09.356Z] ========================================================= [2021-02-01T20:53:09.356Z] EdgeX Global Pipelines Version Info [2021-02-01T20:53:09.356Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:53:10.775Z] ------------------- [2021-02-01T20:53:10.775Z] stable info: [2021-02-01T20:53:10.775Z] ------------------- [2021-02-01T20:53:10.775Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T20:53:10.775Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T20:53:10.775Z] Message: update stable to v1.0.179 [2021-02-01T20:53:11.720Z] ------------------- [2021-02-01T20:53:11.720Z] experimental info: [2021-02-01T20:53:11.720Z] ------------------- [2021-02-01T20:53:11.720Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T20:53:11.720Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T20:53:11.720Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T20:53:11.983Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T20:53:12.081Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T20:53:12.172Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T20:53:12.280Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T20:53:12.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T20:53:12.458Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T20:53:12.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T20:53:12.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T20:53:12.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T20:53:12.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T20:53:13.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T20:53:13.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T20:53:13.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T20:53:13.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T20:53:13.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T20:53:13.528Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T20:53:13.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T20:53:13.735Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T20:53:13.835Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T20:53:13.934Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T20:53:14.035Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T20:53:14.147Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T20:53:14.239Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T20:53:14.329Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo [2021-02-01T20:53:14.415Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo [2021-02-01T20:53:14.541Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo [2021-02-01T20:53:14.639Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c27c09040af0d2eebed9d707a0dcbb2ea100f262 [Pipeline] echo [2021-02-01T20:53:14.730Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c27c090 [Pipeline] echo [2021-02-01T20:53:14.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T20:53:15.044Z] provisioning config files... [2021-02-01T20:53:15.072Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config2092205438081350743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:53:15.437Z] ---> docker-login.sh [2021-02-01T20:53:15.437Z] nexus3.edgexfoundry.org:10001 [2021-02-01T20:53:15.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:53:15.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:53:15.964Z] Configure a credential helper to remove this warning. See [2021-02-01T20:53:15.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:53:15.964Z] [2021-02-01T20:53:15.964Z] Login Succeeded [2021-02-01T20:53:15.964Z] nexus3.edgexfoundry.org:10002 [2021-02-01T20:53:16.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:53:16.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:53:16.226Z] Configure a credential helper to remove this warning. See [2021-02-01T20:53:16.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:53:16.226Z] [2021-02-01T20:53:16.226Z] Login Succeeded [2021-02-01T20:53:16.226Z] nexus3.edgexfoundry.org:10003 [2021-02-01T20:53:16.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:53:16.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:53:16.489Z] Configure a credential helper to remove this warning. See [2021-02-01T20:53:16.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:53:16.489Z] [2021-02-01T20:53:16.489Z] Login Succeeded [2021-02-01T20:53:16.489Z] nexus3.edgexfoundry.org:10004 [2021-02-01T20:53:16.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:53:16.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:53:16.489Z] Configure a credential helper to remove this warning. See [2021-02-01T20:53:16.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:53:16.489Z] [2021-02-01T20:53:16.489Z] Login Succeeded [2021-02-01T20:53:16.489Z] docker.io [2021-02-01T20:53:16.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:53:17.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:53:17.013Z] Configure a credential helper to remove this warning. See [2021-02-01T20:53:17.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:53:17.013Z] [2021-02-01T20:53:17.013Z] Login Succeeded [2021-02-01T20:53:17.013Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T20:53:17.023Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T20:53:17.550Z] ++ 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-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T20:53:17.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T20:53:17.550Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T20:53:17.550Z] ++ cut -d/ -f2 [2021-02-01T20:53:17.550Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T20:53:17.620Z] 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-02-01T20:53:19.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T20:53:19.081Z] [2021-02-01T20:53:19.081Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:53:19.477Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T20:53:19.477Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T20:53:19.477Z] 31603596830f: Pulling fs layer [2021-02-01T20:53:19.477Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T20:53:19.477Z] 6ca5941a6612: Pulling fs layer [2021-02-01T20:53:19.477Z] ecc8261a40a4: Pulling fs layer [2021-02-01T20:53:19.477Z] ecc8261a40a4: Waiting [2021-02-01T20:53:19.477Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T20:53:19.477Z] 2a8b12db71e7: Download complete [2021-02-01T20:53:19.744Z] 31603596830f: Verifying Checksum [2021-02-01T20:53:19.744Z] 31603596830f: Download complete [2021-02-01T20:53:19.744Z] 6ca5941a6612: Verifying Checksum [2021-02-01T20:53:19.744Z] 6ca5941a6612: Download complete [2021-02-01T20:53:19.744Z] ecc8261a40a4: Verifying Checksum [2021-02-01T20:53:19.744Z] ecc8261a40a4: Download complete [2021-02-01T20:53:20.012Z] 31603596830f: Pull complete [2021-02-01T20:53:20.286Z] 2a8b12db71e7: Pull complete [2021-02-01T20:53:21.235Z] 6ca5941a6612: Pull complete [2021-02-01T20:53:21.235Z] ecc8261a40a4: Pull complete [2021-02-01T20:53:21.235Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T20:53:21.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T20:53:21.235Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T20:53:21.357Z] prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container [2021-02-01T20:53:21.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T20:53:24.055Z] $ docker top 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T20:53:24.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T20:53:24.402Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T20:53:24.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T20:53:24.632Z] $ docker exec 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent [2021-02-01T20:53:24.809Z] SSH_AUTH_SOCK=/tmp/ssh-Qm8afC4bwFCW/agent.11 [2021-02-01T20:53:24.809Z] SSH_AGENT_PID=16 [2021-02-01T20:53:24.822Z] Running ssh-add (command line suppressed) [2021-02-01T20:53:24.944Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_5969120577070816702.key (/w/workspace/edgex-go/12@tmp/private_key_5969120577070816702.key) [2021-02-01T20:53:24.997Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T20:53:25.338Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T20:53:25.360Z] $ docker exec --env ******** --env ******** 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent -k [2021-02-01T20:53:25.472Z] unset SSH_AUTH_SOCK; [2021-02-01T20:53:25.473Z] unset SSH_AGENT_PID; [2021-02-01T20:53:25.473Z] echo Agent pid 16 killed; [2021-02-01T20:53:25.519Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T20:53:25.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T20:53:25.754Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T20:53:25.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T20:53:25.918Z] $ docker exec 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent [2021-02-01T20:53:26.083Z] SSH_AUTH_SOCK=/tmp/ssh-dzhhr9Lbkg1K/agent.47 [2021-02-01T20:53:26.083Z] SSH_AGENT_PID=52 [2021-02-01T20:53:26.090Z] Running ssh-add (command line suppressed) [2021-02-01T20:53:26.206Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_4358175907469564600.key (/w/workspace/edgex-go/12@tmp/private_key_4358175907469564600.key) [2021-02-01T20:53:26.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T20:53:26.594Z] + git semver init [2021-02-01T20:53:26.594Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T20:53:26.594Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-02-01T20:53:26.594Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-02-01T20:53:26.594Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T20:53:26.594Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T20:53:26.594Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T20:53:26.594Z] # $SEMVER_BRANCH = PR-3080 [2021-02-01T20:53:26.594Z] # $SEMVER_TEMP = /tmp/semver-370554236 [2021-02-01T20:53:26.594Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T20:53:44.755Z] # '/tmp/semver-370554236' -> '/w/workspace/edgex-go/12/.semver' [2021-02-01T20:53:44.755Z] # -> Force: false [2021-02-01T20:53:44.755Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-02-01T20:53:44.769Z] $ docker exec --env ******** --env ******** 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent -k [2021-02-01T20:53:44.946Z] unset SSH_AUTH_SOCK; [2021-02-01T20:53:44.947Z] unset SSH_AGENT_PID; [2021-02-01T20:53:44.947Z] echo Agent pid 52 killed; [2021-02-01T20:53:45.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T20:53:45.514Z] + git semver [Pipeline] } [2021-02-01T20:53:45.533Z] $ docker stop --time=1 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 [2021-02-01T20:53:47.122Z] $ docker rm -f 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T20:53:47.676Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T20:53:48.296Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T20:53:48.299Z] [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-02-01T20:53:49.227Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T20:53:49.604Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T20:53:49.902Z] + sudo service docker restart [2021-02-01T20:53:49.902Z] + true [2021-02-01T20:53:49.902Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T20:53:50.491Z] ========================================================= [2021-02-01T20:53:50.491Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T20:53:50.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:53:50.834Z] + 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-02-01T20:53:55.062Z] Sending build context to Docker daemon 327.4MB [2021-02-01T20:53:55.062Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T20:53:55.062Z] Step 2/6 : FROM ${BASE} [2021-02-01T20:53:55.062Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T20:53:55.062Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T20:53:55.062Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T20:53:55.062Z] de9db76c5a1d: Pulling fs layer [2021-02-01T20:53:55.062Z] bca2f99d35d6: Pulling fs layer [2021-02-01T20:53:55.062Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T20:53:55.062Z] 7c6f9722023f: Pulling fs layer [2021-02-01T20:53:55.062Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T20:53:55.062Z] 93359f2a8cfa: Waiting [2021-02-01T20:53:55.062Z] 7c6f9722023f: Waiting [2021-02-01T20:53:55.062Z] a35cf1a2eb13: Waiting [2021-02-01T20:53:55.062Z] bca2f99d35d6: Waiting [2021-02-01T20:53:55.062Z] de9db76c5a1d: Verifying Checksum [2021-02-01T20:53:55.062Z] de9db76c5a1d: Download complete [2021-02-01T20:53:55.062Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T20:53:55.062Z] 0ef7d3d256c8: Download complete [2021-02-01T20:53:55.062Z] 93359f2a8cfa: Download complete [2021-02-01T20:53:55.062Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T20:53:55.062Z] 188c0c94c7c5: Download complete [2021-02-01T20:53:55.062Z] 7c6f9722023f: Download complete [2021-02-01T20:53:55.062Z] 188c0c94c7c5: Pull complete [2021-02-01T20:53:55.324Z] 0ef7d3d256c8: Pull complete [2021-02-01T20:53:55.324Z] de9db76c5a1d: Pull complete [2021-02-01T20:53:56.725Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T20:53:56.725Z] a35cf1a2eb13: Download complete [2021-02-01T20:53:57.300Z] bca2f99d35d6: Verifying Checksum [2021-02-01T20:53:57.300Z] bca2f99d35d6: Download complete [2021-02-01T20:54:02.629Z] bca2f99d35d6: Pull complete [2021-02-01T20:54:02.629Z] 93359f2a8cfa: Pull complete [2021-02-01T20:54:02.629Z] 7c6f9722023f: Pull complete [2021-02-01T20:54:03.701Z] Still waiting to schedule task [2021-02-01T20:54:03.701Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-01T20:54:06.859Z] a35cf1a2eb13: Pull complete [2021-02-01T20:54:06.859Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T20:54:07.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T20:54:07.126Z] ---> a62c8e92a672 [2021-02-01T20:54:07.126Z] 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-02-01T20:54:07.126Z] ---> Running in bae5d98ff5ce [2021-02-01T20:54:08.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:54:09.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:54:09.366Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T20:54:09.630Z] (2/12) Installing file (5.38-r0) [2021-02-01T20:54:09.893Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T20:54:09.893Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T20:54:15.195Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T20:54:15.195Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T20:54:15.195Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T20:54:15.458Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T20:54:15.458Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T20:54:15.721Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T20:54:15.721Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T20:54:15.721Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T20:54:15.983Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:54:15.983Z] OK: 233 MiB in 51 packages [2021-02-01T20:54:20.221Z] Removing intermediate container bae5d98ff5ce [2021-02-01T20:54:20.221Z] ---> 32304f4d14dc [2021-02-01T20:54:20.221Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T20:54:20.221Z] ---> Running in f75bb78d9596 [2021-02-01T20:54:20.221Z] Removing intermediate container f75bb78d9596 [2021-02-01T20:54:20.221Z] ---> 5e9d20e5900e [2021-02-01T20:54:20.221Z] Step 5/6 : COPY go.mod . [2021-02-01T20:54:20.221Z] ---> ed39632a5c8d [2021-02-01T20:54:20.221Z] Step 6/6 : RUN go mod download [2021-02-01T20:54:20.484Z] ---> Running in 4ac31be351d5 [2021-02-01T20:54:42.507Z] Removing intermediate container 4ac31be351d5 [2021-02-01T20:54:42.507Z] ---> 35eac9b79088 [2021-02-01T20:54:42.507Z] Successfully built 35eac9b79088 [2021-02-01T20:54:42.507Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:54:42.825Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T20:54:42.825Z] . [Pipeline] withDockerContainer [2021-02-01T20:54:42.921Z] prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container [2021-02-01T20:54:42.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-x86_64 cat [2021-02-01T20:54:43.708Z] $ docker top 80bc88525a2bdf4ae1fd6692e43501277e80c95f5909487e0c37464420dde7ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:54:44.194Z] + go version [2021-02-01T20:54:44.194Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T20:54:44.208Z] $ docker stop --time=1 80bc88525a2bdf4ae1fd6692e43501277e80c95f5909487e0c37464420dde7ee [2021-02-01T20:54:45.541Z] $ docker rm -f 80bc88525a2bdf4ae1fd6692e43501277e80c95f5909487e0c37464420dde7ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:54:46.402Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T20:54:46.402Z] . [Pipeline] withDockerContainer [2021-02-01T20:54:46.494Z] prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container [2021-02-01T20:54:46.537Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-x86_64 cat [2021-02-01T20:54:47.104Z] $ docker top c391533578ebcf2d237de6e63aca5daff55144b6af4e748f852e6e43faa9f864 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T20:54:47.286Z] ========================================================= [2021-02-01T20:54:47.286Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T20:54:47.286Z] ========================================================= [Pipeline] sh [2021-02-01T20:54:47.574Z] + make test [2021-02-01T20:54:47.574Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T20:54:55.761Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T20:55:10.828Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T20:55:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T20:55:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T20:55:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T20:55:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T20:55:20.054Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T20:55:20.054Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T20:55:20.054Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T20:55:20.054Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T20:55:20.054Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T20:55:20.054Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T20:55:22.633Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T20:55:22.633Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T20:55:22.633Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T20:55:24.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.0% of statements [2021-02-01T20:55:24.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T20:55:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T20:55:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T20:55:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T20:55:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T20:55:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T20:55:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T20:55:25.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-02-01T20:55:27.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.363s coverage: 27.1% of statements [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T20:55:27.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T20:55:27.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T20:55:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T20:55:28.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements [2021-02-01T20:55:28.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T20:55:28.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T20:55:28.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.436s coverage: 82.3% of statements [2021-02-01T20:55:28.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T20:55:28.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T20:55:28.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T20:55:28.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T20:55:29.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements [2021-02-01T20:55:29.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T20:55:29.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T20:55:29.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T20:55:29.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T20:55:29.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T20:55:29.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-02-01T20:55:29.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T20:55:29.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-02-01T20:55:29.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T20:55:30.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-02-01T20:55:30.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T20:55:31.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-02-01T20:55:31.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T20:55:31.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-02-01T20:55:31.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T20:55:31.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T20:55:31.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T20:55:31.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T20:55:33.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T20:55:33.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T20:55:33.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T20:55:33.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T20:55:33.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements [2021-02-01T20:55:33.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements [2021-02-01T20:55:33.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-02-01T20:55:33.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-02-01T20:55:33.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-02-01T20:55:46.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements [2021-02-01T20:55:46.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-01T20:55:52.439Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24413 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-02-01T20:55:52.547Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-02-01T20:55:57.300Z] using credential edgex-jenkins-ssh [2021-02-01T20:55:57.366Z] Cloning the remote Git repository [2021-02-01T20:55:57.435Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T20:55:57.561Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-02-01T20:55:57.636Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T20:55:57.637Z] > git --version # timeout=10 [2021-02-01T20:55:57.653Z] > git --version # 'git version 2.17.1' [2021-02-01T20:55:57.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T20:55:57.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.0% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-02-01T20:55:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.105s coverage: 47.1% of statements [2021-02-01T20:55:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.673s coverage: 29.1% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T20:55:58.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-01T20:55:58.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-01T20:55:58.423Z] GO111MODULE=on go vet ./... [2021-02-01T20:56:25.198Z] gofmt -l . [2021-02-01T20:56:25.198Z] [ "`gofmt -l .`" = "" ] [2021-02-01T20:56:25.198Z] ./bin/test-go-mod-tidy.sh [2021-02-01T20:56:25.198Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T20:56:25.506Z] + ls -al . [2021-02-01T20:56:25.506Z] total 680 [2021-02-01T20:56:25.506Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 20:56 . [2021-02-01T20:56:25.506Z] drwxr-xr-x 4 root root 30 Feb 1 20:54 .. [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 20:53 .dockerignore [2021-02-01T20:56:25.506Z] drwxrwxr-x 8 1001 1001 179 Feb 1 20:53 .git [2021-02-01T20:56:25.506Z] drwxrwxr-x 3 1001 1001 125 Feb 1 20:53 .github [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 20:53 .gitignore [2021-02-01T20:56:25.506Z] drwx------ 3 1001 1001 60 Feb 1 20:53 .semver [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 20:53 .sonarcloud.properties [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 20:53 Attribution.txt [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 20:53 CONTRIBUTING.md [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 20:53 Dockerfile.build [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 20:53 Jenkinsfile [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 20:53 LICENSE [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 20:53 Makefile [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 20:53 README.md [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 20:53 SECURITY.md [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 20:53 VERSION [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 20:53 ZMQWindows.md [2021-02-01T20:56:25.506Z] drwxrwxr-x 2 1001 1001 117 Feb 1 20:53 bin [2021-02-01T20:56:25.506Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 20:53 cmd [2021-02-01T20:56:25.506Z] -rw-r--r-- 1 root root 574984 Feb 1 20:55 coverage.out [2021-02-01T20:56:25.506Z] -rw-r--r-- 1 root root 1054 Feb 1 20:56 go.mod [2021-02-01T20:56:25.506Z] -rw-r--r-- 1 root root 19399 Feb 1 20:56 go.sum [2021-02-01T20:56:25.506Z] drwxrwxr-x 8 1001 1001 127 Feb 1 20:53 internal [2021-02-01T20:56:25.506Z] drwxrwxr-x 4 1001 1001 26 Feb 1 20:53 openapi [2021-02-01T20:56:25.506Z] drwxrwxr-x 4 1001 1001 71 Feb 1 20:53 snap [2021-02-01T20:56:25.506Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 20:53 version.go [Pipeline] sh [2021-02-01T20:56:25.811Z] + '[' -e coverage.out ] [2021-02-01T20:56:25.811Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T20:56:26.060Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T20:56:26.354Z] + make build [2021-02-01T20:56:26.354Z] 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-02-01T20:56:28.690Z] Merging remotes/origin/master commit 98466e142dc9f0c0a385fd688c007d116986330a into PR head commit c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T20:56:29.093Z] Merge succeeded, producing c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T20:56:29.094Z] Checking out Revision c27c09040af0d2eebed9d707a0dcbb2ea100f262 (PR-3080) [2021-02-01T20:56:27.872Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T20:56:27.887Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T20:56:27.912Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T20:56:27.948Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T20:56:27.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T20:56:27.959Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T20:56:28.707Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T20:56:28.725Z] > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 [2021-02-01T20:56:29.015Z] > git remote # timeout=10 [2021-02-01T20:56:29.031Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T20:56:29.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T20:56:29.052Z] > git merge 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 [2021-02-01T20:56:29.075Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T20:56:29.098Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T20:56:29.110Z] > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 [2021-02-01T20:56:29.718Z] 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-02-01T20:56:33.451Z] Commit message: "Merge branch 'master' into issue-3079" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T20:56:35.200Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T20:56:35.623Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T20:56:35.964Z] + + truesudo [2021-02-01T20:56:35.964Z] service docker restart [2021-02-01T20:56:37.955Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T20:56:38.032Z] provisioning config files... [2021-02-01T20:56:38.084Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config9175989391225757361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:56:38.491Z] ---> docker-login.sh [2021-02-01T20:56:38.491Z] nexus3.edgexfoundry.org:10001 [2021-02-01T20:56:38.902Z] 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-02-01T20:56:39.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:56:39.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:56:39.756Z] Configure a credential helper to remove this warning. See [2021-02-01T20:56:39.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:56:39.756Z] [2021-02-01T20:56:39.756Z] Login Succeeded [2021-02-01T20:56:39.756Z] nexus3.edgexfoundry.org:10002 [2021-02-01T20:56:40.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:56:40.295Z] 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-02-01T20:56:40.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:56:40.306Z] Configure a credential helper to remove this warning. See [2021-02-01T20:56:40.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:56:40.306Z] [2021-02-01T20:56:40.306Z] Login Succeeded [2021-02-01T20:56:40.306Z] nexus3.edgexfoundry.org:10003 [2021-02-01T20:56:40.557Z] 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-02-01T20:56:40.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:56:40.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:56:40.853Z] Configure a credential helper to remove this warning. See [2021-02-01T20:56:40.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:56:40.853Z] [2021-02-01T20:56:40.853Z] Login Succeeded [2021-02-01T20:56:40.853Z] nexus3.edgexfoundry.org:10004 [2021-02-01T20:56:41.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:56:41.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:56:41.405Z] Configure a credential helper to remove this warning. See [2021-02-01T20:56:41.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:56:41.405Z] [2021-02-01T20:56:41.405Z] Login Succeeded [2021-02-01T20:56:41.405Z] docker.io [2021-02-01T20:56:41.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:56:41.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:56:41.955Z] Configure a credential helper to remove this warning. See [2021-02-01T20:56:41.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:56:41.955Z] [2021-02-01T20:56:41.955Z] Login Succeeded [2021-02-01T20:56:41.955Z] ---> docker-login.sh ends [2021-02-01T20:56:41.965Z] 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 [Pipeline] } [2021-02-01T20:56:41.974Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T20:56:42.463Z] ========================================================= [2021-02-01T20:56:42.463Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T20:56:42.463Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:56:42.845Z] + 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-02-01T20:56:43.360Z] 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-02-01T20:56:44.310Z] 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-02-01T20:56:45.487Z] Sending build context to Docker daemon 166.1MB [2021-02-01T20:56:45.487Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T20:56:45.487Z] Step 2/6 : FROM ${BASE} [2021-02-01T20:56:45.487Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T20:56:45.487Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T20:56:45.487Z] a4357932f1b6: Pulling fs layer [2021-02-01T20:56:45.487Z] 18c013af1878: Pulling fs layer [2021-02-01T20:56:45.487Z] 00ac8860ef70: Pulling fs layer [2021-02-01T20:56:45.487Z] 63d7cb157983: Pulling fs layer [2021-02-01T20:56:45.487Z] b116817d02f9: Pulling fs layer [2021-02-01T20:56:45.487Z] 745a02a5169b: Pulling fs layer [2021-02-01T20:56:45.487Z] 00ac8860ef70: Waiting [2021-02-01T20:56:45.487Z] b116817d02f9: Waiting [2021-02-01T20:56:45.487Z] 63d7cb157983: Waiting [2021-02-01T20:56:45.487Z] 745a02a5169b: Waiting [2021-02-01T20:56:45.487Z] 18c013af1878: Verifying Checksum [2021-02-01T20:56:45.487Z] a4357932f1b6: Verifying Checksum [2021-02-01T20:56:45.487Z] a4357932f1b6: Download complete [2021-02-01T20:56:45.487Z] 63d7cb157983: Verifying Checksum [2021-02-01T20:56:45.487Z] 63d7cb157983: Download complete [2021-02-01T20:56:45.487Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T20:56:45.487Z] b116817d02f9: Verifying Checksum [2021-02-01T20:56:45.487Z] b116817d02f9: Download complete [2021-02-01T20:56:45.709Z] 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-02-01T20:56:46.085Z] 5f621e34cdf4: Pull complete [2021-02-01T20:56:46.374Z] a4357932f1b6: Pull complete [2021-02-01T20:56:46.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-02-01T20:56:46.979Z] 18c013af1878: Pull complete [2021-02-01T20:56:47.624Z] 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-02-01T20:56:47.969Z] 745a02a5169b: Verifying Checksum [2021-02-01T20:56:47.970Z] 745a02a5169b: Download complete [2021-02-01T20:56:48.949Z] 00ac8860ef70: Download complete [2021-02-01T20:56:49.028Z] 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-02-01T20:56:50.462Z] $ docker stop --time=1 c391533578ebcf2d237de6e63aca5daff55144b6af4e748f852e6e43faa9f864 [2021-02-01T20:56:52.193Z] $ docker rm -f c391533578ebcf2d237de6e63aca5daff55144b6af4e748f852e6e43faa9f864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:56:56.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:56:56.403Z] [2021-02-01T20:56:56.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:56:56.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:56:56.760Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T20:56:56.760Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T20:56:56.760Z] ca9280d653b3: Pulling fs layer [2021-02-01T20:56:56.760Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T20:56:57.026Z] cbdbe7a5bc2a: Download complete [2021-02-01T20:56:57.289Z] ca9280d653b3: Verifying Checksum [2021-02-01T20:56:57.289Z] ca9280d653b3: Download complete [2021-02-01T20:56:57.289Z] cbdbe7a5bc2a: Pull complete [2021-02-01T20:56:58.241Z] 7e9c9ca2126c: Download complete [2021-02-01T20:56:58.506Z] ca9280d653b3: Pull complete [2021-02-01T20:57:01.410Z] 00ac8860ef70: Pull complete [2021-02-01T20:57:01.410Z] 63d7cb157983: Pull complete [2021-02-01T20:57:01.410Z] b116817d02f9: Pull complete [2021-02-01T20:57:04.051Z] 745a02a5169b: Pull complete [2021-02-01T20:57:04.051Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T20:57:04.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T20:57:04.051Z] ---> b7e6874047d6 [2021-02-01T20:57:04.051Z] 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-02-01T20:57:05.130Z] 7e9c9ca2126c: Pull complete [2021-02-01T20:57:05.130Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T20:57:05.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:57:05.130Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T20:57:05.268Z] prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container [2021-02-01T20:57:05.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-devops/edgex-compose:latest cat [2021-02-01T20:57:06.204Z] $ docker top 098d1588eb2f8044679685e1ccfd72cc628924c3a053a101b691e4d3663e10d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:57:06.709Z] + docker-compose build --help [2021-02-01T20:57:06.709Z] + grep parallel [2021-02-01T20:57:07.450Z] ---> Running in 6d439a36c4c6 [2021-02-01T20:57:07.658Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T20:57:07.710Z] $ docker stop --time=1 098d1588eb2f8044679685e1ccfd72cc628924c3a053a101b691e4d3663e10d7 [2021-02-01T20:57:08.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:57:09.116Z] $ docker rm -f 098d1588eb2f8044679685e1ccfd72cc628924c3a053a101b691e4d3663e10d7 [2021-02-01T20:57:09.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:57:10.019Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T20:57:10.019Z] (2/12) Installing file (5.38-r0) [Pipeline] // withDockerContainer [2021-02-01T20:57:10.290Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T20:57:10.290Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:57:10.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:57:10.746Z] . [Pipeline] withDockerContainer [2021-02-01T20:57:10.855Z] prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container [2021-02-01T20:57:10.900Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-02-01T20:57:11.622Z] $ docker top ac6a820f6e623dbb7923670b0b8444b0a7cd5d5975f9fe731bf41734daa8856e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:57:12.132Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T20:57:13.079Z] Building docker-core-command-go ... [2021-02-01T20:57:13.079Z] Building docker-core-data-go ... [2021-02-01T20:57:13.079Z] Building docker-core-metadata-go ... [2021-02-01T20:57:13.079Z] Building docker-security-bootstrapper-go ... [2021-02-01T20:57:13.079Z] Building docker-security-proxy-setup-go ... [2021-02-01T20:57:13.079Z] Building docker-security-secretstore-setup-go ... [2021-02-01T20:57:13.079Z] Building docker-support-notifications-go ... [2021-02-01T20:57:13.079Z] Building docker-support-scheduler-go ... [2021-02-01T20:57:13.079Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T20:57:13.079Z] Building docker-security-secretstore-setup-go [2021-02-01T20:57:13.079Z] Building docker-security-proxy-setup-go [2021-02-01T20:57:13.079Z] Building docker-core-metadata-go [2021-02-01T20:57:13.079Z] Building docker-support-notifications-go [2021-02-01T20:57:13.079Z] Building docker-support-scheduler-go [2021-02-01T20:57:15.700Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T20:57:15.700Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T20:57:15.700Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T20:57:15.700Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T20:57:15.700Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T20:57:15.700Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T20:57:15.971Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T20:57:15.971Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T20:57:15.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:57:15.971Z] OK: 217 MiB in 51 packages [2021-02-01T20:57:20.325Z] Removing intermediate container 6d439a36c4c6 [2021-02-01T20:57:20.325Z] ---> 1cec9395f6cd [2021-02-01T20:57:20.325Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T20:57:20.325Z] ---> Running in 04c67c9e9b59 [2021-02-01T20:57:20.607Z] Removing intermediate container 04c67c9e9b59 [2021-02-01T20:57:20.607Z] ---> b125e710a961 [2021-02-01T20:57:20.607Z] Step 5/6 : COPY go.mod . [2021-02-01T20:57:21.588Z] ---> 909058dc82e5 [2021-02-01T20:57:21.588Z] Step 6/6 : RUN go mod download [2021-02-01T20:57:21.588Z] ---> Running in 07e865f9c9df [2021-02-01T20:57:45.316Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:57:45.316Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:57:45.316Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:57:45.316Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:57:45.316Z] ---> 35eac9b79088 [2021-02-01T20:57:45.316Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T20:57:45.316Z] ---> 35eac9b79088 [2021-02-01T20:57:45.316Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T20:57:45.316Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:57:45.316Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:57:45.316Z] ---> 35eac9b79088 [2021-02-01T20:57:45.316Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:57:45.316Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:57:45.316Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:57:45.316Z] ---> 35eac9b79088 [2021-02-01T20:57:45.316Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T20:57:45.316Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:57:45.316Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:57:45.316Z] ---> 35eac9b79088 [2021-02-01T20:57:45.316Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T20:57:45.316Z] ---> Running in 198061b451b3 [2021-02-01T20:57:45.316Z] ---> Running in 0e340e18011d [2021-02-01T20:57:45.316Z] ---> Running in 95761724108a [2021-02-01T20:57:45.316Z] ---> Running in bf72fcdcad92 [2021-02-01T20:57:45.316Z] ---> Running in bbc20bd9930f [2021-02-01T20:57:45.316Z] Removing intermediate container 0e340e18011d [2021-02-01T20:57:45.316Z] ---> 2d0e7f14cef8 [2021-02-01T20:57:45.316Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:57:45.316Z] Removing intermediate container bbc20bd9930f [2021-02-01T20:57:45.316Z] ---> f0bf9018ff23 [2021-02-01T20:57:45.316Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:57:45.316Z] Removing intermediate container 95761724108a [2021-02-01T20:57:45.316Z] ---> 27c5f5ff76cb [2021-02-01T20:57:45.316Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:57:45.316Z] Removing intermediate container bf72fcdcad92 [2021-02-01T20:57:45.316Z] ---> d5440c8b2981 [2021-02-01T20:57:45.316Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:57:45.316Z] Removing intermediate container 198061b451b3 [2021-02-01T20:57:45.316Z] ---> a9505c86632d [2021-02-01T20:57:45.316Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:57:45.316Z] ---> Running in 302aab807fc9 [2021-02-01T20:57:45.316Z] ---> Running in 1c40c3a448f6 [2021-02-01T20:57:45.316Z] ---> Running in 57fafe1e922a [2021-02-01T20:57:45.316Z] ---> Running in 53f2ca5594aa [2021-02-01T20:57:45.316Z] ---> Running in 8184aa8258de [2021-02-01T20:57:46.716Z] Removing intermediate container 302aab807fc9 [2021-02-01T20:57:46.716Z] ---> 58c2461339f6 [2021-02-01T20:57:46.716Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T20:57:46.978Z] ---> Running in 6bcbd8b7fbc6 [2021-02-01T20:57:46.978Z] Removing intermediate container 1c40c3a448f6 [2021-02-01T20:57:46.978Z] ---> d48e67c61768 [2021-02-01T20:57:46.978Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T20:57:47.239Z] ---> Running in 664235c8fc7b [2021-02-01T20:57:47.501Z] Removing intermediate container 57fafe1e922a [2021-02-01T20:57:47.501Z] ---> 2fbbea1b4a7c [2021-02-01T20:57:47.501Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T20:57:47.501Z] Removing intermediate container 53f2ca5594aa [2021-02-01T20:57:47.501Z] ---> 5ae6f6fc46cc [2021-02-01T20:57:47.501Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T20:57:47.777Z] Removing intermediate container 8184aa8258de [2021-02-01T20:57:47.777Z] ---> 3df28dbb6d83 [2021-02-01T20:57:47.777Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T20:57:47.777Z] ---> Running in 1acae1011e14 [2021-02-01T20:57:47.777Z] ---> Running in b0085fb248cc [2021-02-01T20:57:48.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:48.040Z] ---> Running in f2579fc0f2a4 [2021-02-01T20:57:48.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:48.407Z] Removing intermediate container 07e865f9c9df [2021-02-01T20:57:48.407Z] ---> e468a1c9db4b [2021-02-01T20:57:48.407Z] Successfully built e468a1c9db4b [2021-02-01T20:57:48.407Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:57:48.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:48.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:48.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:48.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:48.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:48.749Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T20:57:48.749Z] . [Pipeline] withDockerContainer [2021-02-01T20:57:49.027Z] prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container [2021-02-01T20:57:49.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-02-01T20:57:49.196Z] OK: 233 MiB in 51 packages [2021-02-01T20:57:49.196Z] OK: 233 MiB in 51 packages [2021-02-01T20:57:49.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:49.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:49.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:57:49.772Z] Removing intermediate container 6bcbd8b7fbc6 [2021-02-01T20:57:49.772Z] ---> 39f86a2eebfc [2021-02-01T20:57:49.772Z] Step 6/22 : COPY go.mod . [2021-02-01T20:57:49.772Z] Removing intermediate container 664235c8fc7b [2021-02-01T20:57:49.772Z] ---> 47646c295aec [2021-02-01T20:57:49.772Z] Step 6/21 : COPY go.mod . [2021-02-01T20:57:49.772Z] OK: 233 MiB in 51 packages [2021-02-01T20:57:49.772Z] OK: 233 MiB in 51 packages [2021-02-01T20:57:49.772Z] OK: 233 MiB in 51 packages [2021-02-01T20:57:50.039Z] ---> 7cca26427210 [2021-02-01T20:57:50.039Z] Step 7/22 : RUN go mod download [2021-02-01T20:57:50.039Z] ---> 3b054f41d5d2 [2021-02-01T20:57:50.039Z] Step 7/21 : RUN go mod download [2021-02-01T20:57:50.039Z] ---> Running in e74232c4acca [2021-02-01T20:57:50.310Z] ---> Running in c7bfd78fa52a [2021-02-01T20:57:50.581Z] Removing intermediate container b0085fb248cc [2021-02-01T20:57:50.582Z] ---> 912707cf1e2e [2021-02-01T20:57:50.582Z] Step 6/24 : COPY go.mod . [2021-02-01T20:57:50.621Z] $ docker top e78f1ca7ab6a3b04a2af37faac08f0539a7e7e95a86b5c40ae7362a74d067f5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:57:51.157Z] Removing intermediate container 1acae1011e14 [2021-02-01T20:57:51.157Z] ---> 14ea778e0a47 [2021-02-01T20:57:51.157Z] Step 6/23 : COPY go.mod . [2021-02-01T20:57:51.157Z] ---> 1a5ee04e0fa8 [2021-02-01T20:57:51.157Z] Step 7/24 : RUN go mod download [2021-02-01T20:57:51.157Z] Removing intermediate container f2579fc0f2a4 [2021-02-01T20:57:51.157Z] ---> cd5652701957 [2021-02-01T20:57:51.157Z] Step 6/22 : COPY go.mod . [2021-02-01T20:57:51.157Z] ---> Running in d0353fcc1fca [2021-02-01T20:57:51.664Z] + go version [2021-02-01T20:57:51.664Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T20:57:51.685Z] $ docker stop --time=1 e78f1ca7ab6a3b04a2af37faac08f0539a7e7e95a86b5c40ae7362a74d067f5c [2021-02-01T20:57:52.110Z] ---> 3947c4711d11 [2021-02-01T20:57:52.110Z] Step 7/23 : RUN go mod download [2021-02-01T20:57:52.110Z] ---> 1e97d181743b [2021-02-01T20:57:52.110Z] Step 7/22 : RUN go mod download [2021-02-01T20:57:52.110Z] ---> Running in 00e855a6c5f1 [2021-02-01T20:57:52.110Z] ---> Running in 5cbc5facd3a5 [2021-02-01T20:57:53.526Z] Removing intermediate container c7bfd78fa52a [2021-02-01T20:57:53.526Z] ---> cb74d6a9502d [2021-02-01T20:57:53.526Z] Step 8/21 : COPY . . [2021-02-01T20:57:53.526Z] Removing intermediate container e74232c4acca [2021-02-01T20:57:53.526Z] ---> 009dd2439b61 [2021-02-01T20:57:53.526Z] Step 8/22 : COPY . . [2021-02-01T20:57:53.651Z] $ docker rm -f e78f1ca7ab6a3b04a2af37faac08f0539a7e7e95a86b5c40ae7362a74d067f5c [2021-02-01T20:57:53.794Z] Removing intermediate container d0353fcc1fca [2021-02-01T20:57:53.794Z] ---> 152d4b7d2f87 [2021-02-01T20:57:53.794Z] Step 8/24 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:57:54.772Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T20:57:54.772Z] . [Pipeline] withDockerContainer [2021-02-01T20:57:55.037Z] prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container [2021-02-01T20:57:55.117Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-02-01T20:57:56.465Z] $ docker top 5f62fc6b3321a4e0a796591b8f7f80af4955b9c81d7235ce358c4f14eaf238d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T20:57:56.836Z] ========================================================= [2021-02-01T20:57:56.836Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T20:57:56.836Z] ========================================================= [Pipeline] sh [2021-02-01T20:57:57.479Z] + make test [2021-02-01T20:57:57.479Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T20:57:58.051Z] Removing intermediate container 00e855a6c5f1 [2021-02-01T20:57:58.051Z] ---> 79a367ee60a2 [2021-02-01T20:57:58.051Z] Step 8/23 : COPY . . [2021-02-01T20:57:58.315Z] Removing intermediate container 5cbc5facd3a5 [2021-02-01T20:57:58.315Z] ---> 4d0084d3a4b9 [2021-02-01T20:57:58.315Z] Step 8/22 : COPY . . [2021-02-01T20:58:19.672Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T20:58:37.257Z] ---> 2bee117068a1 [2021-02-01T20:58:37.257Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T20:58:37.257Z] ---> 25e3c01b37a5 [2021-02-01T20:58:37.257Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T20:58:37.257Z] ---> 2971850f1152 [2021-02-01T20:58:37.257Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T20:58:37.257Z] ---> e4a3246cc3f3 [2021-02-01T20:58:37.257Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T20:58:37.257Z] ---> 26ec906c9e06 [2021-02-01T20:58:37.257Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T20:58:37.257Z] ---> Running in 2d4663108577 [2021-02-01T20:58:37.257Z] ---> Running in a81ebe77aff3 [2021-02-01T20:58:37.257Z] ---> Running in 3e4ff1066b5d [2021-02-01T20:58:37.257Z] ---> Running in f04d5f62db72 [2021-02-01T20:58:37.257Z] ---> Running in 8b555d0e8cc1 [2021-02-01T20:58:37.257Z] 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-02-01T20:58:37.257Z] 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-02-01T20:58:37.257Z] 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-02-01T20:58:37.257Z] 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-02-01T20:58:37.257Z] 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-02-01T20:59:03.971Z] 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-02-01T20:59:03.971Z] 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-02-01T20:59:06.735Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T20:59:07.382Z] Removing intermediate container 3e4ff1066b5d [2021-02-01T20:59:07.382Z] ---> b60be12b2c70 [2021-02-01T20:59:07.382Z] [2021-02-01T20:59:07.382Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T20:59:07.382Z] 3.12: Pulling from library/alpine [2021-02-01T20:59:08.013Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T20:59:08.279Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T20:59:08.279Z] ---> 389fef711851 [2021-02-01T20:59:08.279Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T20:59:11.058Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T20:59:14.895Z] ---> Running in 4d60044d8d07 [2021-02-01T20:59:14.895Z] Removing intermediate container 8b555d0e8cc1 [2021-02-01T20:59:14.895Z] ---> 19846b5a66be [2021-02-01T20:59:14.895Z] [2021-02-01T20:59:14.895Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T20:59:14.895Z] ---> 389fef711851 [2021-02-01T20:59:14.895Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T20:59:14.895Z] Removing intermediate container 2d4663108577 [2021-02-01T20:59:14.895Z] ---> b344c04fdc0b [2021-02-01T20:59:14.895Z] [2021-02-01T20:59:14.895Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T20:59:14.895Z] ---> 389fef711851 [2021-02-01T20:59:14.895Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T20:59:14.895Z] Removing intermediate container a81ebe77aff3 [2021-02-01T20:59:14.895Z] ---> 70ff59e920a7 [2021-02-01T20:59:14.895Z] [2021-02-01T20:59:14.895Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T20:59:14.895Z] ---> 389fef711851 [2021-02-01T20:59:14.895Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:59:14.895Z] Removing intermediate container f04d5f62db72 [2021-02-01T20:59:14.895Z] ---> 990db6bf599d [2021-02-01T20:59:14.895Z] [2021-02-01T20:59:14.895Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T20:59:14.895Z] ---> 389fef711851 [2021-02-01T20:59:14.895Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:59:14.895Z] ---> Running in 0ac59c02c9e1 [2021-02-01T20:59:14.895Z] ---> Running in 0a99167a2dd2 [2021-02-01T20:59:14.895Z] ---> Running in 2f3400adba63 [2021-02-01T20:59:14.895Z] ---> Running in 8fd7cf5d6407 [2021-02-01T20:59:14.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:14.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:15.160Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T20:59:15.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:15.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:15.688Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T20:59:15.960Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T20:59:15.960Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:59:15.960Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T20:59:15.960Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:59:15.960Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:59:15.960Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T20:59:15.960Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T20:59:15.960Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:59:15.960Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:59:15.960Z] OK: 6 MiB in 16 packages [2021-02-01T20:59:15.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:15.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:15.960Z] OK: 7 MiB in 19 packages [2021-02-01T20:59:15.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:15.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:15.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:16.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:16.237Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T20:59:16.237Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T20:59:16.237Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:59:16.237Z] OK: 6 MiB in 15 packages [2021-02-01T20:59:16.237Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:59:16.237Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T20:59:16.237Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T20:59:16.237Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T20:59:16.237Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:59:16.237Z] OK: 6 MiB in 15 packages [2021-02-01T20:59:16.237Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:59:16.499Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:59:16.499Z] OK: 7 MiB in 18 packages [2021-02-01T20:59:16.640Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T20:59:16.640Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T20:59:16.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T20:59:17.899Z] Removing intermediate container 4d60044d8d07 [2021-02-01T20:59:17.899Z] ---> 4555ba7cff21 [2021-02-01T20:59:17.899Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:59:18.474Z] ---> Running in 3eec5574d486 [2021-02-01T20:59:18.474Z] Removing intermediate container 0ac59c02c9e1 [2021-02-01T20:59:18.474Z] ---> b903b9a79b3d [2021-02-01T20:59:18.474Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T20:59:18.736Z] Removing intermediate container 2f3400adba63 [2021-02-01T20:59:18.736Z] ---> e743069c4950 [2021-02-01T20:59:18.736Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:59:18.999Z] ---> Running in 3e3746d0b465 [2021-02-01T20:59:18.999Z] ---> Running in 7266a1411418 [2021-02-01T20:59:18.999Z] Removing intermediate container 8fd7cf5d6407 [2021-02-01T20:59:18.999Z] ---> 11fb58c1a92a [2021-02-01T20:59:18.999Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:59:19.262Z] Removing intermediate container 3eec5574d486 [2021-02-01T20:59:19.262Z] ---> db8c091d128b [2021-02-01T20:59:19.262Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T20:59:19.262Z] Removing intermediate container 0a99167a2dd2 [2021-02-01T20:59:19.262Z] ---> 2fc9610f0229 [2021-02-01T20:59:19.262Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T20:59:19.262Z] ---> Running in 75e9d315229d [2021-02-01T20:59:19.262Z] ---> Running in 4a1b47e53271 [2021-02-01T20:59:19.525Z] ---> Running in 4cdc4ad5a7d5 [2021-02-01T20:59:19.525Z] Removing intermediate container 3e3746d0b465 [2021-02-01T20:59:19.525Z] ---> 1c4ddf3dbdc6 [2021-02-01T20:59:19.525Z] Step 13/24 : WORKDIR / [2021-02-01T20:59:19.525Z] Removing intermediate container 7266a1411418 [2021-02-01T20:59:19.525Z] ---> fd762ff2cdf0 [2021-02-01T20:59:19.525Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T20:59:19.789Z] ---> Running in fadd4529a8ba [2021-02-01T20:59:19.789Z] Removing intermediate container 75e9d315229d [2021-02-01T20:59:19.789Z] ---> a9a2e07efcd1 [2021-02-01T20:59:19.789Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T20:59:19.789Z] Removing intermediate container 4a1b47e53271 [2021-02-01T20:59:19.789Z] ---> 39cd3fea9b34 [2021-02-01T20:59:19.789Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T20:59:19.789Z] ---> Running in a894b2ab4e07 [2021-02-01T20:59:19.789Z] Removing intermediate container 4cdc4ad5a7d5 [2021-02-01T20:59:19.789Z] ---> f0361c3b6cd3 [2021-02-01T20:59:19.789Z] Step 13/21 : WORKDIR /edgex [2021-02-01T20:59:20.053Z] ---> Running in 208c2cf69760 [2021-02-01T20:59:20.053Z] ---> Running in 5375bb98b482 [2021-02-01T20:59:20.053Z] ---> Running in bbabb1855fb3 [2021-02-01T20:59:20.053Z] Removing intermediate container fadd4529a8ba [2021-02-01T20:59:20.053Z] ---> bc88a8ebff19 [2021-02-01T20:59:20.053Z] 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-02-01T20:59:20.053Z] Removing intermediate container a894b2ab4e07 [2021-02-01T20:59:20.053Z] ---> 41dbfefec839 [2021-02-01T20:59:20.053Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T20:59:20.316Z] Removing intermediate container 208c2cf69760 [2021-02-01T20:59:20.316Z] ---> 70e60e6d98dc [2021-02-01T20:59:20.316Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T20:59:20.316Z] Removing intermediate container 5375bb98b482 [2021-02-01T20:59:20.316Z] ---> 7ce86c4838bc [2021-02-01T20:59:20.316Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:59:20.586Z] Removing intermediate container bbabb1855fb3 [2021-02-01T20:59:20.586Z] ---> d4dc50ca4b6d [2021-02-01T20:59:20.586Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T20:59:20.586Z] ---> Running in 4061e93f165d [2021-02-01T20:59:20.586Z] ---> 4876b3f7b0c4 [2021-02-01T20:59:20.586Z] 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-02-01T20:59:20.586Z] ---> Running in b335a71c6af3 [2021-02-01T20:59:20.586Z] ---> 630366feaf0c [2021-02-01T20:59:20.586Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T20:59:20.862Z] Removing intermediate container 4061e93f165d [2021-02-01T20:59:20.862Z] ---> 0a04d74811fe [2021-02-01T20:59:20.862Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:59:20.862Z] ---> 66b0b559b891 [2021-02-01T20:59:20.862Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T20:59:21.125Z] ---> a055bfd27a05 [2021-02-01T20:59:21.125Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T20:59:21.125Z] Removing intermediate container b335a71c6af3 [2021-02-01T20:59:21.125Z] ---> 0c8209d81e6e [2021-02-01T20:59:21.125Z] Step 15/23 : WORKDIR / [2021-02-01T20:59:21.125Z] ---> Running in 8d0148c6c42c [2021-02-01T20:59:21.397Z] ---> 833bc2051723 [2021-02-01T20:59:21.397Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T20:59:21.397Z] ---> 53d793078aa2 [2021-02-01T20:59:21.397Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T20:59:21.397Z] ---> f7a9788dae2a [2021-02-01T20:59:21.397Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T20:59:21.674Z] ---> 65b7ae3d7122 [2021-02-01T20:59:21.674Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T20:59:21.674Z] Removing intermediate container 8d0148c6c42c [2021-02-01T20:59:21.674Z] ---> 92e863710577 [2021-02-01T20:59:21.674Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:59:22.256Z] ---> a04409a89524 [2021-02-01T20:59:22.256Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T20:59:22.534Z] ---> Running in 5059ceeb25f7 [2021-02-01T20:59:22.534Z] ---> 5fc5b0707efa [2021-02-01T20:59:22.534Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T20:59:22.534Z] ---> b6e404ae90c1 [2021-02-01T20:59:22.534Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T20:59:22.534Z] ---> 30be63bb41a8 [2021-02-01T20:59:22.534Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T20:59:22.534Z] ---> 9140f5e74de9 [2021-02-01T20:59:22.534Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T20:59:22.534Z] ---> Running in eb2fe1fc3d57 [2021-02-01T20:59:22.803Z] Removing intermediate container 5059ceeb25f7 [2021-02-01T20:59:22.803Z] ---> e5932edc4ff2 [2021-02-01T20:59:22.803Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:59:23.068Z] ---> Running in 98872b4210d7 [2021-02-01T20:59:23.068Z] ---> 849f3f3fb45f [2021-02-01T20:59:23.068Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T20:59:23.068Z] Removing intermediate container eb2fe1fc3d57 [2021-02-01T20:59:23.068Z] ---> ccb302e0e4bb [2021-02-01T20:59:23.068Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T20:59:23.068Z] ---> Running in f9abf801d6a9 [2021-02-01T20:59:23.068Z] ---> 60fc32db406b [2021-02-01T20:59:23.068Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T20:59:23.332Z] ---> a2239122b299 [2021-02-01T20:59:23.332Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T20:59:23.332Z] ---> Running in 001f20394f00 [2021-02-01T20:59:23.332Z] Removing intermediate container 98872b4210d7 [2021-02-01T20:59:23.332Z] ---> 612f932b4dc4 [2021-02-01T20:59:23.332Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T20:59:23.600Z] Removing intermediate container f9abf801d6a9 [2021-02-01T20:59:23.600Z] ---> affed1f58ddd [2021-02-01T20:59:23.600Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:59:23.600Z] ---> Running in 865aa6d965f7 [2021-02-01T20:59:23.889Z] Removing intermediate container 001f20394f00 [2021-02-01T20:59:23.889Z] ---> dd55fa441bb9 [2021-02-01T20:59:23.889Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T20:59:23.889Z] ---> Running in da533c5579bb [2021-02-01T20:59:23.889Z] ---> 24e096ed3ff2 [2021-02-01T20:59:23.889Z] 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-02-01T20:59:23.889Z] ---> bb6264d4c71f [2021-02-01T20:59:23.889Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T20:59:23.889Z] ---> Running in 3041120b3da0 [2021-02-01T20:59:23.889Z] ---> Running in 4e8c72822407 [2021-02-01T20:59:24.152Z] ---> Running in 313371125e37 [2021-02-01T20:59:24.152Z] Removing intermediate container 865aa6d965f7 [2021-02-01T20:59:24.152Z] ---> f88e1cde096b [2021-02-01T20:59:24.152Z] Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T20:59:24.152Z] Removing intermediate container da533c5579bb [2021-02-01T20:59:24.152Z] ---> 9d52e9f7df5f [2021-02-01T20:59:24.152Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T20:59:24.417Z] ---> Running in 2597f3452fb0 [2021-02-01T20:59:24.417Z] ---> Running in 3a69d7e78e2a [2021-02-01T20:59:24.417Z] Removing intermediate container 3041120b3da0 [2021-02-01T20:59:24.417Z] ---> 00f7c1023c36 [2021-02-01T20:59:24.417Z] Step 20/21 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T20:59:24.417Z] Removing intermediate container 313371125e37 [2021-02-01T20:59:24.417Z] ---> af952f051bbb [2021-02-01T20:59:24.417Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:59:24.692Z] ---> Running in 0bfd3d2fb159 [2021-02-01T20:59:24.692Z] ---> Running in 35a5bc87e7c3 [2021-02-01T20:59:24.692Z] Removing intermediate container 2597f3452fb0 [2021-02-01T20:59:24.692Z] ---> ab1059160358 [2021-02-01T20:59:24.692Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T20:59:24.692Z] Removing intermediate container 3a69d7e78e2a [2021-02-01T20:59:24.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T20:59:24.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T20:59:24.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T20:59:24.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T20:59:24.950Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T20:59:24.950Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T20:59:24.965Z] ---> 63c3169cd13c [2021-02-01T20:59:24.965Z] Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T20:59:24.965Z] ---> Running in 17be45f31f6a [2021-02-01T20:59:24.965Z] ---> Running in dcc6bfa8548d [2021-02-01T20:59:24.965Z] Removing intermediate container 0bfd3d2fb159 [2021-02-01T20:59:24.965Z] ---> e5582c5a0c93 [2021-02-01T20:59:24.965Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T20:59:25.228Z] Removing intermediate container 35a5bc87e7c3 [2021-02-01T20:59:25.228Z] ---> cc15d5c614d1 [2021-02-01T20:59:25.228Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T20:59:25.228Z] ---> Running in 71459ea28655 [2021-02-01T20:59:25.490Z] Removing intermediate container 17be45f31f6a [2021-02-01T20:59:25.490Z] ---> 9e108c81cb2b [2021-02-01T20:59:25.490Z] [2021-02-01T20:59:25.490Z] ---> Running in d1743c4e10d6 [2021-02-01T20:59:25.490Z] Removing intermediate container dcc6bfa8548d [2021-02-01T20:59:25.490Z] ---> 270612f3afd7 [2021-02-01T20:59:25.490Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T20:59:25.754Z] Successfully built 9e108c81cb2b [2021-02-01T20:59:25.754Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T20:59:25.754Z] Removing intermediate container 71459ea28655 [2021-02-01T20:59:25.754Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-01T20:59:25.754Z] ---> Running in c7e6ac2ee86a [2021-02-01T20:59:25.754Z] ---> 7e62ebb94bef [2021-02-01T20:59:25.754Z] [2021-02-01T20:59:25.754Z] Removing intermediate container d1743c4e10d6 [2021-02-01T20:59:25.754Z] ---> 50a66762282b [2021-02-01T20:59:25.754Z] Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T20:59:25.754Z] Removing intermediate container 4e8c72822407 [2021-02-01T20:59:25.754Z] ---> acf8d96ecab8 [2021-02-01T20:59:25.754Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T20:59:26.026Z] Successfully built 7e62ebb94bef [2021-02-01T20:59:26.026Z] ---> Running in f9b207f5d603 [2021-02-01T20:59:26.026Z] ---> Running in c03a8d89efec [2021-02-01T20:59:26.026Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T20:59:26.026Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-01T20:59:26.026Z] Removing intermediate container c7e6ac2ee86a [2021-02-01T20:59:26.026Z] ---> 9d473301c57f [2021-02-01T20:59:26.026Z] [2021-02-01T20:59:26.289Z] Successfully built 9d473301c57f [2021-02-01T20:59:26.289Z] Removing intermediate container f9b207f5d603 [2021-02-01T20:59:26.289Z] ---> 085e46ce688b [2021-02-01T20:59:26.289Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T20:59:26.289Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T20:59:26.289Z] Building docker-core-command-go [2021-02-01T20:59:26.289Z]  Building docker-support-scheduler-go ... done Removing intermediate container c03a8d89efec [2021-02-01T20:59:26.289Z] ---> 362457e23888 [2021-02-01T20:59:26.289Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T20:59:26.553Z] ---> Running in 3ad217e097bc [2021-02-01T20:59:26.553Z] ---> Running in f4142f88a064 [2021-02-01T20:59:26.817Z] Removing intermediate container 3ad217e097bc [2021-02-01T20:59:26.817Z] ---> 20d073b2bfb6 [2021-02-01T20:59:26.817Z] [2021-02-01T20:59:26.817Z] Removing intermediate container f4142f88a064 [2021-02-01T20:59:26.817Z] ---> 66b9c0bd38e6 [2021-02-01T20:59:26.817Z] Step 23/24 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T20:59:26.817Z] Successfully built 20d073b2bfb6 [2021-02-01T20:59:27.083Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T20:59:27.083Z] Building docker-core-data-go [2021-02-01T20:59:27.083Z]  Building docker-core-metadata-go ... done  ---> Running in 7b5cb753dcef [2021-02-01T20:59:27.348Z] Removing intermediate container 7b5cb753dcef [2021-02-01T20:59:27.348Z] ---> db16f7b4f72f [2021-02-01T20:59:27.348Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T20:59:27.612Z] ---> Running in 85eeb3fccf6b [2021-02-01T20:59:30.174Z] Removing intermediate container 85eeb3fccf6b [2021-02-01T20:59:30.174Z] ---> 788565536b6e [2021-02-01T20:59:30.174Z] [2021-02-01T20:59:30.362Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T20:59:30.362Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T20:59:30.362Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T20:59:30.438Z] Successfully built 788565536b6e [2021-02-01T20:59:30.438Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T20:59:37.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 46.0% of statements [2021-02-01T20:59:37.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T20:59:37.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T20:59:37.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T20:59:37.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T20:59:37.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T20:59:37.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T20:59:37.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T20:59:37.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.133s coverage: 100.0% of statements [2021-02-01T20:59:43.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.511s coverage: 27.1% of statements [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T20:59:43.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T20:59:43.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T20:59:43.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.212s coverage: 65.8% of statements [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T20:59:43.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T20:59:46.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.666s coverage: 82.3% of statements [2021-02-01T20:59:46.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T20:59:46.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T20:59:46.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T20:59:46.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T20:59:52.487Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:59:52.487Z] [2021-02-01T20:59:52.487Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:59:52.487Z] [2021-02-01T20:59:52.487Z] ---> 35eac9b79088 [2021-02-01T20:59:52.487Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:59:52.487Z] ---> 35eac9b79088 [2021-02-01T20:59:52.487Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> a9505c86632d [2021-02-01T20:59:52.487Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> a9505c86632d [2021-02-01T20:59:52.487Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> 3df28dbb6d83 [2021-02-01T20:59:52.487Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> 3df28dbb6d83 [2021-02-01T20:59:52.487Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T20:59:52.487Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:59:52.487Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:59:52.487Z] ---> 35eac9b79088 [2021-02-01T20:59:52.487Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> a9505c86632d [2021-02-01T20:59:52.487Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> 3df28dbb6d83 [2021-02-01T20:59:52.487Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T20:59:52.487Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:59:52.487Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:59:52.487Z] ---> 35eac9b79088 [2021-02-01T20:59:52.487Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> a9505c86632d [2021-02-01T20:59:52.487Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:59:52.487Z] ---> Using cache [2021-02-01T20:59:52.487Z] ---> 3df28dbb6d83 [2021-02-01T20:59:52.487Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T20:59:52.487Z] ---> Running in 44ec6a7668c4 [2021-02-01T20:59:52.487Z] ---> Running in 047d9fa4c374 [2021-02-01T20:59:52.487Z] ---> Running in 01bb05d1bef6 [2021-02-01T20:59:52.487Z] ---> Running in 5d59b76303e0 [2021-02-01T20:59:52.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:52.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:52.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:52.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:53.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.226s coverage: 28.6% of statements [2021-02-01T20:59:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T20:59:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T20:59:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T20:59:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T20:59:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T20:59:53.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-02-01T20:59:53.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T20:59:53.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-02-01T20:59:53.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T20:59:53.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements [2021-02-01T20:59:53.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T20:59:53.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements [2021-02-01T20:59:53.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T20:59:53.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:53.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:53.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:53.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:59:54.024Z] OK: 233 MiB in 51 packages [2021-02-01T20:59:54.024Z] OK: 233 MiB in 51 packages [2021-02-01T20:59:54.024Z] OK: 233 MiB in 51 packages [2021-02-01T20:59:54.024Z] OK: 233 MiB in 51 packages [2021-02-01T20:59:54.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-02-01T20:59:54.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T20:59:54.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T20:59:54.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T20:59:54.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T20:59:54.707Z] Removing intermediate container 44ec6a7668c4 [2021-02-01T20:59:54.707Z] ---> ccbcf2aada67 [2021-02-01T20:59:54.707Z] Step 6/23 : COPY go.mod . [2021-02-01T20:59:55.019Z] Removing intermediate container 01bb05d1bef6 [2021-02-01T20:59:55.019Z] ---> 781ba793790b [2021-02-01T20:59:55.019Z] Step 6/23 : COPY go.mod . [2021-02-01T20:59:55.019Z] Removing intermediate container 047d9fa4c374 [2021-02-01T20:59:55.019Z] ---> 6eec9a821126 [2021-02-01T20:59:55.019Z] Step 6/31 : COPY go.mod . [2021-02-01T20:59:55.019Z] Removing intermediate container 5d59b76303e0 [2021-02-01T20:59:55.019Z] ---> 10abda8fa79b [2021-02-01T20:59:55.019Z] Step 6/26 : COPY go.mod . [2021-02-01T20:59:55.019Z] ---> ce24c30651ef [2021-02-01T20:59:55.019Z] Step 7/23 : RUN go mod download [2021-02-01T20:59:55.328Z] ---> e7108c94727d [2021-02-01T20:59:55.328Z] Step 7/23 : RUN go mod download [2021-02-01T20:59:55.328Z] ---> Running in e50fae1da20c [2021-02-01T20:59:55.328Z] ---> 40d5c357c0df [2021-02-01T20:59:55.328Z] Step 7/31 : RUN go mod download [2021-02-01T20:59:55.624Z] ---> Running in d8d0291befdb [2021-02-01T20:59:55.624Z] ---> 75e162a08d18 [2021-02-01T20:59:55.624Z] Step 7/26 : RUN go mod download [2021-02-01T20:59:55.624Z] ---> Running in 64655956ac65 [2021-02-01T20:59:55.624Z] ---> Running in 8647d8c581d7 [2021-02-01T20:59:57.601Z] Removing intermediate container 64655956ac65 [2021-02-01T20:59:57.601Z] ---> 1a7d83529b4b [2021-02-01T20:59:57.601Z] Step 8/26 : COPY . . [2021-02-01T20:59:57.601Z] Removing intermediate container d8d0291befdb [2021-02-01T20:59:57.601Z] ---> 2f8cbe650499 [2021-02-01T20:59:57.601Z] Step 8/23 : COPY . . [2021-02-01T20:59:57.601Z] Removing intermediate container 8647d8c581d7 [2021-02-01T20:59:57.601Z] ---> 5ecc625f2569 [2021-02-01T20:59:57.601Z] Step 8/31 : COPY . . [2021-02-01T20:59:57.601Z] Removing intermediate container e50fae1da20c [2021-02-01T20:59:57.601Z] ---> 7b6f384ec65c [2021-02-01T20:59:57.601Z] Step 8/23 : COPY . . [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T21:00:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.097s coverage: 79.5% of statements [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-02-01T21:00:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-02-01T21:00:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2021-02-01T21:00:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-01T21:00:30.212Z] ---> fd28022dd552 [2021-02-01T21:00:30.212Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T21:00:30.212Z] ---> 5fa03459c0ae [2021-02-01T21:00:30.212Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T21:00:30.212Z] ---> 3fc2aff77321 [2021-02-01T21:00:30.212Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T21:00:30.212Z] ---> 97a96df4b904 [2021-02-01T21:00:30.212Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T21:00:30.212Z] ---> Running in bc687cca06d9 [2021-02-01T21:00:30.212Z] ---> Running in 85b4b4ce3b51 [2021-02-01T21:00:30.212Z] ---> Running in 246bdc442dfb [2021-02-01T21:00:30.212Z] ---> Running in 45918165007c [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.145s coverage: 84.2% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.4% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.507s coverage: 63.5% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.783s coverage: 68.9% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.296s coverage: 37.0% of statements [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T21:00:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.463s coverage: 84.0% of statements [2021-02-01T21:00:30.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2021-02-01T21:00:30.481Z] 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-02-01T21:00:30.481Z] 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-02-01T21:00:30.481Z] 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-02-01T21:00:30.481Z] 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-02-01T21:00:38.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.368s coverage: 47.1% of statements [2021-02-01T21:00:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T21:00:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T21:00:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T21:00:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T21:00:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T21:00:38.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements [2021-02-01T21:00:38.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T21:00:38.579Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements [2021-02-01T21:00:38.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T21:00:42.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.294s coverage: 29.1% of statements [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T21:00:42.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.221s coverage: 99.0% of statements [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T21:00:42.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T21:00:42.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.143s coverage: 100.0% of statements [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T21:00:42.930Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T21:00:42.930Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T21:00:42.930Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T21:00:42.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T21:00:43.205Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-02-01T21:00:43.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-01T21:00:44.457Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-01T21:00:45.060Z] GO111MODULE=on go vet ./... [2021-02-01T21:00:52.626Z] 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-02-01T21:00:57.010Z] Removing intermediate container 85b4b4ce3b51 [2021-02-01T21:00:57.010Z] ---> c0172158d05a [2021-02-01T21:00:57.010Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T21:00:57.297Z] ---> Running in 54455a149b6c [2021-02-01T21:00:57.892Z] 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-02-01T21:01:00.490Z] Removing intermediate container 246bdc442dfb [2021-02-01T21:01:00.490Z] ---> ed31013a2dbd [2021-02-01T21:01:00.490Z] [2021-02-01T21:01:00.490Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T21:01:00.490Z] ---> 389fef711851 [2021-02-01T21:01:00.490Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T21:01:00.490Z] ---> Using cache [2021-02-01T21:01:00.490Z] ---> 11fb58c1a92a [2021-02-01T21:01:00.490Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T21:01:00.490Z] ---> Using cache [2021-02-01T21:01:00.490Z] ---> a9a2e07efcd1 [2021-02-01T21:01:00.490Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T21:01:01.885Z] ---> Running in 7a33eabb3f15 [2021-02-01T21:01:01.885Z] Removing intermediate container bc687cca06d9 [2021-02-01T21:01:01.885Z] ---> 64ccc198245a [2021-02-01T21:01:01.885Z] [2021-02-01T21:01:01.885Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T21:01:01.885Z] ---> 389fef711851 [2021-02-01T21:01:01.885Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T21:01:02.837Z] ---> Running in 46a14e571f40 [2021-02-01T21:01:02.837Z] Removing intermediate container 7a33eabb3f15 [2021-02-01T21:01:02.837Z] ---> bbd012129391 [2021-02-01T21:01:02.837Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T21:01:02.837Z] Removing intermediate container 54455a149b6c [2021-02-01T21:01:02.837Z] ---> b3a2dcdace13 [2021-02-01T21:01:02.837Z] [2021-02-01T21:01:02.837Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T21:01:02.837Z] 20.10.0: Pulling from library/docker [2021-02-01T21:01:02.837Z] ---> Running in 80f03698755c [2021-02-01T21:01:03.102Z] Removing intermediate container 46a14e571f40 [2021-02-01T21:01:03.102Z] ---> 217df05adbb6 [2021-02-01T21:01:03.102Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T21:01:05.664Z] ---> Running in d982c2692b89 [2021-02-01T21:01:05.664Z] Removing intermediate container 80f03698755c [2021-02-01T21:01:05.664Z] ---> 52d0ee44526d [2021-02-01T21:01:05.664Z] Step 15/23 : WORKDIR / [2021-02-01T21:01:05.927Z] Removing intermediate container 45918165007c [2021-02-01T21:01:05.927Z] ---> 84de1bc67e1b [2021-02-01T21:01:05.927Z] [2021-02-01T21:01:05.927Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T21:01:05.927Z] ---> 389fef711851 [2021-02-01T21:01:05.927Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T21:01:06.503Z] ---> Running in cc62b72532e5 [2021-02-01T21:01:06.503Z] ---> Running in 30f135c4f369 [2021-02-01T21:01:06.770Z] Removing intermediate container cc62b72532e5 [2021-02-01T21:01:06.770Z] ---> 5f386a6f7359 [2021-02-01T21:01:06.770Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:01:06.770Z] Removing intermediate container 30f135c4f369 [2021-02-01T21:01:06.770Z] ---> 0cccf721519d [2021-02-01T21:01:06.770Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T21:01:07.033Z] ---> Running in 401679cb4dca [2021-02-01T21:01:07.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:07.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:07.298Z] ---> 89104a847e18 [2021-02-01T21:01:07.298Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T21:01:07.298Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T21:01:07.298Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T21:01:07.298Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:01:07.298Z] OK: 6 MiB in 16 packages [2021-02-01T21:01:07.298Z] Removing intermediate container 401679cb4dca [2021-02-01T21:01:07.298Z] ---> 556b6d85016f [2021-02-01T21:01:07.298Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T21:01:07.564Z] ---> Running in 3525af40fe89 [2021-02-01T21:01:07.828Z] Removing intermediate container 3525af40fe89 [2021-02-01T21:01:07.828Z] ---> 3227340cb974 [2021-02-01T21:01:07.828Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:01:08.097Z] ---> Running in 556d859d9a01 [2021-02-01T21:01:08.097Z] ---> 9dce26ae667c [2021-02-01T21:01:08.097Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T21:01:08.365Z] Removing intermediate container d982c2692b89 [2021-02-01T21:01:08.365Z] ---> 4b78dbc19959 [2021-02-01T21:01:08.365Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T21:01:08.365Z] ---> Running in 3500cfd91952 [2021-02-01T21:01:08.365Z] ---> fa58b0205286 [2021-02-01T21:01:08.365Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T21:01:09.328Z] ---> Running in f7370ffbc287 [2021-02-01T21:01:09.328Z] Removing intermediate container 3500cfd91952 [2021-02-01T21:01:09.328Z] ---> 171410c52b89 [2021-02-01T21:01:09.328Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T21:01:09.328Z] ---> Running in 473f40880cee [2021-02-01T21:01:09.328Z] Removing intermediate container f7370ffbc287 [2021-02-01T21:01:09.328Z] ---> 108e0981f373 [2021-02-01T21:01:09.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:01:09.597Z] ---> Running in e504b558daf0 [2021-02-01T21:01:09.879Z] Removing intermediate container 473f40880cee [2021-02-01T21:01:09.879Z] ---> 37283fe43aaa [2021-02-01T21:01:09.879Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T21:01:09.879Z] ---> Running in d2b773a7002e [2021-02-01T21:01:10.148Z] Removing intermediate container 556d859d9a01 [2021-02-01T21:01:10.148Z] ---> 5aa184f8c655 [2021-02-01T21:01:10.148Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T21:01:10.148Z] Removing intermediate container e504b558daf0 [2021-02-01T21:01:10.148Z] ---> 9be74ccc8fbf [2021-02-01T21:01:10.148Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T21:01:10.149Z] ---> Running in 057febb65e24 [2021-02-01T21:01:10.417Z] ---> Running in 181c5721bb31 [2021-02-01T21:01:10.693Z] Removing intermediate container 181c5721bb31 [2021-02-01T21:01:10.693Z] ---> 9cc987526134 [2021-02-01T21:01:10.693Z] Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:01:10.693Z] ---> Running in 10d9ddde61fa [2021-02-01T21:01:11.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:11.536Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T21:01:11.536Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T21:01:11.536Z] ---> aefe523efa57 [2021-02-01T21:01:11.536Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T21:01:11.799Z] Removing intermediate container 10d9ddde61fa [2021-02-01T21:01:11.799Z] ---> 9aeb49525d74 [2021-02-01T21:01:11.799Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T21:01:11.799Z] ---> Running in 29147d65c8ed [2021-02-01T21:01:11.799Z] ---> Running in 3b69ae72d3a4 [2021-02-01T21:01:11.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:12.061Z] Removing intermediate container d2b773a7002e [2021-02-01T21:01:12.061Z] ---> 664e5843f055 [2021-02-01T21:01:12.061Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T21:01:12.061Z] ---> Running in f3972a34380e [2021-02-01T21:01:12.061Z] Removing intermediate container 3b69ae72d3a4 [2021-02-01T21:01:12.061Z] ---> 66a3479ca4ca [2021-02-01T21:01:12.061Z] [2021-02-01T21:01:12.333Z] Removing intermediate container f3972a34380e [2021-02-01T21:01:12.333Z] ---> 63d2b129a096 [2021-02-01T21:01:12.333Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T21:01:12.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:12.597Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T21:01:12.597Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T21:01:12.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:12.597Z] Successfully built 66a3479ca4ca [2021-02-01T21:01:12.597Z] Successfully tagged docker-core-command-go:latest [2021-02-01T21:01:12.597Z]  Building docker-core-command-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T21:01:12.597Z] ---> 448c8fb3701a [2021-02-01T21:01:12.597Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T21:01:12.597Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T21:01:12.861Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T21:01:12.861Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T21:01:12.861Z] ---> Running in 5087f8acea85 [2021-02-01T21:01:12.861Z] Executing bash-5.0.17-r0.post-install [2021-02-01T21:01:12.861Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:01:12.861Z] OK: 12 MiB in 22 packages [2021-02-01T21:01:12.861Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T21:01:12.861Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T21:01:13.127Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:01:13.127Z] OK: 8 MiB in 20 packages [2021-02-01T21:01:13.390Z] Removing intermediate container 29147d65c8ed [2021-02-01T21:01:13.390Z] ---> b6d6ee7c30a1 [2021-02-01T21:01:13.390Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T21:01:13.657Z] ---> Running in 434ae5a10234 [2021-02-01T21:01:13.924Z] Removing intermediate container 434ae5a10234 [2021-02-01T21:01:13.924Z] ---> a0a940858a20 [2021-02-01T21:01:13.924Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T21:01:13.924Z] Removing intermediate container 057febb65e24 [2021-02-01T21:01:13.924Z] ---> cf1d92f8e106 [2021-02-01T21:01:13.924Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:01:14.189Z] ---> Running in 5c375d7f3c4c [2021-02-01T21:01:14.189Z] Removing intermediate container 5087f8acea85 [2021-02-01T21:01:14.189Z] ---> 7415bc68e288 [2021-02-01T21:01:14.189Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:01:14.189Z] Removing intermediate container 5c375d7f3c4c [2021-02-01T21:01:14.189Z] ---> 3c1623d14800 [2021-02-01T21:01:14.189Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T21:01:14.189Z] ---> 22809e1b4da5 [2021-02-01T21:01:14.189Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T21:01:14.456Z] ---> Running in 75bb15ad7f42 [2021-02-01T21:01:14.456Z] ---> 0047cac5d2b1 [2021-02-01T21:01:14.456Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T21:01:14.720Z] Removing intermediate container 75bb15ad7f42 [2021-02-01T21:01:14.720Z] ---> 54043dcd6026 [2021-02-01T21:01:14.720Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T21:01:14.984Z] ---> 3d31b69a7fef [2021-02-01T21:01:14.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T21:01:15.251Z] ---> 404a2acc5631 [2021-02-01T21:01:15.251Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T21:01:15.251Z] ---> f8ec8b89df0b [2021-02-01T21:01:15.251Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T21:01:15.251Z] ---> 58199acd8921 [2021-02-01T21:01:15.251Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T21:01:15.251Z] ---> Running in ef429b15dd05 [2021-02-01T21:01:15.520Z] ---> 190c25710ba5 [2021-02-01T21:01:15.520Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T21:01:15.520Z] ---> 87f865dbdb80 [2021-02-01T21:01:15.520Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T21:01:15.520Z] Removing intermediate container ef429b15dd05 [2021-02-01T21:01:15.520Z] ---> a9a12f76f8f7 [2021-02-01T21:01:15.521Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:01:15.784Z] ---> Running in 50b6072d0ea3 [2021-02-01T21:01:15.784Z] ---> 14db3fc5a506 [2021-02-01T21:01:15.784Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T21:01:16.049Z] Removing intermediate container 50b6072d0ea3 [2021-02-01T21:01:16.049Z] ---> 1332c1257abe [2021-02-01T21:01:16.049Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T21:01:16.049Z] ---> 585c235f8868 [2021-02-01T21:01:16.049Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T21:01:16.049Z] ---> Running in 3b54353f45f5 [2021-02-01T21:01:16.049Z] ---> Running in ac37314f9c12 [2021-02-01T21:01:16.320Z] Removing intermediate container ac37314f9c12 [2021-02-01T21:01:16.320Z] ---> 109fbe54e7fe [2021-02-01T21:01:16.320Z] Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:01:16.320Z] ---> 1a796da70afe [2021-02-01T21:01:16.320Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T21:01:16.320Z] ---> Running in 4f8e01408cdb [2021-02-01T21:01:16.583Z] ---> Running in c605f9cf25a9 [2021-02-01T21:01:16.583Z] Removing intermediate container 4f8e01408cdb [2021-02-01T21:01:16.583Z] ---> db0d1515d124 [2021-02-01T21:01:16.583Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T21:01:16.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:16.845Z] ---> Running in fe8591001827 [2021-02-01T21:01:16.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:16.845Z] Removing intermediate container c605f9cf25a9 [2021-02-01T21:01:16.845Z] ---> 7717d3f987d3 [2021-02-01T21:01:16.845Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T21:01:16.845Z] Removing intermediate container fe8591001827 [2021-02-01T21:01:16.845Z] ---> 9159611cde34 [2021-02-01T21:01:16.845Z] [2021-02-01T21:01:16.845Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T21:01:16.845Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T21:01:16.845Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T21:01:16.845Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T21:01:17.108Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T21:01:17.108Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T21:01:17.108Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T21:01:17.108Z] Successfully built 9159611cde34 [2021-02-01T21:01:17.686Z] Successfully tagged docker-core-data-go:latest [2021-02-01T21:01:18.264Z]  Building docker-core-data-go ... done  ---> 4dd6e12a55c8 [2021-02-01T21:01:18.264Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T21:01:21.584Z] ---> Running in 11c7d160fb11 [2021-02-01T21:01:21.584Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T21:01:21.584Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T21:01:21.584Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T21:01:21.584Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T21:01:21.584Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T21:01:21.584Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T21:01:21.584Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T21:01:21.584Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T21:01:21.584Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T21:01:21.584Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T21:01:21.584Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T21:01:21.584Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T21:01:21.584Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T21:01:21.584Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T21:01:21.584Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T21:01:21.584Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T21:01:21.584Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T21:01:21.848Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T21:01:21.848Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T21:01:21.848Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T21:01:21.848Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T21:01:21.848Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T21:01:21.848Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T21:01:21.848Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T21:01:21.848Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T21:01:21.848Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T21:01:22.113Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:01:22.113Z] OK: 71 MiB in 55 packages [2021-02-01T21:01:24.050Z] Removing intermediate container 11c7d160fb11 [2021-02-01T21:01:24.050Z] ---> ac51789f1f9e [2021-02-01T21:01:24.050Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T21:01:24.050Z] ---> Running in b9f3ac6c4702 [2021-02-01T21:01:25.442Z] Removing intermediate container b9f3ac6c4702 [2021-02-01T21:01:25.442Z] ---> ac9a2c915469 [2021-02-01T21:01:25.442Z] Step 28/31 : CMD ["gate"] [2021-02-01T21:01:28.805Z] ---> Running in 83e606af298e [2021-02-01T21:01:29.076Z] Removing intermediate container 83e606af298e [2021-02-01T21:01:29.076Z] ---> eaf33ffeb583 [2021-02-01T21:01:29.076Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T21:01:29.076Z] Removing intermediate container 3b54353f45f5 [2021-02-01T21:01:29.076Z] ---> 037a7eea580c [2021-02-01T21:01:29.076Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T21:01:29.355Z] ---> Running in 312b3536410e [2021-02-01T21:01:29.355Z] ---> Running in 7f71471b48c2 [2021-02-01T21:01:29.628Z] Removing intermediate container 312b3536410e [2021-02-01T21:01:29.628Z] ---> 4a6f8528c077 [2021-02-01T21:01:29.628Z] Step 30/31 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:01:29.628Z] ---> Running in 62f9e596eddc [2021-02-01T21:01:29.900Z] Removing intermediate container 62f9e596eddc [2021-02-01T21:01:29.900Z] ---> e8d92c20f937 [2021-02-01T21:01:29.900Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T21:01:30.170Z] ---> Running in c8469ac892a3 [2021-02-01T21:01:30.170Z] Removing intermediate container c8469ac892a3 [2021-02-01T21:01:30.170Z] ---> 4d877b863644 [2021-02-01T21:01:30.170Z] [2021-02-01T21:01:30.440Z] Successfully built 4d877b863644 [2021-02-01T21:01:30.440Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T21:01:30.710Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-02-01T21:01:30.974Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T21:01:30.974Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T21:01:30.974Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T21:01:31.238Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T21:01:31.500Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T21:01:31.500Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T21:01:31.500Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T21:01:31.764Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T21:01:31.764Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T21:01:32.338Z] Collecting PyYAML<4,>=3.10 [2021-02-01T21:01:32.338Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T21:01:33.295Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T21:01:33.295Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T21:01:33.295Z] 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-02-01T21:01:33.295Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T21:01:33.295Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T21:01:33.887Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T21:01:33.887Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T21:01:33.887Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T21:01:33.887Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T21:01:34.489Z] 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-02-01T21:01:34.489Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T21:01:34.489Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T21:01:34.489Z] Collecting idna<2.8,>=2.5 [2021-02-01T21:01:34.489Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T21:01:34.489Z] 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-02-01T21:01:34.764Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T21:01:34.764Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T21:01:34.764Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T21:01:34.764Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T21:01:34.764Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T21:01:34.764Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T21:01:34.764Z] Installing collected packages: websocket-client, urllib3, idna, requests, jsonschema, dockerpty, PyYAML, docker-pycreds, docker, texttable, cached-property, docopt, docker-compose [2021-02-01T21:01:35.347Z] Attempting uninstall: urllib3 [2021-02-01T21:01:35.347Z] Found existing installation: urllib3 1.25.9 [2021-02-01T21:01:35.347Z] Uninstalling urllib3-1.25.9: [2021-02-01T21:01:35.608Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T21:01:35.608Z] Attempting uninstall: idna [2021-02-01T21:01:35.608Z] Found existing installation: idna 2.9 [2021-02-01T21:01:35.608Z] Uninstalling idna-2.9: [2021-02-01T21:01:35.608Z] Successfully uninstalled idna-2.9 [2021-02-01T21:01:35.873Z] Attempting uninstall: requests [2021-02-01T21:01:35.873Z] Found existing installation: requests 2.23.0 [2021-02-01T21:01:35.874Z] Uninstalling requests-2.23.0: [2021-02-01T21:01:35.874Z] Successfully uninstalled requests-2.23.0 [2021-02-01T21:01:36.142Z] Running setup.py install for dockerpty: started [2021-02-01T21:01:36.720Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T21:01:36.720Z] Running setup.py install for PyYAML: started [2021-02-01T21:01:36.982Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T21:01:37.245Z] Running setup.py install for texttable: started [2021-02-01T21:01:37.830Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T21:01:37.830Z] Running setup.py install for docopt: started [2021-02-01T21:01:38.404Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T21:01:38.665Z] 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-02-01T21:01:42.922Z] Removing intermediate container 7f71471b48c2 [2021-02-01T21:01:42.922Z] ---> 3bdccb0df52a [2021-02-01T21:01:42.922Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T21:01:42.922Z] ---> Running in 2383b7b76baf [2021-02-01T21:01:43.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:43.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T21:01:43.449Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T21:01:43.449Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T21:01:43.449Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T21:01:43.449Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:01:43.449Z] OK: 72 MiB in 58 packages [2021-02-01T21:01:44.025Z] Removing intermediate container 2383b7b76baf [2021-02-01T21:01:44.025Z] ---> 537ffaebdc0a [2021-02-01T21:01:44.025Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T21:01:44.025Z] ---> Running in 7f17580dcd28 [2021-02-01T21:01:44.289Z] Removing intermediate container 7f17580dcd28 [2021-02-01T21:01:44.289Z] ---> 6297cd5804b3 [2021-02-01T21:01:44.289Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:01:44.289Z] ---> Running in 8706c6e97532 [2021-02-01T21:01:44.289Z] Removing intermediate container 8706c6e97532 [2021-02-01T21:01:44.289Z] ---> e45ca814d663 [2021-02-01T21:01:44.289Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T21:01:44.552Z] ---> Running in bdab303af52d [2021-02-01T21:01:44.552Z] Removing intermediate container bdab303af52d [2021-02-01T21:01:44.552Z] ---> 9b33f668959a [2021-02-01T21:01:44.552Z] Step 25/26 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:01:44.813Z] ---> Running in 57ee92972237 [2021-02-01T21:01:44.813Z] Removing intermediate container 57ee92972237 [2021-02-01T21:01:44.813Z] ---> 41eadd0d38fe [2021-02-01T21:01:44.813Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T21:01:44.813Z] ---> Running in 18756a9dbed3 [2021-02-01T21:01:45.076Z] Removing intermediate container 18756a9dbed3 [2021-02-01T21:01:45.076Z] ---> 97126b00f29b [2021-02-01T21:01:45.076Z] [2021-02-01T21:01:45.339Z] Successfully built 97126b00f29b [2021-02-01T21:01:45.339Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T21:01:45.614Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T21:01:45.637Z] $ docker stop --time=1 ac6a820f6e623dbb7923670b0b8444b0a7cd5d5975f9fe731bf41734daa8856e [2021-02-01T21:01:47.210Z] $ docker rm -f ac6a820f6e623dbb7923670b0b8444b0a7cd5d5975f9fe731bf41734daa8856e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T21:01:47.924Z] + docker images [2021-02-01T21:01:47.924Z] + grep docker [2021-02-01T21:01:48.234Z] docker-sys-mgmt-agent-go latest 97126b00f29b 4 seconds ago 313MB [2021-02-01T21:01:48.234Z] docker-security-bootstrapper-go latest 4d877b863644 18 seconds ago 23.8MB [2021-02-01T21:01:48.234Z] docker-core-data-go latest 9159611cde34 32 seconds ago 22.3MB [2021-02-01T21:01:48.234Z] docker-core-command-go latest 66a3479ca4ca 37 seconds ago 16.9MB [2021-02-01T21:01:48.234Z] docker-security-secretstore-setup-go latest 788565536b6e 2 minutes ago 24.6MB [2021-02-01T21:01:48.234Z] docker-core-metadata-go latest 20d073b2bfb6 2 minutes ago 18.8MB [2021-02-01T21:01:48.234Z] docker-security-proxy-setup-go latest 7e62ebb94bef 2 minutes ago 24.4MB [2021-02-01T21:01:48.234Z] docker-support-scheduler-go latest 9d473301c57f 2 minutes ago 17MB [2021-02-01T21:01:48.234Z] docker-support-notifications-go latest 9e108c81cb2b 2 minutes ago 16.9MB [2021-02-01T21:01:48.234Z] 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-02-01T21:02:04.076Z] Still waiting to schedule task [2021-02-01T21:02:04.076Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-01T21:02:06.889Z] gofmt -l . [2021-02-01T21:02:06.889Z] [ "`gofmt -l .`" = "" ] [2021-02-01T21:02:06.889Z] ./bin/test-go-mod-tidy.sh [2021-02-01T21:02:06.889Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T21:02:07.546Z] + ls -al . [2021-02-01T21:02:07.546Z] total 708 [2021-02-01T21:02:07.546Z] drwxrwxr-x 9 1001 1001 4096 Feb 1 21:02 . [2021-02-01T21:02:07.546Z] drwxr-xr-x 4 root root 4096 Feb 1 20:57 .. [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 20:56 .dockerignore [2021-02-01T21:02:07.546Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 20:56 .git [2021-02-01T21:02:07.546Z] drwxrwxr-x 3 1001 1001 4096 Feb 1 20:56 .github [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 20:56 .gitignore [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 20:56 .sonarcloud.properties [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 20:56 Attribution.txt [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 20:56 CONTRIBUTING.md [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 20:56 Dockerfile.build [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 20:56 Jenkinsfile [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 20:56 LICENSE [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 20:56 Makefile [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 20:56 README.md [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 20:56 SECURITY.md [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 20:53 VERSION [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 20:56 ZMQWindows.md [2021-02-01T21:02:07.546Z] drwxrwxr-x 2 1001 1001 4096 Feb 1 20:56 bin [2021-02-01T21:02:07.546Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 20:56 cmd [2021-02-01T21:02:07.546Z] -rw-r--r-- 1 root root 574984 Feb 1 21:00 coverage.out [2021-02-01T21:02:07.546Z] -rw-r--r-- 1 root root 1054 Feb 1 21:01 go.mod [2021-02-01T21:02:07.546Z] -rw-r--r-- 1 root root 19399 Feb 1 21:01 go.sum [2021-02-01T21:02:07.546Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 20:56 internal [2021-02-01T21:02:07.546Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 20:56 openapi [2021-02-01T21:02:07.546Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 20:56 snap [2021-02-01T21:02:07.546Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 20:56 version.go [Pipeline] sh [2021-02-01T21:02:08.200Z] + '[' -e coverage.out ] [2021-02-01T21:02:08.200Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T21:02:08.221Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T21:02:09.555Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T21:02:10.294Z] + make build [2021-02-01T21:02:10.294Z] 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-02-01T21:02:20.482Z] 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-02-01T21:02:42.652Z] 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-02-01T21:02:46.046Z] 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-02-01T21:02:50.349Z] 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-02-01T21:02:51.437Z] Running on prd-ubuntu18.04-docker-8c-8g-24414 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-02-01T21:02:51.498Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-02-01T21:02:52.326Z] 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-02-01T21:02:53.629Z] using credential edgex-jenkins-ssh [2021-02-01T21:02:53.691Z] Cloning the remote Git repository [2021-02-01T21:02:53.719Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T21:02:53.789Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-02-01T21:02:53.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T21:02:53.825Z] > git --version # timeout=10 [2021-02-01T21:02:53.832Z] > git --version # 'git version 2.17.1' [2021-02-01T21:02:53.833Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T21:02:53.860Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T21:02:56.652Z] 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-02-01T21:03:02.047Z] 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-02-01T21:03:05.429Z] 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-02-01T21:03:08.480Z] Merging remotes/origin/master commit 98466e142dc9f0c0a385fd688c007d116986330a into PR head commit c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:03:08.604Z] Merge succeeded, producing c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:03:08.604Z] Checking out Revision c27c09040af0d2eebed9d707a0dcbb2ea100f262 (PR-3080) [2021-02-01T21:03:07.869Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T21:03:07.874Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T21:03:07.882Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T21:03:07.892Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T21:03:07.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T21:03:07.896Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T21:03:08.492Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T21:03:08.497Z] > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 [2021-02-01T21:03:08.571Z] > git remote # timeout=10 [2021-02-01T21:03:08.578Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T21:03:08.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T21:03:08.587Z] > git merge 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 [2021-02-01T21:03:08.596Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T21:03:08.611Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T21:03:08.635Z] > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 [2021-02-01T21:03:09.740Z] 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-02-01T21:03:12.276Z] Commit message: "Merge branch 'master' into issue-3079" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T21:03:13.424Z] + echo snap-build.sh [2021-02-01T21:03:13.424Z] snap-build.sh [2021-02-01T21:03:13.424Z] + SNAP_BASE_DIR=. [2021-02-01T21:03:13.424Z] + '[' '!' -z /w/workspace/edgex-go/12 ']' [2021-02-01T21:03:13.424Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/12 [2021-02-01T21:03:13.424Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' [2021-02-01T21:03:13.424Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/12] [2021-02-01T21:03:13.424Z] + cd /w/workspace/edgex-go/12 [2021-02-01T21:03:13.424Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-01T21:03:13.424Z] Reading package lists... [2021-02-01T21:03:13.687Z] Building dependency tree... [2021-02-01T21:03:13.687Z] Reading state information... [2021-02-01T21:03:13.687Z] The following packages were automatically installed and are no longer required: [2021-02-01T21:03:13.687Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-01T21:03:13.687Z] uidmap xdelta3 [2021-02-01T21:03:13.687Z] Use 'sudo apt autoremove' to remove them. [2021-02-01T21:03:13.949Z] The following packages will be REMOVED: [2021-02-01T21:03:13.949Z] lxd* lxd-client* [2021-02-01T21:03:14.039Z] 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-02-01T21:03:14.211Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-01T21:03:14.211Z] After this operation, 31.7 MB disk space will be freed. [2021-02-01T21:03:15.259Z] (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-02-01T21:03:15.259Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T21:03:16.202Z] Removing lxd dnsmasq configuration [2021-02-01T21:03:16.202Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T21:03:16.463Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-01T21:03:17.408Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-01T21:03:17.931Z] (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-02-01T21:03:17.931Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T21:03:18.354Z] 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-02-01T21:03:19.319Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-01T21:03:19.319Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-01T21:03:20.703Z] + sudo snap remove --purge lxd [2021-02-01T21:03:20.703Z] snap "lxd" is not installed [2021-02-01T21:03:20.703Z] + sudo groupadd --force --system lxd [2021-02-01T21:03:20.703Z] ++ whoami [2021-02-01T21:03:20.703Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-01T21:03:20.703Z] + newgrp - lxd [2021-02-01T21:03:20.703Z] + sudo snap install lxd [2021-02-01T21:03:22.669Z] 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-02-01T21:03:26.981Z] $ docker stop --time=1 5f62fc6b3321a4e0a796591b8f7f80af4955b9c81d7235ce358c4f14eaf238d1 [2021-02-01T21:03:28.852Z] 2021-02-01T21:03:25Z INFO Waiting for automatic snapd restart... [2021-02-01T21:03:29.551Z] $ docker rm -f 5f62fc6b3321a4e0a796591b8f7f80af4955b9c81d7235ce358c4f14eaf238d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T21:03:31.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T21:03:31.550Z] [2021-02-01T21:03:31.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T21:03:32.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T21:03:32.481Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T21:03:32.481Z] 29e5d40040c1: Pulling fs layer [2021-02-01T21:03:32.481Z] 1ce36da41761: Pulling fs layer [2021-02-01T21:03:32.481Z] 25b303627fd3: Pulling fs layer [2021-02-01T21:03:33.079Z] 29e5d40040c1: Verifying Checksum [2021-02-01T21:03:33.079Z] 29e5d40040c1: Download complete [2021-02-01T21:03:33.353Z] 1ce36da41761: Verifying Checksum [2021-02-01T21:03:33.353Z] 1ce36da41761: Download complete [2021-02-01T21:03:33.628Z] 29e5d40040c1: Pull complete [2021-02-01T21:03:34.605Z] 1ce36da41761: Pull complete [2021-02-01T21:03:34.877Z] 25b303627fd3: Verifying Checksum [2021-02-01T21:03:34.878Z] 25b303627fd3: Download complete [2021-02-01T21:03:45.024Z] 25b303627fd3: Pull complete [2021-02-01T21:03:45.024Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T21:03:45.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T21:03:45.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T21:03:45.246Z] prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container [2021-02-01T21:03:45.316Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-02-01T21:03:46.976Z] lxd 4.10 from Canonical* installed [2021-02-01T21:03:46.976Z] + sudo lxd init --auto [2021-02-01T21:03:48.172Z] $ docker top 7ac01d88a81d3b057f3daec62c18911f8ccf844e53c5749d0906a57d72dea29c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T21:03:49.223Z] + + grepdocker-compose parallel [2021-02-01T21:03:49.223Z] build --help [2021-02-01T21:03:52.595Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T21:03:52.611Z] $ docker stop --time=1 7ac01d88a81d3b057f3daec62c18911f8ccf844e53c5749d0906a57d72dea29c [2021-02-01T21:03:53.615Z] + sudo snap install --classic snapcraft [2021-02-01T21:03:54.515Z] $ docker rm -f 7ac01d88a81d3b057f3daec62c18911f8ccf844e53c5749d0906a57d72dea29c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T21:03:55.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T21:03:55.334Z] . [Pipeline] withDockerContainer [2021-02-01T21:03:55.588Z] prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container [2021-02-01T21:03:55.663Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-02-01T21:03:57.077Z] $ docker top e97f65b34fdb7df6cac7cb353ac8a67f309dd7c68c45ac3ec3fb7b23f1feb543 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T21:03:58.106Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T21:03:58.909Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T21:03:58.909Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-01T21:03:58.909Z] + patch --verbose -p1 [2021-02-01T21:03:58.909Z] Hmm... Looks like a unified diff to me... [2021-02-01T21:03:58.909Z] The text leading up to this was: [2021-02-01T21:03:58.909Z] -------------------------- [2021-02-01T21:03:58.909Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-01T21:03:58.909Z] |From: Tony Espy [2021-02-01T21:03:58.909Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-01T21:03:58.909Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-01T21:03:58.909Z] | [2021-02-01T21:03:58.909Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-01T21:03:58.909Z] |optimize the snap CI check run for pull requests. When [2021-02-01T21:03:58.909Z] |applied, it essentially strips out everything (apps and [2021-02-01T21:03:58.909Z] |parts) from the snapcraft.yaml file except those required [2021-02-01T21:03:58.909Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-01T21:03:58.909Z] |catch changes to edgex-go that break the snap build. [2021-02-01T21:03:58.909Z] | [2021-02-01T21:03:58.909Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-01T21:03:58.909Z] |to update this patch file, otherwise it may fail to apply, [2021-02-01T21:03:58.909Z] |resulting in a failed snap build CI check in the associated [2021-02-01T21:03:58.909Z] |pull request. [2021-02-01T21:03:58.909Z] | [2021-02-01T21:03:58.909Z] |Note - in addition to applying this patch, the pipeline also [2021-02-01T21:03:58.909Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-01T21:03:58.909Z] |need to build the finally binary .snap file (and it won't [2021-02-01T21:03:58.909Z] |work with the patch applied). This further reduces the build [2021-02-01T21:03:58.909Z] |time. [2021-02-01T21:03:58.909Z] |--- [2021-02-01T21:03:58.909Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-01T21:03:58.909Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-01T21:03:58.909Z] | [2021-02-01T21:03:58.909Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-01T21:03:58.909Z] |index 1e537489..faf42425 100644 [2021-02-01T21:03:58.909Z] |--- a/snap/snapcraft.yaml [2021-02-01T21:03:58.909Z] |+++ b/snap/snapcraft.yaml [2021-02-01T21:03:58.909Z] -------------------------- [2021-02-01T21:03:58.909Z] patching file snap/snapcraft.yaml [2021-02-01T21:03:58.909Z] Using Plan A... [2021-02-01T21:03:58.909Z] Hunk #1 succeeded at 73. [2021-02-01T21:03:58.909Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-01T21:03:58.909Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-01T21:03:58.909Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-01T21:03:58.909Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-01T21:03:58.909Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-01T21:03:58.909Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-01T21:03:58.909Z] Hunk #8 succeeded at 342. [2021-02-01T21:03:58.909Z] Hmm... Ignoring the trailing garbage. [2021-02-01T21:03:58.909Z] done [2021-02-01T21:03:58.909Z] + sudo snapcraft prime --use-lxd [2021-02-01T21:03:59.851Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-01T21:03:59.851Z] 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-02-01T21:03:59.851Z] - README.md [2021-02-01T21:03:59.851Z] - snapcraft.yaml.orig [2021-02-01T21:03:59.851Z] [2021-02-01T21:03:59.851Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T21:04:00.422Z] Launching a container. [2021-02-01T21:04:01.479Z] Building docker-core-command-go ... [2021-02-01T21:04:01.479Z] Building docker-core-data-go ... [2021-02-01T21:04:01.479Z] Building docker-core-metadata-go ... [2021-02-01T21:04:01.479Z] Building docker-security-bootstrapper-go ... [2021-02-01T21:04:01.479Z] Building docker-security-proxy-setup-go ... [2021-02-01T21:04:01.479Z] Building docker-security-secretstore-setup-go ... [2021-02-01T21:04:01.479Z] Building docker-support-notifications-go ... [2021-02-01T21:04:01.479Z] Building docker-support-scheduler-go ... [2021-02-01T21:04:01.479Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T21:04:01.479Z] Building docker-security-bootstrapper-go [2021-02-01T21:04:01.479Z] Building docker-support-notifications-go [2021-02-01T21:04:01.479Z] Building docker-support-scheduler-go [2021-02-01T21:04:01.479Z] Building docker-core-metadata-go [2021-02-01T21:04:01.479Z] Building docker-security-secretstore-setup-go [2021-02-01T21:04:12.698Z] Waiting for container to be ready [2021-02-01T21:04:12.698Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-01T21:04:12.698Z] [2021-02-01T21:04:15.249Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-01T21:04:15.249Z] Waiting for network to be ready... [2021-02-01T21:04:15.826Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T21:04:15.826Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T21:04:16.091Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] [2021-02-01T21:04:16.092Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T21:04:16.353Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T21:04:16.614Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T21:04:16.614Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-01T21:04:16.614Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T21:04:16.614Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T21:04:16.614Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T21:04:16.614Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T21:04:16.614Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T21:04:16.614Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T21:04:16.614Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T21:04:16.614Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-01T21:04:16.614Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-01T21:04:16.614Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] [2021-02-01T21:04:16.614Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T21:04:17.185Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T21:04:17.446Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-01T21:04:17.446Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T21:04:17.446Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T21:04:17.446Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T21:04:17.446Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T21:04:17.446Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T21:04:17.446Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T21:04:17.446Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T21:04:19.992Z] Fetched 23.9 MB in 4s (5528 kB/s) [2021-02-01T21:04:20.563Z] Reading package lists... [2021-02-01T21:04:20.828Z] Reading package lists... [2021-02-01T21:04:20.828Z] Building dependency tree... [2021-02-01T21:04:20.828Z] Reading state information... [2021-02-01T21:04:21.087Z] The following additional packages will be installed: [2021-02-01T21:04:21.087Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T21:04:21.087Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T21:04:21.088Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T21:04:21.088Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-01T21:04:21.088Z] Suggested packages: [2021-02-01T21:04:21.088Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-01T21:04:21.088Z] Recommended packages: [2021-02-01T21:04:21.088Z] gnupg libsasl2-modules [2021-02-01T21:04:21.088Z] The following NEW packages will be installed: [2021-02-01T21:04:21.088Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T21:04:21.088Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T21:04:21.088Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T21:04:21.088Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-01T21:04:21.088Z] The following packages will be upgraded: [2021-02-01T21:04:21.088Z] gpg gpg-agent gpgconf libudev1 [2021-02-01T21:04:21.348Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-01T21:04:21.348Z] Need to get 3533 kB of archives. [2021-02-01T21:04:21.348Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-01T21:04:21.348Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-01T21:04:21.348Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-01T21:04:21.611Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-01T21:04:21.871Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-01T21:04:21.871Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-01T21:04:21.871Z] 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-02-01T21:04:21.871Z] 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-02-01T21:04:21.871Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-01T21:04:21.871Z] 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-02-01T21:04:22.132Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-01T21:04:22.132Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-01T21:04:22.132Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-01T21:04:22.132Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-01T21:04:22.132Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-01T21:04:22.132Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-01T21:04:22.132Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-01T21:04:22.132Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-01T21:04:22.132Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-01T21:04:22.132Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-01T21:04:22.132Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-01T21:04:22.132Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-01T21:04:22.132Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-01T21:04:22.394Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T21:04:22.394Z] Fetched 3533 kB in 1s (3236 kB/s) [2021-02-01T21:04:22.394Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T21:04:22.394Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-01T21:04:22.394Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T21:04:22.394Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-01T21:04:22.655Z] Selecting previously unselected package udev. [2021-02-01T21:04:22.655Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T21:04:22.655Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-01T21:04:22.655Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-01T21:04:22.916Z] Selecting previously unselected package libfuse2:amd64. [2021-02-01T21:04:22.916Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T21:04:22.917Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T21:04:22.917Z] Selecting previously unselected package fuse. [2021-02-01T21:04:22.917Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T21:04:22.917Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-01T21:04:22.917Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T21:04:22.917Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T21:04:23.178Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T21:04:23.178Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T21:04:23.178Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T21:04:23.178Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T21:04:23.439Z] Selecting previously unselected package libksba8:amd64. [2021-02-01T21:04:23.439Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-01T21:04:23.439Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-01T21:04:23.439Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-01T21:04:23.439Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:23.439Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:23.439Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-01T21:04:23.439Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:23.439Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:23.700Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-01T21:04:23.700Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:23.700Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:23.700Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-01T21:04:23.700Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:23.700Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:23.962Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-01T21:04:23.962Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:23.962Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:23.962Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-01T21:04:23.962Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:23.962Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:23.962Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-01T21:04:23.962Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:24.223Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:24.223Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-01T21:04:24.223Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:24.223Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:24.223Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-01T21:04:24.223Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T21:04:24.223Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:24.486Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-01T21:04:24.486Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T21:04:24.486Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T21:04:24.486Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-01T21:04:24.486Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T21:04:24.486Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T21:04:24.747Z] Selecting previously unselected package libldap-common. [2021-02-01T21:04:24.747Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-01T21:04:24.747Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T21:04:24.747Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-01T21:04:24.747Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-01T21:04:24.747Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T21:04:24.747Z] Selecting previously unselected package dirmngr. [2021-02-01T21:04:24.747Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T21:04:25.009Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T21:04:25.009Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T21:04:25.009Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-01T21:04:25.009Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T21:04:25.009Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T21:04:25.269Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T21:04:25.269Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-01T21:04:25.269Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:25.269Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-01T21:04:25.269Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T21:04:25.269Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-01T21:04:25.533Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-01T21:04:25.794Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:25.794Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-01T21:04:25.794Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-01T21:04:26.055Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-01T21:04:26.055Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:26.055Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:26.055Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:26.055Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:26.055Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:26.056Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:26.056Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T21:04:26.056Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T21:04:26.317Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T21:04:26.317Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T21:04:26.577Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-01T21:04:26.577Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-01T21:04:26.577Z] This means they are not meant to be enabled using systemctl. [2021-02-01T21:04:26.577Z] Possible reasons for having this kind of units are: [2021-02-01T21:04:26.577Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-01T21:04:26.577Z] .wants/ or .requires/ directory. [2021-02-01T21:04:26.577Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-01T21:04:26.577Z] a requirement dependency on it. [2021-02-01T21:04:26.577Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-01T21:04:26.577Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-01T21:04:26.577Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-01T21:04:26.577Z] instance name specified. [2021-02-01T21:04:26.839Z] Reading package lists... [2021-02-01T21:04:27.099Z] Building dependency tree... [2021-02-01T21:04:27.099Z] Reading state information... [2021-02-01T21:04:27.099Z] The following additional packages will be installed: [2021-02-01T21:04:27.099Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-01T21:04:27.099Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-01T21:04:27.099Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-01T21:04:27.099Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-01T21:04:27.099Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-01T21:04:27.099Z] Suggested packages: [2021-02-01T21:04:27.099Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-01T21:04:27.099Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-01T21:04:27.099Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-01T21:04:27.099Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-01T21:04:27.099Z] systemd-container policykit-1 [2021-02-01T21:04:27.099Z] Recommended packages: [2021-02-01T21:04:27.099Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-01T21:04:27.360Z] The following NEW packages will be installed: [2021-02-01T21:04:27.360Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-01T21:04:27.360Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-01T21:04:27.360Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-01T21:04:27.360Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-01T21:04:27.360Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-01T21:04:27.360Z] The following packages will be upgraded: [2021-02-01T21:04:27.360Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-01T21:04:27.360Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-01T21:04:27.360Z] Need to get 35.2 MB of archives. [2021-02-01T21:04:27.360Z] After this operation, 141 MB of additional disk space will be used. [2021-02-01T21:04:27.360Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-01T21:04:27.360Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-01T21:04:28.303Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-01T21:04:28.303Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-01T21:04:28.303Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-01T21:04:28.303Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-01T21:04:28.303Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-01T21:04:28.303Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-01T21:04:28.303Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-01T21:04:28.303Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-01T21:04:28.303Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-01T21:04:28.303Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-01T21:04:28.303Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-01T21:04:28.303Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-01T21:04:28.303Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-01T21:04:28.303Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-01T21:04:28.564Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-01T21:04:28.564Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-01T21:04:28.564Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-01T21:04:28.564Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-01T21:04:28.564Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-01T21:04:28.564Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-01T21:04:28.564Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-01T21:04:28.824Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-01T21:04:28.824Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-01T21:04:28.824Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-01T21:04:28.824Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-01T21:04:28.824Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-01T21:04:28.824Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-01T21:04:28.824Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-01T21:04:29.767Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T21:04:29.767Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-02-01T21:04:29.767Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T21:04:29.767Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-01T21:04:30.026Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T21:04:30.599Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-01T21:04:30.599Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T21:04:30.599Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-01T21:04:30.860Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T21:04:30.860Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T21:04:30.860Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T21:04:30.860Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-01T21:04:31.122Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T21:04:31.122Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T21:04:31.122Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T21:04:31.383Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-01T21:04:31.383Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-01T21:04:31.955Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-01T21:04:31.955Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-01T21:04:31.955Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T21:04:31.955Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T21:04:32.217Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-01T21:04:32.217Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T21:04:32.217Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:32.478Z] Selecting previously unselected package libexpat1:amd64. [2021-02-01T21:04:32.478Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-01T21:04:32.478Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T21:04:32.478Z] Selecting previously unselected package python3.6-minimal. [2021-02-01T21:04:32.478Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T21:04:32.478Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:32.739Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T21:04:32.999Z] Checking for services that may need to be restarted...done. [2021-02-01T21:04:33.000Z] Checking for services that may need to be restarted...done. [2021-02-01T21:04:33.000Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:33.000Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T21:04:33.000Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:33.572Z] Selecting previously unselected package python3-minimal. [2021-02-01T21:04:33.572Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-01T21:04:33.572Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-01T21:04:33.572Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-01T21:04:33.572Z] Selecting previously unselected package mime-support. [2021-02-01T21:04:33.572Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-01T21:04:33.572Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-01T21:04:33.833Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-01T21:04:33.833Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-01T21:04:33.833Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T21:04:33.833Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-01T21:04:33.833Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T21:04:33.833Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:34.093Z] Selecting previously unselected package python3.6. [2021-02-01T21:04:34.093Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T21:04:34.093Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:34.093Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-01T21:04:34.093Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-01T21:04:34.093Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T21:04:34.353Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package python3. [2021-02-01T21:04:36.193Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-01T21:04:36.193Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package multiarch-support. [2021-02-01T21:04:36.193Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T21:04:36.193Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-01T21:04:36.193Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-01T21:04:36.193Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package libbsd0:amd64. [2021-02-01T21:04:36.193Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package sudo. [2021-02-01T21:04:36.193Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package apparmor. [2021-02-01T21:04:36.193Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package libedit2:amd64. [2021-02-01T21:04:36.193Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-01T21:04:36.193Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-01T21:04:36.193Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-01T21:04:36.193Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-01T21:04:36.193Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:36.193Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-01T21:04:36.193Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T21:04:36.193Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:36.465Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-01T21:04:36.465Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-01T21:04:36.465Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T21:04:36.727Z] Selecting previously unselected package openssh-client. [2021-02-01T21:04:36.727Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-01T21:04:36.727Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T21:04:36.727Z] Selecting previously unselected package squashfs-tools. [2021-02-01T21:04:36.727Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-01T21:04:36.727Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T21:04:36.988Z] Selecting previously unselected package snapd. [2021-02-01T21:04:36.988Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-01T21:04:36.988Z] Unpacking snapd (2.48+18.04) ... [2021-02-01T21:04:38.907Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T21:04:38.907Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T21:04:38.907Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-01T21:04:38.907Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T21:04:38.907Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T21:04:39.169Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:39.169Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T21:04:39.169Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-01T21:04:39.169Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-01T21:04:40.112Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T21:04:40.112Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T21:04:41.056Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T21:04:41.056Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:41.056Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:41.056Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T21:04:41.628Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T21:04:41.628Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:41.628Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T21:04:41.628Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-01T21:04:41.628Z] running python rtupdate hooks for python3.6... [2021-02-01T21:04:41.628Z] running python post-rtupdate hooks for python3.6... [2021-02-01T21:04:41.628Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-01T21:04:43.019Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-01T21:04:43.019Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T21:04:43.019Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T21:04:43.280Z] Setting up snapd (2.48+18.04) ... [2021-02-01T21:04:43.541Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-01T21:04:43.802Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-01T21:04:44.062Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-01T21:04:44.062Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-01T21:04:44.323Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T21:04:44.323Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T21:04:44.584Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-01T21:04:44.584Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-01T21:04:44.844Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-01T21:04:44.844Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-01T21:04:45.106Z] /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-02-01T21:04:45.106Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T21:04:45.106Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T21:04:46.049Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T21:04:46.049Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T21:04:46.049Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T21:04:47.251Z] Reading package lists... [2021-02-01T21:04:47.512Z] Reading package lists... [2021-02-01T21:04:47.512Z] Building dependency tree... [2021-02-01T21:04:47.512Z] Reading state information... [2021-02-01T21:04:47.774Z] Calculating upgrade... [2021-02-01T21:04:48.035Z] The following packages will be upgraded: [2021-02-01T21:04:48.035Z] advancecomp base-files bash binutils binutils-common [2021-02-01T21:04:48.035Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-01T21:04:48.035Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-01T21:04:48.035Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-01T21:04:48.035Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-01T21:04:48.035Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-01T21:04:48.035Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-01T21:04:48.035Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-01T21:04:48.035Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-01T21:04:48.035Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-01T21:04:48.035Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-01T21:04:48.035Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-01T21:04:48.035Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-01T21:04:48.035Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-01T21:04:48.035Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-01T21:04:48.035Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T21:04:48.035Z] Need to get 63.8 MB of archives. [2021-02-01T21:04:48.035Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-01T21:04:48.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-01T21:04:48.035Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-01T21:04:48.295Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-01T21:04:48.295Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-01T21:04:48.295Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-01T21:04:48.295Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-01T21:04:48.295Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-01T21:04:48.295Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-01T21:04:48.295Z] 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-02-01T21:04:48.295Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-01T21:04:48.295Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-01T21:04:48.295Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-01T21:04:48.295Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-01T21:04:48.295Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-01T21:04:48.295Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-01T21:04:48.295Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-01T21:04:48.295Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-01T21:04:48.295Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-01T21:04:48.556Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-01T21:04:48.556Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-01T21:04:48.556Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-01T21:04:48.556Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-01T21:04:48.556Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-01T21:04:48.556Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-01T21:04:48.556Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-01T21:04:48.556Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-01T21:04:48.556Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-01T21:04:48.556Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-01T21:04:48.556Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-01T21:04:48.556Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-01T21:04:48.556Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-01T21:04:48.556Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-01T21:04:48.556Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-01T21:04:48.556Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-01T21:04:48.556Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-01T21:04:48.556Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-01T21:04:48.556Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-01T21:04:48.556Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-01T21:04:48.556Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-01T21:04:48.556Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-01T21:04:48.556Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-01T21:04:48.817Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-01T21:04:48.818Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-01T21:04:48.818Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-01T21:04:48.818Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-01T21:04:48.818Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-01T21:04:48.818Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-01T21:04:48.818Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-01T21:04:48.818Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-01T21:04:48.818Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-01T21:04:48.818Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-01T21:04:48.818Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-01T21:04:48.818Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-01T21:04:48.818Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-01T21:04:48.818Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-01T21:04:48.818Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-01T21:04:49.390Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-01T21:04:49.650Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-01T21:04:49.650Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-01T21:04:49.910Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-01T21:04:49.910Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-01T21:04:50.170Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-01T21:04:50.170Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-01T21:04:50.170Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-01T21:04:50.170Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-01T21:04:50.431Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-01T21:04:50.431Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-01T21:04:50.431Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-01T21:04:50.431Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-01T21:04:50.431Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-01T21:04:50.431Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-01T21:04:50.431Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-01T21:04:50.431Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-01T21:04:50.431Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-01T21:04:50.431Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-01T21:04:50.431Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-01T21:04:50.431Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-01T21:04:50.691Z] Get:78 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-02-01T21:04:50.691Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-01T21:04:50.691Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-01T21:04:50.691Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-01T21:04:50.691Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-01T21:04:50.691Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-01T21:04:50.691Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-01T21:04:50.691Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-01T21:04:50.691Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-01T21:04:50.691Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-01T21:04:50.691Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-01T21:04:50.691Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-01T21:04:50.952Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-01T21:04:50.952Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-01T21:04:50.952Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-01T21:04:51.211Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-01T21:04:51.211Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-01T21:04:51.211Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-01T21:04:51.211Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-01T21:04:51.212Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-01T21:04:51.212Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-01T21:04:51.212Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-01T21:04:51.212Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T21:04:51.212Z] Fetched 63.8 MB in 3s (19.8 MB/s) [2021-02-01T21:04:51.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:51.472Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T21:04:51.472Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T21:04:52.044Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T21:04:52.044Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T21:04:52.304Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-01T21:04:52.304Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-01T21:04:53.248Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:53.248Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:53.248Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:53.248Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:53.508Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:53.508Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:53.508Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:53.508Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:53.773Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:53.773Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:53.773Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:53.773Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:54.038Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:54.038Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:54.038Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:04:54.299Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T21:04:54.299Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:54.299Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-01T21:04:54.300Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:04:54.563Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T21:04:54.563Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:54.563Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:54.563Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:54.563Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:54.823Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T21:04:54.823Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T21:04:55.084Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:04:55.084Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T21:04:55.084Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T21:04:55.346Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T21:04:55.918Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T21:04:56.179Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T21:04:56.179Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-01T21:04:56.179Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-01T21:04:56.179Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-01T21:04:56.179Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-01T21:04:56.442Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-01T21:04:56.442Z] Installing new version of config file /etc/issue ... [2021-02-01T21:04:56.442Z] Installing new version of config file /etc/issue.net ... [2021-02-01T21:04:56.702Z] Installing new version of config file /etc/lsb-release ... [2021-02-01T21:04:56.702Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-01T21:04:56.702Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-01T21:04:56.963Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-01T21:04:56.963Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-01T21:04:56.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:56.963Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-01T21:04:56.963Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-01T21:04:57.224Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-01T21:04:57.224Z] 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-02-01T21:04:57.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:57.224Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:04:57.224Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-01T21:04:57.486Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:04:57.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:57.486Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-01T21:04:57.486Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-01T21:04:57.748Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-01T21:04:57.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:57.748Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-01T21:04:57.748Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T21:04:58.007Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-01T21:04:58.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:58.007Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T21:04:58.007Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T21:04:58.267Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T21:04:58.267Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:58.267Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T21:04:58.267Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T21:04:58.528Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-01T21:04:58.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:58.528Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-01T21:04:58.528Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-01T21:04:58.790Z] Setting up grep (3.1-2build1) ... [2021-02-01T21:04:58.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:58.790Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T21:04:58.790Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T21:04:59.051Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-01T21:04:59.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:59.051Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T21:04:59.051Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T21:04:59.313Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-01T21:04:59.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:04:59.313Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T21:04:59.313Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T21:04:59.887Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T21:04:59.887Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T21:05:00.148Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T21:05:00.148Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T21:05:00.721Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-01T21:05:00.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:00.721Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-01T21:05:00.721Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T21:05:01.671Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T21:05:01.671Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T21:05:01.932Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T21:05:01.932Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T21:05:01.932Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T21:05:01.932Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:01.932Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-01T21:05:02.193Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-01T21:05:02.194Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-01T21:05:02.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:02.454Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:02.454Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:02.454Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:02.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:02.454Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:02.454Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:02.715Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:02.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:02.715Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:02.715Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:02.975Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:02.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:02.975Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:02.975Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:03.235Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:03.235Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:03.235Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T21:05:03.235Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T21:05:03.496Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T21:05:03.496Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T21:05:03.496Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T21:05:03.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:03.496Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T21:05:03.757Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T21:05:03.757Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T21:05:03.757Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:03.757Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:03.757Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:04.019Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:04.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:04.019Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:04.019Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:04.019Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:04.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:04.280Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:04.280Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:04.858Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:04.858Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-01T21:05:05.125Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-01T21:05:05.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:05.389Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T21:05:05.389Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T21:05:05.650Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T21:05:05.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T21:05:05.650Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-01T21:05:05.650Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T21:05:05.650Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-01T21:05:05.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:05.911Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-01T21:05:05.911Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-01T21:05:06.171Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-01T21:05:06.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:06.432Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-01T21:05:06.432Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T21:05:06.432Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-01T21:05:06.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:06.697Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-01T21:05:06.697Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T21:05:06.697Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-01T21:05:06.959Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:06.959Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T21:05:06.959Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T21:05:07.220Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T21:05:07.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:07.220Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T21:05:07.220Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T21:05:07.482Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T21:05:07.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:07.482Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T21:05:07.748Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T21:05:07.748Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T21:05:08.024Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:08.024Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T21:05:08.024Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T21:05:08.024Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-01T21:05:08.024Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T21:05:08.285Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T21:05:08.285Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T21:05:08.285Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T21:05:08.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:08.546Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-01T21:05:08.546Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-01T21:05:08.808Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-01T21:05:08.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:08.808Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-01T21:05:08.808Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T21:05:09.068Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T21:05:09.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:09.329Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T21:05:09.329Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T21:05:09.329Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T21:05:09.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:09.329Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-01T21:05:09.590Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-01T21:05:09.590Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-01T21:05:09.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:09.590Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T21:05:09.854Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T21:05:10.115Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-01T21:05:10.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:10.375Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T21:05:10.375Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T21:05:10.375Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-01T21:05:10.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:10.375Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-01T21:05:10.636Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-01T21:05:10.636Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-01T21:05:10.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:10.897Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-01T21:05:10.897Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-01T21:05:10.897Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-01T21:05:10.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:10.897Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-01T21:05:10.897Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-01T21:05:11.158Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-01T21:05:11.158Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:11.158Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-01T21:05:11.158Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-01T21:05:11.420Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-01T21:05:11.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:11.420Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T21:05:11.420Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-01T21:05:11.681Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-01T21:05:11.943Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T21:05:11.943Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-01T21:05:11.943Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-01T21:05:11.943Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-01T21:05:12.204Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-01T21:05:12.204Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T21:05:12.204Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T21:05:12.204Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T21:05:12.204Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T21:05:12.465Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T21:05:12.465Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T21:05:12.727Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-01T21:05:12.727Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-01T21:05:12.727Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T21:05:12.988Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-01T21:05:12.988Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T21:05:12.988Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-01T21:05:13.249Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-01T21:05:13.249Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-01T21:05:13.249Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-01T21:05:13.249Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-01T21:05:13.511Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-01T21:05:13.511Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-01T21:05:13.511Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-01T21:05:13.511Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-01T21:05:13.771Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-01T21:05:13.771Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-01T21:05:14.033Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-01T21:05:14.033Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-01T21:05:14.605Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-01T21:05:14.865Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-01T21:05:14.865Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-01T21:05:14.865Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-01T21:05:15.125Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T21:05:15.125Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T21:05:15.392Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T21:05:15.392Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T21:05:15.660Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T21:05:15.660Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T21:05:15.660Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T21:05:15.660Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T21:05:15.920Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:15.920Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:15.920Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:15.920Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:16.196Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:16.196Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:16.196Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:16.196Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:17.178Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:17.178Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:18.191Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:18.191Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:18.808Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:18.808Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:19.068Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:19.068Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:20.011Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T21:05:20.011Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T21:05:20.011Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T21:05:20.273Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T21:05:20.273Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T21:05:20.273Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T21:05:20.534Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T21:05:20.534Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T21:05:20.534Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-01T21:05:20.534Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-01T21:05:20.796Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T21:05:20.796Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T21:05:20.796Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T21:05:20.796Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T21:05:21.057Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-01T21:05:21.057Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-01T21:05:21.057Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:21.057Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T21:05:21.057Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:21.057Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:21.318Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:21.318Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-01T21:05:21.318Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-01T21:05:21.318Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-01T21:05:21.318Z] [2021-02-01T21:05:21.318Z] Current default time zone: 'Etc/UTC' [2021-02-01T21:05:21.318Z] Local time is now: Mon Feb 1 21:05:21 UTC 2021. [2021-02-01T21:05:21.318Z] Universal Time is now: Mon Feb 1 21:05:21 UTC 2021. [2021-02-01T21:05:21.318Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-01T21:05:21.318Z] [2021-02-01T21:05:21.318Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-01T21:05:21.318Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:21.580Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-01T21:05:21.580Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-01T21:05:21.580Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-01T21:05:21.580Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-01T21:05:21.580Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-01T21:05:21.580Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-01T21:05:21.580Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-01T21:05:21.841Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T21:05:21.841Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:21.841Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-01T21:05:22.412Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:22.412Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T21:05:22.412Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:22.412Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-01T21:05:22.412Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-01T21:05:22.412Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-01T21:05:22.673Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T21:05:22.673Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-01T21:05:22.673Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-01T21:05:22.673Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-01T21:05:22.673Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T21:05:23.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:05:23.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:05:23.219Z] ---> e468a1c9db4b [2021-02-01T21:05:23.219Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T21:05:23.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:05:23.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:05:23.219Z] ---> e468a1c9db4b [2021-02-01T21:05:23.219Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T21:05:23.219Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:05:23.219Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:05:23.219Z] ---> e468a1c9db4b [2021-02-01T21:05:23.219Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T21:05:23.219Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:05:23.219Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:05:23.219Z] ---> e468a1c9db4b [2021-02-01T21:05:23.219Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T21:05:23.219Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:05:23.219Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:05:23.219Z] ---> e468a1c9db4b [2021-02-01T21:05:23.219Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T21:05:23.219Z] ---> Running in 48adee5cd70e [2021-02-01T21:05:23.219Z] ---> Running in 3389a27f2f58 [2021-02-01T21:05:23.219Z] ---> Running in 3e8bf11a3403 [2021-02-01T21:05:23.219Z] ---> Running in 4e2255731931 [2021-02-01T21:05:23.219Z] ---> Running in 767428ec882f [2021-02-01T21:05:23.219Z] Removing intermediate container 3e8bf11a3403 [2021-02-01T21:05:23.219Z] ---> be382aca7ba4 [2021-02-01T21:05:23.219Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:05:23.219Z] Removing intermediate container 767428ec882f [2021-02-01T21:05:23.219Z] ---> c661b090a636 [2021-02-01T21:05:23.219Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:05:23.219Z] Removing intermediate container 4e2255731931 [2021-02-01T21:05:23.219Z] Removing intermediate container 3389a27f2f58 [2021-02-01T21:05:23.219Z] ---> 1f7574a59bae [2021-02-01T21:05:23.219Z] ---> 352dcc2005c1 [2021-02-01T21:05:23.219Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:05:23.219Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:05:23.219Z] Removing intermediate container 48adee5cd70e [2021-02-01T21:05:23.219Z] ---> 5ce3d5c186d4 [2021-02-01T21:05:23.219Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:05:23.219Z] ---> Running in ae3699890bb3 [2021-02-01T21:05:23.219Z] ---> Running in aa45a563e75b [2021-02-01T21:05:23.219Z] ---> Running in 6ad1fbe709f0 [2021-02-01T21:05:23.219Z] ---> Running in 29be8377c352 [2021-02-01T21:05:23.219Z] ---> Running in 7ea866f963ff [2021-02-01T21:05:23.219Z] Removing intermediate container ae3699890bb3 [2021-02-01T21:05:23.219Z] ---> 34084476743b [2021-02-01T21:05:23.219Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T21:05:23.219Z] ---> Running in d0d3f8779240 [2021-02-01T21:05:23.219Z] Removing intermediate container aa45a563e75b [2021-02-01T21:05:23.219Z] ---> f47a0606a439 [2021-02-01T21:05:23.219Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T21:05:23.219Z] Removing intermediate container 7ea866f963ff [2021-02-01T21:05:23.219Z] ---> 071dfa28f307 [2021-02-01T21:05:23.219Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T21:05:23.219Z] ---> Running in a6e1d79108c3 [2021-02-01T21:05:23.219Z] Removing intermediate container 6ad1fbe709f0 [2021-02-01T21:05:23.219Z] ---> 9cbfadc0bbb4 [2021-02-01T21:05:23.219Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T21:05:23.219Z] ---> Running in cdcaf8080762 [2021-02-01T21:05:23.219Z] Removing intermediate container 29be8377c352 [2021-02-01T21:05:23.219Z] ---> a8d3379df54d [2021-02-01T21:05:23.219Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T21:05:23.219Z] ---> Running in 2f32772c9878 [2021-02-01T21:05:23.219Z] ---> Running in ffde49cda432 [2021-02-01T21:05:23.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:23.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:23.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:23.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:24.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:24.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:24.582Z] Updating certificates in /etc/ssl/certs... [2021-02-01T21:05:24.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:24.674Z] OK: 217 MiB in 51 packages [2021-02-01T21:05:24.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:24.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:24.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:05:25.160Z] 22 added, 17 removed; done. [2021-02-01T21:05:25.421Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T21:05:25.421Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T21:05:25.421Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-01T21:05:25.421Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-01T21:05:25.421Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-01T21:05:25.421Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.421Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T21:05:25.421Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.547Z] OK: 217 MiB in 51 packages [2021-02-01T21:05:25.547Z] OK: 217 MiB in 51 packages [2021-02-01T21:05:25.682Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.682Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.682Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.682Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.682Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-01T21:05:25.682Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-01T21:05:25.682Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-01T21:05:25.826Z] OK: 217 MiB in 51 packages [2021-02-01T21:05:25.827Z] OK: 217 MiB in 51 packages [2021-02-01T21:05:25.941Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-01T21:05:25.941Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-01T21:05:25.941Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.941Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T21:05:25.941Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-01T21:05:25.941Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-01T21:05:26.103Z] Removing intermediate container d0d3f8779240 [2021-02-01T21:05:26.103Z] ---> a63a064723dd [2021-02-01T21:05:26.103Z] Step 6/23 : COPY go.mod . [2021-02-01T21:05:26.202Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-01T21:05:26.202Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T21:05:26.202Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T21:05:26.202Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-01T21:05:26.463Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T21:05:26.463Z] Updating certificates in /etc/ssl/certs... [2021-02-01T21:05:27.033Z] 0 added, 0 removed; done. [2021-02-01T21:05:27.033Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-01T21:05:27.033Z] done. [2021-02-01T21:05:27.080Z] Removing intermediate container a6e1d79108c3 [2021-02-01T21:05:27.080Z] ---> dae5071a7ff6 [2021-02-01T21:05:27.080Z] Step 6/24 : COPY go.mod . [2021-02-01T21:05:27.080Z] ---> 3e1d89b13979 [2021-02-01T21:05:27.080Z] Step 7/23 : RUN go mod download [2021-02-01T21:05:27.294Z] Reading package lists... [2021-02-01T21:05:27.356Z] Removing intermediate container cdcaf8080762 [2021-02-01T21:05:27.356Z] ---> 9a1240a531b4 [2021-02-01T21:05:27.356Z] Step 6/22 : COPY go.mod . [2021-02-01T21:05:27.356Z] ---> Running in a8690a303cca [2021-02-01T21:05:27.554Z] Building dependency tree... [2021-02-01T21:05:27.554Z] Reading state information... [2021-02-01T21:05:27.554Z] The following NEW packages will be installed: [2021-02-01T21:05:27.554Z] apt-transport-https [2021-02-01T21:05:27.633Z] Removing intermediate container 2f32772c9878 [2021-02-01T21:05:27.634Z] ---> 7920167e0a20 [2021-02-01T21:05:27.634Z] Step 6/22 : COPY go.mod . [2021-02-01T21:05:27.634Z] Removing intermediate container ffde49cda432 [2021-02-01T21:05:27.634Z] ---> 9fcd5aeaaffd [2021-02-01T21:05:27.634Z] Step 6/31 : COPY go.mod . [2021-02-01T21:05:27.815Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T21:05:27.816Z] Need to get 1696 B of archives. [2021-02-01T21:05:27.816Z] After this operation, 153 kB of additional disk space will be used. [2021-02-01T21:05:27.816Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-01T21:05:27.816Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T21:05:27.908Z] ---> f21f2bbc9eed [2021-02-01T21:05:27.908Z] Step 7/24 : RUN go mod download [2021-02-01T21:05:28.076Z] Fetched 1696 B in 0s (8536 B/s) [2021-02-01T21:05:28.076Z] Selecting previously unselected package apt-transport-https. [2021-02-01T21:05:28.076Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-01T21:05:28.076Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-01T21:05:28.076Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T21:05:28.076Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T21:05:28.179Z] ---> Running in 4369abd02e8d [2021-02-01T21:05:28.337Z] Waiting for network to be ready... [2021-02-01T21:05:28.451Z] ---> 4ef59d6308c1 [2021-02-01T21:05:28.451Z] Step 7/22 : RUN go mod download [2021-02-01T21:05:28.723Z] ---> b216a2a317c2 [2021-02-01T21:05:28.723Z] Step 7/22 : RUN go mod download [2021-02-01T21:05:28.723Z] ---> Running in aed151c4ba6a [2021-02-01T21:05:28.996Z] ---> Running in 726dc844012a [2021-02-01T21:05:28.996Z] ---> ecc048e387e7 [2021-02-01T21:05:28.996Z] Step 7/31 : RUN go mod download [2021-02-01T21:05:29.272Z] ---> Running in da63db044f20 [2021-02-01T21:05:31.268Z] Removing intermediate container a8690a303cca [2021-02-01T21:05:31.268Z] ---> ded216f7a00e [2021-02-01T21:05:31.268Z] Step 8/23 : COPY . . [2021-02-01T21:05:32.723Z] Removing intermediate container 4369abd02e8d [2021-02-01T21:05:32.723Z] ---> b159f9aeeb07 [2021-02-01T21:05:32.723Z] Step 8/24 : COPY . . [2021-02-01T21:05:33.701Z] Removing intermediate container aed151c4ba6a [2021-02-01T21:05:33.701Z] ---> 0db918df508d [2021-02-01T21:05:33.701Z] Step 8/22 : COPY . . [2021-02-01T21:05:34.299Z] Removing intermediate container 726dc844012a [2021-02-01T21:05:34.299Z] ---> ca2ae3721c7f [2021-02-01T21:05:34.299Z] Step 8/22 : COPY . . [2021-02-01T21:05:34.897Z] Removing intermediate container da63db044f20 [2021-02-01T21:05:34.897Z] ---> fc27e59835af [2021-02-01T21:05:34.897Z] Step 8/31 : COPY . . [2021-02-01T21:05:34.913Z] 2021-02-01T21:05:31Z INFO Waiting for automatic snapd restart... [2021-02-01T21:05:34.913Z] snapd 2.48.2 from Canonical* installed [2021-02-01T21:05:35.173Z] "snapd" switched to the "latest/stable" channel [2021-02-01T21:05:35.173Z] [2021-02-01T21:05:38.469Z] core18 20201210 from Canonical* installed [2021-02-01T21:05:38.469Z] "core18" switched to the "latest/stable" channel [2021-02-01T21:05:38.469Z] [2021-02-01T21:05:41.019Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T21:05:41.280Z] "snapcraft" switched to the "latest/stable" channel [2021-02-01T21:05:41.280Z] [2021-02-01T21:05:45.484Z] 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-02-01T21:05:45.484Z] - README.md [2021-02-01T21:05:45.484Z] - snapcraft.yaml.orig [2021-02-01T21:05:45.484Z] [2021-02-01T21:05:45.484Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T21:05:52.067Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T21:05:52.067Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T21:05:52.067Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T21:05:52.067Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T21:05:52.636Z] Reading package lists... [2021-02-01T21:05:52.897Z] 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-02-01T21:05:59.475Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T21:05:59.475Z] Reading package lists... [2021-02-01T21:05:59.475Z] Building dependency tree... [2021-02-01T21:05:59.475Z] Reading state information... [2021-02-01T21:05:59.475Z] Suggested packages: [2021-02-01T21:05:59.475Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-01T21:05:59.475Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-01T21:05:59.475Z] Recommended packages: [2021-02-01T21:05:59.475Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-01T21:05:59.475Z] The following NEW packages will be installed: [2021-02-01T21:05:59.475Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-01T21:05:59.475Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-01T21:05:59.475Z] pkg-config zip [2021-02-01T21:05:59.475Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T21:05:59.475Z] Need to get 7655 kB of archives. [2021-02-01T21:05:59.475Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-01T21:05:59.475Z] 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-02-01T21:05:59.475Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-01T21:05:59.735Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-01T21:05:59.735Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-01T21:05:59.735Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-01T21:05:59.735Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-01T21:05:59.995Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-01T21:05:59.995Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-01T21:05:59.996Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-01T21:05:59.996Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-01T21:05:59.996Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-01T21:05:59.996Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-01T21:06:00.256Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-01T21:06:00.256Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-01T21:06:00.256Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-01T21:06:00.516Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T21:06:00.516Z] Fetched 7655 kB in 1s (6981 kB/s) [2021-02-01T21:06:00.516Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-01T21:06:00.516Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-01T21:06:00.516Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-01T21:06:00.516Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T21:06:00.777Z] Selecting previously unselected package libpsl5:amd64. [2021-02-01T21:06:00.777Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-01T21:06:00.777Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T21:06:00.777Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-01T21:06:00.777Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-01T21:06:00.777Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T21:06:01.039Z] Selecting previously unselected package librtmp1:amd64. [2021-02-01T21:06:01.039Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-01T21:06:01.039Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T21:06:01.039Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-01T21:06:01.039Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-01T21:06:01.039Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T21:06:01.039Z] Selecting previously unselected package liberror-perl. [2021-02-01T21:06:01.039Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-01T21:06:01.039Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-01T21:06:01.300Z] Selecting previously unselected package git-man. [2021-02-01T21:06:01.300Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-01T21:06:01.300Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T21:06:01.300Z] Selecting previously unselected package git. [2021-02-01T21:06:01.300Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-01T21:06:01.300Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T21:06:01.704Z] ---> 671f49e3aa8d [2021-02-01T21:06:01.704Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T21:06:01.704Z] ---> dc424413e0ca [2021-02-01T21:06:01.704Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T21:06:01.704Z] ---> 44f6b0d28882 [2021-02-01T21:06:01.704Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T21:06:01.704Z] ---> fbaa1f39a78b [2021-02-01T21:06:01.704Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T21:06:01.704Z] ---> bbd8c17dc055 [2021-02-01T21:06:01.704Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T21:06:01.704Z] ---> Running in 0b0f9ce94266 [2021-02-01T21:06:01.704Z] ---> Running in 98dd2f04ec67 [2021-02-01T21:06:01.704Z] ---> Running in 273a8a52f946 [2021-02-01T21:06:01.704Z] ---> Running in 55a7dd75a289 [2021-02-01T21:06:01.704Z] ---> Running in 0bf47c371ed1 [2021-02-01T21:06:01.704Z] 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-02-01T21:06:01.987Z] 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-02-01T21:06:01.987Z] 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-02-01T21:06:02.246Z] Selecting previously unselected package libnorm1:amd64. [2021-02-01T21:06:02.247Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-01T21:06:02.247Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T21:06:02.247Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-01T21:06:02.247Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-01T21:06:02.247Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T21:06:02.261Z] 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-02-01T21:06:02.261Z] 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-02-01T21:06:02.506Z] Selecting previously unselected package libsodium23:amd64. [2021-02-01T21:06:02.507Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-01T21:06:02.507Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-01T21:06:02.507Z] Selecting previously unselected package libzmq5:amd64. [2021-02-01T21:06:02.507Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T21:06:02.507Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T21:06:02.767Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-01T21:06:02.767Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T21:06:02.767Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T21:06:02.767Z] Selecting previously unselected package pkg-config. [2021-02-01T21:06:02.767Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-01T21:06:02.767Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T21:06:02.767Z] Selecting previously unselected package zip. [2021-02-01T21:06:02.767Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-01T21:06:02.767Z] Unpacking zip (3.0-11build1) ... [2021-02-01T21:06:03.028Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T21:06:03.028Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T21:06:03.028Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T21:06:03.028Z] Setting up liberror-perl (0.17025-1) ... [2021-02-01T21:06:03.028Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T21:06:03.028Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T21:06:03.288Z] No schema files found: doing nothing. [2021-02-01T21:06:03.288Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T21:06:03.288Z] Setting up zip (3.0-11build1) ... [2021-02-01T21:06:03.288Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T21:06:03.288Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-01T21:06:03.288Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T21:06:03.549Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T21:06:03.549Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T21:06:03.549Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T21:06:03.549Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T21:06:03.549Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T21:06:10.145Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T21:06:10.145Z] git set to automatically installed. [2021-02-01T21:06:10.145Z] git-man set to automatically installed. [2021-02-01T21:06:10.145Z] libcurl3-gnutls set to automatically installed. [2021-02-01T21:06:10.145Z] liberror-perl set to automatically installed. [2021-02-01T21:06:10.145Z] libglib2.0-0 set to automatically installed. [2021-02-01T21:06:10.145Z] libnghttp2-14 set to automatically installed. [2021-02-01T21:06:10.145Z] libnorm1 set to automatically installed. [2021-02-01T21:06:10.145Z] libpgm-5.2-0 set to automatically installed. [2021-02-01T21:06:10.145Z] libpsl5 set to automatically installed. [2021-02-01T21:06:10.145Z] librtmp1 set to automatically installed. [2021-02-01T21:06:10.145Z] libsodium23 set to automatically installed. [2021-02-01T21:06:10.145Z] libzmq3-dev set to automatically installed. [2021-02-01T21:06:10.145Z] libzmq5 set to automatically installed. [2021-02-01T21:06:10.145Z] pkg-config set to automatically installed. [2021-02-01T21:06:10.145Z] zip set to automatically installed. [2021-02-01T21:06:12.059Z] snapd is not logged in, snap install commands will use sudo [2021-02-01T21:06:18.640Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T21:06:20.026Z] snap "core18" has no updates available [2021-02-01T21:06:20.597Z] Pulling config-common [2021-02-01T21:06:21.535Z] Pulling go-build-helper [2021-02-01T21:06:43.502Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T21:06:43.502Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T21:06:43.502Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] [2021-02-01T21:06:43.502Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-01T21:06:43.502Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T21:06:43.502Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T21:06:43.502Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-01T21:06:43.502Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-01T21:06:43.502Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] [2021-02-01T21:06:43.502Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T21:06:43.502Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T21:06:43.502Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T21:06:43.502Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T21:06:43.502Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T21:06:43.502Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T21:06:43.502Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T21:06:43.502Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T21:06:43.502Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T21:06:43.502Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T21:06:43.502Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-01T21:06:43.502Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T21:06:43.502Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T21:06:43.502Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T21:06:43.502Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T21:06:43.502Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T21:06:43.502Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T21:06:43.502Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T21:06:43.502Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-01T21:06:43.502Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-01T21:06:43.502Z] Fetched 279 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-01T21:06:43.502Z] Fetched 122 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-01T21:06:43.502Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-01T21:06:43.502Z] Fetched 8848 B in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-01T21:06:43.502Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-01T21:06:43.502Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-01T21:06:43.502Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-01T21:06:43.502Z] Fetched 214 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-01T21:06:43.502Z] Fetched 155 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-01T21:06:43.502Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-01T21:06:43.502Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-01T21:06:43.502Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-01T21:06:43.502Z] Fetched 499 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-01T21:06:43.502Z] Fetched 111 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-01T21:06:43.502Z] Fetched 240 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-01T21:06:43.502Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-01T21:06:43.502Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-01T21:06:43.502Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-01T21:06:43.502Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-01T21:06:43.502Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-01T21:06:43.502Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-01T21:06:43.502Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-01T21:06:43.502Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-01T21:06:43.502Z] Fetched 8720 B in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-01T21:06:43.502Z] Fetched 137 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-01T21:06:43.502Z] Fetched 119 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-01T21:06:43.502Z] Fetched 109 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-01T21:06:43.502Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-01T21:06:43.502Z] Fetched 645 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-01T21:06:43.502Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-01T21:06:43.502Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-01T21:06:43.502Z] Fetched 368 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-01T21:06:43.502Z] Fetched 187 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-01T21:06:43.502Z] Fetched 175 kB in 0s (0 B/s) [2021-02-01T21:06:43.502Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-01T21:06:46.054Z] Fetched 206 kB in 0s (0 B/s) [2021-02-01T21:06:46.054Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-01T21:06:46.054Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-01T21:06:46.054Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-01T21:06:46.054Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-01T21:06:46.054Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-01T21:06:46.054Z] Fetched 159 kB in 0s (0 B/s) [2021-02-01T21:06:46.054Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-01T21:06:46.054Z] Fetched 107 kB in 0s (0 B/s) [2021-02-01T21:06:46.054Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-01T21:06:46.054Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-01T21:06:46.054Z] Pulling static-packages [2021-02-01T21:06:47.000Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-01T21:06:47.000Z] Skipping pull go-build-helper (already ran) [2021-02-01T21:06:47.000Z] Skipping pull static-packages (already ran) [2021-02-01T21:06:47.000Z] Building go-build-helper [2021-02-01T21:06:50.333Z] Building static-packages [2021-02-01T21:06:52.438Z] Staging go-build-helper [2021-02-01T21:06:53.392Z] Staging static-packages [2021-02-01T21:06:54.335Z] Pulling go115 [2021-02-01T21:06:55.277Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-01T21:06:55.277Z] Skipping pull go115 (already ran) [2021-02-01T21:06:55.277Z] Building go115 [2021-02-01T21:06:55.277Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T21:06:55.277Z] Dload Upload Total Spent Left Speed [2021-02-01T21:06:58.160Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 4863k 0 0 13.9M 0 0:00:08 --:--:-- 0:00:08 13.9M 39 115M 39 46.0M 0 0 34.3M 0 0:00:03 0:00:01 0:00:02 34.3M 79 115M 79 91.7M 0 0 39.2M 0 0:00:02 0:00:02 --:--:-- 39.1M 100 115M 100 115M 0 0 40.7M 0 0:00:02 0:00:02 --:--:-- 40.7M [2021-02-01T21:06:58.734Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-01T21:07:02.944Z] Staging go115 [2021-02-01T21:07:08.236Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T21:07:08.236Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T21:07:08.236Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T21:07:08.236Z] Fetched 0 B in 0s (0 B/s) [2021-02-01T21:07:08.236Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-01T21:07:08.236Z] Fetched 224 kB in 0s (0 B/s) [2021-02-01T21:07:08.236Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-01T21:07:08.236Z] Fetched 157 kB in 0s (0 B/s) [2021-02-01T21:07:08.236Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-01T21:07:08.236Z] Fetched 221 kB in 0s (0 B/s) [2021-02-01T21:07:08.236Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-01T21:07:08.236Z] Fetched 143 kB in 0s (0 B/s) [2021-02-01T21:07:08.236Z] Pulling edgex-go [2021-02-01T21:07:08.807Z] Pulling version [2021-02-01T21:07:09.751Z] Building config-common [2021-02-01T21:07:11.665Z] Skipping build go-build-helper (already ran) [2021-02-01T21:07:11.665Z] Skipping build static-packages (already ran) [2021-02-01T21:07:11.665Z] Skipping build go115 (already ran) [2021-02-01T21:07:11.665Z] Building edgex-go [2021-02-01T21:07:11.665Z] 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-02-01T21:07:13.053Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-01T21:07:13.053Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-01T21:07:13.053Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-01T21:07:13.053Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-01T21:07:13.053Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-01T21:07:13.053Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-01T21:07:13.053Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-01T21:07:13.053Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-01T21:07:13.053Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-01T21:07:13.053Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-01T21:07:13.053Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-01T21:07:13.053Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-01T21:07:13.053Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-01T21:07:13.053Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-01T21:07:13.054Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-01T21:07:13.054Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-01T21:07:13.054Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-01T21:07:13.314Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-01T21:07:13.314Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-01T21:07:13.314Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-01T21:07:13.314Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-01T21:07:13.314Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-01T21:07:13.314Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-01T21:07:13.314Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-01T21:07:13.314Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-01T21:07:13.314Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-01T21:07:13.314Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-01T21:07:13.314Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-01T21:07:13.314Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-01T21:07:13.573Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-01T21:07:13.573Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-01T21:07:13.833Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-01T21:07:20.421Z] 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-02-01T21:07:23.725Z] 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-02-01T21:07:24.072Z] 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-02-01T21:07:24.072Z] 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-02-01T21:07:24.666Z] 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-02-01T21:07:25.613Z] 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-02-01T21:07:26.186Z] 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-02-01T21:07:26.186Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-01T21:07:26.186Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-01T21:07:26.186Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-01T21:07:26.186Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-01T21:07:27.569Z] 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-02-01T21:07:27.828Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-01T21:07:27.828Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-01T21:07:28.768Z] 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-02-01T21:07:29.711Z] 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-02-01T21:07:29.711Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-01T21:07:30.818Z] Removing intermediate container 0b0f9ce94266 [2021-02-01T21:07:30.818Z] ---> a0f23e82f7e0 [2021-02-01T21:07:30.818Z] [2021-02-01T21:07:30.818Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T21:07:30.818Z] 3.12: Pulling from library/alpine [2021-02-01T21:07:31.094Z] 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-02-01T21:07:31.424Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T21:07:31.424Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T21:07:31.424Z] ---> afeebe901d6b [2021-02-01T21:07:31.424Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T21:07:31.665Z] 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-02-01T21:07:32.029Z] ---> Running in 1ef5be42a5ae [2021-02-01T21:07:32.606Z] 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-02-01T21:07:32.606Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-01T21:07:33.549Z] 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-02-01T21:07:33.549Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-01T21:07:34.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:34.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:35.935Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T21:07:36.093Z] Building version [2021-02-01T21:07:36.211Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T21:07:36.211Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T21:07:36.211Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T21:07:36.211Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T21:07:36.211Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:07:36.211Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T21:07:36.487Z] OK: 7 MiB in 19 packages [2021-02-01T21:07:37.483Z] Removing intermediate container 273a8a52f946 [2021-02-01T21:07:37.483Z] ---> 54c201acbb08 [2021-02-01T21:07:37.483Z] [2021-02-01T21:07:37.483Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T21:07:37.483Z] ---> afeebe901d6b [2021-02-01T21:07:37.483Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T21:07:37.774Z] ---> Running in 978e8829041a [2021-02-01T21:07:38.007Z] Staging config-common [2021-02-01T21:07:38.583Z] Skipping stage go-build-helper (already ran) [2021-02-01T21:07:38.583Z] Skipping stage static-packages (already ran) [2021-02-01T21:07:38.583Z] Skipping stage go115 (already ran) [2021-02-01T21:07:38.583Z] Staging edgex-go [2021-02-01T21:07:39.527Z] Staging version [2021-02-01T21:07:39.772Z] Removing intermediate container 1ef5be42a5ae [2021-02-01T21:07:39.772Z] ---> 038f0b9bd2e9 [2021-02-01T21:07:39.772Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T21:07:39.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:39.772Z] ---> Running in 8df42b9d1aa3 [2021-02-01T21:07:40.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:40.470Z] Priming config-common [2021-02-01T21:07:40.650Z] Removing intermediate container 8df42b9d1aa3 [2021-02-01T21:07:40.650Z] ---> 25aa455696d3 [2021-02-01T21:07:40.650Z] Step 13/24 : WORKDIR / [2021-02-01T21:07:40.650Z] ---> Running in 6ca49c044f03 [2021-02-01T21:07:40.925Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T21:07:40.925Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T21:07:40.925Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:07:40.925Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T21:07:41.202Z] OK: 6 MiB in 16 packages [2021-02-01T21:07:41.412Z] Priming go-build-helper [2021-02-01T21:07:41.478Z] Removing intermediate container 6ca49c044f03 [2021-02-01T21:07:41.478Z] ---> be6f9eb2fa12 [2021-02-01T21:07:41.478Z] 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-02-01T21:07:42.354Z] Priming static-packages [2021-02-01T21:07:43.487Z] ---> aae789b219ec [2021-02-01T21:07:43.487Z] 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-02-01T21:07:44.275Z] Priming go115 [2021-02-01T21:07:44.484Z] Removing intermediate container 978e8829041a [2021-02-01T21:07:44.484Z] ---> 189f6eb86830 [2021-02-01T21:07:44.484Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T21:07:44.484Z] ---> Running in 659777991c0f [2021-02-01T21:07:44.770Z] ---> 4420689f9f58 [2021-02-01T21:07:44.770Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T21:07:45.217Z] Priming edgex-go [2021-02-01T21:07:45.774Z] Removing intermediate container 659777991c0f [2021-02-01T21:07:45.774Z] ---> 10fdfbf99c8c [2021-02-01T21:07:45.774Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T21:07:45.774Z] ---> Running in 67d72ab2eb31 [2021-02-01T21:07:46.381Z] ---> fb04071c2eb6 [2021-02-01T21:07:46.381Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T21:07:46.601Z] Priming version [2021-02-01T21:07:46.996Z] Removing intermediate container 67d72ab2eb31 [2021-02-01T21:07:46.996Z] ---> 6b110f5ce31a [2021-02-01T21:07:46.996Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T21:07:47.552Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-01T21:07:47.594Z] ---> Running in 8996e810b0e0 [2021-02-01T21:07:48.591Z] Removing intermediate container 8996e810b0e0 [2021-02-01T21:07:48.591Z] ---> a9eb876f606b [2021-02-01T21:07:48.591Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:07:48.871Z] ---> 6732aa9a1054 [2021-02-01T21:07:48.871Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-01T21:07:49.889Z] Removing intermediate container 55a7dd75a289 [2021-02-01T21:07:49.889Z] ---> a061a9190191 [2021-02-01T21:07:49.889Z] [2021-02-01T21:07:49.889Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T21:07:49.889Z] ---> afeebe901d6b [2021-02-01T21:07:49.889Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T21:07:49.889Z] ---> 2726e8958fc9 [2021-02-01T21:07:49.889Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] // stage [Pipeline] } [2021-02-01T21:07:50.166Z] ---> Running in 9d8258517e3c [2021-02-01T21:07:51.152Z] ---> c583bba0518a [2021-02-01T21:07:51.152Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T21:07:51.423Z] Removing intermediate container 9d8258517e3c [2021-02-01T21:07:51.423Z] ---> 47915ead330e [2021-02-01T21:07:51.423Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T21:07:51.699Z] ---> Running in 062db36abf99 [2021-02-01T21:07:52.304Z] ---> 5550038fb484 [2021-02-01T21:07:52.304Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T21:07:52.903Z] ---> d85a0c79fcb8 [2021-02-01T21:07:52.903Z] 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-02-01T21:07:53.182Z] ---> Running in d9d59536303c [2021-02-01T21:07:53.460Z] Removing intermediate container 0bf47c371ed1 [2021-02-01T21:07:53.460Z] ---> c536b4688143 [2021-02-01T21:07:53.460Z] [2021-02-01T21:07:53.460Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T21:07:53.460Z] ---> afeebe901d6b [2021-02-01T21:07:53.460Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T21:07:53.733Z] ---> 61c25b24801b [2021-02-01T21:07:53.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:53.733Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T21:07:53.733Z] ---> Running in fc5c270cbb76 [2021-02-01T21:07:54.008Z] ---> Running in d663fce23fc2 [2021-02-01T21:07:54.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:54.615Z] Removing intermediate container d663fce23fc2 [2021-02-01T21:07:54.615Z] ---> 0fab665dadb4 [2021-02-01T21:07:54.615Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:07:54.891Z] ---> Running in b4437948d745 [2021-02-01T21:07:55.163Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T21:07:55.163Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T21:07:55.163Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:07:55.163Z] OK: 5 MiB in 16 packages [2021-02-01T21:07:55.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:55.770Z] Removing intermediate container b4437948d745 [2021-02-01T21:07:55.770Z] ---> 78be7ea33202 [2021-02-01T21:07:55.770Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T21:07:56.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:07:56.318Z] ---> Running in 975048f149fd [2021-02-01T21:07:56.595Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T21:07:56.595Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:07:56.595Z] OK: 5 MiB in 15 packages [2021-02-01T21:07:57.202Z] Removing intermediate container 975048f149fd [2021-02-01T21:07:57.202Z] ---> 9598a2dc2350 [2021-02-01T21:07:57.202Z] Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262Removing intermediate container 062db36abf99 [2021-02-01T21:07:57.202Z] ---> c3ef4dd29ce3 [2021-02-01T21:07:57.202Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T21:07:57.202Z] [2021-02-01T21:07:57.530Z] Removing intermediate container d9d59536303c [2021-02-01T21:07:57.530Z] ---> ff5098d8c345 [2021-02-01T21:07:57.530Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T21:07:57.802Z] ---> Running in dbe7e856af69 [2021-02-01T21:07:57.802Z] ---> Running in 57f66ed22359 [2021-02-01T21:07:58.072Z] ---> Running in 843243c13223 [2021-02-01T21:07:58.343Z] Removing intermediate container 98dd2f04ec67 [2021-02-01T21:07:58.343Z] ---> 11b1bc89ca70 [2021-02-01T21:07:58.343Z] [2021-02-01T21:07:58.618Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T21:07:58.618Z] ---> afeebe901d6b [2021-02-01T21:07:58.618Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T21:07:58.618Z] ---> Using cache [2021-02-01T21:07:58.618Z] ---> 759615861c0a [2021-02-01T21:07:58.618Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T21:07:58.618Z] Removing intermediate container dbe7e856af69 [2021-02-01T21:07:58.618Z] ---> 6d936a5aee06 [2021-02-01T21:07:58.618Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T21:07:58.897Z] Removing intermediate container fc5c270cbb76 [2021-02-01T21:07:58.897Z] ---> 759615861c0a [2021-02-01T21:07:58.897Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T21:07:58.897Z] Removing intermediate container 57f66ed22359 [2021-02-01T21:07:58.897Z] ---> d342baa7c472 [2021-02-01T21:07:58.897Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T21:07:58.897Z] Removing intermediate container 843243c13223 [2021-02-01T21:07:58.897Z] ---> b349753db4a0 [2021-02-01T21:07:58.897Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T21:07:58.897Z] ---> Running in 8f696af2c436 [2021-02-01T21:07:58.897Z] ---> Running in 0cbf85933fdb [2021-02-01T21:07:59.178Z] ---> Running in 5c73b77171f8 [2021-02-01T21:07:59.179Z] ---> Running in 3f8a643c17af [2021-02-01T21:07:59.179Z] ---> Running in aef412fea245 [2021-02-01T21:07:59.452Z] Removing intermediate container 8f696af2c436 [2021-02-01T21:07:59.452Z] ---> ddee68a0ff36 [2021-02-01T21:07:59.452Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T21:07:59.733Z] Removing intermediate container 0cbf85933fdb [2021-02-01T21:07:59.733Z] ---> 278924c0ea8a [2021-02-01T21:07:59.733Z] [2021-02-01T21:07:59.733Z] ---> Running in e5c18df43bfb [2021-02-01T21:08:00.029Z] Removing intermediate container 3f8a643c17af [2021-02-01T21:08:00.029Z] Removing intermediate container 5c73b77171f8 [2021-02-01T21:08:00.029Z] ---> e1a65f576dbe [2021-02-01T21:08:00.029Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T21:08:00.029Z] ---> 52bffe9140a1 [2021-02-01T21:08:00.029Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T21:08:00.029Z] Removing intermediate container aef412fea245 [2021-02-01T21:08:00.029Z] ---> 323d6c1773f3 [2021-02-01T21:08:00.029Z] Step 23/24 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:08:00.304Z] Successfully built 278924c0ea8a [2021-02-01T21:08:00.304Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T21:08:00.304Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-01T21:08:00.304Z] ---> Running in 5eda156e992a [2021-02-01T21:08:00.304Z] ---> Running in 17dda0f429fb [2021-02-01T21:08:00.304Z] ---> Running in 50935bc661fc [2021-02-01T21:08:00.592Z] Removing intermediate container e5c18df43bfb [2021-02-01T21:08:00.592Z] ---> bdfba651f8e2 [2021-02-01T21:08:00.592Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T21:08:00.871Z] ---> Running in e19dac6976d3 [2021-02-01T21:08:01.143Z] Removing intermediate container 5eda156e992a [2021-02-01T21:08:01.143Z] ---> 6b38959501df [2021-02-01T21:08:01.143Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T21:08:01.143Z] Removing intermediate container 50935bc661fc [2021-02-01T21:08:01.143Z] ---> 20cfba2c0ca7 [2021-02-01T21:08:01.143Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T21:08:01.423Z] ---> Running in 7ca8eacf299d [2021-02-01T21:08:01.423Z] ---> Running in d1bd4ee74bbe [2021-02-01T21:08:01.423Z] Removing intermediate container e19dac6976d3 [2021-02-01T21:08:01.423Z] ---> 8aea64620d46 [2021-02-01T21:08:01.423Z] Step 15/23 : WORKDIR / [2021-02-01T21:08:01.704Z] ---> Running in a1023fb61a94 [2021-02-01T21:08:02.300Z] Removing intermediate container d1bd4ee74bbe [2021-02-01T21:08:02.300Z] ---> 3a4496e77028 [2021-02-01T21:08:02.300Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:08:02.575Z] Removing intermediate container 7ca8eacf299d [2021-02-01T21:08:02.575Z] ---> 99ca070cb80e [2021-02-01T21:08:02.575Z] [2021-02-01T21:08:02.849Z] Removing intermediate container a1023fb61a94 [2021-02-01T21:08:02.849Z] ---> dea6a80c12ff [2021-02-01T21:08:02.850Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:08:02.850Z] Successfully built 99ca070cb80e [2021-02-01T21:08:03.163Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T21:08:03.163Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-01T21:08:03.436Z] ---> f2883f5fa0cf [2021-02-01T21:08:03.437Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T21:08:03.720Z] ---> a089fee2473a [2021-02-01T21:08:03.720Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T21:08:03.720Z] Removing intermediate container 17dda0f429fb [2021-02-01T21:08:03.720Z] ---> d01445edd69d [2021-02-01T21:08:03.720Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T21:08:04.000Z] ---> Running in 269aae0d65d4 [2021-02-01T21:08:05.453Z] Removing intermediate container 269aae0d65d4 [2021-02-01T21:08:05.453Z] ---> c336171b9fd7 [2021-02-01T21:08:05.453Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T21:08:05.453Z] ---> d13b069fb371 [2021-02-01T21:08:05.453Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T21:08:05.731Z] ---> a976a3841bfd [2021-02-01T21:08:05.731Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T21:08:06.721Z] ---> cc4b3d91aa80 [2021-02-01T21:08:06.721Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T21:08:06.721Z] ---> e6009ab8de94 [2021-02-01T21:08:06.721Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T21:08:06.996Z] ---> Running in 551fca6f644c [2021-02-01T21:08:06.996Z] ---> a607cdef702a [2021-02-01T21:08:06.996Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T21:08:07.269Z] ---> Running in 2baf4e906d66 [2021-02-01T21:08:07.903Z] ---> Running in a01d46542136 [2021-02-01T21:08:08.179Z] Removing intermediate container 551fca6f644c [2021-02-01T21:08:08.179Z] ---> 4e6c8711d656 [2021-02-01T21:08:08.179Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:08:08.783Z] Removing intermediate container a01d46542136 [2021-02-01T21:08:08.783Z] ---> ef50c91d8de7 [2021-02-01T21:08:08.783Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:08:08.783Z] ---> Running in 658ce2739513 [2021-02-01T21:08:09.057Z] ---> Running in 49e4a5b63d38 [2021-02-01T21:08:09.657Z] Removing intermediate container 658ce2739513 [2021-02-01T21:08:09.657Z] ---> 5167836f31bb [2021-02-01T21:08:09.657Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T21:08:09.657Z] Removing intermediate container 49e4a5b63d38 [2021-02-01T21:08:09.657Z] ---> d4a4b9a11c00 [2021-02-01T21:08:09.657Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T21:08:09.938Z] ---> Running in 647c277e8f2c [2021-02-01T21:08:09.938Z] ---> Running in 83e421cb52d2 [2021-02-01T21:08:10.540Z] Removing intermediate container 83e421cb52d2 [2021-02-01T21:08:10.540Z] ---> 124bb24309c6 [2021-02-01T21:08:10.540Z] Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262Removing intermediate container 647c277e8f2c [2021-02-01T21:08:10.540Z] [2021-02-01T21:08:10.540Z] ---> b2f1857d6a23 [2021-02-01T21:08:10.540Z] Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:08:10.817Z] ---> Running in 5386360460fe [2021-02-01T21:08:10.817Z] Removing intermediate container 2baf4e906d66 [2021-02-01T21:08:10.817Z] ---> bb0720490e6d [2021-02-01T21:08:10.817Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:08:10.817Z] ---> Running in 2d20aa092b94 [2021-02-01T21:08:11.814Z] Removing intermediate container 2d20aa092b94 [2021-02-01T21:08:11.814Z] ---> 075bffa72f0f [2021-02-01T21:08:11.814Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T21:08:11.814Z] Removing intermediate container 5386360460fe [2021-02-01T21:08:11.814Z] ---> 4fd4a5b536b8 [2021-02-01T21:08:11.814Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T21:08:12.105Z] ---> Running in d3c53ffecec5 [2021-02-01T21:08:12.388Z] ---> 9b3eca6ecb2b [2021-02-01T21:08:12.388Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T21:08:12.388Z] ---> Running in 0ed9cf093c9c [2021-02-01T21:08:12.992Z] Removing intermediate container d3c53ffecec5 [2021-02-01T21:08:12.992Z] ---> 7ae0c9ed171f [2021-02-01T21:08:12.992Z] [2021-02-01T21:08:13.271Z] Removing intermediate container 0ed9cf093c9c [2021-02-01T21:08:13.271Z] ---> fb18a41b6dca [2021-02-01T21:08:13.271Z] [2021-02-01T21:08:13.554Z] Successfully built 7ae0c9ed171f [2021-02-01T21:08:13.554Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T21:08:13.554Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-01T21:08:13.829Z] Successfully built fb18a41b6dca [2021-02-01T21:08:14.112Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T21:08:14.112Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-01T21:08:14.112Z] ---> 93693d704f31 [2021-02-01T21:08:14.112Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T21:08:15.116Z] ---> 6125caa53f3a [2021-02-01T21:08:15.116Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T21:08:16.114Z] ---> f11175d32e8e [2021-02-01T21:08:16.114Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T21:08:17.097Z] ---> 2b15fedcb049 [2021-02-01T21:08:17.097Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T21:08:17.373Z] ---> Running in 4c6d369e3276 [2021-02-01T21:08:17.976Z] Removing intermediate container 4c6d369e3276 [2021-02-01T21:08:17.976Z] ---> 3edbfa02378e [2021-02-01T21:08:17.976Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T21:08:18.963Z] ---> 2c43f96231d8 [2021-02-01T21:08:18.963Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T21:08:19.567Z] ---> Running in 5783d6d4434c [2021-02-01T21:08:22.981Z] Removing intermediate container 5783d6d4434c [2021-02-01T21:08:22.981Z] ---> 21d62744ec1b [2021-02-01T21:08:22.981Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T21:08:23.581Z] ---> Running in d3002b04337b [2021-02-01T21:08:24.195Z] Removing intermediate container d3002b04337b [2021-02-01T21:08:24.196Z] ---> 0588ff990655 [2021-02-01T21:08:24.196Z] Step 28/31 : CMD ["gate"] [2021-02-01T21:08:24.806Z] ---> Running in 9a8cb9c598ad [2021-02-01T21:08:25.799Z] Removing intermediate container 9a8cb9c598ad [2021-02-01T21:08:25.799Z] ---> 2bea6aaf73bc [2021-02-01T21:08:25.799Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T21:08:26.077Z] ---> Running in 7a62e109c8a5 [2021-02-01T21:08:26.684Z] Removing intermediate container 7a62e109c8a5 [2021-02-01T21:08:26.684Z] ---> 97422c3460e7 [2021-02-01T21:08:26.684Z] Step 30/31 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:08:27.292Z] ---> Running in fea5957bb350 [2021-02-01T21:08:27.898Z] Removing intermediate container fea5957bb350 [2021-02-01T21:08:27.898Z] ---> 6dad9cd51ddf [2021-02-01T21:08:27.898Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T21:08:28.178Z] ---> Running in c454285cd932 [2021-02-01T21:08:29.165Z] Removing intermediate container c454285cd932 [2021-02-01T21:08:29.165Z] ---> f46fea8eb591 [2021-02-01T21:08:29.165Z] [2021-02-01T21:08:29.442Z] Successfully built f46fea8eb591 [2021-02-01T21:08:29.442Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T21:08:47.765Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:08:47.765Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:08:47.765Z] ---> e468a1c9db4b [2021-02-01T21:08:47.765Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T21:08:47.765Z] ---> Using cache [2021-02-01T21:08:47.765Z] ---> 352dcc2005c1 [2021-02-01T21:08:47.765Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:08:47.765Z] ---> Using cache [2021-02-01T21:08:47.765Z] ---> 071dfa28f307 [2021-02-01T21:08:47.765Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T21:08:47.765Z] ---> Using cache [2021-02-01T21:08:47.765Z] ---> 9a1240a531b4 [2021-02-01T21:08:47.765Z] Step 6/21 : COPY go.mod . [2021-02-01T21:08:47.765Z] ---> Using cache [2021-02-01T21:08:47.765Z] ---> 4ef59d6308c1 [2021-02-01T21:08:47.765Z] Step 7/21 : RUN go mod download [2021-02-01T21:08:47.765Z] ---> Using cache [2021-02-01T21:08:47.765Z] ---> 0db918df508d [2021-02-01T21:08:47.765Z] Step 8/21 : COPY . . [2021-02-01T21:08:47.765Z] ---> Using cache [2021-02-01T21:08:47.765Z] ---> 44f6b0d28882 [2021-02-01T21:08:47.765Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T21:08:48.041Z] ---> Running in f2bd9b8a542d [2021-02-01T21:08:49.630Z] 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-02-01T21:08:51.857Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:08:51.857Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:08:51.857Z] ---> e468a1c9db4b [2021-02-01T21:08:51.857Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T21:08:51.857Z] ---> Using cache [2021-02-01T21:08:51.857Z] ---> 352dcc2005c1 [2021-02-01T21:08:51.857Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:08:51.857Z] ---> Using cache [2021-02-01T21:08:51.857Z] ---> 071dfa28f307 [2021-02-01T21:08:51.857Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T21:08:52.148Z] ---> Running in 74a0c162b3b2 [2021-02-01T21:08:54.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:08:54.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:08:55.764Z] OK: 217 MiB in 51 packages [2021-02-01T21:08:59.179Z] Removing intermediate container 74a0c162b3b2 [2021-02-01T21:08:59.179Z] ---> 97d94bffdf82 [2021-02-01T21:08:59.179Z] Step 6/26 : COPY go.mod . [2021-02-01T21:09:00.636Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:09:00.636Z] ---> 2b8542c71107 [2021-02-01T21:09:00.636Z] Step 7/26 : RUN go mod download [2021-02-01T21:09:00.636Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:09:00.636Z] ---> e468a1c9db4b [2021-02-01T21:09:00.636Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T21:09:00.636Z] ---> Using cache [2021-02-01T21:09:00.636Z] ---> 352dcc2005c1 [2021-02-01T21:09:00.636Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:09:00.636Z] ---> Using cache [2021-02-01T21:09:00.636Z] ---> 071dfa28f307 [2021-02-01T21:09:00.636Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T21:09:00.918Z] ---> Running in 7bfc7f53a61b [2021-02-01T21:09:00.918Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T21:09:00.918Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T21:09:00.918Z] ---> e468a1c9db4b [2021-02-01T21:09:00.918Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T21:09:00.918Z] ---> Using cache [2021-02-01T21:09:00.918Z] ---> 352dcc2005c1 [2021-02-01T21:09:00.918Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:09:00.918Z] ---> Using cache [2021-02-01T21:09:00.918Z] ---> 071dfa28f307 [2021-02-01T21:09:00.918Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T21:09:00.918Z] ---> Using cache [2021-02-01T21:09:00.918Z] ---> 9a1240a531b4 [2021-02-01T21:09:00.918Z] Step 6/23 : COPY go.mod . [2021-02-01T21:09:00.918Z] ---> Using cache [2021-02-01T21:09:00.918Z] ---> 4ef59d6308c1 [2021-02-01T21:09:00.918Z] Step 7/23 : RUN go mod download [2021-02-01T21:09:00.918Z] ---> Using cache [2021-02-01T21:09:00.918Z] ---> 0db918df508d [2021-02-01T21:09:00.918Z] Step 8/23 : COPY . . [2021-02-01T21:09:01.204Z] ---> Running in 9e29d926223b [2021-02-01T21:09:01.204Z] ---> Using cache [2021-02-01T21:09:01.204Z] ---> 44f6b0d28882 [2021-02-01T21:09:01.204Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T21:09:01.488Z] ---> Running in 5f73ab63a1e3 [2021-02-01T21:09:02.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:09:03.220Z] 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-02-01T21:09:03.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:09:04.811Z] OK: 217 MiB in 51 packages [2021-02-01T21:09:05.801Z] Removing intermediate container 9e29d926223b [2021-02-01T21:09:05.801Z] ---> 37050641055d [2021-02-01T21:09:05.801Z] Step 8/26 : COPY . . [2021-02-01T21:09:06.780Z] Removing intermediate container 7bfc7f53a61b [2021-02-01T21:09:06.780Z] ---> 4ed95aeb2d39 [2021-02-01T21:09:06.780Z] Step 6/23 : COPY go.mod . [2021-02-01T21:09:08.222Z] ---> 4dc3a142f45c [2021-02-01T21:09:08.222Z] Step 7/23 : RUN go mod download [2021-02-01T21:09:09.204Z] ---> Running in 463eb52ea692 [2021-02-01T21:09:15.954Z] Removing intermediate container 463eb52ea692 [2021-02-01T21:09:15.954Z] ---> 4b719128cac1 [2021-02-01T21:09:15.954Z] Step 8/23 : COPY . . [2021-02-01T21:09:31.078Z] ---> 1e0f04f7bb86 [2021-02-01T21:09:31.078Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T21:09:31.078Z] ---> Running in a9421057f6f8 [2021-02-01T21:09:32.518Z] 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-02-01T21:09:36.835Z] 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-02-01T21:09:39.479Z] ---> cdddbd04cccf [2021-02-01T21:09:39.479Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T21:09:39.479Z] ---> Running in 4e682200aee1 [2021-02-01T21:09:41.469Z] 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-02-01T21:09:53.925Z] Removing intermediate container f2bd9b8a542d [2021-02-01T21:09:53.925Z] ---> 271ab307b137 [2021-02-01T21:09:53.925Z] [2021-02-01T21:09:53.925Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T21:09:53.925Z] ---> afeebe901d6b [2021-02-01T21:09:53.925Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T21:09:53.925Z] ---> Running in c8964f98dcfb [2021-02-01T21:09:54.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:09:55.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:09:55.740Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T21:09:56.019Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T21:09:56.019Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T21:09:56.019Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T21:09:56.019Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:09:56.019Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T21:09:56.302Z] OK: 7 MiB in 18 packages [2021-02-01T21:09:58.954Z] Removing intermediate container c8964f98dcfb [2021-02-01T21:09:58.954Z] ---> 97f4c749074e [2021-02-01T21:09:58.954Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T21:09:59.234Z] ---> Running in 5586b69b53e7 [2021-02-01T21:10:00.220Z] Removing intermediate container 5586b69b53e7 [2021-02-01T21:10:00.220Z] ---> f0e9505e3d92 [2021-02-01T21:10:00.220Z] Step 13/21 : WORKDIR /edgex [2021-02-01T21:10:00.220Z] ---> Running in 8c4b2fc798af [2021-02-01T21:10:01.207Z] Removing intermediate container 8c4b2fc798af [2021-02-01T21:10:01.207Z] ---> e7e7c84d4777 [2021-02-01T21:10:01.207Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T21:10:02.205Z] ---> f51708eb0e04 [2021-02-01T21:10:02.205Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T21:10:04.205Z] ---> 52263e1e5da4 [2021-02-01T21:10:04.205Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T21:10:06.193Z] ---> e32fe450d1f1 [2021-02-01T21:10:06.193Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T21:10:06.193Z] ---> Running in eee131c71298 [2021-02-01T21:10:06.792Z] Removing intermediate container eee131c71298 [2021-02-01T21:10:06.792Z] ---> 86b646d2027f [2021-02-01T21:10:06.792Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T21:10:07.067Z] ---> Running in 0e724f27778b [2021-02-01T21:10:07.679Z] Removing intermediate container 0e724f27778b [2021-02-01T21:10:07.679Z] ---> f53a40103718 [2021-02-01T21:10:07.679Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T21:10:07.679Z] ---> Running in 2546eb0d51c6 [2021-02-01T21:10:08.682Z] Removing intermediate container 2546eb0d51c6 [2021-02-01T21:10:08.682Z] ---> 2ada5b161da5 [2021-02-01T21:10:08.682Z] Step 20/21 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:10:08.682Z] ---> Running in 695c31cdfc9e [2021-02-01T21:10:09.306Z] Removing intermediate container 695c31cdfc9e [2021-02-01T21:10:09.306Z] ---> 7aa92702bdd0 [2021-02-01T21:10:09.306Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T21:10:09.585Z] ---> Running in f4930b39717f [2021-02-01T21:10:10.199Z] Removing intermediate container f4930b39717f [2021-02-01T21:10:10.199Z] ---> 114ed5ad8973 [2021-02-01T21:10:10.199Z] [2021-02-01T21:10:10.808Z] Successfully built 114ed5ad8973 [2021-02-01T21:10:10.808Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T21:10:21.027Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5f73ab63a1e3 [2021-02-01T21:10:21.027Z] ---> 11048c7b329b [2021-02-01T21:10:21.027Z] [2021-02-01T21:10:21.027Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T21:10:21.027Z] ---> afeebe901d6b [2021-02-01T21:10:21.027Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T21:10:21.027Z] ---> Using cache [2021-02-01T21:10:21.027Z] ---> 759615861c0a [2021-02-01T21:10:21.027Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T21:10:21.027Z] ---> Using cache [2021-02-01T21:10:21.027Z] ---> 52bffe9140a1 [2021-02-01T21:10:21.027Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T21:10:21.027Z] ---> Running in 2e18d91399cb [2021-02-01T21:10:21.628Z] Removing intermediate container 2e18d91399cb [2021-02-01T21:10:21.628Z] ---> 897497438bbe [2021-02-01T21:10:21.628Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T21:10:21.907Z] ---> Running in 58fa53281314 [2021-02-01T21:10:22.514Z] Removing intermediate container 58fa53281314 [2021-02-01T21:10:22.514Z] ---> 7740ba253a88 [2021-02-01T21:10:22.514Z] Step 15/23 : WORKDIR / [2021-02-01T21:10:22.793Z] ---> Running in b1bba4a488de [2021-02-01T21:10:23.400Z] Removing intermediate container b1bba4a488de [2021-02-01T21:10:23.400Z] ---> c08c95ab1409 [2021-02-01T21:10:23.400Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:10:24.400Z] ---> 08809d628c58 [2021-02-01T21:10:24.400Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T21:10:26.404Z] ---> 179790bec2b2 [2021-02-01T21:10:26.404Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T21:10:27.871Z] ---> 6d7d62d67b19 [2021-02-01T21:10:27.871Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T21:10:27.871Z] ---> Running in 3851651fd1d4 [2021-02-01T21:10:28.488Z] Removing intermediate container 3851651fd1d4 [2021-02-01T21:10:28.488Z] ---> 8de8e00dc702 [2021-02-01T21:10:28.488Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:10:28.488Z] ---> Running in fed85848da4e [2021-02-01T21:10:29.492Z] Removing intermediate container fed85848da4e [2021-02-01T21:10:29.492Z] ---> 423c69948c72 [2021-02-01T21:10:29.492Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T21:10:29.492Z] ---> Running in 6513367c9a5c [2021-02-01T21:10:30.101Z] Removing intermediate container 6513367c9a5c [2021-02-01T21:10:30.101Z] ---> afa3b4a35316 [2021-02-01T21:10:30.101Z] Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:10:30.381Z] ---> Running in 19e0ba705461 [2021-02-01T21:10:30.992Z] Removing intermediate container 19e0ba705461 [2021-02-01T21:10:30.992Z] ---> bc00df5b1a73 [2021-02-01T21:10:30.992Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T21:10:31.271Z] ---> Running in c176bc2c72a1 [2021-02-01T21:10:31.879Z] Removing intermediate container c176bc2c72a1 [2021-02-01T21:10:31.879Z] ---> dd79ba3dcb03 [2021-02-01T21:10:31.879Z] [2021-02-01T21:10:32.488Z] Successfully built dd79ba3dcb03 [2021-02-01T21:10:32.488Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T21:10:39.260Z]  Building docker-core-command-go ... done Removing intermediate container a9421057f6f8 [2021-02-01T21:10:39.260Z] ---> 31b29d2fa9d1 [2021-02-01T21:10:39.260Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T21:10:39.260Z] ---> Running in ab2462311233 [2021-02-01T21:10:39.866Z] 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-02-01T21:10:43.281Z] Removing intermediate container ab2462311233 [2021-02-01T21:10:43.281Z] ---> 521a11422398 [2021-02-01T21:10:43.281Z] [2021-02-01T21:10:43.281Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T21:10:43.281Z] 20.10.0: Pulling from library/docker [2021-02-01T21:10:53.488Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T21:10:53.488Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T21:10:53.488Z] ---> eeaf43b92773 [2021-02-01T21:10:53.488Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T21:10:53.764Z] ---> Running in bb959d85e252 [2021-02-01T21:10:54.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:10:55.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:10:55.627Z] Removing intermediate container 4e682200aee1 [2021-02-01T21:10:55.627Z] ---> a84c267d603b [2021-02-01T21:10:55.627Z] [2021-02-01T21:10:55.627Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T21:10:55.627Z] ---> afeebe901d6b [2021-02-01T21:10:55.627Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T21:10:55.627Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T21:10:55.627Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T21:10:55.627Z] ---> Running in f747015e0ed3 [2021-02-01T21:10:55.627Z] Executing bash-5.0.17-r0.post-install [2021-02-01T21:10:55.627Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:10:55.900Z] OK: 12 MiB in 22 packages [2021-02-01T21:10:56.174Z] Removing intermediate container f747015e0ed3 [2021-02-01T21:10:56.174Z] ---> fc3a1f381592 [2021-02-01T21:10:56.174Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T21:10:56.449Z] ---> Running in 1358e8f1254d [2021-02-01T21:10:57.045Z] Removing intermediate container 1358e8f1254d [2021-02-01T21:10:57.045Z] ---> ce8c96792e60 [2021-02-01T21:10:57.045Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T21:10:57.045Z] Removing intermediate container bb959d85e252 [2021-02-01T21:10:57.045Z] ---> 0b85c4c578b9 [2021-02-01T21:10:57.045Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T21:10:57.045Z] ---> Running in 172bd7e9cecd [2021-02-01T21:10:57.317Z] ---> Running in 3beeebe41fa7 [2021-02-01T21:10:57.594Z] Removing intermediate container 172bd7e9cecd [2021-02-01T21:10:57.594Z] ---> c3c981967426 [2021-02-01T21:10:57.594Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T21:10:57.594Z] Removing intermediate container 3beeebe41fa7 [2021-02-01T21:10:57.594Z] ---> 87feaa6d1e54 [2021-02-01T21:10:57.594Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T21:10:57.870Z] ---> Running in 7abd33b8c3a6 [2021-02-01T21:10:57.870Z] ---> Running in 432963fc779b [2021-02-01T21:10:58.471Z] Removing intermediate container 432963fc779b [2021-02-01T21:10:58.471Z] ---> ad75a7bed8a1 [2021-02-01T21:10:58.471Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T21:10:58.471Z] ---> Running in 3b0a0307e3d4 [2021-02-01T21:10:59.076Z] Removing intermediate container 3b0a0307e3d4 [2021-02-01T21:10:59.076Z] ---> f7307fdf997b [2021-02-01T21:10:59.076Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T21:11:00.517Z] ---> e7046412ecbf [2021-02-01T21:11:00.517Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T21:11:00.517Z] Removing intermediate container 7abd33b8c3a6 [2021-02-01T21:11:00.517Z] ---> d669e993040f [2021-02-01T21:11:00.517Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T21:11:00.517Z] ---> Running in 4a7107c81c1d [2021-02-01T21:11:01.118Z] ---> a0b002061dec [2021-02-01T21:11:01.118Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T21:11:01.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:11:02.013Z] ---> 7db537c1ba2d [2021-02-01T21:11:02.013Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T21:11:02.294Z] ---> Running in 7ba9028b9f09 [2021-02-01T21:11:02.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:11:03.180Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T21:11:03.180Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T21:11:03.459Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T21:11:03.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:11:03.459Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T21:11:03.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:11:03.735Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T21:11:04.019Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T21:11:04.019Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T21:11:04.019Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T21:11:04.019Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:11:04.019Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T21:11:04.019Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T21:11:04.019Z] OK: 8 MiB in 20 packages [2021-02-01T21:11:04.019Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T21:11:04.019Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T21:11:04.296Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T21:11:06.290Z] Removing intermediate container 4a7107c81c1d [2021-02-01T21:11:06.290Z] ---> 7f7d5d26f9a2 [2021-02-01T21:11:06.290Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T21:11:06.290Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T21:11:06.290Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T21:11:06.290Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T21:11:06.290Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T21:11:06.290Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T21:11:06.290Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T21:11:06.290Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T21:11:06.290Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T21:11:06.290Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T21:11:06.290Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T21:11:06.573Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T21:11:06.573Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T21:11:06.573Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T21:11:06.573Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T21:11:06.573Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T21:11:06.573Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T21:11:06.573Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T21:11:06.573Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T21:11:06.573Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T21:11:06.573Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T21:11:06.857Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T21:11:06.857Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T21:11:06.857Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T21:11:06.857Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T21:11:06.857Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T21:11:06.857Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T21:11:06.857Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:11:06.857Z] OK: 71 MiB in 55 packages [2021-02-01T21:11:07.139Z] ---> 7b5c5dacb94e [2021-02-01T21:11:07.139Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T21:11:08.684Z] ---> c3ed2fef6f4f [2021-02-01T21:11:08.684Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T21:11:09.759Z] ---> 00f9f27b918d [2021-02-01T21:11:09.759Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T21:11:10.075Z] ---> Running in ec7142bcb214 [2021-02-01T21:11:10.695Z] Removing intermediate container ec7142bcb214 [2021-02-01T21:11:10.695Z] ---> aa6af51fe6de [2021-02-01T21:11:10.695Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:11:10.979Z] ---> Running in 12698b89b4b9 [2021-02-01T21:11:11.582Z] Removing intermediate container 12698b89b4b9 [2021-02-01T21:11:11.582Z] ---> f0f65a8eb76f [2021-02-01T21:11:11.582Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T21:11:11.858Z] ---> Running in 97059e282c0b [2021-02-01T21:11:12.463Z] Removing intermediate container 97059e282c0b [2021-02-01T21:11:12.463Z] ---> cab9057663fd [2021-02-01T21:11:12.463Z] Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:11:12.739Z] ---> Running in 443a71723a7a [2021-02-01T21:11:13.343Z] Removing intermediate container 443a71723a7a [2021-02-01T21:11:13.343Z] ---> cafa73ad4908 [2021-02-01T21:11:13.343Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T21:11:13.617Z] ---> Running in e773ffdaac52 [2021-02-01T21:11:13.895Z] Removing intermediate container 7ba9028b9f09 [2021-02-01T21:11:13.895Z] ---> b27ea3fb3bcc [2021-02-01T21:11:13.895Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T21:11:13.895Z] ---> Running in e8a33f5408b7 [2021-02-01T21:11:14.173Z] Removing intermediate container e773ffdaac52 [2021-02-01T21:11:14.173Z] ---> 0077d31fb6d9 [2021-02-01T21:11:14.173Z] [2021-02-01T21:11:14.773Z] Successfully built 0077d31fb6d9 [2021-02-01T21:11:14.773Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T21:11:19.078Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-01T21:11:19.078Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T21:11:19.675Z] Collecting PyYAML<4,>=3.10 [2021-02-01T21:11:19.675Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T21:11:23.065Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T21:11:23.065Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T21:11:23.340Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T21:11:23.340Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T21:11:23.614Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T21:11:23.614Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T21:11:23.886Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T21:11:23.886Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T21:11:26.506Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T21:11:26.506Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T21:11:26.778Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T21:11:26.778Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T21:11:29.394Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T21:11:29.394Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T21:11:29.394Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T21:11:29.670Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T21:11:31.102Z] 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-02-01T21:11:31.102Z] 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-02-01T21:11:31.102Z] 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-02-01T21:11:31.374Z] Collecting idna<2.8,>=2.5 [2021-02-01T21:11:31.374Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T21:11:31.969Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T21:11:31.969Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T21:11:32.561Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T21:11:32.561Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T21:11:32.561Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T21:11:32.561Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T21:11:32.561Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T21:11:32.561Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T21:11:33.164Z] Installing collected packages: PyYAML, jsonschema, websocket-client, cached-property, docopt, idna, urllib3, requests, texttable, docker-pycreds, docker, dockerpty, docker-compose [2021-02-01T21:11:33.164Z] Running setup.py install for PyYAML: started [2021-02-01T21:11:35.138Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T21:11:36.114Z] Running setup.py install for docopt: started [2021-02-01T21:11:38.089Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T21:11:38.089Z] Attempting uninstall: idna [2021-02-01T21:11:38.089Z] Found existing installation: idna 2.9 [2021-02-01T21:11:38.089Z] Uninstalling idna-2.9: [2021-02-01T21:11:38.089Z] Successfully uninstalled idna-2.9 [2021-02-01T21:11:38.361Z] Attempting uninstall: urllib3 [2021-02-01T21:11:38.361Z] Found existing installation: urllib3 1.25.9 [2021-02-01T21:11:38.361Z] Uninstalling urllib3-1.25.9: [2021-02-01T21:11:38.634Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T21:11:39.231Z] Attempting uninstall: requests [2021-02-01T21:11:39.231Z] Found existing installation: requests 2.23.0 [2021-02-01T21:11:39.231Z] Uninstalling requests-2.23.0: [2021-02-01T21:11:39.231Z] Successfully uninstalled requests-2.23.0 [2021-02-01T21:11:39.503Z] Running setup.py install for texttable: started [2021-02-01T21:11:41.474Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T21:11:42.074Z] Running setup.py install for dockerpty: started [2021-02-01T21:11:44.041Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T21:11:44.632Z] 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-02-01T21:11:48.928Z] Removing intermediate container e8a33f5408b7 [2021-02-01T21:11:48.928Z] ---> 5f7983e93021 [2021-02-01T21:11:48.928Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T21:11:48.928Z] ---> Running in 2ce12b29d2c5 [2021-02-01T21:11:49.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T21:11:49.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T21:11:50.379Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T21:11:50.379Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T21:11:50.379Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T21:11:50.379Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T21:11:50.379Z] OK: 71 MiB in 58 packages [2021-02-01T21:11:51.815Z] Removing intermediate container 2ce12b29d2c5 [2021-02-01T21:11:51.815Z] ---> 100520d0515d [2021-02-01T21:11:51.815Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T21:11:51.815Z] ---> Running in 3f9c43f0886a [2021-02-01T21:11:52.409Z] Removing intermediate container 3f9c43f0886a [2021-02-01T21:11:52.409Z] ---> cb575501ac5b [2021-02-01T21:11:52.409Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T21:11:52.409Z] ---> Running in e5ae70579d4c [2021-02-01T21:11:53.002Z] Removing intermediate container e5ae70579d4c [2021-02-01T21:11:53.002Z] ---> c842a6f3a675 [2021-02-01T21:11:53.002Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T21:11:53.002Z] ---> Running in 16a9c8361395 [2021-02-01T21:11:53.596Z] Removing intermediate container 16a9c8361395 [2021-02-01T21:11:53.596Z] ---> 3cbed22472fc [2021-02-01T21:11:53.596Z] Step 25/26 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 [2021-02-01T21:11:53.596Z] ---> Running in 64c9f18f604b [2021-02-01T21:11:54.189Z] Removing intermediate container 64c9f18f604b [2021-02-01T21:11:54.189Z] ---> a4753b9dbacc [2021-02-01T21:11:54.189Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T21:11:54.189Z] ---> Running in 0a6223973b80 [2021-02-01T21:11:54.785Z] Removing intermediate container 0a6223973b80 [2021-02-01T21:11:54.785Z] ---> 3517f8c5bc09 [2021-02-01T21:11:54.785Z] [2021-02-01T21:11:55.058Z] Successfully built 3517f8c5bc09 [2021-02-01T21:11:55.058Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T21:11:55.668Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T21:11:55.668Z] $ docker stop --time=1 e97f65b34fdb7df6cac7cb353ac8a67f309dd7c68c45ac3ec3fb7b23f1feb543 [2021-02-01T21:11:57.596Z] $ docker rm -f e97f65b34fdb7df6cac7cb353ac8a67f309dd7c68c45ac3ec3fb7b23f1feb543 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T21:11:58.362Z] + docker images [2021-02-01T21:11:58.362Z] + grep docker [2021-02-01T21:11:58.636Z] docker-sys-mgmt-agent-go-arm64 latest 3517f8c5bc09 4 seconds ago 300MB [2021-02-01T21:11:58.636Z] docker-core-data-go-arm64 latest 0077d31fb6d9 45 seconds ago 21MB [2021-02-01T21:11:58.636Z] docker-core-command-go-arm64 latest dd79ba3dcb03 About a minute ago 16MB [2021-02-01T21:11:58.636Z] docker-security-proxy-setup-go-arm64 latest 114ed5ad8973 About a minute ago 23.2MB [2021-02-01T21:11:58.636Z] docker-security-bootstrapper-go-arm64 latest f46fea8eb591 3 minutes ago 22.6MB [2021-02-01T21:11:58.636Z] docker-support-scheduler-go-arm64 latest fb18a41b6dca 3 minutes ago 16.1MB [2021-02-01T21:11:58.636Z] docker-core-metadata-go-arm64 latest 7ae0c9ed171f 3 minutes ago 17.8MB [2021-02-01T21:11:58.636Z] docker-security-secretstore-setup-go-arm64 latest 99ca070cb80e 3 minutes ago 23.4MB [2021-02-01T21:11:58.636Z] docker-support-notifications-go-arm64 latest 278924c0ea8a 3 minutes ago 16MB [2021-02-01T21:11:58.636Z] 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-02-01T21:12:01.137Z] provisioning config files... [2021-02-01T21:12:01.151Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config1860312533064479085tmp [Pipeline] { [Pipeline] sh [2021-02-01T21:12:01.546Z] + set +x [2021-02-01T21:12:01.546Z] + curl -s https://codecov.io/bash [2021-02-01T21:12:01.546Z] + bash -s -- [2021-02-01T21:12:02.135Z] [2021-02-01T21:12:02.135Z] _____ _ [2021-02-01T21:12:02.135Z] / ____| | | [2021-02-01T21:12:02.135Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T21:12:02.135Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T21:12:02.135Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T21:12:02.135Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T21:12:02.135Z] Bash-20210129-7c25fce [2021-02-01T21:12:02.135Z] [2021-02-01T21:12:02.135Z] [2021-02-01T21:12:02.135Z] ==> git version 2.24.3 found [2021-02-01T21:12:02.135Z] ==> 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-02-01T21:12:02.135Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T21:12:02.135Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T21:12:02.135Z] ==> Jenkins CI detected. [2021-02-01T21:12:02.135Z] project root: . [2021-02-01T21:12:02.135Z] --> token set from env [2021-02-01T21:12:02.135Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T21:12:02.135Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T21:12:02.135Z] ==> Python coveragepy not found [2021-02-01T21:12:02.135Z] ==> Searching for coverage reports in: [2021-02-01T21:12:02.135Z] + . [2021-02-01T21:12:02.135Z] -> Found 1 reports [2021-02-01T21:12:02.135Z] ==> Detecting git/mercurial file structure [2021-02-01T21:12:02.135Z] ==> Reading reports [2021-02-01T21:12:02.135Z] + ./coverage.out bytes=574984 [2021-02-01T21:12:02.135Z] ==> Appending adjustments [2021-02-01T21:12:02.135Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T21:12:05.452Z] + Found adjustments [2021-02-01T21:12:05.452Z] ==> Gzipping contents [2021-02-01T21:12:05.452Z] 88K /tmp/codecov.rZWG5d.gz [2021-02-01T21:12:05.452Z] ==> Uploading reports [2021-02-01T21:12:05.452Z] url: https://codecov.io [2021-02-01T21:12:05.452Z] query: branch=PR-3080&commit=c27c09040af0d2eebed9d707a0dcbb2ea100f262&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-02-01T21:12:05.452Z] -> Pinging Codecov [2021-02-01T21:12:05.452Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3080&commit=c27c09040af0d2eebed9d707a0dcbb2ea100f262&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-02-01T21:12:06.032Z] -> Uploading to [2021-02-01T21:12:06.032Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/c27c09040af0d2eebed9d707a0dcbb2ea100f262/47ab4a92-6ebd-41ac-b9c6-ce7d11d1ea7c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T211205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f2a4b03f27ea0c41fc1c2c2d4f673a8bc26cad0423f67796d424f47974a4057 [2021-02-01T21:12:06.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T21:12:06.032Z] Dload Upload Total Spent Left Speed [2021-02-01T21:12:06.607Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86970 0 0 100 86970 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-02-01T21:12:06.607Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c27c09040af0d2eebed9d707a0dcbb2ea100f262 [Pipeline] } [2021-02-01T21:12:06.617Z] 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-02-01T21:12:09.305Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T21:12:10.195Z] ---> package-listing.sh [2021-02-01T21:12:10.195Z] ++ facter osfamily [2021-02-01T21:12:10.196Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T21:12:10.196Z] + OS_FAMILY=redhat [2021-02-01T21:12:10.196Z] + workspace=/w/workspace/edgex-go/12 [2021-02-01T21:12:10.196Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T21:12:10.196Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T21:12:10.196Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T21:12:10.196Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T21:12:10.196Z] + '[' /w/workspace/edgex-go/12 ']' [2021-02-01T21:12:10.196Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T21:12:10.196Z] + case "${OS_FAMILY}" in [2021-02-01T21:12:10.196Z] + rpm -qa [2021-02-01T21:12:10.196Z] + sort [2021-02-01T21:12:15.502Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T21:12:15.502Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T21:12:15.502Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T21:12:15.502Z] + '[' /w/workspace/edgex-go/12 ']' [2021-02-01T21:12:15.502Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-02-01T21:12:15.502Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-02-01T21:12:15.516Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T21:12:15.808Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T21:12:16.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T21:12:16.382Z] [2021-02-01T21:12:16.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T21:12:16.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T21:12:16.742Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T21:12:16.742Z] df20fa9351a1: Pulling fs layer [2021-02-01T21:12:16.742Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T21:12:16.742Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T21:12:16.742Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T21:12:16.742Z] 93b61091891f: Pulling fs layer [2021-02-01T21:12:16.742Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T21:12:16.742Z] 5e14af77c1be: Pulling fs layer [2021-02-01T21:12:16.742Z] 01666e4c0597: Pulling fs layer [2021-02-01T21:12:16.742Z] aa168da1d23b: Pulling fs layer [2021-02-01T21:12:16.742Z] 93b9cdb0e59b: Waiting [2021-02-01T21:12:16.742Z] 5e14af77c1be: Waiting [2021-02-01T21:12:16.742Z] 01666e4c0597: Waiting [2021-02-01T21:12:16.742Z] 46f8f816bc3b: Waiting [2021-02-01T21:12:16.742Z] 93b61091891f: Waiting [2021-02-01T21:12:16.742Z] aa168da1d23b: Waiting [2021-02-01T21:12:17.011Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T21:12:17.011Z] 36b3adc4ff6f: Download complete [2021-02-01T21:12:17.011Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T21:12:17.011Z] 46f8f816bc3b: Download complete [2021-02-01T21:12:17.011Z] df20fa9351a1: Verifying Checksum [2021-02-01T21:12:17.011Z] df20fa9351a1: Download complete [2021-02-01T21:12:17.011Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T21:12:17.011Z] 93b9cdb0e59b: Download complete [2021-02-01T21:12:17.011Z] 5e14af77c1be: Download complete [2021-02-01T21:12:17.011Z] 93b61091891f: Download complete [2021-02-01T21:12:17.011Z] 01666e4c0597: Verifying Checksum [2021-02-01T21:12:17.011Z] 01666e4c0597: Download complete [2021-02-01T21:12:17.275Z] df20fa9351a1: Pull complete [2021-02-01T21:12:17.536Z] 36b3adc4ff6f: Pull complete [2021-02-01T21:12:17.536Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T21:12:17.536Z] 8ad3a11d3b57: Download complete [2021-02-01T21:12:18.523Z] 8ad3a11d3b57: Pull complete [2021-02-01T21:12:18.523Z] 46f8f816bc3b: Pull complete [2021-02-01T21:12:19.472Z] aa168da1d23b: Verifying Checksum [2021-02-01T21:12:19.472Z] aa168da1d23b: Download complete [2021-02-01T21:12:20.419Z] 93b61091891f: Pull complete [2021-02-01T21:12:20.684Z] 93b9cdb0e59b: Pull complete [2021-02-01T21:12:20.684Z] 5e14af77c1be: Pull complete [2021-02-01T21:12:20.956Z] 01666e4c0597: Pull complete [2021-02-01T21:12:29.177Z] aa168da1d23b: Pull complete [2021-02-01T21:12:29.177Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T21:12:29.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T21:12:29.177Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T21:12:29.376Z] prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container [2021-02-01T21:12:29.428Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T21:12:35.551Z] $ docker top a53d359fababf79e87af6ff9c0ace41769f01075cd7e6b3410fd2559554a342a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T21:12:36.122Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T21:12:36.424Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T21:12:36.727Z] + ls /var/log/sa-host [2021-02-01T21:12:36.727Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T21:12:36.727Z] file_magic: OK [2021-02-01T21:12:36.727Z] HZ: Using current value: 100 [2021-02-01T21:12:36.727Z] file_header: OK [2021-02-01T21:12:36.727Z] 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-02-01T21:12:36.727Z] Statistics: [2021-02-01T21:12:36.727Z] 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... [2021-02-01T21:12:36.727Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T21:12:36.727Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T21:12:36.727Z] file_magic: OK [2021-02-01T21:12:36.727Z] HZ: Using current value: 100 [2021-02-01T21:12:36.727Z] file_header: OK [2021-02-01T21:12:36.727Z] 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-02-01T21:12:36.727Z] Statistics: [2021-02-01T21:12:36.727Z] Hnuu...uuuununununu... [2021-02-01T21:12:36.727Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T21:12:37.387Z] provisioning config files... [2021-02-01T21:12:37.405Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config1556429979235907694tmp [Pipeline] { [Pipeline] echo [2021-02-01T21:12:37.488Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T21:12:37.795Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T21:12:37.804Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T21:12:37.906Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T21:12:38.209Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T21:12:38.221Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T21:12:38.532Z] ---> sudo-logs.sh [2021-02-01T21:12:38.532Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T21:12:38.543Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T21:12:38.844Z] ---> job-cost.sh [2021-02-01T21:12:38.844Z] lf-activate-venv: SKIPPING [2021-02-01T21:12:38.844Z] INFO: No Stack... [2021-02-01T21:12:39.791Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T21:12:40.366Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T21:12:40.382Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T21:12:40.691Z] ---> logs-deploy.sh [2021-02-01T21:12:40.691Z] lf-activate-venv: SKIPPING [2021-02-01T21:12:40.691Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/12 [2021-02-01T21:12:40.691Z] INFO: archiving workspace using pattern(s): [2021-02-01T21:12:42.080Z] Archives upload complete. [2021-02-01T21:12:42.080Z] INFO: archiving logs to Nexus