Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24153 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing ecc9acc8ef3ce8513a18cd41075fe4540eee52bc Checking out Revision ecc9acc8ef3ce8513a18cd41075fe4540eee52bc (PR-3034) > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ecc9acc8ef3ce8513a18cd41075fe4540eee52bc # timeout=10 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-31T00:31:04.457Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 03dc6a08e10e6826bdac4ef4a06d6a725c3a5236 # timeout=10 [2021-01-31T00:31:04.743Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-31T00:31:04.833Z] ========================================================= [2021-01-31T00:31:04.833Z] EdgeX Global Pipelines Version Info [2021-01-31T00:31:04.833Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:31:06.493Z] ------------------- [2021-01-31T00:31:06.493Z] stable info: [2021-01-31T00:31:06.493Z] ------------------- [2021-01-31T00:31:06.493Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-31T00:31:06.493Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-31T00:31:06.493Z] Message: update stable to v1.0.179 [2021-01-31T00:31:07.442Z] ------------------- [2021-01-31T00:31:07.442Z] experimental info: [2021-01-31T00:31:07.442Z] ------------------- [2021-01-31T00:31:07.442Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-31T00:31:07.442Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-31T00:31:07.442Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-31T00:31:07.692Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-31T00:31:07.779Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-31T00:31:07.881Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-31T00:31:07.988Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-31T00:31:08.079Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-31T00:31:08.189Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-31T00:31:08.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-31T00:31:08.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-31T00:31:08.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-31T00:31:08.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-31T00:31:08.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-31T00:31:08.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-31T00:31:08.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-31T00:31:08.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-31T00:31:09.014Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-31T00:31:09.168Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-31T00:31:09.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-31T00:31:09.357Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-31T00:31:09.475Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-31T00:31:09.609Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-31T00:31:09.691Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-31T00:31:09.778Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-31T00:31:09.894Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-31T00:31:09.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-31T00:31:10.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-31T00:31:10.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-31T00:31:10.302Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [Pipeline] echo [2021-01-31T00:31:10.405Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ecc9acc [Pipeline] echo [2021-01-31T00:31:10.497Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-31T00:31:10.692Z] provisioning config files... [2021-01-31T00:31:10.724Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config638719580164367364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:31:11.088Z] ---> docker-login.sh [2021-01-31T00:31:11.088Z] nexus3.edgexfoundry.org:10001 [2021-01-31T00:31:11.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:31:11.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:31:11.617Z] Configure a credential helper to remove this warning. See [2021-01-31T00:31:11.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:31:11.617Z] [2021-01-31T00:31:11.617Z] Login Succeeded [2021-01-31T00:31:11.617Z] nexus3.edgexfoundry.org:10002 [2021-01-31T00:31:11.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:31:11.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:31:11.617Z] Configure a credential helper to remove this warning. See [2021-01-31T00:31:11.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:31:11.617Z] [2021-01-31T00:31:11.617Z] Login Succeeded [2021-01-31T00:31:11.617Z] nexus3.edgexfoundry.org:10003 [2021-01-31T00:31:11.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:31:11.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:31:11.881Z] Configure a credential helper to remove this warning. See [2021-01-31T00:31:11.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:31:11.881Z] [2021-01-31T00:31:11.881Z] Login Succeeded [2021-01-31T00:31:11.881Z] nexus3.edgexfoundry.org:10004 [2021-01-31T00:31:12.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:31:12.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:31:12.143Z] Configure a credential helper to remove this warning. See [2021-01-31T00:31:12.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:31:12.143Z] [2021-01-31T00:31:12.143Z] Login Succeeded [2021-01-31T00:31:12.143Z] docker.io [2021-01-31T00:31:12.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:31:12.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:31:12.405Z] Configure a credential helper to remove this warning. See [2021-01-31T00:31:12.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:31:12.405Z] [2021-01-31T00:31:12.405Z] Login Succeeded [2021-01-31T00:31:12.405Z] ---> docker-login.sh ends [Pipeline] } [2021-01-31T00:31:12.421Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-31T00:31:12.862Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/core-command/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/core-data/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-31T00:31:12.863Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-31T00:31:12.863Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-31T00:31:12.863Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-31T00:31:12.863Z] ++ cut -d/ -f2 [2021-01-31T00:31:12.863Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-31T00:31:12.960Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:31:13.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-31T00:31:13.796Z] [2021-01-31T00:31:13.796Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:31:14.172Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-31T00:31:14.172Z] latest: Pulling from edgex-devops/git-semver [2021-01-31T00:31:14.172Z] 31603596830f: Pulling fs layer [2021-01-31T00:31:14.172Z] 2a8b12db71e7: Pulling fs layer [2021-01-31T00:31:14.172Z] 6ca5941a6612: Pulling fs layer [2021-01-31T00:31:14.172Z] ecc8261a40a4: Pulling fs layer [2021-01-31T00:31:14.172Z] ecc8261a40a4: Waiting [2021-01-31T00:31:14.172Z] 2a8b12db71e7: Verifying Checksum [2021-01-31T00:31:14.172Z] 2a8b12db71e7: Download complete [2021-01-31T00:31:14.440Z] 31603596830f: Verifying Checksum [2021-01-31T00:31:14.440Z] 31603596830f: Download complete [2021-01-31T00:31:14.440Z] ecc8261a40a4: Verifying Checksum [2021-01-31T00:31:14.440Z] ecc8261a40a4: Download complete [2021-01-31T00:31:14.705Z] 6ca5941a6612: Verifying Checksum [2021-01-31T00:31:14.705Z] 6ca5941a6612: Download complete [2021-01-31T00:31:14.705Z] 31603596830f: Pull complete [2021-01-31T00:31:15.173Z] 2a8b12db71e7: Pull complete [2021-01-31T00:31:15.779Z] 6ca5941a6612: Pull complete [2021-01-31T00:31:16.049Z] ecc8261a40a4: Pull complete [2021-01-31T00:31:16.049Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-31T00:31:16.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-31T00:31:16.049Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-31T00:31:16.187Z] prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container [2021-01-31T00:31:16.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-31T00:31:18.887Z] $ docker top 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-31T00:31:19.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-31T00:31:19.343Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-31T00:31:19.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-31T00:31:19.606Z] $ docker exec 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent [2021-01-31T00:31:19.792Z] SSH_AUTH_SOCK=/tmp/ssh-Msn8DmIJDPm3/agent.12 [2021-01-31T00:31:19.792Z] SSH_AGENT_PID=18 [2021-01-31T00:31:19.803Z] Running ssh-add (command line suppressed) [2021-01-31T00:31:19.939Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_2022037913507941679.key (/w/workspace/edgex-go/14@tmp/private_key_2022037913507941679.key) [2021-01-31T00:31:19.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-31T00:31:20.332Z] + git tag --points-at HEAD [Pipeline] } [2021-01-31T00:31:20.356Z] $ docker exec --env ******** --env ******** 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent -k [2021-01-31T00:31:20.481Z] unset SSH_AUTH_SOCK; [2021-01-31T00:31:20.482Z] unset SSH_AGENT_PID; [2021-01-31T00:31:20.482Z] echo Agent pid 18 killed; [2021-01-31T00:31:20.531Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-31T00:31:20.701Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-31T00:31:20.701Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-31T00:31:20.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-31T00:31:20.873Z] $ docker exec 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent [2021-01-31T00:31:21.104Z] SSH_AUTH_SOCK=/tmp/ssh-kVLy0xdM2ZZX/agent.50 [2021-01-31T00:31:21.104Z] SSH_AGENT_PID=55 [2021-01-31T00:31:21.127Z] Running ssh-add (command line suppressed) [2021-01-31T00:31:21.297Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_6211349657851847771.key (/w/workspace/edgex-go/14@tmp/private_key_6211349657851847771.key) [2021-01-31T00:31:21.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-31T00:31:21.727Z] + git semver init [2021-01-31T00:31:21.728Z] # -> Open(): unable to determine branch for HEAD [2021-01-31T00:31:21.728Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-01-31T00:31:21.728Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-01-31T00:31:21.728Z] # $SEMVER_REMOTE_NAME = origin [2021-01-31T00:31:21.728Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-31T00:31:21.728Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-31T00:31:21.728Z] # $SEMVER_BRANCH = PR-3034 [2021-01-31T00:31:21.728Z] # $SEMVER_TEMP = /tmp/semver-309709045 [2021-01-31T00:31:21.728Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-31T00:31:39.942Z] # '/tmp/semver-309709045' -> '/w/workspace/edgex-go/14/.semver' [2021-01-31T00:31:39.942Z] # -> Force: false [2021-01-31T00:31:39.942Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-01-31T00:31:39.954Z] $ docker exec --env ******** --env ******** 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent -k [2021-01-31T00:31:40.154Z] unset SSH_AUTH_SOCK; [2021-01-31T00:31:40.154Z] unset SSH_AGENT_PID; [2021-01-31T00:31:40.154Z] echo Agent pid 55 killed; [2021-01-31T00:31:40.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-31T00:31:40.790Z] + git semver [Pipeline] } [2021-01-31T00:31:40.810Z] $ docker stop --time=1 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 [2021-01-31T00:31:42.543Z] $ docker rm -f 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-31T00:31:43.061Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-31T00:31:43.595Z] Stashed 1 file(s) [Pipeline] echo [2021-01-31T00:31:43.598Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-31T00:31:44.420Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-31T00:31:44.720Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-31T00:31:45.016Z] + sudo service docker restart [2021-01-31T00:31:45.016Z] + true [2021-01-31T00:31:45.016Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-31T00:31:45.609Z] ========================================================= [2021-01-31T00:31:45.609Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-31T00:31:45.609Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:31:45.944Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-31T00:31:49.291Z] Sending build context to Docker daemon 327.4MB [2021-01-31T00:31:49.291Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-31T00:31:49.291Z] Step 2/6 : FROM ${BASE} [2021-01-31T00:31:49.291Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-31T00:31:49.291Z] 188c0c94c7c5: Pulling fs layer [2021-01-31T00:31:49.291Z] 0ef7d3d256c8: Pulling fs layer [2021-01-31T00:31:49.291Z] de9db76c5a1d: Pulling fs layer [2021-01-31T00:31:49.291Z] bca2f99d35d6: Pulling fs layer [2021-01-31T00:31:49.291Z] 93359f2a8cfa: Pulling fs layer [2021-01-31T00:31:49.291Z] 7c6f9722023f: Pulling fs layer [2021-01-31T00:31:49.291Z] a35cf1a2eb13: Pulling fs layer [2021-01-31T00:31:49.291Z] 93359f2a8cfa: Waiting [2021-01-31T00:31:49.291Z] 7c6f9722023f: Waiting [2021-01-31T00:31:49.291Z] a35cf1a2eb13: Waiting [2021-01-31T00:31:49.291Z] bca2f99d35d6: Waiting [2021-01-31T00:31:49.566Z] de9db76c5a1d: Verifying Checksum [2021-01-31T00:31:49.566Z] de9db76c5a1d: Download complete [2021-01-31T00:31:49.566Z] 0ef7d3d256c8: Verifying Checksum [2021-01-31T00:31:49.566Z] 0ef7d3d256c8: Download complete [2021-01-31T00:31:49.566Z] 93359f2a8cfa: Verifying Checksum [2021-01-31T00:31:49.566Z] 93359f2a8cfa: Download complete [2021-01-31T00:31:49.566Z] 7c6f9722023f: Verifying Checksum [2021-01-31T00:31:49.566Z] 7c6f9722023f: Download complete [2021-01-31T00:31:49.566Z] 188c0c94c7c5: Download complete [2021-01-31T00:31:49.836Z] 188c0c94c7c5: Pull complete [2021-01-31T00:31:50.102Z] 0ef7d3d256c8: Pull complete [2021-01-31T00:31:50.372Z] de9db76c5a1d: Pull complete [2021-01-31T00:31:51.323Z] a35cf1a2eb13: Verifying Checksum [2021-01-31T00:31:51.323Z] a35cf1a2eb13: Download complete [2021-01-31T00:31:51.902Z] bca2f99d35d6: Verifying Checksum [2021-01-31T00:31:51.902Z] bca2f99d35d6: Download complete [2021-01-31T00:31:57.234Z] bca2f99d35d6: Pull complete [2021-01-31T00:31:57.234Z] 93359f2a8cfa: Pull complete [2021-01-31T00:31:57.496Z] 7c6f9722023f: Pull complete [2021-01-31T00:31:58.934Z] Still waiting to schedule task [2021-01-31T00:31:58.934Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24149’ [2021-01-31T00:32:04.133Z] a35cf1a2eb13: Pull complete [2021-01-31T00:32:04.133Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-31T00:32:04.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-31T00:32:04.133Z] ---> a62c8e92a672 [2021-01-31T00:32:04.133Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-31T00:32:04.133Z] ---> Running in 303c8a80fb6a [2021-01-31T00:32:04.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:32:05.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:32:05.922Z] (1/12) Installing libmagic (5.38-r0) [2021-01-31T00:32:05.922Z] (2/12) Installing file (5.38-r0) [2021-01-31T00:32:06.183Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-31T00:32:06.183Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-31T00:32:09.502Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-31T00:32:09.502Z] (6/12) Installing patch (2.7.6-r6) [2021-01-31T00:32:09.502Z] (7/12) Installing build-base (0.5-r2) [2021-01-31T00:32:09.502Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-31T00:32:09.763Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-31T00:32:09.763Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-31T00:32:09.763Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-31T00:32:10.026Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-31T00:32:10.026Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:32:10.026Z] OK: 233 MiB in 51 packages [2021-01-31T00:32:13.350Z] Removing intermediate container 303c8a80fb6a [2021-01-31T00:32:13.351Z] ---> 2f38a04cda10 [2021-01-31T00:32:13.351Z] Step 4/6 : WORKDIR /edgex-go [2021-01-31T00:32:13.614Z] ---> Running in d1781b9939d5 [2021-01-31T00:32:13.877Z] Removing intermediate container d1781b9939d5 [2021-01-31T00:32:13.877Z] ---> 40da2129e558 [2021-01-31T00:32:13.877Z] Step 5/6 : COPY go.mod . [2021-01-31T00:32:13.877Z] ---> 1a1894f7be95 [2021-01-31T00:32:13.877Z] Step 6/6 : RUN go mod download [2021-01-31T00:32:14.145Z] ---> Running in b2e6c972803a [2021-01-31T00:32:36.242Z] Removing intermediate container b2e6c972803a [2021-01-31T00:32:36.242Z] ---> 545df4918a71 [2021-01-31T00:32:36.242Z] Successfully built 545df4918a71 [2021-01-31T00:32:36.242Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:32:36.593Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-31T00:32:36.593Z] . [Pipeline] withDockerContainer [2021-01-31T00:32:36.791Z] prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container [2021-01-31T00:32:36.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2021-01-31T00:32:37.847Z] $ docker top 9753abb616a39bfa514faa8879b9243f10b6a052a6947328fad2df47311835e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T00:32:38.394Z] + go version [2021-01-31T00:32:38.394Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-31T00:32:38.409Z] $ docker stop --time=1 9753abb616a39bfa514faa8879b9243f10b6a052a6947328fad2df47311835e9 [2021-01-31T00:32:39.782Z] $ docker rm -f 9753abb616a39bfa514faa8879b9243f10b6a052a6947328fad2df47311835e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:32:40.656Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-31T00:32:40.656Z] . [Pipeline] withDockerContainer [2021-01-31T00:32:40.752Z] prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container [2021-01-31T00:32:40.796Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2021-01-31T00:32:41.577Z] $ docker top a933c7b4986ccdda15926c18e15a9b8871b745512317834620bac9c03c265ded -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-31T00:32:41.756Z] ========================================================= [2021-01-31T00:32:41.756Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-31T00:32:41.756Z] ========================================================= [Pipeline] sh [2021-01-31T00:32:42.050Z] + make test [2021-01-31T00:32:42.050Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-31T00:32:52.104Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-31T00:33:10.408Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-31T00:33:11.359Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-31T00:33:13.314Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-31T00:33:13.314Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-31T00:33:13.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-31T00:33:15.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-31T00:33:15.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-31T00:33:15.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-31T00:33:15.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-31T00:33:15.906Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-31T00:33:15.906Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-31T00:33:18.509Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-31T00:33:18.509Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-31T00:33:18.509Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-31T00:33:21.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 46.2% of statements [2021-01-31T00:33:21.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-31T00:33:21.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-31T00:33:21.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-31T00:33:21.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-31T00:33:21.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-31T00:33:21.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-31T00:33:21.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-31T00:33:21.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements [2021-01-31T00:33:24.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-31T00:33:24.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-31T00:33:24.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-31T00:33:24.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.8% of statements [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-31T00:33:24.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.125s coverage: 82.3% of statements [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-31T00:33:24.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-31T00:33:27.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-31T00:33:27.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-31T00:33:27.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-31T00:33:27.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-31T00:33:27.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements [2021-01-31T00:33:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-31T00:33:27.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2021-01-31T00:33:27.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-31T00:33:27.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-31T00:33:27.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-31T00:33:27.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-31T00:33:30.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-31T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-31T00:33:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-31T00:33:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-31T00:33:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-31T00:33:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements [2021-01-31T00:33:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-01-31T00:33:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-01-31T00:33:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-01-31T00:33:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-01-31T00:33:42.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.038s coverage: 94.4% of statements [2021-01-31T00:33:42.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.440s coverage: 84.0% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.774s coverage: 29.1% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-31T00:33:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.053s coverage: 100.0% of statements [2021-01-31T00:33:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-31T00:33:55.173Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-31T00:33:55.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-31T00:33:55.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-31T00:33:55.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-31T00:33:55.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-31T00:33:55.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-31T00:33:55.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-31T00:33:55.173Z] GO111MODULE=on go vet ./... [2021-01-31T00:34:21.932Z] gofmt -l . [2021-01-31T00:34:21.932Z] [ "`gofmt -l .`" = "" ] [2021-01-31T00:34:21.932Z] ./bin/test-go-mod-tidy.sh [2021-01-31T00:34:22.513Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-31T00:34:23.725Z] + ls -al . [2021-01-31T00:34:23.725Z] total 680 [2021-01-31T00:34:23.725Z] drwxrwxr-x 10 1001 1001 4096 Jan 31 00:34 . [2021-01-31T00:34:23.725Z] drwxr-xr-x 4 root root 30 Jan 31 00:32 .. [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 11 Jan 31 00:30 .dockerignore [2021-01-31T00:34:23.725Z] drwxrwxr-x 8 1001 1001 179 Jan 31 00:31 .git [2021-01-31T00:34:23.725Z] drwxrwxr-x 3 1001 1001 125 Jan 31 00:30 .github [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 872 Jan 31 00:30 .gitignore [2021-01-31T00:34:23.725Z] drwx------ 3 1001 1001 60 Jan 31 00:31 .semver [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 166 Jan 31 00:30 .sonarcloud.properties [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 7859 Jan 31 00:30 Attribution.txt [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 3804 Jan 31 00:30 CONTRIBUTING.md [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 931 Jan 31 00:30 Dockerfile.build [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 863 Jan 31 00:30 Jenkinsfile [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 10775 Jan 31 00:30 LICENSE [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 6001 Jan 31 00:30 Makefile [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 6524 Jan 31 00:30 README.md [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 6755 Jan 31 00:30 SECURITY.md [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 5 Jan 31 00:31 VERSION [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 4131 Jan 31 00:30 ZMQWindows.md [2021-01-31T00:34:23.725Z] drwxrwxr-x 2 1001 1001 117 Jan 31 00:30 bin [2021-01-31T00:34:23.725Z] drwxrwxr-x 15 1001 1001 4096 Jan 31 00:30 cmd [2021-01-31T00:34:23.725Z] -rw-r--r-- 1 root root 574984 Jan 31 00:33 coverage.out [2021-01-31T00:34:23.725Z] -rw-r--r-- 1 root root 1054 Jan 31 00:34 go.mod [2021-01-31T00:34:23.725Z] -rw-r--r-- 1 root root 19289 Jan 31 00:34 go.sum [2021-01-31T00:34:23.725Z] drwxrwxr-x 8 1001 1001 127 Jan 31 00:30 internal [2021-01-31T00:34:23.725Z] drwxrwxr-x 4 1001 1001 26 Jan 31 00:30 openapi [2021-01-31T00:34:23.725Z] drwxrwxr-x 4 1001 1001 71 Jan 31 00:31 snap [2021-01-31T00:34:23.725Z] -rw-rw-r-- 1 1001 1001 168 Jan 31 00:30 version.go [Pipeline] sh [2021-01-31T00:34:24.021Z] + '[' -e coverage.out ] [2021-01-31T00:34:24.021Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-31T00:34:24.293Z] Stashed 1 file(s) [Pipeline] sh [2021-01-31T00:34:24.594Z] + make build [2021-01-31T00:34:24.594Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-31T00:34:28.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-31T00:34:37.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-31T00:34:38.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-31T00:34:39.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-31T00:34:40.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-31T00:34:41.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-31T00:34:43.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-31T00:34:44.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-31T00:34:45.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-31T00:34:46.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-31T00:34:47.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-31T00:34:49.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-31T00:34:50.725Z] $ docker stop --time=1 a933c7b4986ccdda15926c18e15a9b8871b745512317834620bac9c03c265ded [2021-01-31T00:34:52.392Z] $ docker rm -f a933c7b4986ccdda15926c18e15a9b8871b745512317834620bac9c03c265ded [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:34:54.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-31T00:34:54.128Z] [2021-01-31T00:34:54.128Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:34:54.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-31T00:34:54.498Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-31T00:34:54.498Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-31T00:34:54.498Z] ca9280d653b3: Pulling fs layer [2021-01-31T00:34:54.498Z] 7e9c9ca2126c: Pulling fs layer [2021-01-31T00:34:55.903Z] cbdbe7a5bc2a: Download complete [2021-01-31T00:34:55.903Z] ca9280d653b3: Verifying Checksum [2021-01-31T00:34:55.903Z] ca9280d653b3: Download complete [2021-01-31T00:34:56.164Z] cbdbe7a5bc2a: Pull complete [2021-01-31T00:34:57.114Z] ca9280d653b3: Pull complete [2021-01-31T00:34:57.689Z] 7e9c9ca2126c: Verifying Checksum [2021-01-31T00:34:57.689Z] 7e9c9ca2126c: Download complete [2021-01-31T00:35:05.594Z] 7e9c9ca2126c: Pull complete [2021-01-31T00:35:05.594Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-31T00:35:05.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-31T00:35:05.594Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-31T00:35:05.802Z] prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container [2021-01-31T00:35:05.865Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-31T00:35:06.981Z] $ docker top 969d580a16a446fabb7e3c8f862186a22eb932550cb6c14e4285a179b09bdd65 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T00:35:07.472Z] + docker-compose build --help [2021-01-31T00:35:07.472Z] + grep parallel [2021-01-31T00:35:08.426Z] --parallel Build images in parallel. [Pipeline] } [2021-01-31T00:35:08.439Z] $ docker stop --time=1 969d580a16a446fabb7e3c8f862186a22eb932550cb6c14e4285a179b09bdd65 [2021-01-31T00:35:08.486Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24156 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [2021-01-31T00:35:09.803Z] $ docker rm -f 969d580a16a446fabb7e3c8f862186a22eb932550cb6c14e4285a179b09bdd65 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws [2021-01-31T00:35:09.981Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:35:10.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-31T00:35:10.637Z] . [Pipeline] withDockerContainer [2021-01-31T00:35:10.740Z] prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container [2021-01-31T00:35:10.784Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-devops/edgex-compose:latest cat [2021-01-31T00:35:11.439Z] $ docker top 83ddf5f3ad578616322d8dd497ccf6a742d5ee1084f4f11de318b91e6b1789a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T00:35:11.918Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-31T00:35:12.859Z] Building docker-core-command-go ... [2021-01-31T00:35:12.859Z] Building docker-core-data-go ... [2021-01-31T00:35:12.859Z] Building docker-core-metadata-go ... [2021-01-31T00:35:12.859Z] Building docker-security-bootstrapper-go ... [2021-01-31T00:35:12.859Z] Building docker-security-proxy-setup-go ... [2021-01-31T00:35:12.859Z] Building docker-security-secretstore-setup-go ... [2021-01-31T00:35:12.859Z] Building docker-support-notifications-go ... [2021-01-31T00:35:12.859Z] Building docker-support-scheduler-go ... [2021-01-31T00:35:12.859Z] Building docker-sys-mgmt-agent-go ... [2021-01-31T00:35:12.859Z] Building docker-support-notifications-go [2021-01-31T00:35:12.859Z] Building docker-support-scheduler-go [2021-01-31T00:35:12.859Z] Building docker-core-metadata-go [2021-01-31T00:35:12.859Z] Building docker-security-secretstore-setup-go [2021-01-31T00:35:12.859Z] Building docker-security-proxy-setup-go [2021-01-31T00:35:14.896Z] using credential edgex-jenkins-ssh [2021-01-31T00:35:14.965Z] Cloning the remote Git repository [2021-01-31T00:35:15.030Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-31T00:35:15.139Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-01-31T00:35:15.230Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-31T00:35:15.231Z] > git --version # timeout=10 [2021-01-31T00:35:15.251Z] > git --version # 'git version 2.17.1' [2021-01-31T00:35:15.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T00:35:15.304Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T00:35:31.944Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-31T00:35:31.967Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T00:35:32.000Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-31T00:35:32.034Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-31T00:35:32.034Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T00:35:32.047Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-31T00:35:32.790Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-31T00:35:33.800Z] Merge succeeded, producing 6f83bf6a3df7979f80417a20b88df2fdaf4300d3 [2021-01-31T00:35:33.800Z] Checking out Revision 6f83bf6a3df7979f80417a20b88df2fdaf4300d3 (PR-3034) [2021-01-31T00:35:32.856Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T00:35:32.877Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-31T00:35:33.183Z] > git remote # timeout=10 [2021-01-31T00:35:33.201Z] > git config --get remote.origin.url # timeout=10 [2021-01-31T00:35:33.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T00:35:33.223Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-01-31T00:35:33.788Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-31T00:35:33.810Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T00:35:33.819Z] > git checkout -f 6f83bf6a3df7979f80417a20b88df2fdaf4300d3 # timeout=10 [2021-01-31T00:35:38.155Z] Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" [2021-01-31T00:35:38.182Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-31T00:35:38.166Z] > git rev-list --no-walk 03dc6a08e10e6826bdac4ef4a06d6a725c3a5236 # timeout=10 [2021-01-31T00:35:39.722Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-31T00:35:40.133Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-31T00:35:40.474Z] + sudo service docker+ restart [2021-01-31T00:35:40.474Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-31T00:35:42.531Z] provisioning config files... [2021-01-31T00:35:42.573Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config1760758819933757992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:35:42.985Z] ---> docker-login.sh [2021-01-31T00:35:42.985Z] nexus3.edgexfoundry.org:10001 [2021-01-31T00:35:43.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:35:44.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:35:44.243Z] Configure a credential helper to remove this warning. See [2021-01-31T00:35:44.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:35:44.243Z] [2021-01-31T00:35:44.243Z] Login Succeeded [2021-01-31T00:35:44.243Z] nexus3.edgexfoundry.org:10002 [2021-01-31T00:35:44.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:35:44.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:35:44.789Z] Configure a credential helper to remove this warning. See [2021-01-31T00:35:44.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:35:44.789Z] [2021-01-31T00:35:44.789Z] Login Succeeded [2021-01-31T00:35:44.789Z] nexus3.edgexfoundry.org:10003 [2021-01-31T00:35:45.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:35:45.307Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:35:45.307Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:35:45.307Z] ---> 545df4918a71 [2021-01-31T00:35:45.307Z] Step 3/21 : WORKDIR /edgex-go [2021-01-31T00:35:45.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:35:45.335Z] Configure a credential helper to remove this warning. See [2021-01-31T00:35:45.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:35:45.335Z] [2021-01-31T00:35:45.335Z] Login Succeeded [2021-01-31T00:35:45.335Z] nexus3.edgexfoundry.org:10004 [2021-01-31T00:35:45.570Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:35:45.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:35:45.832Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:35:45.832Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:35:45.832Z] ---> 545df4918a71 [2021-01-31T00:35:45.832Z] Step 3/22 : WORKDIR /edgex-go [2021-01-31T00:35:45.832Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:35:45.832Z] ---> 545df4918a71 [2021-01-31T00:35:45.832Z] Step 3/23 : WORKDIR /edgex-go [2021-01-31T00:35:45.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:35:45.884Z] Configure a credential helper to remove this warning. See [2021-01-31T00:35:45.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:35:45.884Z] [2021-01-31T00:35:45.884Z] Login Succeeded [2021-01-31T00:35:45.884Z] docker.io [2021-01-31T00:35:46.103Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:35:46.103Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:35:46.103Z] ---> 545df4918a71 [2021-01-31T00:35:46.103Z] Step 3/24 : WORKDIR /edgex-go [2021-01-31T00:35:46.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T00:35:46.364Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:35:46.364Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:35:46.364Z] ---> 545df4918a71 [2021-01-31T00:35:46.364Z] Step 3/22 : WORKDIR /edgex-go [2021-01-31T00:35:46.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T00:35:46.437Z] Configure a credential helper to remove this warning. See [2021-01-31T00:35:46.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T00:35:46.437Z] [2021-01-31T00:35:46.437Z] Login Succeeded [2021-01-31T00:35:46.437Z] ---> docker-login.sh ends [Pipeline] } [2021-01-31T00:35:46.454Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-31T00:35:46.857Z] ========================================================= [2021-01-31T00:35:46.857Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-31T00:35:46.857Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:35:47.241Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-31T00:35:47.308Z] ---> Running in 9975627888b7 [2021-01-31T00:35:47.308Z] ---> Running in 70edd38852ad [2021-01-31T00:35:47.308Z] ---> Running in 96490cbd48ad [2021-01-31T00:35:47.308Z] ---> Running in 8bdcb217f2e3 [2021-01-31T00:35:47.308Z] ---> Running in c9600d74dd49 [2021-01-31T00:35:47.881Z] Removing intermediate container 96490cbd48ad [2021-01-31T00:35:47.881Z] ---> 8080bef424d8 [2021-01-31T00:35:47.881Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:35:47.881Z] Removing intermediate container 9975627888b7 [2021-01-31T00:35:47.881Z] ---> 1c1d41e41255 [2021-01-31T00:35:47.881Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:35:47.881Z] Removing intermediate container c9600d74dd49 [2021-01-31T00:35:47.881Z] ---> bfe80b75c3c4 [2021-01-31T00:35:47.881Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:35:47.881Z] Removing intermediate container 8bdcb217f2e3 [2021-01-31T00:35:47.881Z] ---> 30c56418d913 [2021-01-31T00:35:47.881Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:35:47.881Z] Removing intermediate container 70edd38852ad [2021-01-31T00:35:47.881Z] ---> bc93c39fc655 [2021-01-31T00:35:47.881Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:35:48.143Z] ---> Running in 86a91ce550c5 [2021-01-31T00:35:48.143Z] ---> Running in 35afdab1e753 [2021-01-31T00:35:48.143Z] ---> Running in c111a7c4e55a [2021-01-31T00:35:48.143Z] ---> Running in db6b2704e4b9 [2021-01-31T00:35:48.143Z] ---> Running in ff99dd8fd6c7 [2021-01-31T00:35:49.906Z] Sending build context to Docker daemon 166MB [2021-01-31T00:35:49.907Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-31T00:35:49.907Z] Step 2/6 : FROM ${BASE} [2021-01-31T00:35:49.907Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-31T00:35:49.907Z] 5f621e34cdf4: Pulling fs layer [2021-01-31T00:35:49.907Z] a4357932f1b6: Pulling fs layer [2021-01-31T00:35:49.907Z] 18c013af1878: Pulling fs layer [2021-01-31T00:35:49.907Z] 00ac8860ef70: Pulling fs layer [2021-01-31T00:35:49.907Z] 63d7cb157983: Pulling fs layer [2021-01-31T00:35:49.907Z] b116817d02f9: Pulling fs layer [2021-01-31T00:35:49.907Z] 745a02a5169b: Pulling fs layer [2021-01-31T00:35:49.907Z] 00ac8860ef70: Waiting [2021-01-31T00:35:49.907Z] b116817d02f9: Waiting [2021-01-31T00:35:49.907Z] 745a02a5169b: Waiting [2021-01-31T00:35:49.907Z] 63d7cb157983: Waiting [2021-01-31T00:35:49.907Z] 18c013af1878: Verifying Checksum [2021-01-31T00:35:49.907Z] 18c013af1878: Download complete [2021-01-31T00:35:49.907Z] a4357932f1b6: Download complete [2021-01-31T00:35:49.907Z] 63d7cb157983: Download complete [2021-01-31T00:35:49.907Z] b116817d02f9: Download complete [2021-01-31T00:35:49.907Z] 5f621e34cdf4: Verifying Checksum [2021-01-31T00:35:49.907Z] 5f621e34cdf4: Download complete [2021-01-31T00:35:50.513Z] 5f621e34cdf4: Pull complete [2021-01-31T00:35:50.751Z] Removing intermediate container 35afdab1e753 [2021-01-31T00:35:50.751Z] ---> 746927835815 [2021-01-31T00:35:50.751Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-31T00:35:50.751Z] Removing intermediate container c111a7c4e55a [2021-01-31T00:35:50.751Z] ---> 533847f59458 [2021-01-31T00:35:50.751Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-31T00:35:50.751Z] ---> Running in ba03c7111285 [2021-01-31T00:35:50.751Z] Removing intermediate container 86a91ce550c5 [2021-01-31T00:35:50.751Z] ---> 11521f1bffa6 [2021-01-31T00:35:50.751Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-31T00:35:50.751Z] ---> Running in 04800ff297a8 [2021-01-31T00:35:50.751Z] ---> Running in f81ef8d52c62 [2021-01-31T00:35:50.792Z] a4357932f1b6: Pull complete [2021-01-31T00:35:51.029Z] Removing intermediate container db6b2704e4b9 [2021-01-31T00:35:51.030Z] ---> c646e2c39460 [2021-01-31T00:35:51.030Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-31T00:35:51.030Z] Removing intermediate container ff99dd8fd6c7 [2021-01-31T00:35:51.030Z] ---> 85dede613d2d [2021-01-31T00:35:51.030Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-31T00:35:51.030Z] ---> Running in d20b2b625c4a [2021-01-31T00:35:51.030Z] ---> Running in d4d4a5bafebc [2021-01-31T00:35:51.397Z] 18c013af1878: Pull complete [2021-01-31T00:35:51.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:51.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:51.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:52.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:52.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:52.392Z] 745a02a5169b: Verifying Checksum [2021-01-31T00:35:52.392Z] 745a02a5169b: Download complete [2021-01-31T00:35:52.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:53.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:53.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:53.392Z] 00ac8860ef70: Download complete [2021-01-31T00:35:53.590Z] OK: 233 MiB in 51 packages [2021-01-31T00:35:53.590Z] OK: 233 MiB in 51 packages [2021-01-31T00:35:53.851Z] OK: 233 MiB in 51 packages [2021-01-31T00:35:53.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:54.113Z] Removing intermediate container d4d4a5bafebc [2021-01-31T00:35:54.113Z] ---> c0fe77699e16 [2021-01-31T00:35:54.113Z] Step 6/22 : COPY go.mod . [2021-01-31T00:35:54.113Z] Removing intermediate container d20b2b625c4a [2021-01-31T00:35:54.113Z] ---> 2fb7d525a2b5 [2021-01-31T00:35:54.113Z] Step 6/21 : COPY go.mod . [2021-01-31T00:35:54.388Z] Removing intermediate container ba03c7111285 [2021-01-31T00:35:54.388Z] ---> 89d41a3f6e14 [2021-01-31T00:35:54.388Z] Step 6/23 : COPY go.mod . [2021-01-31T00:35:54.388Z] ---> a1d12dc8979b [2021-01-31T00:35:54.388Z] Step 7/21 : RUN go mod download [2021-01-31T00:35:54.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:35:54.388Z] ---> 1f0011e551e8 [2021-01-31T00:35:54.388Z] Step 7/22 : RUN go mod download [2021-01-31T00:35:54.388Z] ---> Running in bfc462f6980d [2021-01-31T00:35:54.388Z] ---> Running in 24004ab5b464 [2021-01-31T00:35:54.650Z] ---> bc444b5c1dd8 [2021-01-31T00:35:54.650Z] Step 7/23 : RUN go mod download [2021-01-31T00:35:54.917Z] ---> Running in 70f51f9dba02 [2021-01-31T00:35:56.324Z] OK: 233 MiB in 51 packages [2021-01-31T00:35:56.905Z] Removing intermediate container 24004ab5b464 [2021-01-31T00:35:56.905Z] ---> 25447ed8c4a2 [2021-01-31T00:35:56.905Z] Step 8/22 : COPY . . [2021-01-31T00:35:56.905Z] Removing intermediate container 70f51f9dba02 [2021-01-31T00:35:56.905Z] ---> aeac5c34e768 [2021-01-31T00:35:56.905Z] Step 8/23 : COPY . . [2021-01-31T00:35:56.905Z] Removing intermediate container bfc462f6980d [2021-01-31T00:35:56.905Z] ---> 3e15794cd5b1 [2021-01-31T00:35:56.905Z] Step 8/21 : COPY . . [2021-01-31T00:35:56.905Z] OK: 233 MiB in 51 packages [2021-01-31T00:35:56.905Z] Removing intermediate container f81ef8d52c62 [2021-01-31T00:35:56.905Z] ---> 4daeb47a97aa [2021-01-31T00:35:56.905Z] Step 6/24 : COPY go.mod . [2021-01-31T00:36:01.181Z] ---> c79261fa1839 [2021-01-31T00:36:01.181Z] Step 7/24 : RUN go mod download [2021-01-31T00:36:01.767Z] ---> Running in 14c2e958c304 [2021-01-31T00:36:03.571Z] 00ac8860ef70: Pull complete [2021-01-31T00:36:03.571Z] 63d7cb157983: Pull complete [2021-01-31T00:36:03.846Z] b116817d02f9: Pull complete [2021-01-31T00:36:04.388Z] Removing intermediate container 04800ff297a8 [2021-01-31T00:36:04.388Z] ---> 382f8374740f [2021-01-31T00:36:04.388Z] Step 6/22 : COPY go.mod . [2021-01-31T00:36:07.768Z] ---> d1af6be3ae33 [2021-01-31T00:36:07.768Z] Step 7/22 : RUN go mod download [2021-01-31T00:36:08.175Z] 745a02a5169b: Pull complete [2021-01-31T00:36:08.175Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-31T00:36:08.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-31T00:36:08.175Z] ---> b7e6874047d6 [2021-01-31T00:36:08.175Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-31T00:36:08.502Z] ---> Running in 5be2ad204f59 [2021-01-31T00:36:10.798Z] ---> Running in 1620c5df6ea5 [2021-01-31T00:36:12.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:36:12.901Z] Removing intermediate container 14c2e958c304 [2021-01-31T00:36:12.901Z] ---> b07d146d63e8 [2021-01-31T00:36:12.901Z] Step 8/24 : COPY . . [2021-01-31T00:36:13.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:36:15.634Z] (1/12) Installing libmagic (5.38-r0) [2021-01-31T00:36:16.223Z] (2/12) Installing file (5.38-r0) [2021-01-31T00:36:16.223Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-31T00:36:16.494Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-31T00:36:18.272Z] Removing intermediate container 5be2ad204f59 [2021-01-31T00:36:18.272Z] ---> d390a753f140 [2021-01-31T00:36:18.272Z] Step 8/22 : COPY . . [2021-01-31T00:36:36.596Z] ---> 8fa83f8a7d19 [2021-01-31T00:36:36.596Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-31T00:36:36.858Z] ---> 8b164dd23b11 [2021-01-31T00:36:36.858Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-31T00:36:36.858Z] ---> b0ed8e7f273b [2021-01-31T00:36:36.858Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-31T00:36:37.445Z] ---> Running in 90e4612c945a [2021-01-31T00:36:37.712Z] ---> Running in cf266fbf61de [2021-01-31T00:36:37.712Z] ---> Running in 57a67a7c21db [2021-01-31T00:36:38.608Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-31T00:36:38.608Z] (6/12) Installing patch (2.7.6-r6) [2021-01-31T00:36:38.608Z] (7/12) Installing build-base (0.5-r2) [2021-01-31T00:36:38.608Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-31T00:36:38.608Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-31T00:36:38.608Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-31T00:36:38.608Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-31T00:36:38.608Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-31T00:36:38.608Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:36:38.608Z] OK: 217 MiB in 51 packages [2021-01-31T00:36:40.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-31T00:36:40.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-31T00:36:40.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-31T00:36:42.917Z] Removing intermediate container 1620c5df6ea5 [2021-01-31T00:36:42.917Z] ---> 8b19b5fa57c6 [2021-01-31T00:36:42.917Z] Step 4/6 : WORKDIR /edgex-go [2021-01-31T00:36:42.917Z] ---> Running in 5bc4cc477050 [2021-01-31T00:36:42.917Z] Removing intermediate container 5bc4cc477050 [2021-01-31T00:36:42.917Z] ---> 4a781a533826 [2021-01-31T00:36:42.917Z] Step 5/6 : COPY go.mod . [2021-01-31T00:36:43.520Z] ---> 809ac7a8706d [2021-01-31T00:36:43.520Z] Step 6/6 : RUN go mod download [2021-01-31T00:36:43.520Z] ---> Running in d4779dec5392 [2021-01-31T00:36:45.718Z] ---> 0145aa42a4fe [2021-01-31T00:36:45.718Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-31T00:36:45.718Z] ---> Running in 4daadddb2835 [2021-01-31T00:36:45.997Z] ---> a4be4f73ac74 [2021-01-31T00:36:45.997Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-31T00:36:45.997Z] ---> Running in 81e0ba25c88a [2021-01-31T00:36:46.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-31T00:36:46.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-31T00:37:09.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-31T00:37:10.319Z] Removing intermediate container d4779dec5392 [2021-01-31T00:37:10.319Z] ---> 449cf5d4489c [2021-01-31T00:37:10.319Z] Successfully built 449cf5d4489c [2021-01-31T00:37:10.319Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:37:10.660Z] + docker inspect -f . ci-base-image-arm64 [2021-01-31T00:37:10.660Z] . [Pipeline] withDockerContainer [2021-01-31T00:37:10.888Z] prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container [2021-01-31T00:37:10.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2021-01-31T00:37:12.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-31T00:37:12.447Z] $ docker top d7d947b9f6db93384e3e720000123a511c1aafede42171250253de53c4f4f5cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T00:37:13.465Z] + go version [2021-01-31T00:37:13.465Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-31T00:37:13.492Z] $ docker stop --time=1 d7d947b9f6db93384e3e720000123a511c1aafede42171250253de53c4f4f5cd [2021-01-31T00:37:15.394Z] $ docker rm -f d7d947b9f6db93384e3e720000123a511c1aafede42171250253de53c4f4f5cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:37:16.386Z] + docker inspect -f . ci-base-image-arm64 [2021-01-31T00:37:16.386Z] . [Pipeline] withDockerContainer [2021-01-31T00:37:16.649Z] prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container [2021-01-31T00:37:16.737Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2021-01-31T00:37:16.754Z] Removing intermediate container 57a67a7c21db [2021-01-31T00:37:16.754Z] ---> 339abaef6a24 [2021-01-31T00:37:16.754Z] [2021-01-31T00:37:16.754Z] Step 10/22 : FROM alpine:3.12 [2021-01-31T00:37:16.754Z] Removing intermediate container cf266fbf61de [2021-01-31T00:37:16.754Z] ---> a4fd114350b9 [2021-01-31T00:37:16.754Z] [2021-01-31T00:37:16.754Z] Step 10/21 : FROM alpine:3.12 [2021-01-31T00:37:16.754Z] 3.12: Pulling from library/alpine [2021-01-31T00:37:16.754Z] 3.12: Pulling from library/alpine [2021-01-31T00:37:17.765Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-31T00:37:17.766Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-31T00:37:17.766Z] Status: Downloaded newer image for alpine:3.12 [2021-01-31T00:37:17.766Z] ---> 389fef711851 [2021-01-31T00:37:17.766Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-31T00:37:17.766Z] Status: Image is up to date for alpine:3.12 [2021-01-31T00:37:17.766Z] ---> 389fef711851 [2021-01-31T00:37:17.766Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-31T00:37:17.766Z] ---> Running in a2786c7e4179 [2021-01-31T00:37:17.766Z] ---> Running in 747702bab6f6 [2021-01-31T00:37:18.120Z] $ docker top f479f5d14e192b74e538c2bb25fbd194067ab30afd2fe12522af8c1087c1dae9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-31T00:37:18.478Z] ========================================================= [2021-01-31T00:37:18.478Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-31T00:37:18.478Z] ========================================================= [Pipeline] sh [2021-01-31T00:37:19.124Z] + make test [2021-01-31T00:37:19.124Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-31T00:37:19.705Z] Removing intermediate container 4daadddb2835 [2021-01-31T00:37:19.705Z] ---> 86870b08e371 [2021-01-31T00:37:19.705Z] [2021-01-31T00:37:19.705Z] Step 10/24 : FROM alpine:3.12 [2021-01-31T00:37:19.705Z] ---> 389fef711851 [2021-01-31T00:37:19.705Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-31T00:37:21.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:21.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:21.632Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-31T00:37:21.898Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-31T00:37:21.898Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-31T00:37:21.898Z] (4/4) Installing curl (7.69.1-r3) [2021-01-31T00:37:21.898Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:37:21.898Z] Executing ca-certificates-20191127-r4.trigger [2021-01-31T00:37:21.898Z] OK: 7 MiB in 18 packages [2021-01-31T00:37:22.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:22.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:22.520Z] ---> Running in df4c0b71dcfb [2021-01-31T00:37:22.520Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-31T00:37:22.520Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-31T00:37:22.520Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:37:22.520Z] Executing ca-certificates-20191127-r4.trigger [2021-01-31T00:37:22.520Z] OK: 6 MiB in 16 packages [2021-01-31T00:37:22.520Z] Removing intermediate container 90e4612c945a [2021-01-31T00:37:22.520Z] ---> a9fe147c025c [2021-01-31T00:37:22.520Z] [2021-01-31T00:37:22.520Z] Step 10/23 : FROM alpine:3.12 [2021-01-31T00:37:22.520Z] ---> 389fef711851 [2021-01-31T00:37:22.520Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-31T00:37:23.120Z] ---> Running in 1979465d995f [2021-01-31T00:37:23.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:23.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:23.961Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-31T00:37:23.961Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-31T00:37:23.961Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-31T00:37:24.223Z] (4/5) Installing curl (7.69.1-r3) [2021-01-31T00:37:24.223Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-31T00:37:24.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:37:24.223Z] Executing ca-certificates-20191127-r4.trigger [2021-01-31T00:37:24.223Z] OK: 7 MiB in 19 packages [2021-01-31T00:37:24.798Z] Removing intermediate container a2786c7e4179 [2021-01-31T00:37:24.798Z] ---> 4db1a976edf2 [2021-01-31T00:37:24.798Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-31T00:37:26.201Z] Removing intermediate container 747702bab6f6 [2021-01-31T00:37:26.202Z] ---> 94dd546c1efd [2021-01-31T00:37:26.202Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:37:26.472Z] ---> Running in 99a0a8de7238 [2021-01-31T00:37:26.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:26.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:26.472Z] Removing intermediate container 81e0ba25c88a [2021-01-31T00:37:26.472Z] ---> 759ef0aad1ac [2021-01-31T00:37:26.472Z] [2021-01-31T00:37:26.472Z] Step 10/22 : FROM alpine:3.12 [2021-01-31T00:37:26.472Z] ---> 389fef711851 [2021-01-31T00:37:26.472Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-31T00:37:26.472Z] ---> Running in dc650c1b62f4 [2021-01-31T00:37:26.737Z] ---> Running in 324b1e5edbbf [2021-01-31T00:37:26.737Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-31T00:37:26.737Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:37:26.737Z] OK: 6 MiB in 15 packages [2021-01-31T00:37:27.311Z] Removing intermediate container 99a0a8de7238 [2021-01-31T00:37:27.311Z] ---> 96351193160c [2021-01-31T00:37:27.311Z] Step 13/21 : WORKDIR /edgex [2021-01-31T00:37:28.286Z] ---> Running in b1a83a5faf50 [2021-01-31T00:37:28.286Z] Removing intermediate container dc650c1b62f4 [2021-01-31T00:37:28.286Z] ---> ef1639e06a19 [2021-01-31T00:37:28.286Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-31T00:37:28.286Z] Removing intermediate container df4c0b71dcfb [2021-01-31T00:37:28.286Z] ---> 91ca90793ce2 [2021-01-31T00:37:28.286Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-31T00:37:28.286Z] ---> Running in bc33277c0dbd [2021-01-31T00:37:28.286Z] ---> Running in 7930a15cb614 [2021-01-31T00:37:28.548Z] Removing intermediate container b1a83a5faf50 [2021-01-31T00:37:28.548Z] ---> d5e9642e7049 [2021-01-31T00:37:28.548Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-31T00:37:28.548Z] Removing intermediate container 1979465d995f [2021-01-31T00:37:28.548Z] ---> 291428e1f854 [2021-01-31T00:37:28.549Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:37:28.549Z] Removing intermediate container bc33277c0dbd [2021-01-31T00:37:28.549Z] ---> da9a99f7f8ee [2021-01-31T00:37:28.549Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-31T00:37:28.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:28.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:37:28.818Z] ---> Running in dfbd3bff2965 [2021-01-31T00:37:28.818Z] ---> Running in e25a61949d93 [2021-01-31T00:37:28.818Z] Removing intermediate container 7930a15cb614 [2021-01-31T00:37:28.818Z] ---> 8a36a17f83ca [2021-01-31T00:37:28.818Z] Step 13/24 : WORKDIR / [2021-01-31T00:37:28.818Z] ---> 1d881851f1b8 [2021-01-31T00:37:28.818Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-31T00:37:29.084Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-31T00:37:29.084Z] ---> Running in 6301c95b7f1d [2021-01-31T00:37:29.084Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:37:29.084Z] OK: 6 MiB in 15 packages [2021-01-31T00:37:29.351Z] Removing intermediate container dfbd3bff2965 [2021-01-31T00:37:29.351Z] ---> bfd9a2a36c0d [2021-01-31T00:37:29.351Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:37:29.351Z] Removing intermediate container e25a61949d93 [2021-01-31T00:37:29.351Z] ---> 8f63699a2abb [2021-01-31T00:37:29.351Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-31T00:37:29.351Z] Removing intermediate container 6301c95b7f1d [2021-01-31T00:37:29.351Z] ---> f0b50788d9d3 [2021-01-31T00:37:29.351Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-31T00:37:29.617Z] ---> Running in e1e03712c7c1 [2021-01-31T00:37:29.617Z] ---> 2d7d65e96213 [2021-01-31T00:37:29.617Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-31T00:37:29.617Z] ---> ecb4534ee70a [2021-01-31T00:37:29.617Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-31T00:37:29.888Z] Removing intermediate container e1e03712c7c1 [2021-01-31T00:37:29.888Z] ---> 65206999cbb8 [2021-01-31T00:37:29.888Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-31T00:37:30.150Z] ---> 210339acdbfd [2021-01-31T00:37:30.150Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-31T00:37:30.412Z] Removing intermediate container 324b1e5edbbf [2021-01-31T00:37:30.412Z] ---> 7e2d1bce3e99 [2021-01-31T00:37:30.412Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:37:30.681Z] ---> Running in d7e20de4c49d [2021-01-31T00:37:30.681Z] ---> Running in 6faeb204abee [2021-01-31T00:37:30.681Z] ---> f215109b9dcc [2021-01-31T00:37:30.681Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-31T00:37:30.681Z] ---> c792f5a3548d [2021-01-31T00:37:30.681Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-31T00:37:30.681Z] ---> 9c3f81bb11b5 [2021-01-31T00:37:30.681Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-31T00:37:30.942Z] ---> Running in 63c40bab852b [2021-01-31T00:37:30.942Z] Removing intermediate container d7e20de4c49d [2021-01-31T00:37:30.942Z] ---> bb9373a0e071 [2021-01-31T00:37:30.942Z] Step 15/23 : WORKDIR / [2021-01-31T00:37:31.211Z] Removing intermediate container 6faeb204abee [2021-01-31T00:37:31.211Z] ---> 7e1c70aa4849 [2021-01-31T00:37:31.211Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-31T00:37:31.211Z] ---> Running in 4952568d28a5 [2021-01-31T00:37:31.211Z] ---> Running in 83c30f1c46e6 [2021-01-31T00:37:31.211Z] ---> a2d5bf8d6062 [2021-01-31T00:37:31.211Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-31T00:37:31.473Z] ---> 44dd6973c9d9 [2021-01-31T00:37:31.473Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-31T00:37:31.473Z] Removing intermediate container 63c40bab852b [2021-01-31T00:37:31.473Z] ---> 54e476379a26 [2021-01-31T00:37:31.473Z] Step 18/21 : CMD ["--init=true"] [2021-01-31T00:37:31.473Z] ---> Running in 3dbaad4f2265 [2021-01-31T00:37:31.741Z] ---> Running in c8ff5fb4497c [2021-01-31T00:37:31.741Z] Removing intermediate container 4952568d28a5 [2021-01-31T00:37:31.741Z] ---> 1e8f3bb78792 [2021-01-31T00:37:31.741Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:37:31.741Z] Removing intermediate container 83c30f1c46e6 [2021-01-31T00:37:31.741Z] ---> 053fdd461605 [2021-01-31T00:37:31.741Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-31T00:37:32.004Z] ---> Running in 0e7b8e14db5c [2021-01-31T00:37:32.004Z] Removing intermediate container 3dbaad4f2265 [2021-01-31T00:37:32.004Z] ---> 86078f3bb9e9 [2021-01-31T00:37:32.004Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:37:32.004Z] ---> 4ef281c83084 [2021-01-31T00:37:32.004Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-31T00:37:32.004Z] Removing intermediate container c8ff5fb4497c [2021-01-31T00:37:32.004Z] ---> 102d2b2846e1 [2021-01-31T00:37:32.004Z] Step 19/21 : LABEL arch=x86_64 [2021-01-31T00:37:32.270Z] ---> Running in 7f46fd3c0b29 [2021-01-31T00:37:32.270Z] ---> Running in 78dd60a236e5 [2021-01-31T00:37:32.270Z] Removing intermediate container 0e7b8e14db5c [2021-01-31T00:37:32.270Z] ---> 4a2b8faf95d3 [2021-01-31T00:37:32.270Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:37:32.270Z] ---> 71281de60016 [2021-01-31T00:37:32.270Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-31T00:37:32.847Z] Removing intermediate container 7f46fd3c0b29 [2021-01-31T00:37:32.847Z] ---> 734c14c667b7 [2021-01-31T00:37:32.847Z] Step 20/22 : LABEL arch=x86_64 [2021-01-31T00:37:32.847Z] ---> 0daaf4100684 [2021-01-31T00:37:32.847Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-31T00:37:33.115Z] ---> d651f9a5e5bb [2021-01-31T00:37:33.115Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-31T00:37:33.115Z] Removing intermediate container 78dd60a236e5 [2021-01-31T00:37:33.115Z] ---> a088f5da74fb [2021-01-31T00:37:33.115Z] Step 20/21 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:37:33.115Z] ---> 03c1f910c503 [2021-01-31T00:37:33.115Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-31T00:37:33.115Z] ---> Running in 3385b32a2fd1 [2021-01-31T00:37:33.387Z] ---> Running in 9f63e74f0aa2 [2021-01-31T00:37:33.387Z] ---> a89e73ce81fe [2021-01-31T00:37:33.387Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-31T00:37:33.650Z] Removing intermediate container 3385b32a2fd1 [2021-01-31T00:37:33.650Z] ---> 9bc3b4cf6838 [2021-01-31T00:37:33.650Z] Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:37:33.650Z] ---> Running in 29d7d367c7e4 [2021-01-31T00:37:33.650Z] ---> 011adb702d6f [2021-01-31T00:37:33.650Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-31T00:37:33.650Z] Removing intermediate container 9f63e74f0aa2 [2021-01-31T00:37:33.650Z] ---> 581689ca7fef [2021-01-31T00:37:33.650Z] Step 21/21 : LABEL version=0.0.0 [2021-01-31T00:37:33.914Z] ---> Running in 26e8ea2594a2 [2021-01-31T00:37:33.914Z] ---> ee61bab11f25 [2021-01-31T00:37:33.914Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-31T00:37:33.914Z] ---> Running in 5222d53528bb [2021-01-31T00:37:33.914Z] ---> Running in da689cb71cea [2021-01-31T00:37:34.178Z] Removing intermediate container 26e8ea2594a2 [2021-01-31T00:37:34.178Z] ---> e2625e325a7d [2021-01-31T00:37:34.178Z] Step 22/22 : LABEL version=0.0.0 [2021-01-31T00:37:34.178Z] Removing intermediate container 5222d53528bb [2021-01-31T00:37:34.178Z] ---> ea9aa2700fac [2021-01-31T00:37:34.178Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:37:34.447Z] Removing intermediate container da689cb71cea [2021-01-31T00:37:34.447Z] ---> 0cabbfc30d30 [2021-01-31T00:37:34.448Z] [2021-01-31T00:37:34.448Z] ---> Running in 01a15b2763a9 [2021-01-31T00:37:34.719Z] ---> 2e9e310f1deb [2021-01-31T00:37:34.719Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-31T00:37:34.719Z] ---> Running in 7a8d90508169 [2021-01-31T00:37:34.719Z] ---> Running in 1370d68eff30 [2021-01-31T00:37:34.982Z] Removing intermediate container 01a15b2763a9 [2021-01-31T00:37:34.982Z] ---> 0287f3ce4db5 [2021-01-31T00:37:34.982Z] [2021-01-31T00:37:34.982Z] Successfully built 0cabbfc30d30 [2021-01-31T00:37:34.982Z] Removing intermediate container 7a8d90508169 [2021-01-31T00:37:34.982Z] ---> 67c9a24c1ffe [2021-01-31T00:37:34.982Z] Step 21/23 : LABEL arch=x86_64 [2021-01-31T00:37:34.982Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-31T00:37:34.982Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-31T00:37:34.982Z] Successfully built 0287f3ce4db5 [2021-01-31T00:37:35.244Z] ---> Running in a099763896be [2021-01-31T00:37:35.244Z] Removing intermediate container 1370d68eff30 [2021-01-31T00:37:35.244Z] ---> 1f1c4619c974 [2021-01-31T00:37:35.244Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:37:35.244Z] Successfully tagged docker-support-notifications-go:latest [2021-01-31T00:37:35.244Z] Building docker-core-command-go [2021-01-31T00:37:35.505Z]  Building docker-support-notifications-go ... done  ---> Running in 6fdcc1de6e5d [2021-01-31T00:37:35.505Z] Removing intermediate container a099763896be [2021-01-31T00:37:35.505Z] ---> f47f95a07d0b [2021-01-31T00:37:35.505Z] Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:37:35.505Z] ---> Running in bad0cdb53852 [2021-01-31T00:37:35.505Z] Removing intermediate container 29d7d367c7e4 [2021-01-31T00:37:35.505Z] ---> 59daf256fd1e [2021-01-31T00:37:35.505Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-31T00:37:35.774Z] Removing intermediate container 6fdcc1de6e5d [2021-01-31T00:37:35.774Z] ---> 026d76d15ef3 [2021-01-31T00:37:35.774Z] Step 20/22 : LABEL arch=x86_64 [2021-01-31T00:37:35.774Z] ---> Running in 019bdb97906f [2021-01-31T00:37:38.338Z] ---> Running in 8f82aa27ed1e [2021-01-31T00:37:38.613Z] Removing intermediate container bad0cdb53852 [2021-01-31T00:37:38.613Z] ---> 0c98e7e0d1b5 [2021-01-31T00:37:38.613Z] Step 23/23 : LABEL version=0.0.0 [2021-01-31T00:37:39.568Z] Removing intermediate container 019bdb97906f [2021-01-31T00:37:39.568Z] ---> 65a74d25534b [2021-01-31T00:37:39.568Z] Step 22/24 : LABEL arch=x86_64 [2021-01-31T00:37:40.523Z] ---> Running in 343862376b20 [2021-01-31T00:37:41.306Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-31T00:37:42.446Z] ---> Running in a7f0686e6e2f [2021-01-31T00:37:42.446Z] Removing intermediate container 8f82aa27ed1e [2021-01-31T00:37:42.446Z] ---> 17d9ae2e4a71 [2021-01-31T00:37:42.446Z] Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:37:43.021Z] Removing intermediate container 343862376b20 [2021-01-31T00:37:43.021Z] ---> 940893e75b9b [2021-01-31T00:37:43.021Z] [2021-01-31T00:37:43.284Z] ---> Running in 94965613459a [2021-01-31T00:37:43.284Z] Removing intermediate container a7f0686e6e2f [2021-01-31T00:37:43.284Z] ---> 1bbc890d4fbc [2021-01-31T00:37:43.284Z] Step 23/24 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:37:43.284Z] Successfully built 940893e75b9b [2021-01-31T00:37:43.284Z] ---> Running in 777a0bc026d7 [2021-01-31T00:37:43.284Z] Successfully tagged docker-core-metadata-go:latest [2021-01-31T00:37:43.284Z] Building docker-core-data-go [2021-01-31T00:37:43.547Z]  Building docker-core-metadata-go ... done Removing intermediate container 94965613459a [2021-01-31T00:37:43.547Z] ---> ac07769f7001 [2021-01-31T00:37:43.547Z] Step 22/22 : LABEL version=0.0.0 [2021-01-31T00:37:43.547Z] ---> Running in 96140f1d14a8 [2021-01-31T00:37:43.547Z] Removing intermediate container 777a0bc026d7 [2021-01-31T00:37:43.547Z] ---> d9479daa2b11 [2021-01-31T00:37:43.547Z] Step 24/24 : LABEL version=0.0.0 [2021-01-31T00:37:43.813Z] ---> Running in 33214eb19ba6 [2021-01-31T00:37:43.813Z] Removing intermediate container 96140f1d14a8 [2021-01-31T00:37:43.813Z] ---> f789bbadb60a [2021-01-31T00:37:43.813Z] [2021-01-31T00:37:44.387Z] Successfully built f789bbadb60a [2021-01-31T00:37:44.655Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-31T00:37:44.655Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-01-31T00:37:44.917Z] Removing intermediate container 33214eb19ba6 [2021-01-31T00:37:44.917Z] ---> 13266d644166 [2021-01-31T00:37:44.917Z] [2021-01-31T00:37:45.501Z] Successfully built 13266d644166 [2021-01-31T00:37:46.899Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-31T00:37:59.460Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:37:59.460Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:37:59.460Z] ---> 545df4918a71 [2021-01-31T00:37:59.460Z] Step 3/23 : WORKDIR /edgex-go [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> bc93c39fc655 [2021-01-31T00:37:59.460Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> 85dede613d2d [2021-01-31T00:37:59.460Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> 2fb7d525a2b5 [2021-01-31T00:37:59.460Z] Step 6/23 : COPY go.mod . [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> a1d12dc8979b [2021-01-31T00:37:59.460Z] Step 7/23 : RUN go mod download [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> 3e15794cd5b1 [2021-01-31T00:37:59.460Z] Step 8/23 : COPY . . [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> 8b164dd23b11 [2021-01-31T00:37:59.460Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-31T00:37:59.460Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:37:59.460Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:37:59.460Z] ---> 545df4918a71 [2021-01-31T00:37:59.460Z] Step 3/26 : WORKDIR /edgex-go [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> bc93c39fc655 [2021-01-31T00:37:59.460Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:37:59.460Z] ---> Using cache [2021-01-31T00:37:59.460Z] ---> 85dede613d2d [2021-01-31T00:37:59.460Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-31T00:37:59.460Z] ---> Running in 3cd3346b062a [2021-01-31T00:37:59.460Z] ---> Running in 65a45d85ea2a [2021-01-31T00:38:03.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-31T00:38:03.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:38:05.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:38:07.770Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:38:07.770Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:38:07.770Z] ---> 545df4918a71 [2021-01-31T00:38:07.770Z] Step 3/31 : WORKDIR /edgex-go [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> bc93c39fc655 [2021-01-31T00:38:07.770Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> 85dede613d2d [2021-01-31T00:38:07.770Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> 2fb7d525a2b5 [2021-01-31T00:38:07.770Z] Step 6/31 : COPY go.mod . [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> a1d12dc8979b [2021-01-31T00:38:07.770Z] Step 7/31 : RUN go mod download [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> 3e15794cd5b1 [2021-01-31T00:38:07.770Z] Step 8/31 : COPY . . [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> 8b164dd23b11 [2021-01-31T00:38:07.770Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-31T00:38:07.770Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:38:07.770Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:38:07.770Z] ---> 545df4918a71 [2021-01-31T00:38:07.770Z] Step 3/23 : WORKDIR /edgex-go [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> bc93c39fc655 [2021-01-31T00:38:07.770Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:38:07.770Z] ---> Using cache [2021-01-31T00:38:07.770Z] ---> 85dede613d2d [2021-01-31T00:38:07.770Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-31T00:38:08.350Z] OK: 233 MiB in 51 packages [2021-01-31T00:38:08.615Z] ---> Running in 2743679ec279 [2021-01-31T00:38:08.615Z] ---> Running in cf603e870f91 [2021-01-31T00:38:10.039Z] Removing intermediate container 3cd3346b062a [2021-01-31T00:38:10.039Z] ---> b5ab69d9a082 [2021-01-31T00:38:10.039Z] Step 6/26 : COPY go.mod . [2021-01-31T00:38:10.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:38:10.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-31T00:38:10.308Z] ---> 5cfced39d9e5 [2021-01-31T00:38:10.308Z] Step 7/26 : RUN go mod download [2021-01-31T00:38:10.308Z] ---> Running in 5ac816a76668 [2021-01-31T00:38:13.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:38:13.678Z] Removing intermediate container 5ac816a76668 [2021-01-31T00:38:13.678Z] ---> ff39ff308963 [2021-01-31T00:38:13.678Z] Step 8/26 : COPY . . [2021-01-31T00:38:16.992Z] OK: 233 MiB in 51 packages [2021-01-31T00:38:20.375Z] Removing intermediate container 2743679ec279 [2021-01-31T00:38:20.375Z] ---> a8310434b4f0 [2021-01-31T00:38:20.375Z] Step 6/23 : COPY go.mod . [2021-01-31T00:38:21.778Z] ---> 773b987314d4 [2021-01-31T00:38:21.778Z] Step 7/23 : RUN go mod download [2021-01-31T00:38:23.211Z] ---> Running in 2e310c16d9c4 [2021-01-31T00:38:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-31T00:38:29.876Z] Removing intermediate container 2e310c16d9c4 [2021-01-31T00:38:29.876Z] ---> 389c3bf5e08b [2021-01-31T00:38:29.876Z] Step 8/23 : COPY . . [2021-01-31T00:38:31.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-31T00:38:33.234Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-31T00:38:38.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-31T00:38:38.670Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-31T00:38:38.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-31T00:38:41.937Z] Removing intermediate container 65a45d85ea2a [2021-01-31T00:38:41.937Z] ---> 3b9dd874e56d [2021-01-31T00:38:41.937Z] [2021-01-31T00:38:41.937Z] Step 10/23 : FROM alpine:3.12 [2021-01-31T00:38:41.937Z] ---> 389fef711851 [2021-01-31T00:38:41.937Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-31T00:38:41.937Z] ---> Using cache [2021-01-31T00:38:41.937Z] ---> 7e2d1bce3e99 [2021-01-31T00:38:41.937Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:38:41.937Z] ---> Using cache [2021-01-31T00:38:41.937Z] ---> 7e1c70aa4849 [2021-01-31T00:38:41.937Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-31T00:38:41.937Z] ---> de30c1f7f684 [2021-01-31T00:38:41.937Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-31T00:38:41.937Z] ---> Running in 35b104c7cb4e [2021-01-31T00:38:41.937Z] ---> Running in 3ae98819b7f1 [2021-01-31T00:38:41.937Z] Removing intermediate container 35b104c7cb4e [2021-01-31T00:38:41.937Z] ---> ca51a1f484f8 [2021-01-31T00:38:41.937Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-31T00:38:42.533Z] ---> Running in 2807711891bc [2021-01-31T00:38:43.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-31T00:38:43.126Z] Removing intermediate container 2807711891bc [2021-01-31T00:38:43.126Z] ---> 654cacd68a1e [2021-01-31T00:38:43.126Z] Step 15/23 : WORKDIR / [2021-01-31T00:38:43.392Z] ---> Running in efb9cf17bfb3 [2021-01-31T00:38:46.958Z] Removing intermediate container efb9cf17bfb3 [2021-01-31T00:38:46.958Z] ---> 4bf77ca73619 [2021-01-31T00:38:46.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:38:46.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-31T00:38:46.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-31T00:38:46.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-31T00:38:46.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-31T00:38:46.993Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-31T00:38:46.993Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-31T00:38:48.415Z] Removing intermediate container cf603e870f91 [2021-01-31T00:38:48.415Z] ---> a185702dbc6d [2021-01-31T00:38:48.415Z] [2021-01-31T00:38:48.415Z] Step 10/31 : FROM alpine:3.12 [2021-01-31T00:38:48.415Z] ---> 389fef711851 [2021-01-31T00:38:48.415Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-31T00:38:49.385Z] ---> 6b2d7f4d004d [2021-01-31T00:38:49.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-31T00:38:49.989Z] ---> Running in 793b0aa494d8 [2021-01-31T00:38:50.986Z] Removing intermediate container 793b0aa494d8 [2021-01-31T00:38:50.986Z] ---> 72f517f8a187 [2021-01-31T00:38:50.986Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-31T00:38:51.969Z] ---> Running in ca55f640d1a2 [2021-01-31T00:38:52.243Z] ---> 4130a213c0cd [2021-01-31T00:38:52.243Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-31T00:38:52.462Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-31T00:38:52.462Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-31T00:38:52.462Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-31T00:38:53.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:38:53.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:38:53.651Z] ---> f064a4329c4a [2021-01-31T00:38:53.651Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-31T00:38:53.929Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-31T00:38:53.929Z] (2/2) Installing su-exec (0.2-r1) [2021-01-31T00:38:53.929Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:38:53.929Z] OK: 6 MiB in 16 packages [2021-01-31T00:38:53.929Z] ---> Running in c1c97383509f [2021-01-31T00:38:54.528Z] ---> 8de55a2dfbd3 [2021-01-31T00:38:54.528Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-31T00:38:54.528Z] Removing intermediate container c1c97383509f [2021-01-31T00:38:54.528Z] ---> deb3005817c5 [2021-01-31T00:38:54.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:38:54.528Z] ---> Running in 0d57fd32045d [2021-01-31T00:38:54.808Z] ---> Running in 1530b7e59003 [2021-01-31T00:38:55.086Z] Removing intermediate container 1530b7e59003 [2021-01-31T00:38:55.086Z] ---> 4a04aca4797e [2021-01-31T00:38:55.086Z] Step 21/23 : LABEL arch=x86_64 [2021-01-31T00:38:55.086Z] Removing intermediate container ca55f640d1a2 [2021-01-31T00:38:55.086Z] ---> 4b81732dc74a [2021-01-31T00:38:55.086Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-31T00:38:55.359Z] ---> Running in 076d7323e235 [2021-01-31T00:38:55.359Z] ---> Running in 116ad5f1b961 [2021-01-31T00:38:55.631Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-31T00:38:55.631Z] Removing intermediate container 076d7323e235 [2021-01-31T00:38:55.631Z] ---> 70a7b76c2035 [2021-01-31T00:38:55.631Z] Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:38:55.899Z] Removing intermediate container 116ad5f1b961 [2021-01-31T00:38:55.899Z] ---> 026319bb9154 [2021-01-31T00:38:55.899Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-31T00:38:55.899Z] ---> Running in 782fcaf2f785 [2021-01-31T00:38:55.899Z] ---> Running in a07b80cce49d [2021-01-31T00:38:56.187Z] Removing intermediate container 782fcaf2f785 [2021-01-31T00:38:56.187Z] ---> bd93247300e5 [2021-01-31T00:38:56.187Z] Step 23/23 : LABEL version=0.0.0 [2021-01-31T00:38:56.187Z] Removing intermediate container a07b80cce49d [2021-01-31T00:38:56.187Z] ---> 5235d8b0880d [2021-01-31T00:38:56.187Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-31T00:38:56.187Z] ---> Running in b56eb2f937c7 [2021-01-31T00:38:56.187Z] ---> Running in fd4bf2b830ca [2021-01-31T00:38:56.776Z] Removing intermediate container b56eb2f937c7 [2021-01-31T00:38:56.776Z] ---> 87441336e10c [2021-01-31T00:38:56.776Z] [2021-01-31T00:38:57.050Z] Successfully built 87441336e10c [2021-01-31T00:38:57.050Z] Successfully tagged docker-core-command-go:latest [2021-01-31T00:38:58.472Z]  Building docker-core-command-go ... done Removing intermediate container fd4bf2b830ca [2021-01-31T00:38:58.472Z] ---> 8c1b8c911469 [2021-01-31T00:38:58.472Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-31T00:38:58.472Z] ---> Running in ceee8daee091 [2021-01-31T00:38:59.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 46.2% of statements [2021-01-31T00:38:59.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-31T00:38:59.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-31T00:38:59.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-31T00:38:59.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-31T00:38:59.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-31T00:38:59.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-31T00:38:59.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-31T00:38:59.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.165s coverage: 100.0% of statements [2021-01-31T00:38:59.436Z] Removing intermediate container ceee8daee091 [2021-01-31T00:38:59.436Z] ---> 32c4ada590cf [2021-01-31T00:38:59.436Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-31T00:39:00.877Z] Removing intermediate container 3ae98819b7f1 [2021-01-31T00:39:00.877Z] ---> 7b6a1f9bcf91 [2021-01-31T00:39:00.877Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-31T00:39:00.877Z] ---> 646bad1c2b11 [2021-01-31T00:39:00.877Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-31T00:39:01.147Z] ---> Running in 87c1e0e988a5 [2021-01-31T00:39:01.147Z] ---> Running in 64d2f467fd9b [2021-01-31T00:39:03.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-31T00:39:04.562Z] Removing intermediate container 64d2f467fd9b [2021-01-31T00:39:04.562Z] ---> ecf5d0d3fc44 [2021-01-31T00:39:04.562Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:39:04.837Z] ---> dbc27554a2a1 [2021-01-31T00:39:04.837Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-31T00:39:05.826Z] Removing intermediate container 87c1e0e988a5 [2021-01-31T00:39:05.826Z] ---> ca2e02953e0f [2021-01-31T00:39:05.826Z] [2021-01-31T00:39:05.826Z] Step 11/26 : FROM docker:20.10.0 [2021-01-31T00:39:05.826Z] ---> f561c0694ddc [2021-01-31T00:39:05.826Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-31T00:39:05.826Z] 20.10.0: Pulling from library/docker [2021-01-31T00:39:05.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.696s coverage: 27.1% of statements [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-31T00:39:05.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-31T00:39:05.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-31T00:39:05.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 65.8% of statements [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-31T00:39:05.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-31T00:39:07.811Z] ---> 987b441842b0 [2021-01-31T00:39:07.811Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-31T00:39:07.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.3% of statements [2021-01-31T00:39:07.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-31T00:39:07.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-31T00:39:07.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-31T00:39:07.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-31T00:39:09.232Z] ---> 39733c0e6f46 [2021-01-31T00:39:09.232Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-31T00:39:09.501Z] ---> 5b474f58f460 [2021-01-31T00:39:09.501Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-31T00:39:09.770Z] ---> Running in b0b8ad5cea45 [2021-01-31T00:39:10.035Z] Removing intermediate container b0b8ad5cea45 [2021-01-31T00:39:10.035Z] ---> cb27a6f0e4ad [2021-01-31T00:39:10.035Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-31T00:39:10.619Z] ---> 190a4d4a3a4c [2021-01-31T00:39:10.619Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-31T00:39:12.074Z] ---> Running in e8aae6481445 [2021-01-31T00:39:14.019Z] Removing intermediate container e8aae6481445 [2021-01-31T00:39:14.019Z] ---> 9248847d2fb6 [2021-01-31T00:39:14.019Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-31T00:39:14.019Z] ---> Running in 42f288cdf4bc [2021-01-31T00:39:14.019Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-31T00:39:14.019Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-31T00:39:14.019Z] ---> aefe523efa57 [2021-01-31T00:39:14.019Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-31T00:39:14.305Z] ---> Running in 6afedd8c1e06 [2021-01-31T00:39:14.305Z] Removing intermediate container 42f288cdf4bc [2021-01-31T00:39:14.305Z] ---> 7c2a6045f991 [2021-01-31T00:39:14.305Z] Step 28/31 : CMD ["gate"] [2021-01-31T00:39:14.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-31T00:39:14.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.208s coverage: 100.0% of statements [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-31T00:39:14.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-31T00:39:14.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements [2021-01-31T00:39:14.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-31T00:39:15.061Z] ---> Running in 5f35b79d704e [2021-01-31T00:39:15.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:15.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:15.348Z] (1/2) Installing readline (8.0.4-r0) [2021-01-31T00:39:15.614Z] (2/2) Installing bash (5.0.17-r0) [2021-01-31T00:39:15.614Z] Executing bash-5.0.17-r0.post-install [2021-01-31T00:39:15.614Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:39:15.614Z] OK: 12 MiB in 22 packages [2021-01-31T00:39:16.202Z] Removing intermediate container 5f35b79d704e [2021-01-31T00:39:16.202Z] ---> a466ac064062 [2021-01-31T00:39:16.202Z] Step 29/31 : LABEL arch=x86_64 [2021-01-31T00:39:16.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements [2021-01-31T00:39:16.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-31T00:39:16.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2021-01-31T00:39:16.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-31T00:39:16.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-31T00:39:16.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-31T00:39:16.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-31T00:39:16.781Z] Removing intermediate container 0d57fd32045d [2021-01-31T00:39:16.781Z] ---> b2cf257daa2b [2021-01-31T00:39:16.781Z] [2021-01-31T00:39:16.781Z] Step 10/23 : FROM alpine:3.12 [2021-01-31T00:39:16.781Z] ---> 389fef711851 [2021-01-31T00:39:16.781Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-31T00:39:16.781Z] ---> Running in add4c5d49c74 [2021-01-31T00:39:17.059Z] ---> Running in 9372a4b2cac5 [2021-01-31T00:39:17.060Z] Removing intermediate container 6afedd8c1e06 [2021-01-31T00:39:17.060Z] ---> 9d1d9daf626d [2021-01-31T00:39:17.060Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-31T00:39:17.060Z] ---> Running in e67fd5701a7e [2021-01-31T00:39:17.326Z] Removing intermediate container add4c5d49c74 [2021-01-31T00:39:17.326Z] ---> 4240046977a7 [2021-01-31T00:39:17.326Z] Step 30/31 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:39:17.326Z] Removing intermediate container 9372a4b2cac5 [2021-01-31T00:39:17.326Z] ---> 00b1cdf53ccb [2021-01-31T00:39:17.326Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-31T00:39:17.588Z] ---> Running in c7c0fbfc03f0 [2021-01-31T00:39:17.588Z] ---> Running in d3e7d6be051a [2021-01-31T00:39:17.588Z] Removing intermediate container e67fd5701a7e [2021-01-31T00:39:17.588Z] ---> 9ba952edbc8c [2021-01-31T00:39:17.588Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-31T00:39:17.588Z] ---> Running in c126b52aff6f [2021-01-31T00:39:17.850Z] Removing intermediate container d3e7d6be051a [2021-01-31T00:39:17.850Z] ---> 001d66b31425 [2021-01-31T00:39:17.850Z] Step 31/31 : LABEL version=0.0.0 [2021-01-31T00:39:17.850Z] Removing intermediate container c7c0fbfc03f0 [2021-01-31T00:39:17.850Z] ---> 7e3a9c8e54ee [2021-01-31T00:39:17.850Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-31T00:39:18.117Z] ---> Running in f493d6fc7c64 [2021-01-31T00:39:18.117Z] Removing intermediate container c126b52aff6f [2021-01-31T00:39:18.117Z] ---> b8952aa45dbf [2021-01-31T00:39:18.117Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-31T00:39:18.117Z] ---> Running in 03e6f6421fa5 [2021-01-31T00:39:18.117Z] ---> Running in 7600bf9d3c3d [2021-01-31T00:39:18.382Z] Removing intermediate container f493d6fc7c64 [2021-01-31T00:39:18.382Z] ---> e6af52498a6a [2021-01-31T00:39:18.382Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:39:18.382Z] ---> Running in 6e634c1a098e [2021-01-31T00:39:18.649Z] Removing intermediate container 03e6f6421fa5 [2021-01-31T00:39:18.649Z] ---> 11bf0105252d [2021-01-31T00:39:18.649Z] [2021-01-31T00:39:18.649Z] Removing intermediate container 7600bf9d3c3d [2021-01-31T00:39:18.649Z] ---> 9f5b3925f689 [2021-01-31T00:39:18.649Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-31T00:39:18.911Z] Successfully built 11bf0105252d [2021-01-31T00:39:18.911Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-31T00:39:19.176Z]  Building docker-security-bootstrapper-go ... done  ---> 90f9579b8996 [2021-01-31T00:39:19.176Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-31T00:39:19.754Z] ---> 1b3339b28b65 [2021-01-31T00:39:19.754Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-31T00:39:19.754Z] Removing intermediate container 6e634c1a098e [2021-01-31T00:39:19.754Z] ---> 14cd3ac99177 [2021-01-31T00:39:19.754Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-31T00:39:19.754Z] ---> Running in e2718f57b5d5 [2021-01-31T00:39:20.021Z] ---> 254d3e79090c [2021-01-31T00:39:20.021Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-31T00:39:20.021Z] ---> Running in 3edd0e8aace9 [2021-01-31T00:39:20.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:20.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:20.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:20.818Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-31T00:39:20.818Z] (2/33) Installing expat (2.2.9-r1) [2021-01-31T00:39:20.818Z] (3/33) Installing libffi (3.3-r2) [2021-01-31T00:39:20.818Z] (4/33) Installing gdbm (1.13-r1) [2021-01-31T00:39:21.079Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-31T00:39:21.079Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-31T00:39:21.079Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-31T00:39:21.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:22.285Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-31T00:39:22.285Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-31T00:39:22.285Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-31T00:39:22.549Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-31T00:39:22.549Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-31T00:39:22.549Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-31T00:39:22.549Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-31T00:39:22.549Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-31T00:39:22.549Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-31T00:39:22.549Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-31T00:39:22.549Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-31T00:39:22.549Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-31T00:39:22.813Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-31T00:39:22.813Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-31T00:39:22.813Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-31T00:39:22.813Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-31T00:39:22.813Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-31T00:39:22.813Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-31T00:39:22.813Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-31T00:39:22.813Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-31T00:39:22.813Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-31T00:39:22.813Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-31T00:39:23.077Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-31T00:39:23.077Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-31T00:39:23.077Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-31T00:39:23.077Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-31T00:39:23.077Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-31T00:39:23.077Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-31T00:39:23.077Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-31T00:39:23.077Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:39:23.077Z] OK: 71 MiB in 55 packages [2021-01-31T00:39:23.339Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.192s coverage: 92.8% of statements [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.1% of statements [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-31T00:39:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 45.5% of statements [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-01-31T00:39:25.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-01-31T00:39:25.267Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-31T00:39:27.185Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-31T00:39:27.448Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:39:27.448Z] OK: 8 MiB in 20 packages [2021-01-31T00:39:30.771Z] Removing intermediate container e2718f57b5d5 [2021-01-31T00:39:30.771Z] ---> 99d9951da56f [2021-01-31T00:39:30.771Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:39:32.159Z] ---> 752f1ae3ce58 [2021-01-31T00:39:32.159Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-31T00:39:32.159Z] Removing intermediate container 3edd0e8aace9 [2021-01-31T00:39:32.159Z] ---> 93633ac679ac [2021-01-31T00:39:32.159Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-31T00:39:32.426Z] ---> Running in 92bcfbfe7804 [2021-01-31T00:39:32.698Z] ---> 29fc3d1ab7c1 [2021-01-31T00:39:32.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-31T00:39:32.970Z] ---> ff4c698377b2 [2021-01-31T00:39:32.970Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-31T00:39:32.970Z] ---> Running in e2e3664b080f [2021-01-31T00:39:33.239Z] Removing intermediate container e2e3664b080f [2021-01-31T00:39:33.239Z] ---> 61d619a2d3d5 [2021-01-31T00:39:33.239Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:39:33.239Z] ---> Running in 8938f953c44e [2021-01-31T00:39:33.503Z] Removing intermediate container 8938f953c44e [2021-01-31T00:39:33.503Z] ---> 8431752555bf [2021-01-31T00:39:33.503Z] Step 21/23 : LABEL arch=x86_64 [2021-01-31T00:39:33.503Z] ---> Running in 99a455a71414 [2021-01-31T00:39:33.773Z] Removing intermediate container 99a455a71414 [2021-01-31T00:39:33.773Z] ---> 77151d5a7155 [2021-01-31T00:39:33.773Z] Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:39:33.773Z] ---> Running in 79ee67e030fd [2021-01-31T00:39:34.038Z] Collecting docker-compose==1.23.2 [2021-01-31T00:39:34.038Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-31T00:39:34.038Z] Removing intermediate container 79ee67e030fd [2021-01-31T00:39:34.038Z] ---> 5d71d3dc7d7d [2021-01-31T00:39:34.038Z] Step 23/23 : LABEL version=0.0.0 [2021-01-31T00:39:34.038Z] ---> Running in 32a8550d4bc7 [2021-01-31T00:39:34.038Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-31T00:39:34.298Z] Collecting docker<4.0,>=3.6.0 [2021-01-31T00:39:34.298Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-31T00:39:34.298Z] Removing intermediate container 32a8550d4bc7 [2021-01-31T00:39:34.298Z] ---> 939c18c81858 [2021-01-31T00:39:34.298Z] [2021-01-31T00:39:34.559Z] Successfully built 939c18c81858 [2021-01-31T00:39:34.559Z] Successfully tagged docker-core-data-go:latest [2021-01-31T00:39:34.559Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-01-31T00:39:34.559Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-31T00:39:35.132Z] Collecting PyYAML<4,>=3.10 [2021-01-31T00:39:35.132Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-31T00:39:36.083Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-31T00:39:37.473Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-31T00:39:37.473Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-31T00:39:37.473Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-31T00:39:37.735Z] Collecting docopt<0.7,>=0.6.1 [2021-01-31T00:39:37.735Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-31T00:39:38.314Z] Collecting cached-property<2,>=1.2.0 [2021-01-31T00:39:38.314Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-31T00:39:38.314Z] Collecting texttable<0.10,>=0.9.0 [2021-01-31T00:39:38.314Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-31T00:39:38.887Z] Collecting jsonschema<3,>=2.5.1 [2021-01-31T00:39:38.887Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-31T00:39:39.148Z] Collecting docker-pycreds>=0.4.0 [2021-01-31T00:39:39.148Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-31T00:39:39.148Z] Collecting idna<2.8,>=2.5 [2021-01-31T00:39:39.148Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-31T00:39:39.408Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-31T00:39:39.408Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-31T00:39:39.408Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-31T00:39:39.408Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-31T00:39:39.408Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-31T00:39:39.408Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-31T00:39:39.408Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-31T00:39:39.408Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-31T00:39:39.669Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, PyYAML, docopt, cached-property, texttable, jsonschema, docker-compose [2021-01-31T00:39:39.669Z] Attempting uninstall: idna [2021-01-31T00:39:39.669Z] Found existing installation: idna 2.9 [2021-01-31T00:39:39.669Z] Uninstalling idna-2.9: [2021-01-31T00:39:39.669Z] Successfully uninstalled idna-2.9 [2021-01-31T00:39:39.930Z] Attempting uninstall: urllib3 [2021-01-31T00:39:39.930Z] Found existing installation: urllib3 1.25.9 [2021-01-31T00:39:39.930Z] Uninstalling urllib3-1.25.9: [2021-01-31T00:39:39.930Z] Successfully uninstalled urllib3-1.25.9 [2021-01-31T00:39:40.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.097s coverage: 94.4% of statements [2021-01-31T00:39:40.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-01-31T00:39:40.191Z] Attempting uninstall: requests [2021-01-31T00:39:40.191Z] Found existing installation: requests 2.23.0 [2021-01-31T00:39:40.191Z] Uninstalling requests-2.23.0: [2021-01-31T00:39:40.191Z] Successfully uninstalled requests-2.23.0 [2021-01-31T00:39:40.535Z] Running setup.py install for dockerpty: started [2021-01-31T00:39:41.154Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-31T00:39:41.154Z] Running setup.py install for PyYAML: started [2021-01-31T00:39:41.730Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-31T00:39:41.730Z] Running setup.py install for docopt: started [2021-01-31T00:39:42.303Z] Running setup.py install for docopt: finished with status 'done' [2021-01-31T00:39:42.303Z] Running setup.py install for texttable: started [2021-01-31T00:39:42.567Z] Running setup.py install for texttable: finished with status 'done' [2021-01-31T00:39:43.140Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-31T00:39:45.700Z] Removing intermediate container 92bcfbfe7804 [2021-01-31T00:39:45.700Z] ---> 7e2c2d6851a0 [2021-01-31T00:39:45.700Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-31T00:39:45.700Z] ---> Running in b7390559ff89 [2021-01-31T00:39:46.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:46.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T00:39:46.540Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-31T00:39:46.540Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-31T00:39:46.540Z] (3/3) Installing curl (7.69.1-r3) [2021-01-31T00:39:46.540Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:39:46.540Z] OK: 72 MiB in 58 packages [2021-01-31T00:39:47.120Z] Removing intermediate container b7390559ff89 [2021-01-31T00:39:47.120Z] ---> 9d8bff012644 [2021-01-31T00:39:47.120Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-31T00:39:47.120Z] ---> Running in 41e8813c2fc5 [2021-01-31T00:39:47.387Z] Removing intermediate container 41e8813c2fc5 [2021-01-31T00:39:47.387Z] ---> 992fc0ebfb67 [2021-01-31T00:39:47.387Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:39:47.387Z] ---> Running in 26dcf3e108a0 [2021-01-31T00:39:47.650Z] Removing intermediate container 26dcf3e108a0 [2021-01-31T00:39:47.650Z] ---> 8e13433cdad5 [2021-01-31T00:39:47.650Z] Step 24/26 : LABEL arch=x86_64 [2021-01-31T00:39:47.650Z] ---> Running in e25df6583c0a [2021-01-31T00:39:47.914Z] Removing intermediate container e25df6583c0a [2021-01-31T00:39:47.914Z] ---> b95e451d4134 [2021-01-31T00:39:47.914Z] Step 25/26 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:39:47.914Z] ---> Running in 1905d72cf4f7 [2021-01-31T00:39:48.176Z] Removing intermediate container 1905d72cf4f7 [2021-01-31T00:39:48.176Z] ---> ea988f9b53c0 [2021-01-31T00:39:48.176Z] Step 26/26 : LABEL version=0.0.0 [2021-01-31T00:39:48.176Z] ---> Running in 7e5852c3f098 [2021-01-31T00:39:48.176Z] Removing intermediate container 7e5852c3f098 [2021-01-31T00:39:48.176Z] ---> af0c52d13cef [2021-01-31T00:39:48.176Z] [2021-01-31T00:39:48.439Z] Successfully built af0c52d13cef [2021-01-31T00:39:48.439Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-31T00:39:48.715Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-31T00:39:48.728Z] $ docker stop --time=1 83ddf5f3ad578616322d8dd497ccf6a742d5ee1084f4f11de318b91e6b1789a1 [2021-01-31T00:39:50.427Z] $ docker rm -f 83ddf5f3ad578616322d8dd497ccf6a742d5ee1084f4f11de318b91e6b1789a1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-31T00:39:50.966Z] + grep docker [2021-01-31T00:39:50.966Z] + docker images [2021-01-31T00:39:51.228Z] docker-sys-mgmt-agent-go latest af0c52d13cef 3 seconds ago 313MB [2021-01-31T00:39:51.228Z] docker-core-data-go latest 939c18c81858 17 seconds ago 22.3MB [2021-01-31T00:39:51.228Z] docker-security-bootstrapper-go latest 11bf0105252d 33 seconds ago 23.8MB [2021-01-31T00:39:51.228Z] docker-core-command-go latest 87441336e10c 55 seconds ago 16.9MB [2021-01-31T00:39:51.228Z] docker-security-secretstore-setup-go latest 13266d644166 2 minutes ago 24.6MB [2021-01-31T00:39:51.228Z] docker-support-scheduler-go latest f789bbadb60a 2 minutes ago 17MB [2021-01-31T00:39:51.228Z] docker-core-metadata-go latest 940893e75b9b 2 minutes ago 18.8MB [2021-01-31T00:39:51.228Z] docker-security-proxy-setup-go latest 0cabbfc30d30 2 minutes ago 24.4MB [2021-01-31T00:39:51.228Z] docker-support-notifications-go latest 0287f3ce4db5 2 minutes ago 16.9MB [2021-01-31T00:39:51.228Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 63.5% of statements [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-31T00:39:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-31T00:39:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-31T00:39:53.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements [2021-01-31T00:39:53.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-31T00:39:53.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-31T00:39:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.653s coverage: 84.0% of statements [2021-01-31T00:39:54.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2021-01-31T00:40:01.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.355s coverage: 47.1% of statements [2021-01-31T00:40:01.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-31T00:40:01.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-31T00:40:01.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-31T00:40:01.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-31T00:40:01.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-31T00:40:01.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-01-31T00:40:01.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-31T00:40:01.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements [2021-01-31T00:40:01.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-31T00:40:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.314s coverage: 29.1% of statements [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-31T00:40:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-31T00:40:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-31T00:40:06.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-31T00:40:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.173s coverage: 100.0% of statements [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-31T00:40:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-31T00:40:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-31T00:40:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-31T00:40:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-31T00:40:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-31T00:40:06.897Z] Still waiting to schedule task [2021-01-31T00:40:06.898Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-31T00:40:07.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-31T00:40:08.183Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-31T00:40:09.163Z] GO111MODULE=on go vet ./... [2021-01-31T00:41:30.956Z] gofmt -l . [2021-01-31T00:41:30.956Z] [ "`gofmt -l .`" = "" ] [2021-01-31T00:41:30.956Z] ./bin/test-go-mod-tidy.sh [2021-01-31T00:41:30.956Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-31T00:41:31.617Z] + ls -al . [2021-01-31T00:41:31.617Z] total 708 [2021-01-31T00:41:31.617Z] drwxrwxr-x 9 1001 1001 4096 Jan 31 00:41 . [2021-01-31T00:41:31.617Z] drwxr-xr-x 4 root root 4096 Jan 31 00:37 .. [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 11 Jan 31 00:35 .dockerignore [2021-01-31T00:41:31.617Z] drwxrwxr-x 8 1001 1001 4096 Jan 31 00:35 .git [2021-01-31T00:41:31.617Z] drwxrwxr-x 3 1001 1001 4096 Jan 31 00:35 .github [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 872 Jan 31 00:35 .gitignore [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 166 Jan 31 00:35 .sonarcloud.properties [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 7859 Jan 31 00:35 Attribution.txt [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 3804 Jan 31 00:35 CONTRIBUTING.md [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 931 Jan 31 00:35 Dockerfile.build [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 863 Jan 31 00:35 Jenkinsfile [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 10775 Jan 31 00:35 LICENSE [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 6001 Jan 31 00:35 Makefile [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 6524 Jan 31 00:35 README.md [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 6755 Jan 31 00:35 SECURITY.md [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 5 Jan 31 00:31 VERSION [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 4131 Jan 31 00:35 ZMQWindows.md [2021-01-31T00:41:31.617Z] drwxrwxr-x 2 1001 1001 4096 Jan 31 00:35 bin [2021-01-31T00:41:31.617Z] drwxrwxr-x 15 1001 1001 4096 Jan 31 00:35 cmd [2021-01-31T00:41:31.617Z] -rw-r--r-- 1 root root 574984 Jan 31 00:40 coverage.out [2021-01-31T00:41:31.617Z] -rw-r--r-- 1 root root 1054 Jan 31 00:41 go.mod [2021-01-31T00:41:31.617Z] -rw-r--r-- 1 root root 19289 Jan 31 00:41 go.sum [2021-01-31T00:41:31.617Z] drwxrwxr-x 8 1001 1001 4096 Jan 31 00:35 internal [2021-01-31T00:41:31.617Z] drwxrwxr-x 4 1001 1001 4096 Jan 31 00:35 openapi [2021-01-31T00:41:31.617Z] drwxrwxr-x 4 1001 1001 4096 Jan 31 00:35 snap [2021-01-31T00:41:31.617Z] -rw-rw-r-- 1 1001 1001 168 Jan 31 00:35 version.go [Pipeline] sh [2021-01-31T00:41:32.268Z] + '[' -e coverage.out ] [2021-01-31T00:41:32.268Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-31T00:41:32.332Z] Warning: overwriting stash ‘coverage-report’ [2021-01-31T00:41:33.482Z] Stashed 1 file(s) [Pipeline] sh [2021-01-31T00:41:34.201Z] + make build [2021-01-31T00:41:34.201Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-31T00:41:44.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-31T00:42:02.862Z] Running on prd-ubuntu18.04-docker-8c-8g-24160 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-31T00:42:02.916Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-01-31T00:42:05.093Z] using credential edgex-jenkins-ssh [2021-01-31T00:42:05.154Z] Cloning the remote Git repository [2021-01-31T00:42:05.179Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-31T00:42:05.243Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-01-31T00:42:05.275Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-31T00:42:05.276Z] > git --version # timeout=10 [2021-01-31T00:42:05.289Z] > git --version # 'git version 2.17.1' [2021-01-31T00:42:05.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T00:42:05.315Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T00:42:06.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-31T00:42:11.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-31T00:42:16.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-31T00:42:16.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-31T00:42:22.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-01-31T00:42:24.698Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-31T00:42:24.083Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-31T00:42:24.089Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T00:42:24.097Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-31T00:42:24.107Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-31T00:42:24.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T00:42:24.111Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-31T00:42:24.711Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T00:42:24.715Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-31T00:42:24.780Z] > git remote # timeout=10 [2021-01-31T00:42:24.786Z] > git config --get remote.origin.url # timeout=10 [2021-01-31T00:42:24.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T00:42:24.793Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-01-31T00:42:24.923Z] Merge succeeded, producing 8fc1763289271aee507f519b2b1f19463565b0a7 [2021-01-31T00:42:24.924Z] Checking out Revision 8fc1763289271aee507f519b2b1f19463565b0a7 (PR-3034) [2021-01-31T00:42:24.922Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-31T00:42:24.930Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T00:42:24.933Z] > git checkout -f 8fc1763289271aee507f519b2b1f19463565b0a7 # timeout=10 [2021-01-31T00:42:27.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-31T00:42:28.574Z] Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" [2021-01-31T00:42:28.583Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:42:28.581Z] > git rev-list --no-walk 03dc6a08e10e6826bdac4ef4a06d6a725c3a5236 # timeout=10 [2021-01-31T00:42:29.669Z] + echo snap-build.sh [2021-01-31T00:42:29.669Z] snap-build.sh [2021-01-31T00:42:29.669Z] + SNAP_BASE_DIR=. [2021-01-31T00:42:29.669Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-01-31T00:42:29.669Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-01-31T00:42:29.669Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-01-31T00:42:29.669Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-01-31T00:42:29.669Z] + cd /w/workspace/edgex-go/14 [2021-01-31T00:42:29.669Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-31T00:42:29.669Z] Reading package lists... [2021-01-31T00:42:29.669Z] Building dependency tree... [2021-01-31T00:42:29.669Z] Reading state information... [2021-01-31T00:42:29.931Z] The following packages were automatically installed and are no longer required: [2021-01-31T00:42:29.931Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-31T00:42:29.931Z] uidmap xdelta3 [2021-01-31T00:42:29.931Z] Use 'sudo apt autoremove' to remove them. [2021-01-31T00:42:29.931Z] The following packages will be REMOVED: [2021-01-31T00:42:29.931Z] lxd* lxd-client* [2021-01-31T00:42:30.192Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-31T00:42:30.192Z] After this operation, 31.7 MB disk space will be freed. [2021-01-31T00:42:30.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-31T00:42:31.237Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-31T00:42:31.237Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-31T00:42:32.186Z] Removing lxd dnsmasq configuration [2021-01-31T00:42:32.186Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-31T00:42:32.186Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-31T00:42:33.127Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-31T00:42:33.388Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-31T00:42:33.388Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-31T00:42:34.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-31T00:42:34.775Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-31T00:42:34.775Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-31T00:42:35.717Z] + sudo snap remove --purge lxd [2021-01-31T00:42:35.981Z] snap "lxd" is not installed [2021-01-31T00:42:35.981Z] + sudo groupadd --force --system lxd [2021-01-31T00:42:35.981Z] ++ whoami [2021-01-31T00:42:35.981Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-31T00:42:35.981Z] + newgrp - lxd [2021-01-31T00:42:35.981Z] + sudo snap install lxd [2021-01-31T00:42:37.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-31T00:42:41.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-31T00:42:44.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-31T00:42:45.993Z] 2021-01-31T00:42:43Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-01-31T00:42:50.190Z] $ docker stop --time=1 f479f5d14e192b74e538c2bb25fbd194067ab30afd2fe12522af8c1087c1dae9 [2021-01-31T00:42:52.727Z] $ docker rm -f f479f5d14e192b74e538c2bb25fbd194067ab30afd2fe12522af8c1087c1dae9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:42:54.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-31T00:42:54.640Z] [2021-01-31T00:42:54.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:42:55.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-31T00:42:55.289Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-31T00:42:55.289Z] 29e5d40040c1: Pulling fs layer [2021-01-31T00:42:55.289Z] 1ce36da41761: Pulling fs layer [2021-01-31T00:42:55.289Z] 25b303627fd3: Pulling fs layer [2021-01-31T00:42:55.561Z] 29e5d40040c1: Verifying Checksum [2021-01-31T00:42:55.561Z] 29e5d40040c1: Download complete [2021-01-31T00:42:56.159Z] 1ce36da41761: Verifying Checksum [2021-01-31T00:42:56.159Z] 1ce36da41761: Download complete [2021-01-31T00:42:56.159Z] 29e5d40040c1: Pull complete [2021-01-31T00:42:57.592Z] 1ce36da41761: Pull complete [2021-01-31T00:42:58.324Z] lxd 4.10 from Canonical* installed [2021-01-31T00:42:58.324Z] + sudo lxd init --auto [2021-01-31T00:42:58.570Z] 25b303627fd3: Verifying Checksum [2021-01-31T00:42:58.570Z] 25b303627fd3: Download complete [2021-01-31T00:43:06.461Z] + sudo snap install --classic snapcraft [2021-01-31T00:43:08.716Z] 25b303627fd3: Pull complete [2021-01-31T00:43:08.716Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-31T00:43:08.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-31T00:43:08.716Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-31T00:43:08.946Z] prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container [2021-01-31T00:43:09.033Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-devops/edgex-compose-arm64:latest cat [2021-01-31T00:43:10.675Z] snapcraft 4.4.4 from Canonical* installed [2021-01-31T00:43:10.675Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-31T00:43:10.675Z] + patch --verbose -p1 [2021-01-31T00:43:10.675Z] Hmm... Looks like a unified diff to me... [2021-01-31T00:43:10.675Z] The text leading up to this was: [2021-01-31T00:43:10.675Z] -------------------------- [2021-01-31T00:43:10.675Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-31T00:43:10.675Z] |From: Tony Espy [2021-01-31T00:43:10.675Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-31T00:43:10.675Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-31T00:43:10.675Z] | [2021-01-31T00:43:10.675Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-31T00:43:10.675Z] |optimize the snap CI check run for pull requests. When [2021-01-31T00:43:10.675Z] |applied, it essentially strips out everything (apps and [2021-01-31T00:43:10.675Z] |parts) from the snapcraft.yaml file except those required [2021-01-31T00:43:10.675Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-31T00:43:10.675Z] |catch changes to edgex-go that break the snap build. [2021-01-31T00:43:10.675Z] | [2021-01-31T00:43:10.675Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-31T00:43:10.675Z] |to update this patch file, otherwise it may fail to apply, [2021-01-31T00:43:10.675Z] |resulting in a failed snap build CI check in the associated [2021-01-31T00:43:10.675Z] |pull request. [2021-01-31T00:43:10.675Z] | [2021-01-31T00:43:10.675Z] |Note - in addition to applying this patch, the pipeline also [2021-01-31T00:43:10.675Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-31T00:43:10.675Z] |need to build the finally binary .snap file (and it won't [2021-01-31T00:43:10.675Z] |work with the patch applied). This further reduces the build [2021-01-31T00:43:10.675Z] |time. [2021-01-31T00:43:10.675Z] |--- [2021-01-31T00:43:10.675Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-31T00:43:10.675Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-31T00:43:10.675Z] | [2021-01-31T00:43:10.675Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-31T00:43:10.675Z] |index 1e537489..faf42425 100644 [2021-01-31T00:43:10.675Z] |--- a/snap/snapcraft.yaml [2021-01-31T00:43:10.675Z] |+++ b/snap/snapcraft.yaml [2021-01-31T00:43:10.675Z] -------------------------- [2021-01-31T00:43:10.675Z] patching file snap/snapcraft.yaml [2021-01-31T00:43:10.675Z] Using Plan A... [2021-01-31T00:43:10.675Z] Hunk #1 succeeded at 73. [2021-01-31T00:43:10.675Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-31T00:43:10.675Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-31T00:43:10.675Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-31T00:43:10.675Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-31T00:43:10.675Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-31T00:43:10.675Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-31T00:43:10.675Z] Hunk #8 succeeded at 342. [2021-01-31T00:43:10.675Z] Hmm... Ignoring the trailing garbage. [2021-01-31T00:43:10.675Z] done [2021-01-31T00:43:10.675Z] + sudo snapcraft prime --use-lxd [2021-01-31T00:43:11.246Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-31T00:43:11.246Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-31T00:43:11.246Z] - README.md [2021-01-31T00:43:11.246Z] - snapcraft.yaml.orig [2021-01-31T00:43:11.246Z] [2021-01-31T00:43:11.246Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-31T00:43:11.822Z] Launching a container. [2021-01-31T00:43:12.058Z] $ docker top 1d90dcbcc47bd0fbb065333f748109c94e0f8be17d06f37cdea9853803c95023 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T00:43:13.064Z] + docker-compose build --help [2021-01-31T00:43:13.064Z] + grep parallel [2021-01-31T00:43:16.434Z] --parallel Build images in parallel. [Pipeline] } [2021-01-31T00:43:16.750Z] $ docker stop --time=1 1d90dcbcc47bd0fbb065333f748109c94e0f8be17d06f37cdea9853803c95023 [2021-01-31T00:43:18.762Z] $ docker rm -f 1d90dcbcc47bd0fbb065333f748109c94e0f8be17d06f37cdea9853803c95023 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:43:19.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-31T00:43:19.682Z] . [Pipeline] withDockerContainer [2021-01-31T00:43:19.983Z] prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container [2021-01-31T00:43:20.071Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-arm64:latest cat [2021-01-31T00:43:21.465Z] $ docker top 042880fb2613a0b11d4a5b4f0408874e9f7d2b754e20e9f1ab0a5f8e2fa38002 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T00:43:22.490Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-31T00:43:24.059Z] Waiting for container to be ready [2021-01-31T00:43:24.059Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-31T00:43:24.059Z] [2021-01-31T00:43:25.855Z] Building docker-core-command-go ... [2021-01-31T00:43:25.855Z] Building docker-core-data-go ... [2021-01-31T00:43:25.855Z] Building docker-core-metadata-go ... [2021-01-31T00:43:25.855Z] Building docker-security-bootstrapper-go ... [2021-01-31T00:43:25.855Z] Building docker-security-proxy-setup-go ... [2021-01-31T00:43:25.855Z] Building docker-security-secretstore-setup-go ... [2021-01-31T00:43:25.855Z] Building docker-support-notifications-go ... [2021-01-31T00:43:25.855Z] Building docker-support-scheduler-go ... [2021-01-31T00:43:25.855Z] Building docker-sys-mgmt-agent-go ... [2021-01-31T00:43:25.855Z] Building docker-security-secretstore-setup-go [2021-01-31T00:43:25.855Z] Building docker-sys-mgmt-agent-go [2021-01-31T00:43:25.855Z] Building docker-security-proxy-setup-go [2021-01-31T00:43:25.855Z] Building docker-support-scheduler-go [2021-01-31T00:43:25.855Z] Building docker-core-data-go [2021-01-31T00:43:27.374Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-31T00:43:27.374Z] Waiting for network to be ready... [2021-01-31T00:43:27.946Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-31T00:43:27.946Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-31T00:43:28.206Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-31T00:43:28.206Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-31T00:43:28.473Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-31T00:43:28.733Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-31T00:43:28.733Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-31T00:43:28.733Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-31T00:43:28.733Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-31T00:43:28.733Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-31T00:43:28.733Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-31T00:43:28.733Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-31T00:43:28.733Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-31T00:43:28.733Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-31T00:43:28.733Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-31T00:43:28.733Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-31T00:43:28.733Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-31T00:43:28.993Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-31T00:43:28.993Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-31T00:43:29.252Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-31T00:43:29.512Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-31T00:43:29.512Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-31T00:43:29.512Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-31T00:43:29.512Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-31T00:43:29.512Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-31T00:43:29.512Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-31T00:43:29.512Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-31T00:43:32.072Z] Fetched 23.9 MB in 4s (5689 kB/s) [2021-01-31T00:43:32.644Z] Reading package lists... [2021-01-31T00:43:32.904Z] Reading package lists... [2021-01-31T00:43:33.163Z] Building dependency tree... [2021-01-31T00:43:33.164Z] Reading state information... [2021-01-31T00:43:33.164Z] The following additional packages will be installed: [2021-01-31T00:43:33.164Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-31T00:43:33.164Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-31T00:43:33.164Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-31T00:43:33.164Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-31T00:43:33.164Z] Suggested packages: [2021-01-31T00:43:33.164Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-31T00:43:33.164Z] Recommended packages: [2021-01-31T00:43:33.164Z] gnupg libsasl2-modules [2021-01-31T00:43:33.164Z] The following NEW packages will be installed: [2021-01-31T00:43:33.164Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-31T00:43:33.164Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-31T00:43:33.164Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-31T00:43:33.164Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-31T00:43:33.164Z] The following packages will be upgraded: [2021-01-31T00:43:33.164Z] gpg gpg-agent gpgconf libudev1 [2021-01-31T00:43:33.164Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-31T00:43:33.164Z] Need to get 3533 kB of archives. [2021-01-31T00:43:33.164Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-31T00:43:33.164Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-31T00:43:33.424Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-31T00:43:33.424Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-31T00:43:33.424Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-31T00:43:33.424Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-31T00:43:33.424Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-31T00:43:33.424Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-31T00:43:33.424Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-31T00:43:33.424Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-31T00:43:33.684Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-31T00:43:33.944Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-31T00:43:34.204Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-31T00:43:34.204Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-31T00:43:34.204Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-31T00:43:34.204Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-31T00:43:34.204Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-31T00:43:34.204Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-31T00:43:34.204Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-31T00:43:34.204Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-31T00:43:34.204Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-31T00:43:34.204Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-31T00:43:34.204Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-31T00:43:34.465Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-31T00:43:34.465Z] Fetched 3533 kB in 1s (3148 kB/s) [2021-01-31T00:43:34.465Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-31T00:43:34.465Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-31T00:43:34.465Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-31T00:43:34.726Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-31T00:43:34.726Z] Selecting previously unselected package udev. [2021-01-31T00:43:34.726Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-31T00:43:34.726Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-31T00:43:34.726Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-31T00:43:34.995Z] Selecting previously unselected package libfuse2:amd64. [2021-01-31T00:43:34.995Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-31T00:43:34.995Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-31T00:43:35.257Z] Selecting previously unselected package fuse. [2021-01-31T00:43:35.257Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-31T00:43:35.257Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-31T00:43:35.257Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-31T00:43:35.257Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-31T00:43:35.519Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-31T00:43:35.519Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-31T00:43:35.519Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-31T00:43:35.519Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-31T00:43:35.781Z] Selecting previously unselected package libksba8:amd64. [2021-01-31T00:43:35.781Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-31T00:43:35.781Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-31T00:43:35.781Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-31T00:43:35.781Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:35.781Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:35.781Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-31T00:43:36.043Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.043Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.043Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-31T00:43:36.043Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.043Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.043Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-31T00:43:36.043Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.043Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.311Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-31T00:43:36.311Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.311Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.311Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-31T00:43:36.311Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.311Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.572Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-31T00:43:36.572Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.572Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.572Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-31T00:43:36.572Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.572Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.572Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-31T00:43:36.572Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-31T00:43:36.572Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:36.834Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-31T00:43:36.834Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-31T00:43:36.834Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-31T00:43:36.834Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-31T00:43:36.834Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-31T00:43:36.834Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-31T00:43:36.834Z] Selecting previously unselected package libldap-common. [2021-01-31T00:43:36.834Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-31T00:43:36.834Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-31T00:43:37.096Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-31T00:43:37.096Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-31T00:43:37.096Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-31T00:43:37.096Z] Selecting previously unselected package dirmngr. [2021-01-31T00:43:37.096Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-31T00:43:37.096Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-31T00:43:37.096Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-31T00:43:37.357Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-31T00:43:37.357Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-31T00:43:37.357Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-31T00:43:37.357Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-31T00:43:37.357Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-31T00:43:37.357Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:37.617Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-31T00:43:37.617Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-31T00:43:37.617Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-31T00:43:37.880Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-31T00:43:37.880Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:37.880Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-31T00:43:38.141Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-31T00:43:38.141Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-31T00:43:38.141Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:38.141Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:38.141Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:38.141Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:38.141Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:38.402Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:38.402Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-31T00:43:38.402Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-31T00:43:38.402Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-31T00:43:38.402Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-31T00:43:38.662Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-31T00:43:38.662Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-31T00:43:38.662Z] This means they are not meant to be enabled using systemctl. [2021-01-31T00:43:38.662Z] Possible reasons for having this kind of units are: [2021-01-31T00:43:38.662Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-31T00:43:38.662Z] .wants/ or .requires/ directory. [2021-01-31T00:43:38.662Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-31T00:43:38.662Z] a requirement dependency on it. [2021-01-31T00:43:38.662Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-31T00:43:38.662Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-31T00:43:38.662Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-31T00:43:38.662Z] instance name specified. [2021-01-31T00:43:39.182Z] Reading package lists... [2021-01-31T00:43:39.182Z] Building dependency tree... [2021-01-31T00:43:39.182Z] Reading state information... [2021-01-31T00:43:39.442Z] The following additional packages will be installed: [2021-01-31T00:43:39.442Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-31T00:43:39.442Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-31T00:43:39.442Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-31T00:43:39.442Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-31T00:43:39.442Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-31T00:43:39.442Z] Suggested packages: [2021-01-31T00:43:39.442Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-31T00:43:39.442Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-31T00:43:39.442Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-31T00:43:39.442Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-31T00:43:39.442Z] systemd-container policykit-1 [2021-01-31T00:43:39.442Z] Recommended packages: [2021-01-31T00:43:39.442Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-31T00:43:39.442Z] The following NEW packages will be installed: [2021-01-31T00:43:39.442Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-31T00:43:39.442Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-31T00:43:39.442Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-31T00:43:39.442Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-31T00:43:39.442Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-31T00:43:39.442Z] The following packages will be upgraded: [2021-01-31T00:43:39.442Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-31T00:43:39.442Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-31T00:43:39.442Z] Need to get 35.2 MB of archives. [2021-01-31T00:43:39.442Z] After this operation, 141 MB of additional disk space will be used. [2021-01-31T00:43:39.442Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-31T00:43:39.442Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-31T00:43:40.383Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-31T00:43:40.383Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-31T00:43:40.383Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-31T00:43:40.383Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-31T00:43:40.383Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-31T00:43:40.383Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-31T00:43:40.383Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-31T00:43:40.383Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-31T00:43:40.383Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-31T00:43:40.383Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-31T00:43:40.383Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-31T00:43:40.383Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-31T00:43:40.383Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-31T00:43:40.383Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-31T00:43:40.383Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-31T00:43:40.645Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-31T00:43:40.645Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-31T00:43:40.645Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-31T00:43:40.645Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-31T00:43:40.645Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-31T00:43:40.645Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-31T00:43:40.645Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-31T00:43:40.645Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-31T00:43:40.645Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-31T00:43:40.645Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-31T00:43:40.645Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-31T00:43:40.645Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-31T00:43:40.645Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-31T00:43:41.584Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-31T00:43:41.584Z] Fetched 35.2 MB in 2s (17.0 MB/s) [2021-01-31T00:43:41.585Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-31T00:43:41.585Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-31T00:43:41.846Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-31T00:43:42.415Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-31T00:43:42.415Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-31T00:43:42.415Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-31T00:43:42.677Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-31T00:43:42.677Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-31T00:43:42.677Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-31T00:43:42.677Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-31T00:43:42.943Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-31T00:43:42.943Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-31T00:43:42.943Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-31T00:43:43.205Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-31T00:43:43.205Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-31T00:43:43.779Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-31T00:43:43.779Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-31T00:43:43.779Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-31T00:43:43.779Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-31T00:43:44.040Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-31T00:43:44.040Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-31T00:43:44.041Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:44.303Z] Selecting previously unselected package libexpat1:amd64. [2021-01-31T00:43:44.303Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-31T00:43:44.303Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-31T00:43:44.303Z] Selecting previously unselected package python3.6-minimal. [2021-01-31T00:43:44.303Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-31T00:43:44.303Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:44.564Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-31T00:43:44.824Z] Checking for services that may need to be restarted...done. [2021-01-31T00:43:44.824Z] Checking for services that may need to be restarted...done. [2021-01-31T00:43:44.824Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:44.824Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-31T00:43:44.824Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:45.396Z] Selecting previously unselected package python3-minimal. [2021-01-31T00:43:45.396Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-31T00:43:45.396Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-31T00:43:45.396Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-31T00:43:45.396Z] Selecting previously unselected package mime-support. [2021-01-31T00:43:45.396Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-31T00:43:45.396Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-31T00:43:45.656Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-31T00:43:45.656Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-31T00:43:45.656Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-31T00:43:45.656Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-31T00:43:45.656Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-31T00:43:45.656Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:45.917Z] Selecting previously unselected package python3.6. [2021-01-31T00:43:45.917Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-31T00:43:45.917Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:45.917Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-31T00:43:45.917Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-31T00:43:45.917Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-31T00:43:46.178Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-31T00:43:46.178Z] Selecting previously unselected package python3. [2021-01-31T00:43:46.178Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-31T00:43:46.178Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-31T00:43:46.178Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-31T00:43:46.438Z] Selecting previously unselected package multiarch-support. [2021-01-31T00:43:46.438Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-31T00:43:46.438Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-31T00:43:46.438Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-31T00:43:46.438Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-31T00:43:46.438Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-31T00:43:46.438Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-31T00:43:46.438Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-31T00:43:46.699Z] Selecting previously unselected package libbsd0:amd64. [2021-01-31T00:43:46.699Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-31T00:43:46.699Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-31T00:43:46.699Z] Selecting previously unselected package sudo. [2021-01-31T00:43:46.699Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-31T00:43:46.699Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-31T00:43:46.959Z] Selecting previously unselected package apparmor. [2021-01-31T00:43:46.959Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-31T00:43:46.959Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-31T00:43:47.219Z] Selecting previously unselected package libedit2:amd64. [2021-01-31T00:43:47.219Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-31T00:43:47.219Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-31T00:43:47.219Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-31T00:43:47.219Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-31T00:43:47.219Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:47.219Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-31T00:43:47.219Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-31T00:43:47.219Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:47.479Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-31T00:43:47.480Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-31T00:43:47.480Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-31T00:43:47.740Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-31T00:43:47.740Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-31T00:43:47.740Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:48.002Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-31T00:43:48.002Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-31T00:43:48.002Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:48.263Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-31T00:43:48.263Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-31T00:43:48.263Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-31T00:43:48.263Z] Selecting previously unselected package openssh-client. [2021-01-31T00:43:48.523Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-31T00:43:48.523Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-31T00:43:48.523Z] Selecting previously unselected package squashfs-tools. [2021-01-31T00:43:48.523Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-31T00:43:48.523Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-31T00:43:48.784Z] Selecting previously unselected package snapd. [2021-01-31T00:43:48.784Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-31T00:43:48.784Z] Unpacking snapd (2.48+18.04) ... [2021-01-31T00:43:50.691Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-31T00:43:50.691Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-31T00:43:50.691Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-31T00:43:50.691Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-31T00:43:50.691Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-31T00:43:50.952Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:50.952Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-31T00:43:50.952Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-31T00:43:50.952Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-31T00:43:51.521Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-31T00:43:51.521Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-31T00:43:51.781Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-31T00:43:51.781Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:51.781Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:51.781Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-31T00:43:52.354Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-31T00:43:52.354Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:52.354Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-31T00:43:52.354Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-31T00:43:52.354Z] running python rtupdate hooks for python3.6... [2021-01-31T00:43:52.354Z] running python post-rtupdate hooks for python3.6... [2021-01-31T00:43:52.615Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-31T00:43:54.526Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-31T00:43:55.096Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-31T00:43:55.096Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-31T00:43:55.096Z] Setting up snapd (2.48+18.04) ... [2021-01-31T00:43:55.356Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-31T00:43:55.617Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-31T00:43:55.878Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-31T00:43:55.878Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-31T00:43:56.138Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-31T00:43:56.138Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-31T00:43:56.400Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-31T00:43:56.400Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-31T00:43:56.661Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-31T00:43:56.920Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-31T00:43:56.920Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-31T00:43:56.920Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-31T00:43:56.920Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-31T00:43:57.864Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-31T00:43:57.864Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-31T00:43:57.864Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-31T00:43:59.005Z] Reading package lists... [2021-01-31T00:43:59.266Z] Reading package lists... [2021-01-31T00:43:59.530Z] Building dependency tree... [2021-01-31T00:43:59.530Z] Reading state information... [2021-01-31T00:43:59.530Z] Calculating upgrade... [2021-01-31T00:43:59.530Z] The following packages will be upgraded: [2021-01-31T00:43:59.530Z] advancecomp base-files bash binutils binutils-common [2021-01-31T00:43:59.530Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-31T00:43:59.530Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-31T00:43:59.530Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-31T00:43:59.530Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-31T00:43:59.530Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-31T00:43:59.530Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-31T00:43:59.530Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-31T00:43:59.531Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-31T00:43:59.531Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-31T00:43:59.531Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-31T00:43:59.531Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-31T00:43:59.531Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-31T00:43:59.531Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-31T00:43:59.531Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-31T00:43:59.790Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-31T00:43:59.790Z] Need to get 63.8 MB of archives. [2021-01-31T00:43:59.790Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-31T00:43:59.790Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-31T00:43:59.790Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-31T00:43:59.790Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-31T00:43:59.790Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-31T00:43:59.790Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-31T00:43:59.790Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-31T00:43:59.790Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-31T00:43:59.790Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-31T00:43:59.790Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-31T00:43:59.790Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-31T00:43:59.790Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-31T00:43:59.790Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-31T00:43:59.790Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-31T00:43:59.790Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-31T00:43:59.790Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-31T00:43:59.790Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-31T00:43:59.790Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-31T00:43:59.790Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-31T00:44:00.051Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-31T00:44:00.051Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-31T00:44:00.051Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-31T00:44:00.051Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-31T00:44:00.051Z] 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-01-31T00:44:00.051Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-31T00:44:00.051Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-31T00:44:00.051Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-31T00:44:00.051Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-31T00:44:00.051Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-31T00:44:00.051Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-31T00:44:00.051Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-31T00:44:00.051Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-31T00:44:00.051Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-31T00:44:00.051Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-31T00:44:00.051Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-31T00:44:00.051Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-31T00:44:00.051Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-31T00:44:00.051Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-31T00:44:00.051Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-31T00:44:00.051Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-31T00:44:00.051Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-31T00:44:00.051Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-31T00:44:00.051Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-31T00:44:00.051Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-31T00:44:00.051Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-31T00:44:00.051Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-31T00:44:00.051Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-31T00:44:00.051Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-31T00:44:00.051Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-31T00:44:00.051Z] 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-01-31T00:44:00.319Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-31T00:44:00.319Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-31T00:44:00.319Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-31T00:44:00.319Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-31T00:44:00.319Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-31T00:44:00.319Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-31T00:44:00.319Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-31T00:44:00.319Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-31T00:44:00.580Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-31T00:44:00.580Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-31T00:44:00.580Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-31T00:44:00.839Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-31T00:44:00.839Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-31T00:44:00.839Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-31T00:44:00.839Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-31T00:44:00.839Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-31T00:44:00.839Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-31T00:44:00.839Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-31T00:44:00.839Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-31T00:44:00.839Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-31T00:44:01.101Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-31T00:44:01.101Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-31T00:44:01.101Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-31T00:44:01.101Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-31T00:44:01.101Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-31T00:44:01.101Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-31T00:44:01.101Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-31T00:44:01.101Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-31T00:44:01.101Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-31T00:44:01.101Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-31T00:44:01.101Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-31T00:44:01.101Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-31T00:44:01.364Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-31T00:44:01.364Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-31T00:44:01.364Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-31T00:44:01.364Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-31T00:44:01.364Z] 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-01-31T00:44:01.364Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-31T00:44:01.364Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-31T00:44:01.364Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-31T00:44:01.364Z] 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-01-31T00:44:01.364Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-31T00:44:01.364Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-31T00:44:01.364Z] 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-01-31T00:44:01.364Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-31T00:44:01.364Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-31T00:44:01.364Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-31T00:44:01.364Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-31T00:44:01.364Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-31T00:44:01.624Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-31T00:44:01.624Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-31T00:44:01.624Z] Fetched 63.8 MB in 2s (34.3 MB/s) [2021-01-31T00:44:01.624Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:01.624Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-31T00:44:01.624Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-31T00:44:02.568Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-31T00:44:02.568Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-31T00:44:02.568Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-31T00:44:02.568Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-31T00:44:03.509Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:03.509Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:03.509Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:03.509Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:03.771Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:03.771Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:03.771Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:03.771Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:04.038Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:04.038Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:04.297Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:04.297Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:04.297Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:04.297Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:04.297Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:04.558Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-31T00:44:04.558Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:04.558Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-31T00:44:04.558Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:04.818Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-31T00:44:04.818Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:04.818Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:04.818Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:04.818Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:05.079Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:05.079Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-31T00:44:05.339Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:05.339Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-31T00:44:05.339Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-31T00:44:05.600Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-31T00:44:05.861Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-31T00:44:06.121Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-31T00:44:06.121Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-31T00:44:06.121Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-31T00:44:06.121Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-31T00:44:06.382Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-31T00:44:06.382Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-31T00:44:06.641Z] Installing new version of config file /etc/issue ... [2021-01-31T00:44:06.641Z] Installing new version of config file /etc/issue.net ... [2021-01-31T00:44:06.641Z] Installing new version of config file /etc/lsb-release ... [2021-01-31T00:44:06.641Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-31T00:44:06.902Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-31T00:44:06.902Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-31T00:44:06.902Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-31T00:44:06.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:06.902Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-31T00:44:06.902Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-31T00:44:07.162Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-31T00:44:07.162Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-31T00:44:07.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:07.423Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:07.423Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:07.423Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:07.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:07.685Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-31T00:44:07.685Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-31T00:44:07.685Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-31T00:44:07.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:07.946Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-31T00:44:07.946Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-31T00:44:08.226Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-31T00:44:08.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:08.488Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-31T00:44:08.488Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-31T00:44:08.488Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-31T00:44:08.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:08.749Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-31T00:44:08.749Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-31T00:44:08.749Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-31T00:44:09.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:09.010Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-31T00:44:09.010Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-31T00:44:09.010Z] Setting up grep (3.1-2build1) ... [2021-01-31T00:44:09.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:09.271Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-31T00:44:09.271Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-31T00:44:09.532Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-31T00:44:09.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:09.532Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-31T00:44:09.532Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-31T00:44:09.792Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-31T00:44:09.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:09.792Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-31T00:44:09.792Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-31T00:44:10.362Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-31T00:44:10.362Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-31T00:44:10.623Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-31T00:44:10.623Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-31T00:44:11.192Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-31T00:44:11.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:11.192Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-31T00:44:11.192Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-31T00:44:12.131Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-31T00:44:12.131Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-31T00:44:12.394Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-31T00:44:12.394Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-31T00:44:12.394Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-31T00:44:12.394Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:12.394Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-31T00:44:12.394Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-31T00:44:12.654Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-31T00:44:12.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:12.654Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:12.922Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:12.922Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:12.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:12.922Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:12.922Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:13.185Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:13.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:13.185Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:13.185Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:13.445Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:13.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:13.445Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:13.445Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:13.706Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:13.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:13.706Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-31T00:44:13.967Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-31T00:44:13.967Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-31T00:44:13.967Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-31T00:44:14.228Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-31T00:44:14.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:14.228Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-31T00:44:14.228Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-31T00:44:14.489Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-31T00:44:14.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:14.489Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:14.489Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:14.489Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:14.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:14.761Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:14.761Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:14.761Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:15.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:15.021Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:15.021Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:15.282Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:15.543Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-31T00:44:15.803Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-31T00:44:16.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:16.064Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-31T00:44:16.064Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-31T00:44:16.324Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-31T00:44:16.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-31T00:44:16.324Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-31T00:44:16.324Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-31T00:44:16.585Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-31T00:44:16.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:16.585Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-31T00:44:16.846Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-31T00:44:16.846Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-31T00:44:17.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:17.106Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-31T00:44:17.106Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-31T00:44:17.367Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-31T00:44:17.367Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:17.367Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-31T00:44:17.367Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-31T00:44:17.628Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-31T00:44:17.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:17.628Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-31T00:44:17.629Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-31T00:44:17.629Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-31T00:44:17.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:17.889Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-31T00:44:17.889Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-31T00:44:18.150Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-31T00:44:18.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:18.150Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-31T00:44:18.150Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-31T00:44:18.412Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-31T00:44:18.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:18.412Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-31T00:44:18.412Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-31T00:44:18.672Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-31T00:44:18.672Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-31T00:44:18.672Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-31T00:44:18.672Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-31T00:44:18.932Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-31T00:44:18.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:18.932Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-31T00:44:18.932Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-31T00:44:19.194Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-31T00:44:19.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:19.194Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-31T00:44:19.194Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-31T00:44:19.454Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-31T00:44:19.715Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:19.715Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-31T00:44:19.975Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-31T00:44:19.975Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-31T00:44:19.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:19.975Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-31T00:44:19.975Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-31T00:44:20.235Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-31T00:44:20.235Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:20.235Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-31T00:44:20.499Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-31T00:44:20.761Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-31T00:44:21.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:21.022Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-31T00:44:21.022Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-31T00:44:21.022Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-31T00:44:21.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:21.282Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-31T00:44:21.282Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-31T00:44:21.283Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-31T00:44:21.544Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:21.544Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-31T00:44:21.544Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-31T00:44:21.544Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-31T00:44:21.544Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:21.544Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-31T00:44:21.544Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-31T00:44:21.806Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-31T00:44:21.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:21.806Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-31T00:44:22.068Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-31T00:44:22.068Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-31T00:44:22.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:22.328Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-31T00:44:22.328Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-31T00:44:22.328Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-31T00:44:22.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-31T00:44:22.328Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-31T00:44:22.328Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-31T00:44:22.589Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-31T00:44:22.589Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-31T00:44:22.589Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-31T00:44:22.589Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-31T00:44:22.850Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-31T00:44:22.850Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-31T00:44:22.850Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-31T00:44:22.850Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-31T00:44:23.114Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-31T00:44:23.114Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-31T00:44:23.375Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-31T00:44:23.375Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-31T00:44:23.375Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-31T00:44:23.638Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-31T00:44:23.638Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-31T00:44:23.638Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-31T00:44:23.898Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-31T00:44:23.898Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-31T00:44:23.898Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-31T00:44:23.898Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-31T00:44:24.159Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-31T00:44:24.159Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-31T00:44:24.159Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-31T00:44:24.159Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-31T00:44:24.419Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-31T00:44:24.419Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-31T00:44:25.799Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-31T00:44:25.799Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-31T00:44:25.799Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-31T00:44:25.799Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-31T00:44:25.800Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-31T00:44:26.063Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-31T00:44:26.324Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-31T00:44:26.324Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-31T00:44:26.595Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-31T00:44:26.595Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-31T00:44:26.595Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-31T00:44:26.595Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-31T00:44:26.857Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:26.857Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:26.857Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:26.857Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:27.118Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:27.118Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:27.118Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:27.118Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:28.058Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:28.058Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:28.999Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:28.999Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:29.581Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:29.581Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:29.840Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:29.840Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:30.780Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-31T00:44:30.780Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-31T00:44:30.780Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-31T00:44:30.780Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-31T00:44:31.040Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-31T00:44:31.040Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-31T00:44:31.040Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-31T00:44:31.301Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-31T00:44:31.301Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-31T00:44:31.301Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-31T00:44:31.301Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-31T00:44:31.562Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-31T00:44:31.562Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-31T00:44:31.562Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-31T00:44:31.824Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-31T00:44:31.824Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-31T00:44:31.824Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:31.824Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-31T00:44:31.824Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:32.085Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:32.085Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:32.085Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-31T00:44:32.085Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-31T00:44:32.085Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-31T00:44:32.085Z] [2021-01-31T00:44:32.085Z] Current default time zone: 'Etc/UTC' [2021-01-31T00:44:32.085Z] Local time is now: Sun Jan 31 00:44:32 UTC 2021. [2021-01-31T00:44:32.085Z] Universal Time is now: Sun Jan 31 00:44:32 UTC 2021. [2021-01-31T00:44:32.085Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-31T00:44:32.085Z] [2021-01-31T00:44:32.345Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-31T00:44:32.345Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:32.345Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-31T00:44:32.345Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-31T00:44:32.345Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-31T00:44:32.345Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-31T00:44:32.345Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-31T00:44:32.606Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-31T00:44:32.606Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-31T00:44:32.606Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-31T00:44:32.606Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:32.606Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-31T00:44:32.867Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:32.867Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-31T00:44:32.867Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:33.127Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-31T00:44:33.127Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-31T00:44:33.127Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-31T00:44:33.127Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-31T00:44:33.127Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-31T00:44:33.127Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-31T00:44:33.127Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-31T00:44:33.127Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-31T00:44:35.035Z] Updating certificates in /etc/ssl/certs... [2021-01-31T00:44:35.978Z] 22 added, 17 removed; done. [2021-01-31T00:44:35.978Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-31T00:44:35.978Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-31T00:44:35.978Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-31T00:44:35.978Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-31T00:44:35.978Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-31T00:44:35.978Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:35.978Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-31T00:44:35.978Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:36.241Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:36.241Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:36.241Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:36.241Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:36.241Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-31T00:44:36.241Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-31T00:44:36.241Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-31T00:44:36.241Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-31T00:44:36.241Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-31T00:44:36.503Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:36.503Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-31T00:44:36.503Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-31T00:44:36.503Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-31T00:44:36.503Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-31T00:44:36.503Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-31T00:44:36.503Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-31T00:44:36.763Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-31T00:44:36.763Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-31T00:44:36.763Z] Updating certificates in /etc/ssl/certs... [2021-01-31T00:44:37.334Z] 0 added, 0 removed; done. [2021-01-31T00:44:37.334Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-31T00:44:37.334Z] done. [2021-01-31T00:44:37.594Z] Reading package lists... [2021-01-31T00:44:37.853Z] Building dependency tree... [2021-01-31T00:44:37.853Z] Reading state information... [2021-01-31T00:44:38.114Z] The following NEW packages will be installed: [2021-01-31T00:44:38.114Z] apt-transport-https [2021-01-31T00:44:38.114Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-31T00:44:38.114Z] Need to get 1696 B of archives. [2021-01-31T00:44:38.114Z] After this operation, 153 kB of additional disk space will be used. [2021-01-31T00:44:38.114Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-31T00:44:38.378Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-31T00:44:38.378Z] Fetched 1696 B in 0s (8428 B/s) [2021-01-31T00:44:38.378Z] Selecting previously unselected package apt-transport-https. [2021-01-31T00:44:38.378Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-31T00:44:38.378Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-31T00:44:38.378Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-31T00:44:38.378Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-31T00:44:38.639Z] Waiting for network to be ready... [2021-01-31T00:44:43.945Z] 2021-01-31T00:44:41Z INFO Waiting for automatic snapd restart... [2021-01-31T00:44:44.211Z] snapd 2.48.2 from Canonical* installed [2021-01-31T00:44:45.170Z] "snapd" switched to the "latest/stable" channel [2021-01-31T00:44:45.170Z] [2021-01-31T00:44:47.608Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:44:47.609Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:44:47.609Z] ---> 449cf5d4489c [2021-01-31T00:44:47.609Z] Step 3/24 : WORKDIR /edgex-go [2021-01-31T00:44:47.609Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:44:47.609Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:44:47.609Z] ---> 449cf5d4489c [2021-01-31T00:44:47.609Z] Step 3/23 : WORKDIR /edgex-go [2021-01-31T00:44:47.609Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:44:47.609Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:44:47.609Z] ---> 449cf5d4489c [2021-01-31T00:44:47.609Z] Step 3/21 : WORKDIR /edgex-go [2021-01-31T00:44:47.609Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:44:47.609Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:44:47.609Z] ---> 449cf5d4489c [2021-01-31T00:44:47.609Z] Step 3/26 : WORKDIR /edgex-go [2021-01-31T00:44:47.609Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:44:47.609Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:44:47.609Z] ---> 449cf5d4489c [2021-01-31T00:44:47.609Z] Step 3/22 : WORKDIR /edgex-go [2021-01-31T00:44:47.609Z] ---> Running in 531035dd1480 [2021-01-31T00:44:47.609Z] ---> Running in 3a0c62150d18 [2021-01-31T00:44:47.609Z] ---> Running in b5dd5763e2c5 [2021-01-31T00:44:47.609Z] ---> Running in 01fe3ed163de [2021-01-31T00:44:47.609Z] ---> Running in bab0ec108e43 [2021-01-31T00:44:47.609Z] Removing intermediate container bab0ec108e43 [2021-01-31T00:44:47.609Z] ---> b5c2ff87d09c [2021-01-31T00:44:47.609Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:44:47.609Z] Removing intermediate container b5dd5763e2c5 [2021-01-31T00:44:47.609Z] ---> 0b9d30eef474 [2021-01-31T00:44:47.609Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:44:47.609Z] Removing intermediate container 3a0c62150d18 [2021-01-31T00:44:47.609Z] ---> db9c666927a1 [2021-01-31T00:44:47.609Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 531035dd1480 [2021-01-31T00:44:47.609Z] [2021-01-31T00:44:47.609Z] ---> 9faa79de1073 [2021-01-31T00:44:47.609Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:44:47.609Z] Removing intermediate container 01fe3ed163de [2021-01-31T00:44:47.609Z] ---> 080b0b58d541 [2021-01-31T00:44:47.609Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:44:47.609Z] ---> Running in 7567773e95ee [2021-01-31T00:44:47.609Z] ---> Running in e99ab6b801c6 [2021-01-31T00:44:47.609Z] ---> Running in 37927b578bc2 [2021-01-31T00:44:47.609Z] ---> Running in 6f934a6ba712 [2021-01-31T00:44:47.609Z] ---> Running in 1a740cd6a214 [2021-01-31T00:44:47.609Z] Removing intermediate container 7567773e95ee [2021-01-31T00:44:47.609Z] ---> 33917c5c65a1 [2021-01-31T00:44:47.609Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-31T00:44:47.609Z] ---> Running in 711b1ce168ce [2021-01-31T00:44:47.609Z] Removing intermediate container 37927b578bc2 [2021-01-31T00:44:47.609Z] ---> be3a40adceb6 [2021-01-31T00:44:47.609Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-31T00:44:47.609Z] Removing intermediate container 6f934a6ba712 [2021-01-31T00:44:47.609Z] ---> 44649a39d056 [2021-01-31T00:44:47.609Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-31T00:44:47.609Z] ---> Running in cef27815e79d [2021-01-31T00:44:47.609Z] Removing intermediate container e99ab6b801c6 [2021-01-31T00:44:47.609Z] ---> 2b66d8b0fad6 [2021-01-31T00:44:47.609Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-31T00:44:47.609Z] Removing intermediate container 1a740cd6a214 [2021-01-31T00:44:47.609Z] ---> d3523e89eae6 [2021-01-31T00:44:47.609Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-31T00:44:47.609Z] ---> Running in d88ff3b91e87 [2021-01-31T00:44:47.609Z] ---> Running in 57af8d429553 [2021-01-31T00:44:47.609Z] ---> Running in a94c7b7e2373 [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:44:47.609Z] OK: 217 MiB in 51 packages [2021-01-31T00:44:47.715Z] core18 20201210 from Canonical* installed [2021-01-31T00:44:47.715Z] "core18" switched to the "latest/stable" channel [2021-01-31T00:44:47.715Z] [2021-01-31T00:44:47.897Z] OK: 217 MiB in 51 packages [2021-01-31T00:44:48.189Z] OK: 217 MiB in 51 packages [2021-01-31T00:44:48.470Z] OK: 217 MiB in 51 packages [2021-01-31T00:44:48.470Z] OK: 217 MiB in 51 packages [2021-01-31T00:44:49.462Z] Removing intermediate container 711b1ce168ce [2021-01-31T00:44:49.462Z] ---> fe9a20dbf55b [2021-01-31T00:44:49.462Z] Step 6/21 : COPY go.mod . [2021-01-31T00:44:49.747Z] Removing intermediate container cef27815e79d [2021-01-31T00:44:49.747Z] ---> 28dd6cadeb1b [2021-01-31T00:44:49.747Z] Step 6/24 : COPY go.mod . [2021-01-31T00:44:50.023Z] Removing intermediate container d88ff3b91e87 [2021-01-31T00:44:50.023Z] ---> d0fb2252d4ff [2021-01-31T00:44:50.023Z] Step 6/22 : COPY go.mod . [2021-01-31T00:44:50.296Z] Removing intermediate container a94c7b7e2373 [2021-01-31T00:44:50.296Z] ---> ac06d6511581 [2021-01-31T00:44:50.296Z] Step 6/23 : COPY go.mod . [2021-01-31T00:44:50.296Z] ---> daf007f427aa [2021-01-31T00:44:50.296Z] Step 7/21 : RUN go mod download [2021-01-31T00:44:50.575Z] ---> Running in dbfcbe36889e [2021-01-31T00:44:50.849Z] Removing intermediate container 57af8d429553 [2021-01-31T00:44:50.849Z] ---> f3cfdeace993 [2021-01-31T00:44:50.849Z] Step 6/26 : COPY go.mod . [2021-01-31T00:44:50.849Z] ---> 757e8a493201 [2021-01-31T00:44:50.849Z] Step 7/24 : RUN go mod download [2021-01-31T00:44:51.014Z] snapcraft 4.4.4 from Canonical* installed [2021-01-31T00:44:51.014Z] "snapcraft" switched to the "latest/stable" channel [2021-01-31T00:44:51.014Z] [2021-01-31T00:44:51.131Z] ---> Running in 87514241128c [2021-01-31T00:44:51.131Z] ---> cd3b18c673f6 [2021-01-31T00:44:51.131Z] Step 7/22 : RUN go mod download [2021-01-31T00:44:51.404Z] ---> Running in 66e55b351252 [2021-01-31T00:44:51.680Z] ---> 68c6f546d5f6 [2021-01-31T00:44:51.680Z] Step 7/23 : RUN go mod download [2021-01-31T00:44:51.962Z] ---> Running in 0ce0bc79ad9d [2021-01-31T00:44:52.238Z] ---> 27c3e99f7373 [2021-01-31T00:44:52.238Z] Step 7/26 : RUN go mod download [2021-01-31T00:44:52.238Z] ---> Running in 5f4d62ccde90 [2021-01-31T00:44:54.309Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-31T00:44:54.309Z] - README.md [2021-01-31T00:44:54.309Z] - snapcraft.yaml.orig [2021-01-31T00:44:54.309Z] [2021-01-31T00:44:54.309Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-31T00:44:54.866Z] Removing intermediate container dbfcbe36889e [2021-01-31T00:44:54.866Z] ---> 4c8abac144c2 [2021-01-31T00:44:54.866Z] Step 8/21 : COPY . . [2021-01-31T00:44:55.477Z] Removing intermediate container 87514241128c [2021-01-31T00:44:55.477Z] ---> ecb7798cc942 [2021-01-31T00:44:55.477Z] Step 8/24 : COPY . . [2021-01-31T00:44:56.069Z] Removing intermediate container 66e55b351252 [2021-01-31T00:44:56.069Z] ---> f6699891b8bf [2021-01-31T00:44:56.069Z] Step 8/22 : COPY . . [2021-01-31T00:44:56.730Z] Removing intermediate container 0ce0bc79ad9d [2021-01-31T00:44:56.730Z] ---> 44815ea6421c [2021-01-31T00:44:56.730Z] Step 8/23 : COPY . . [2021-01-31T00:44:57.327Z] Removing intermediate container 5f4d62ccde90 [2021-01-31T00:44:57.327Z] ---> 3a407e9a5509 [2021-01-31T00:44:57.327Z] Step 8/26 : COPY . . [2021-01-31T00:45:00.894Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-31T00:45:00.894Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-31T00:45:00.894Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-31T00:45:00.894Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-31T00:45:01.840Z] Reading package lists... [2021-01-31T00:45:02.105Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-31T00:45:08.694Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-31T00:45:08.694Z] Reading package lists... [2021-01-31T00:45:08.694Z] Building dependency tree... [2021-01-31T00:45:08.694Z] Reading state information... [2021-01-31T00:45:08.694Z] Suggested packages: [2021-01-31T00:45:08.695Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-31T00:45:08.695Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-31T00:45:08.695Z] Recommended packages: [2021-01-31T00:45:08.695Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-31T00:45:08.695Z] The following NEW packages will be installed: [2021-01-31T00:45:08.695Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-31T00:45:08.695Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-31T00:45:08.695Z] pkg-config zip [2021-01-31T00:45:08.695Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-31T00:45:08.695Z] Need to get 7655 kB of archives. [2021-01-31T00:45:08.695Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-31T00:45:08.695Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-31T00:45:08.695Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-31T00:45:08.956Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-31T00:45:08.956Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-31T00:45:08.956Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-31T00:45:08.956Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-31T00:45:09.217Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-31T00:45:09.217Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-31T00:45:09.217Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-31T00:45:09.217Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-31T00:45:09.217Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-31T00:45:09.217Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-31T00:45:09.478Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-31T00:45:09.478Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-31T00:45:09.478Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-31T00:45:09.739Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-31T00:45:09.739Z] Fetched 7655 kB in 1s (7066 kB/s) [2021-01-31T00:45:09.739Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-31T00:45:09.739Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-31T00:45:09.739Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-31T00:45:09.739Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-31T00:45:09.999Z] Selecting previously unselected package libpsl5:amd64. [2021-01-31T00:45:09.999Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-31T00:45:09.999Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-31T00:45:09.999Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-31T00:45:09.999Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-31T00:45:09.999Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-31T00:45:09.999Z] Selecting previously unselected package librtmp1:amd64. [2021-01-31T00:45:09.999Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-31T00:45:09.999Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-31T00:45:10.261Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-31T00:45:10.261Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-31T00:45:10.261Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-31T00:45:10.261Z] Selecting previously unselected package liberror-perl. [2021-01-31T00:45:10.261Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-31T00:45:10.261Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-31T00:45:10.261Z] Selecting previously unselected package git-man. [2021-01-31T00:45:10.261Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-31T00:45:10.261Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-31T00:45:10.522Z] Selecting previously unselected package git. [2021-01-31T00:45:10.522Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-31T00:45:10.522Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-31T00:45:11.461Z] Selecting previously unselected package libnorm1:amd64. [2021-01-31T00:45:11.461Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-31T00:45:11.461Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-31T00:45:11.721Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-31T00:45:11.721Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-31T00:45:11.721Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-31T00:45:11.721Z] Selecting previously unselected package libsodium23:amd64. [2021-01-31T00:45:11.721Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-31T00:45:11.721Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-31T00:45:11.721Z] Selecting previously unselected package libzmq5:amd64. [2021-01-31T00:45:11.721Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-31T00:45:11.988Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-31T00:45:11.988Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-31T00:45:11.988Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-31T00:45:11.988Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-31T00:45:11.988Z] Selecting previously unselected package pkg-config. [2021-01-31T00:45:11.988Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-31T00:45:12.254Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-31T00:45:12.254Z] Selecting previously unselected package zip. [2021-01-31T00:45:12.254Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-31T00:45:12.254Z] Unpacking zip (3.0-11build1) ... [2021-01-31T00:45:12.254Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-31T00:45:12.254Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-31T00:45:12.254Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-31T00:45:12.254Z] Setting up liberror-perl (0.17025-1) ... [2021-01-31T00:45:12.515Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-31T00:45:12.515Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-31T00:45:12.515Z] No schema files found: doing nothing. [2021-01-31T00:45:12.515Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-31T00:45:12.515Z] Setting up zip (3.0-11build1) ... [2021-01-31T00:45:12.515Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-31T00:45:12.515Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-31T00:45:12.515Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-31T00:45:12.775Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-31T00:45:12.775Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-31T00:45:12.775Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-31T00:45:12.775Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-31T00:45:12.775Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-31T00:45:19.357Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-31T00:45:19.357Z] git set to automatically installed. [2021-01-31T00:45:19.357Z] git-man set to automatically installed. [2021-01-31T00:45:19.357Z] libcurl3-gnutls set to automatically installed. [2021-01-31T00:45:19.357Z] liberror-perl set to automatically installed. [2021-01-31T00:45:19.357Z] libglib2.0-0 set to automatically installed. [2021-01-31T00:45:19.357Z] libnghttp2-14 set to automatically installed. [2021-01-31T00:45:19.357Z] libnorm1 set to automatically installed. [2021-01-31T00:45:19.357Z] libpgm-5.2-0 set to automatically installed. [2021-01-31T00:45:19.357Z] libpsl5 set to automatically installed. [2021-01-31T00:45:19.357Z] librtmp1 set to automatically installed. [2021-01-31T00:45:19.357Z] libsodium23 set to automatically installed. [2021-01-31T00:45:19.357Z] libzmq3-dev set to automatically installed. [2021-01-31T00:45:19.357Z] libzmq5 set to automatically installed. [2021-01-31T00:45:19.357Z] pkg-config set to automatically installed. [2021-01-31T00:45:19.357Z] zip set to automatically installed. [2021-01-31T00:45:21.270Z] snapd is not logged in, snap install commands will use sudo [2021-01-31T00:45:24.159Z] ---> f5082fd4fe7f [2021-01-31T00:45:24.159Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-31T00:45:24.159Z] ---> d639b7546700 [2021-01-31T00:45:24.159Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-31T00:45:24.159Z] ---> 8d4d884e356e [2021-01-31T00:45:24.159Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-31T00:45:24.159Z] ---> Running in 32aafb35439a [2021-01-31T00:45:24.159Z] ---> 7d22efc8c5f7 [2021-01-31T00:45:24.159Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-31T00:45:24.159Z] ---> Running in 1d65935e486c [2021-01-31T00:45:24.159Z] ---> 86ed3025e118 [2021-01-31T00:45:24.159Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-31T00:45:24.159Z] ---> Running in cc8af13c4801 [2021-01-31T00:45:24.159Z] ---> Running in aca48a5921a9 [2021-01-31T00:45:24.159Z] ---> Running in ca31da96f853 [2021-01-31T00:45:24.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-31T00:45:24.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-31T00:45:24.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-31T00:45:24.159Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-31T00:45:24.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-31T00:45:27.864Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-31T00:45:27.864Z] snap "core18" has no updates available [2021-01-31T00:45:28.438Z] Pulling config-common [2021-01-31T00:45:29.401Z] Pulling go-build-helper [2021-01-31T00:45:51.368Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-31T00:45:51.368Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-31T00:45:51.368Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-31T00:45:51.368Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-31T00:45:51.368Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-31T00:45:51.368Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-31T00:45:51.368Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-31T00:45:51.368Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-31T00:45:51.368Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-31T00:45:51.368Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-31T00:45:51.368Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-31T00:45:51.368Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-31T00:45:51.368Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-31T00:45:51.368Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-31T00:45:51.368Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-31T00:45:51.368Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-31T00:45:51.368Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-31T00:45:51.368Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-31T00:45:51.368Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-31T00:45:51.368Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-31T00:45:51.368Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-31T00:45:51.368Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-31T00:45:51.368Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-31T00:45:51.368Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-31T00:45:51.368Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-31T00:45:51.368Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-31T00:45:51.368Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-31T00:45:51.368Z] Fetched 23.9 MB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-31T00:45:51.368Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-31T00:45:51.368Z] Fetched 279 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-31T00:45:51.368Z] Fetched 122 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-31T00:45:51.368Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-31T00:45:51.368Z] Fetched 8848 B in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-31T00:45:51.368Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-31T00:45:51.368Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-31T00:45:51.368Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-31T00:45:51.368Z] Fetched 214 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-31T00:45:51.368Z] Fetched 155 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-31T00:45:51.368Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-31T00:45:51.368Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-31T00:45:51.368Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-31T00:45:51.368Z] Fetched 499 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-31T00:45:51.368Z] Fetched 111 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-31T00:45:51.368Z] Fetched 240 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-31T00:45:51.368Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-31T00:45:51.368Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-31T00:45:51.368Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-31T00:45:51.368Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-31T00:45:51.368Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-31T00:45:51.368Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-31T00:45:51.368Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-31T00:45:51.368Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-31T00:45:51.368Z] Fetched 8720 B in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-31T00:45:51.368Z] Fetched 137 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-31T00:45:51.368Z] Fetched 119 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-31T00:45:51.368Z] Fetched 109 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-31T00:45:51.368Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-31T00:45:51.368Z] Fetched 645 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-31T00:45:51.368Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-31T00:45:51.368Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-31T00:45:51.368Z] Fetched 368 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-31T00:45:51.368Z] Fetched 187 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-31T00:45:51.368Z] Fetched 175 kB in 0s (0 B/s) [2021-01-31T00:45:51.368Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-31T00:45:53.307Z] Fetched 206 kB in 0s (0 B/s) [2021-01-31T00:45:53.307Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-31T00:45:53.307Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-31T00:45:53.307Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-31T00:45:53.307Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-31T00:45:53.307Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-31T00:45:53.307Z] Fetched 159 kB in 0s (0 B/s) [2021-01-31T00:45:53.307Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-31T00:45:53.307Z] Fetched 107 kB in 0s (0 B/s) [2021-01-31T00:45:53.307Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-31T00:45:53.307Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-31T00:45:53.307Z] Pulling static-packages [2021-01-31T00:45:54.250Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-31T00:45:54.250Z] Skipping pull go-build-helper (already ran) [2021-01-31T00:45:54.250Z] Skipping pull static-packages (already ran) [2021-01-31T00:45:54.250Z] Building go-build-helper [2021-01-31T00:45:57.550Z] Building static-packages [2021-01-31T00:45:59.464Z] Staging go-build-helper [2021-01-31T00:46:00.408Z] Staging static-packages [2021-01-31T00:46:01.352Z] Pulling go115 [2021-01-31T00:46:02.295Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-31T00:46:02.295Z] Skipping pull go115 (already ran) [2021-01-31T00:46:02.295Z] Building go115 [2021-01-31T00:46:02.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-31T00:46:02.295Z] Dload Upload Total Spent Left Speed [2021-01-31T00:46:05.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.6M 0 0 28.6M 0 0:00:04 --:--:-- 0:00:04 28.6M 55 115M 55 64.6M 0 0 34.2M 0 0:00:03 0:00:01 0:00:02 34.2M 93 115M 93 107M 0 0 37.6M 0 0:00:03 0:00:02 0:00:01 37.5M 100 115M 100 115M 0 0 38.5M 0 0:00:02 0:00:02 --:--:-- 38.5M [2021-01-31T00:46:05.783Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-31T00:46:09.076Z] Staging go115 [2021-01-31T00:46:14.362Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-31T00:46:14.362Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-31T00:46:14.362Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-31T00:46:14.362Z] Fetched 0 B in 0s (0 B/s) [2021-01-31T00:46:14.362Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-31T00:46:14.362Z] Fetched 224 kB in 0s (0 B/s) [2021-01-31T00:46:14.362Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-31T00:46:14.362Z] Fetched 157 kB in 0s (0 B/s) [2021-01-31T00:46:14.362Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-31T00:46:14.362Z] Fetched 221 kB in 0s (0 B/s) [2021-01-31T00:46:14.362Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-31T00:46:14.362Z] Fetched 143 kB in 0s (0 B/s) [2021-01-31T00:46:14.362Z] Pulling edgex-go [2021-01-31T00:46:15.303Z] Pulling version [2021-01-31T00:46:16.245Z] Building config-common [2021-01-31T00:46:18.278Z] Skipping build go-build-helper (already ran) [2021-01-31T00:46:18.278Z] Skipping build static-packages (already ran) [2021-01-31T00:46:18.278Z] Skipping build go115 (already ran) [2021-01-31T00:46:18.278Z] Building edgex-go [2021-01-31T00:46:18.539Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-31T00:46:20.457Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-31T00:46:20.457Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 [2021-01-31T00:46:20.457Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-31T00:46:20.457Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-31T00:46:20.457Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-31T00:46:20.457Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-31T00:46:20.457Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-31T00:46:20.457Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-31T00:46:20.457Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-31T00:46:20.457Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-31T00:46:20.457Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-31T00:46:20.457Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-31T00:46:20.457Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-31T00:46:20.457Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-31T00:46:20.457Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-31T00:46:20.457Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-31T00:46:20.457Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-31T00:46:20.457Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-31T00:46:20.457Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-31T00:46:20.457Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-31T00:46:20.457Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-31T00:46:20.457Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-31T00:46:20.718Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-31T00:46:20.718Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-31T00:46:20.718Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-31T00:46:20.718Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-31T00:46:20.718Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-31T00:46:20.718Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-31T00:46:20.978Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-31T00:46:20.978Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-31T00:46:27.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-31T00:46:30.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-31T00:46:31.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-31T00:46:32.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-31T00:46:32.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-31T00:46:32.990Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-31T00:46:33.256Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-31T00:46:33.256Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-31T00:46:33.256Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-31T00:46:35.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-31T00:46:35.168Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-31T00:46:35.168Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-31T00:46:36.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-31T00:46:37.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-31T00:46:37.048Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-31T00:46:38.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-31T00:46:38.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-31T00:46:39.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-31T00:46:39.827Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-31T00:46:40.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-31T00:46:40.768Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-31T00:46:43.314Z] Building version [2021-01-31T00:46:45.232Z] Staging config-common [2021-01-31T00:46:45.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-31T00:46:45.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-31T00:46:46.171Z] Skipping stage go-build-helper (already ran) [2021-01-31T00:46:46.171Z] Skipping stage static-packages (already ran) [2021-01-31T00:46:46.171Z] Skipping stage go115 (already ran) [2021-01-31T00:46:46.171Z] Staging edgex-go [2021-01-31T00:46:47.109Z] Staging version [2021-01-31T00:46:48.049Z] Priming config-common [2021-01-31T00:46:48.991Z] Priming go-build-helper [2021-01-31T00:46:49.933Z] Priming static-packages [2021-01-31T00:46:51.844Z] Priming go115 [2021-01-31T00:46:52.783Z] Priming edgex-go [2021-01-31T00:46:53.720Z] Priming version [2021-01-31T00:46:54.662Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-31T00:47:01.133Z] Removing intermediate container 32aafb35439a [2021-01-31T00:47:01.133Z] ---> 86649cce56fa [2021-01-31T00:47:01.133Z] [2021-01-31T00:47:01.133Z] Step 10/24 : FROM alpine:3.12 [2021-01-31T00:47:01.133Z] 3.12: Pulling from library/alpine [2021-01-31T00:47:01.133Z] Removing intermediate container aca48a5921a9 [2021-01-31T00:47:01.133Z] ---> 2c84c5461675 [2021-01-31T00:47:01.133Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-31T00:47:01.133Z] ---> Running in a989744f5aee [2021-01-31T00:47:01.133Z] Removing intermediate container 1d65935e486c [2021-01-31T00:47:01.134Z] ---> 11b34de7f342 [2021-01-31T00:47:01.134Z] [2021-01-31T00:47:01.134Z] Step 10/21 : FROM alpine:3.12 [2021-01-31T00:47:01.134Z] 3.12: Pulling from library/alpine [2021-01-31T00:47:02.131Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-31T00:47:02.131Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-31T00:47:02.131Z] Status: Downloaded newer image for alpine:3.12 [2021-01-31T00:47:02.131Z] ---> afeebe901d6b [2021-01-31T00:47:02.131Z] Status: Image is up to date for alpine:3.12 [2021-01-31T00:47:02.131Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-31T00:47:02.131Z] ---> afeebe901d6b [2021-01-31T00:47:02.131Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-31T00:47:02.413Z] ---> Running in 1b6fbe6f44ce [2021-01-31T00:47:02.413Z] ---> Running in 39cb0da06b8d [2021-01-31T00:47:03.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-31T00:47:04.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:04.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:05.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:05.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:06.152Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-31T00:47:06.152Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-31T00:47:06.152Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-31T00:47:06.152Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-31T00:47:06.152Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-31T00:47:06.152Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-31T00:47:06.152Z] (4/5) Installing curl (7.69.1-r3) [2021-01-31T00:47:06.152Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-31T00:47:06.152Z] (4/4) Installing curl (7.69.1-r3) [2021-01-31T00:47:06.152Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:47:06.152Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:47:06.152Z] Executing ca-certificates-20191127-r4.trigger [2021-01-31T00:47:06.152Z] Executing ca-certificates-20191127-r4.trigger [2021-01-31T00:47:06.430Z] OK: 7 MiB in 18 packages [2021-01-31T00:47:06.709Z] OK: 7 MiB in 19 packages [2021-01-31T00:47:10.122Z] Removing intermediate container 1b6fbe6f44ce [2021-01-31T00:47:10.122Z] ---> 499fbb2c884d [2021-01-31T00:47:10.122Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-31T00:47:10.122Z] Removing intermediate container a989744f5aee [2021-01-31T00:47:10.122Z] ---> 9d14c243f17c [2021-01-31T00:47:10.122Z] [2021-01-31T00:47:10.122Z] Step 11/26 : FROM docker:20.10.0 [2021-01-31T00:47:10.122Z] 20.10.0: Pulling from library/docker [2021-01-31T00:47:10.122Z] ---> Running in 1dbf2d57d718 [2021-01-31T00:47:10.122Z] Removing intermediate container 39cb0da06b8d [2021-01-31T00:47:10.122Z] ---> 5ef158aa07b4 [2021-01-31T00:47:10.122Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-31T00:47:10.730Z] ---> Running in 3db187457d75 [2021-01-31T00:47:11.376Z] Removing intermediate container 1dbf2d57d718 [2021-01-31T00:47:11.376Z] ---> e8b9a20a3960 [2021-01-31T00:47:11.376Z] Step 13/21 : WORKDIR /edgex [2021-01-31T00:47:12.115Z] ---> Running in d6cdf2970276 [2021-01-31T00:47:12.449Z] Removing intermediate container 3db187457d75 [2021-01-31T00:47:12.449Z] ---> 3a6eec57ae98 [2021-01-31T00:47:12.449Z] Step 13/24 : WORKDIR / [2021-01-31T00:47:13.078Z] ---> Running in 82a38b7886e7 [2021-01-31T00:47:13.682Z] Removing intermediate container d6cdf2970276 [2021-01-31T00:47:13.682Z] ---> 79bafaf481ef [2021-01-31T00:47:13.682Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-31T00:47:14.283Z] Removing intermediate container cc8af13c4801 [2021-01-31T00:47:14.283Z] ---> be4439f9f5fa [2021-01-31T00:47:14.283Z] [2021-01-31T00:47:14.283Z] Step 10/22 : FROM alpine:3.12 [2021-01-31T00:47:14.283Z] ---> afeebe901d6b [2021-01-31T00:47:14.283Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-31T00:47:14.283Z] Removing intermediate container 82a38b7886e7 [2021-01-31T00:47:14.283Z] ---> 7e1300134af7 [2021-01-31T00:47:14.283Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-31T00:47:14.560Z] ---> Running in 8a3b9fecc654 [2021-01-31T00:47:15.181Z] ---> bf90155e5089 [2021-01-31T00:47:15.181Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-31T00:47:15.781Z] ---> 9954700f5cbc [2021-01-31T00:47:15.781Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-31T00:47:16.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:17.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:17.689Z] ---> c3cec79e938e [2021-01-31T00:47:17.689Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-31T00:47:17.689Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-31T00:47:17.689Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:47:17.689Z] OK: 5 MiB in 15 packages [2021-01-31T00:47:18.281Z] ---> 269e5537ba0d [2021-01-31T00:47:18.281Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-31T00:47:19.258Z] ---> 1f65d83bc2cd [2021-01-31T00:47:19.258Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-31T00:47:19.532Z] Removing intermediate container 8a3b9fecc654 [2021-01-31T00:47:19.532Z] ---> 641599075711 [2021-01-31T00:47:19.532Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:47:20.129Z] ---> Running in b6ef116a16df [2021-01-31T00:47:20.729Z] ---> 12c2927f7a65 [2021-01-31T00:47:20.729Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-31T00:47:21.327Z] ---> Running in 537d395155ed [2021-01-31T00:47:21.327Z] Removing intermediate container b6ef116a16df [2021-01-31T00:47:21.327Z] ---> 593091f1c285 [2021-01-31T00:47:21.327Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-31T00:47:21.604Z] ---> 0848a2e3b6c9 [2021-01-31T00:47:21.604Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-31T00:47:21.604Z] ---> Running in a46cb7b8d5c4 [2021-01-31T00:47:21.881Z] Removing intermediate container 537d395155ed [2021-01-31T00:47:21.881Z] ---> eacb7f0cc0b7 [2021-01-31T00:47:21.881Z] Step 18/21 : CMD ["--init=true"] [2021-01-31T00:47:22.478Z] ---> Running in 9f2530094cd0 [2021-01-31T00:47:23.074Z] Removing intermediate container a46cb7b8d5c4 [2021-01-31T00:47:23.074Z] ---> 72356efa55af [2021-01-31T00:47:23.074Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-31T00:47:23.355Z] Removing intermediate container 9f2530094cd0 [2021-01-31T00:47:23.355Z] ---> b979b989b8ab [2021-01-31T00:47:23.355Z] Step 19/21 : LABEL arch=arm64 [2021-01-31T00:47:24.332Z] ---> Running in cabc5ded829c [2021-01-31T00:47:24.605Z] ---> 8b6e99189fb0 [2021-01-31T00:47:24.605Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-31T00:47:24.877Z] ---> Running in 17e6fa4bf554 [2021-01-31T00:47:24.877Z] Removing intermediate container cabc5ded829c [2021-01-31T00:47:24.877Z] ---> 6751fb9300e1 [2021-01-31T00:47:24.877Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:47:25.479Z] Removing intermediate container ca31da96f853 [2021-01-31T00:47:25.479Z] ---> bddaa04984a4 [2021-01-31T00:47:25.479Z] [2021-01-31T00:47:25.479Z] Step 10/23 : FROM alpine:3.12 [2021-01-31T00:47:25.479Z] ---> afeebe901d6b [2021-01-31T00:47:25.479Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-31T00:47:25.479Z] Removing intermediate container 17e6fa4bf554 [2021-01-31T00:47:25.479Z] ---> 2cd27c907ec7 [2021-01-31T00:47:25.479Z] Step 20/21 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:47:25.752Z] ---> Running in bec62aff1078 [2021-01-31T00:47:25.752Z] ---> Running in f821f0055e40 [2021-01-31T00:47:26.029Z] ---> 5168aa07de92 [2021-01-31T00:47:26.029Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-31T00:47:26.029Z] ---> e19f8aa91ede [2021-01-31T00:47:26.029Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-31T00:47:26.029Z] ---> Running in cc5579f1580f [2021-01-31T00:47:26.633Z] Removing intermediate container bec62aff1078 [2021-01-31T00:47:26.633Z] ---> 68c8c3d13183 [2021-01-31T00:47:26.633Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-31T00:47:26.633Z] Removing intermediate container f821f0055e40 [2021-01-31T00:47:26.633Z] ---> 6d55f8747bd0 [2021-01-31T00:47:26.633Z] Step 21/21 : LABEL version=0.0.0 [2021-01-31T00:47:26.907Z] ---> Running in b4f464bf98d7 [2021-01-31T00:47:26.907Z] ---> Running in 6e833734d1c1 [2021-01-31T00:47:26.907Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-31T00:47:27.181Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-31T00:47:27.181Z] ---> eeaf43b92773 [2021-01-31T00:47:27.181Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-31T00:47:27.457Z] ---> Running in bcdb3ad5051b [2021-01-31T00:47:27.729Z] Removing intermediate container b4f464bf98d7 [2021-01-31T00:47:27.729Z] ---> 761135da7b2a [2021-01-31T00:47:27.729Z] [2021-01-31T00:47:27.729Z] Removing intermediate container 6e833734d1c1 [2021-01-31T00:47:27.729Z] ---> 3545abf7f142 [2021-01-31T00:47:27.729Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-31T00:47:27.729Z] ---> 0820feebd261 [2021-01-31T00:47:27.729Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-31T00:47:28.004Z] ---> Running in bdf8adf09095 [2021-01-31T00:47:28.610Z] Successfully built 761135da7b2a [2021-01-31T00:47:28.610Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-31T00:47:28.610Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-31T00:47:28.610Z] Removing intermediate container bdf8adf09095 [2021-01-31T00:47:28.610Z] ---> 35de5fa5a909 [2021-01-31T00:47:28.610Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:47:28.904Z] ---> Running in a9c96e1586fd [2021-01-31T00:47:29.193Z] ---> 9f4e6aeab20c [2021-01-31T00:47:29.193Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-31T00:47:29.193Z] Removing intermediate container cc5579f1580f [2021-01-31T00:47:29.193Z] ---> 49faee58db35 [2021-01-31T00:47:29.193Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-31T00:47:29.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:29.473Z] ---> Running in ce93010dffc6 [2021-01-31T00:47:29.473Z] ---> Running in 991987f18699 [2021-01-31T00:47:29.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:30.097Z] (1/2) Installing readline (8.0.4-r0) [2021-01-31T00:47:30.097Z] (2/2) Installing bash (5.0.17-r0) [2021-01-31T00:47:30.371Z] Executing bash-5.0.17-r0.post-install [2021-01-31T00:47:30.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:47:30.371Z] OK: 12 MiB in 22 packages [2021-01-31T00:47:30.965Z] Removing intermediate container ce93010dffc6 [2021-01-31T00:47:30.965Z] ---> 621d5977b861 [2021-01-31T00:47:30.965Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:47:30.965Z] Removing intermediate container 991987f18699 [2021-01-31T00:47:30.965Z] ---> 18a705a9ecc4 [2021-01-31T00:47:30.965Z] Step 22/24 : LABEL arch=arm64 [2021-01-31T00:47:31.560Z] ---> Running in 027845515d57 [2021-01-31T00:47:31.560Z] ---> Running in 1ae641e80145 [2021-01-31T00:47:32.537Z] Removing intermediate container 027845515d57 [2021-01-31T00:47:32.537Z] ---> 9b3dbfd6792c [2021-01-31T00:47:32.537Z] Step 20/22 : LABEL arch=arm64 [2021-01-31T00:47:32.537Z] Removing intermediate container 1ae641e80145 [2021-01-31T00:47:32.537Z] ---> a7605afd4b2d [2021-01-31T00:47:32.537Z] Step 23/24 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:47:32.808Z] Removing intermediate container bcdb3ad5051b [2021-01-31T00:47:32.808Z] ---> aa6f08547d90 [2021-01-31T00:47:32.808Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-31T00:47:33.080Z] ---> Running in 4958e79f8ff9 [2021-01-31T00:47:33.080Z] ---> Running in 9c4120c4ce8c [2021-01-31T00:47:33.358Z] ---> Running in 9166c8a95dbf [2021-01-31T00:47:33.630Z] Removing intermediate container a9c96e1586fd [2021-01-31T00:47:33.630Z] ---> 57d17390d6ae [2021-01-31T00:47:33.630Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-31T00:47:34.232Z] Removing intermediate container 4958e79f8ff9 [2021-01-31T00:47:34.232Z] ---> be3510ef2a62 [2021-01-31T00:47:34.232Z] Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bcRemoving intermediate container 9c4120c4ce8c [2021-01-31T00:47:34.232Z] ---> fc5fb7eb6198 [2021-01-31T00:47:34.232Z] Step 24/24 : LABEL version=0.0.0 [2021-01-31T00:47:34.232Z] [2021-01-31T00:47:34.504Z] ---> Running in 1140ac1a9111 [2021-01-31T00:47:34.504Z] Removing intermediate container 9166c8a95dbf [2021-01-31T00:47:34.504Z] ---> d2fb41d2ce5f [2021-01-31T00:47:34.504Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-31T00:47:34.504Z] ---> Running in 51b7a111659d [2021-01-31T00:47:34.504Z] ---> Running in a0dc9af949d8 [2021-01-31T00:47:34.788Z] ---> Running in 8e94aedc58ef [2021-01-31T00:47:35.390Z] Removing intermediate container 51b7a111659d [2021-01-31T00:47:35.390Z] ---> d8df7deebe20 [2021-01-31T00:47:35.390Z] [2021-01-31T00:47:35.390Z] Removing intermediate container a0dc9af949d8 [2021-01-31T00:47:35.390Z] ---> 3fdf8f5ca656 [2021-01-31T00:47:35.390Z] Step 22/22 : LABEL version=0.0.0 [2021-01-31T00:47:35.663Z] Removing intermediate container 8e94aedc58ef [2021-01-31T00:47:35.663Z] ---> efd36a5a8004 [2021-01-31T00:47:35.663Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-31T00:47:35.663Z] ---> Running in 3244d07baddb [2021-01-31T00:47:35.935Z] ---> Running in ce25f78cc919 [2021-01-31T00:47:35.935Z] Successfully built d8df7deebe20 [2021-01-31T00:47:35.935Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-31T00:47:35.935Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-31T00:47:35.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:36.208Z] Removing intermediate container 3244d07baddb [2021-01-31T00:47:36.483Z] ---> 6c8f84474e12 [2021-01-31T00:47:36.483Z] [2021-01-31T00:47:36.483Z] Removing intermediate container ce25f78cc919 [2021-01-31T00:47:36.483Z] ---> ae76cb23619e [2021-01-31T00:47:36.483Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-31T00:47:36.762Z] Successfully built 6c8f84474e12 [2021-01-31T00:47:36.762Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-31T00:47:36.762Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-31T00:47:37.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:37.630Z] ---> 2e42904bf93d [2021-01-31T00:47:37.630Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-31T00:47:38.607Z] ---> 911197419409 [2021-01-31T00:47:38.607Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-31T00:47:38.607Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-31T00:47:38.607Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-31T00:47:38.607Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-31T00:47:38.885Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-31T00:47:39.481Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-31T00:47:39.754Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-31T00:47:39.754Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:47:39.754Z] OK: 8 MiB in 20 packages [2021-01-31T00:47:40.045Z] ---> d0324151d9ed [2021-01-31T00:47:40.045Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-31T00:47:41.041Z] ---> Running in 0e7b884d82ce [2021-01-31T00:47:43.026Z] Removing intermediate container 1140ac1a9111 [2021-01-31T00:47:43.026Z] ---> 49d16de888a7 [2021-01-31T00:47:43.026Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:47:43.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:43.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:47:43.901Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-31T00:47:43.901Z] (2/33) Installing expat (2.2.9-r1) [2021-01-31T00:47:43.901Z] (3/33) Installing libffi (3.3-r2) [2021-01-31T00:47:43.901Z] (4/33) Installing gdbm (1.13-r1) [2021-01-31T00:47:43.901Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-31T00:47:43.901Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-31T00:47:43.901Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-31T00:47:44.914Z] ---> 29f1925c8a4b [2021-01-31T00:47:44.914Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-31T00:47:45.894Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-31T00:47:45.894Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-31T00:47:45.894Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-31T00:47:45.894Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-31T00:47:45.894Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-31T00:47:45.894Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-31T00:47:46.169Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-31T00:47:46.169Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-31T00:47:46.169Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-31T00:47:46.169Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-31T00:47:46.169Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-31T00:47:46.169Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-31T00:47:46.169Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-31T00:47:46.442Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-31T00:47:46.442Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-31T00:47:46.442Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-31T00:47:46.442Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-31T00:47:46.442Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-31T00:47:46.442Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-31T00:47:46.442Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-31T00:47:46.442Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-31T00:47:46.442Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-31T00:47:46.442Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-31T00:47:46.442Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-31T00:47:46.742Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-31T00:47:46.742Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-31T00:47:46.742Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:47:46.742Z] OK: 71 MiB in 55 packages [2021-01-31T00:47:47.734Z] ---> 1ff0c6ffcc41 [2021-01-31T00:47:47.734Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-31T00:47:49.172Z] ---> c8424406706b [2021-01-31T00:47:49.172Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-31T00:47:49.777Z] ---> Running in 278f6e638984 [2021-01-31T00:47:51.209Z] Removing intermediate container 278f6e638984 [2021-01-31T00:47:51.209Z] ---> f016682e055c [2021-01-31T00:47:51.209Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:47:51.488Z] ---> Running in 672ebf9f35cc [2021-01-31T00:47:52.470Z] Removing intermediate container 672ebf9f35cc [2021-01-31T00:47:52.470Z] ---> bcb8b0c98962 [2021-01-31T00:47:52.470Z] Step 21/23 : LABEL arch=arm64 [2021-01-31T00:47:52.744Z] ---> Running in 98fc7ef1da52 [2021-01-31T00:47:53.356Z] Removing intermediate container 98fc7ef1da52 [2021-01-31T00:47:53.356Z] ---> 20c31c798420 [2021-01-31T00:47:53.356Z] Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:47:53.952Z] ---> Running in 9a318b5073ab [2021-01-31T00:47:54.552Z] Removing intermediate container 0e7b884d82ce [2021-01-31T00:47:54.552Z] ---> 19afc5c9eb0d [2021-01-31T00:47:54.552Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-31T00:47:54.552Z] Removing intermediate container 9a318b5073ab [2021-01-31T00:47:54.552Z] ---> b3bf3112b48e [2021-01-31T00:47:54.552Z] Step 23/23 : LABEL version=0.0.0 [2021-01-31T00:47:54.825Z] ---> Running in d33aa2c612f6 [2021-01-31T00:47:55.101Z] ---> Running in b4fb3475fc0d [2021-01-31T00:47:56.082Z] Removing intermediate container b4fb3475fc0d [2021-01-31T00:47:56.082Z] ---> b92568c65664 [2021-01-31T00:47:56.082Z] [2021-01-31T00:47:56.681Z] Successfully built b92568c65664 [2021-01-31T00:47:56.681Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-31T00:47:56.681Z] Building docker-core-metadata-go [2021-01-31T00:48:01.001Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-31T00:48:01.001Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-31T00:48:01.277Z] Collecting jsonschema<3,>=2.5.1 [2021-01-31T00:48:01.550Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-31T00:48:01.900Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:48:01.900Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:48:01.900Z] ---> 449cf5d4489c [2021-01-31T00:48:01.900Z] Step 3/31 : WORKDIR /edgex-go [2021-01-31T00:48:01.900Z] ---> Using cache [2021-01-31T00:48:01.900Z] ---> 080b0b58d541 [2021-01-31T00:48:01.900Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:48:01.900Z] ---> Using cache [2021-01-31T00:48:01.900Z] ---> 44649a39d056 [2021-01-31T00:48:01.900Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-31T00:48:01.900Z] ---> Using cache [2021-01-31T00:48:01.900Z] ---> d0fb2252d4ff [2021-01-31T00:48:01.900Z] Step 6/31 : COPY go.mod . [2021-01-31T00:48:01.900Z] ---> Using cache [2021-01-31T00:48:01.900Z] ---> cd3b18c673f6 [2021-01-31T00:48:01.900Z] Step 7/31 : RUN go mod download [2021-01-31T00:48:01.900Z] ---> Using cache [2021-01-31T00:48:01.900Z] ---> f6699891b8bf [2021-01-31T00:48:01.900Z] Step 8/31 : COPY . . [2021-01-31T00:48:01.900Z] ---> Using cache [2021-01-31T00:48:01.900Z] ---> 8d4d884e356e [2021-01-31T00:48:01.900Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-31T00:48:02.501Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-31T00:48:02.501Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-31T00:48:05.144Z] ---> Running in cf1bd0e1a179 [2021-01-31T00:48:05.144Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-31T00:48:06.582Z] Collecting PyYAML<4,>=3.10 [2021-01-31T00:48:06.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-31T00:48:06.582Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-31T00:48:09.990Z] Collecting cached-property<2,>=1.2.0 [2021-01-31T00:48:10.267Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-31T00:48:10.594Z] Collecting docopt<0.7,>=0.6.1 [2021-01-31T00:48:10.594Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-31T00:48:15.157Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-31T00:48:15.157Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-31T00:48:15.757Z] Collecting docker<4.0,>=3.6.0 [2021-01-31T00:48:15.757Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-31T00:48:16.368Z] Collecting texttable<0.10,>=0.9.0 [2021-01-31T00:48:16.368Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-31T00:48:19.030Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-31T00:48:19.030Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-31T00:48:20.022Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-31T00:48:20.022Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-31T00:48:21.040Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:48:21.040Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:48:21.040Z] ---> 449cf5d4489c [2021-01-31T00:48:21.040Z] Step 3/22 : WORKDIR /edgex-go [2021-01-31T00:48:21.040Z] ---> Using cache [2021-01-31T00:48:21.040Z] ---> 080b0b58d541 [2021-01-31T00:48:21.040Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:48:21.040Z] ---> Using cache [2021-01-31T00:48:21.040Z] ---> 44649a39d056 [2021-01-31T00:48:21.040Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-31T00:48:21.680Z] Collecting idna<2.8,>=2.5 [2021-01-31T00:48:21.680Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-31T00:48:21.970Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:48:21.970Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:48:21.970Z] ---> 449cf5d4489c [2021-01-31T00:48:21.970Z] Step 3/23 : WORKDIR /edgex-go [2021-01-31T00:48:21.970Z] ---> Using cache [2021-01-31T00:48:21.970Z] ---> 080b0b58d541 [2021-01-31T00:48:21.971Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:48:21.971Z] ---> Using cache [2021-01-31T00:48:21.971Z] ---> 44649a39d056 [2021-01-31T00:48:21.971Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-31T00:48:21.971Z] ---> Using cache [2021-01-31T00:48:21.971Z] ---> d0fb2252d4ff [2021-01-31T00:48:21.971Z] Step 6/23 : COPY go.mod . [2021-01-31T00:48:21.971Z] ---> Using cache [2021-01-31T00:48:21.971Z] ---> cd3b18c673f6 [2021-01-31T00:48:21.971Z] Step 7/23 : RUN go mod download [2021-01-31T00:48:21.971Z] ---> Using cache [2021-01-31T00:48:21.971Z] ---> f6699891b8bf [2021-01-31T00:48:21.971Z] Step 8/23 : COPY . . [2021-01-31T00:48:21.971Z] ---> Using cache [2021-01-31T00:48:21.971Z] ---> 8d4d884e356e [2021-01-31T00:48:21.971Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-31T00:48:22.264Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-31T00:48:22.264Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-31T00:48:22.905Z] Collecting docker-pycreds>=0.4.0 [2021-01-31T00:48:23.205Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-31T00:48:23.484Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-31T00:48:23.484Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-31T00:48:23.484Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-31T00:48:23.484Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-31T00:48:24.478Z] ---> Running in ba9efdc48ade [2021-01-31T00:48:24.478Z] ---> Running in 066a97d25904 [2021-01-31T00:48:24.758Z] Installing collected packages: jsonschema, dockerpty, PyYAML, cached-property, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, docker-compose [2021-01-31T00:48:25.369Z] Running setup.py install for dockerpty: started [2021-01-31T00:48:26.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-31T00:48:26.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:48:27.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:48:28.450Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-31T00:48:28.450Z] Running setup.py install for PyYAML: started [2021-01-31T00:48:28.728Z] OK: 217 MiB in 51 packages [2021-01-31T00:48:31.399Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-31T00:48:31.687Z] Removing intermediate container 066a97d25904 [2021-01-31T00:48:31.687Z] ---> b137c0532d1b [2021-01-31T00:48:31.687Z] Step 6/22 : COPY go.mod . [2021-01-31T00:48:31.687Z] Running setup.py install for docopt: started [2021-01-31T00:48:33.709Z] ---> 720ec9775b8b [2021-01-31T00:48:33.709Z] Step 7/22 : RUN go mod download [2021-01-31T00:48:33.709Z] ---> Running in fd35d61bfcdc [2021-01-31T00:48:34.712Z] Running setup.py install for docopt: finished with status 'done' [2021-01-31T00:48:34.712Z] Attempting uninstall: urllib3 [2021-01-31T00:48:34.712Z] Found existing installation: urllib3 1.25.9 [2021-01-31T00:48:34.712Z] Uninstalling urllib3-1.25.9: [2021-01-31T00:48:34.991Z] Successfully uninstalled urllib3-1.25.9 [2021-01-31T00:48:35.989Z] Attempting uninstall: idna [2021-01-31T00:48:35.989Z] Found existing installation: idna 2.9 [2021-01-31T00:48:35.989Z] Uninstalling idna-2.9: [2021-01-31T00:48:35.989Z] Successfully uninstalled idna-2.9 [2021-01-31T00:48:36.602Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-31T00:48:36.602Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-31T00:48:36.602Z] ---> 449cf5d4489c [2021-01-31T00:48:36.602Z] Step 3/23 : WORKDIR /edgex-go [2021-01-31T00:48:36.602Z] ---> Using cache [2021-01-31T00:48:36.602Z] ---> 080b0b58d541 [2021-01-31T00:48:36.602Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T00:48:36.602Z] ---> Using cache [2021-01-31T00:48:36.602Z] ---> 44649a39d056 [2021-01-31T00:48:36.602Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-31T00:48:36.602Z] ---> Using cache [2021-01-31T00:48:36.602Z] ---> d0fb2252d4ff [2021-01-31T00:48:36.602Z] Step 6/23 : COPY go.mod . [2021-01-31T00:48:36.602Z] ---> Using cache [2021-01-31T00:48:36.602Z] ---> cd3b18c673f6 [2021-01-31T00:48:36.602Z] Step 7/23 : RUN go mod download [2021-01-31T00:48:36.602Z] ---> Using cache [2021-01-31T00:48:36.602Z] ---> f6699891b8bf [2021-01-31T00:48:36.602Z] Step 8/23 : COPY . . [2021-01-31T00:48:36.602Z] ---> Using cache [2021-01-31T00:48:36.602Z] ---> 8d4d884e356e [2021-01-31T00:48:36.602Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-31T00:48:37.220Z] Attempting uninstall: requests [2021-01-31T00:48:37.220Z] Found existing installation: requests 2.23.0 [2021-01-31T00:48:37.220Z] Uninstalling requests-2.23.0: [2021-01-31T00:48:37.220Z] ---> Running in ffcdbd7c9d35 [2021-01-31T00:48:37.220Z] Successfully uninstalled requests-2.23.0 [2021-01-31T00:48:38.685Z] Removing intermediate container fd35d61bfcdc [2021-01-31T00:48:38.685Z] ---> 517073b4da89 [2021-01-31T00:48:38.685Z] Step 8/22 : COPY . . [2021-01-31T00:48:39.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-31T00:48:39.580Z] Running setup.py install for texttable: started [2021-01-31T00:48:42.245Z] Running setup.py install for texttable: finished with status 'done' [2021-01-31T00:48:43.723Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-31T00:48:53.976Z] Removing intermediate container d33aa2c612f6 [2021-01-31T00:48:53.976Z] ---> 4072bfad7a91 [2021-01-31T00:48:53.976Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-31T00:48:53.976Z] ---> Running in 2f84fb5aec62 [2021-01-31T00:48:56.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:48:56.646Z] ---> bdbdef0cf15b [2021-01-31T00:48:56.646Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-31T00:48:56.924Z] ---> Running in efd2a41634fb [2021-01-31T00:48:56.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:48:57.945Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-31T00:48:57.945Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-31T00:48:57.945Z] (3/3) Installing curl (7.69.1-r3) [2021-01-31T00:48:57.945Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:48:57.945Z] OK: 71 MiB in 58 packages [2021-01-31T00:48:58.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-31T00:49:00.475Z] Removing intermediate container 2f84fb5aec62 [2021-01-31T00:49:00.475Z] ---> d089555aed28 [2021-01-31T00:49:00.475Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-31T00:49:00.475Z] ---> Running in 5d2224979841 [2021-01-31T00:49:01.083Z] Removing intermediate container 5d2224979841 [2021-01-31T00:49:01.083Z] ---> 6cb2fa7641cf [2021-01-31T00:49:01.083Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:49:01.361Z] ---> Running in 5c956db3f54b [2021-01-31T00:49:01.972Z] Removing intermediate container 5c956db3f54b [2021-01-31T00:49:01.972Z] ---> c7a13828c821 [2021-01-31T00:49:01.972Z] Step 24/26 : LABEL arch=arm64 [2021-01-31T00:49:02.251Z] ---> Running in 3af1c01b59af [2021-01-31T00:49:02.850Z] Removing intermediate container 3af1c01b59af [2021-01-31T00:49:02.850Z] ---> 1603e763e6bf [2021-01-31T00:49:02.850Z] Step 25/26 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:49:03.131Z] ---> Running in 2309548eed4e [2021-01-31T00:49:04.128Z] Removing intermediate container 2309548eed4e [2021-01-31T00:49:04.128Z] ---> 78da05cd0cff [2021-01-31T00:49:04.128Z] Step 26/26 : LABEL version=0.0.0 [2021-01-31T00:49:04.128Z] ---> Running in 1595b7111f17 [2021-01-31T00:49:04.735Z] Removing intermediate container 1595b7111f17 [2021-01-31T00:49:04.735Z] ---> bedd167ce5c0 [2021-01-31T00:49:04.735Z] [2021-01-31T00:49:05.341Z] Successfully built bedd167ce5c0 [2021-01-31T00:49:05.341Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-31T00:49:15.531Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-31T00:49:37.773Z] Removing intermediate container cf1bd0e1a179 [2021-01-31T00:49:37.773Z] ---> 78453a0abd6e [2021-01-31T00:49:37.773Z] [2021-01-31T00:49:37.773Z] Step 10/31 : FROM alpine:3.12 [2021-01-31T00:49:37.773Z] ---> afeebe901d6b [2021-01-31T00:49:37.773Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-31T00:49:37.773Z] ---> Running in 16c604058d8c [2021-01-31T00:49:37.773Z] Removing intermediate container 16c604058d8c [2021-01-31T00:49:37.773Z] ---> 9c90f86ff6bb [2021-01-31T00:49:37.773Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-31T00:49:37.773Z] ---> Running in 0b0984b0b746 [2021-01-31T00:49:39.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:49:39.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:49:40.120Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-31T00:49:40.120Z] (2/2) Installing su-exec (0.2-r1) [2021-01-31T00:49:40.120Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:49:40.411Z] OK: 5 MiB in 16 packages [2021-01-31T00:49:41.942Z] Removing intermediate container 0b0984b0b746 [2021-01-31T00:49:41.942Z] ---> 8808471a69bf [2021-01-31T00:49:41.942Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-31T00:49:42.230Z] ---> Running in ead10a5e3c74 [2021-01-31T00:49:42.834Z] Removing intermediate container ead10a5e3c74 [2021-01-31T00:49:42.834Z] ---> 5b2feebe0fa4 [2021-01-31T00:49:42.834Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-31T00:49:43.114Z] ---> Running in e387d2852550 [2021-01-31T00:49:43.722Z] Removing intermediate container e387d2852550 [2021-01-31T00:49:43.722Z] ---> 04cde054d2b4 [2021-01-31T00:49:43.722Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-31T00:49:43.722Z] ---> Running in a9750222889a [2021-01-31T00:49:47.156Z] Removing intermediate container a9750222889a [2021-01-31T00:49:47.156Z] ---> 5c515cb22030 [2021-01-31T00:49:47.156Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-31T00:49:47.438Z] ---> Running in a5923d571bd8 [2021-01-31T00:49:48.062Z] Removing intermediate container a5923d571bd8 [2021-01-31T00:49:48.062Z] ---> 4db8991494b1 [2021-01-31T00:49:48.062Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-31T00:49:49.067Z] ---> 6cfe1364d436 [2021-01-31T00:49:49.067Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-31T00:49:49.067Z] ---> Running in 83133c0682ad [2021-01-31T00:49:52.513Z] Removing intermediate container 83133c0682ad [2021-01-31T00:49:52.513Z] ---> b22eb5b4ad22 [2021-01-31T00:49:52.513Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:49:54.008Z] ---> 660bfb5cfb28 [2021-01-31T00:49:54.008Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-31T00:49:55.472Z] ---> 92a0f33659ed [2021-01-31T00:49:55.472Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-31T00:49:56.476Z] ---> da15973c607e [2021-01-31T00:49:56.476Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-31T00:49:58.479Z] ---> 5446927fcb6a [2021-01-31T00:49:58.479Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-31T00:49:59.951Z] ---> 379fb15d221a [2021-01-31T00:49:59.951Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-31T00:50:00.566Z] ---> Running in b6f1bbb52106 [2021-01-31T00:50:01.567Z] Removing intermediate container b6f1bbb52106 [2021-01-31T00:50:01.567Z] ---> 1ee844ee695f [2021-01-31T00:50:01.567Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-31T00:50:03.575Z] ---> 002ef75e7473 [2021-01-31T00:50:03.575Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-31T00:50:04.177Z] Removing intermediate container ba9efdc48ade [2021-01-31T00:50:04.177Z] ---> 6092a472d6c9 [2021-01-31T00:50:04.177Z] [2021-01-31T00:50:04.177Z] Step 10/23 : FROM alpine:3.12 [2021-01-31T00:50:04.177Z] ---> afeebe901d6b [2021-01-31T00:50:04.177Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-31T00:50:04.177Z] ---> Using cache [2021-01-31T00:50:04.177Z] ---> 641599075711 [2021-01-31T00:50:04.177Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:50:04.177Z] ---> Using cache [2021-01-31T00:50:04.177Z] ---> 593091f1c285 [2021-01-31T00:50:04.177Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-31T00:50:04.451Z] ---> Running in f29a046b3bb5 [2021-01-31T00:50:04.451Z] ---> Running in cd232f0221fa [2021-01-31T00:50:05.454Z] Removing intermediate container cd232f0221fa [2021-01-31T00:50:05.454Z] ---> f7779b7b2db6 [2021-01-31T00:50:05.454Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-31T00:50:05.730Z] ---> Running in d76812f450fe [2021-01-31T00:50:06.347Z] Removing intermediate container d76812f450fe [2021-01-31T00:50:06.347Z] ---> 365a1d28b4a0 [2021-01-31T00:50:06.347Z] Step 15/23 : WORKDIR / [2021-01-31T00:50:06.347Z] ---> Running in fe4183795a6e [2021-01-31T00:50:07.343Z] Removing intermediate container fe4183795a6e [2021-01-31T00:50:07.343Z] ---> 7cbc43e09661 [2021-01-31T00:50:07.343Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:50:07.620Z] Removing intermediate container f29a046b3bb5 [2021-01-31T00:50:07.620Z] ---> 2dff246cab87 [2021-01-31T00:50:07.620Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-31T00:50:07.896Z] ---> Running in fcd115eb2762 [2021-01-31T00:50:08.176Z] ---> 535e20f110b4 [2021-01-31T00:50:08.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-31T00:50:08.786Z] Removing intermediate container fcd115eb2762 [2021-01-31T00:50:08.786Z] ---> c89fe53fd974 [2021-01-31T00:50:08.786Z] Step 28/31 : CMD ["gate"] [2021-01-31T00:50:09.795Z] ---> Running in c538ec2105d0 [2021-01-31T00:50:10.072Z] ---> a997caf04f2f [2021-01-31T00:50:10.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-31T00:50:10.348Z] Removing intermediate container c538ec2105d0 [2021-01-31T00:50:10.348Z] ---> 4aa0318b0e85 [2021-01-31T00:50:10.348Z] Step 29/31 : LABEL arch=arm64 [2021-01-31T00:50:10.965Z] ---> Running in 57dd5d17304a [2021-01-31T00:50:11.243Z] ---> 4ff33b691189 [2021-01-31T00:50:11.243Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-31T00:50:11.521Z] ---> Running in 4e73f28b32c2 [2021-01-31T00:50:11.521Z] Removing intermediate container 57dd5d17304a [2021-01-31T00:50:11.521Z] ---> 424d9fd6b783 [2021-01-31T00:50:11.521Z] Step 30/31 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:50:12.149Z] ---> Running in 6be6a57b2d68 [2021-01-31T00:50:12.149Z] Removing intermediate container 4e73f28b32c2 [2021-01-31T00:50:12.149Z] ---> a2604ad9d99e [2021-01-31T00:50:12.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:50:12.766Z] ---> Running in 9a56371c7277 [2021-01-31T00:50:13.040Z] Removing intermediate container 6be6a57b2d68 [2021-01-31T00:50:13.040Z] ---> 06d0105f82a3 [2021-01-31T00:50:13.040Z] Step 31/31 : LABEL version=0.0.0 [2021-01-31T00:50:13.313Z] Removing intermediate container efd2a41634fb [2021-01-31T00:50:13.313Z] ---> 87606699f463 [2021-01-31T00:50:13.313Z] [2021-01-31T00:50:13.313Z] Step 10/22 : FROM alpine:3.12 [2021-01-31T00:50:13.313Z] ---> afeebe901d6b [2021-01-31T00:50:13.313Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-31T00:50:13.587Z] ---> Running in 4d2ff6ce7efc [2021-01-31T00:50:13.862Z] ---> Running in 7034fd8d1e10 [2021-01-31T00:50:13.862Z] Removing intermediate container 9a56371c7277 [2021-01-31T00:50:13.862Z] ---> d2ea051b36eb [2021-01-31T00:50:13.862Z] Step 21/23 : LABEL arch=arm64 [2021-01-31T00:50:14.137Z] ---> Running in 8f420fbb3760 [2021-01-31T00:50:14.415Z] Removing intermediate container 4d2ff6ce7efc [2021-01-31T00:50:14.415Z] ---> 0716456478c9 [2021-01-31T00:50:14.415Z] [2021-01-31T00:50:14.696Z] Successfully built 0716456478c9 [2021-01-31T00:50:14.972Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-31T00:50:14.972Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f420fbb3760 [2021-01-31T00:50:14.972Z] ---> a49b8c37489a [2021-01-31T00:50:14.972Z] Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:50:15.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T00:50:15.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T00:50:15.246Z] ---> Running in 04cd3a93afb4 [2021-01-31T00:50:15.843Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-31T00:50:15.843Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-31T00:50:15.843Z] Executing busybox-1.31.1-r19.trigger [2021-01-31T00:50:15.843Z] Executing ca-certificates-20191127-r4.trigger [2021-01-31T00:50:16.115Z] Removing intermediate container 04cd3a93afb4 [2021-01-31T00:50:16.115Z] ---> 178141c606d3 [2021-01-31T00:50:16.115Z] Step 23/23 : LABEL version=0.0.0 [2021-01-31T00:50:16.115Z] OK: 6 MiB in 16 packages [2021-01-31T00:50:16.392Z] ---> Running in 7d67c7b3b692 [2021-01-31T00:50:16.670Z] Removing intermediate container ffcdbd7c9d35 [2021-01-31T00:50:16.670Z] ---> ca1e671571f7 [2021-01-31T00:50:16.670Z] [2021-01-31T00:50:16.670Z] Step 10/23 : FROM alpine:3.12 [2021-01-31T00:50:16.670Z] ---> afeebe901d6b [2021-01-31T00:50:16.670Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-31T00:50:16.670Z] ---> Using cache [2021-01-31T00:50:16.670Z] ---> 641599075711 [2021-01-31T00:50:16.670Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:50:16.670Z] ---> Using cache [2021-01-31T00:50:16.670Z] ---> 593091f1c285 [2021-01-31T00:50:16.670Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-31T00:50:16.944Z] ---> Running in a76c7f65b702 [2021-01-31T00:50:16.944Z] Removing intermediate container 7d67c7b3b692 [2021-01-31T00:50:16.944Z] ---> 150f098f0888 [2021-01-31T00:50:16.944Z] [2021-01-31T00:50:17.540Z] Successfully built 150f098f0888 [2021-01-31T00:50:17.540Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-31T00:50:17.819Z]  Building docker-core-command-go ... done Removing intermediate container a76c7f65b702 [2021-01-31T00:50:17.819Z] ---> 3735bca87eee [2021-01-31T00:50:17.819Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-31T00:50:17.819Z] Removing intermediate container 7034fd8d1e10 [2021-01-31T00:50:17.819Z] ---> 2d5f94e97e4b [2021-01-31T00:50:17.819Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-31T00:50:17.819Z] ---> Running in 0ec4723aaeec [2021-01-31T00:50:18.093Z] ---> Running in 0db05e3128de [2021-01-31T00:50:18.372Z] Removing intermediate container 0ec4723aaeec [2021-01-31T00:50:18.372Z] ---> 1f42f682783f [2021-01-31T00:50:18.372Z] Step 15/23 : WORKDIR / [2021-01-31T00:50:18.654Z] Removing intermediate container 0db05e3128de [2021-01-31T00:50:18.654Z] ---> 3dd9c75becc3 [2021-01-31T00:50:18.654Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-31T00:50:18.654Z] ---> Running in 7adb6da5d24f [2021-01-31T00:50:18.654Z] ---> Running in e8c232cdc2b0 [2021-01-31T00:50:18.930Z] Removing intermediate container 7adb6da5d24f [2021-01-31T00:50:18.930Z] ---> a12131a980c4 [2021-01-31T00:50:19.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:50:19.203Z] Removing intermediate container e8c232cdc2b0 [2021-01-31T00:50:19.203Z] ---> eed27f6d21cc [2021-01-31T00:50:19.203Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-31T00:50:19.203Z] ---> Running in 98dc63b141e4 [2021-01-31T00:50:19.799Z] ---> 34f7e15efb00 [2021-01-31T00:50:19.799Z] Removing intermediate container 98dc63b141e4 [2021-01-31T00:50:19.799Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> a922ea2591db [2021-01-31T00:50:19.799Z] [2021-01-31T00:50:19.799Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-31T00:50:20.796Z] ---> fcff2711bb2e [2021-01-31T00:50:20.796Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-31T00:50:21.392Z] ---> 65aa7225eb91 [2021-01-31T00:50:21.392Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-31T00:50:21.666Z] ---> 85688cceba81 [2021-01-31T00:50:21.666Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-31T00:50:21.940Z] ---> 9dabad43377c [2021-01-31T00:50:21.940Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-31T00:50:22.212Z] ---> Running in 2565d65eb90a [2021-01-31T00:50:22.484Z] ---> 4c53cfaa70d6 [2021-01-31T00:50:22.484Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-31T00:50:22.484Z] Removing intermediate container 2565d65eb90a [2021-01-31T00:50:22.484Z] ---> b11d6d9e915f [2021-01-31T00:50:22.755Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:50:22.755Z] ---> Running in 379335d72f6e [2021-01-31T00:50:22.755Z] ---> Running in 6d872d608987 [2021-01-31T00:50:23.028Z] Removing intermediate container 379335d72f6e [2021-01-31T00:50:23.028Z] ---> 3267a6f6682a [2021-01-31T00:50:23.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T00:50:23.301Z] Removing intermediate container 6d872d608987 [2021-01-31T00:50:23.302Z] ---> adba609ce6db [2021-01-31T00:50:23.302Z] Step 21/23 : LABEL arch=arm64 [2021-01-31T00:50:23.302Z] ---> Running in d2fd3a2e1410 [2021-01-31T00:50:23.302Z] ---> Running in 32404ab27fcc [2021-01-31T00:50:23.911Z] Removing intermediate container d2fd3a2e1410 [2021-01-31T00:50:23.911Z] ---> 07d47736fc1b [2021-01-31T00:50:23.911Z] Step 20/22 : LABEL arch=arm64 [2021-01-31T00:50:23.911Z] Removing intermediate container 32404ab27fcc [2021-01-31T00:50:23.911Z] ---> 7d7e6ee4f447 [2021-01-31T00:50:23.911Z] Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:50:23.911Z] ---> Running in 05417456cc85 [2021-01-31T00:50:23.911Z] ---> Running in 864ab3a7e6cb [2021-01-31T00:50:24.541Z] Removing intermediate container 05417456cc85 [2021-01-31T00:50:24.541Z] ---> 70008f156182 [2021-01-31T00:50:24.541Z] Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [2021-01-31T00:50:24.541Z] Removing intermediate container 864ab3a7e6cb [2021-01-31T00:50:24.541Z] ---> f5db9e9ac421 [2021-01-31T00:50:24.541Z] Step 23/23 : LABEL version=0.0.0 [2021-01-31T00:50:24.541Z] ---> Running in 042c651514ea [2021-01-31T00:50:24.541Z] ---> Running in 2dd73e4ca00a [2021-01-31T00:50:25.163Z] Removing intermediate container 042c651514ea [2021-01-31T00:50:25.163Z] ---> 76877bc4665f [2021-01-31T00:50:25.163Z] Step 22/22 : LABEL version=0.0.0 [2021-01-31T00:50:25.163Z] Removing intermediate container 2dd73e4ca00a [2021-01-31T00:50:25.163Z] ---> d09ab1c4c4b2 [2021-01-31T00:50:25.163Z] [2021-01-31T00:50:25.163Z] ---> Running in 591bd4f98c20 [2021-01-31T00:50:25.442Z] Successfully built d09ab1c4c4b2 [2021-01-31T00:50:25.442Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-31T00:50:25.714Z]  Building docker-core-metadata-go ... done Removing intermediate container 591bd4f98c20 [2021-01-31T00:50:25.714Z] ---> 80e70ae97e68 [2021-01-31T00:50:25.714Z] [2021-01-31T00:50:25.987Z] Successfully built 80e70ae97e68 [2021-01-31T00:50:26.259Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-31T00:50:26.276Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-31T00:50:26.291Z] $ docker stop --time=1 042880fb2613a0b11d4a5b4f0408874e9f7d2b754e20e9f1ab0a5f8e2fa38002 [2021-01-31T00:50:28.128Z] $ docker rm -f 042880fb2613a0b11d4a5b4f0408874e9f7d2b754e20e9f1ab0a5f8e2fa38002 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-31T00:50:28.751Z] + docker images [2021-01-31T00:50:28.751Z] + grep docker [2021-01-31T00:50:29.027Z] docker-support-notifications-go-arm64 latest 80e70ae97e68 3 seconds ago 16MB [2021-01-31T00:50:29.027Z] docker-core-metadata-go-arm64 latest d09ab1c4c4b2 4 seconds ago 17.7MB [2021-01-31T00:50:29.027Z] docker-core-command-go-arm64 latest 150f098f0888 12 seconds ago 16MB [2021-01-31T00:50:29.027Z] docker-security-bootstrapper-go-arm64 latest 0716456478c9 15 seconds ago 22.6MB [2021-01-31T00:50:29.027Z] docker-sys-mgmt-agent-go-arm64 latest bedd167ce5c0 About a minute ago 300MB [2021-01-31T00:50:29.027Z] docker-core-data-go-arm64 latest b92568c65664 2 minutes ago 21MB [2021-01-31T00:50:29.027Z] docker-support-scheduler-go-arm64 latest 6c8f84474e12 2 minutes ago 16.1MB [2021-01-31T00:50:29.027Z] docker-security-secretstore-setup-go-arm64 latest d8df7deebe20 2 minutes ago 23.4MB [2021-01-31T00:50:29.027Z] docker-security-proxy-setup-go-arm64 latest 761135da7b2a 3 minutes ago 23.2MB [2021-01-31T00:50:29.027Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-31T00:50:30.584Z] provisioning config files... [2021-01-31T00:50:30.605Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config2729876038109265720tmp [Pipeline] { [Pipeline] sh [2021-01-31T00:50:30.995Z] + set +x [2021-01-31T00:50:30.995Z] + bash -s -- [2021-01-31T00:50:30.995Z] + curl -s https://codecov.io/bash [2021-01-31T00:50:31.256Z] [2021-01-31T00:50:31.256Z] _____ _ [2021-01-31T00:50:31.256Z] / ____| | | [2021-01-31T00:50:31.256Z] | | ___ __| | ___ ___ _____ __ [2021-01-31T00:50:31.256Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-31T00:50:31.256Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-31T00:50:31.256Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-31T00:50:31.256Z] Bash-20210129-7c25fce [2021-01-31T00:50:31.256Z] [2021-01-31T00:50:31.256Z] [2021-01-31T00:50:31.256Z] ==> git version 2.24.3 found [2021-01-31T00:50:31.256Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-31T00:50:31.256Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-31T00:50:31.256Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-31T00:50:31.256Z] ==> Jenkins CI detected. [2021-01-31T00:50:31.525Z] project root: . [2021-01-31T00:50:31.525Z] --> token set from env [2021-01-31T00:50:31.525Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-31T00:50:31.525Z] ==> Running gcov in . (disable via -X gcov) [2021-01-31T00:50:31.525Z] ==> Python coveragepy not found [2021-01-31T00:50:31.525Z] ==> Searching for coverage reports in: [2021-01-31T00:50:31.525Z] + . [2021-01-31T00:50:31.525Z] -> Found 1 reports [2021-01-31T00:50:31.525Z] ==> Detecting git/mercurial file structure [2021-01-31T00:50:31.525Z] ==> Reading reports [2021-01-31T00:50:31.525Z] + ./coverage.out bytes=574984 [2021-01-31T00:50:31.792Z] ==> Appending adjustments [2021-01-31T00:50:31.792Z] https://docs.codecov.io/docs/fixing-reports [2021-01-31T00:50:35.098Z] + Found adjustments [2021-01-31T00:50:35.098Z] ==> Gzipping contents [2021-01-31T00:50:35.098Z] 88K /tmp/codecov.OQ5yhp.gz [2021-01-31T00:50:35.098Z] ==> Uploading reports [2021-01-31T00:50:35.098Z] url: https://codecov.io [2021-01-31T00:50:35.098Z] query: branch=PR-3034&commit=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-31T00:50:35.098Z] -> Pinging Codecov [2021-01-31T00:50:35.098Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-31T00:50:35.670Z] -> Uploading to [2021-01-31T00:50:35.670Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-31/00271124DB129430A58F1EEE437C3FCB/ecc9acc8ef3ce8513a18cd41075fe4540eee52bc/a6b47698-6f28-4c09-a0e3-1a447787fa85.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210131%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210131T005035Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aab025eb828c5fc3ce2fc680429834552074b154244c381a7ee952c97b1c61d2 [2021-01-31T00:50:35.670Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-31T00:50:35.670Z] Dload Upload Total Spent Left Speed [2021-01-31T00:50:35.931Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87094 0 0 100 87094 0 158k --:--:-- --:--:-- --:--:-- 158k [2021-01-31T00:50:35.931Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [Pipeline] } [2021-01-31T00:50:35.940Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:50:37.738Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:50:38.636Z] ---> package-listing.sh [2021-01-31T00:50:38.636Z] ++ facter osfamily [2021-01-31T00:50:38.636Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-31T00:50:38.636Z] + OS_FAMILY=redhat [2021-01-31T00:50:38.636Z] + workspace=/w/workspace/edgex-go/14 [2021-01-31T00:50:38.636Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-31T00:50:38.636Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-31T00:50:38.636Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-31T00:50:38.636Z] + PACKAGES=/tmp/packages_start.txt [2021-01-31T00:50:38.636Z] + '[' /w/workspace/edgex-go/14 ']' [2021-01-31T00:50:38.636Z] + PACKAGES=/tmp/packages_end.txt [2021-01-31T00:50:38.636Z] + case "${OS_FAMILY}" in [2021-01-31T00:50:38.636Z] + rpm -qa [2021-01-31T00:50:38.636Z] + sort [2021-01-31T00:50:43.947Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-31T00:50:43.947Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-31T00:50:43.947Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-31T00:50:43.947Z] + '[' /w/workspace/edgex-go/14 ']' [2021-01-31T00:50:43.947Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-01-31T00:50:43.947Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-01-31T00:50:43.961Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-31T00:50:44.261Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:50:44.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-31T00:50:44.568Z] [2021-01-31T00:50:44.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-31T00:50:44.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-31T00:50:44.914Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-31T00:50:44.914Z] df20fa9351a1: Pulling fs layer [2021-01-31T00:50:44.914Z] 36b3adc4ff6f: Pulling fs layer [2021-01-31T00:50:44.914Z] 8ad3a11d3b57: Pulling fs layer [2021-01-31T00:50:44.914Z] 46f8f816bc3b: Pulling fs layer [2021-01-31T00:50:44.914Z] 93b61091891f: Pulling fs layer [2021-01-31T00:50:44.914Z] 93b9cdb0e59b: Pulling fs layer [2021-01-31T00:50:44.914Z] 5e14af77c1be: Pulling fs layer [2021-01-31T00:50:44.914Z] 01666e4c0597: Pulling fs layer [2021-01-31T00:50:44.914Z] aa168da1d23b: Pulling fs layer [2021-01-31T00:50:44.914Z] 93b61091891f: Waiting [2021-01-31T00:50:44.914Z] 93b9cdb0e59b: Waiting [2021-01-31T00:50:44.914Z] 46f8f816bc3b: Waiting [2021-01-31T00:50:44.914Z] 5e14af77c1be: Waiting [2021-01-31T00:50:44.914Z] 01666e4c0597: Waiting [2021-01-31T00:50:44.914Z] aa168da1d23b: Waiting [2021-01-31T00:50:44.914Z] 36b3adc4ff6f: Download complete [2021-01-31T00:50:44.914Z] 46f8f816bc3b: Verifying Checksum [2021-01-31T00:50:44.914Z] 46f8f816bc3b: Download complete [2021-01-31T00:50:44.914Z] df20fa9351a1: Verifying Checksum [2021-01-31T00:50:44.914Z] df20fa9351a1: Download complete [2021-01-31T00:50:44.914Z] 93b9cdb0e59b: Verifying Checksum [2021-01-31T00:50:44.914Z] 93b9cdb0e59b: Download complete [2021-01-31T00:50:44.914Z] 5e14af77c1be: Verifying Checksum [2021-01-31T00:50:44.914Z] 5e14af77c1be: Download complete [2021-01-31T00:50:44.914Z] 93b61091891f: Download complete [2021-01-31T00:50:45.177Z] 01666e4c0597: Verifying Checksum [2021-01-31T00:50:45.177Z] 01666e4c0597: Download complete [2021-01-31T00:50:45.438Z] df20fa9351a1: Pull complete [2021-01-31T00:50:45.438Z] 8ad3a11d3b57: Verifying Checksum [2021-01-31T00:50:45.438Z] 8ad3a11d3b57: Download complete [2021-01-31T00:50:45.438Z] 36b3adc4ff6f: Pull complete [2021-01-31T00:50:46.404Z] 8ad3a11d3b57: Pull complete [2021-01-31T00:50:46.669Z] 46f8f816bc3b: Pull complete [2021-01-31T00:50:47.243Z] aa168da1d23b: Verifying Checksum [2021-01-31T00:50:47.243Z] aa168da1d23b: Download complete [2021-01-31T00:50:48.634Z] 93b61091891f: Pull complete [2021-01-31T00:50:49.586Z] 93b9cdb0e59b: Pull complete [2021-01-31T00:50:49.847Z] 5e14af77c1be: Pull complete [2021-01-31T00:50:50.108Z] 01666e4c0597: Pull complete [2021-01-31T00:51:00.210Z] aa168da1d23b: Pull complete [2021-01-31T00:51:00.210Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-31T00:51:00.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-31T00:51:00.210Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-31T00:51:00.396Z] prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container [2021-01-31T00:51:00.454Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-31T00:51:04.360Z] $ docker top 24269444ea63ac7851268ab97fb778c7b9f2796d899ba002850b2b310e4399f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T00:51:04.994Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-31T00:51:05.295Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-31T00:51:05.595Z] + ls /var/log/sa-host [2021-01-31T00:51:05.595Z] + sadf -c /var/log/sa-host/sa23 [2021-01-31T00:51:05.595Z] file_magic: OK [2021-01-31T00:51:05.595Z] HZ: Using current value: 100 [2021-01-31T00:51:05.595Z] file_header: OK [2021-01-31T00:51:05.595Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-31T00:51:05.595Z] Statistics: [2021-01-31T00:51:05.595Z] Hnuu...uuuununununu... [2021-01-31T00:51:05.595Z] File successfully converted to sysstat format version 12.2.1 [2021-01-31T00:51:05.595Z] + sadf -c /var/log/sa-host/sa31 [2021-01-31T00:51:05.595Z] file_magic: OK [2021-01-31T00:51:05.595Z] HZ: Using current value: 100 [2021-01-31T00:51:05.595Z] file_header: OK [2021-01-31T00:51:05.595Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-31T00:51:05.595Z] Statistics: [2021-01-31T00:51:05.595Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-31T00:51:05.595Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-31T00:51:05.797Z] provisioning config files... [2021-01-31T00:51:05.811Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config4552228574290752301tmp [Pipeline] { [Pipeline] echo [2021-01-31T00:51:05.887Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:51:06.184Z] ---> create-netrc.sh [Pipeline] } [2021-01-31T00:51:06.194Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-31T00:51:06.280Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:51:06.599Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-31T00:51:06.610Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:51:06.908Z] ---> sudo-logs.sh [2021-01-31T00:51:06.908Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-31T00:51:06.918Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:51:07.213Z] ---> job-cost.sh [2021-01-31T00:51:07.213Z] lf-activate-venv: SKIPPING [2021-01-31T00:51:07.213Z] INFO: No Stack... [2021-01-31T00:51:07.786Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-31T00:51:08.742Z] INFO: Archiving Costs [Pipeline] echo [2021-01-31T00:51:08.758Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T00:51:09.052Z] ---> logs-deploy.sh [2021-01-31T00:51:09.052Z] lf-activate-venv: SKIPPING [2021-01-31T00:51:09.053Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/14 [2021-01-31T00:51:09.053Z] INFO: archiving workspace using pattern(s): [2021-01-31T00:51:10.441Z] Archives upload complete. [2021-01-31T00:51:10.441Z] INFO: archiving logs to Nexus