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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at f7cba1f5bd7f0f50faed19509b697065ec7e4bcf rather than 6ec156e10f6c806483b7667dce1e453a792d415d Obtained Jenkinsfile from f7cba1f5bd7f0f50faed19509b697065ec7e4bcf 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-22395 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 6ec156e10f6c806483b7667dce1e453a792d415d Merge succeeded, producing 74e4473bf960abeb9d01efa99f58e7164f24e2bd Checking out Revision 74e4473bf960abeb9d01efa99f58e7164f24e2bd (PR-3030) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ec156e10f6c806483b7667dce1e453a792d415d # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74e4473bf960abeb9d01efa99f58e7164f24e2bd # timeout=10 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-23T00:31:25.903Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk f49c0d4f6f1d4d3347b87069ca1603e8250e67ec # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-23T00:31:26.177Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-23T00:31:26.261Z] ========================================================= [2021-01-23T00:31:26.261Z] EdgeX Global Pipelines Version Info [2021-01-23T00:31:26.261Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:31:28.373Z] ------------------- [2021-01-23T00:31:28.373Z] stable info: [2021-01-23T00:31:28.373Z] ------------------- [2021-01-23T00:31:28.373Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:31:28.373Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:31:28.373Z] Message: update stable to v1.0.179 [2021-01-23T00:31:28.959Z] ------------------- [2021-01-23T00:31:28.959Z] experimental info: [2021-01-23T00:31:28.959Z] ------------------- [2021-01-23T00:31:28.959Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:31:28.959Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:31:28.959Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-23T00:31:29.238Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-23T00:31:29.322Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-23T00:31:29.408Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-23T00:31:29.492Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-23T00:31:29.571Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-23T00:31:29.661Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-23T00:31:29.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-23T00:31:29.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-23T00:31:29.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-23T00:31:30.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-23T00:31:30.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-23T00:31:30.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-23T00:31:30.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-23T00:31:30.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-23T00:31:30.594Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:31:30.675Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:31:30.759Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-23T00:31:30.844Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-23T00:31:30.941Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-23T00:31:31.049Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-23T00:31:31.135Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-23T00:31:31.223Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-23T00:31:31.306Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-23T00:31:31.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-23T00:31:31.501Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-23T00:31:31.586Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-23T00:31:31.686Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74e4473bf960abeb9d01efa99f58e7164f24e2bd [Pipeline] echo [2021-01-23T00:31:31.772Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74e4473 [Pipeline] echo [2021-01-23T00:31:31.861Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T00:31:32.028Z] provisioning config files... [2021-01-23T00:31:32.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config4595396434368621290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:31:32.458Z] ---> docker-login.sh [2021-01-23T00:31:32.458Z] nexus3.edgexfoundry.org:10001 [2021-01-23T00:31:33.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:33.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:33.322Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:33.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:33.322Z] [2021-01-23T00:31:33.322Z] Login Succeeded [2021-01-23T00:31:33.322Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:31:33.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:33.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:33.594Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:33.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:33.594Z] [2021-01-23T00:31:33.594Z] Login Succeeded [2021-01-23T00:31:33.594Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:31:33.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:33.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:33.865Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:33.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:33.865Z] [2021-01-23T00:31:33.865Z] Login Succeeded [2021-01-23T00:31:33.865Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:31:33.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:34.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:34.130Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:34.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:34.130Z] [2021-01-23T00:31:34.130Z] Login Succeeded [2021-01-23T00:31:34.130Z] docker.io [2021-01-23T00:31:34.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:34.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:34.394Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:34.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:34.394Z] [2021-01-23T00:31:34.394Z] Login Succeeded [2021-01-23T00:31:34.394Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T00:31:34.406Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:31:34.912Z] ++ 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-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/core-command/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/core-data/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-23T00:31:34.912Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:34.912Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-23T00:31:34.912Z] ++ cut -d/ -f2 [2021-01-23T00:31:34.912Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-23T00:31:34.996Z] 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-23T00:31:35.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:35.886Z] [2021-01-23T00:31:35.886Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:31:36.244Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:36.244Z] latest: Pulling from edgex-devops/git-semver [2021-01-23T00:31:36.244Z] 31603596830f: Pulling fs layer [2021-01-23T00:31:36.244Z] 2a8b12db71e7: Pulling fs layer [2021-01-23T00:31:36.244Z] 6ca5941a6612: Pulling fs layer [2021-01-23T00:31:36.244Z] ecc8261a40a4: Pulling fs layer [2021-01-23T00:31:36.244Z] ecc8261a40a4: Waiting [2021-01-23T00:31:36.244Z] 2a8b12db71e7: Verifying Checksum [2021-01-23T00:31:36.244Z] 2a8b12db71e7: Download complete [2021-01-23T00:31:36.509Z] 31603596830f: Verifying Checksum [2021-01-23T00:31:36.509Z] 31603596830f: Download complete [2021-01-23T00:31:36.509Z] ecc8261a40a4: Verifying Checksum [2021-01-23T00:31:36.509Z] ecc8261a40a4: Download complete [2021-01-23T00:31:36.509Z] 6ca5941a6612: Verifying Checksum [2021-01-23T00:31:36.509Z] 6ca5941a6612: Download complete [2021-01-23T00:31:36.774Z] 31603596830f: Pull complete [2021-01-23T00:31:37.056Z] 2a8b12db71e7: Pull complete [2021-01-23T00:31:38.052Z] 6ca5941a6612: Pull complete [2021-01-23T00:31:38.316Z] ecc8261a40a4: Pull complete [2021-01-23T00:31:38.316Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-23T00:31:38.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:38.316Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-23T00:31:38.467Z] prd-centos7-docker-4c-2g-22395 does not seem to be running inside a container [2021-01-23T00:31:38.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-23T00:31:41.497Z] $ docker top 2a8922b757149a26bd97696e2006ebe485d81ebc85a1d071086f1e685785e121 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-23T00:31:41.878Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:31:41.878Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:31:42.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:31:42.141Z] $ docker exec 2a8922b757149a26bd97696e2006ebe485d81ebc85a1d071086f1e685785e121 ssh-agent [2021-01-23T00:31:42.333Z] SSH_AUTH_SOCK=/tmp/ssh-gIjQ38nGFsF8/agent.11 [2021-01-23T00:31:42.333Z] SSH_AGENT_PID=16 [2021-01-23T00:31:42.349Z] Running ssh-add (command line suppressed) [2021-01-23T00:31:42.488Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_8476013007013360848.key (/w/workspace/edgex-go/21@tmp/private_key_8476013007013360848.key) [2021-01-23T00:31:42.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:31:42.886Z] + git tag --points-at HEAD [Pipeline] } [2021-01-23T00:31:42.915Z] $ docker exec --env ******** --env ******** 2a8922b757149a26bd97696e2006ebe485d81ebc85a1d071086f1e685785e121 ssh-agent -k [2021-01-23T00:31:43.047Z] unset SSH_AUTH_SOCK; [2021-01-23T00:31:43.048Z] unset SSH_AGENT_PID; [2021-01-23T00:31:43.048Z] echo Agent pid 16 killed; [2021-01-23T00:31:43.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-23T00:31:43.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:31:43.237Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:31:43.432Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:31:43.441Z] $ docker exec 2a8922b757149a26bd97696e2006ebe485d81ebc85a1d071086f1e685785e121 ssh-agent [2021-01-23T00:31:43.611Z] SSH_AUTH_SOCK=/tmp/ssh-S3xchA9IBhvh/agent.44 [2021-01-23T00:31:43.611Z] SSH_AGENT_PID=49 [2021-01-23T00:31:43.620Z] Running ssh-add (command line suppressed) [2021-01-23T00:31:43.763Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_7094497745337578351.key (/w/workspace/edgex-go/21@tmp/private_key_7094497745337578351.key) [2021-01-23T00:31:43.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:31:44.244Z] + git semver init [2021-01-23T00:31:44.244Z] # -> Open(): unable to determine branch for HEAD [2021-01-23T00:31:44.244Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-01-23T00:31:44.244Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-01-23T00:31:44.244Z] # $SEMVER_REMOTE_NAME = origin [2021-01-23T00:31:44.244Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-23T00:31:44.244Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-23T00:31:44.244Z] # $SEMVER_BRANCH = PR-3030 [2021-01-23T00:31:44.244Z] # $SEMVER_TEMP = /tmp/semver-069603316 [2021-01-23T00:31:44.244Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-23T00:32:16.471Z] # '/tmp/semver-069603316' -> '/w/workspace/edgex-go/21/.semver' [2021-01-23T00:32:17.049Z] # -> Force: false [2021-01-23T00:32:17.049Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-01-23T00:32:17.071Z] $ docker exec --env ******** --env ******** 2a8922b757149a26bd97696e2006ebe485d81ebc85a1d071086f1e685785e121 ssh-agent -k [2021-01-23T00:32:17.384Z] unset SSH_AUTH_SOCK; [2021-01-23T00:32:17.384Z] unset SSH_AGENT_PID; [2021-01-23T00:32:17.384Z] echo Agent pid 49 killed; [2021-01-23T00:32:17.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:32:17.935Z] + git semver [Pipeline] } [2021-01-23T00:32:17.964Z] $ docker stop --time=1 2a8922b757149a26bd97696e2006ebe485d81ebc85a1d071086f1e685785e121 [2021-01-23T00:32:19.571Z] $ docker rm -f 2a8922b757149a26bd97696e2006ebe485d81ebc85a1d071086f1e685785e121 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:32:20.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-23T00:32:20.689Z] Stashed 1 file(s) [Pipeline] echo [2021-01-23T00:32:20.692Z] [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-23T00:32:21.583Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:32:21.920Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:32:22.225Z] + sudo service docker restart [2021-01-23T00:32:22.225Z] + true [2021-01-23T00:32:22.225Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-23T00:32:23.197Z] ========================================================= [2021-01-23T00:32:23.197Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-23T00:32:23.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:32:23.544Z] + 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-23T00:32:27.778Z] Sending build context to Docker daemon 327.1MB [2021-01-23T00:32:27.778Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:32:27.778Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:32:27.778Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-23T00:32:27.778Z] 188c0c94c7c5: Pulling fs layer [2021-01-23T00:32:27.778Z] 0ef7d3d256c8: Pulling fs layer [2021-01-23T00:32:27.778Z] de9db76c5a1d: Pulling fs layer [2021-01-23T00:32:27.778Z] bca2f99d35d6: Pulling fs layer [2021-01-23T00:32:27.778Z] 93359f2a8cfa: Pulling fs layer [2021-01-23T00:32:27.778Z] 7c6f9722023f: Pulling fs layer [2021-01-23T00:32:27.778Z] a35cf1a2eb13: Pulling fs layer [2021-01-23T00:32:27.778Z] 93359f2a8cfa: Waiting [2021-01-23T00:32:27.778Z] 7c6f9722023f: Waiting [2021-01-23T00:32:27.778Z] a35cf1a2eb13: Waiting [2021-01-23T00:32:27.778Z] bca2f99d35d6: Waiting [2021-01-23T00:32:27.778Z] de9db76c5a1d: Verifying Checksum [2021-01-23T00:32:27.778Z] de9db76c5a1d: Download complete [2021-01-23T00:32:27.778Z] 0ef7d3d256c8: Verifying Checksum [2021-01-23T00:32:27.778Z] 0ef7d3d256c8: Download complete [2021-01-23T00:32:27.778Z] 93359f2a8cfa: Verifying Checksum [2021-01-23T00:32:27.778Z] 93359f2a8cfa: Download complete [2021-01-23T00:32:27.778Z] 7c6f9722023f: Verifying Checksum [2021-01-23T00:32:27.778Z] 7c6f9722023f: Download complete [2021-01-23T00:32:27.778Z] 188c0c94c7c5: Verifying Checksum [2021-01-23T00:32:27.778Z] 188c0c94c7c5: Download complete [2021-01-23T00:32:28.050Z] 188c0c94c7c5: Pull complete [2021-01-23T00:32:28.319Z] 0ef7d3d256c8: Pull complete [2021-01-23T00:32:28.587Z] de9db76c5a1d: Pull complete [2021-01-23T00:32:29.560Z] a35cf1a2eb13: Verifying Checksum [2021-01-23T00:32:29.560Z] a35cf1a2eb13: Download complete [2021-01-23T00:32:29.832Z] bca2f99d35d6: Verifying Checksum [2021-01-23T00:32:29.832Z] bca2f99d35d6: Download complete [2021-01-23T00:32:36.076Z] Still waiting to schedule task [2021-01-23T00:32:36.077Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-23T00:32:36.539Z] bca2f99d35d6: Pull complete [2021-01-23T00:32:36.539Z] 93359f2a8cfa: Pull complete [2021-01-23T00:32:36.539Z] 7c6f9722023f: Pull complete [2021-01-23T00:32:40.829Z] a35cf1a2eb13: Pull complete [2021-01-23T00:32:40.829Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-23T00:32:40.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-23T00:32:40.829Z] ---> a62c8e92a672 [2021-01-23T00:32:40.829Z] 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-23T00:32:41.109Z] ---> Running in 3839b7d4ba2b [2021-01-23T00:32:42.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:43.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:46.054Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:32:46.321Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:32:46.589Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:32:46.589Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:32:58.885Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:32:58.885Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:32:58.885Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:32:58.885Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:32:58.885Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:32:58.885Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:32:58.885Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:32:58.885Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:32:58.885Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:32:58.885Z] OK: 233 MiB in 51 packages [2021-01-23T00:33:02.224Z] Removing intermediate container 3839b7d4ba2b [2021-01-23T00:33:02.225Z] ---> 76f854cbd486 [2021-01-23T00:33:02.225Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:33:02.500Z] ---> Running in 99cdfbeac86a [2021-01-23T00:33:02.500Z] Removing intermediate container 99cdfbeac86a [2021-01-23T00:33:02.500Z] ---> febc161b2e57 [2021-01-23T00:33:02.500Z] Step 5/6 : COPY go.mod . [2021-01-23T00:33:02.764Z] ---> 44aeeacec9fd [2021-01-23T00:33:02.764Z] Step 6/6 : RUN go mod download [2021-01-23T00:33:03.027Z] ---> Running in 953c91d11d44 [2021-01-23T00:33:25.081Z] Removing intermediate container 953c91d11d44 [2021-01-23T00:33:25.081Z] ---> d858301b260c [2021-01-23T00:33:25.081Z] Successfully built d858301b260c [2021-01-23T00:33:25.081Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:33:25.407Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:33:25.408Z] . [Pipeline] withDockerContainer [2021-01-23T00:33:25.531Z] prd-centos7-docker-4c-2g-22395 does not seem to be running inside a container [2021-01-23T00:33:25.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-23T00:33:26.526Z] $ docker top 7aa8c55ac7293794b80999f5eacdf22ac7fb920b88e25ac67218883ccab8a2b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:33:27.152Z] + go version [2021-01-23T00:33:27.152Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-23T00:33:27.178Z] $ docker stop --time=1 7aa8c55ac7293794b80999f5eacdf22ac7fb920b88e25ac67218883ccab8a2b7 [2021-01-23T00:33:28.623Z] $ docker rm -f 7aa8c55ac7293794b80999f5eacdf22ac7fb920b88e25ac67218883ccab8a2b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:33:29.481Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:33:29.481Z] . [Pipeline] withDockerContainer [2021-01-23T00:33:29.585Z] prd-centos7-docker-4c-2g-22395 does not seem to be running inside a container [2021-01-23T00:33:29.646Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-23T00:33:30.512Z] $ docker top 00f0c29145261dbb24e83cdc2b213ce83d3ed14092c1786cc3a868e098fbffdd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T00:33:30.704Z] ========================================================= [2021-01-23T00:33:30.704Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:33:30.705Z] ========================================================= [Pipeline] sh [2021-01-23T00:33:31.003Z] + make test [2021-01-23T00:33:31.003Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:33:43.383Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:34:02.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:34:10.372Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:34:10.372Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:34:10.372Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:34:10.372Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:34:14.845Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:34:14.845Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:34:14.845Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:34:14.845Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:34:14.845Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:34:14.845Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:34:17.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:34:17.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:34:17.480Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:34:20.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 46.6% of statements [2021-01-23T00:34:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:34:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:34:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:34:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:34:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:34:25.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.246s coverage: 27.1% of statements [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:34:25.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:34:25.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:34:25.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.150s coverage: 65.8% of statements [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:34:25.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.554s coverage: 82.3% of statements [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:34:25.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:34:28.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.564s coverage: 28.6% of statements [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:34:28.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:34:28.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:34:28.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:34:28.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.159s coverage: 97.5% of statements [2021-01-23T00:34:28.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:34:29.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-01-23T00:34:29.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:34:29.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:34:29.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:34:29.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.516s coverage: 92.8% of statements [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:34:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 43.8% of statements [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-01-23T00:34:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.129s coverage: 91.4% of statements [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 63.5% of statements [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-01-23T00:34:45.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.474s coverage: 68.9% of statements [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:34:45.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:34:45.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:34:45.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:34:45.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-01-23T00:34:45.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:34:45.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:34:45.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.332s coverage: 84.0% of statements [2021-01-23T00:34:45.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-01-23T00:34:46.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.1% of statements [2021-01-23T00:34:46.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:34:46.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:34:46.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:34:46.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:34:46.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:34:46.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2021-01-23T00:34:46.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:34:46.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-01-23T00:34:46.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:34:49.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.801s coverage: 29.1% of statements [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:34:49.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:34:49.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:34:49.448Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-23T00:34:49.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:34:49.449Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-23T00:34:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:34:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:34:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:34:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:34:49.449Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-01-23T00:34:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:34:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:34:49.449Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-01-23T00:34:49.449Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-23T00:34:49.713Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements [2021-01-23T00:34:50.311Z] GO111MODULE=on go vet ./... [2021-01-23T00:35:15.543Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22403 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-23T00:35:15.603Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-01-23T00:35:21.777Z] using credential edgex-jenkins-ssh [2021-01-23T00:35:21.893Z] Cloning the remote Git repository [2021-01-23T00:35:22.040Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:35:22.259Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-23T00:35:22.386Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:35:22.387Z] > git --version # timeout=10 [2021-01-23T00:35:22.410Z] > git --version # 'git version 2.17.1' [2021-01-23T00:35:22.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:22.500Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:35:29.374Z] gofmt -l . [2021-01-23T00:35:29.374Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:35:29.374Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:35:29.374Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:35:30.033Z] + ls -al . [2021-01-23T00:35:30.034Z] total 668 [2021-01-23T00:35:30.034Z] drwxrwxr-x 10 1001 1001 4096 Jan 23 00:35 . [2021-01-23T00:35:30.034Z] drwxr-xr-x 4 root root 30 Jan 23 00:33 .. [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:31 .dockerignore [2021-01-23T00:35:30.034Z] drwxrwxr-x 8 1001 1001 179 Jan 23 00:31 .git [2021-01-23T00:35:30.034Z] drwxrwxr-x 3 1001 1001 125 Jan 23 00:31 .github [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:31 .gitignore [2021-01-23T00:35:30.034Z] drwx------ 3 1001 1001 47 Jan 23 00:32 .semver [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:31 .sonarcloud.properties [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:31 Attribution.txt [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:31 CONTRIBUTING.md [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:31 Dockerfile.build [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:31 Jenkinsfile [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:31 LICENSE [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:31 Makefile [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:31 README.md [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:31 SECURITY.md [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:31 ZMQWindows.md [2021-01-23T00:35:30.034Z] drwxrwxr-x 2 1001 1001 117 Jan 23 00:31 bin [2021-01-23T00:35:30.034Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:31 cmd [2021-01-23T00:35:30.034Z] -rw-r--r-- 1 root root 564700 Jan 23 00:34 coverage.out [2021-01-23T00:35:30.034Z] -rw-r--r-- 1 root root 1053 Jan 23 00:35 go.mod [2021-01-23T00:35:30.034Z] -rw-r--r-- 1 root root 18878 Jan 23 00:35 go.sum [2021-01-23T00:35:30.034Z] drwxrwxr-x 8 1001 1001 127 Jan 23 00:31 internal [2021-01-23T00:35:30.034Z] drwxrwxr-x 4 1001 1001 26 Jan 23 00:31 openapi [2021-01-23T00:35:30.034Z] drwxrwxr-x 4 1001 1001 71 Jan 23 00:31 snap [2021-01-23T00:35:30.034Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:31 version.go [Pipeline] sh [2021-01-23T00:35:30.364Z] + '[' -e coverage.out ] [2021-01-23T00:35:30.364Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:35:30.609Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:35:30.916Z] + make build [2021-01-23T00:35:30.916Z] 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-23T00:35:34.254Z] 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-23T00:35:42.776Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:35:42.797Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:35:42.829Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:35:42.864Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:35:42.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:42.877Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:35:43.653Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 6ec156e10f6c806483b7667dce1e453a792d415d [2021-01-23T00:35:44.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-23T00:35:44.727Z] Merge succeeded, producing d1e3422140e99166bf6f1aec1b823cb84f8635ca [2021-01-23T00:35:44.727Z] Checking out Revision d1e3422140e99166bf6f1aec1b823cb84f8635ca (PR-3030) [2021-01-23T00:35:44.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-23T00:35:43.673Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:35:43.694Z] > git checkout -f 6ec156e10f6c806483b7667dce1e453a792d415d # timeout=10 [2021-01-23T00:35:43.981Z] > git remote # timeout=10 [2021-01-23T00:35:44.057Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:35:44.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:44.087Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:35:44.710Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:35:44.736Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:35:44.745Z] > git checkout -f d1e3422140e99166bf6f1aec1b823cb84f8635ca # timeout=10 [2021-01-23T00:35:46.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-23T00:35:47.000Z] 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-23T00:35:48.984Z] 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-23T00:35:49.126Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:35:49.148Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-23T00:35:50.430Z] 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-23T00:35:49.137Z] > git rev-list --no-walk f49c0d4f6f1d4d3347b87069ca1603e8250e67ec # timeout=10 [2021-01-23T00:35:50.624Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:35:51.028Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:35:51.370Z] + sudo service docker restart [2021-01-23T00:35:51.370Z] + true [2021-01-23T00:35:51.845Z] 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-23T00:35:53.263Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T00:35:54.135Z] provisioning config files... [2021-01-23T00:35:54.178Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config8330528725231365442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:35:54.596Z] ---> docker-login.sh [2021-01-23T00:35:54.596Z] nexus3.edgexfoundry.org:10001 [2021-01-23T00:35:54.695Z] 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-23T00:35:55.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:55.670Z] 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-23T00:35:55.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:55.850Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:55.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:55.850Z] [2021-01-23T00:35:55.850Z] Login Succeeded [2021-01-23T00:35:55.850Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:35:56.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:56.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:56.402Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:56.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:56.402Z] [2021-01-23T00:35:56.402Z] Login Succeeded [2021-01-23T00:35:56.402Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:35:57.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:57.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:57.003Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:57.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:57.003Z] [2021-01-23T00:35:57.003Z] Login Succeeded [2021-01-23T00:35:57.003Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:35:57.100Z] 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-23T00:35:57.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:57.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:57.553Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:57.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:57.553Z] [2021-01-23T00:35:57.553Z] Login Succeeded [2021-01-23T00:35:57.553Z] docker.io [2021-01-23T00:35:57.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:58.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:58.425Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:58.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:58.425Z] [2021-01-23T00:35:58.425Z] Login Succeeded [2021-01-23T00:35:58.425Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T00:35:58.444Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-23T00:35:58.861Z] ========================================================= [2021-01-23T00:35:58.861Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-23T00:35:58.861Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-01-23T00:35:59.126Z] $ docker stop --time=1 00f0c29145261dbb24e83cdc2b213ce83d3ed14092c1786cc3a868e098fbffdd [2021-01-23T00:35:59.256Z] + 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-23T00:36:01.439Z] $ docker rm -f 00f0c29145261dbb24e83cdc2b213ce83d3ed14092c1786cc3a868e098fbffdd [2021-01-23T00:36:01.899Z] Sending build context to Docker daemon 165.9MB [2021-01-23T00:36:01.899Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:01.899Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:36:01.899Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-23T00:36:01.899Z] 5f621e34cdf4: Pulling fs layer [2021-01-23T00:36:01.899Z] a4357932f1b6: Pulling fs layer [2021-01-23T00:36:01.899Z] 18c013af1878: Pulling fs layer [2021-01-23T00:36:01.899Z] 00ac8860ef70: Pulling fs layer [2021-01-23T00:36:01.899Z] 63d7cb157983: Pulling fs layer [2021-01-23T00:36:01.899Z] b116817d02f9: Pulling fs layer [2021-01-23T00:36:01.899Z] 745a02a5169b: Pulling fs layer [2021-01-23T00:36:01.899Z] 63d7cb157983: Waiting [2021-01-23T00:36:01.899Z] b116817d02f9: Waiting [2021-01-23T00:36:01.899Z] 745a02a5169b: Waiting [2021-01-23T00:36:01.899Z] 00ac8860ef70: Waiting [2021-01-23T00:36:01.899Z] 18c013af1878: Verifying Checksum [2021-01-23T00:36:01.899Z] 18c013af1878: Download complete [2021-01-23T00:36:01.899Z] a4357932f1b6: Verifying Checksum [2021-01-23T00:36:01.899Z] a4357932f1b6: Download complete [2021-01-23T00:36:01.899Z] 63d7cb157983: Verifying Checksum [2021-01-23T00:36:01.899Z] 63d7cb157983: Download complete [2021-01-23T00:36:01.899Z] b116817d02f9: Verifying Checksum [2021-01-23T00:36:01.899Z] b116817d02f9: Download complete [2021-01-23T00:36:01.899Z] 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [2021-01-23T00:36:02.503Z] 5f621e34cdf4: Pull complete [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:03.141Z] a4357932f1b6: Pull complete [2021-01-23T00:36:03.436Z] 18c013af1878: Pull complete [2021-01-23T00:36:03.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:03.457Z] [2021-01-23T00:36:03.457Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:03.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:03.854Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-23T00:36:03.854Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-23T00:36:03.854Z] ca9280d653b3: Pulling fs layer [2021-01-23T00:36:03.854Z] 7e9c9ca2126c: Pulling fs layer [2021-01-23T00:36:04.121Z] cbdbe7a5bc2a: Download complete [2021-01-23T00:36:04.696Z] cbdbe7a5bc2a: Pull complete [2021-01-23T00:36:04.899Z] 745a02a5169b: Download complete [2021-01-23T00:36:05.281Z] ca9280d653b3: Verifying Checksum [2021-01-23T00:36:05.281Z] ca9280d653b3: Download complete [2021-01-23T00:36:06.718Z] ca9280d653b3: Pull complete [2021-01-23T00:36:06.883Z] 00ac8860ef70: Verifying Checksum [2021-01-23T00:36:06.883Z] 00ac8860ef70: Download complete [2021-01-23T00:36:08.122Z] 7e9c9ca2126c: Verifying Checksum [2021-01-23T00:36:08.122Z] 7e9c9ca2126c: Download complete [2021-01-23T00:36:17.068Z] 00ac8860ef70: Pull complete [2021-01-23T00:36:17.342Z] 63d7cb157983: Pull complete [2021-01-23T00:36:17.941Z] b116817d02f9: Pull complete [2021-01-23T00:36:18.239Z] 7e9c9ca2126c: Pull complete [2021-01-23T00:36:18.239Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-23T00:36:18.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:18.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-23T00:36:18.412Z] prd-centos7-docker-4c-2g-22395 does not seem to be running inside a container [2021-01-23T00:36:18.479Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-23T00:36:20.589Z] $ docker top 74462bf00579bf497705cdd5126570fb3a5dfe31f11e494b3a99f8ecaecb5cc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:36:21.153Z] + docker-compose build --help [2021-01-23T00:36:21.153Z] + grep parallel [2021-01-23T00:36:21.362Z] 745a02a5169b: Pull complete [2021-01-23T00:36:21.637Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-23T00:36:21.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-23T00:36:21.637Z] ---> b7e6874047d6 [2021-01-23T00:36:21.637Z] 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-23T00:36:22.101Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:36:22.384Z] $ docker stop --time=1 74462bf00579bf497705cdd5126570fb3a5dfe31f11e494b3a99f8ecaecb5cc6 [2021-01-23T00:36:23.785Z] $ docker rm -f 74462bf00579bf497705cdd5126570fb3a5dfe31f11e494b3a99f8ecaecb5cc6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:24.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:24.404Z] . [Pipeline] withDockerContainer [2021-01-23T00:36:24.519Z] prd-centos7-docker-4c-2g-22395 does not seem to be running inside a container [2021-01-23T00:36:24.578Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-23T00:36:25.062Z] ---> Running in 11658406f9b6 [2021-01-23T00:36:25.427Z] $ docker top acc406e8a9c40713f40477d2cd2759ce83a7576d8f2253b2d24d6d33b5202b73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:36:26.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:36:26.083Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T00:36:26.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:36:27.119Z] Building docker-core-command-go ... [2021-01-23T00:36:27.120Z] Building docker-core-data-go ... [2021-01-23T00:36:27.120Z] Building docker-core-metadata-go ... [2021-01-23T00:36:27.120Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:36:27.120Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:36:27.120Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:36:27.120Z] Building docker-support-notifications-go ... [2021-01-23T00:36:27.120Z] Building docker-support-scheduler-go ... [2021-01-23T00:36:27.120Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:36:27.120Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:36:27.120Z] Building docker-security-proxy-setup-go [2021-01-23T00:36:27.120Z] Building docker-support-scheduler-go [2021-01-23T00:36:27.120Z] Building docker-core-command-go [2021-01-23T00:36:27.120Z] Building docker-support-notifications-go [2021-01-23T00:36:27.633Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:36:27.903Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:36:27.903Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:36:28.174Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:36:43.252Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:36:43.252Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:36:43.252Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:36:43.252Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:36:43.252Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:36:43.252Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:36:43.252Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:36:43.252Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:36:43.252Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:36:43.252Z] OK: 217 MiB in 51 packages [2021-01-23T00:36:47.574Z] Removing intermediate container 11658406f9b6 [2021-01-23T00:36:47.574Z] ---> 716f40b9a5a2 [2021-01-23T00:36:47.574Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:36:47.574Z] ---> Running in 8efeeb807704 [2021-01-23T00:36:47.846Z] Removing intermediate container 8efeeb807704 [2021-01-23T00:36:47.846Z] ---> afd6a44f2a71 [2021-01-23T00:36:47.846Z] Step 5/6 : COPY go.mod . [2021-01-23T00:36:48.445Z] ---> 0fadc7091e3e [2021-01-23T00:36:48.445Z] Step 6/6 : RUN go mod download [2021-01-23T00:36:48.445Z] ---> Running in 3f457dde7bc5 [2021-01-23T00:37:14.260Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:14.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:14.261Z] ---> d858301b260c [2021-01-23T00:37:14.261Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:37:14.261Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:14.261Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:14.261Z] ---> d858301b260c [2021-01-23T00:37:14.261Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:37:14.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:14.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:14.261Z] ---> d858301b260c [2021-01-23T00:37:14.261Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:37:14.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:14.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:14.261Z] ---> d858301b260c [2021-01-23T00:37:14.261Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:37:14.261Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:14.261Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:14.261Z] ---> d858301b260c [2021-01-23T00:37:14.261Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:37:14.261Z] ---> Running in 2b50ac802f25 [2021-01-23T00:37:14.261Z] ---> Running in 71c6eaa3fb56 [2021-01-23T00:37:14.261Z] ---> Running in 43bbe5421fa9 [2021-01-23T00:37:14.261Z] ---> Running in f0c5db4deb2c [2021-01-23T00:37:14.261Z] ---> Running in 55dbdeb8d2f4 [2021-01-23T00:37:14.261Z] Removing intermediate container 55dbdeb8d2f4 [2021-01-23T00:37:14.261Z] ---> 27810b405b9f [2021-01-23T00:37:14.261Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:14.261Z] Removing intermediate container f0c5db4deb2c [2021-01-23T00:37:14.261Z] ---> 0d8abd472016 [2021-01-23T00:37:14.261Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:14.261Z] Removing intermediate container 43bbe5421fa9 [2021-01-23T00:37:14.261Z] ---> 09786e045b69 [2021-01-23T00:37:14.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:14.261Z] Removing intermediate container 71c6eaa3fb56 [2021-01-23T00:37:14.261Z] ---> a24577833f34 [2021-01-23T00:37:14.261Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:14.261Z] Removing intermediate container 2b50ac802f25 [2021-01-23T00:37:14.261Z] ---> 203ede37f473 [2021-01-23T00:37:14.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:14.261Z] ---> Running in 0adab5666e91 [2021-01-23T00:37:14.261Z] ---> Running in 3b5ac97692a6 [2021-01-23T00:37:14.261Z] ---> Running in 930bc3e86362 [2021-01-23T00:37:14.261Z] ---> Running in 839fb51be3bc [2021-01-23T00:37:14.261Z] ---> Running in cbf3fae5fe1e [2021-01-23T00:37:14.261Z] Removing intermediate container 3b5ac97692a6 [2021-01-23T00:37:14.261Z] ---> d12dc4e2af25 [2021-01-23T00:37:14.261Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:37:14.261Z] Removing intermediate container 930bc3e86362 [2021-01-23T00:37:14.261Z] ---> c107c632daad [2021-01-23T00:37:14.261Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:37:14.573Z] Removing intermediate container 0adab5666e91 [2021-01-23T00:37:14.573Z] ---> 1375a3388115 [2021-01-23T00:37:14.573Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:37:14.573Z] ---> Running in e9abcbb081cc [2021-01-23T00:37:14.573Z] ---> Running in 7bfa07da8eab [2021-01-23T00:37:14.573Z] Removing intermediate container cbf3fae5fe1e [2021-01-23T00:37:14.573Z] ---> 7b21e1921ff8 [2021-01-23T00:37:14.573Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:37:14.573Z] ---> Running in 80ef2ea8a769 [2021-01-23T00:37:14.573Z] Removing intermediate container 839fb51be3bc [2021-01-23T00:37:14.573Z] ---> ec372a641954 [2021-01-23T00:37:14.573Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:37:14.837Z] ---> Running in ca71676548fe [2021-01-23T00:37:14.837Z] ---> Running in bcd8266f4808 [2021-01-23T00:37:15.231Z] Removing intermediate container 3f457dde7bc5 [2021-01-23T00:37:15.231Z] ---> 4452fa97069e [2021-01-23T00:37:15.231Z] Successfully built 4452fa97069e [2021-01-23T00:37:15.231Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:37:15.588Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:37:15.588Z] . [Pipeline] withDockerContainer [2021-01-23T00:37:15.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.837Z] prd-ubuntu18.04-docker-arm64-4c-16g-22403 does not seem to be running inside a container [2021-01-23T00:37:15.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-23T00:37:16.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:16.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:16.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:16.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:17.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:17.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:17.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:17.310Z] $ docker top 568a7f0856cbff416fe6dc5d2a767e8145f32a9cda4dcedf4003634b746e790b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:37:17.816Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:18.087Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:18.310Z] + go version [2021-01-23T00:37:18.310Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-23T00:37:18.337Z] $ docker stop --time=1 568a7f0856cbff416fe6dc5d2a767e8145f32a9cda4dcedf4003634b746e790b [2021-01-23T00:37:18.363Z] Removing intermediate container e9abcbb081cc [2021-01-23T00:37:18.363Z] ---> 23527eb7f3c7 [2021-01-23T00:37:18.363Z] Step 6/23 : COPY go.mod . [2021-01-23T00:37:18.631Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:18.631Z] Removing intermediate container bcd8266f4808 [2021-01-23T00:37:18.631Z] ---> 4fa94e96a60c [2021-01-23T00:37:18.631Z] Step 6/26 : COPY go.mod . [2021-01-23T00:37:18.918Z] ---> f2ce4a545d9f [2021-01-23T00:37:18.918Z] Step 7/23 : RUN go mod download [2021-01-23T00:37:18.918Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:18.918Z] ---> 53025226caed [2021-01-23T00:37:18.918Z] Step 7/26 : RUN go mod download [2021-01-23T00:37:19.192Z] ---> Running in dc02047dfeaa [2021-01-23T00:37:19.192Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:19.192Z] ---> Running in 8dbd0adf013d [2021-01-23T00:37:19.783Z] Removing intermediate container 7bfa07da8eab [2021-01-23T00:37:19.783Z] ---> 651444b2e85f [2021-01-23T00:37:19.783Z] Step 6/22 : COPY go.mod . [2021-01-23T00:37:20.065Z] Removing intermediate container ca71676548fe [2021-01-23T00:37:20.065Z] ---> ef92d2eced2e [2021-01-23T00:37:20.065Z] Step 6/22 : COPY go.mod . [2021-01-23T00:37:20.065Z] ---> 69fb35bfd37f [2021-01-23T00:37:20.065Z] Step 7/22 : RUN go mod download [2021-01-23T00:37:20.296Z] $ docker rm -f 568a7f0856cbff416fe6dc5d2a767e8145f32a9cda4dcedf4003634b746e790b [2021-01-23T00:37:20.364Z] Removing intermediate container 80ef2ea8a769 [2021-01-23T00:37:20.364Z] ---> 1bf7a04ed76e [2021-01-23T00:37:20.364Z] Step 6/21 : COPY go.mod . [2021-01-23T00:37:20.364Z] ---> Running in 3157768c018b [2021-01-23T00:37:20.364Z] ---> a2a1da4b90ea [2021-01-23T00:37:20.364Z] Step 7/22 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] } [2021-01-23T00:37:20.638Z] ---> Running in f05decdb6868 [2021-01-23T00:37:20.638Z] ---> 827f8e4907ed [2021-01-23T00:37:20.638Z] Step 7/21 : RUN go mod download [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-23T00:37:20.949Z] ---> Running in 19f9b7b04ae4 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:37:21.341Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:37:21.341Z] . [Pipeline] withDockerContainer [2021-01-23T00:37:21.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-22403 does not seem to be running inside a container [2021-01-23T00:37:21.676Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-23T00:37:21.971Z] Removing intermediate container 8dbd0adf013d [2021-01-23T00:37:21.971Z] ---> 3c17385b54f7 [2021-01-23T00:37:21.971Z] Step 8/26 : COPY . . [2021-01-23T00:37:21.971Z] Removing intermediate container dc02047dfeaa [2021-01-23T00:37:21.971Z] ---> 1bd20f0e28fc [2021-01-23T00:37:21.971Z] Step 8/23 : COPY . . [2021-01-23T00:37:22.249Z] Removing intermediate container 3157768c018b [2021-01-23T00:37:22.250Z] ---> 2a82896080ef [2021-01-23T00:37:22.250Z] Step 8/22 : COPY . . [2021-01-23T00:37:23.023Z] $ docker top e685dca5e8ad129efc1dd70bc11b159012ec8367cd85530e54c54598fc3ed348 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T00:37:23.419Z] ========================================================= [2021-01-23T00:37:23.419Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:37:23.419Z] ========================================================= [Pipeline] sh [2021-01-23T00:37:24.064Z] + make test [2021-01-23T00:37:24.064Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:37:24.895Z] Removing intermediate container f05decdb6868 [2021-01-23T00:37:24.895Z] ---> ea2b3d2d7ed3 [2021-01-23T00:37:24.895Z] Step 8/22 : COPY . . [2021-01-23T00:37:27.505Z] Removing intermediate container 19f9b7b04ae4 [2021-01-23T00:37:27.505Z] ---> 4d2a4acf0429 [2021-01-23T00:37:27.505Z] Step 8/21 : COPY . . [2021-01-23T00:37:47.143Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:38:07.334Z] ---> 6e7f69803a94 [2021-01-23T00:38:07.334Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:38:07.334Z] ---> 9478ef97fcf9 [2021-01-23T00:38:07.334Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:38:07.334Z] ---> Running in ec2732907aaf [2021-01-23T00:38:07.334Z] ---> Running in 701d74acaf19 [2021-01-23T00:38:07.334Z] ---> 4bd7eb5b7e9c [2021-01-23T00:38:07.334Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:38:07.334Z] ---> 7c1f14d4f4f9 [2021-01-23T00:38:07.334Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T00:38:07.334Z] ---> 6764aa263582 [2021-01-23T00:38:07.334Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:38:07.334Z] ---> Running in 8e4f98095b27 [2021-01-23T00:38:07.334Z] ---> Running in d2243b51f7fc [2021-01-23T00:38:07.335Z] ---> Running in 78fd757f2e6d [2021-01-23T00:38:07.335Z] 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-23T00:38:07.335Z] 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-23T00:38:07.335Z] 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-23T00:38:07.335Z] 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-23T00:38:07.335Z] 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-23T00:38:26.213Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:38:46.810Z] 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-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:38:48.805Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:38:49.434Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:38:52.480Z] Removing intermediate container 78fd757f2e6d [2021-01-23T00:38:52.480Z] ---> 46f53dbc4c11 [2021-01-23T00:38:52.480Z] [2021-01-23T00:38:52.480Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:38:52.480Z] Removing intermediate container d2243b51f7fc [2021-01-23T00:38:52.480Z] ---> 40c23f06cf4d [2021-01-23T00:38:52.480Z] [2021-01-23T00:38:52.480Z] Step 10/22 : FROM alpine:3.123.12: Pulling from library/alpine [2021-01-23T00:38:52.480Z] [2021-01-23T00:38:52.480Z] Removing intermediate container ec2732907aaf [2021-01-23T00:38:52.480Z] ---> ecac244b2b8b [2021-01-23T00:38:52.480Z] [2021-01-23T00:38:52.480Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:38:52.480Z] Removing intermediate container 701d74acaf19 [2021-01-23T00:38:52.480Z] ---> c9757bb4b397 [2021-01-23T00:38:52.480Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:38:52.480Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:52.480Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:52.480Z] ---> Running in 7cd4116683a3 [2021-01-23T00:38:52.748Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:52.748Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:52.748Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:52.748Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:38:52.748Z] ---> 389fef711851 [2021-01-23T00:38:52.748Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:38:52.748Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:38:52.748Z] ---> 389fef711851 [2021-01-23T00:38:52.748Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:38:52.748Z] Status: Image is up to date for alpine:3.12 [2021-01-23T00:38:52.748Z] ---> 389fef711851 [2021-01-23T00:38:52.748Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:38:54.155Z] 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-23T00:38:54.733Z] ---> Running in 74c5afbbcc9c [2021-01-23T00:38:54.733Z] ---> Running in 51697d3d9a43 [2021-01-23T00:38:54.733Z] ---> Running in fd598660babd [2021-01-23T00:38:55.016Z] Removing intermediate container 8e4f98095b27 [2021-01-23T00:38:55.016Z] ---> 828b3a62821a [2021-01-23T00:38:55.016Z] [2021-01-23T00:38:55.016Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:38:55.016Z] ---> 389fef711851 [2021-01-23T00:38:55.016Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:38:55.016Z] ---> Running in 0dab7d9442e9 [2021-01-23T00:38:55.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:55.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:55.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:55.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:55.999Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:55.999Z] Removing intermediate container 7cd4116683a3 [2021-01-23T00:38:55.999Z] ---> e602f23b2b58 [2021-01-23T00:38:55.999Z] [2021-01-23T00:38:55.999Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:38:55.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:56.158Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:38:56.158Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:38:56.158Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:38:56.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:56.284Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:56.284Z] 20.10.0: Pulling from library/docker [2021-01-23T00:38:56.284Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:56.284Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:56.284Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:56.284Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:56.284Z] OK: 6 MiB in 15 packages [2021-01-23T00:38:56.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:56.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:56.284Z] OK: 6 MiB in 16 packages [2021-01-23T00:38:56.557Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:56.557Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:38:56.557Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:56.557Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:38:56.557Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:56.557Z] OK: 6 MiB in 15 packages [2021-01-23T00:38:56.557Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:38:56.557Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:56.557Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:56.557Z] OK: 7 MiB in 18 packages [2021-01-23T00:38:59.146Z] Removing intermediate container 51697d3d9a43 [2021-01-23T00:38:59.146Z] ---> bdf57de7506b [2021-01-23T00:38:59.146Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:38:59.734Z] ---> Running in cc87214fa393 [2021-01-23T00:38:59.734Z] Removing intermediate container 74c5afbbcc9c [2021-01-23T00:38:59.734Z] ---> 43f25151f089 [2021-01-23T00:38:59.734Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:39:00.351Z] ---> Running in 6ef45a73675f [2021-01-23T00:39:00.351Z] Removing intermediate container cc87214fa393 [2021-01-23T00:39:00.351Z] ---> 013dc1ac6306 [2021-01-23T00:39:00.351Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:39:00.351Z] Removing intermediate container fd598660babd [2021-01-23T00:39:00.351Z] ---> e2a729c3f9ec [2021-01-23T00:39:00.351Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:39:00.351Z] Removing intermediate container 0dab7d9442e9 [2021-01-23T00:39:00.351Z] ---> 128700620bfe [2021-01-23T00:39:00.351Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:39:00.620Z] ---> Running in 657b062a39a8 [2021-01-23T00:39:00.620Z] ---> Running in bf8c089c6d4e [2021-01-23T00:39:00.620Z] ---> Running in 1c0b6fa540f2 [2021-01-23T00:39:00.898Z] Removing intermediate container 6ef45a73675f [2021-01-23T00:39:00.898Z] ---> de7bb2079517 [2021-01-23T00:39:00.898Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:39:01.165Z] ---> Running in 220d35826f05 [2021-01-23T00:39:01.165Z] Removing intermediate container bf8c089c6d4e [2021-01-23T00:39:01.165Z] ---> 3eda6f1cf044 [2021-01-23T00:39:01.165Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:39:01.165Z] Removing intermediate container 1c0b6fa540f2 [2021-01-23T00:39:01.165Z] ---> 50534a4fb640 [2021-01-23T00:39:01.165Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:39:01.434Z] Removing intermediate container 657b062a39a8 [2021-01-23T00:39:01.434Z] ---> 78d515399768 [2021-01-23T00:39:01.434Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:39:01.434Z] ---> Running in 82bbed47caf3 [2021-01-23T00:39:01.434Z] ---> Running in 748bbeafb3f2 [2021-01-23T00:39:01.701Z] ---> Running in cec52adc28bb [2021-01-23T00:39:01.701Z] Removing intermediate container 220d35826f05 [2021-01-23T00:39:01.701Z] ---> a89d604adf57 [2021-01-23T00:39:01.701Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:39:01.701Z] Removing intermediate container 82bbed47caf3 [2021-01-23T00:39:01.701Z] ---> ea98ba899dff [2021-01-23T00:39:01.701Z] Step 15/23 : WORKDIR / [2021-01-23T00:39:01.701Z] ---> Running in d3f099dfaeda [2021-01-23T00:39:02.677Z] ---> Running in d007f1bb2fca [2021-01-23T00:39:02.677Z] Removing intermediate container 748bbeafb3f2 [2021-01-23T00:39:02.677Z] ---> 544122e57a4c [2021-01-23T00:39:02.677Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:39:02.677Z] Removing intermediate container d3f099dfaeda [2021-01-23T00:39:02.677Z] ---> 31947b109ff1 [2021-01-23T00:39:02.677Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:02.677Z] Removing intermediate container cec52adc28bb [2021-01-23T00:39:02.677Z] ---> 17565459b54a [2021-01-23T00:39:02.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:39:02.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.6% of statements [2021-01-23T00:39:02.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:39:02.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:39:02.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:39:02.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:39:02.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:39:02.950Z] ---> Running in 77255858081a [2021-01-23T00:39:03.219Z] Removing intermediate container d007f1bb2fca [2021-01-23T00:39:03.219Z] ---> a5ba8ecfd405 [2021-01-23T00:39:03.219Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:03.219Z] ---> ea183f0fb0d4 [2021-01-23T00:39:03.219Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:39:03.219Z] ---> 596751b4dd53 [2021-01-23T00:39:03.219Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:39:03.487Z] Removing intermediate container 77255858081a [2021-01-23T00:39:03.487Z] ---> 24235e1f63be [2021-01-23T00:39:03.487Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:03.487Z] ---> 40c3336e2f7e [2021-01-23T00:39:03.487Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:39:04.933Z] ---> be50ea876cf6 [2021-01-23T00:39:04.933Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:39:04.933Z] ---> ba2155938319 [2021-01-23T00:39:04.933Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:39:04.933Z] ---> 49b7ef290c46 [2021-01-23T00:39:04.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:04.933Z] ---> 917b048a73a2 [2021-01-23T00:39:04.933Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:05.525Z] ---> f4fe85cb8f7e [2021-01-23T00:39:05.525Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:39:05.793Z] ---> Running in d5fa75f09cbd [2021-01-23T00:39:05.793Z] ---> 8790214d985f [2021-01-23T00:39:05.793Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:39:05.793Z] ---> 057a08cf1e40 [2021-01-23T00:39:05.793Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:05.793Z] ---> bba56e21e4eb [2021-01-23T00:39:05.793Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T00:39:05.793Z] ---> Running in 47b049a828e3 [2021-01-23T00:39:05.793Z] ---> Running in ead89386aae3 [2021-01-23T00:39:06.066Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:39:06.066Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:39:06.066Z] ---> aefe523efa57 [2021-01-23T00:39:06.066Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:39:06.066Z] Removing intermediate container d5fa75f09cbd [2021-01-23T00:39:06.066Z] ---> c7911ff41862 [2021-01-23T00:39:06.066Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:06.066Z] ---> Running in b44b4c53a991 [2021-01-23T00:39:06.066Z] ---> Running in 3bd80ca812d6 [2021-01-23T00:39:06.331Z] ---> 23bd2e076b18 [2021-01-23T00:39:06.331Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:39:06.331Z] Removing intermediate container 47b049a828e3 [2021-01-23T00:39:06.331Z] ---> 4ab74bcc0ecb [2021-01-23T00:39:06.331Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:06.612Z] Removing intermediate container ead89386aae3 [2021-01-23T00:39:06.612Z] ---> 712588b14427 [2021-01-23T00:39:06.612Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:39:06.612Z] ---> Running in a232d873554d [2021-01-23T00:39:06.612Z] ---> Running in d518d632d8a2 [2021-01-23T00:39:06.612Z] Removing intermediate container 3bd80ca812d6 [2021-01-23T00:39:06.612Z] ---> 593b7c2335ad [2021-01-23T00:39:06.612Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:39:06.612Z] ---> Running in 1540ea8a5c5f [2021-01-23T00:39:06.886Z] ---> Running in c34cbba96cb8 [2021-01-23T00:39:06.886Z] Removing intermediate container d518d632d8a2 [2021-01-23T00:39:06.886Z] ---> 0564dc4298ae [2021-01-23T00:39:06.886Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:06.886Z] Removing intermediate container a232d873554d [2021-01-23T00:39:06.886Z] ---> c81150cf6e0a [2021-01-23T00:39:06.886Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:39:06.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:07.157Z] ---> Running in fdc0a80331db [2021-01-23T00:39:07.157Z] Removing intermediate container 1540ea8a5c5f [2021-01-23T00:39:07.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:07.157Z] ---> 8133c384738a [2021-01-23T00:39:07.157Z] Step 19/21 : LABEL arch=x86_64 [2021-01-23T00:39:07.157Z] ---> Running in 7ce2e8fa04ee [2021-01-23T00:39:07.157Z] Removing intermediate container c34cbba96cb8 [2021-01-23T00:39:07.157Z] ---> ab5fc38ffdc7 [2021-01-23T00:39:07.157Z] Step 21/22 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:39:07.157Z] ---> Running in 75f4f5be263f [2021-01-23T00:39:07.425Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:39:07.425Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:39:07.425Z] ---> Running in 6bb5ed063791 [2021-01-23T00:39:07.425Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:39:07.425Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:39:07.425Z] OK: 12 MiB in 22 packages [2021-01-23T00:39:07.425Z] Removing intermediate container 7ce2e8fa04ee [2021-01-23T00:39:07.425Z] ---> de56f4a146fa [2021-01-23T00:39:07.425Z] Step 22/23 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:39:07.425Z] Removing intermediate container fdc0a80331db [2021-01-23T00:39:07.425Z] ---> dfe3b76752c4 [2021-01-23T00:39:07.425Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:39:07.691Z] ---> Running in 788a6222bc5d [2021-01-23T00:39:07.691Z] Removing intermediate container 75f4f5be263f [2021-01-23T00:39:07.691Z] ---> da6a9360ade8 [2021-01-23T00:39:07.691Z] Step 20/21 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:39:07.691Z] ---> Running in ad22391b69e5 [2021-01-23T00:39:07.964Z] Removing intermediate container 6bb5ed063791 [2021-01-23T00:39:07.964Z] ---> 9976a3e0d5c8 [2021-01-23T00:39:07.964Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:39:07.964Z] ---> Running in 9f935f8f1a57 [2021-01-23T00:39:07.964Z] ---> Running in fcb162024826 [2021-01-23T00:39:07.964Z] Removing intermediate container 788a6222bc5d [2021-01-23T00:39:07.964Z] ---> 61e5ce6854e9 [2021-01-23T00:39:07.964Z] Step 21/22 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:39:08.227Z] Removing intermediate container ad22391b69e5 [2021-01-23T00:39:08.227Z] ---> 97f958412fff [2021-01-23T00:39:08.227Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:39:08.491Z] ---> Running in 449eb842510a [2021-01-23T00:39:08.491Z] ---> Running in c6f353d75874 [2021-01-23T00:39:08.492Z] Removing intermediate container b44b4c53a991 [2021-01-23T00:39:08.492Z] ---> 39ebe431c327 [2021-01-23T00:39:08.492Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:39:08.492Z] Removing intermediate container 9f935f8f1a57 [2021-01-23T00:39:08.492Z] Removing intermediate container fcb162024826 [2021-01-23T00:39:08.492Z] ---> 67a5d51d194f [2021-01-23T00:39:08.492Z] ---> 5f5ce0cfb8ea [2021-01-23T00:39:08.492Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:39:08.492Z] [2021-01-23T00:39:08.754Z] ---> Running in 15261d5cf1c1 [2021-01-23T00:39:08.754Z] ---> Running in 4be7fae71cc2 [2021-01-23T00:39:08.754Z] Removing intermediate container 449eb842510a [2021-01-23T00:39:08.754Z] ---> 84c5ed3f2822 [2021-01-23T00:39:08.754Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:39:08.754Z] Removing intermediate container c6f353d75874 [2021-01-23T00:39:08.754Z] ---> 07b608d35bcd [2021-01-23T00:39:08.754Z] [2021-01-23T00:39:09.022Z] Successfully built 5f5ce0cfb8ea [2021-01-23T00:39:09.022Z] ---> Running in fc78b2afdf55 [2021-01-23T00:39:09.022Z] Successfully built 07b608d35bcd [2021-01-23T00:39:09.022Z] Successfully tagged docker-support-notifications-go:latest [2021-01-23T00:39:09.022Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-23T00:39:09.022Z] Removing intermediate container 15261d5cf1c1 [2021-01-23T00:39:09.022Z] ---> 27efa6690536 [2021-01-23T00:39:09.022Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:39:09.022Z] Successfully tagged docker-core-command-go:latest [2021-01-23T00:39:09.022Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-01-23T00:39:09.022Z] Removing intermediate container 4be7fae71cc2 [2021-01-23T00:39:09.022Z] ---> 091564fc6ea0 [2021-01-23T00:39:09.022Z] [2021-01-23T00:39:09.288Z] Successfully built 091564fc6ea0 [2021-01-23T00:39:09.571Z] ---> Running in 6fbaa2435bc1 [2021-01-23T00:39:09.571Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-23T00:39:09.571Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-23T00:39:09.571Z] Removing intermediate container fc78b2afdf55 [2021-01-23T00:39:09.571Z] ---> e0506eb2777d [2021-01-23T00:39:09.571Z] [2021-01-23T00:39:09.840Z] Successfully built e0506eb2777d [2021-01-23T00:39:09.840Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-23T00:39:09.840Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-23T00:39:09.840Z] Removing intermediate container 6fbaa2435bc1 [2021-01-23T00:39:09.840Z] ---> 3d325be42201 [2021-01-23T00:39:09.840Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:39:09.840Z] ---> Running in f4c309d40e08 [2021-01-23T00:39:10.111Z] Removing intermediate container f4c309d40e08 [2021-01-23T00:39:10.111Z] ---> a313227316f1 [2021-01-23T00:39:10.111Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:39:11.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:39:11.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:39:11.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:39:11.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 65.8% of statements [2021-01-23T00:39:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:39:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:39:11.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.349s coverage: 82.3% of statements [2021-01-23T00:39:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:39:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:39:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:39:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:39:13.494Z] ---> c07d4ad7fa04 [2021-01-23T00:39:13.494Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:14.938Z] ---> 6e6bd01f0731 [2021-01-23T00:39:14.938Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:39:17.567Z] ---> 29cd8591cdd4 [2021-01-23T00:39:17.567Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:39:17.858Z] ---> Running in aedb20bad47c [2021-01-23T00:39:17.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.183s coverage: 28.6% of statements [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:39:17.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:39:17.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:39:17.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements [2021-01-23T00:39:17.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:39:18.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements [2021-01-23T00:39:18.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:39:18.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2021-01-23T00:39:18.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:39:18.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:39:18.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:39:18.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:39:19.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:19.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:19.587Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:39:19.587Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:39:19.866Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:39:19.866Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:39:19.866Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:39:19.866Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:39:19.866Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:39:23.244Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:39:23.244Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:39:23.244Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:39:23.244Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:39:23.244Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:39:23.244Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:39:23.244Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:39:23.514Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:39:23.514Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:39:23.514Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:39:23.514Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:39:23.514Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:39:23.780Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:39:24.362Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:39:24.634Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:39:24.634Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:39:24.901Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:39:24.901Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:39:24.901Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:39:24.901Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:39:24.901Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:39:24.901Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:39:24.901Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:39:24.901Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:39:24.901Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:39:24.901Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:39:25.499Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:39:25.779Z] OK: 71 MiB in 55 packages [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.317s coverage: 92.8% of statements [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:39:28.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.111s coverage: 43.8% of statements [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-01-23T00:39:28.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-01-23T00:39:38.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.098s coverage: 94.4% of statements [2021-01-23T00:39:38.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-01-23T00:39:38.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:39:38.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:39:38.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:39:38.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:39:40.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.092s coverage: 87.2% of statements [2021-01-23T00:39:40.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:39:40.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:39:40.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-23T00:39:40.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:39:40.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-23T00:39:40.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:39:40.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-01-23T00:39:40.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-01-23T00:39:40.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2021-01-23T00:39:40.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-01-23T00:39:40.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:39:40.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.574s coverage: 63.5% of statements [2021-01-23T00:39:40.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:39:40.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:39:41.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.109s coverage: 100.0% of statements [2021-01-23T00:39:42.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-01-23T00:39:43.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-01-23T00:39:43.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-01-23T00:39:43.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-23T00:39:47.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.857s coverage: 68.9% of statements [2021-01-23T00:39:47.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:39:47.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:39:47.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:39:47.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:39:47.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:39:48.669Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:48.669Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:48.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:48.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:48.669Z] ---> d858301b260c [2021-01-23T00:39:48.669Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:39:48.669Z] ---> d858301b260c [2021-01-23T00:39:48.669Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 203ede37f473 [2021-01-23T00:39:48.669Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 203ede37f473 [2021-01-23T00:39:48.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 7b21e1921ff8 [2021-01-23T00:39:48.669Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 7b21e1921ff8 [2021-01-23T00:39:48.669Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> ef92d2eced2e [2021-01-23T00:39:48.669Z] Step 6/24 : COPY go.mod . [2021-01-23T00:39:48.669Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:48.669Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:48.669Z] ---> d858301b260c [2021-01-23T00:39:48.669Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 203ede37f473 [2021-01-23T00:39:48.669Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 7b21e1921ff8 [2021-01-23T00:39:48.669Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> ef92d2eced2e [2021-01-23T00:39:48.669Z] Step 6/33 : COPY go.mod . [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> a2a1da4b90ea [2021-01-23T00:39:48.669Z] Step 7/33 : RUN go mod download [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> a2a1da4b90ea [2021-01-23T00:39:48.669Z] Step 7/24 : RUN go mod download [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> ea2b3d2d7ed3 [2021-01-23T00:39:48.669Z] Step 8/33 : COPY . . [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> ea2b3d2d7ed3 [2021-01-23T00:39:48.669Z] Step 8/24 : COPY . . [2021-01-23T00:39:48.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:48.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:48.669Z] ---> d858301b260c [2021-01-23T00:39:48.669Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 203ede37f473 [2021-01-23T00:39:48.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 7b21e1921ff8 [2021-01-23T00:39:48.669Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> ef92d2eced2e [2021-01-23T00:39:48.669Z] Step 6/23 : COPY go.mod . [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> a2a1da4b90ea [2021-01-23T00:39:48.669Z] Step 7/23 : RUN go mod download [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> ea2b3d2d7ed3 [2021-01-23T00:39:48.669Z] Step 8/23 : COPY . . [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 7c1f14d4f4f9 [2021-01-23T00:39:48.669Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 7c1f14d4f4f9 [2021-01-23T00:39:48.669Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T00:39:48.669Z] ---> Using cache [2021-01-23T00:39:48.669Z] ---> 7c1f14d4f4f9 [2021-01-23T00:39:48.669Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:39:48.669Z] ---> Running in d0cd4cccc023 [2021-01-23T00:39:48.669Z] ---> Running in 79c12964a732 [2021-01-23T00:39:48.669Z] ---> Running in 0710b43f54e2 [2021-01-23T00:39:48.669Z] ---> Running in 4418af889f8b [2021-01-23T00:39:48.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-23T00:39:48.669Z] 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-23T00:39:48.669Z] 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-23T00:39:48.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:49.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:49.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.0% of statements [2021-01-23T00:39:49.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:39:49.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:39:49.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.592s coverage: 84.0% of statements [2021-01-23T00:39:49.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements [2021-01-23T00:39:50.161Z] OK: 233 MiB in 51 packages [2021-01-23T00:39:52.833Z] Removing intermediate container aedb20bad47c [2021-01-23T00:39:52.833Z] ---> 2d78650dea68 [2021-01-23T00:39:52.833Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:39:52.833Z] ---> Running in 2012a614bb96 [2021-01-23T00:39:53.300Z] Removing intermediate container d0cd4cccc023 [2021-01-23T00:39:53.300Z] ---> 09aebe331301 [2021-01-23T00:39:53.300Z] Step 6/23 : COPY go.mod . [2021-01-23T00:39:54.419Z] ---> 9adc60b07bb4 [2021-01-23T00:39:54.419Z] Step 7/23 : RUN go mod download [2021-01-23T00:39:54.738Z] ---> Running in 940682afa6e4 [2021-01-23T00:39:56.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.396s coverage: 47.1% of statements [2021-01-23T00:39:56.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:39:56.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:39:56.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:39:56.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:39:56.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:39:56.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-01-23T00:39:56.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:39:56.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-01-23T00:39:56.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:39:59.715Z] Collecting docker-compose==1.23.2 [2021-01-23T00:39:59.715Z] Removing intermediate container 940682afa6e4 [2021-01-23T00:39:59.715Z] ---> 68b8ebf1310f [2021-01-23T00:39:59.715Z] Step 8/23 : COPY . . [2021-01-23T00:39:59.715Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:39:59.715Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:39:59.715Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:40:01.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.128s coverage: 29.1% of statements [2021-01-23T00:40:01.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:40:01.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:40:01.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:40:01.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:40:01.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:40:01.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-01-23T00:40:01.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:40:01.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:40:01.849Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:40:01.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:40:01.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:40:01.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:40:01.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-01-23T00:40:01.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-23T00:40:02.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-23T00:40:03.034Z] GO111MODULE=on go vet ./... [2021-01-23T00:40:03.713Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:40:03.713Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:40:03.713Z] Collecting PyYAML<4,>=3.10 [2021-01-23T00:40:03.713Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:40:07.122Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:40:07.122Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:40:09.333Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:40:09.333Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:40:10.017Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:40:10.017Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:40:10.329Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:40:10.329Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:40:10.652Z] 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-23T00:40:11.004Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:40:11.004Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:40:13.166Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:40:13.166Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:40:13.471Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:40:13.471Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:40:13.753Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:40:13.753Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:40:13.753Z] 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-23T00:40:13.753Z] 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-23T00:40:13.753Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:40:13.753Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:40:13.753Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:40:13.753Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:40:13.753Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:40:13.753Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:40:14.045Z] Installing collected packages: dockerpty, urllib3, idna, requests, PyYAML, texttable, websocket-client, jsonschema, docker-pycreds, docker, docopt, cached-property, docker-compose [2021-01-23T00:40:14.045Z] Running setup.py install for dockerpty: started [2021-01-23T00:40:15.524Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:40:15.524Z] Attempting uninstall: urllib3 [2021-01-23T00:40:15.524Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:40:15.524Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:40:16.501Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:40:19.213Z] Attempting uninstall: idna [2021-01-23T00:40:19.213Z] Found existing installation: idna 2.9 [2021-01-23T00:40:19.213Z] Uninstalling idna-2.9: [2021-01-23T00:40:19.213Z] Successfully uninstalled idna-2.9 [2021-01-23T00:40:20.207Z] Attempting uninstall: requests [2021-01-23T00:40:20.207Z] Found existing installation: requests 2.23.0 [2021-01-23T00:40:20.207Z] Uninstalling requests-2.23.0: [2021-01-23T00:40:20.810Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:40:21.098Z] Running setup.py install for PyYAML: started [2021-01-23T00:40:23.126Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:40:23.126Z] Running setup.py install for texttable: started [2021-01-23T00:40:23.751Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:40:24.032Z] 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-23T00:40:24.032Z] 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-23T00:40:25.051Z] Running setup.py install for docopt: started [2021-01-23T00:40:26.035Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:40:27.978Z] 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-23T00:40:28.952Z] ---> 97559ecf97c1 [2021-01-23T00:40:28.952Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:40:28.952Z] ---> Running in b09ffacebaeb [2021-01-23T00:40:29.949Z] 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-23T00:40:32.605Z] Removing intermediate container 2012a614bb96 [2021-01-23T00:40:32.605Z] ---> 47c2b655e534 [2021-01-23T00:40:32.605Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:40:33.188Z] Removing intermediate container 0710b43f54e2 [2021-01-23T00:40:33.188Z] ---> 24ed9cf30eab [2021-01-23T00:40:33.188Z] [2021-01-23T00:40:33.188Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:40:33.188Z] ---> 389fef711851 [2021-01-23T00:40:33.188Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:40:33.188Z] ---> Running in 371b18117bed [2021-01-23T00:40:33.788Z] ---> Running in cad4297ee001 [2021-01-23T00:40:36.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:36.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:36.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:36.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:36.710Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:40:36.710Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:40:36.992Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:40:36.992Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:40:36.992Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:40:36.992Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:40:36.992Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:40:36.992Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:40:36.992Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:40:37.272Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:40:37.272Z] OK: 72 MiB in 58 packages [2021-01-23T00:40:37.272Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:40:37.272Z] OK: 7 MiB in 19 packages [2021-01-23T00:40:40.664Z] Removing intermediate container 4418af889f8b [2021-01-23T00:40:40.664Z] ---> 721829771a3e [2021-01-23T00:40:40.664Z] [2021-01-23T00:40:40.664Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:40:40.664Z] ---> 389fef711851 [2021-01-23T00:40:40.664Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:40:40.664Z] Removing intermediate container 79c12964a732 [2021-01-23T00:40:40.664Z] ---> a412960b3184 [2021-01-23T00:40:40.664Z] [2021-01-23T00:40:40.664Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:40:40.664Z] ---> 389fef711851 [2021-01-23T00:40:40.664Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:40:40.664Z] ---> Using cache [2021-01-23T00:40:40.664Z] ---> e2a729c3f9ec [2021-01-23T00:40:40.664Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:40:40.664Z] ---> Using cache [2021-01-23T00:40:40.664Z] ---> 78d515399768 [2021-01-23T00:40:40.664Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:40:40.664Z] ---> Running in 81be8b65d754 [2021-01-23T00:40:41.675Z] ---> Running in 932af7225929 [2021-01-23T00:40:41.675Z] Removing intermediate container 371b18117bed [2021-01-23T00:40:41.675Z] ---> 17dc83fa1c3a [2021-01-23T00:40:41.675Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:40:43.238Z] Removing intermediate container cad4297ee001 [2021-01-23T00:40:43.239Z] ---> 123b11fef18a [2021-01-23T00:40:43.239Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:40:43.239Z] Removing intermediate container 932af7225929 [2021-01-23T00:40:43.239Z] ---> c09d0b58104f [2021-01-23T00:40:43.239Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:40:43.239Z] ---> Running in d5a861e32ead [2021-01-23T00:40:43.239Z] ---> Running in 31ac4a7e1590 [2021-01-23T00:40:43.239Z] ---> Running in 2f085f2a81d2 [2021-01-23T00:40:43.239Z] Removing intermediate container d5a861e32ead [2021-01-23T00:40:43.239Z] ---> ce98af16f9c6 [2021-01-23T00:40:43.239Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:40:43.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:43.239Z] Removing intermediate container 31ac4a7e1590 [2021-01-23T00:40:43.239Z] ---> 398a3517afc5 [2021-01-23T00:40:43.239Z] Step 13/24 : WORKDIR / [2021-01-23T00:40:43.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:43.239Z] ---> Running in 5644e1e76c91 [2021-01-23T00:40:43.239Z] ---> Running in 92ecb489b9b4 [2021-01-23T00:40:43.239Z] Removing intermediate container 2f085f2a81d2 [2021-01-23T00:40:43.239Z] ---> 18f9a0075551 [2021-01-23T00:40:43.239Z] Step 15/23 : WORKDIR / [2021-01-23T00:40:43.239Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:40:43.239Z] ---> Running in 9055d27aba37 [2021-01-23T00:40:43.239Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:40:43.239Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:40:43.239Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:40:43.239Z] OK: 6 MiB in 17 packages [2021-01-23T00:40:43.239Z] Removing intermediate container 92ecb489b9b4 [2021-01-23T00:40:43.239Z] ---> 16af341a9cb8 [2021-01-23T00:40:43.239Z] 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-23T00:40:43.239Z] Removing intermediate container 5644e1e76c91 [2021-01-23T00:40:43.239Z] ---> f8d25412c470 [2021-01-23T00:40:43.239Z] Step 24/26 : LABEL arch=x86_64 [2021-01-23T00:40:43.239Z] ---> Running in ed16b9ddff1f [2021-01-23T00:40:43.555Z] Removing intermediate container 9055d27aba37 [2021-01-23T00:40:43.555Z] ---> 9f0387f5cbfe [2021-01-23T00:40:43.555Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:40:44.166Z] ---> 678348a3a777 [2021-01-23T00:40:44.166Z] 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-23T00:40:44.166Z] Removing intermediate container ed16b9ddff1f [2021-01-23T00:40:44.166Z] ---> be66b5336518 [2021-01-23T00:40:44.166Z] Step 25/26 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:40:45.621Z] ---> 81079aded369 [2021-01-23T00:40:45.621Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:40:45.621Z] Removing intermediate container 81be8b65d754 [2021-01-23T00:40:45.621Z] ---> 0465469072c5 [2021-01-23T00:40:45.621Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:40:45.621Z] ---> Running in c16bd75f918e [2021-01-23T00:40:46.246Z] ---> 0b11f325d214 [2021-01-23T00:40:46.246Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:40:46.246Z] ---> Running in c2552b5c9543 [2021-01-23T00:40:46.246Z] Removing intermediate container c16bd75f918e [2021-01-23T00:40:46.246Z] ---> 9fbf88abad74 [2021-01-23T00:40:46.246Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:40:46.528Z] ---> 09cfb7b37154 [2021-01-23T00:40:46.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:40:46.528Z] ---> Running in 5f1c9cc4e94f [2021-01-23T00:40:46.805Z] Removing intermediate container c2552b5c9543 [2021-01-23T00:40:46.805Z] ---> 95cca910652b [2021-01-23T00:40:46.805Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:40:46.805Z] ---> 2ef39f120eac [2021-01-23T00:40:46.805Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:40:46.805Z] ---> Running in 2bc722006fda [2021-01-23T00:40:47.083Z] Removing intermediate container 5f1c9cc4e94f [2021-01-23T00:40:47.083Z] ---> 349480a4da29 [2021-01-23T00:40:47.083Z] [2021-01-23T00:40:47.083Z] ---> 2dd314dad40e [2021-01-23T00:40:47.083Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:40:47.356Z] Removing intermediate container 2bc722006fda [2021-01-23T00:40:47.356Z] ---> ab6aba7dcff2 [2021-01-23T00:40:47.356Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:40:47.356Z] ---> Running in df0ba3bca5b6 [2021-01-23T00:40:47.356Z] Successfully built 349480a4da29 [2021-01-23T00:40:47.645Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-23T00:40:47.645Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in fd9be54854aa [2021-01-23T00:40:47.916Z] Removing intermediate container df0ba3bca5b6 [2021-01-23T00:40:47.916Z] ---> 48f64a297a2f [2021-01-23T00:40:47.916Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:40:47.916Z] ---> edaed2b54fc6 [2021-01-23T00:40:47.916Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:40:48.198Z] ---> Running in 6e23b8fef603 [2021-01-23T00:40:48.491Z] Removing intermediate container 6e23b8fef603 [2021-01-23T00:40:48.491Z] ---> 80ab347e56de [2021-01-23T00:40:48.491Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:40:48.491Z] ---> Running in ca11edd9c9c5 [2021-01-23T00:40:48.491Z] Connecting to github.com (140.82.113.3:443) [2021-01-23T00:40:48.791Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.47.76:443) [2021-01-23T00:40:48.791Z]  ---> a3e61f469236 [2021-01-23T00:40:48.791Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:40:48.791Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:40:49.065Z] Removing intermediate container ca11edd9c9c5 [2021-01-23T00:40:49.065Z] ---> b930bdcd091c [2021-01-23T00:40:49.065Z] Step 22/23 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:40:49.065Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:40:49.065Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:40:49.065Z] dockerize [2021-01-23T00:40:49.065Z] ---> Running in c445618a0406 [2021-01-23T00:40:49.333Z] ---> 0bdefb56e81d [2021-01-23T00:40:49.333Z] 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-23T00:40:49.333Z] ---> Running in 1b3eb7b1018a [2021-01-23T00:40:49.333Z] Removing intermediate container c445618a0406 [2021-01-23T00:40:49.333Z] ---> cbbef7c5eefa [2021-01-23T00:40:49.333Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:40:49.602Z] ---> Running in f5a110ecc0d0 [2021-01-23T00:40:49.888Z] Removing intermediate container f5a110ecc0d0 [2021-01-23T00:40:49.888Z] ---> edbd5a8df567 [2021-01-23T00:40:49.888Z] [2021-01-23T00:40:50.163Z] Successfully built edbd5a8df567 [2021-01-23T00:40:50.497Z] Successfully tagged docker-core-metadata-go:latest [2021-01-23T00:40:50.497Z]  Building docker-core-metadata-go ... done Removing intermediate container fd9be54854aa [2021-01-23T00:40:50.497Z] ---> c8f8998cf198 [2021-01-23T00:40:50.497Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:40:50.781Z] ---> Running in 92622bda6b73 [2021-01-23T00:40:51.055Z] Removing intermediate container 92622bda6b73 [2021-01-23T00:40:51.055Z] ---> c5a08bbf1913 [2021-01-23T00:40:51.055Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:40:51.339Z] Removing intermediate container 1b3eb7b1018a [2021-01-23T00:40:51.339Z] ---> eb2069a160c7 [2021-01-23T00:40:51.339Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:40:51.339Z] ---> Running in c00b3c820be1 [2021-01-23T00:40:51.339Z] ---> Running in d33d3343ea16 [2021-01-23T00:40:51.604Z] Removing intermediate container c00b3c820be1 [2021-01-23T00:40:51.604Z] ---> 706a6b54d623 [2021-01-23T00:40:51.604Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:40:52.202Z] Removing intermediate container d33d3343ea16 [2021-01-23T00:40:52.202Z] ---> 9bc705149d89 [2021-01-23T00:40:52.202Z] Step 22/24 : LABEL arch=x86_64 [2021-01-23T00:40:52.202Z] ---> Running in 430f975a674e [2021-01-23T00:40:52.481Z] ---> Running in fd1300348078 [2021-01-23T00:40:52.757Z] Removing intermediate container fd1300348078 [2021-01-23T00:40:52.757Z] ---> 562a553115d3 [2021-01-23T00:40:52.757Z] Step 23/24 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:40:52.757Z] ---> Running in 5a82e081093e [2021-01-23T00:40:53.027Z] Move dockerize executable [2021-01-23T00:40:53.300Z] Removing intermediate container 5a82e081093e [2021-01-23T00:40:53.300Z] ---> c9c53b7b0103 [2021-01-23T00:40:53.300Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:40:53.300Z] ---> Running in 19e9d7b6e26e [2021-01-23T00:40:53.887Z] Removing intermediate container 19e9d7b6e26e [2021-01-23T00:40:53.887Z] ---> 6fc97e0980a2 [2021-01-23T00:40:53.887Z] [2021-01-23T00:40:55.293Z] Removing intermediate container 430f975a674e [2021-01-23T00:40:55.293Z] ---> d6db14dbd42e [2021-01-23T00:40:55.293Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:40:55.557Z] Successfully built 6fc97e0980a2 [2021-01-23T00:40:56.137Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-23T00:40:56.137Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 50dbc4b10d58 [2021-01-23T00:40:56.137Z] Removing intermediate container b09ffacebaeb [2021-01-23T00:40:56.137Z] ---> 8249e5b73498 [2021-01-23T00:40:56.137Z] [2021-01-23T00:40:56.137Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:40:56.137Z] ---> 389fef711851 [2021-01-23T00:40:56.137Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:40:56.403Z] ---> Running in c946c5c32cb4 [2021-01-23T00:40:56.403Z] Removing intermediate container 50dbc4b10d58 [2021-01-23T00:40:56.403Z] ---> 57e253eb348c [2021-01-23T00:40:56.403Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:40:56.403Z] Removing intermediate container c946c5c32cb4 [2021-01-23T00:40:56.403Z] ---> ae2a0b493a15 [2021-01-23T00:40:56.403Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:40:56.676Z] ---> Running in fc782789dd21 [2021-01-23T00:40:56.676Z] ---> 95dc30d5c242 [2021-01-23T00:40:56.676Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:40:56.676Z] ---> Running in 12d1fb85e58b [2021-01-23T00:40:56.948Z] Removing intermediate container fc782789dd21 [2021-01-23T00:40:56.948Z] ---> c76ae180680b [2021-01-23T00:40:56.948Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:40:56.948Z] ---> Running in bead04337b75 [2021-01-23T00:40:57.218Z] Removing intermediate container bead04337b75 [2021-01-23T00:40:57.218Z] ---> 44f1c51425ae [2021-01-23T00:40:57.218Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:40:57.218Z] ---> Running in fbf1f07b7e7f [2021-01-23T00:40:58.182Z] Removing intermediate container 12d1fb85e58b [2021-01-23T00:40:58.182Z] ---> 0d9694605f5e [2021-01-23T00:40:58.182Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:40:58.450Z] Removing intermediate container fbf1f07b7e7f [2021-01-23T00:40:58.450Z] ---> aa1c54fe2709 [2021-01-23T00:40:58.450Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:40:58.720Z] ---> b5ecb8816da2 [2021-01-23T00:40:58.720Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:40:58.996Z] ---> Running in bb6f150e54ed [2021-01-23T00:40:59.591Z] ---> 4f354fad1d11 [2021-01-23T00:40:59.591Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:40:59.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:59.858Z] ---> 25530f266668 [2021-01-23T00:40:59.858Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:41:00.442Z] ---> 350414f881a0 [2021-01-23T00:41:00.442Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:41:00.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:00.707Z] ---> 4ce81cdc6f5c [2021-01-23T00:41:00.707Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:41:00.974Z] ---> Running in 0a3ae808f16c [2021-01-23T00:41:01.248Z] Removing intermediate container 0a3ae808f16c [2021-01-23T00:41:01.248Z] ---> 734d98fdf308 [2021-01-23T00:41:01.248Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:41:01.513Z] ---> be3c43204f65 [2021-01-23T00:41:01.514Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:41:01.784Z] ---> Running in d4ff602c385c [2021-01-23T00:41:01.784Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:41:02.053Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:41:02.053Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:41:02.646Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:41:02.912Z] Removing intermediate container d4ff602c385c [2021-01-23T00:41:02.912Z] ---> 007b3bca96cb [2021-01-23T00:41:02.912Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:41:03.177Z] ---> Running in bb6eead3236d [2021-01-23T00:41:03.177Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:41:03.442Z] Removing intermediate container bb6eead3236d [2021-01-23T00:41:03.442Z] ---> 2eb7f0d0b40c [2021-01-23T00:41:03.442Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:41:03.442Z] ---> Running in 27dba546d488 [2021-01-23T00:41:03.711Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:41:03.711Z] Removing intermediate container 27dba546d488 [2021-01-23T00:41:03.711Z] ---> afe880ad7e54 [2021-01-23T00:41:03.711Z] Step 31/33 : LABEL arch=x86_64 [2021-01-23T00:41:03.711Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:41:03.711Z] OK: 8 MiB in 20 packages [2021-01-23T00:41:03.978Z] ---> Running in a922def5c4c8 [2021-01-23T00:41:04.244Z] Removing intermediate container a922def5c4c8 [2021-01-23T00:41:04.244Z] ---> bfa51f301659 [2021-01-23T00:41:04.244Z] Step 32/33 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:41:04.548Z] ---> Running in 6aa0aa715d53 [2021-01-23T00:41:04.548Z] Removing intermediate container bb6f150e54ed [2021-01-23T00:41:04.548Z] ---> de2b9775a922 [2021-01-23T00:41:04.548Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:41:05.501Z] ---> 1399f63978b5 [2021-01-23T00:41:05.501Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:41:05.501Z] Removing intermediate container 6aa0aa715d53 [2021-01-23T00:41:05.501Z] ---> d826f1e5cb48 [2021-01-23T00:41:05.501Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:41:05.767Z] ---> Running in 0f9144b5313e [2021-01-23T00:41:06.032Z] Removing intermediate container 0f9144b5313e [2021-01-23T00:41:06.032Z] ---> 2231ea39d664 [2021-01-23T00:41:06.032Z] [2021-01-23T00:41:06.032Z] Successfully built 2231ea39d664 [2021-01-23T00:41:06.297Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-23T00:41:06.297Z] ---> 973a9236f73b [2021-01-23T00:41:06.297Z]  Building docker-security-bootstrapper-go ... done Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:41:06.560Z] ---> 08c42efeb03b [2021-01-23T00:41:06.560Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:41:06.560Z] ---> Running in 9a7b0fbf68bb [2021-01-23T00:41:06.825Z] Removing intermediate container 9a7b0fbf68bb [2021-01-23T00:41:06.825Z] ---> a410ac085b6b [2021-01-23T00:41:06.825Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:41:06.825Z] ---> Running in 54ce1885c638 [2021-01-23T00:41:07.090Z] Removing intermediate container 54ce1885c638 [2021-01-23T00:41:07.090Z] ---> a39e302084d5 [2021-01-23T00:41:07.090Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:41:07.090Z] ---> Running in 9ebc7bb37e0f [2021-01-23T00:41:07.354Z] Removing intermediate container 9ebc7bb37e0f [2021-01-23T00:41:07.354Z] ---> 8e03bf77cf61 [2021-01-23T00:41:07.354Z] Step 22/23 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:41:07.354Z] ---> Running in 261f4340f8ea [2021-01-23T00:41:07.621Z] Removing intermediate container 261f4340f8ea [2021-01-23T00:41:07.621Z] ---> a40953eb882c [2021-01-23T00:41:07.621Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:41:07.621Z] ---> Running in b4920c1a7353 [2021-01-23T00:41:07.886Z] Removing intermediate container b4920c1a7353 [2021-01-23T00:41:07.886Z] ---> d2127e55826e [2021-01-23T00:41:07.886Z] [2021-01-23T00:41:07.886Z] Successfully built d2127e55826e [2021-01-23T00:41:07.886Z] Successfully tagged docker-core-data-go:latest [2021-01-23T00:41:08.497Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-23T00:41:08.549Z] $ docker stop --time=1 acc406e8a9c40713f40477d2cd2759ce83a7576d8f2253b2d24d6d33b5202b73 [2021-01-23T00:41:10.351Z] $ docker rm -f acc406e8a9c40713f40477d2cd2759ce83a7576d8f2253b2d24d6d33b5202b73 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:41:10.908Z] + docker images [2021-01-23T00:41:10.908Z] + grep docker [2021-01-23T00:41:11.172Z] docker-core-data-go latest d2127e55826e 4 seconds ago 22.3MB [2021-01-23T00:41:11.172Z] docker-security-bootstrapper-go latest 2231ea39d664 6 seconds ago 41.5MB [2021-01-23T00:41:11.172Z] docker-security-secretstore-setup-go latest 6fc97e0980a2 18 seconds ago 24.6MB [2021-01-23T00:41:11.172Z] docker-core-metadata-go latest edbd5a8df567 22 seconds ago 18.8MB [2021-01-23T00:41:11.172Z] docker-sys-mgmt-agent-go latest 349480a4da29 25 seconds ago 313MB [2021-01-23T00:41:11.172Z] docker-support-scheduler-go latest e0506eb2777d 2 minutes ago 16.4MB [2021-01-23T00:41:11.172Z] docker-security-proxy-setup-go latest 091564fc6ea0 2 minutes ago 24.4MB [2021-01-23T00:41:11.172Z] docker-core-command-go latest 07b608d35bcd 2 minutes ago 16.3MB [2021-01-23T00:41:11.172Z] docker-support-notifications-go latest 5f5ce0cfb8ea 2 minutes ago 16.9MB [2021-01-23T00:41:11.172Z] docker 20.10.0 aefe523efa57 6 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-23T00:41:12.249Z] gofmt -l . [2021-01-23T00:41:12.520Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:41:15.130Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:41:15.729Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:41:17.837Z] + ls -al . [2021-01-23T00:41:17.837Z] total 696 [2021-01-23T00:41:17.837Z] drwxrwxr-x 9 1001 1001 4096 Jan 23 00:41 . [2021-01-23T00:41:17.837Z] drwxr-xr-x 4 root root 4096 Jan 23 00:37 .. [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:35 .dockerignore [2021-01-23T00:41:17.837Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:35 .git [2021-01-23T00:41:17.837Z] drwxrwxr-x 3 1001 1001 4096 Jan 23 00:35 .github [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:35 .gitignore [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:35 .sonarcloud.properties [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:35 Attribution.txt [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:35 CONTRIBUTING.md [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:35 Dockerfile.build [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:35 Jenkinsfile [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:35 LICENSE [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:35 Makefile [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:35 README.md [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:35 SECURITY.md [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:35 ZMQWindows.md [2021-01-23T00:41:17.837Z] drwxrwxr-x 2 1001 1001 4096 Jan 23 00:35 bin [2021-01-23T00:41:17.837Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:35 cmd [2021-01-23T00:41:17.837Z] -rw-r--r-- 1 root root 564700 Jan 23 00:40 coverage.out [2021-01-23T00:41:17.837Z] -rw-r--r-- 1 root root 1053 Jan 23 00:41 go.mod [2021-01-23T00:41:17.837Z] -rw-r--r-- 1 root root 18878 Jan 23 00:41 go.sum [2021-01-23T00:41:17.837Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:35 internal [2021-01-23T00:41:17.837Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:35 openapi [2021-01-23T00:41:17.837Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:35 snap [2021-01-23T00:41:17.837Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:35 version.go [Pipeline] sh [2021-01-23T00:41:18.509Z] + '[' -e coverage.out ] [2021-01-23T00:41:18.509Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:41:18.576Z] Warning: overwriting stash ‘coverage-report’ [2021-01-23T00:41:19.828Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:41:20.560Z] + make build [2021-01-23T00:41:20.560Z] 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-23T00:41:27.073Z] Still waiting to schedule task [2021-01-23T00:41:27.073Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-22409’ [2021-01-23T00:41:30.736Z] 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-23T00:41:52.938Z] 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-23T00:41:57.242Z] 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-23T00:42:01.583Z] 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-23T00:42:03.020Z] 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-23T00:42:08.424Z] 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-23T00:42:11.807Z] 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-23T00:42:15.198Z] 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-23T00:42:19.504Z] 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-23T00:42:22.916Z] 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-23T00:42:26.304Z] 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-23T00:42:30.605Z] 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-23T00:42:36.023Z] $ docker stop --time=1 e685dca5e8ad129efc1dd70bc11b159012ec8367cd85530e54c54598fc3ed348 [2021-01-23T00:42:38.660Z] $ docker rm -f e685dca5e8ad129efc1dd70bc11b159012ec8367cd85530e54c54598fc3ed348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:42:40.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:42:40.653Z] [2021-01-23T00:42:40.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:42:41.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:42:41.598Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-23T00:42:41.598Z] 29e5d40040c1: Pulling fs layer [2021-01-23T00:42:41.598Z] 1ce36da41761: Pulling fs layer [2021-01-23T00:42:41.598Z] 25b303627fd3: Pulling fs layer [2021-01-23T00:42:42.194Z] 29e5d40040c1: Verifying Checksum [2021-01-23T00:42:42.194Z] 29e5d40040c1: Download complete [2021-01-23T00:42:42.792Z] 1ce36da41761: Download complete [2021-01-23T00:42:42.792Z] 29e5d40040c1: Pull complete [2021-01-23T00:42:44.237Z] 1ce36da41761: Pull complete [2021-01-23T00:42:44.237Z] 25b303627fd3: Verifying Checksum [2021-01-23T00:42:44.237Z] 25b303627fd3: Download complete [2021-01-23T00:42:54.389Z] 25b303627fd3: Pull complete [2021-01-23T00:42:54.389Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-23T00:42:54.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:42:54.389Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-23T00:42:54.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-22403 does not seem to be running inside a container [2021-01-23T00:42:54.773Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-23T00:42:57.812Z] $ docker top 3abf28ebcd017b44c016875599e0d822d0d5b6cf6c55de42ec20b8c6772e8ed9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:42:58.798Z] + docker-compose build --help [2021-01-23T00:42:58.798Z] + grep parallel [2021-01-23T00:43:02.191Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:43:02.521Z] $ docker stop --time=1 3abf28ebcd017b44c016875599e0d822d0d5b6cf6c55de42ec20b8c6772e8ed9 [2021-01-23T00:43:03.207Z] Running on prd-ubuntu18.04-docker-8c-8g-22412 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [2021-01-23T00:43:04.619Z] $ docker rm -f 3abf28ebcd017b44c016875599e0d822d0d5b6cf6c55de42ec20b8c6772e8ed9 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws [2021-01-23T00:43:05.013Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:43:05.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:43:05.622Z] . [Pipeline] withDockerContainer [2021-01-23T00:43:05.920Z] prd-ubuntu18.04-docker-arm64-4c-16g-22403 does not seem to be running inside a container [2021-01-23T00:43:06.002Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-23T00:43:07.133Z] using credential edgex-jenkins-ssh [2021-01-23T00:43:07.182Z] Cloning the remote Git repository [2021-01-23T00:43:07.412Z] $ docker top 193dcc852d196133eaddabbf0f77eb4035a3fbb105f16a035b7d10c78cdfad6d -eo pid,comm [2021-01-23T00:43:07.207Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:43:07.271Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-23T00:43:07.304Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:43:07.304Z] > git --version # timeout=10 [2021-01-23T00:43:07.312Z] > git --version # 'git version 2.17.1' [2021-01-23T00:43:07.312Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:43:07.338Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { [Pipeline] sh [2021-01-23T00:43:08.445Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T00:43:12.736Z] Building docker-core-command-go ... [2021-01-23T00:43:12.736Z] Building docker-core-data-go ... [2021-01-23T00:43:12.736Z] Building docker-core-metadata-go ... [2021-01-23T00:43:12.736Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:43:12.736Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:43:12.736Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:43:12.736Z] Building docker-support-notifications-go ... [2021-01-23T00:43:12.736Z] Building docker-support-scheduler-go ... [2021-01-23T00:43:12.736Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:43:12.736Z] Building docker-security-secretstore-setup-go [2021-01-23T00:43:12.736Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:43:12.736Z] Building docker-core-metadata-go [2021-01-23T00:43:12.736Z] Building docker-support-notifications-go [2021-01-23T00:43:12.736Z] Building docker-security-bootstrapper-go [2021-01-23T00:43:40.364Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:43:40.372Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:43:40.390Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:43:40.407Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:43:40.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:43:40.412Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:43:41.055Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 6ec156e10f6c806483b7667dce1e453a792d415d [2021-01-23T00:43:41.280Z] Merge succeeded, producing a3d683b9a3548ddccb1c0dcb14228cd67d5cd1f8 [2021-01-23T00:43:41.281Z] Checking out Revision a3d683b9a3548ddccb1c0dcb14228cd67d5cd1f8 (PR-3030) [2021-01-23T00:43:41.067Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:43:41.073Z] > git checkout -f 6ec156e10f6c806483b7667dce1e453a792d415d # timeout=10 [2021-01-23T00:43:41.140Z] > git remote # timeout=10 [2021-01-23T00:43:41.148Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:43:41.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:43:41.158Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:43:41.277Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:43:41.286Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:43:41.291Z] > git checkout -f a3d683b9a3548ddccb1c0dcb14228cd67d5cd1f8 # timeout=10 [2021-01-23T00:43:44.955Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:43:44.966Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:43:46.087Z] + echo snap-build.sh [2021-01-23T00:43:46.087Z] snap-build.sh [2021-01-23T00:43:46.087Z] + SNAP_BASE_DIR=. [2021-01-23T00:43:46.087Z] + '[' '!' -z /w/workspace/edgex-go/21 ']' [2021-01-23T00:43:46.087Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/21 [2021-01-23T00:43:46.087Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' [2021-01-23T00:43:46.087Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/21] [2021-01-23T00:43:46.087Z] + cd /w/workspace/edgex-go/21 [2021-01-23T00:43:46.087Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-23T00:43:46.087Z] Reading package lists... [2021-01-23T00:43:46.087Z] Building dependency tree... [2021-01-23T00:43:46.087Z] Reading state information... [2021-01-23T00:43:46.352Z] The following packages were automatically installed and are no longer required: [2021-01-23T00:43:46.352Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-23T00:43:46.352Z] uidmap xdelta3 [2021-01-23T00:43:46.352Z] Use 'sudo apt autoremove' to remove them. [2021-01-23T00:43:46.352Z] The following packages will be REMOVED: [2021-01-23T00:43:46.352Z] lxd* lxd-client* [2021-01-23T00:43:44.962Z] > git rev-list --no-walk f49c0d4f6f1d4d3347b87069ca1603e8250e67ec # timeout=10 [2021-01-23T00:43:46.930Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-23T00:43:46.930Z] After this operation, 31.7 MB disk space will be freed. [2021-01-23T00:43:47.720Z] (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-23T00:43:47.720Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:43:48.669Z] Removing lxd dnsmasq configuration [2021-01-23T00:43:48.669Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:43:48.930Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-23T00:43:49.895Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-23T00:43:49.895Z] (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-23T00:43:49.895Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:43:51.285Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-23T00:43:51.285Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-23T00:43:52.672Z] + sudo snap remove --purge lxd [2021-01-23T00:43:52.672Z] snap "lxd" is not installed [2021-01-23T00:43:52.672Z] + sudo groupadd --force --system lxd [2021-01-23T00:43:52.935Z] ++ whoami [2021-01-23T00:43:52.935Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-23T00:43:52.935Z] + newgrp - lxd [2021-01-23T00:43:52.935Z] + sudo snap install lxd [2021-01-23T00:43:59.528Z] 2021-01-23T00:43:57Z INFO Waiting for automatic snapd restart... [2021-01-23T00:44:14.502Z] lxd 4.10 from Canonical* installed [2021-01-23T00:44:14.502Z] + sudo lxd init --auto [2021-01-23T00:44:20.910Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:44:20.910Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:44:20.910Z] ---> 4452fa97069e [2021-01-23T00:44:20.910Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:44:21.458Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:44:21.458Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:44:21.458Z] ---> 4452fa97069e [2021-01-23T00:44:21.458Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:44:21.458Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:44:21.458Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:44:21.458Z] ---> 4452fa97069e [2021-01-23T00:44:21.458Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:44:21.458Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:44:21.458Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:44:21.458Z] ---> 4452fa97069e [2021-01-23T00:44:21.458Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:44:21.731Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:44:21.731Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:44:21.731Z] ---> 4452fa97069e [2021-01-23T00:44:21.731Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:44:22.655Z] + sudo snap install --classic snapcraft [2021-01-23T00:44:26.031Z] ---> Running in b81da6ad3342 [2021-01-23T00:44:26.031Z] ---> Running in 53d3d7a37d51 [2021-01-23T00:44:26.032Z] ---> Running in 58763fc32ca2 [2021-01-23T00:44:26.032Z] ---> Running in 7e0128c43a7b [2021-01-23T00:44:26.032Z] ---> Running in aaed246af682 [2021-01-23T00:44:26.032Z] Removing intermediate container 53d3d7a37d51 [2021-01-23T00:44:26.032Z] ---> 8237f0c6ec67 [2021-01-23T00:44:26.032Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:44:26.032Z] Removing intermediate container 58763fc32ca2 [2021-01-23T00:44:26.032Z] ---> 680a9c3a87d5 [2021-01-23T00:44:26.032Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:44:26.032Z] Removing intermediate container b81da6ad3342 [2021-01-23T00:44:26.032Z] ---> d472c4e673b7 [2021-01-23T00:44:26.032Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:44:26.032Z] Removing intermediate container 7e0128c43a7b [2021-01-23T00:44:26.032Z] ---> 191fd1ca44e8 [2021-01-23T00:44:26.032Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:44:26.032Z] Removing intermediate container aaed246af682 [2021-01-23T00:44:26.032Z] ---> cc7b8e33414b [2021-01-23T00:44:26.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:44:26.302Z] ---> Running in fcb937a5538d [2021-01-23T00:44:26.302Z] ---> Running in 519ba471b3a4 [2021-01-23T00:44:26.302Z] ---> Running in 7f360112bdb2 [2021-01-23T00:44:26.302Z] ---> Running in fae2e42a3bff [2021-01-23T00:44:26.302Z] ---> Running in 0067f86e60a2 [2021-01-23T00:44:30.627Z] Removing intermediate container fcb937a5538d [2021-01-23T00:44:30.627Z] ---> 7aedd671cf46 [2021-01-23T00:44:30.627Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:44:30.627Z] Removing intermediate container 519ba471b3a4 [2021-01-23T00:44:30.627Z] ---> a93f4c240b25 [2021-01-23T00:44:30.627Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:44:30.627Z] ---> Running in fae6ac75f59f [2021-01-23T00:44:30.627Z] Removing intermediate container 7f360112bdb2 [2021-01-23T00:44:30.627Z] ---> ee6308c81fe8 [2021-01-23T00:44:30.627Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:44:30.627Z] ---> Running in c9d19fc516eb [2021-01-23T00:44:30.627Z] ---> Running in 0c732dab8081 [2021-01-23T00:44:30.627Z] Removing intermediate container 0067f86e60a2 [2021-01-23T00:44:30.627Z] ---> 0a5d3ae8049e [2021-01-23T00:44:30.627Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:44:30.627Z] Removing intermediate container fae2e42a3bff [2021-01-23T00:44:30.627Z] ---> 8f2c6284d873 [2021-01-23T00:44:30.627Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:44:30.809Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T00:44:30.809Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-23T00:44:30.809Z] + patch --verbose -p1 [2021-01-23T00:44:30.809Z] Hmm... Looks like a unified diff to me... [2021-01-23T00:44:30.809Z] The text leading up to this was: [2021-01-23T00:44:30.809Z] -------------------------- [2021-01-23T00:44:30.809Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-23T00:44:30.809Z] |From: Tony Espy [2021-01-23T00:44:30.809Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-23T00:44:30.809Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-23T00:44:30.809Z] | [2021-01-23T00:44:30.809Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-23T00:44:30.809Z] |optimize the snap CI check run for pull requests. When [2021-01-23T00:44:30.809Z] |applied, it essentially strips out everything (apps and [2021-01-23T00:44:30.809Z] |parts) from the snapcraft.yaml file except those required [2021-01-23T00:44:30.809Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-23T00:44:30.809Z] |catch changes to edgex-go that break the snap build. [2021-01-23T00:44:30.809Z] | [2021-01-23T00:44:30.809Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-23T00:44:30.809Z] |to update this patch file, otherwise it may fail to apply, [2021-01-23T00:44:30.809Z] |resulting in a failed snap build CI check in the associated [2021-01-23T00:44:30.809Z] |pull request. [2021-01-23T00:44:30.809Z] | [2021-01-23T00:44:30.809Z] |Note - in addition to applying this patch, the pipeline also [2021-01-23T00:44:30.809Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-23T00:44:30.809Z] |need to build the finally binary .snap file (and it won't [2021-01-23T00:44:30.809Z] |work with the patch applied). This further reduces the build [2021-01-23T00:44:30.809Z] |time. [2021-01-23T00:44:30.809Z] |--- [2021-01-23T00:44:30.809Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-23T00:44:30.809Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-23T00:44:30.809Z] | [2021-01-23T00:44:30.809Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-23T00:44:30.809Z] |index 1e537489..faf42425 100644 [2021-01-23T00:44:30.809Z] |--- a/snap/snapcraft.yaml [2021-01-23T00:44:30.809Z] |+++ b/snap/snapcraft.yaml [2021-01-23T00:44:30.809Z] -------------------------- [2021-01-23T00:44:30.809Z] patching file snap/snapcraft.yaml [2021-01-23T00:44:30.809Z] Using Plan A... [2021-01-23T00:44:30.809Z] Hunk #1 succeeded at 73. [2021-01-23T00:44:30.809Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-23T00:44:30.809Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-23T00:44:30.809Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-23T00:44:30.809Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-23T00:44:30.809Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-23T00:44:30.809Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-23T00:44:30.809Z] Hunk #8 succeeded at 342. [2021-01-23T00:44:30.809Z] Hmm... Ignoring the trailing garbage. [2021-01-23T00:44:30.809Z] done [2021-01-23T00:44:30.809Z] + sudo snapcraft prime --use-lxd [2021-01-23T00:44:30.903Z] ---> Running in e82e5fa459c3 [2021-01-23T00:44:30.903Z] ---> Running in 6404ecdda182 [2021-01-23T00:44:31.751Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-23T00:44:31.751Z] 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-23T00:44:31.751Z] - README.md [2021-01-23T00:44:31.751Z] - snapcraft.yaml.orig [2021-01-23T00:44:31.751Z] [2021-01-23T00:44:31.751Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T00:44:32.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:32.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:32.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:32.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:32.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:32.696Z] Launching a container. [2021-01-23T00:44:33.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:33.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:33.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:33.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:33.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:44:34.467Z] OK: 217 MiB in 51 packages [2021-01-23T00:44:34.467Z] OK: 217 MiB in 51 packages [2021-01-23T00:44:34.742Z] OK: 217 MiB in 51 packages [2021-01-23T00:44:34.742Z] OK: 217 MiB in 51 packages [2021-01-23T00:44:35.027Z] OK: 217 MiB in 51 packages [2021-01-23T00:44:36.465Z] Removing intermediate container fae6ac75f59f [2021-01-23T00:44:36.465Z] ---> c786a987f2f5 [2021-01-23T00:44:36.465Z] Step 6/26 : COPY go.mod . [2021-01-23T00:44:36.465Z] Removing intermediate container 6404ecdda182 [2021-01-23T00:44:36.465Z] ---> 7ced4c2004b9 [2021-01-23T00:44:36.465Z] Step 6/24 : COPY go.mod . [2021-01-23T00:44:37.064Z] Removing intermediate container c9d19fc516eb [2021-01-23T00:44:37.064Z] ---> 4b7e3ebde4e0 [2021-01-23T00:44:37.064Z] Step 6/33 : COPY go.mod . [2021-01-23T00:44:37.349Z] Removing intermediate container e82e5fa459c3 [2021-01-23T00:44:37.349Z] Removing intermediate container 0c732dab8081 [2021-01-23T00:44:37.349Z] ---> c687cb545367 [2021-01-23T00:44:37.349Z] Step 6/22 : COPY go.mod . [2021-01-23T00:44:37.349Z] ---> 22f48243043d [2021-01-23T00:44:37.349Z] Step 6/23 : COPY go.mod . [2021-01-23T00:44:37.629Z] ---> 9ee698a8fc0b [2021-01-23T00:44:37.629Z] Step 7/24 : RUN go mod download [2021-01-23T00:44:37.629Z] ---> c6e7fe566764 [2021-01-23T00:44:37.629Z] Step 7/26 : RUN go mod download [2021-01-23T00:44:37.899Z] ---> Running in e8a19dbd9e7a [2021-01-23T00:44:37.899Z] ---> Running in 83dd8aeef814 [2021-01-23T00:44:38.171Z] ---> e7658a6dc67e [2021-01-23T00:44:38.171Z] Step 7/33 : RUN go mod download [2021-01-23T00:44:38.464Z] ---> Running in 637c0e58b1ff [2021-01-23T00:44:38.464Z] ---> bdeb596c4f1f [2021-01-23T00:44:38.464Z] Step 7/22 : RUN go mod download [2021-01-23T00:44:38.464Z] ---> 9f35bca78156 [2021-01-23T00:44:38.464Z] Step 7/23 : RUN go mod download [2021-01-23T00:44:38.743Z] ---> Running in 2c979f6fc232 [2021-01-23T00:44:38.743Z] ---> Running in cf7ff8aaf588 [2021-01-23T00:44:42.158Z] Removing intermediate container e8a19dbd9e7a [2021-01-23T00:44:42.158Z] ---> 3157c9f60a29 [2021-01-23T00:44:42.158Z] Step 8/26 : COPY . . [2021-01-23T00:44:42.158Z] Removing intermediate container 83dd8aeef814 [2021-01-23T00:44:42.158Z] ---> dffdbd09ef75 [2021-01-23T00:44:42.158Z] Step 8/24 : COPY . . [2021-01-23T00:44:42.785Z] Removing intermediate container 637c0e58b1ff [2021-01-23T00:44:42.785Z] ---> 3be3012f0353 [2021-01-23T00:44:42.785Z] Step 8/33 : COPY . . [2021-01-23T00:44:43.774Z] Removing intermediate container 2c979f6fc232 [2021-01-23T00:44:43.774Z] ---> 80cd4008fc14 [2021-01-23T00:44:43.774Z] Step 8/23 : COPY . . [2021-01-23T00:44:44.056Z] Removing intermediate container cf7ff8aaf588 [2021-01-23T00:44:44.056Z] ---> 1acd8937c644 [2021-01-23T00:44:44.056Z] Step 8/22 : COPY . . [2021-01-23T00:44:47.633Z] Waiting for container to be ready [2021-01-23T00:44:47.633Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-23T00:44:47.633Z] [2021-01-23T00:44:49.546Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-23T00:44:49.807Z] Waiting for network to be ready... [2021-01-23T00:44:50.378Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T00:44:50.378Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T00:44:50.638Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T00:44:50.638Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T00:44:50.897Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T00:44:51.157Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T00:44:51.157Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T00:44:51.157Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T00:44:51.157Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T00:44:51.157Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T00:44:51.157Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T00:44:51.157Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T00:44:51.427Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T00:44:51.427Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T00:44:51.427Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T00:44:51.427Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T00:44:51.427Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T00:44:51.427Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T00:44:51.427Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T00:44:51.687Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T00:44:51.947Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T00:44:51.947Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T00:44:51.947Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T00:44:51.947Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T00:44:51.947Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T00:44:51.947Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T00:44:51.947Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T00:44:54.503Z] Fetched 23.8 MB in 4s (5703 kB/s) [2021-01-23T00:44:55.074Z] Reading package lists... [2021-01-23T00:44:55.336Z] Reading package lists... [2021-01-23T00:44:55.597Z] Building dependency tree... [2021-01-23T00:44:55.597Z] Reading state information... [2021-01-23T00:44:55.858Z] The following additional packages will be installed: [2021-01-23T00:44:55.858Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T00:44:55.858Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T00:44:55.858Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T00:44:55.858Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-23T00:44:55.858Z] Suggested packages: [2021-01-23T00:44:55.858Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-23T00:44:55.858Z] Recommended packages: [2021-01-23T00:44:55.858Z] gnupg libsasl2-modules [2021-01-23T00:44:55.858Z] The following NEW packages will be installed: [2021-01-23T00:44:55.858Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T00:44:55.858Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T00:44:55.858Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T00:44:55.858Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-23T00:44:55.858Z] The following packages will be upgraded: [2021-01-23T00:44:55.858Z] gpg gpg-agent gpgconf libudev1 [2021-01-23T00:44:55.858Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-23T00:44:55.858Z] Need to get 3533 kB of archives. [2021-01-23T00:44:55.858Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-23T00:44:55.858Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-23T00:44:55.858Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-23T00:44:55.858Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-23T00:44:55.858Z] 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-23T00:44:55.858Z] 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-23T00:44:55.858Z] 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-23T00:44:55.858Z] 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-23T00:44:55.858Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-23T00:44:55.858Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-23T00:44:56.117Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-23T00:44:56.689Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-23T00:44:56.689Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-23T00:44:56.689Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-23T00:44:56.689Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-23T00:44:56.689Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-23T00:44:56.689Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-23T00:44:56.689Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-23T00:44:56.689Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-23T00:44:56.689Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-23T00:44:56.689Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-23T00:44:56.689Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-23T00:44:56.689Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-23T00:44:56.950Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:44:56.950Z] Fetched 3533 kB in 1s (3494 kB/s) [2021-01-23T00:44:56.950Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T00:44:56.950Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:44:56.950Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:44:57.226Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-23T00:44:57.226Z] Selecting previously unselected package udev. [2021-01-23T00:44:57.226Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T00:44:57.226Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:44:57.226Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-23T00:44:57.487Z] Selecting previously unselected package libfuse2:amd64. [2021-01-23T00:44:57.487Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T00:44:57.487Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T00:44:57.487Z] Selecting previously unselected package fuse. [2021-01-23T00:44:57.487Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T00:44:57.487Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-23T00:44:57.750Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:57.750Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:44:57.750Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:57.750Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:44:58.012Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:58.012Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:44:58.012Z] Selecting previously unselected package libksba8:amd64. [2021-01-23T00:44:58.012Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-23T00:44:58.012Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-23T00:44:58.274Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-23T00:44:58.274Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:58.274Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:58.274Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-23T00:44:58.274Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:58.274Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:58.541Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-23T00:44:58.541Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:58.541Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:58.541Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-23T00:44:58.541Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:58.541Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:58.541Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-23T00:44:58.541Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:58.541Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:58.802Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-23T00:44:58.802Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:58.802Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:58.802Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-23T00:44:58.802Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:58.802Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:59.063Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-23T00:44:59.063Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:59.063Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:59.063Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-23T00:44:59.063Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:44:59.063Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:59.063Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-23T00:44:59.063Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T00:44:59.063Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:44:59.322Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-23T00:44:59.322Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T00:44:59.322Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:44:59.322Z] Selecting previously unselected package libldap-common. [2021-01-23T00:44:59.322Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-23T00:44:59.322Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:44:59.322Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-23T00:44:59.323Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-23T00:44:59.323Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:44:59.583Z] Selecting previously unselected package dirmngr. [2021-01-23T00:44:59.583Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:59.583Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T00:44:59.583Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:44:59.583Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-23T00:44:59.843Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T00:44:59.843Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:44:59.843Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:44:59.843Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-23T00:44:59.843Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:44:59.843Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-23T00:44:59.843Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:00.108Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-23T00:45:00.369Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-23T00:45:00.369Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.369Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-23T00:45:00.631Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-23T00:45:00.631Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:00.631Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.631Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.631Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.631Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.631Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.892Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.892Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:00.892Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:45:00.892Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:00.892Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:01.463Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-23T00:45:01.463Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-23T00:45:01.463Z] This means they are not meant to be enabled using systemctl. [2021-01-23T00:45:01.463Z] Possible reasons for having this kind of units are: [2021-01-23T00:45:01.463Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-23T00:45:01.463Z] .wants/ or .requires/ directory. [2021-01-23T00:45:01.463Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-23T00:45:01.463Z] a requirement dependency on it. [2021-01-23T00:45:01.463Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-23T00:45:01.463Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-23T00:45:01.463Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-23T00:45:01.463Z] instance name specified. [2021-01-23T00:45:01.729Z] Reading package lists... [2021-01-23T00:45:01.729Z] Building dependency tree... [2021-01-23T00:45:01.729Z] Reading state information... [2021-01-23T00:45:01.729Z] The following additional packages will be installed: [2021-01-23T00:45:01.729Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-23T00:45:01.729Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-23T00:45:01.729Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-23T00:45:01.729Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-23T00:45:01.729Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-23T00:45:01.729Z] Suggested packages: [2021-01-23T00:45:01.729Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-23T00:45:01.729Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-23T00:45:01.729Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-23T00:45:01.729Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-23T00:45:01.729Z] systemd-container policykit-1 [2021-01-23T00:45:01.729Z] Recommended packages: [2021-01-23T00:45:01.729Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-23T00:45:02.005Z] The following NEW packages will be installed: [2021-01-23T00:45:02.005Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-23T00:45:02.005Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-23T00:45:02.005Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-23T00:45:02.005Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-23T00:45:02.005Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-23T00:45:02.005Z] The following packages will be upgraded: [2021-01-23T00:45:02.005Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-23T00:45:02.268Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-23T00:45:02.268Z] Need to get 35.2 MB of archives. [2021-01-23T00:45:02.268Z] After this operation, 141 MB of additional disk space will be used. [2021-01-23T00:45:02.268Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-23T00:45:02.268Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-23T00:45:02.840Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-23T00:45:02.840Z] 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-23T00:45:03.101Z] 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-23T00:45:03.101Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-23T00:45:03.101Z] 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-23T00:45:03.101Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-23T00:45:03.101Z] 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-23T00:45:03.101Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-23T00:45:03.101Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-23T00:45:03.101Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-23T00:45:03.101Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-23T00:45:03.101Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-23T00:45:03.101Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-23T00:45:03.101Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-23T00:45:03.101Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-23T00:45:03.101Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-23T00:45:03.362Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-23T00:45:03.362Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-23T00:45:03.362Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-23T00:45:03.363Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-23T00:45:03.363Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-23T00:45:03.363Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-23T00:45:03.363Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-23T00:45:03.363Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-23T00:45:03.363Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-23T00:45:03.363Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-23T00:45:03.363Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-23T00:45:03.363Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-23T00:45:04.307Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:45:04.307Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-01-23T00:45:04.307Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:45:04.307Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:04.567Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:45:05.140Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:05.140Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:45:05.140Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-23T00:45:05.401Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:45:05.401Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T00:45:05.401Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T00:45:05.401Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-23T00:45:05.662Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:45:05.662Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T00:45:05.662Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T00:45:05.923Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-23T00:45:05.923Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-23T00:45:06.497Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-23T00:45:06.497Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-23T00:45:06.497Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T00:45:06.497Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T00:45:06.759Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-23T00:45:06.759Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:06.759Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:06.759Z] Selecting previously unselected package libexpat1:amd64. [2021-01-23T00:45:06.759Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-23T00:45:06.759Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T00:45:07.021Z] Selecting previously unselected package python3.6-minimal. [2021-01-23T00:45:07.021Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:07.021Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:07.286Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T00:45:07.286Z] Checking for services that may need to be restarted...done. [2021-01-23T00:45:07.286Z] Checking for services that may need to be restarted...done. [2021-01-23T00:45:07.546Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:07.546Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T00:45:07.546Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:08.116Z] Selecting previously unselected package python3-minimal. [2021-01-23T00:45:08.116Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-23T00:45:08.117Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:45:08.117Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-23T00:45:08.117Z] Selecting previously unselected package mime-support. [2021-01-23T00:45:08.117Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-23T00:45:08.117Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-23T00:45:08.378Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-23T00:45:08.378Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-23T00:45:08.378Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-23T00:45:08.378Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-23T00:45:08.378Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:08.378Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:08.639Z] Selecting previously unselected package python3.6. [2021-01-23T00:45:08.639Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:08.639Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:08.639Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-23T00:45:08.639Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:45:08.639Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T00:45:08.910Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-23T00:45:09.172Z] Selecting previously unselected package python3. [2021-01-23T00:45:09.172Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-23T00:45:09.172Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:45:09.172Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-23T00:45:09.172Z] Selecting previously unselected package multiarch-support. [2021-01-23T00:45:09.172Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:09.172Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T00:45:09.172Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T00:45:09.440Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-23T00:45:09.440Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-23T00:45:09.440Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-23T00:45:09.440Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T00:45:09.440Z] Selecting previously unselected package libbsd0:amd64. [2021-01-23T00:45:09.440Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-23T00:45:09.440Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T00:45:09.700Z] Selecting previously unselected package sudo. [2021-01-23T00:45:09.700Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-23T00:45:09.700Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T00:45:09.700Z] Selecting previously unselected package apparmor. [2021-01-23T00:45:09.700Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T00:45:09.700Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-23T00:45:09.970Z] Selecting previously unselected package libedit2:amd64. [2021-01-23T00:45:09.970Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-23T00:45:09.970Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T00:45:09.970Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-23T00:45:09.970Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:10.232Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:10.232Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-23T00:45:10.232Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:10.232Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:10.232Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-23T00:45:10.232Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-23T00:45:10.232Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T00:45:10.494Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-23T00:45:10.494Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:10.494Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:10.494Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-23T00:45:10.494Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:10.494Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:10.756Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-23T00:45:10.756Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-23T00:45:10.756Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T00:45:10.920Z] ---> 4a7df98fff03 [2021-01-23T00:45:10.920Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:45:10.920Z] ---> dce3c1f8345e [2021-01-23T00:45:10.920Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:45:10.920Z] ---> f05e02ec81c6 [2021-01-23T00:45:10.920Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T00:45:10.920Z] ---> 0b248eb14303 [2021-01-23T00:45:10.920Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:45:10.920Z] ---> 9246b4c17c46 [2021-01-23T00:45:10.920Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:45:10.920Z] ---> Running in f1af056466f0 [2021-01-23T00:45:10.920Z] ---> Running in ba4e02868c9f [2021-01-23T00:45:10.920Z] ---> Running in 4f6268d73a81 [2021-01-23T00:45:10.920Z] ---> Running in 8437b2281b91 [2021-01-23T00:45:10.920Z] ---> Running in b0d6db12cc32 [2021-01-23T00:45:10.920Z] 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-23T00:45:10.920Z] 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-23T00:45:10.920Z] 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-23T00:45:10.920Z] 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-23T00:45:10.920Z] 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-23T00:45:11.020Z] Selecting previously unselected package openssh-client. [2021-01-23T00:45:11.021Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-23T00:45:11.021Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-23T00:45:11.021Z] Selecting previously unselected package squashfs-tools. [2021-01-23T00:45:11.021Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-23T00:45:11.021Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T00:45:11.281Z] Selecting previously unselected package snapd. [2021-01-23T00:45:11.281Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-23T00:45:11.281Z] Unpacking snapd (2.48+18.04) ... [2021-01-23T00:45:13.205Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T00:45:13.205Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T00:45:13.205Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-23T00:45:13.466Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T00:45:13.466Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T00:45:13.466Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:13.466Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:13.466Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-23T00:45:13.466Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-23T00:45:14.422Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T00:45:14.422Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-23T00:45:14.422Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T00:45:14.422Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:14.422Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:15.365Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:15.937Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T00:45:15.937Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:15.937Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T00:45:15.937Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-23T00:45:16.196Z] running python rtupdate hooks for python3.6... [2021-01-23T00:45:16.196Z] running python post-rtupdate hooks for python3.6... [2021-01-23T00:45:16.196Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-23T00:45:17.581Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-23T00:45:17.842Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:17.842Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-23T00:45:17.843Z] Setting up snapd (2.48+18.04) ... [2021-01-23T00:45:18.412Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-23T00:45:18.412Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-23T00:45:18.672Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-23T00:45:18.933Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-23T00:45:18.933Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T00:45:18.933Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T00:45:19.195Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-23T00:45:19.455Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-23T00:45:19.455Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-23T00:45:19.715Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-23T00:45:19.976Z] /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-23T00:45:19.976Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:19.976Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T00:45:20.923Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:45:20.923Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:45:21.184Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:45:22.125Z] Reading package lists... [2021-01-23T00:45:22.386Z] Reading package lists... [2021-01-23T00:45:22.647Z] Building dependency tree... [2021-01-23T00:45:22.647Z] Reading state information... [2021-01-23T00:45:22.647Z] Calculating upgrade... [2021-01-23T00:45:22.908Z] The following packages will be upgraded: [2021-01-23T00:45:22.908Z] advancecomp base-files bash binutils binutils-common [2021-01-23T00:45:22.908Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-23T00:45:22.908Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-23T00:45:22.908Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-23T00:45:22.908Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-23T00:45:22.908Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-23T00:45:22.908Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-23T00:45:22.908Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-23T00:45:22.908Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-23T00:45:22.908Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-23T00:45:22.908Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-23T00:45:22.908Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-23T00:45:22.908Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-23T00:45:22.908Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-23T00:45:22.908Z] ubuntu-keyring util-linux [2021-01-23T00:45:23.168Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:45:23.168Z] Need to get 63.7 MB of archives. [2021-01-23T00:45:23.168Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-23T00:45:23.168Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-23T00:45:23.168Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-23T00:45:23.738Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-23T00:45:23.738Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-23T00:45:23.738Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-23T00:45:23.738Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-23T00:45:23.738Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-23T00:45:23.738Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-23T00:45:23.738Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-23T00:45:23.738Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-23T00:45:23.738Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-23T00:45:23.738Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-23T00:45:23.738Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-23T00:45:23.739Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-23T00:45:23.739Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-23T00:45:23.739Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-23T00:45:24.000Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-23T00:45:24.000Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-23T00:45:24.000Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-23T00:45:24.000Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-23T00:45:24.000Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-23T00:45:24.000Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-23T00:45:24.000Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-23T00:45:24.000Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-23T00:45:24.263Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-23T00:45:24.263Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-23T00:45:24.263Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-23T00:45:24.263Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-23T00:45:24.263Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-23T00:45:24.263Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-23T00:45:24.263Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-23T00:45:24.263Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-23T00:45:24.263Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-23T00:45:24.263Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-23T00:45:24.263Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-23T00:45:24.263Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-23T00:45:24.263Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-23T00:45:24.263Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-23T00:45:24.263Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-23T00:45:24.263Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-23T00:45:24.263Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-23T00:45:24.264Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-23T00:45:24.264Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-23T00:45:24.264Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-23T00:45:24.264Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-23T00:45:24.264Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-23T00:45:24.264Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-23T00:45:24.264Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-23T00:45:24.264Z] Get:49 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-23T00:45:24.264Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-23T00:45:24.264Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-23T00:45:24.264Z] Get:52 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-23T00:45:24.264Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-23T00:45:24.264Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-23T00:45:24.524Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-23T00:45:24.524Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-23T00:45:24.524Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-23T00:45:24.524Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-23T00:45:24.524Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-23T00:45:24.524Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-23T00:45:24.524Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-23T00:45:24.524Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-23T00:45:24.524Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-23T00:45:24.525Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-23T00:45:24.525Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-23T00:45:24.525Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-23T00:45:24.525Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-23T00:45:24.525Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-23T00:45:24.525Z] Get:69 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-23T00:45:24.525Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-23T00:45:24.525Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-23T00:45:24.525Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-23T00:45:24.525Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-23T00:45:24.525Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-23T00:45:24.525Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-23T00:45:24.525Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-23T00:45:24.525Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-23T00:45:24.525Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-23T00:45:24.785Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-23T00:45:24.785Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-23T00:45:24.785Z] Get:81 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-23T00:45:24.785Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-23T00:45:24.785Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-23T00:45:24.785Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-23T00:45:24.785Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-23T00:45:24.785Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-23T00:45:24.785Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-23T00:45:24.785Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-23T00:45:25.357Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-23T00:45:25.617Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-23T00:45:25.879Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-23T00:45:25.879Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-23T00:45:26.140Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-23T00:45:26.140Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-23T00:45:26.140Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-23T00:45:26.400Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-23T00:45:26.400Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-23T00:45:26.400Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:45:26.400Z] Fetched 63.7 MB in 3s (19.0 MB/s) [2021-01-23T00:45:26.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:26.400Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:26.400Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:26.974Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:27.236Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:27.236Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-23T00:45:27.236Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-23T00:45:28.179Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.179Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:28.179Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.179Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:28.441Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.441Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:28.441Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.441Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:28.701Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.701Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:28.701Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.701Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:28.962Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.962Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:28.962Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:28.962Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:28.962Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:28.962Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-23T00:45:29.223Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:29.223Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:29.223Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:29.223Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:29.484Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:29.484Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:29.484Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:29.484Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:29.744Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:30.004Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:30.004Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:30.004Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:30.576Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T00:45:30.576Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:30.576Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-23T00:45:30.576Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-23T00:45:30.837Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-23T00:45:30.837Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-23T00:45:31.098Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-23T00:45:31.098Z] Installing new version of config file /etc/issue ... [2021-01-23T00:45:31.098Z] Installing new version of config file /etc/issue.net ... [2021-01-23T00:45:31.098Z] Installing new version of config file /etc/lsb-release ... [2021-01-23T00:45:31.098Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-23T00:45:31.359Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-23T00:45:31.359Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-23T00:45:31.359Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-23T00:45:31.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:31.620Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-23T00:45:31.620Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-23T00:45:31.620Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-23T00:45:31.908Z] 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-23T00:45:31.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:31.908Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:31.908Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:32.171Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:32.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:32.171Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:32.171Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-23T00:45:32.432Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-23T00:45:32.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:32.432Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-23T00:45:32.432Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:45:32.693Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-23T00:45:32.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:32.693Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:32.693Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:32.954Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:32.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:32.954Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:32.954Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:33.218Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:33.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:33.218Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-23T00:45:33.218Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-23T00:45:33.479Z] Setting up grep (3.1-2build1) ... [2021-01-23T00:45:33.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:33.479Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T00:45:33.479Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T00:45:33.739Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-23T00:45:34.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:34.001Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:34.001Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:34.001Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:34.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:34.263Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:45:34.263Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:34.835Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:45:34.835Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:34.835Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:45:34.835Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:35.407Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-23T00:45:35.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:35.407Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-23T00:45:35.668Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:36.615Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:36.615Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T00:45:36.884Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:36.884Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T00:45:36.884Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T00:45:37.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:37.153Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-23T00:45:37.153Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-23T00:45:37.416Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-23T00:45:37.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:37.416Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:37.416Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:37.689Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:37.689Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:37.689Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:37.689Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:37.951Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:37.951Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:37.951Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:37.951Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:38.213Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:38.213Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:38.213Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:38.213Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:38.472Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:38.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:38.472Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:38.472Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:38.734Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:38.734Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:38.734Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:38.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:38.734Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:38.998Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:38.998Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:38.998Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:38.998Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:38.998Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:39.259Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:39.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:39.259Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:39.259Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:39.520Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:39.520Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:39.520Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:39.520Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:40.092Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:40.354Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-23T00:45:40.615Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-23T00:45:40.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:40.878Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:40.878Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:40.878Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:45:41.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:41.139Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-23T00:45:41.139Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:41.400Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:41.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:41.400Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-23T00:45:41.661Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-23T00:45:41.661Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-23T00:45:41.923Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:41.923Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:45:41.923Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:42.183Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:42.183Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:42.183Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:45:42.183Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:42.444Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:42.444Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:42.444Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:45:42.706Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:42.706Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:42.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:42.968Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:42.968Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:42.968Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:42.968Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:45:43.229Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:43.229Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:43.229Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:43.489Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:43.489Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-23T00:45:43.489Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-23T00:45:43.489Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-23T00:45:43.751Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:43.751Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-23T00:45:43.751Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:43.751Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:44.012Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:44.012Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:44.012Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:44.273Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:44.273Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:44.273Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-23T00:45:44.273Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-23T00:45:44.535Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-23T00:45:44.535Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:44.535Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T00:45:44.535Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T00:45:44.796Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-23T00:45:45.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:45.056Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:45.056Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:45:45.321Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:45.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:45.321Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-23T00:45:45.321Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-23T00:45:45.597Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-23T00:45:45.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:45.597Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:45.597Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-23T00:45:45.858Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-23T00:45:45.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:45.858Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-23T00:45:45.858Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-23T00:45:46.119Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-23T00:45:46.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:46.119Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-23T00:45:46.119Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-23T00:45:46.380Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-23T00:45:46.380Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:46.380Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T00:45:46.641Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-23T00:45:46.902Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-23T00:45:46.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:46.902Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-23T00:45:46.902Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-23T00:45:46.902Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-23T00:45:47.165Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-23T00:45:47.165Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T00:45:47.165Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T00:45:47.165Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T00:45:47.165Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T00:45:47.426Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T00:45:47.426Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T00:45:47.687Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-23T00:45:47.687Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-23T00:45:47.948Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T00:45:47.948Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-23T00:45:47.948Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T00:45:47.948Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-23T00:45:48.209Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-23T00:45:48.209Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-23T00:45:48.209Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-23T00:45:48.209Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-23T00:45:48.469Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-23T00:45:48.469Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-23T00:45:48.469Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-23T00:45:48.469Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-23T00:45:48.729Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-23T00:45:48.729Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-23T00:45:48.729Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-23T00:45:48.990Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-23T00:45:49.568Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-23T00:45:49.568Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-23T00:45:49.829Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-23T00:45:49.829Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-23T00:45:49.829Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:45:49.829Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:45:50.398Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:45:50.398Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:45:50.398Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:45:50.398Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:45:50.658Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:45:50.658Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:45:50.658Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:50.658Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:50.919Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:50.919Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:50.919Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:51.179Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:51.179Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:51.179Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:52.120Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:52.120Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:53.062Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:53.062Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:53.632Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:53.632Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:54.203Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:54.203Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:54.772Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:55.032Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:45:55.032Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:45:55.032Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:45:55.032Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T00:45:55.032Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:45:55.294Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T00:45:55.294Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:45:55.558Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-23T00:45:55.558Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-23T00:45:55.558Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:45:55.558Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:45:55.558Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:45:55.558Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:45:55.819Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-23T00:45:55.819Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-23T00:45:55.819Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:56.082Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:56.082Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:56.082Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:56.082Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:56.082Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-23T00:45:56.082Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-23T00:45:56.082Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-23T00:45:56.082Z] [2021-01-23T00:45:56.082Z] Current default time zone: 'Etc/UTC' [2021-01-23T00:45:56.082Z] Local time is now: Sat Jan 23 00:45:56 UTC 2021. [2021-01-23T00:45:56.082Z] Universal Time is now: Sat Jan 23 00:45:56 UTC 2021. [2021-01-23T00:45:56.082Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-23T00:45:56.082Z] [2021-01-23T00:45:56.343Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-23T00:45:56.343Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:56.343Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-23T00:45:56.343Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:56.343Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-23T00:45:56.343Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-23T00:45:56.343Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-23T00:45:56.343Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-23T00:45:56.343Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-23T00:45:56.604Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T00:45:56.604Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:56.604Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-23T00:45:56.866Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:45:56.866Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:45:56.866Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:56.866Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-23T00:45:56.866Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-23T00:45:56.866Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-23T00:45:57.131Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T00:45:57.131Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-23T00:45:57.392Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-23T00:45:57.392Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:45:57.392Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T00:45:59.312Z] Updating certificates in /etc/ssl/certs... [2021-01-23T00:46:00.254Z] 22 added, 17 removed; done. [2021-01-23T00:46:00.254Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T00:46:00.254Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:00.254Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-23T00:46:00.254Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-23T00:46:00.254Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-23T00:46:00.254Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.254Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:46:00.513Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.513Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.513Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.513Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.513Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.513Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-23T00:46:00.513Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:46:00.513Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:46:00.513Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-23T00:46:00.774Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:46:00.774Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.774Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:00.774Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:46:00.774Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-23T00:46:00.774Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:46:00.774Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:46:01.034Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T00:46:01.034Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-23T00:46:01.034Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T00:46:01.034Z] Updating certificates in /etc/ssl/certs... [2021-01-23T00:46:01.615Z] 0 added, 0 removed; done. [2021-01-23T00:46:01.615Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-23T00:46:01.615Z] done. [2021-01-23T00:46:02.188Z] Reading package lists... [2021-01-23T00:46:02.188Z] Building dependency tree... [2021-01-23T00:46:02.188Z] Reading state information... [2021-01-23T00:46:02.449Z] The following NEW packages will be installed: [2021-01-23T00:46:02.449Z] apt-transport-https [2021-01-23T00:46:02.710Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:46:02.710Z] Need to get 1696 B of archives. [2021-01-23T00:46:02.710Z] After this operation, 153 kB of additional disk space will be used. [2021-01-23T00:46:02.710Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-23T00:46:02.710Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:46:02.710Z] Fetched 1696 B in 0s (7557 B/s) [2021-01-23T00:46:02.710Z] Selecting previously unselected package apt-transport-https. [2021-01-23T00:46:02.710Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-23T00:46:02.710Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-23T00:46:02.710Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T00:46:02.970Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T00:46:03.231Z] Waiting for network to be ready... [2021-01-23T00:46:08.522Z] 2021-01-23T00:46:06Z INFO Waiting for automatic snapd restart... [2021-01-23T00:46:08.782Z] snapd 2.48.2 from Canonical* installed [2021-01-23T00:46:09.725Z] "snapd" switched to the "latest/stable" channel [2021-01-23T00:46:09.725Z] [2021-01-23T00:46:12.279Z] core18 20201210 from Canonical* installed [2021-01-23T00:46:12.279Z] "core18" switched to the "latest/stable" channel [2021-01-23T00:46:12.279Z] [2021-01-23T00:46:15.591Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T00:46:15.591Z] "snapcraft" switched to the "latest/stable" channel [2021-01-23T00:46:15.591Z] [2021-01-23T00:46:18.893Z] 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-23T00:46:18.893Z] - README.md [2021-01-23T00:46:18.893Z] - snapcraft.yaml.orig [2021-01-23T00:46:18.893Z] [2021-01-23T00:46:18.893Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T00:46:25.479Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:46:25.479Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:46:25.479Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:46:25.740Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:46:26.683Z] Reading package lists... [2021-01-23T00:46:26.944Z] 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-23T00:46:32.731Z] 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-23T00:46:32.731Z] 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-23T00:46:33.537Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:46:33.537Z] Reading package lists... [2021-01-23T00:46:33.537Z] Building dependency tree... [2021-01-23T00:46:33.537Z] Reading state information... [2021-01-23T00:46:33.537Z] Suggested packages: [2021-01-23T00:46:33.537Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-23T00:46:33.537Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-23T00:46:33.537Z] Recommended packages: [2021-01-23T00:46:33.537Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-23T00:46:33.537Z] The following NEW packages will be installed: [2021-01-23T00:46:33.537Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-23T00:46:33.537Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-23T00:46:33.537Z] pkg-config zip [2021-01-23T00:46:33.537Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:46:33.537Z] Need to get 7655 kB of archives. [2021-01-23T00:46:33.537Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-23T00:46:33.537Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-23T00:46:33.537Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-23T00:46:33.797Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-23T00:46:34.057Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-23T00:46:34.057Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-23T00:46:34.057Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-23T00:46:34.057Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-23T00:46:34.057Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-23T00:46:34.057Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-23T00:46:34.057Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-23T00:46:34.318Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-23T00:46:34.318Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-23T00:46:34.318Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-23T00:46:34.579Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-23T00:46:34.579Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-23T00:46:34.579Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:46:34.579Z] Fetched 7655 kB in 1s (6855 kB/s) [2021-01-23T00:46:34.839Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-23T00:46:34.839Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-23T00:46:34.839Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-23T00:46:34.839Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T00:46:35.099Z] Selecting previously unselected package libpsl5:amd64. [2021-01-23T00:46:35.099Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-23T00:46:35.099Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T00:46:35.099Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-23T00:46:35.099Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-23T00:46:35.099Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T00:46:35.099Z] Selecting previously unselected package librtmp1:amd64. [2021-01-23T00:46:35.099Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-23T00:46:35.099Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T00:46:35.360Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-23T00:46:35.360Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-23T00:46:35.360Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T00:46:35.360Z] Selecting previously unselected package liberror-perl. [2021-01-23T00:46:35.360Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-23T00:46:35.360Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-23T00:46:35.360Z] Selecting previously unselected package git-man. [2021-01-23T00:46:35.360Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-23T00:46:35.360Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:35.623Z] Selecting previously unselected package git. [2021-01-23T00:46:35.623Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-23T00:46:35.623Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:36.565Z] Selecting previously unselected package libnorm1:amd64. [2021-01-23T00:46:36.565Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-23T00:46:36.565Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T00:46:36.565Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-23T00:46:36.565Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-23T00:46:36.565Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T00:46:36.565Z] Selecting previously unselected package libsodium23:amd64. [2021-01-23T00:46:36.565Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-23T00:46:36.565Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-23T00:46:36.826Z] Selecting previously unselected package libzmq5:amd64. [2021-01-23T00:46:36.826Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T00:46:36.826Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:36.826Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-23T00:46:36.826Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T00:46:36.826Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:37.087Z] Selecting previously unselected package pkg-config. [2021-01-23T00:46:37.087Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-23T00:46:37.087Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T00:46:37.087Z] Selecting previously unselected package zip. [2021-01-23T00:46:37.087Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-23T00:46:37.087Z] Unpacking zip (3.0-11build1) ... [2021-01-23T00:46:37.087Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T00:46:37.087Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:37.087Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T00:46:37.348Z] Setting up liberror-perl (0.17025-1) ... [2021-01-23T00:46:37.348Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T00:46:37.348Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T00:46:37.348Z] No schema files found: doing nothing. [2021-01-23T00:46:37.348Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T00:46:37.348Z] Setting up zip (3.0-11build1) ... [2021-01-23T00:46:37.348Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T00:46:37.348Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-23T00:46:37.348Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T00:46:37.348Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:37.609Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T00:46:37.609Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:37.609Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:37.609Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:46:44.190Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:46:44.190Z] git set to automatically installed. [2021-01-23T00:46:44.190Z] git-man set to automatically installed. [2021-01-23T00:46:44.190Z] libcurl3-gnutls set to automatically installed. [2021-01-23T00:46:44.190Z] liberror-perl set to automatically installed. [2021-01-23T00:46:44.190Z] libglib2.0-0 set to automatically installed. [2021-01-23T00:46:44.190Z] libnghttp2-14 set to automatically installed. [2021-01-23T00:46:44.190Z] libnorm1 set to automatically installed. [2021-01-23T00:46:44.190Z] libpgm-5.2-0 set to automatically installed. [2021-01-23T00:46:44.190Z] libpsl5 set to automatically installed. [2021-01-23T00:46:44.190Z] librtmp1 set to automatically installed. [2021-01-23T00:46:44.190Z] libsodium23 set to automatically installed. [2021-01-23T00:46:44.190Z] libzmq3-dev set to automatically installed. [2021-01-23T00:46:44.190Z] libzmq5 set to automatically installed. [2021-01-23T00:46:44.190Z] pkg-config set to automatically installed. [2021-01-23T00:46:44.190Z] zip set to automatically installed. [2021-01-23T00:46:45.298Z] Removing intermediate container 8437b2281b91 [2021-01-23T00:46:45.298Z] ---> 3e7e6a712206 [2021-01-23T00:46:45.298Z] [2021-01-23T00:46:45.298Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:46:45.298Z] 3.12: Pulling from library/alpine [2021-01-23T00:46:45.902Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:46:46.104Z] snapd is not logged in, snap install commands will use sudo [2021-01-23T00:46:46.181Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:46:46.181Z] ---> afeebe901d6b [2021-01-23T00:46:46.181Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:46:46.461Z] Removing intermediate container ba4e02868c9f [2021-01-23T00:46:46.461Z] ---> 8389d27d6ca0 [2021-01-23T00:46:46.461Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:46:46.737Z] ---> Running in b584a91d298c [2021-01-23T00:46:47.016Z] ---> Running in 71d2ff1b2dc6 [2021-01-23T00:46:48.488Z] Removing intermediate container b0d6db12cc32 [2021-01-23T00:46:48.488Z] ---> ea93d091421c [2021-01-23T00:46:48.488Z] [2021-01-23T00:46:48.488Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:46:48.488Z] ---> afeebe901d6b [2021-01-23T00:46:48.488Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:46:48.488Z] ---> Running in f7525d0a03d8 [2021-01-23T00:46:49.482Z] 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-23T00:46:49.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:49.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:50.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:50.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:50.667Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:46:50.667Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:46:50.667Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:46:50.667Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:46:50.667Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:46:50.667Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:46:50.667Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:46:51.291Z] OK: 7 MiB in 19 packages [2021-01-23T00:46:51.291Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:46:51.291Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:46:51.291Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:46:51.291Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:46:51.578Z] OK: 6 MiB in 16 packages [2021-01-23T00:46:52.693Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:46:52.693Z] snap "core18" has no updates available [2021-01-23T00:46:53.264Z] Pulling config-common [2021-01-23T00:46:54.206Z] Pulling go-build-helper [2021-01-23T00:46:54.981Z] Removing intermediate container b584a91d298c [2021-01-23T00:46:54.981Z] ---> 94a3489d36bf [2021-01-23T00:46:54.981Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:46:54.981Z] Removing intermediate container f7525d0a03d8 [2021-01-23T00:46:54.981Z] ---> 957cd787f8fe [2021-01-23T00:46:54.981Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:46:55.585Z] ---> Running in 0b45d0566972 [2021-01-23T00:46:55.585Z] ---> Running in 2003b856e569 [2021-01-23T00:46:55.585Z] Removing intermediate container 71d2ff1b2dc6 [2021-01-23T00:46:55.585Z] ---> 95648b54ade4 [2021-01-23T00:46:55.585Z] [2021-01-23T00:46:55.585Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:46:56.193Z] 20.10.0: Pulling from library/docker [2021-01-23T00:46:56.193Z] Removing intermediate container 4f6268d73a81 [2021-01-23T00:46:56.193Z] ---> 249258e91eb8 [2021-01-23T00:46:56.193Z] [2021-01-23T00:46:56.193Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:46:56.193Z] ---> afeebe901d6b [2021-01-23T00:46:56.193Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:46:56.193Z] Removing intermediate container 0b45d0566972 [2021-01-23T00:46:56.193Z] ---> 4491a47310d2 [2021-01-23T00:46:56.193Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:46:56.472Z] ---> Running in 804e0ec0806d [2021-01-23T00:46:56.472Z] Removing intermediate container 2003b856e569 [2021-01-23T00:46:56.472Z] ---> 537f4530c092 [2021-01-23T00:46:56.472Z] Step 13/24 : WORKDIR / [2021-01-23T00:46:56.749Z] ---> Running in f5784922c206 [2021-01-23T00:46:56.749Z] ---> Running in a1bb013d0a13 [2021-01-23T00:46:58.182Z] Removing intermediate container f5784922c206 [2021-01-23T00:46:58.182Z] ---> 89905cd9e3cd [2021-01-23T00:46:58.182Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:46:58.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:58.464Z] Removing intermediate container a1bb013d0a13 [2021-01-23T00:46:58.464Z] ---> aabb46daac9e [2021-01-23T00:46:58.464Z] 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-23T00:46:58.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:58.740Z] ---> Running in f516056dc71d [2021-01-23T00:46:59.338Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:46:59.338Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:46:59.338Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:46:59.338Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:46:59.338Z] OK: 6 MiB in 17 packages [2021-01-23T00:47:00.331Z] ---> 4d897856e6f4 [2021-01-23T00:47:00.331Z] 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-23T00:47:00.331Z] Removing intermediate container f516056dc71d [2021-01-23T00:47:00.331Z] ---> 17403c4dd2d2 [2021-01-23T00:47:00.331Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:47:01.766Z] Removing intermediate container 804e0ec0806d [2021-01-23T00:47:01.766Z] ---> 1aa4bedbc4b0 [2021-01-23T00:47:01.766Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:47:02.360Z] ---> 2cde5ccdf73b [2021-01-23T00:47:02.360Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:47:02.360Z] ---> 04445462e3fd [2021-01-23T00:47:02.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:47:02.638Z] ---> Running in 20988f9faf5b [2021-01-23T00:47:04.077Z] Removing intermediate container 20988f9faf5b [2021-01-23T00:47:04.077Z] ---> 940dda8a41fc [2021-01-23T00:47:04.077Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:47:04.368Z] ---> 56e64ee42e3a [2021-01-23T00:47:04.368Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:47:04.368Z] Removing intermediate container f1af056466f0 [2021-01-23T00:47:04.368Z] ---> c2e57d3ccfb6 [2021-01-23T00:47:04.368Z] [2021-01-23T00:47:04.368Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:47:04.368Z] ---> afeebe901d6b [2021-01-23T00:47:04.368Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:47:04.966Z] ---> Running in 40d0a4ba07cc [2021-01-23T00:47:04.966Z] ---> e7b8d72c0d52 [2021-01-23T00:47:04.966Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:47:05.239Z] ---> Running in 2135ebac0f6e [2021-01-23T00:47:06.224Z] Removing intermediate container 40d0a4ba07cc [2021-01-23T00:47:06.224Z] ---> f76d1d1b420b [2021-01-23T00:47:06.224Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:47:06.826Z] ---> 8ae490d0c702 [2021-01-23T00:47:06.826Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:47:06.826Z] ---> Running in 63ce8480ad45 [2021-01-23T00:47:06.826Z] ---> 5f7c7368e196 [2021-01-23T00:47:06.826Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:47:06.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:07.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:07.376Z] ---> Running in f317c4350301 [2021-01-23T00:47:07.664Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:47:07.664Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:47:07.664Z] OK: 5 MiB in 15 packages [2021-01-23T00:47:08.266Z] Removing intermediate container f317c4350301 [2021-01-23T00:47:08.266Z] ---> 782e8888ab67 [2021-01-23T00:47:08.266Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:47:08.541Z] Connecting to github.com (140.82.112.3:443) [2021-01-23T00:47:08.821Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.84.188:443) [2021-01-23T00:47:08.821Z]  ---> Running in a212978e2a5e [2021-01-23T00:47:09.095Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:47:09.095Z]  ---> b1431f7015f7 [2021-01-23T00:47:09.095Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:47:09.370Z] dockerize-alpine-lin 24% |******* | 730k 0:00:03 ETA [2021-01-23T00:47:09.650Z] Removing intermediate container a212978e2a5e [2021-01-23T00:47:09.650Z] ---> 7f93a028f4c2 [2021-01-23T00:47:09.650Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:47:09.650Z] Removing intermediate container 2135ebac0f6e [2021-01-23T00:47:09.650Z] ---> 9f0dabe94002 [2021-01-23T00:47:09.650Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:47:09.650Z] ---> Running in f150d604fbf9 [2021-01-23T00:47:09.944Z] ---> Running in 9e3159b51c58 [2021-01-23T00:47:10.220Z] ---> d718af62faed [2021-01-23T00:47:10.220Z] 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-23T00:47:10.220Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:47:10.220Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:47:10.220Z] dockerize [2021-01-23T00:47:10.496Z] ---> Running in c28dcd0da6da [2021-01-23T00:47:10.766Z] Removing intermediate container f150d604fbf9 [2021-01-23T00:47:10.766Z] Removing intermediate container 9e3159b51c58 [2021-01-23T00:47:10.766Z] ---> aa459e942092 [2021-01-23T00:47:10.766Z] Step 21/22 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:47:10.766Z] ---> a9f21be5a727 [2021-01-23T00:47:10.766Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:47:11.041Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:47:11.041Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:47:11.041Z] ---> eeaf43b92773 [2021-01-23T00:47:11.041Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:47:11.041Z] ---> Running in 9dcd26b522bc [2021-01-23T00:47:11.041Z] ---> Running in 39c08028ad93 [2021-01-23T00:47:11.318Z] ---> Running in 55936212046a [2021-01-23T00:47:11.594Z] Removing intermediate container 39c08028ad93 [2021-01-23T00:47:11.594Z] ---> d83c793f0956 [2021-01-23T00:47:11.594Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:47:11.869Z] ---> Running in 795d204e2476 [2021-01-23T00:47:12.146Z] Removing intermediate container 9dcd26b522bc [2021-01-23T00:47:12.146Z] ---> d20167a50fd7 [2021-01-23T00:47:12.146Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:47:12.421Z] ---> Running in 279f33a3996b [2021-01-23T00:47:12.699Z] Removing intermediate container 63ce8480ad45 [2021-01-23T00:47:12.699Z] ---> 5768a4062d50 [2021-01-23T00:47:12.699Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:47:12.699Z] Removing intermediate container 795d204e2476 [2021-01-23T00:47:12.699Z] ---> 4fa2f7253d86 [2021-01-23T00:47:12.699Z] [2021-01-23T00:47:12.699Z] ---> Running in 4aee2e88404f [2021-01-23T00:47:12.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:12.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:13.258Z] Removing intermediate container 279f33a3996b [2021-01-23T00:47:13.258Z] ---> ce8e5a70febb [2021-01-23T00:47:13.258Z] Step 15/23 : WORKDIR / [2021-01-23T00:47:13.530Z] Successfully built 4fa2f7253d86 [2021-01-23T00:47:13.530Z] ---> Running in 89b852062149 [2021-01-23T00:47:13.530Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-23T00:47:13.530Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-23T00:47:13.530Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:47:13.530Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:47:13.530Z] Removing intermediate container 4aee2e88404f [2021-01-23T00:47:13.530Z] ---> 90a2fe146ef4 [2021-01-23T00:47:13.530Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:47:13.809Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:47:13.809Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:47:13.809Z] OK: 12 MiB in 22 packages [2021-01-23T00:47:13.809Z] ---> Running in 21a92845c997 [2021-01-23T00:47:14.084Z] Removing intermediate container c28dcd0da6da [2021-01-23T00:47:14.084Z] ---> 848df58d269a [2021-01-23T00:47:14.084Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:47:14.360Z] Removing intermediate container 89b852062149 [2021-01-23T00:47:14.360Z] ---> 8747b3a09aeb [2021-01-23T00:47:14.360Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:47:14.636Z] ---> Running in 5063a066856e [2021-01-23T00:47:14.636Z] Removing intermediate container 21a92845c997 [2021-01-23T00:47:14.636Z] ---> 73bc73578133 [2021-01-23T00:47:14.636Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:47:15.272Z] ---> Running in 404e95efaee1 [2021-01-23T00:47:15.567Z] Removing intermediate container 5063a066856e [2021-01-23T00:47:15.567Z] ---> a346a41ee6a1 [2021-01-23T00:47:15.567Z] Step 22/24 : LABEL arch=arm64 [2021-01-23T00:47:16.170Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T00:47:16.170Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T00:47:16.170Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T00:47:16.170Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T00:47:16.170Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T00:47:16.170Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T00:47:16.170Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T00:47:16.170Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T00:47:16.170Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T00:47:16.170Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T00:47:16.170Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T00:47:16.170Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T00:47:16.170Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T00:47:16.170Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T00:47:16.170Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T00:47:16.170Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T00:47:16.170Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T00:47:16.170Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T00:47:16.170Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T00:47:16.170Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T00:47:16.170Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T00:47:16.170Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T00:47:16.170Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T00:47:16.170Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T00:47:16.170Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T00:47:16.170Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T00:47:16.170Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T00:47:16.170Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-23T00:47:16.170Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-23T00:47:16.170Z] Fetched 279 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-23T00:47:16.170Z] Fetched 122 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-23T00:47:16.170Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-23T00:47:16.170Z] Fetched 8848 B in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-23T00:47:16.170Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-23T00:47:16.170Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-23T00:47:16.170Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-23T00:47:16.170Z] Fetched 214 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-23T00:47:16.170Z] Fetched 155 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-23T00:47:16.170Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-23T00:47:16.170Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-23T00:47:16.170Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-23T00:47:16.170Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-23T00:47:16.170Z] Fetched 499 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-23T00:47:16.171Z] Fetched 111 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-23T00:47:16.171Z] Fetched 240 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-23T00:47:16.171Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-23T00:47:16.171Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-23T00:47:16.171Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-23T00:47:16.171Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-23T00:47:16.171Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-23T00:47:16.171Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-23T00:47:16.171Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-23T00:47:16.171Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-23T00:47:16.171Z] Fetched 8720 B in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-23T00:47:16.171Z] Fetched 137 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-23T00:47:16.171Z] Fetched 119 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-23T00:47:16.171Z] Fetched 109 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-23T00:47:16.171Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-23T00:47:16.171Z] Fetched 645 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-23T00:47:16.171Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-23T00:47:16.171Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-23T00:47:16.171Z] Fetched 368 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-23T00:47:16.171Z] Fetched 187 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-23T00:47:16.171Z] Fetched 175 kB in 0s (0 B/s) [2021-01-23T00:47:16.171Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-23T00:47:16.542Z] ---> Running in e7dbdee2a74f [2021-01-23T00:47:16.820Z] ---> e57b196fe68c [2021-01-23T00:47:16.820Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:47:16.820Z] Removing intermediate container 55936212046a [2021-01-23T00:47:16.820Z] ---> 40bd7b1afa0f [2021-01-23T00:47:16.820Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:47:17.098Z] ---> Running in 25287ec37c8d [2021-01-23T00:47:17.098Z] Removing intermediate container e7dbdee2a74f [2021-01-23T00:47:17.098Z] ---> 743e8fc8e4eb [2021-01-23T00:47:17.098Z] Step 23/24 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:47:17.716Z] Move dockerize executable [2021-01-23T00:47:17.992Z] ---> Running in 9ce002f95b02 [2021-01-23T00:47:18.715Z] Fetched 206 kB in 0s (0 B/s) [2021-01-23T00:47:18.715Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-23T00:47:18.715Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-23T00:47:18.715Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-23T00:47:18.715Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-23T00:47:18.715Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-23T00:47:18.715Z] Fetched 159 kB in 0s (0 B/s) [2021-01-23T00:47:18.715Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-23T00:47:18.715Z] Fetched 107 kB in 0s (0 B/s) [2021-01-23T00:47:18.715Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-23T00:47:18.715Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-23T00:47:18.715Z] Pulling static-packages [2021-01-23T00:47:18.966Z] Removing intermediate container 25287ec37c8d [2021-01-23T00:47:18.966Z] ---> be4d60037cb8 [2021-01-23T00:47:18.966Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:47:19.240Z] ---> 02da85597f72 [2021-01-23T00:47:19.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:47:19.240Z] Removing intermediate container 9ce002f95b02 [2021-01-23T00:47:19.240Z] ---> b26d732310ce [2021-01-23T00:47:19.240Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:47:19.240Z] ---> Running in 311e34fb6751 [2021-01-23T00:47:19.539Z] ---> Running in c885f5bc95a3 [2021-01-23T00:47:19.655Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-23T00:47:19.655Z] Skipping pull go-build-helper (already ran) [2021-01-23T00:47:19.655Z] Skipping pull static-packages (already ran) [2021-01-23T00:47:19.655Z] Building go-build-helper [2021-01-23T00:47:19.813Z] Removing intermediate container 311e34fb6751 [2021-01-23T00:47:19.813Z] ---> bc21f99fdf15 [2021-01-23T00:47:19.813Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:47:20.408Z] ---> Running in 8a765726544c [2021-01-23T00:47:20.408Z] Removing intermediate container c885f5bc95a3 [2021-01-23T00:47:20.408Z] ---> d29e802a4356 [2021-01-23T00:47:20.408Z] [2021-01-23T00:47:20.408Z] ---> 6bfee97372b9 [2021-01-23T00:47:20.408Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:47:20.408Z] Removing intermediate container 404e95efaee1 [2021-01-23T00:47:20.408Z] ---> 95b9b43919c1 [2021-01-23T00:47:20.408Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:47:21.003Z] ---> Running in b7012ee86d57 [2021-01-23T00:47:21.003Z] ---> Running in 4e327d4cdd54 [2021-01-23T00:47:21.003Z] Successfully built d29e802a4356 [2021-01-23T00:47:21.003Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-23T00:47:21.003Z] Building docker-core-data-go [2021-01-23T00:47:21.281Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8a765726544c [2021-01-23T00:47:21.281Z] ---> cdd81f73c8ca [2021-01-23T00:47:21.281Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:47:21.569Z] Removing intermediate container 4e327d4cdd54 [2021-01-23T00:47:21.569Z] ---> 04cd1bdb5bb3 [2021-01-23T00:47:21.569Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:47:21.569Z] Removing intermediate container b7012ee86d57 [2021-01-23T00:47:21.569Z] ---> c4dfe99b7c37 [2021-01-23T00:47:21.569Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:47:21.842Z] ---> Running in 0efeddb94559 [2021-01-23T00:47:22.826Z] Removing intermediate container 0efeddb94559 [2021-01-23T00:47:22.826Z] ---> bfd6ebeb8f16 [2021-01-23T00:47:22.826Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:47:22.956Z] Building static-packages [2021-01-23T00:47:23.102Z] ---> b8dae1ecc3f6 [2021-01-23T00:47:23.102Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:47:23.379Z] ---> Running in 94950a764cd0 [2021-01-23T00:47:23.649Z] ---> 8a455c2f0c02 [2021-01-23T00:47:23.649Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:47:23.649Z] ---> Running in b6359b9f3468 [2021-01-23T00:47:24.249Z] Removing intermediate container 94950a764cd0 [2021-01-23T00:47:24.249Z] ---> 1e0375d77dc6 [2021-01-23T00:47:24.249Z] Step 22/23 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:47:24.524Z] ---> Running in 5e5b3214ed41 [2021-01-23T00:47:24.870Z] Staging go-build-helper [2021-01-23T00:47:25.122Z] ---> 1d438c7b4f0f [2021-01-23T00:47:25.122Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:47:25.401Z] Removing intermediate container 5e5b3214ed41 [2021-01-23T00:47:25.401Z] ---> 228a24f31b19 [2021-01-23T00:47:25.401Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:47:25.676Z] ---> Running in 30ad9c76e761 [2021-01-23T00:47:25.807Z] Staging static-packages [2021-01-23T00:47:26.658Z] ---> cb267f49c06a [2021-01-23T00:47:26.658Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:47:26.658Z] Removing intermediate container 30ad9c76e761 [2021-01-23T00:47:26.658Z] ---> 46140dc8ed5b [2021-01-23T00:47:26.658Z] [2021-01-23T00:47:26.748Z] Pulling go115 [2021-01-23T00:47:26.930Z] ---> Running in 5836de11326f [2021-01-23T00:47:27.530Z] Successfully built 46140dc8ed5b [2021-01-23T00:47:27.530Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-23T00:47:27.530Z] Building docker-security-proxy-setup-go [2021-01-23T00:47:27.690Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-23T00:47:27.690Z] Skipping pull go115 (already ran) [2021-01-23T00:47:27.690Z] Building go115 [2021-01-23T00:47:27.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T00:47:27.690Z] Dload Upload Total Spent Left Speed [2021-01-23T00:47:27.813Z]  Building docker-core-metadata-go ... done Removing intermediate container b6359b9f3468 [2021-01-23T00:47:28.102Z] ---> 43d6c5b9a31e [2021-01-23T00:47:28.102Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:47:28.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:28.980Z] ---> 0ffcc02a0ce8 [2021-01-23T00:47:28.980Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:47:28.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:30.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 8271k 0 0 21.9M 0 0:00:05 --:--:-- 0:00:05 21.9M 48 115M 48 56.1M 0 0 40.5M 0 0:00:02 0:00:01 0:00:01 40.5M 87 115M 87 101M 0 0 42.7M 0 0:00:02 0:00:02 --:--:-- 42.7M 100 115M 100 115M 0 0 43.1M 0 0:00:02 0:00:02 --:--:-- 43.1M [2021-01-23T00:47:30.435Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:47:30.435Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:47:30.710Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:47:30.710Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:47:30.710Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:47:30.710Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:47:30.710Z] ---> 1aeab68ce2d2 [2021-01-23T00:47:30.710Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:47:30.895Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-23T00:47:30.985Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:47:31.968Z] ---> 14ddd7ecf665 [2021-01-23T00:47:31.968Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:47:33.954Z] ---> 78d6922c117c [2021-01-23T00:47:33.954Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:47:34.955Z] ---> 3d7dc96785be [2021-01-23T00:47:34.955Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:47:35.103Z] Staging go115 [2021-01-23T00:47:35.231Z] ---> Running in 2a7822a5dfd7 [2021-01-23T00:47:36.210Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:47:36.210Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:47:36.210Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:47:36.210Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:47:36.210Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:47:36.210Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:47:36.210Z] Removing intermediate container 2a7822a5dfd7 [2021-01-23T00:47:36.210Z] ---> 69083b10dbdf [2021-01-23T00:47:36.210Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:47:36.483Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:47:36.483Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:47:36.483Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:47:36.483Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:47:36.483Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:47:36.758Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:47:36.758Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:47:36.758Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:47:36.758Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:47:36.758Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:47:36.758Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:47:36.758Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:47:36.758Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:47:37.034Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:47:37.034Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:47:37.034Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:47:37.034Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:47:37.034Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:47:37.034Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:47:37.034Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:47:37.308Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:47:37.308Z] OK: 71 MiB in 55 packages [2021-01-23T00:47:37.308Z] ---> f82fedd74ec3 [2021-01-23T00:47:37.308Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:47:37.908Z] ---> Running in f8a918c26bdd [2021-01-23T00:47:40.560Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:47:40.560Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:47:40.560Z] ---> 4452fa97069e [2021-01-23T00:47:40.560Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:47:40.560Z] ---> Using cache [2021-01-23T00:47:40.560Z] ---> 191fd1ca44e8 [2021-01-23T00:47:40.560Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:47:40.560Z] ---> Using cache [2021-01-23T00:47:40.560Z] ---> ee6308c81fe8 [2021-01-23T00:47:40.560Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:47:40.560Z] ---> Using cache [2021-01-23T00:47:40.560Z] ---> 22f48243043d [2021-01-23T00:47:40.560Z] Step 6/23 : COPY go.mod . [2021-01-23T00:47:40.560Z] ---> Using cache [2021-01-23T00:47:40.560Z] ---> 9f35bca78156 [2021-01-23T00:47:40.560Z] Step 7/23 : RUN go mod download [2021-01-23T00:47:40.560Z] ---> Using cache [2021-01-23T00:47:40.560Z] ---> 80cd4008fc14 [2021-01-23T00:47:40.560Z] Step 8/23 : COPY . . [2021-01-23T00:47:40.560Z] ---> Using cache [2021-01-23T00:47:40.560Z] ---> 4a7df98fff03 [2021-01-23T00:47:40.560Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:47:41.703Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:47:41.703Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:47:41.703Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:47:41.703Z] Fetched 0 B in 0s (0 B/s) [2021-01-23T00:47:41.703Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-23T00:47:41.703Z] Fetched 224 kB in 0s (0 B/s) [2021-01-23T00:47:41.703Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-23T00:47:41.703Z] Fetched 157 kB in 0s (0 B/s) [2021-01-23T00:47:41.703Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-23T00:47:41.703Z] Fetched 221 kB in 0s (0 B/s) [2021-01-23T00:47:41.703Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-23T00:47:41.703Z] Fetched 143 kB in 0s (0 B/s) [2021-01-23T00:47:41.703Z] Pulling edgex-go [2021-01-23T00:47:41.964Z] Pulling version [2021-01-23T00:47:42.002Z] ---> Running in cf5e1814a3a3 [2021-01-23T00:47:42.902Z] Building config-common [2021-01-23T00:47:43.117Z] Removing intermediate container f8a918c26bdd [2021-01-23T00:47:43.117Z] ---> 11dcbfd69a65 [2021-01-23T00:47:43.117Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:47:43.923Z] 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-23T00:47:43.923Z] ---> Running in 2875f6b4e348 [2021-01-23T00:47:44.812Z] Skipping build go-build-helper (already ran) [2021-01-23T00:47:44.812Z] Skipping build static-packages (already ran) [2021-01-23T00:47:44.812Z] Skipping build go115 (already ran) [2021-01-23T00:47:44.812Z] Building edgex-go [2021-01-23T00:47:45.073Z] 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-23T00:47:45.498Z] Removing intermediate container 2875f6b4e348 [2021-01-23T00:47:45.498Z] ---> 66b11be1a713 [2021-01-23T00:47:45.498Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:47:46.957Z] ---> Running in 358b3d3422b8 [2021-01-23T00:47:46.986Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-23T00:47:46.986Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-23T00:47:46.986Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-23T00:47:46.986Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-23T00:47:46.986Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-23T00:47:46.986Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-23T00:47:46.986Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-23T00:47:46.986Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-23T00:47:46.986Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-23T00:47:46.986Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-23T00:47:46.986Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-23T00:47:46.986Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-23T00:47:47.246Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-23T00:47:47.246Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-23T00:47:47.246Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-23T00:47:47.246Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-23T00:47:47.246Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-23T00:47:47.246Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-23T00:47:47.246Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-23T00:47:47.246Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-23T00:47:47.246Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-23T00:47:47.246Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-23T00:47:47.246Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-23T00:47:47.246Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-23T00:47:47.246Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-23T00:47:47.246Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-23T00:47:47.246Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-23T00:47:47.507Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-23T00:47:47.507Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-23T00:47:47.507Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-23T00:47:47.507Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-23T00:47:47.507Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-23T00:47:47.768Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-23T00:47:47.960Z] Removing intermediate container 358b3d3422b8 [2021-01-23T00:47:47.960Z] ---> 8c75fbb35461 [2021-01-23T00:47:47.960Z] Step 31/33 : LABEL arch=arm64 [2021-01-23T00:47:48.953Z] ---> Running in 0504d4369525 [2021-01-23T00:47:49.941Z] Removing intermediate container 5836de11326f [2021-01-23T00:47:49.941Z] ---> d1e1c118ac87 [2021-01-23T00:47:49.941Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:47:50.234Z] Removing intermediate container 0504d4369525 [2021-01-23T00:47:50.234Z] ---> f74b28bda791 [2021-01-23T00:47:50.234Z] Step 32/33 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:47:50.234Z] ---> Running in c533c13a1cfc [2021-01-23T00:47:52.218Z] ---> Running in d0930305ca05 [2021-01-23T00:47:53.213Z] Removing intermediate container d0930305ca05 [2021-01-23T00:47:53.488Z] ---> b8094656091c [2021-01-23T00:47:53.488Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:47:54.095Z] ---> Running in a41a53b8cf42 [2021-01-23T00:47:54.344Z] 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-23T00:47:55.079Z] Removing intermediate container a41a53b8cf42 [2021-01-23T00:47:55.079Z] ---> 0e58f583f6b2 [2021-01-23T00:47:55.079Z] [2021-01-23T00:47:56.541Z] Successfully built 0e58f583f6b2 [2021-01-23T00:47:56.541Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-23T00:47:56.541Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-01-23T00:47:56.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:47:56.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:47:56.541Z] ---> 4452fa97069e [2021-01-23T00:47:56.541Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:47:56.541Z] ---> Using cache [2021-01-23T00:47:56.541Z] ---> 191fd1ca44e8 [2021-01-23T00:47:56.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:47:56.541Z] ---> Using cache [2021-01-23T00:47:56.541Z] ---> ee6308c81fe8 [2021-01-23T00:47:56.823Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:47:56.823Z] ---> Running in 1d2e70d9f13f [2021-01-23T00:47:57.645Z] 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-23T00:47:57.811Z] Collecting docker-compose==1.23.2 [2021-01-23T00:47:57.811Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:47:58.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:58.411Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:47:58.411Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:47:58.588Z] 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-23T00:47:59.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:59.973Z] 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-23T00:48:00.234Z] 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-23T00:48:00.234Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-23T00:48:00.494Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-23T00:48:00.494Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-23T00:48:00.494Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-23T00:48:01.412Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:48:01.692Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:48:01.876Z] 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-23T00:48:01.974Z] 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-23T00:48:02.136Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-23T00:48:02.136Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-23T00:48:02.255Z] OK: 217 MiB in 51 packages [2021-01-23T00:48:02.532Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:48:02.532Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:48:03.519Z] 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-23T00:48:04.090Z] 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-23T00:48:04.090Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-23T00:48:04.520Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:48:04.520Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:48:04.520Z] ---> 4452fa97069e [2021-01-23T00:48:04.520Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:48:04.520Z] ---> Using cache [2021-01-23T00:48:04.520Z] ---> 191fd1ca44e8 [2021-01-23T00:48:04.520Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:48:04.520Z] ---> Using cache [2021-01-23T00:48:04.520Z] ---> ee6308c81fe8 [2021-01-23T00:48:04.520Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:48:04.520Z] ---> Using cache [2021-01-23T00:48:04.520Z] ---> 22f48243043d [2021-01-23T00:48:04.520Z] Step 6/21 : COPY go.mod . [2021-01-23T00:48:04.520Z] ---> Using cache [2021-01-23T00:48:04.520Z] ---> 9f35bca78156 [2021-01-23T00:48:04.520Z] Step 7/21 : RUN go mod download [2021-01-23T00:48:04.520Z] ---> Using cache [2021-01-23T00:48:04.520Z] ---> 80cd4008fc14 [2021-01-23T00:48:04.520Z] Step 8/21 : COPY . . [2021-01-23T00:48:04.520Z] ---> Using cache [2021-01-23T00:48:04.520Z] ---> 4a7df98fff03 [2021-01-23T00:48:04.520Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:48:04.811Z] ---> Running in 45579e7ab36e [2021-01-23T00:48:05.090Z] Removing intermediate container 1d2e70d9f13f [2021-01-23T00:48:05.090Z] ---> 6abfabe2253a [2021-01-23T00:48:05.090Z] Step 6/23 : COPY go.mod . [2021-01-23T00:48:05.090Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:48:05.371Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:48:05.470Z] 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-23T00:48:05.975Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:48:05.975Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:48:06.038Z] 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-23T00:48:06.590Z] ---> 4e33937d67b4 [2021-01-23T00:48:06.590Z] Step 7/23 : RUN go mod download [2021-01-23T00:48:06.867Z] ---> Running in 34d334f4770e [2021-01-23T00:48:06.867Z] 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-23T00:48:06.994Z] 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-23T00:48:06.994Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-23T00:48:07.933Z] 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-23T00:48:07.933Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-23T00:48:10.298Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:48:10.298Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:48:10.474Z] Building version [2021-01-23T00:48:10.911Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:48:11.190Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:48:12.185Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:48:12.385Z] Staging config-common [2021-01-23T00:48:12.470Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:48:12.470Z] Removing intermediate container 34d334f4770e [2021-01-23T00:48:12.470Z] ---> a17472331349 [2021-01-23T00:48:12.470Z] Step 8/23 : COPY . . [2021-01-23T00:48:13.324Z] Skipping stage go-build-helper (already ran) [2021-01-23T00:48:13.324Z] Skipping stage static-packages (already ran) [2021-01-23T00:48:13.324Z] Skipping stage go115 (already ran) [2021-01-23T00:48:13.324Z] Staging edgex-go [2021-01-23T00:48:13.895Z] Staging version [2021-01-23T00:48:13.918Z] Collecting PyYAML<4,>=3.10 [2021-01-23T00:48:13.918Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:48:14.839Z] Priming config-common [2021-01-23T00:48:15.779Z] Priming go-build-helper [2021-01-23T00:48:16.720Z] Priming static-packages [2021-01-23T00:48:18.633Z] Priming go115 [2021-01-23T00:48:19.337Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:48:19.337Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:48:19.337Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:48:19.337Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:48:19.337Z] 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-23T00:48:19.337Z] 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-23T00:48:19.935Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:48:19.935Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:48:20.016Z] Priming edgex-go [2021-01-23T00:48:20.208Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:48:20.208Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:48:20.208Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:48:20.208Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:48:20.965Z] Priming version [2021-01-23T00:48:21.652Z] Installing collected packages: docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, cached-property, dockerpty, jsonschema, PyYAML, docker-compose [2021-01-23T00:48:21.652Z] Running setup.py install for docopt: started [2021-01-23T00:48:22.082Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-23T00:48:22.260Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:48:22.260Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:48:22.260Z] ---> 4452fa97069e [2021-01-23T00:48:22.260Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:48:22.260Z] ---> Using cache [2021-01-23T00:48:22.260Z] ---> 191fd1ca44e8 [2021-01-23T00:48:22.260Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:48:22.260Z] ---> Using cache [2021-01-23T00:48:22.260Z] ---> ee6308c81fe8 [2021-01-23T00:48:22.260Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:48:22.260Z] ---> Using cache [2021-01-23T00:48:22.260Z] ---> 22f48243043d [2021-01-23T00:48:22.260Z] Step 6/22 : COPY go.mod . [2021-01-23T00:48:22.260Z] ---> Using cache [2021-01-23T00:48:22.260Z] ---> 9f35bca78156 [2021-01-23T00:48:22.260Z] Step 7/22 : RUN go mod download [2021-01-23T00:48:22.260Z] ---> Using cache [2021-01-23T00:48:22.260Z] ---> 80cd4008fc14 [2021-01-23T00:48:22.260Z] Step 8/22 : COPY . . [2021-01-23T00:48:22.260Z] ---> Using cache [2021-01-23T00:48:22.260Z] ---> 4a7df98fff03 [2021-01-23T00:48:22.260Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-23T00:48:24.961Z] ---> Running in 552fa3a954ff [2021-01-23T00:48:24.962Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:48:24.962Z] Attempting uninstall: idna [2021-01-23T00:48:24.962Z] Found existing installation: idna 2.9 [2021-01-23T00:48:24.962Z] Uninstalling idna-2.9: [2021-01-23T00:48:24.962Z] Successfully uninstalled idna-2.9 [2021-01-23T00:48:25.947Z] Attempting uninstall: urllib3 [2021-01-23T00:48:25.947Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:48:25.947Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:48:26.222Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:48:26.816Z] 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-23T00:48:26.816Z] Attempting uninstall: requests [2021-01-23T00:48:27.093Z] Found existing installation: requests 2.23.0 [2021-01-23T00:48:27.093Z] Uninstalling requests-2.23.0: [2021-01-23T00:48:27.372Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:48:29.380Z] Running setup.py install for texttable: started [2021-01-23T00:48:33.881Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:48:33.881Z] Running setup.py install for dockerpty: started [2021-01-23T00:48:34.483Z] ---> a3634fb5c00b [2021-01-23T00:48:34.483Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:48:34.760Z] ---> Running in 795ef533e084 [2021-01-23T00:48:36.749Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:48:36.749Z] 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-23T00:48:37.022Z] Running setup.py install for PyYAML: started [2021-01-23T00:48:40.441Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:48:41.038Z] 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-23T00:48:46.461Z] Removing intermediate container c533c13a1cfc [2021-01-23T00:48:46.461Z] ---> 30aec079d21d [2021-01-23T00:48:46.461Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:48:46.732Z] ---> Running in 118a8ddfaa39 [2021-01-23T00:48:48.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:48.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:49.835Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:48:49.835Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:48:49.835Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:48:49.835Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:48:49.835Z] OK: 71 MiB in 58 packages [2021-01-23T00:48:51.904Z] Removing intermediate container 118a8ddfaa39 [2021-01-23T00:48:51.904Z] ---> 52f9a5990b3e [2021-01-23T00:48:51.904Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:48:51.904Z] ---> Running in d09fc51d44af [2021-01-23T00:48:52.506Z] Removing intermediate container d09fc51d44af [2021-01-23T00:48:52.506Z] ---> 4174b8c67939 [2021-01-23T00:48:52.506Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:48:52.778Z] ---> Running in 0f13bf0059ff [2021-01-23T00:48:53.377Z] Removing intermediate container 0f13bf0059ff [2021-01-23T00:48:53.377Z] ---> 1e91feaf23eb [2021-01-23T00:48:53.377Z] Step 24/26 : LABEL arch=arm64 [2021-01-23T00:48:53.649Z] ---> Running in 2aa113784313 [2021-01-23T00:48:54.247Z] Removing intermediate container 2aa113784313 [2021-01-23T00:48:54.247Z] ---> d364b8c3b02b [2021-01-23T00:48:54.247Z] Step 25/26 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:48:54.526Z] ---> Running in 1c98611cbf9c [2021-01-23T00:48:55.130Z] Removing intermediate container 1c98611cbf9c [2021-01-23T00:48:55.130Z] ---> 62ed7c7deb87 [2021-01-23T00:48:55.130Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:48:55.406Z] ---> Running in fb699c97f4c3 [2021-01-23T00:48:56.008Z] Removing intermediate container fb699c97f4c3 [2021-01-23T00:48:56.008Z] ---> 51e3216e21ec [2021-01-23T00:48:56.008Z] [2021-01-23T00:48:56.613Z] Successfully built 51e3216e21ec [2021-01-23T00:48:56.613Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-23T00:49:06.803Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container cf5e1814a3a3 [2021-01-23T00:49:06.803Z] ---> 5a226a9c80fa [2021-01-23T00:49:06.803Z] [2021-01-23T00:49:06.803Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:49:06.803Z] ---> afeebe901d6b [2021-01-23T00:49:06.803Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:49:06.803Z] ---> Using cache [2021-01-23T00:49:06.803Z] ---> 9f0dabe94002 [2021-01-23T00:49:06.803Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:49:06.803Z] ---> Using cache [2021-01-23T00:49:06.803Z] ---> a9f21be5a727 [2021-01-23T00:49:06.803Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:49:06.803Z] ---> Running in 82c4abccd6a0 [2021-01-23T00:49:07.401Z] Removing intermediate container 82c4abccd6a0 [2021-01-23T00:49:07.401Z] ---> bc6b990d9815 [2021-01-23T00:49:07.401Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:49:07.675Z] ---> Running in f0a7fe54e402 [2021-01-23T00:49:08.275Z] Removing intermediate container f0a7fe54e402 [2021-01-23T00:49:08.275Z] ---> b849dcc8f0ef [2021-01-23T00:49:08.275Z] Step 15/23 : WORKDIR / [2021-01-23T00:49:08.551Z] ---> Running in 1aa9185a765e [2021-01-23T00:49:09.152Z] Removing intermediate container 1aa9185a765e [2021-01-23T00:49:09.152Z] ---> 014dbfe95d20 [2021-01-23T00:49:09.152Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:10.597Z] ---> 2900ccf87846 [2021-01-23T00:49:10.598Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:49:12.591Z] ---> ff1ff49a5225 [2021-01-23T00:49:12.591Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:13.605Z] ---> 1255a02f6844 [2021-01-23T00:49:13.605Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:49:13.605Z] ---> Running in 0e03f5271168 [2021-01-23T00:49:14.603Z] Removing intermediate container 0e03f5271168 [2021-01-23T00:49:14.603Z] ---> de2261f191c5 [2021-01-23T00:49:14.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:49:14.603Z] ---> Running in 1ab8290da253 [2021-01-23T00:49:15.206Z] Removing intermediate container 1ab8290da253 [2021-01-23T00:49:15.206Z] ---> ed3d377be1fd [2021-01-23T00:49:15.206Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:49:15.482Z] ---> Running in 38a237fadbbc [2021-01-23T00:49:16.086Z] Removing intermediate container 38a237fadbbc [2021-01-23T00:49:16.086Z] ---> a6745edd8368 [2021-01-23T00:49:16.086Z] Step 22/23 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:49:16.364Z] ---> Running in 8df449799d79 [2021-01-23T00:49:16.964Z] Removing intermediate container 8df449799d79 [2021-01-23T00:49:16.964Z] ---> 4a4e9c569d4d [2021-01-23T00:49:16.964Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:49:16.964Z] ---> Running in 04f02c22c9c5 [2021-01-23T00:49:17.569Z] Removing intermediate container 04f02c22c9c5 [2021-01-23T00:49:17.569Z] ---> 1afdaa7f4ad7 [2021-01-23T00:49:17.569Z] [2021-01-23T00:49:18.173Z] Successfully built 1afdaa7f4ad7 [2021-01-23T00:49:18.173Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-23T00:49:19.620Z]  Building docker-core-command-go ... done 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-23T00:49:34.726Z] Removing intermediate container 45579e7ab36e [2021-01-23T00:49:34.726Z] ---> 40bcdaf1fe59 [2021-01-23T00:49:34.726Z] [2021-01-23T00:49:34.726Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:49:34.726Z] ---> afeebe901d6b [2021-01-23T00:49:34.726Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:49:34.726Z] ---> Running in 95f4ac101a34 [2021-01-23T00:49:35.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:35.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:35.881Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:49:35.881Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:49:35.881Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:49:35.881Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:49:35.881Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:35.881Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:49:36.189Z] OK: 7 MiB in 18 packages [2021-01-23T00:49:38.818Z] Removing intermediate container 95f4ac101a34 [2021-01-23T00:49:38.818Z] ---> af3a4915948e [2021-01-23T00:49:38.818Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:49:38.818Z] ---> Running in ba4cf0c746d6 [2021-01-23T00:49:39.800Z] Removing intermediate container ba4cf0c746d6 [2021-01-23T00:49:39.800Z] ---> 6655c50552ce [2021-01-23T00:49:39.800Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:49:40.075Z] ---> Running in 075c99ddfa14 [2021-01-23T00:49:41.063Z] Removing intermediate container 075c99ddfa14 [2021-01-23T00:49:41.063Z] ---> 67ed3dbdb9fc [2021-01-23T00:49:41.063Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:49:43.060Z] ---> 36217f81dc5d [2021-01-23T00:49:43.060Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:49:45.060Z] ---> 89b39244a621 [2021-01-23T00:49:45.060Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:49:45.338Z] Removing intermediate container 552fa3a954ff [2021-01-23T00:49:45.338Z] ---> 95700298d8a7 [2021-01-23T00:49:45.338Z] [2021-01-23T00:49:45.338Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:49:45.338Z] ---> afeebe901d6b [2021-01-23T00:49:45.338Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:49:45.338Z] ---> Using cache [2021-01-23T00:49:45.338Z] ---> 9f0dabe94002 [2021-01-23T00:49:45.338Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:49:45.338Z] ---> Using cache [2021-01-23T00:49:45.338Z] ---> a9f21be5a727 [2021-01-23T00:49:45.338Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:49:45.943Z] ---> Running in 9a079deffa56 [2021-01-23T00:49:46.546Z] Removing intermediate container 9a079deffa56 [2021-01-23T00:49:46.546Z] ---> a868c325f624 [2021-01-23T00:49:46.546Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:49:46.820Z] ---> 146d45484798 [2021-01-23T00:49:46.820Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T00:49:46.820Z] ---> Running in 82f5ecb8c5c0 [2021-01-23T00:49:46.820Z] ---> Running in efd8129bfcfe [2021-01-23T00:49:47.416Z] Removing intermediate container 82f5ecb8c5c0 [2021-01-23T00:49:47.416Z] ---> 29c243d134bd [2021-01-23T00:49:47.416Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:47.416Z] Removing intermediate container efd8129bfcfe [2021-01-23T00:49:47.416Z] ---> e3a5e2175a87 [2021-01-23T00:49:47.416Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:49:47.687Z] ---> Running in 0b8269e523b8 [2021-01-23T00:49:48.286Z] Removing intermediate container 0b8269e523b8 [2021-01-23T00:49:48.286Z] ---> 43c6c8557a4f [2021-01-23T00:49:48.286Z] Step 19/21 : LABEL arch=arm64 [2021-01-23T00:49:48.286Z] ---> 52e2ffa7ef17 [2021-01-23T00:49:48.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:49:48.286Z] ---> Running in c8972eac25d2 [2021-01-23T00:49:48.885Z] Removing intermediate container c8972eac25d2 [2021-01-23T00:49:48.885Z] ---> dcf01c09109f [2021-01-23T00:49:48.885Z] Step 20/21 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:49:49.156Z] ---> Running in 1c6b2c6410eb [2021-01-23T00:49:49.425Z] ---> db8a747fe070 [2021-01-23T00:49:49.425Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:49.694Z] Removing intermediate container 1c6b2c6410eb [2021-01-23T00:49:49.694Z] ---> cd9c393f9ae8 [2021-01-23T00:49:49.694Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:49:49.964Z] ---> Running in d86b7e762fc5 [2021-01-23T00:49:49.964Z] ---> 973cd63bc3e2 [2021-01-23T00:49:49.964Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:49:50.234Z] ---> Running in e57c03e95136 [2021-01-23T00:49:50.234Z] Removing intermediate container d86b7e762fc5 [2021-01-23T00:49:50.234Z] ---> 2ed83d3e85c2 [2021-01-23T00:49:50.234Z] [2021-01-23T00:49:50.841Z] Successfully built 2ed83d3e85c2 [2021-01-23T00:49:50.841Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-23T00:49:51.110Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e57c03e95136 [2021-01-23T00:49:51.110Z] ---> eb81f539e820 [2021-01-23T00:49:51.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:49:51.384Z] ---> Running in 793d341f321b [2021-01-23T00:49:51.977Z] Removing intermediate container 793d341f321b [2021-01-23T00:49:51.977Z] ---> 502ab7273881 [2021-01-23T00:49:51.977Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:49:52.249Z] ---> Running in 87344d56567c [2021-01-23T00:49:53.227Z] Removing intermediate container 87344d56567c [2021-01-23T00:49:53.227Z] ---> 583bde107499 [2021-01-23T00:49:53.227Z] Step 21/22 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:49:53.227Z] ---> Running in 15d5ab0b9ac6 [2021-01-23T00:49:53.829Z] Removing intermediate container 15d5ab0b9ac6 [2021-01-23T00:49:53.829Z] ---> 523b04c2c55f [2021-01-23T00:49:53.829Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:49:53.829Z] ---> Running in 1a77b57b4c26 [2021-01-23T00:49:54.422Z] Removing intermediate container 1a77b57b4c26 [2021-01-23T00:49:54.422Z] ---> 02f3ab298a26 [2021-01-23T00:49:54.422Z] [2021-01-23T00:49:55.013Z] Successfully built 02f3ab298a26 [2021-01-23T00:49:55.013Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-23T00:50:00.399Z]  Building docker-support-scheduler-go ... done Removing intermediate container 795ef533e084 [2021-01-23T00:50:00.399Z] ---> 9eab972bcd14 [2021-01-23T00:50:00.399Z] [2021-01-23T00:50:00.399Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:50:00.399Z] ---> afeebe901d6b [2021-01-23T00:50:00.399Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:50:00.399Z] ---> Running in 5566298a992d [2021-01-23T00:50:00.399Z] Removing intermediate container 5566298a992d [2021-01-23T00:50:00.399Z] ---> e6cef49115fc [2021-01-23T00:50:00.399Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:50:00.672Z] ---> Running in ed5e38598543 [2021-01-23T00:50:00.945Z] Removing intermediate container ed5e38598543 [2021-01-23T00:50:00.945Z] ---> 80eca7e97c50 [2021-01-23T00:50:00.945Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:50:01.221Z] ---> Running in ba3214c60364 [2021-01-23T00:50:01.495Z] Removing intermediate container ba3214c60364 [2021-01-23T00:50:01.495Z] ---> 9c91dffcb6a8 [2021-01-23T00:50:01.495Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:01.791Z] ---> Running in ea1e970b4bf7 [2021-01-23T00:50:03.825Z] Removing intermediate container ea1e970b4bf7 [2021-01-23T00:50:03.825Z] ---> 825f9ecaf8be [2021-01-23T00:50:03.825Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:50:04.105Z] ---> Running in e3b50f7a2014 [2021-01-23T00:50:05.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:06.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:07.096Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:50:07.096Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:50:07.365Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:50:07.365Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:50:07.633Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:50:07.904Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:50:07.904Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:50:08.174Z] OK: 8 MiB in 20 packages [2021-01-23T00:50:09.148Z] Removing intermediate container e3b50f7a2014 [2021-01-23T00:50:09.148Z] ---> 403df1d8bc33 [2021-01-23T00:50:09.148Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:50:10.123Z] ---> 76530a04d4a6 [2021-01-23T00:50:10.123Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:50:11.099Z] ---> 89bebb2fca0e [2021-01-23T00:50:11.099Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:50:12.075Z] ---> 58e3fd3b4cb0 [2021-01-23T00:50:12.075Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:50:12.075Z] ---> Running in bef0b887ffa8 [2021-01-23T00:50:12.667Z] Removing intermediate container bef0b887ffa8 [2021-01-23T00:50:12.668Z] ---> f3f0eac49447 [2021-01-23T00:50:12.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:50:12.668Z] ---> Running in ab33ff246c9e [2021-01-23T00:50:13.263Z] Removing intermediate container ab33ff246c9e [2021-01-23T00:50:13.263Z] ---> b899470d991e [2021-01-23T00:50:13.263Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:50:13.263Z] ---> Running in fa31c3c3632f [2021-01-23T00:50:13.856Z] Removing intermediate container fa31c3c3632f [2021-01-23T00:50:13.856Z] ---> bcf264c8323e [2021-01-23T00:50:13.856Z] Step 22/23 : LABEL git_sha=74e4473bf960abeb9d01efa99f58e7164f24e2bd [2021-01-23T00:50:13.856Z] ---> Running in 13e00fe7d6ac [2021-01-23T00:50:14.450Z] Removing intermediate container 13e00fe7d6ac [2021-01-23T00:50:14.450Z] ---> c46ecf514f41 [2021-01-23T00:50:14.450Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:50:14.450Z] ---> Running in 3a6e8c0203ca [2021-01-23T00:50:14.722Z] Removing intermediate container 3a6e8c0203ca [2021-01-23T00:50:14.722Z] ---> 236efde5ecb6 [2021-01-23T00:50:14.722Z] [2021-01-23T00:50:15.314Z] Successfully built 236efde5ecb6 [2021-01-23T00:50:15.314Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-23T00:50:15.599Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-23T00:50:15.601Z] $ docker stop --time=1 193dcc852d196133eaddabbf0f77eb4035a3fbb105f16a035b7d10c78cdfad6d [2021-01-23T00:50:17.553Z] $ docker rm -f 193dcc852d196133eaddabbf0f77eb4035a3fbb105f16a035b7d10c78cdfad6d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:50:18.224Z] + + grep docker [2021-01-23T00:50:18.225Z] docker images [2021-01-23T00:50:18.498Z] docker-core-data-go-arm64 latest 236efde5ecb6 4 seconds ago 21MB [2021-01-23T00:50:18.498Z] docker-support-scheduler-go-arm64 latest 02f3ab298a26 24 seconds ago 15.5MB [2021-01-23T00:50:18.498Z] docker-security-proxy-setup-go-arm64 latest 2ed83d3e85c2 28 seconds ago 23.2MB [2021-01-23T00:50:18.498Z] docker-core-command-go-arm64 latest 1afdaa7f4ad7 About a minute ago 15.4MB [2021-01-23T00:50:18.498Z] docker-sys-mgmt-agent-go-arm64 latest 51e3216e21ec About a minute ago 300MB [2021-01-23T00:50:18.498Z] docker-security-bootstrapper-go-arm64 latest 0e58f583f6b2 2 minutes ago 40.3MB [2021-01-23T00:50:18.498Z] docker-core-metadata-go-arm64 latest 46140dc8ed5b 2 minutes ago 17.7MB [2021-01-23T00:50:18.498Z] docker-security-secretstore-setup-go-arm64 latest d29e802a4356 2 minutes ago 23.4MB [2021-01-23T00:50:18.498Z] docker-support-notifications-go-arm64 latest 4fa2f7253d86 3 minutes ago 16MB [2021-01-23T00:50:18.498Z] docker 20.10.0 eeaf43b92773 6 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-23T00:50:20.232Z] provisioning config files... [2021-01-23T00:50:20.248Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config7976647964156085149tmp [Pipeline] { [Pipeline] sh [2021-01-23T00:50:20.780Z] + set +x [2021-01-23T00:50:20.780Z] + curl -s https://codecov.io/bash [2021-01-23T00:50:20.780Z] + bash -s -- [2021-01-23T00:50:21.046Z] [2021-01-23T00:50:21.046Z] _____ _ [2021-01-23T00:50:21.046Z] / ____| | | [2021-01-23T00:50:21.046Z] | | ___ __| | ___ ___ _____ __ [2021-01-23T00:50:21.046Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-23T00:50:21.046Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-23T00:50:21.046Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-23T00:50:21.046Z] Bash-20210115-cec3c92 [2021-01-23T00:50:21.046Z] [2021-01-23T00:50:21.046Z] [2021-01-23T00:50:21.046Z] ==> git version 2.24.3 found [2021-01-23T00:50:21.046Z] ==> 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-23T00:50:21.046Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-23T00:50:21.046Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-23T00:50:21.310Z] ==> Jenkins CI detected. [2021-01-23T00:50:21.310Z] project root: . [2021-01-23T00:50:21.311Z] --> token set from env [2021-01-23T00:50:21.311Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-23T00:50:21.311Z] ==> Running gcov in . (disable via -X gcov) [2021-01-23T00:50:21.311Z] ==> Python coveragepy not found [2021-01-23T00:50:21.311Z] ==> Searching for coverage reports in: [2021-01-23T00:50:21.311Z] + . [2021-01-23T00:50:21.311Z] -> Found 1 reports [2021-01-23T00:50:21.311Z] ==> Detecting git/mercurial file structure [2021-01-23T00:50:21.311Z] ==> Reading reports [2021-01-23T00:50:21.311Z] + ./coverage.out bytes=564700 [2021-01-23T00:50:21.311Z] ==> Appending adjustments [2021-01-23T00:50:21.311Z] https://docs.codecov.io/docs/fixing-reports [2021-01-23T00:50:24.625Z] + Found adjustments [2021-01-23T00:50:24.625Z] ==> Gzipping contents [2021-01-23T00:50:24.625Z] 84K /tmp/codecov.BC4jB3.gz [2021-01-23T00:50:24.625Z] ==> Uploading reports [2021-01-23T00:50:24.625Z] url: https://codecov.io [2021-01-23T00:50:24.625Z] query: branch=PR-3030&commit=74e4473bf960abeb9d01efa99f58e7164f24e2bd&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-23T00:50:24.625Z] -> Pinging Codecov [2021-01-23T00:50:24.626Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=74e4473bf960abeb9d01efa99f58e7164f24e2bd&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-23T00:50:25.199Z] -> Uploading to [2021-01-23T00:50:25.199Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-23/00271124DB129430A58F1EEE437C3FCB/74e4473bf960abeb9d01efa99f58e7164f24e2bd/dbb23707-e44a-425a-8b50-8feb0e8df587.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210123%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210123T005024Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3af5da73bd2cfa889a534d13b4a39ebf8a74045bddcdcc6164e38c1513cca1a [2021-01-23T00:50:25.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T00:50:25.199Z] Dload Upload Total Spent Left Speed [2021-01-23T00:50:25.773Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85516 0 0 100 85516 0 149k --:--:-- --:--:-- --:--:-- 149k 100 85516 0 0 100 85516 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-01-23T00:50:25.773Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/74e4473bf960abeb9d01efa99f58e7164f24e2bd [Pipeline] } [2021-01-23T00:50:25.784Z] 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-23T00:50:27.770Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:50:28.652Z] ---> package-listing.sh [2021-01-23T00:50:28.653Z] ++ facter osfamily [2021-01-23T00:50:28.653Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-23T00:50:28.653Z] + OS_FAMILY=redhat [2021-01-23T00:50:28.653Z] + workspace=/w/workspace/edgex-go/21 [2021-01-23T00:50:28.653Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-23T00:50:28.653Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-23T00:50:28.653Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-23T00:50:28.653Z] + PACKAGES=/tmp/packages_start.txt [2021-01-23T00:50:28.653Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-23T00:50:28.653Z] + PACKAGES=/tmp/packages_end.txt [2021-01-23T00:50:28.653Z] + case "${OS_FAMILY}" in [2021-01-23T00:50:28.653Z] + rpm -qa [2021-01-23T00:50:28.653Z] + sort [2021-01-23T00:50:33.978Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-23T00:50:33.978Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-23T00:50:33.978Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-23T00:50:33.978Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-23T00:50:33.978Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-01-23T00:50:33.978Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-01-23T00:50:33.993Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-23T00:50:34.285Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:50:34.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:50:34.591Z] [2021-01-23T00:50:34.591Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:50:34.947Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:50:34.947Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-23T00:50:34.947Z] df20fa9351a1: Pulling fs layer [2021-01-23T00:50:34.947Z] 36b3adc4ff6f: Pulling fs layer [2021-01-23T00:50:34.947Z] 8ad3a11d3b57: Pulling fs layer [2021-01-23T00:50:34.947Z] 46f8f816bc3b: Pulling fs layer [2021-01-23T00:50:34.947Z] 93b61091891f: Pulling fs layer [2021-01-23T00:50:34.947Z] 93b9cdb0e59b: Pulling fs layer [2021-01-23T00:50:34.947Z] 5e14af77c1be: Pulling fs layer [2021-01-23T00:50:34.947Z] 01666e4c0597: Pulling fs layer [2021-01-23T00:50:34.947Z] aa168da1d23b: Pulling fs layer [2021-01-23T00:50:34.947Z] 46f8f816bc3b: Waiting [2021-01-23T00:50:34.947Z] 93b61091891f: Waiting [2021-01-23T00:50:34.947Z] 93b9cdb0e59b: Waiting [2021-01-23T00:50:34.947Z] 5e14af77c1be: Waiting [2021-01-23T00:50:34.947Z] 01666e4c0597: Waiting [2021-01-23T00:50:34.947Z] aa168da1d23b: Waiting [2021-01-23T00:50:34.947Z] 36b3adc4ff6f: Verifying Checksum [2021-01-23T00:50:34.947Z] 36b3adc4ff6f: Download complete [2021-01-23T00:50:34.947Z] 46f8f816bc3b: Verifying Checksum [2021-01-23T00:50:34.947Z] 46f8f816bc3b: Download complete [2021-01-23T00:50:34.947Z] df20fa9351a1: Download complete [2021-01-23T00:50:35.218Z] 93b9cdb0e59b: Verifying Checksum [2021-01-23T00:50:35.218Z] 93b9cdb0e59b: Download complete [2021-01-23T00:50:35.218Z] 5e14af77c1be: Verifying Checksum [2021-01-23T00:50:35.218Z] 5e14af77c1be: Download complete [2021-01-23T00:50:35.218Z] 93b61091891f: Verifying Checksum [2021-01-23T00:50:35.218Z] 93b61091891f: Download complete [2021-01-23T00:50:35.218Z] 01666e4c0597: Verifying Checksum [2021-01-23T00:50:35.218Z] 01666e4c0597: Download complete [2021-01-23T00:50:35.218Z] 8ad3a11d3b57: Verifying Checksum [2021-01-23T00:50:35.218Z] 8ad3a11d3b57: Download complete [2021-01-23T00:50:35.496Z] df20fa9351a1: Pull complete [2021-01-23T00:50:35.760Z] 36b3adc4ff6f: Pull complete [2021-01-23T00:50:37.154Z] aa168da1d23b: Verifying Checksum [2021-01-23T00:50:37.154Z] aa168da1d23b: Download complete [2021-01-23T00:50:37.416Z] 8ad3a11d3b57: Pull complete [2021-01-23T00:50:37.679Z] 46f8f816bc3b: Pull complete [2021-01-23T00:50:39.712Z] 93b61091891f: Pull complete [2021-01-23T00:50:39.975Z] 93b9cdb0e59b: Pull complete [2021-01-23T00:50:40.237Z] 5e14af77c1be: Pull complete [2021-01-23T00:50:40.237Z] 01666e4c0597: Pull complete [2021-01-23T00:50:48.412Z] aa168da1d23b: Pull complete [2021-01-23T00:50:48.412Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-23T00:50:48.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:50:48.412Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-23T00:50:48.646Z] prd-centos7-docker-4c-2g-22395 does not seem to be running inside a container [2021-01-23T00:50:48.703Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-23T00:50:58.749Z] $ docker top b0a11e730384bf924d07cc4838aa2f2b1273998c4c463644be684fcc4a2ebb64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:50:59.352Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-23T00:50:59.651Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-23T00:50:59.957Z] + ls /var/log/sa-host [2021-01-23T00:50:59.958Z] + sadf -c /var/log/sa-host/sa23 [2021-01-23T00:50:59.958Z] file_magic: OK [2021-01-23T00:50:59.958Z] HZ: Using current value: 100 [2021-01-23T00:50:59.958Z] file_header: OK [2021-01-23T00:50:59.958Z] 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-23T00:50:59.958Z] Statistics: [2021-01-23T00:50:59.958Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-23T00:50:59.958Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-23T00:51:00.171Z] provisioning config files... [2021-01-23T00:51:00.186Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config6590370089151355913tmp [Pipeline] { [Pipeline] echo [2021-01-23T00:51:00.284Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:51:00.586Z] ---> create-netrc.sh [Pipeline] } [2021-01-23T00:51:00.595Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-23T00:51:00.702Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:51:01.000Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-23T00:51:01.012Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:51:01.311Z] ---> sudo-logs.sh [2021-01-23T00:51:01.311Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-23T00:51:01.321Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:51:01.625Z] ---> job-cost.sh [2021-01-23T00:51:01.625Z] lf-activate-venv: SKIPPING [2021-01-23T00:51:01.625Z] INFO: No Stack... [2021-01-23T00:51:02.571Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-23T00:51:03.144Z] INFO: Archiving Costs [Pipeline] echo [2021-01-23T00:51:03.160Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:51:03.460Z] ---> logs-deploy.sh [2021-01-23T00:51:03.460Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/21 [2021-01-23T00:51:03.460Z] INFO: archiving workspace using pattern(s): [2021-01-23T00:51:04.851Z] Archives upload complete. [2021-01-23T00:51:04.851Z] INFO: archiving logs to Nexus