Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad3a7c46b1225c5583ed95292fc67c02ffde05ab+4ca1de52de98fea5214ec757781974277347748a (fce5efa31ae1467733501dcd62d8e886bb5e690b) 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-22093 in /w/workspace/edgexfoundry_edgex-go_PR-3058 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 4ca1de52de98fea5214ec757781974277347748a into PR head commit ad3a7c46b1225c5583ed95292fc67c02ffde05ab Merge succeeded, producing c9f9212af227610a74980d4fe25fb22fe22bee1b Checking out Revision c9f9212af227610a74980d4fe25fb22fe22bee1b (PR-3058) > 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/3058/head:refs/remotes/origin/PR-3058 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad3a7c46b1225c5583ed95292fc67c02ffde05ab # 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 4ca1de52de98fea5214ec757781974277347748a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9f9212af227610a74980d4fe25fb22fe22bee1b # timeout=10 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" > git rev-list --no-walk ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T00:29:59.948Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T00:30:00.208Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T00:30:00.311Z] ========================================================= [2021-01-22T00:30:00.311Z] EdgeX Global Pipelines Version Info [2021-01-22T00:30:00.311Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:30:02.428Z] ------------------- [2021-01-22T00:30:02.428Z] stable info: [2021-01-22T00:30:02.428Z] ------------------- [2021-01-22T00:30:02.428Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:30:02.428Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:30:02.428Z] Message: update stable to v1.0.179 [2021-01-22T00:30:03.387Z] ------------------- [2021-01-22T00:30:03.387Z] experimental info: [2021-01-22T00:30:03.387Z] ------------------- [2021-01-22T00:30:03.387Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:30:03.387Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:30:03.387Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T00:30:03.693Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T00:30:03.825Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T00:30:03.912Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T00:30:04.029Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T00:30:04.156Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T00:30:04.251Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T00:30:04.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T00:30:04.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T00:30:04.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T00:30:04.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T00:30:04.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T00:30:04.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T00:30:05.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T00:30:05.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T00:30:05.354Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:30:05.445Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:30:05.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T00:30:05.633Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T00:30:05.773Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T00:30:05.905Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T00:30:06.002Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T00:30:06.183Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T00:30:06.334Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T00:30:06.470Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3058 [Pipeline] echo [2021-01-22T00:30:06.593Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3058 [Pipeline] echo [2021-01-22T00:30:06.707Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3058 [Pipeline] echo [2021-01-22T00:30:06.790Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9f9212af227610a74980d4fe25fb22fe22bee1b [Pipeline] echo [2021-01-22T00:30:06.894Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9f9212 [Pipeline] echo [2021-01-22T00:30:06.998Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:30:07.247Z] provisioning config files... [2021-01-22T00:30:07.283Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5816561935075692381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:30:07.679Z] ---> docker-login.sh [2021-01-22T00:30:07.679Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:30:07.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.210Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.210Z] [2021-01-22T00:30:08.210Z] Login Succeeded [2021-01-22T00:30:08.210Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:30:08.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.473Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.473Z] [2021-01-22T00:30:08.473Z] Login Succeeded [2021-01-22T00:30:08.473Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:30:08.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.473Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.473Z] [2021-01-22T00:30:08.473Z] Login Succeeded [2021-01-22T00:30:08.473Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:30:08.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.735Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.735Z] [2021-01-22T00:30:08.735Z] Login Succeeded [2021-01-22T00:30:08.735Z] docker.io [2021-01-22T00:30:08.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.999Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.999Z] [2021-01-22T00:30:08.999Z] Login Succeeded [2021-01-22T00:30:08.999Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:30:09.012Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:30:09.517Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T00:30:09.517Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T00:30:09.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.517Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T00:30:09.517Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.517Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T00:30:09.604Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-22T00:30:11.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:30:11.389Z] [2021-01-22T00:30:11.389Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:30:11.731Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:30:11.731Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T00:30:11.731Z] 31603596830f: Pulling fs layer [2021-01-22T00:30:11.731Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T00:30:11.731Z] 6ca5941a6612: Pulling fs layer [2021-01-22T00:30:11.731Z] ecc8261a40a4: Pulling fs layer [2021-01-22T00:30:11.731Z] ecc8261a40a4: Waiting [2021-01-22T00:30:11.731Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T00:30:11.731Z] 2a8b12db71e7: Download complete [2021-01-22T00:30:11.996Z] 31603596830f: Verifying Checksum [2021-01-22T00:30:11.996Z] 31603596830f: Download complete [2021-01-22T00:30:11.996Z] ecc8261a40a4: Verifying Checksum [2021-01-22T00:30:11.996Z] ecc8261a40a4: Download complete [2021-01-22T00:30:12.262Z] 6ca5941a6612: Verifying Checksum [2021-01-22T00:30:12.262Z] 6ca5941a6612: Download complete [2021-01-22T00:30:12.262Z] 31603596830f: Pull complete [2021-01-22T00:30:12.529Z] 2a8b12db71e7: Pull complete [2021-01-22T00:30:13.109Z] 6ca5941a6612: Pull complete [2021-01-22T00:30:13.370Z] ecc8261a40a4: Pull complete [2021-01-22T00:30:13.370Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T00:30:13.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:30:13.633Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T00:30:13.734Z] prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container [2021-01-22T00:30:13.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T00:30:16.344Z] $ docker top 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T00:30:16.687Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:30:16.687Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:30:16.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:30:16.895Z] $ docker exec 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent [2021-01-22T00:30:17.059Z] SSH_AUTH_SOCK=/tmp/ssh-po7t8WiqRuCH/agent.11 [2021-01-22T00:30:17.059Z] SSH_AGENT_PID=16 [2021-01-22T00:30:17.074Z] Running ssh-add (command line suppressed) [2021-01-22T00:30:17.196Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4032734626076887348.key (/w/workspace/edgex-go/2@tmp/private_key_4032734626076887348.key) [2021-01-22T00:30:17.246Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:30:17.577Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T00:30:17.600Z] $ docker exec --env ******** --env ******** 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent -k [2021-01-22T00:30:17.720Z] unset SSH_AUTH_SOCK; [2021-01-22T00:30:17.721Z] unset SSH_AGENT_PID; [2021-01-22T00:30:17.721Z] echo Agent pid 16 killed; [2021-01-22T00:30:17.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T00:30:17.923Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:30:17.923Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:30:18.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:30:18.103Z] $ docker exec 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent [2021-01-22T00:30:18.270Z] SSH_AUTH_SOCK=/tmp/ssh-xa80hbzrtAaY/agent.46 [2021-01-22T00:30:18.270Z] SSH_AGENT_PID=51 [2021-01-22T00:30:18.276Z] Running ssh-add (command line suppressed) [2021-01-22T00:30:18.393Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1009230071455368300.key (/w/workspace/edgex-go/2@tmp/private_key_1009230071455368300.key) [2021-01-22T00:30:18.443Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:30:18.772Z] + git semver init [2021-01-22T00:30:18.773Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T00:30:18.773Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-22T00:30:18.773Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-22T00:30:18.773Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T00:30:18.773Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T00:30:18.773Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T00:30:18.773Z] # $SEMVER_BRANCH = PR-3058 [2021-01-22T00:30:18.773Z] # $SEMVER_TEMP = /tmp/semver-236146978 [2021-01-22T00:30:18.773Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T00:30:57.582Z] # '/tmp/semver-236146978' -> '/w/workspace/edgex-go/2/.semver' [2021-01-22T00:30:57.583Z] # -> Force: false [2021-01-22T00:30:57.583Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-22T00:30:57.601Z] $ docker exec --env ******** --env ******** 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent -k [2021-01-22T00:30:57.811Z] unset SSH_AUTH_SOCK; [2021-01-22T00:30:57.811Z] unset SSH_AGENT_PID; [2021-01-22T00:30:57.812Z] echo Agent pid 51 killed; [2021-01-22T00:30:57.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:30:58.417Z] + git semver [Pipeline] } [2021-01-22T00:30:58.439Z] $ docker stop --time=1 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 [2021-01-22T00:31:00.452Z] $ docker rm -f 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:31:01.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T00:31:01.606Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T00:31:01.612Z] [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-22T00:31:02.691Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:31:03.006Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:31:03.324Z] + sudo service docker restart [2021-01-22T00:31:03.324Z] + true [2021-01-22T00:31:03.324Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T00:31:03.922Z] ========================================================= [2021-01-22T00:31:03.922Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T00:31:03.922Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:31:04.323Z] + 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-22T00:31:07.666Z] Sending build context to Docker daemon 326.9MB [2021-01-22T00:31:07.666Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:31:07.666Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:31:07.666Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T00:31:07.666Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T00:31:07.666Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T00:31:07.666Z] de9db76c5a1d: Pulling fs layer [2021-01-22T00:31:07.666Z] bca2f99d35d6: Pulling fs layer [2021-01-22T00:31:07.666Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T00:31:07.666Z] 7c6f9722023f: Pulling fs layer [2021-01-22T00:31:07.666Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T00:31:07.666Z] bca2f99d35d6: Waiting [2021-01-22T00:31:07.666Z] 93359f2a8cfa: Waiting [2021-01-22T00:31:07.666Z] a35cf1a2eb13: Waiting [2021-01-22T00:31:07.666Z] 7c6f9722023f: Waiting [2021-01-22T00:31:07.666Z] de9db76c5a1d: Verifying Checksum [2021-01-22T00:31:07.666Z] de9db76c5a1d: Download complete [2021-01-22T00:31:07.666Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T00:31:07.666Z] 0ef7d3d256c8: Download complete [2021-01-22T00:31:07.666Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T00:31:07.666Z] 93359f2a8cfa: Download complete [2021-01-22T00:31:07.934Z] 7c6f9722023f: Verifying Checksum [2021-01-22T00:31:07.934Z] 7c6f9722023f: Download complete [2021-01-22T00:31:07.934Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T00:31:07.934Z] 188c0c94c7c5: Download complete [2021-01-22T00:31:08.202Z] 188c0c94c7c5: Pull complete [2021-01-22T00:31:08.202Z] 0ef7d3d256c8: Pull complete [2021-01-22T00:31:08.467Z] de9db76c5a1d: Pull complete [2021-01-22T00:31:09.868Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T00:31:09.868Z] a35cf1a2eb13: Download complete [2021-01-22T00:31:11.864Z] bca2f99d35d6: Verifying Checksum [2021-01-22T00:31:11.864Z] bca2f99d35d6: Download complete [2021-01-22T00:31:17.131Z] Still waiting to schedule task [2021-01-22T00:31:17.131Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T00:31:17.185Z] bca2f99d35d6: Pull complete [2021-01-22T00:31:17.185Z] 93359f2a8cfa: Pull complete [2021-01-22T00:31:17.185Z] 7c6f9722023f: Pull complete [2021-01-22T00:31:22.534Z] a35cf1a2eb13: Pull complete [2021-01-22T00:31:22.534Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T00:31:22.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T00:31:22.534Z] ---> a62c8e92a672 [2021-01-22T00:31:22.534Z] 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-22T00:31:22.534Z] ---> Running in 6270ff4a3647 [2021-01-22T00:31:23.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:31:24.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:31:25.475Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:31:26.428Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:31:26.689Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:31:26.689Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:31:44.861Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:31:44.861Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:31:44.861Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:31:44.861Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:31:44.861Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:31:45.124Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:31:45.124Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:31:45.393Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:31:45.393Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:31:45.393Z] OK: 233 MiB in 51 packages [2021-01-22T00:31:48.707Z] Removing intermediate container 6270ff4a3647 [2021-01-22T00:31:48.707Z] ---> 792c87e685df [2021-01-22T00:31:48.707Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:31:48.979Z] ---> Running in 910b2a57d347 [2021-01-22T00:31:48.979Z] Removing intermediate container 910b2a57d347 [2021-01-22T00:31:48.979Z] ---> 498b847610ca [2021-01-22T00:31:48.979Z] Step 5/6 : COPY go.mod . [2021-01-22T00:31:49.256Z] ---> 2cf55e149f8e [2021-01-22T00:31:49.256Z] Step 6/6 : RUN go mod download [2021-01-22T00:31:49.256Z] ---> Running in 97922acb7bd4 [2021-01-22T00:32:11.287Z] Removing intermediate container 97922acb7bd4 [2021-01-22T00:32:11.287Z] ---> c87be1d1f17a [2021-01-22T00:32:11.287Z] Successfully built c87be1d1f17a [2021-01-22T00:32:11.287Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:32:11.627Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:32:11.627Z] . [Pipeline] withDockerContainer [2021-01-22T00:32:11.741Z] prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container [2021-01-22T00:32:11.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:32:12.713Z] $ docker top 578d45119b2dcde82fad62a0b071b06b448e314dbebcf5e5a2418fd48cb7a785 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:32:13.202Z] + go version [2021-01-22T00:32:13.202Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T00:32:13.221Z] $ docker stop --time=1 578d45119b2dcde82fad62a0b071b06b448e314dbebcf5e5a2418fd48cb7a785 [2021-01-22T00:32:14.570Z] $ docker rm -f 578d45119b2dcde82fad62a0b071b06b448e314dbebcf5e5a2418fd48cb7a785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:32:15.338Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:32:15.338Z] . [Pipeline] withDockerContainer [2021-01-22T00:32:15.441Z] prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container [2021-01-22T00:32:15.493Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:32:16.118Z] $ docker top 8c2012127904e73412fc099d8f6f9d0851774b585b3804edc3824c26de866262 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:32:16.329Z] ========================================================= [2021-01-22T00:32:16.329Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:32:16.329Z] ========================================================= [Pipeline] sh [2021-01-22T00:32:16.678Z] + make test [2021-01-22T00:32:16.678Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:32:26.789Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:32:41.823Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:32:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:32:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:32:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:32:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:32:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:32:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:32:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:32:49.124Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:32:49.408Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:32:52.026Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:32:54.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2021-01-22T00:32:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:32:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:32:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:32:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:32:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:32:58.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.295s coverage: 27.0% of statements [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:32:58.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:32:58.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:32:58.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 66.7% of statements [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:32:58.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.167s coverage: 82.3% of statements [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:32:58.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:33:01.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.461s coverage: 28.6% of statements [2021-01-22T00:33:01.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:33:01.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:33:01.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:33:01.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:33:01.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:33:01.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements [2021-01-22T00:33:01.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:33:01.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-01-22T00:33:01.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:33:01.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.206s coverage: 86.7% of statements [2021-01-22T00:33:01.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:33:02.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2021-01-22T00:33:02.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:33:02.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-01-22T00:33:02.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:33:02.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:33:02.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:33:02.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.438s coverage: 92.8% of statements [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.1% of statements [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-01-22T00:33:05.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-01-22T00:33:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2021-01-22T00:33:07.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.4% of statements [2021-01-22T00:33:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T00:33:07.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.269s coverage: 63.5% of statements [2021-01-22T00:33:07.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T00:33:07.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T00:33:07.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2021-01-22T00:33:07.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-01-22T00:33:07.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-22T00:33:07.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-22T00:33:08.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-01-22T00:33:09.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.391s coverage: 68.9% of statements [2021-01-22T00:33:09.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T00:33:09.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T00:33:09.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T00:33:09.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T00:33:09.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T00:33:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 37.0% of statements [2021-01-22T00:33:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T00:33:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T00:33:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.411s coverage: 84.0% of statements [2021-01-22T00:33:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-01-22T00:33:13.083Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements [2021-01-22T00:33:13.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T00:33:13.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T00:33:13.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T00:33:13.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T00:33:13.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T00:33:13.083Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-01-22T00:33:13.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T00:33:13.083Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-22T00:33:13.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T00:33:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.890s coverage: 29.1% of statements [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T00:33:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T00:33:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T00:33:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T00:33:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T00:33:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T00:33:15.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T00:33:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-22T00:33:15.354Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22099 in /w/workspace/edgexfoundry_edgex-go_PR-3058 [Pipeline] { [Pipeline] ws [2021-01-22T00:33:15.402Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-22T00:33:15.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-01-22T00:33:15.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-22T00:33:15.903Z] GO111MODULE=on go vet ./... [2021-01-22T00:33:19.993Z] using credential edgex-jenkins-ssh [2021-01-22T00:33:20.046Z] Cloning the remote Git repository [2021-01-22T00:33:20.098Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:33:20.207Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-22T00:33:20.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:33:20.265Z] > git --version # timeout=10 [2021-01-22T00:33:20.279Z] > git --version # 'git version 2.17.1' [2021-01-22T00:33:20.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:33:20.338Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:33:43.994Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit ad3a7c46b1225c5583ed95292fc67c02ffde05ab [2021-01-22T00:33:43.278Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:33:43.298Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:33:43.325Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:33:43.359Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:33:43.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:33:43.374Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3058/head:refs/remotes/origin/PR-3058 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T00:33:44.016Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:33:44.032Z] > git checkout -f ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 [2021-01-22T00:33:44.768Z] Merge succeeded, producing 754004d1ca8094297f060173449a714aac89e355 [2021-01-22T00:33:44.768Z] Checking out Revision 754004d1ca8094297f060173449a714aac89e355 (PR-3058) [2021-01-22T00:33:44.344Z] > git remote # timeout=10 [2021-01-22T00:33:44.365Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:33:44.383Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:33:44.396Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-22T00:33:44.755Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:33:44.777Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:33:44.790Z] > git checkout -f 754004d1ca8094297f060173449a714aac89e355 # timeout=10 [2021-01-22T00:33:48.459Z] gofmt -l . [2021-01-22T00:33:48.459Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:33:48.459Z] ./bin/test-go-mod-tidy.sh [2021-01-22T00:33:48.459Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T00:33:48.781Z] + ls -al . [2021-01-22T00:33:48.781Z] total 656 [2021-01-22T00:33:48.781Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 00:33 . [2021-01-22T00:33:48.781Z] drwxr-xr-x 4 root root 28 Jan 22 00:32 .. [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:29 .dockerignore [2021-01-22T00:33:48.781Z] drwxrwxr-x 8 1001 1001 179 Jan 22 00:29 .git [2021-01-22T00:33:48.781Z] drwxrwxr-x 3 1001 1001 125 Jan 22 00:29 .github [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 824 Jan 22 00:29 .gitignore [2021-01-22T00:33:48.781Z] drwx------ 3 1001 1001 47 Jan 22 00:30 .semver [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:29 .sonarcloud.properties [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:29 Attribution.txt [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:29 CONTRIBUTING.md [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:29 Dockerfile.build [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:29 Jenkinsfile [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:29 LICENSE [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:29 Makefile [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:29 README.md [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:29 SECURITY.md [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:31 VERSION [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:29 ZMQWindows.md [2021-01-22T00:33:48.781Z] drwxrwxr-x 2 1001 1001 117 Jan 22 00:29 bin [2021-01-22T00:33:48.781Z] drwxrwxr-x 14 1001 1001 4096 Jan 22 00:29 cmd [2021-01-22T00:33:48.781Z] -rw-r--r-- 1 root root 551534 Jan 22 00:33 coverage.out [2021-01-22T00:33:48.781Z] -rw-r--r-- 1 root root 1027 Jan 22 00:33 go.mod [2021-01-22T00:33:48.781Z] -rw-r--r-- 1 root root 18842 Jan 22 00:33 go.sum [2021-01-22T00:33:48.781Z] drwxrwxr-x 8 1001 1001 127 Jan 22 00:29 internal [2021-01-22T00:33:48.781Z] drwxrwxr-x 4 1001 1001 26 Jan 22 00:29 openapi [2021-01-22T00:33:48.781Z] drwxrwxr-x 4 1001 1001 71 Jan 22 00:29 snap [2021-01-22T00:33:48.781Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:29 version.go [Pipeline] sh [2021-01-22T00:33:49.102Z] + '[' -e coverage.out ] [2021-01-22T00:33:49.102Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T00:33:49.337Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T00:33:49.597Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-22T00:33:49.654Z] + make build [2021-01-22T00:33:49.654Z] 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-22T00:33:49.610Z] > git rev-list --no-walk ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:33:51.341Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:33:51.814Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:33:52.173Z] + true [2021-01-22T00:33:52.174Z] + sudo service docker restart [2021-01-22T00:33:52.996Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:33:54.903Z] provisioning config files... [2021-01-22T00:33:54.946Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6837254935323246454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:33:55.358Z] ---> docker-login.sh [2021-01-22T00:33:55.358Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:33:56.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:33:56.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:33:56.626Z] Configure a credential helper to remove this warning. See [2021-01-22T00:33:56.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:33:56.626Z] [2021-01-22T00:33:56.626Z] Login Succeeded [2021-01-22T00:33:56.626Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:33:56.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:33:57.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:33:57.178Z] Configure a credential helper to remove this warning. See [2021-01-22T00:33:57.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:33:57.178Z] [2021-01-22T00:33:57.178Z] Login Succeeded [2021-01-22T00:33:57.178Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:33:57.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:33:57.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:33:57.730Z] Configure a credential helper to remove this warning. See [2021-01-22T00:33:57.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:33:57.730Z] [2021-01-22T00:33:57.730Z] Login Succeeded [2021-01-22T00:33:57.730Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:33:58.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:33:58.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:33:58.286Z] Configure a credential helper to remove this warning. See [2021-01-22T00:33:58.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:33:58.286Z] [2021-01-22T00:33:58.286Z] Login Succeeded [2021-01-22T00:33:58.286Z] docker.io [2021-01-22T00:33:58.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:33:58.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:33:58.835Z] Configure a credential helper to remove this warning. See [2021-01-22T00:33:58.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:33:58.835Z] [2021-01-22T00:33:58.835Z] Login Succeeded [2021-01-22T00:33:59.109Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:33:59.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T00:33:59.596Z] ========================================================= [2021-01-22T00:33:59.596Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T00:33:59.596Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:33:59.983Z] + 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-22T00:34:02.621Z] Sending build context to Docker daemon 165.7MB [2021-01-22T00:34:02.621Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:34:02.621Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:34:02.621Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T00:34:02.621Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T00:34:02.621Z] a4357932f1b6: Pulling fs layer [2021-01-22T00:34:02.621Z] 18c013af1878: Pulling fs layer [2021-01-22T00:34:02.621Z] 00ac8860ef70: Pulling fs layer [2021-01-22T00:34:02.621Z] 63d7cb157983: Pulling fs layer [2021-01-22T00:34:02.621Z] b116817d02f9: Pulling fs layer [2021-01-22T00:34:02.621Z] 745a02a5169b: Pulling fs layer [2021-01-22T00:34:02.621Z] 00ac8860ef70: Waiting [2021-01-22T00:34:02.621Z] b116817d02f9: Waiting [2021-01-22T00:34:02.621Z] 63d7cb157983: Waiting [2021-01-22T00:34:02.621Z] 745a02a5169b: Waiting [2021-01-22T00:34:02.621Z] 18c013af1878: Verifying Checksum [2021-01-22T00:34:02.621Z] 18c013af1878: Download complete [2021-01-22T00:34:02.621Z] a4357932f1b6: Verifying Checksum [2021-01-22T00:34:02.621Z] a4357932f1b6: Download complete [2021-01-22T00:34:02.621Z] 63d7cb157983: Verifying Checksum [2021-01-22T00:34:02.621Z] 63d7cb157983: Download complete [2021-01-22T00:34:02.621Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T00:34:02.621Z] b116817d02f9: Verifying Checksum [2021-01-22T00:34:02.621Z] b116817d02f9: Download complete [2021-01-22T00:34:03.090Z] 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-22T00:34:03.218Z] 5f621e34cdf4: Pull complete [2021-01-22T00:34:03.678Z] 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-22T00:34:03.820Z] a4357932f1b6: Pull complete [2021-01-22T00:34:04.106Z] 18c013af1878: Pull complete [2021-01-22T00:34:04.386Z] 745a02a5169b: Verifying Checksum [2021-01-22T00:34:04.386Z] 745a02a5169b: Download complete [2021-01-22T00:34:05.619Z] 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-22T00:34:05.619Z] 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-22T00:34:05.825Z] 00ac8860ef70: Verifying Checksum [2021-01-22T00:34:05.825Z] 00ac8860ef70: Download complete [2021-01-22T00:34:07.546Z] 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-22T00:34:08.500Z] 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-22T00:34:09.895Z] 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-22T00:34:11.818Z] 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-22T00:34:12.778Z] 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-22T00:34:13.738Z] 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 [Pipeline] } [2021-01-22T00:34:15.159Z] $ docker stop --time=1 8c2012127904e73412fc099d8f6f9d0851774b585b3804edc3824c26de866262 [2021-01-22T00:34:16.007Z] 00ac8860ef70: Pull complete [2021-01-22T00:34:16.007Z] 63d7cb157983: Pull complete [2021-01-22T00:34:16.007Z] b116817d02f9: Pull complete [2021-01-22T00:34:16.887Z] $ docker rm -f 8c2012127904e73412fc099d8f6f9d0851774b585b3804edc3824c26de866262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:34:19.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:19.399Z] [2021-01-22T00:34:19.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-01-22T00:34:19.464Z] 745a02a5169b: Pull complete [2021-01-22T00:34:19.464Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T00:34:19.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T00:34:19.464Z] ---> b7e6874047d6 [2021-01-22T00:34:19.464Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] sh [2021-01-22T00:34:19.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:19.769Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T00:34:19.769Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T00:34:19.769Z] ca9280d653b3: Pulling fs layer [2021-01-22T00:34:19.769Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T00:34:20.031Z] cbdbe7a5bc2a: Download complete [2021-01-22T00:34:20.296Z] cbdbe7a5bc2a: Pull complete [2021-01-22T00:34:20.633Z] ca9280d653b3: Verifying Checksum [2021-01-22T00:34:20.633Z] ca9280d653b3: Download complete [2021-01-22T00:34:21.586Z] ca9280d653b3: Pull complete [2021-01-22T00:34:22.177Z] 7e9c9ca2126c: Download complete [2021-01-22T00:34:23.798Z] ---> Running in c272d62ca3be [2021-01-22T00:34:24.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:34:25.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:34:27.358Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:34:27.949Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:34:28.220Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:34:28.220Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:34:28.816Z] 7e9c9ca2126c: Pull complete [2021-01-22T00:34:28.816Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T00:34:28.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:28.816Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T00:34:28.948Z] prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container [2021-01-22T00:34:29.003Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T00:34:31.954Z] $ docker top 8dccb463ca0f7b0e50906d79d6c36201aa6397cf7b68e9a0362cf3c49ec57bee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:34:32.495Z] + docker-compose build --help [2021-01-22T00:34:32.495Z] + grep parallel [2021-01-22T00:34:33.437Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T00:34:33.451Z] $ docker stop --time=1 8dccb463ca0f7b0e50906d79d6c36201aa6397cf7b68e9a0362cf3c49ec57bee [2021-01-22T00:34:34.811Z] $ docker rm -f 8dccb463ca0f7b0e50906d79d6c36201aa6397cf7b68e9a0362cf3c49ec57bee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:34:35.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:35.421Z] . [Pipeline] withDockerContainer [2021-01-22T00:34:35.522Z] prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container [2021-01-22T00:34:35.573Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T00:34:36.225Z] $ docker top c560ec970e2f57c5857bf7c5477764620398c1a0aa8bec4876a99e4ec30f51e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:34:36.705Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T00:34:37.650Z] Building docker-core-command-go ... [2021-01-22T00:34:37.650Z] Building docker-core-data-go ... [2021-01-22T00:34:37.650Z] Building docker-core-metadata-go ... [2021-01-22T00:34:37.650Z] Building docker-security-bootstrap-redis-go ... [2021-01-22T00:34:37.650Z] Building docker-security-proxy-setup-go ... [2021-01-22T00:34:37.650Z] Building docker-security-secretstore-setup-go ... [2021-01-22T00:34:37.650Z] Building docker-support-notifications-go ... [2021-01-22T00:34:37.650Z] Building docker-support-scheduler-go ... [2021-01-22T00:34:37.650Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T00:34:37.650Z] Building docker-security-bootstrap-redis-go [2021-01-22T00:34:37.650Z] Building docker-security-secretstore-setup-go [2021-01-22T00:34:37.650Z] Building docker-core-metadata-go [2021-01-22T00:34:37.650Z] Building docker-core-command-go [2021-01-22T00:34:37.650Z] Building docker-support-notifications-go [2021-01-22T00:34:50.428Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:34:50.428Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:34:50.428Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:34:50.428Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:34:50.428Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:34:50.428Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:34:50.428Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:34:50.428Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:34:50.428Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:34:50.428Z] OK: 217 MiB in 51 packages [2021-01-22T00:34:54.799Z] Removing intermediate container c272d62ca3be [2021-01-22T00:34:54.799Z] ---> b6baa534fa27 [2021-01-22T00:34:54.799Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:34:54.799Z] ---> Running in 1c34e88c7859 [2021-01-22T00:34:54.799Z] Removing intermediate container 1c34e88c7859 [2021-01-22T00:34:54.799Z] ---> 03d1067c5ca0 [2021-01-22T00:34:54.799Z] Step 5/6 : COPY go.mod . [2021-01-22T00:34:55.397Z] ---> 660326ee42b4 [2021-01-22T00:34:55.397Z] Step 6/6 : RUN go mod download [2021-01-22T00:34:55.669Z] ---> Running in aa2256c7ce78 [2021-01-22T00:35:09.917Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:09.917Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:09.917Z] ---> c87be1d1f17a [2021-01-22T00:35:09.917Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:35:09.917Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:09.917Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:09.917Z] ---> c87be1d1f17a [2021-01-22T00:35:09.917Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:35:09.917Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:09.917Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:09.917Z] ---> c87be1d1f17a [2021-01-22T00:35:09.917Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:35:09.917Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:09.917Z] [2021-01-22T00:35:09.917Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:09.917Z] [2021-01-22T00:35:09.917Z] ---> c87be1d1f17a [2021-01-22T00:35:09.917Z] ---> c87be1d1f17a [2021-01-22T00:35:09.917Z] Step 3/24 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2021-01-22T00:35:09.917Z] [2021-01-22T00:35:09.917Z] ---> Running in fb42cc986c1b [2021-01-22T00:35:09.917Z] ---> Running in 6faeace0678a [2021-01-22T00:35:09.917Z] ---> Running in c452d72bd81a [2021-01-22T00:35:09.917Z] ---> Running in 240008afc903 [2021-01-22T00:35:09.917Z] ---> Running in 63d520e9cba4 [2021-01-22T00:35:09.917Z] Removing intermediate container 63d520e9cba4 [2021-01-22T00:35:09.917Z] ---> 972a5ed2dfc1 [2021-01-22T00:35:09.917Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:09.917Z] Removing intermediate container fb42cc986c1b [2021-01-22T00:35:09.917Z] ---> 40b05eba8b63 [2021-01-22T00:35:09.917Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:09.917Z] Removing intermediate container 240008afc903 [2021-01-22T00:35:09.917Z] ---> 53b99be17b92 [2021-01-22T00:35:09.917Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:09.917Z] Removing intermediate container 6faeace0678a [2021-01-22T00:35:09.917Z] ---> 4ed84c5e50dc [2021-01-22T00:35:09.917Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:09.917Z] Removing intermediate container c452d72bd81a [2021-01-22T00:35:09.917Z] ---> e7aa1c16c6e4 [2021-01-22T00:35:09.917Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:09.917Z] ---> Running in 4aa9c48bc5c2 [2021-01-22T00:35:09.917Z] ---> Running in 744f9466e51c [2021-01-22T00:35:09.917Z] ---> Running in 09202aa38d01 [2021-01-22T00:35:09.917Z] ---> Running in 868c6e22818f [2021-01-22T00:35:09.917Z] ---> Running in b46d48920939 [2021-01-22T00:35:12.521Z] Removing intermediate container 744f9466e51c [2021-01-22T00:35:12.521Z] ---> fbc502456c47 [2021-01-22T00:35:12.521Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:35:12.521Z] Removing intermediate container 09202aa38d01 [2021-01-22T00:35:12.521Z] ---> f1e4f33ba9c1 [2021-01-22T00:35:12.521Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:35:12.521Z] ---> Running in d22f7fbe688f [2021-01-22T00:35:12.521Z] Removing intermediate container 4aa9c48bc5c2 [2021-01-22T00:35:12.521Z] ---> 8b59637f30c6 [2021-01-22T00:35:12.521Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:35:12.521Z] ---> Running in fd6d2b1e73b1 [2021-01-22T00:35:12.521Z] ---> Running in f4e83360ce89 [2021-01-22T00:35:12.521Z] Removing intermediate container 868c6e22818f [2021-01-22T00:35:12.521Z] ---> 409a88807338 [2021-01-22T00:35:12.521Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T00:35:12.521Z] Removing intermediate container b46d48920939 [2021-01-22T00:35:12.521Z] ---> feccebc47413 [2021-01-22T00:35:12.521Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T00:35:12.786Z] ---> Running in 1abf0a8bc28b [2021-01-22T00:35:12.786Z] ---> Running in d8b6e1ad9b04 [2021-01-22T00:35:13.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:13.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:13.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:13.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:14.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:14.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:14.742Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:14.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:14.742Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:14.742Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:15.011Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:15.011Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:15.011Z] Removing intermediate container d22f7fbe688f [2021-01-22T00:35:15.011Z] ---> 540638e1fb5e [2021-01-22T00:35:15.011Z] Step 6/22 : COPY go.mod . [2021-01-22T00:35:15.276Z] Removing intermediate container fd6d2b1e73b1 [2021-01-22T00:35:15.276Z] ---> 505f36200063 [2021-01-22T00:35:15.276Z] Step 6/22 : COPY go.mod . [2021-01-22T00:35:15.545Z] ---> 2daa0021e284 [2021-01-22T00:35:15.545Z] Step 7/22 : RUN go mod download [2021-01-22T00:35:15.815Z] ---> Running in dc030fe4cccf [2021-01-22T00:35:15.816Z] Removing intermediate container f4e83360ce89 [2021-01-22T00:35:15.816Z] ---> 621e7cc0fd13 [2021-01-22T00:35:15.816Z] Step 6/22 : COPY go.mod . [2021-01-22T00:35:15.816Z] ---> 2f8d4866480a [2021-01-22T00:35:15.816Z] Step 7/22 : RUN go mod download [2021-01-22T00:35:16.081Z] Removing intermediate container 1abf0a8bc28b [2021-01-22T00:35:16.081Z] ---> 8f6d45d0efc4 [2021-01-22T00:35:16.081Z] Step 6/24 : COPY go.mod . [2021-01-22T00:35:16.081Z] ---> Running in 2c5e8b0d0df8 [2021-01-22T00:35:16.345Z] Removing intermediate container d8b6e1ad9b04 [2021-01-22T00:35:16.345Z] ---> 3382d7781c7e [2021-01-22T00:35:16.345Z] Step 6/24 : COPY go.mod . [2021-01-22T00:35:16.345Z] ---> 65e42e09f8f3 [2021-01-22T00:35:16.345Z] Step 7/22 : RUN go mod download [2021-01-22T00:35:16.610Z] ---> bd7ee5aa90f3 [2021-01-22T00:35:16.610Z] Step 7/24 : RUN go mod download [2021-01-22T00:35:16.610Z] ---> Running in 2670a6d222b1 [2021-01-22T00:35:16.879Z] ---> Running in 2e643a26d6eb [2021-01-22T00:35:16.879Z] ---> 7f664d681134 [2021-01-22T00:35:16.879Z] Step 7/24 : RUN go mod download [2021-01-22T00:35:17.167Z] ---> Running in 3364e9e947fe [2021-01-22T00:35:18.610Z] Removing intermediate container 2c5e8b0d0df8 [2021-01-22T00:35:18.610Z] ---> 1a05e214e815 [2021-01-22T00:35:18.610Z] Step 8/22 : COPY . . [2021-01-22T00:35:18.610Z] Removing intermediate container dc030fe4cccf [2021-01-22T00:35:18.610Z] ---> dbc9125b9295 [2021-01-22T00:35:18.610Z] Step 8/22 : COPY . . [2021-01-22T00:35:18.610Z] Removing intermediate container 2670a6d222b1 [2021-01-22T00:35:18.610Z] ---> 4ca45563ea32 [2021-01-22T00:35:18.610Z] Step 8/22 : COPY . . [2021-01-22T00:35:18.878Z] Removing intermediate container 2e643a26d6eb [2021-01-22T00:35:18.878Z] ---> 60b8bc80c253 [2021-01-22T00:35:18.878Z] Step 8/24 : COPY . . [2021-01-22T00:35:19.472Z] Removing intermediate container 3364e9e947fe [2021-01-22T00:35:19.472Z] ---> aadbb33ffe37 [2021-01-22T00:35:19.472Z] Step 8/24 : COPY . . [2021-01-22T00:35:28.040Z] Removing intermediate container aa2256c7ce78 [2021-01-22T00:35:28.041Z] ---> 4fec52a89cea [2021-01-22T00:35:28.041Z] Successfully built 4fec52a89cea [2021-01-22T00:35:28.041Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:35:28.385Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:35:28.385Z] . [Pipeline] withDockerContainer [2021-01-22T00:35:28.700Z] prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container [2021-01-22T00:35:28.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:35:30.563Z] $ docker top d2345ecf528d4468922820ca0b1881e6880d5b4dc908584fddc9bf86b69386a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:35:31.634Z] + go version [2021-01-22T00:35:31.635Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T00:35:31.661Z] $ docker stop --time=1 d2345ecf528d4468922820ca0b1881e6880d5b4dc908584fddc9bf86b69386a2 [2021-01-22T00:35:33.553Z] $ docker rm -f d2345ecf528d4468922820ca0b1881e6880d5b4dc908584fddc9bf86b69386a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:35:34.490Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:35:34.490Z] . [Pipeline] withDockerContainer [2021-01-22T00:35:34.771Z] prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container [2021-01-22T00:35:34.863Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:35:36.324Z] $ docker top 5c53e62bb591d7e108dffbe2e9620c640cec90c032daa75ad1c4a67ba12587f2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:35:36.713Z] ========================================================= [2021-01-22T00:35:36.713Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:35:36.713Z] ========================================================= [Pipeline] sh [2021-01-22T00:35:37.365Z] + make test [2021-01-22T00:35:37.365Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:35:58.488Z] ---> 5e073ff4efd4 [2021-01-22T00:35:58.488Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-22T00:35:58.488Z] ---> 0314d1125a62 [2021-01-22T00:35:58.488Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T00:35:58.488Z] ---> 00c2b08ecd7d [2021-01-22T00:35:58.488Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-22T00:35:58.488Z] ---> Running in 34ae2cad8eee [2021-01-22T00:35:58.488Z] ---> Running in 88795f939de4 [2021-01-22T00:35:58.488Z] ---> Running in 4c4b79146531 [2021-01-22T00:35:58.488Z] ---> ee837d550ccd [2021-01-22T00:35:58.488Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T00:35:58.488Z] ---> de26916c7f4e [2021-01-22T00:35:58.488Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-22T00:35:58.488Z] ---> Running in 39cf184af726 [2021-01-22T00:35:58.488Z] ---> Running in c9232dfc570e [2021-01-22T00:35:58.488Z] 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-22T00:35:58.488Z] 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-22T00:35:58.488Z] 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-22T00:35:58.488Z] 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-22T00:35:58.488Z] 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-22T00:36:04.214Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:36:30.852Z] 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-22T00:36:33.458Z] Removing intermediate container 34ae2cad8eee [2021-01-22T00:36:33.458Z] ---> 96e43b380da0 [2021-01-22T00:36:33.458Z] [2021-01-22T00:36:33.458Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:36:33.458Z] 3.12: Pulling from library/alpine [2021-01-22T00:36:34.912Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:36:34.912Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:36:34.912Z] ---> 389fef711851 [2021-01-22T00:36:34.912Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:36:35.512Z] ---> Running in d1f14e06d8fa [2021-01-22T00:36:36.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:36.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:36.766Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:36:36.766Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:36:36.767Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:36:36.767Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:36:36.767Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:36:36.767Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:36:36.767Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:36:36.767Z] OK: 7 MiB in 19 packages [2021-01-22T00:36:39.334Z] Removing intermediate container c9232dfc570e [2021-01-22T00:36:39.334Z] ---> aba53057f8a6 [2021-01-22T00:36:39.334Z] [2021-01-22T00:36:39.334Z] Step 10/24 : FROM scratch [2021-01-22T00:36:39.334Z] ---> [2021-01-22T00:36:39.334Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-22T00:36:39.911Z] Removing intermediate container 4c4b79146531 [2021-01-22T00:36:39.911Z] ---> 491cb1a370d4 [2021-01-22T00:36:39.911Z] [2021-01-22T00:36:39.911Z] Step 10/22 : FROM scratch [2021-01-22T00:36:39.911Z] ---> [2021-01-22T00:36:39.911Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:36:39.911Z] ---> Running in e0f29e77922b [2021-01-22T00:36:39.911Z] Removing intermediate container 39cf184af726 [2021-01-22T00:36:39.911Z] ---> 8fb3fa2e5500 [2021-01-22T00:36:39.911Z] [2021-01-22T00:36:39.911Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T00:36:39.911Z] ---> 389fef711851 [2021-01-22T00:36:39.911Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:36:40.197Z] ---> Running in d3ca02b34516 [2021-01-22T00:36:40.197Z] ---> Running in 65db3e1f6d3f [2021-01-22T00:36:42.133Z] Removing intermediate container e0f29e77922b [2021-01-22T00:36:42.133Z] ---> d9fbfd5fc147 [2021-01-22T00:36:42.133Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-22T00:36:43.531Z] ---> Running in 32528e1e86bd [2021-01-22T00:36:43.531Z] Removing intermediate container d3ca02b34516 [2021-01-22T00:36:43.531Z] ---> c3787fa5dba6 [2021-01-22T00:36:43.531Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-22T00:36:43.531Z] Removing intermediate container d1f14e06d8fa [2021-01-22T00:36:43.531Z] ---> fbf9150dfd6d [2021-01-22T00:36:43.531Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-22T00:36:43.531Z] ---> Running in 7331d4bae93f [2021-01-22T00:36:43.531Z] Removing intermediate container 88795f939de4 [2021-01-22T00:36:43.531Z] ---> 4684db195a7b [2021-01-22T00:36:43.531Z] [2021-01-22T00:36:43.531Z] Step 10/22 : FROM scratch [2021-01-22T00:36:43.531Z] ---> [2021-01-22T00:36:43.531Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:36:43.531Z] ---> Running in 837ae64f8f19 [2021-01-22T00:36:43.531Z] ---> Using cache [2021-01-22T00:36:43.531Z] ---> c3787fa5dba6 [2021-01-22T00:36:43.531Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-22T00:36:43.820Z] Removing intermediate container 32528e1e86bd [2021-01-22T00:36:43.820Z] ---> 294532f4afe6 [2021-01-22T00:36:43.820Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T00:36:43.820Z] ---> Running in c581408bacaa [2021-01-22T00:36:43.820Z] Removing intermediate container 7331d4bae93f [2021-01-22T00:36:43.820Z] ---> 228d0d5d57e3 [2021-01-22T00:36:43.820Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:36:43.820Z] ---> Running in 3401caaafab4 [2021-01-22T00:36:43.820Z] ---> Running in a71cdc62613a [2021-01-22T00:36:44.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:44.095Z] Removing intermediate container 837ae64f8f19 [2021-01-22T00:36:44.095Z] ---> 7fda800589a7 [2021-01-22T00:36:44.095Z] Step 13/22 : WORKDIR / [2021-01-22T00:36:44.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:44.095Z] Removing intermediate container c581408bacaa [2021-01-22T00:36:44.095Z] ---> 5e1827eb5a82 [2021-01-22T00:36:44.095Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:36:44.095Z] Removing intermediate container 3401caaafab4 [2021-01-22T00:36:44.095Z] ---> 2319f09a57bb [2021-01-22T00:36:44.095Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-22T00:36:44.095Z] ---> Running in 1063a4a3368c [2021-01-22T00:36:44.361Z] ---> Running in 5195d7988a1b [2021-01-22T00:36:44.361Z] Removing intermediate container a71cdc62613a [2021-01-22T00:36:44.361Z] ---> 4f19b901bf4b [2021-01-22T00:36:44.361Z] Step 14/22 : WORKDIR / [2021-01-22T00:36:44.361Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:36:44.361Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:36:44.361Z] ---> Running in 9666eb6f0489 [2021-01-22T00:36:44.361Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:36:44.361Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:36:44.361Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:36:44.361Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:36:44.361Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:36:44.361Z] OK: 7 MiB in 19 packages [2021-01-22T00:36:44.937Z] ---> 80dc8a319dd8 [2021-01-22T00:36:44.937Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-22T00:36:44.937Z] Removing intermediate container 1063a4a3368c [2021-01-22T00:36:44.937Z] ---> ad3506fe42fc [2021-01-22T00:36:44.937Z] Step 14/22 : WORKDIR / [2021-01-22T00:36:45.226Z] Removing intermediate container 5195d7988a1b [2021-01-22T00:36:45.226Z] ---> b9a006fa3fe4 [2021-01-22T00:36:45.226Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:36:45.226Z] Removing intermediate container 9666eb6f0489 [2021-01-22T00:36:45.226Z] ---> d9bdd08e268a [2021-01-22T00:36:45.226Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:36:45.226Z] ---> Running in 49501722dc17 [2021-01-22T00:36:46.626Z] ---> 822c19a71eed [2021-01-22T00:36:46.626Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-22T00:36:46.626Z] ---> 41fbaa2fd35a [2021-01-22T00:36:46.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T00:36:46.626Z] Removing intermediate container 49501722dc17 [2021-01-22T00:36:46.626Z] ---> be629dd0ffcd [2021-01-22T00:36:46.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:36:46.626Z] ---> 6ef995acbaee [2021-01-22T00:36:46.626Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-22T00:36:46.626Z] Removing intermediate container 65db3e1f6d3f [2021-01-22T00:36:46.626Z] ---> 73f1c6dbfa5d [2021-01-22T00:36:46.626Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:36:46.891Z] ---> Running in 05d526f14af5 [2021-01-22T00:36:47.174Z] ---> 4dfe16b8e9e0 [2021-01-22T00:36:47.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T00:36:47.174Z] ---> 84c439349e18 [2021-01-22T00:36:47.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-22T00:36:47.174Z] Removing intermediate container 05d526f14af5 [2021-01-22T00:36:47.174Z] ---> fab0a067e255 [2021-01-22T00:36:47.174Z] Step 13/24 : WORKDIR / [2021-01-22T00:36:48.137Z] ---> Running in 64fb8f5b36f7 [2021-01-22T00:36:48.137Z] ---> 9dcc1db71d4f [2021-01-22T00:36:48.137Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T00:36:48.137Z] ---> e01e08c825f3 [2021-01-22T00:36:48.137Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:36:48.405Z] ---> 3688fed92230 [2021-01-22T00:36:48.405Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-22T00:36:48.405Z] ---> fe3a4d917d1b [2021-01-22T00:36:48.405Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T00:36:48.669Z] Removing intermediate container 64fb8f5b36f7 [2021-01-22T00:36:48.669Z] ---> e3e0e6f63161 [2021-01-22T00:36:48.669Z] 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-22T00:36:48.669Z] ---> 1f087b2178f3 [2021-01-22T00:36:48.669Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T00:36:48.938Z] ---> dd90f1c4e826 [2021-01-22T00:36:48.938Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-22T00:36:48.938Z] ---> 16379ffee102 [2021-01-22T00:36:48.938Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-22T00:36:48.938Z] ---> 4fa5a232f44a [2021-01-22T00:36:48.938Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-22T00:36:48.938Z] ---> Running in a19542cabd12 [2021-01-22T00:36:49.200Z] ---> Running in d8fa4ba6da75 [2021-01-22T00:36:49.200Z] ---> Running in 66d6d77c7101 [2021-01-22T00:36:49.515Z] ---> 168507a5f31b [2021-01-22T00:36:49.515Z] 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-22T00:36:49.515Z] Removing intermediate container d8fa4ba6da75 [2021-01-22T00:36:49.515Z] ---> 6072d86f5841 [2021-01-22T00:36:49.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:36:49.515Z] Removing intermediate container 66d6d77c7101 [2021-01-22T00:36:49.515Z] ---> b5d9b20aa5aa [2021-01-22T00:36:49.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:36:49.515Z] ---> d884fcd04f71 [2021-01-22T00:36:49.515Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T00:36:49.841Z] ---> Running in c051b67d6367 [2021-01-22T00:36:49.841Z] ---> Running in 24651ad5f282 [2021-01-22T00:36:49.841Z] ---> a70310571c2f [2021-01-22T00:36:49.841Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T00:36:50.117Z] ---> 073407cc9955 [2021-01-22T00:36:50.117Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-22T00:36:50.117Z] Removing intermediate container c051b67d6367 [2021-01-22T00:36:50.117Z] ---> 448f8a6748d0 [2021-01-22T00:36:50.117Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:36:50.117Z] Removing intermediate container 24651ad5f282 [2021-01-22T00:36:50.117Z] ---> c79bcc7dbcef [2021-01-22T00:36:50.117Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:36:50.434Z] ---> Running in 1a2ed5ad6044 [2021-01-22T00:36:50.434Z] ---> Running in 57b8eef2ec23 [2021-01-22T00:36:50.434Z] ---> Running in d95e3d82761d [2021-01-22T00:36:50.701Z] ---> 16f910d84af6 [2021-01-22T00:36:50.701Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T00:36:50.701Z] Removing intermediate container 1a2ed5ad6044 [2021-01-22T00:36:50.701Z] ---> 5fedbda1114f [2021-01-22T00:36:50.701Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:36:50.964Z] ---> Running in 464a30f7cf4b [2021-01-22T00:36:50.964Z] Removing intermediate container 57b8eef2ec23 [2021-01-22T00:36:50.964Z] ---> 7ecd5fd5c11c [2021-01-22T00:36:50.964Z] Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:36:50.964Z] Removing intermediate container a19542cabd12 [2021-01-22T00:36:50.964Z] ---> 4c1f57d4b1b7 [2021-01-22T00:36:50.964Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T00:36:50.964Z] Removing intermediate container d95e3d82761d [2021-01-22T00:36:50.964Z] ---> aed6fea3b294 [2021-01-22T00:36:50.964Z] Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:36:51.230Z] ---> Running in f0896726ab30 [2021-01-22T00:36:51.230Z] ---> Running in ae8d8e87b743 [2021-01-22T00:36:51.230Z] ---> Running in ce93c34723e3 [2021-01-22T00:36:51.230Z] Removing intermediate container 464a30f7cf4b [2021-01-22T00:36:51.230Z] ---> 44cb5cd94e9e [2021-01-22T00:36:51.230Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T00:36:51.230Z] ---> 44f346c4d1b7 [2021-01-22T00:36:51.230Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T00:36:51.261Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:36:51.492Z] ---> Running in d4c97d2ff250 [2021-01-22T00:36:51.492Z] Removing intermediate container f0896726ab30 [2021-01-22T00:36:51.492Z] ---> dbea65c97ca9 [2021-01-22T00:36:51.492Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:36:51.492Z] Removing intermediate container ce93c34723e3 [2021-01-22T00:36:51.492Z] ---> 68fd6b7956ac [2021-01-22T00:36:51.492Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:36:51.492Z] Removing intermediate container ae8d8e87b743 [2021-01-22T00:36:51.492Z] ---> 43be203aff19 [2021-01-22T00:36:51.492Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:36:51.758Z] ---> Running in b6ec90bc3502 [2021-01-22T00:36:51.758Z] ---> Running in 1ac16734165c [2021-01-22T00:36:51.758Z] ---> Running in 569db41c475d [2021-01-22T00:36:51.758Z] Removing intermediate container d4c97d2ff250 [2021-01-22T00:36:51.758Z] ---> ea8f800aa07c [2021-01-22T00:36:51.758Z] Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:36:52.021Z] ---> b769efb9ccd8 [2021-01-22T00:36:52.021Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T00:36:52.021Z] ---> Running in 06ee0f43029f [2021-01-22T00:36:52.021Z] Removing intermediate container b6ec90bc3502 [2021-01-22T00:36:52.021Z] ---> c9924bcb09df [2021-01-22T00:36:52.021Z] [2021-01-22T00:36:52.608Z] Successfully built c9924bcb09df [2021-01-22T00:36:52.608Z] Removing intermediate container 1ac16734165c [2021-01-22T00:36:52.608Z] ---> d95c77100bb8 [2021-01-22T00:36:52.608Z] Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:36:52.608Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T00:36:52.608Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-22T00:36:52.608Z] Removing intermediate container 569db41c475d [2021-01-22T00:36:52.608Z] ---> 7bae79061896 [2021-01-22T00:36:52.608Z] [2021-01-22T00:36:52.608Z] ---> Running in 875f14021a46 [2021-01-22T00:36:52.608Z] Removing intermediate container 06ee0f43029f [2021-01-22T00:36:52.608Z] ---> a4aec488dcd4 [2021-01-22T00:36:52.608Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:36:52.608Z] ---> cff0a404e4d9 [2021-01-22T00:36:52.608Z] 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-22T00:36:52.608Z] Successfully built 7bae79061896 [2021-01-22T00:36:52.608Z] Successfully tagged docker-core-command-go:latest [2021-01-22T00:36:52.608Z] Building docker-sys-mgmt-agent-go [2021-01-22T00:36:52.873Z]  Building docker-core-command-go ... done  ---> Running in a0b628a2959e [2021-01-22T00:36:52.873Z] ---> Running in 8428ce110ac3 [2021-01-22T00:36:52.873Z] Removing intermediate container 875f14021a46 [2021-01-22T00:36:52.873Z] ---> 6faf47ddc8fa [2021-01-22T00:36:52.873Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:36:53.145Z] ---> Running in dabe6d203001 [2021-01-22T00:36:53.145Z] Removing intermediate container a0b628a2959e [2021-01-22T00:36:53.145Z] ---> bf77ba849539 [2021-01-22T00:36:53.145Z] [2021-01-22T00:36:53.414Z] Successfully built bf77ba849539 [2021-01-22T00:36:53.414Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T00:36:53.415Z] Building docker-core-data-go [2021-01-22T00:36:53.684Z]  Building docker-support-notifications-go ... done Removing intermediate container dabe6d203001 [2021-01-22T00:36:53.684Z] ---> e3774e7fc8a6 [2021-01-22T00:36:53.684Z] [2021-01-22T00:36:53.958Z] Successfully built e3774e7fc8a6 [2021-01-22T00:36:53.958Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-22T00:36:53.958Z] Building docker-support-scheduler-go [2021-01-22T00:36:54.914Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 8428ce110ac3 [2021-01-22T00:36:54.914Z] ---> faaf7381e3bf [2021-01-22T00:36:54.914Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T00:36:58.249Z] ---> Running in a7544a6def25 [2021-01-22T00:36:58.520Z] Removing intermediate container a7544a6def25 [2021-01-22T00:36:58.520Z] ---> 26f0a267b654 [2021-01-22T00:36:58.520Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T00:37:01.088Z] ---> Running in 609a5f58f651 [2021-01-22T00:37:01.682Z] Removing intermediate container 609a5f58f651 [2021-01-22T00:37:01.682Z] ---> 96d70f6ba120 [2021-01-22T00:37:01.682Z] Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:37:04.248Z] ---> Running in 828cd1b4f936 [2021-01-22T00:37:04.511Z] Removing intermediate container 828cd1b4f936 [2021-01-22T00:37:04.511Z] ---> b1f80e6020f4 [2021-01-22T00:37:04.511Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:37:04.511Z] ---> Running in 223609bf40bd [2021-01-22T00:37:04.778Z] Removing intermediate container 223609bf40bd [2021-01-22T00:37:04.778Z] ---> 87e1a1972945 [2021-01-22T00:37:04.778Z] [2021-01-22T00:37:05.041Z] Successfully built 87e1a1972945 [2021-01-22T00:37:05.041Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:37:09.618Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:37:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:37:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:37:16.354Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:37:23.714Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:23.714Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:23.715Z] ---> c87be1d1f17a [2021-01-22T00:37:23.715Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> e7aa1c16c6e4 [2021-01-22T00:37:23.715Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> feccebc47413 [2021-01-22T00:37:23.715Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T00:37:23.715Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:23.715Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:23.715Z] ---> c87be1d1f17a [2021-01-22T00:37:23.715Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> e7aa1c16c6e4 [2021-01-22T00:37:23.715Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> feccebc47413 [2021-01-22T00:37:23.715Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:37:23.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:23.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:23.715Z] ---> c87be1d1f17a [2021-01-22T00:37:23.715Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> e7aa1c16c6e4 [2021-01-22T00:37:23.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> feccebc47413 [2021-01-22T00:37:23.715Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T00:37:23.715Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:23.715Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:23.715Z] ---> c87be1d1f17a [2021-01-22T00:37:23.715Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> e7aa1c16c6e4 [2021-01-22T00:37:23.715Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:23.715Z] ---> Using cache [2021-01-22T00:37:23.715Z] ---> feccebc47413 [2021-01-22T00:37:23.715Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:37:23.715Z] ---> Running in 4824f27fe465 [2021-01-22T00:37:23.715Z] ---> Running in 1f8eff7a4ba3 [2021-01-22T00:37:23.715Z] ---> Running in ee151b828a75 [2021-01-22T00:37:23.715Z] ---> Running in 52632ed79f04 [2021-01-22T00:37:24.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:24.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:24.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:24.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:24.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 46.6% of statements [2021-01-22T00:37:24.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:37:24.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:37:24.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:37:24.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:37:24.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:37:25.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:25.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:25.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:25.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:25.853Z] OK: 233 MiB in 51 packages [2021-01-22T00:37:25.853Z] OK: 233 MiB in 51 packages [2021-01-22T00:37:25.853Z] OK: 233 MiB in 51 packages [2021-01-22T00:37:25.853Z] OK: 233 MiB in 51 packages [2021-01-22T00:37:26.803Z] Removing intermediate container 1f8eff7a4ba3 [2021-01-22T00:37:26.803Z] ---> ca7058c2ed5e [2021-01-22T00:37:26.803Z] Step 6/26 : COPY go.mod . [2021-01-22T00:37:26.803Z] Removing intermediate container ee151b828a75 [2021-01-22T00:37:26.803Z] ---> 2ed4b6c723ae [2021-01-22T00:37:26.803Z] Step 6/23 : COPY go.mod . [2021-01-22T00:37:26.803Z] Removing intermediate container 52632ed79f04 [2021-01-22T00:37:26.803Z] ---> bfc7189234fa [2021-01-22T00:37:26.803Z] Step 6/21 : COPY go.mod . [2021-01-22T00:37:26.803Z] Removing intermediate container 4824f27fe465 [2021-01-22T00:37:26.803Z] ---> 70dc50ffe0f7 [2021-01-22T00:37:26.803Z] Step 6/21 : COPY go.mod . [2021-01-22T00:37:27.070Z] ---> 6a1c9340c557 [2021-01-22T00:37:27.070Z] Step 7/26 : RUN go mod download [2021-01-22T00:37:27.070Z] ---> 42dd58f9b78d [2021-01-22T00:37:27.070Z] Step 7/23 : RUN go mod download [2021-01-22T00:37:27.070Z] ---> Running in dcf9e2736fee [2021-01-22T00:37:27.070Z] ---> Running in ea5d4dc22c89 [2021-01-22T00:37:27.070Z] ---> d4e78949bbd5 [2021-01-22T00:37:27.070Z] Step 7/21 : RUN go mod download [2021-01-22T00:37:27.341Z] ---> 87b536a642a9 [2021-01-22T00:37:27.341Z] Step 7/21 : RUN go mod download [2021-01-22T00:37:27.341Z] ---> Running in b0b815112c42 [2021-01-22T00:37:27.613Z] ---> Running in df7b852fa16e [2021-01-22T00:37:30.210Z] Removing intermediate container ea5d4dc22c89 [2021-01-22T00:37:30.210Z] ---> dc6fbad3b9d2 [2021-01-22T00:37:30.210Z] Step 8/23 : COPY . . [2021-01-22T00:37:30.210Z] Removing intermediate container b0b815112c42 [2021-01-22T00:37:30.210Z] ---> 6f5b3b572b28 [2021-01-22T00:37:30.210Z] Step 8/21 : COPY . . [2021-01-22T00:37:30.210Z] Removing intermediate container dcf9e2736fee [2021-01-22T00:37:30.210Z] ---> 3453272cc527 [2021-01-22T00:37:30.210Z] Step 8/26 : COPY . . [2021-01-22T00:37:30.210Z] Removing intermediate container df7b852fa16e [2021-01-22T00:37:30.210Z] ---> 15e2ff6aafce [2021-01-22T00:37:30.210Z] Step 8/21 : COPY . . [2021-01-22T00:37:31.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.666s coverage: 27.0% of statements [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:37:31.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:37:31.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:37:31.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.312s coverage: 66.7% of statements [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:37:31.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:37:32.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.693s coverage: 82.3% of statements [2021-01-22T00:37:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:37:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:37:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:37:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:37:42.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.470s coverage: 28.6% of statements [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:37:42.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:37:42.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:37:42.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.413s coverage: 86.7% of statements [2021-01-22T00:37:42.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:37:44.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.628s coverage: 97.5% of statements [2021-01-22T00:37:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:37:44.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements [2021-01-22T00:37:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:37:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:37:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:37:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.535s coverage: 92.8% of statements [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.1% of statements [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.113s coverage: 75.5% of statements [2021-01-22T00:37:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 80.8% of statements [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements [2021-01-22T00:37:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements [2021-01-22T00:37:57.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements [2021-01-22T00:37:57.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T00:38:02.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.736s coverage: 63.5% of statements [2021-01-22T00:38:02.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T00:38:02.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T00:38:02.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements [2021-01-22T00:38:02.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-01-22T00:38:02.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-01-22T00:38:02.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-01-22T00:38:02.937Z] ---> 807eafb68091 [2021-01-22T00:38:02.937Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T00:38:02.937Z] ---> de59d10942d0 [2021-01-22T00:38:02.937Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T00:38:02.937Z] ---> 8893ced98860 [2021-01-22T00:38:02.937Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T00:38:02.937Z] ---> Running in 8af42f36b1f1 [2021-01-22T00:38:02.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.096s coverage: 100.0% of statements [2021-01-22T00:38:03.202Z] ---> Running in 0eb413bffe21 [2021-01-22T00:38:03.202Z] ---> Running in 6350e33c0d34 [2021-01-22T00:38:03.202Z] ---> 759f1ed797c6 [2021-01-22T00:38:03.202Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T00:38:03.466Z] ---> Running in 965ea71a8412 [2021-01-22T00:38:04.434Z] 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-22T00:38:04.434Z] 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-22T00:38:04.434Z] 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-22T00:38:04.434Z] 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-22T00:38:09.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.977s coverage: 68.9% of statements [2021-01-22T00:38:09.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T00:38:09.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T00:38:09.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T00:38:09.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T00:38:09.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T00:38:10.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements [2021-01-22T00:38:10.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T00:38:10.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T00:38:10.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.939s coverage: 84.0% of statements [2021-01-22T00:38:10.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-01-22T00:38:17.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.396s coverage: 47.1% of statements [2021-01-22T00:38:17.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T00:38:17.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T00:38:17.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T00:38:17.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T00:38:17.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T00:38:17.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.257s coverage: 100.0% of statements [2021-01-22T00:38:17.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T00:38:17.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements [2021-01-22T00:38:17.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.775s coverage: 29.1% of statements [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T00:38:25.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-22T00:38:25.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-22T00:38:26.485Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-01-22T00:38:27.466Z] GO111MODULE=on go vet ./... [2021-01-22T00:38:31.262Z] 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-22T00:38:37.957Z] Removing intermediate container 6350e33c0d34 [2021-01-22T00:38:37.957Z] ---> aad2e36cc6cc [2021-01-22T00:38:37.957Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T00:38:37.957Z] Removing intermediate container 965ea71a8412 [2021-01-22T00:38:37.957Z] ---> c067b505861d [2021-01-22T00:38:37.957Z] [2021-01-22T00:38:37.957Z] Step 10/21 : FROM scratch [2021-01-22T00:38:37.957Z] ---> [2021-01-22T00:38:37.957Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:38:38.229Z] ---> Running in 5cdc78e3f8df [2021-01-22T00:38:38.812Z] 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-22T00:38:38.812Z] ---> Using cache [2021-01-22T00:38:38.812Z] ---> c3787fa5dba6 [2021-01-22T00:38:38.812Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-22T00:38:40.740Z] ---> Running in 8b9a29b47741 [2021-01-22T00:38:41.003Z] Removing intermediate container 0eb413bffe21 [2021-01-22T00:38:41.003Z] ---> cd60e3b96f2c [2021-01-22T00:38:41.003Z] [2021-01-22T00:38:41.003Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T00:38:41.003Z] ---> 389fef711851 [2021-01-22T00:38:41.003Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T00:38:41.003Z] ---> Running in cfa0b30c1e03 [2021-01-22T00:38:41.266Z] Removing intermediate container 8b9a29b47741 [2021-01-22T00:38:41.266Z] ---> b4b5ce332e19 [2021-01-22T00:38:41.266Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-22T00:38:42.667Z] ---> Running in be36c96f3a02 [2021-01-22T00:38:44.596Z] Removing intermediate container be36c96f3a02 [2021-01-22T00:38:44.596Z] ---> 08f83456129a [2021-01-22T00:38:44.596Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:38:44.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:44.596Z] Removing intermediate container 5cdc78e3f8df [2021-01-22T00:38:44.596Z] ---> 4b887ff8ba88 [2021-01-22T00:38:44.596Z] [2021-01-22T00:38:44.596Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T00:38:44.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:44.596Z] 20.10.0: Pulling from library/docker [2021-01-22T00:38:44.596Z] Removing intermediate container 8af42f36b1f1 [2021-01-22T00:38:44.596Z] ---> 50427e5c3536 [2021-01-22T00:38:44.596Z] [2021-01-22T00:38:44.596Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:38:44.596Z] ---> 389fef711851 [2021-01-22T00:38:44.596Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:38:44.596Z] ---> Running in 8b1967ee12e9 [2021-01-22T00:38:44.596Z] ---> 8680e6a37e52 [2021-01-22T00:38:44.596Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T00:38:44.596Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T00:38:44.596Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:38:44.596Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T00:38:44.596Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T00:38:44.596Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:38:44.859Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:38:45.125Z] OK: 7 MiB in 18 packages [2021-01-22T00:38:45.125Z] Removing intermediate container 8b1967ee12e9 [2021-01-22T00:38:45.125Z] ---> ba7bcd44bbdb [2021-01-22T00:38:45.125Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T00:38:45.714Z] ---> Running in 5d58e31a2719 [2021-01-22T00:38:45.714Z] ---> 74f53f971294 [2021-01-22T00:38:45.714Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:46.302Z] Removing intermediate container 5d58e31a2719 [2021-01-22T00:38:46.302Z] ---> d0edb4b30fc3 [2021-01-22T00:38:46.302Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T00:38:46.571Z] ---> Running in 932976d25eaf [2021-01-22T00:38:46.571Z] ---> 3634f27d0229 [2021-01-22T00:38:46.571Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T00:38:46.571Z] Removing intermediate container cfa0b30c1e03 [2021-01-22T00:38:46.571Z] ---> ea5723f07a3b [2021-01-22T00:38:46.571Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:38:46.837Z] ---> Running in 03d71f7e365e [2021-01-22T00:38:46.837Z] ---> Running in d8d253b9af82 [2021-01-22T00:38:46.837Z] Removing intermediate container 932976d25eaf [2021-01-22T00:38:46.837Z] ---> ea014a849204 [2021-01-22T00:38:46.837Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:38:47.107Z] ---> Running in b702e9d37fe6 [2021-01-22T00:38:47.107Z] Removing intermediate container 03d71f7e365e [2021-01-22T00:38:47.107Z] ---> 10db10cc67d5 [2021-01-22T00:38:47.107Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:38:47.107Z] Removing intermediate container d8d253b9af82 [2021-01-22T00:38:47.107Z] ---> 6f800be729b4 [2021-01-22T00:38:47.107Z] Step 13/21 : WORKDIR /edgex [2021-01-22T00:38:47.379Z] ---> Running in 03a9ff5faf19 [2021-01-22T00:38:47.379Z] ---> Running in faf2439f5cae [2021-01-22T00:38:47.983Z] Removing intermediate container 03a9ff5faf19 [2021-01-22T00:38:47.983Z] ---> 16bf650294dd [2021-01-22T00:38:47.983Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T00:38:47.983Z] Removing intermediate container faf2439f5cae [2021-01-22T00:38:47.983Z] ---> 1d4f97f7ee87 [2021-01-22T00:38:47.983Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T00:38:47.983Z] ---> Running in 1cd6a12d22ad [2021-01-22T00:38:48.250Z] Removing intermediate container 1cd6a12d22ad [2021-01-22T00:38:48.250Z] ---> 33a8e295750d [2021-01-22T00:38:48.250Z] Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:38:48.534Z] ---> 91d9bf26c198 [2021-01-22T00:38:48.534Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T00:38:48.534Z] ---> Running in 697e10d233ad [2021-01-22T00:38:48.814Z] Removing intermediate container 697e10d233ad [2021-01-22T00:38:48.814Z] ---> 023e44181a00 [2021-01-22T00:38:48.814Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:38:48.814Z] ---> Running in 6dbbefbe915f [2021-01-22T00:38:48.814Z] Removing intermediate container b702e9d37fe6 [2021-01-22T00:38:48.814Z] ---> 1ad1f4d29d3f [2021-01-22T00:38:48.814Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-22T00:38:49.076Z] ---> Running in e4b9ad469a1f [2021-01-22T00:38:49.341Z] ---> 210d8940f934 [2021-01-22T00:38:49.341Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T00:38:49.931Z] Removing intermediate container 6dbbefbe915f [2021-01-22T00:38:49.931Z] ---> 128b8aef5558 [2021-01-22T00:38:49.931Z] [2021-01-22T00:38:50.211Z] Successfully built 128b8aef5558 [2021-01-22T00:38:50.474Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T00:38:50.474Z]  Building docker-support-scheduler-go ... done  ---> 725f6c9d6bf4 [2021-01-22T00:38:50.474Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T00:38:50.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:50.738Z] ---> Running in 31f1927d2ac1 [2021-01-22T00:38:51.002Z] Removing intermediate container 31f1927d2ac1 [2021-01-22T00:38:51.002Z] ---> 3703189a41e9 [2021-01-22T00:38:51.002Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T00:38:51.002Z] ---> Running in 6b5f22c63a3b [2021-01-22T00:38:51.265Z] Removing intermediate container 6b5f22c63a3b [2021-01-22T00:38:51.265Z] ---> dd761190b9a2 [2021-01-22T00:38:51.265Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T00:38:51.530Z] ---> Running in 728678481e55 [2021-01-22T00:38:51.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:51.530Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T00:38:51.530Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T00:38:51.530Z] ---> aefe523efa57 [2021-01-22T00:38:51.530Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T00:38:51.800Z] Removing intermediate container 728678481e55 [2021-01-22T00:38:51.800Z] ---> 32519e395839 [2021-01-22T00:38:51.800Z] Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:38:51.800Z] ---> Running in 267d88b87821 [2021-01-22T00:38:51.800Z] ---> Running in 24cdbc3100db [2021-01-22T00:38:52.069Z] Removing intermediate container 24cdbc3100db [2021-01-22T00:38:52.069Z] ---> 662d657703b6 [2021-01-22T00:38:52.069Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:38:52.069Z] ---> Running in 06fb97a27d2a [2021-01-22T00:38:52.336Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-22T00:38:52.336Z] Removing intermediate container 06fb97a27d2a [2021-01-22T00:38:52.336Z] ---> 7c6c9f5ec6d3 [2021-01-22T00:38:52.336Z] [2021-01-22T00:38:52.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:52.336Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-22T00:38:52.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:52.599Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-22T00:38:52.599Z] Successfully built 7c6c9f5ec6d3 [2021-01-22T00:38:52.599Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T00:38:52.599Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T00:38:52.599Z]  Building docker-security-proxy-setup-go ... done (2/2) Installing bash (5.0.17-r0) [2021-01-22T00:38:52.599Z] Executing bash-5.0.17-r0.post-install [2021-01-22T00:38:52.599Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:38:52.599Z] OK: 12 MiB in 22 packages [2021-01-22T00:38:52.877Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-22T00:38:53.140Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-22T00:38:53.140Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:38:53.140Z] OK: 8 MiB in 19 packages [2021-01-22T00:38:53.421Z] Removing intermediate container 267d88b87821 [2021-01-22T00:38:53.421Z] ---> 229f9354a00c [2021-01-22T00:38:53.421Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T00:38:53.421Z] ---> Running in b04c816c88b0 [2021-01-22T00:38:53.686Z] Removing intermediate container b04c816c88b0 [2021-01-22T00:38:53.686Z] ---> cfd52011e7ea [2021-01-22T00:38:53.686Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T00:38:53.686Z] Removing intermediate container e4b9ad469a1f [2021-01-22T00:38:53.686Z] ---> 9572d4aa8eeb [2021-01-22T00:38:53.686Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:38:53.686Z] ---> Running in 011a709e4b98 [2021-01-22T00:38:53.949Z] Removing intermediate container 011a709e4b98 [2021-01-22T00:38:53.949Z] ---> ab5e97ce3b44 [2021-01-22T00:38:53.949Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T00:38:53.949Z] ---> ec6205405526 [2021-01-22T00:38:53.949Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T00:38:54.216Z] ---> Running in 36af9da6909e [2021-01-22T00:38:54.216Z] Removing intermediate container 36af9da6909e [2021-01-22T00:38:54.216Z] ---> b2731820af52 [2021-01-22T00:38:54.216Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T00:38:54.798Z] ---> bab55da3c9b0 [2021-01-22T00:38:54.798Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:54.798Z] ---> 52ddb5d0fc16 [2021-01-22T00:38:54.798Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:55.064Z] ---> 4ea4bb62e006 [2021-01-22T00:38:55.064Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T00:38:55.064Z] ---> Running in 248459220ffb [2021-01-22T00:38:55.337Z] ---> e35222a041a8 [2021-01-22T00:38:55.337Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T00:38:55.337Z] Removing intermediate container 248459220ffb [2021-01-22T00:38:55.337Z] ---> b4bee16c42ff [2021-01-22T00:38:55.337Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:38:55.612Z] ---> Running in baf27eafd43c [2021-01-22T00:38:55.612Z] ---> 0b58a080b364 [2021-01-22T00:38:55.612Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T00:38:55.612Z] Removing intermediate container baf27eafd43c [2021-01-22T00:38:55.612Z] ---> 24eb44d0cf88 [2021-01-22T00:38:55.612Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T00:38:55.998Z] ---> Running in 5a2c681686da [2021-01-22T00:38:55.998Z] ---> Running in aad34cc65c16 [2021-01-22T00:38:56.311Z] Removing intermediate container 5a2c681686da [2021-01-22T00:38:56.311Z] ---> 601ab13a7ba3 [2021-01-22T00:38:56.311Z] Step 22/23 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:38:56.311Z] ---> Running in 1d29b139cfcc [2021-01-22T00:38:56.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:56.589Z] Removing intermediate container 1d29b139cfcc [2021-01-22T00:38:56.589Z] ---> cc9e0bda276b [2021-01-22T00:38:56.589Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:38:56.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:56.589Z] ---> Running in 2c754ec44d99 [2021-01-22T00:38:56.852Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T00:38:56.852Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T00:38:56.852Z] Removing intermediate container 2c754ec44d99 [2021-01-22T00:38:56.852Z] ---> 4a9f4d3cb801 [2021-01-22T00:38:56.852Z] [2021-01-22T00:38:56.852Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T00:38:56.852Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T00:38:57.114Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T00:38:57.114Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T00:38:57.114Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T00:38:57.114Z] Successfully built 4a9f4d3cb801 [2021-01-22T00:38:57.377Z] Successfully tagged docker-core-data-go:latest [2021-01-22T00:38:57.952Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T00:38:57.952Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T00:38:57.952Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T00:38:58.219Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T00:38:58.219Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T00:38:58.219Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T00:38:58.219Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T00:38:58.219Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T00:38:58.219Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T00:38:58.219Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T00:38:58.219Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T00:38:58.219Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T00:38:58.483Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T00:38:58.483Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T00:38:58.483Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T00:38:58.483Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T00:38:58.748Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T00:38:58.748Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T00:38:58.748Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T00:38:58.748Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T00:38:58.748Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T00:38:58.748Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T00:38:58.748Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T00:38:58.748Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T00:38:58.748Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T00:38:58.748Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T00:38:59.014Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:38:59.014Z] OK: 71 MiB in 55 packages [2021-01-22T00:39:07.207Z] Removing intermediate container aad34cc65c16 [2021-01-22T00:39:07.207Z] ---> 01b34edc1a13 [2021-01-22T00:39:07.207Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T00:39:07.207Z] ---> Running in f6948ef391fc [2021-01-22T00:39:08.603Z] Collecting docker-compose==1.23.2 [2021-01-22T00:39:08.603Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T00:39:08.866Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T00:39:08.866Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T00:39:09.127Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T00:39:09.127Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T00:39:09.392Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T00:39:09.392Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T00:39:09.977Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T00:39:09.977Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T00:39:09.977Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T00:39:09.977Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T00:39:10.241Z] Collecting PyYAML<4,>=3.10 [2021-01-22T00:39:10.241Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T00:39:11.630Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T00:39:11.895Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T00:39:12.473Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T00:39:12.473Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T00:39:13.051Z] 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-22T00:39:13.052Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T00:39:13.052Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T00:39:13.625Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T00:39:13.625Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T00:39:13.625Z] 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-22T00:39:13.625Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T00:39:13.625Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T00:39:13.887Z] Collecting idna<2.8,>=2.5 [2021-01-22T00:39:13.887Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T00:39:13.887Z] 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-22T00:39:13.887Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T00:39:13.887Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T00:39:13.887Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T00:39:13.887Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T00:39:13.887Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, cached-property, PyYAML, dockerpty, docopt, docker-compose [2021-01-22T00:39:14.150Z] Attempting uninstall: urllib3 [2021-01-22T00:39:14.150Z] Found existing installation: urllib3 1.25.9 [2021-01-22T00:39:14.150Z] Uninstalling urllib3-1.25.9: [2021-01-22T00:39:14.150Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T00:39:14.413Z] Attempting uninstall: idna [2021-01-22T00:39:14.413Z] Found existing installation: idna 2.9 [2021-01-22T00:39:14.413Z] Uninstalling idna-2.9: [2021-01-22T00:39:14.413Z] Successfully uninstalled idna-2.9 [2021-01-22T00:39:14.675Z] Attempting uninstall: requests [2021-01-22T00:39:14.675Z] Found existing installation: requests 2.23.0 [2021-01-22T00:39:14.675Z] Uninstalling requests-2.23.0: [2021-01-22T00:39:14.675Z] Successfully uninstalled requests-2.23.0 [2021-01-22T00:39:14.936Z] Running setup.py install for texttable: started [2021-01-22T00:39:15.511Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T00:39:15.511Z] Running setup.py install for PyYAML: started [2021-01-22T00:39:16.089Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T00:39:16.089Z] Running setup.py install for dockerpty: started [2021-01-22T00:39:16.677Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T00:39:16.677Z] Running setup.py install for docopt: started [2021-01-22T00:39:17.253Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T00:39:17.515Z] 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-22T00:39:20.835Z] Removing intermediate container f6948ef391fc [2021-01-22T00:39:20.836Z] ---> d6bb32056f9a [2021-01-22T00:39:20.836Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T00:39:20.836Z] ---> Running in 6fe37bb8f639 [2021-01-22T00:39:20.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:20.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:21.099Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:39:21.099Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T00:39:21.099Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T00:39:21.099Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:39:21.099Z] OK: 72 MiB in 58 packages [2021-01-22T00:39:21.683Z] Removing intermediate container 6fe37bb8f639 [2021-01-22T00:39:21.683Z] ---> 9fdf88a83812 [2021-01-22T00:39:21.683Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T00:39:21.683Z] ---> Running in f71a256c417f [2021-01-22T00:39:21.683Z] Removing intermediate container f71a256c417f [2021-01-22T00:39:21.683Z] ---> 6410f4c4ca3a [2021-01-22T00:39:21.683Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:39:21.944Z] ---> Running in 0a8f4d0e3d48 [2021-01-22T00:39:21.944Z] Removing intermediate container 0a8f4d0e3d48 [2021-01-22T00:39:21.944Z] ---> 184020a6c681 [2021-01-22T00:39:21.944Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T00:39:22.207Z] ---> Running in 19b6e8a0aa83 [2021-01-22T00:39:22.207Z] Removing intermediate container 19b6e8a0aa83 [2021-01-22T00:39:22.207Z] ---> ec0726d23f54 [2021-01-22T00:39:22.207Z] Step 25/26 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:39:22.469Z] ---> Running in e85de7c1680f [2021-01-22T00:39:22.469Z] Removing intermediate container e85de7c1680f [2021-01-22T00:39:22.469Z] ---> 2eb4679c7bf7 [2021-01-22T00:39:22.469Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T00:39:22.469Z] ---> Running in a92986860eac [2021-01-22T00:39:22.734Z] Removing intermediate container a92986860eac [2021-01-22T00:39:22.734Z] ---> cbcf920cda6a [2021-01-22T00:39:22.734Z] [2021-01-22T00:39:22.995Z] Successfully built cbcf920cda6a [2021-01-22T00:39:22.995Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T00:39:23.269Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T00:39:23.276Z] $ docker stop --time=1 c560ec970e2f57c5857bf7c5477764620398c1a0aa8bec4876a99e4ec30f51e8 [2021-01-22T00:39:24.845Z] $ docker rm -f c560ec970e2f57c5857bf7c5477764620398c1a0aa8bec4876a99e4ec30f51e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:39:25.370Z] + docker images [2021-01-22T00:39:25.370Z] + grep docker [2021-01-22T00:39:25.370Z] docker-sys-mgmt-agent-go latest cbcf920cda6a 3 seconds ago 313MB [2021-01-22T00:39:25.370Z] docker-core-data-go latest 4a9f4d3cb801 29 seconds ago 22.3MB [2021-01-22T00:39:25.370Z] docker-security-proxy-setup-go latest 7c6c9f5ec6d3 33 seconds ago 24.4MB [2021-01-22T00:39:25.370Z] docker-support-scheduler-go latest 128b8aef5558 36 seconds ago 10.7MB [2021-01-22T00:39:25.370Z] docker-security-secretstore-setup-go latest 87e1a1972945 2 minutes ago 24.6MB [2021-01-22T00:39:25.370Z] docker-security-bootstrap-redis-go latest e3774e7fc8a6 2 minutes ago 15.8MB [2021-01-22T00:39:25.370Z] docker-support-notifications-go latest bf77ba849539 2 minutes ago 12MB [2021-01-22T00:39:25.370Z] docker-core-command-go latest 7bae79061896 2 minutes ago 10.6MB [2021-01-22T00:39:25.370Z] docker-core-metadata-go latest c9924bcb09df 2 minutes ago 13.1MB [2021-01-22T00:39:25.370Z] docker 20.10.0 aefe523efa57 5 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-22T00:39:41.128Z] Still waiting to schedule task [2021-01-22T00:39:41.128Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T00:39:49.440Z] gofmt -l . [2021-01-22T00:39:52.339Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:39:56.649Z] ./bin/test-go-mod-tidy.sh [2021-01-22T00:39:56.924Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T00:39:59.036Z] + ls -al . [2021-01-22T00:39:59.036Z] total 684 [2021-01-22T00:39:59.036Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 00:39 . [2021-01-22T00:39:59.036Z] drwxr-xr-x 4 root root 4096 Jan 22 00:35 .. [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:33 .dockerignore [2021-01-22T00:39:59.036Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:33 .git [2021-01-22T00:39:59.036Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 00:33 .github [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 824 Jan 22 00:33 .gitignore [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:33 .sonarcloud.properties [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:33 Attribution.txt [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:33 CONTRIBUTING.md [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:33 Dockerfile.build [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:33 Jenkinsfile [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:33 LICENSE [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:33 Makefile [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:33 README.md [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:33 SECURITY.md [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:31 VERSION [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:33 ZMQWindows.md [2021-01-22T00:39:59.036Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 00:33 bin [2021-01-22T00:39:59.036Z] drwxrwxr-x 14 1001 1001 4096 Jan 22 00:33 cmd [2021-01-22T00:39:59.036Z] -rw-r--r-- 1 root root 551534 Jan 22 00:38 coverage.out [2021-01-22T00:39:59.036Z] -rw-r--r-- 1 root root 1027 Jan 22 00:39 go.mod [2021-01-22T00:39:59.036Z] -rw-r--r-- 1 root root 18842 Jan 22 00:39 go.sum [2021-01-22T00:39:59.036Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:33 internal [2021-01-22T00:39:59.036Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:33 openapi [2021-01-22T00:39:59.036Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:33 snap [2021-01-22T00:39:59.036Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:33 version.go [Pipeline] sh [2021-01-22T00:39:59.725Z] + '[' -e coverage.out ] [2021-01-22T00:39:59.725Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T00:39:59.746Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T00:40:00.981Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T00:40:01.630Z] + make build [2021-01-22T00:40:01.630Z] 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-22T00:40:14.042Z] 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-22T00:40:40.940Z] 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-22T00:40:46.384Z] 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-22T00:40:53.101Z] 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-22T00:40:53.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T00:41:00.422Z] 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-22T00:41:07.148Z] 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-22T00:41:12.567Z] 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-22T00:41:17.983Z] 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-22T00:41:20.313Z] Running on prd-ubuntu18.04-docker-8c-8g-22108 in /w/workspace/edgexfoundry_edgex-go_PR-3058 [Pipeline] { [Pipeline] ws [2021-01-22T00:41:20.439Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-22T00:41:21.380Z] 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-22T00:41:22.617Z] using credential edgex-jenkins-ssh [2021-01-22T00:41:22.672Z] Cloning the remote Git repository [2021-01-22T00:41:22.698Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:41:22.762Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-22T00:41:22.794Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:41:22.795Z] > git --version # timeout=10 [2021-01-22T00:41:22.802Z] > git --version # 'git version 2.17.1' [2021-01-22T00:41:22.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:41:22.828Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:41:25.738Z] 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 [Pipeline] } [2021-01-22T00:41:31.159Z] $ docker stop --time=1 5c53e62bb591d7e108dffbe2e9620c640cec90c032daa75ad1c4a67ba12587f2 [2021-01-22T00:41:33.772Z] $ docker rm -f 5c53e62bb591d7e108dffbe2e9620c640cec90c032daa75ad1c4a67ba12587f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:41:35.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:41:36.175Z] [2021-01-22T00:41:36.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:41:36.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:41:36.966Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T00:41:36.966Z] 29e5d40040c1: Pulling fs layer [2021-01-22T00:41:36.966Z] 1ce36da41761: Pulling fs layer [2021-01-22T00:41:36.966Z] 25b303627fd3: Pulling fs layer [2021-01-22T00:41:36.966Z] 29e5d40040c1: Verifying Checksum [2021-01-22T00:41:36.966Z] 29e5d40040c1: Download complete [2021-01-22T00:41:37.964Z] 29e5d40040c1: Pull complete [2021-01-22T00:41:37.964Z] 1ce36da41761: Verifying Checksum [2021-01-22T00:41:37.964Z] 1ce36da41761: Download complete [2021-01-22T00:41:38.944Z] 1ce36da41761: Pull complete [2021-01-22T00:41:39.928Z] 25b303627fd3: Verifying Checksum [2021-01-22T00:41:39.928Z] 25b303627fd3: Download complete [2021-01-22T00:41:48.870Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:41:48.876Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:41:48.886Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:41:48.897Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:41:48.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:41:48.901Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3058/head:refs/remotes/origin/PR-3058 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T00:41:49.418Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit ad3a7c46b1225c5583ed95292fc67c02ffde05ab [2021-01-22T00:41:49.596Z] Merge succeeded, producing 01141f00eb69916b1876d4437a5c6f5a89fbd9c2 [2021-01-22T00:41:49.597Z] Checking out Revision 01141f00eb69916b1876d4437a5c6f5a89fbd9c2 (PR-3058) [2021-01-22T00:41:50.160Z] 25b303627fd3: Pull complete [2021-01-22T00:41:50.160Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T00:41:50.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:41:50.160Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T00:41:50.409Z] prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container [2021-01-22T00:41:50.497Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T00:41:49.430Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:41:49.434Z] > git checkout -f ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 [2021-01-22T00:41:49.508Z] > git remote # timeout=10 [2021-01-22T00:41:49.514Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:41:49.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:41:49.530Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-22T00:41:49.593Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:41:49.603Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:41:49.607Z] > git checkout -f 01141f00eb69916b1876d4437a5c6f5a89fbd9c2 # timeout=10 [2021-01-22T00:41:53.320Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-22T00:41:53.327Z] > git rev-list --no-walk ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 [2021-01-22T00:41:53.924Z] $ docker top 4b0cd98ad610aa349e2d87256002d18f076fa3de79078159f6c460edde4878b1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:41:55.046Z] + + docker-composegrep build parallel --help [2021-01-22T00:41:55.046Z] [2021-01-22T00:41:55.159Z] + echo snap-build.sh [2021-01-22T00:41:55.159Z] snap-build.sh [2021-01-22T00:41:55.159Z] + SNAP_BASE_DIR=. [2021-01-22T00:41:55.159Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-22T00:41:55.159Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-22T00:41:55.159Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-22T00:41:55.159Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-22T00:41:55.159Z] + cd /w/workspace/edgex-go/2 [2021-01-22T00:41:55.159Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T00:41:55.159Z] Reading package lists... [2021-01-22T00:41:55.159Z] Building dependency tree... [2021-01-22T00:41:55.159Z] Reading state information... [2021-01-22T00:41:55.422Z] The following packages were automatically installed and are no longer required: [2021-01-22T00:41:55.422Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T00:41:55.422Z] uidmap xdelta3 [2021-01-22T00:41:55.422Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T00:41:55.422Z] The following packages will be REMOVED: [2021-01-22T00:41:55.422Z] lxd* lxd-client* [2021-01-22T00:41:56.000Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T00:41:56.000Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T00:41:56.785Z] (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-22T00:41:56.785Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:41:57.729Z] Removing lxd dnsmasq configuration [2021-01-22T00:41:57.729Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:41:57.990Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T00:41:58.934Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T00:41:59.195Z] (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-22T00:41:59.195Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:42:00.439Z] --parallel Build images in parallel. [2021-01-22T00:42:00.589Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T00:42:00.589Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] } [2021-01-22T00:42:00.729Z] $ docker stop --time=1 4b0cd98ad610aa349e2d87256002d18f076fa3de79078159f6c460edde4878b1 [2021-01-22T00:42:01.529Z] + sudo snap remove --purge lxd [2021-01-22T00:42:01.793Z] snap "lxd" is not installed [2021-01-22T00:42:01.793Z] + sudo groupadd --force --system lxd [2021-01-22T00:42:01.793Z] ++ whoami [2021-01-22T00:42:01.793Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T00:42:01.793Z] + newgrp - lxd [2021-01-22T00:42:01.793Z] + sudo snap install lxd [2021-01-22T00:42:02.640Z] $ docker rm -f 4b0cd98ad610aa349e2d87256002d18f076fa3de79078159f6c460edde4878b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:42:03.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:42:03.449Z] . [Pipeline] withDockerContainer [2021-01-22T00:42:03.719Z] prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container [2021-01-22T00:42:03.803Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T00:42:05.243Z] $ docker top c11e2bc7ed416efe8035afe1b9eec12d05e1bd68054c8bcf35435f4e37177d26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:42:06.262Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T00:42:10.011Z] 2021-01-22T00:42:08Z INFO Waiting for automatic snapd restart... [2021-01-22T00:42:12.960Z] Building docker-core-command-go ... [2021-01-22T00:42:12.960Z] Building docker-core-data-go ... [2021-01-22T00:42:12.960Z] Building docker-core-metadata-go ... [2021-01-22T00:42:12.960Z] Building docker-security-bootstrap-redis-go ... [2021-01-22T00:42:12.960Z] Building docker-security-proxy-setup-go ... [2021-01-22T00:42:12.960Z] Building docker-security-secretstore-setup-go ... [2021-01-22T00:42:12.960Z] Building docker-support-notifications-go ... [2021-01-22T00:42:12.960Z] Building docker-support-scheduler-go ... [2021-01-22T00:42:12.960Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T00:42:12.960Z] Building docker-security-secretstore-setup-go [2021-01-22T00:42:12.960Z] Building docker-core-metadata-go [2021-01-22T00:42:12.960Z] Building docker-sys-mgmt-agent-go [2021-01-22T00:42:12.960Z] Building docker-support-notifications-go [2021-01-22T00:42:12.960Z] Building docker-security-bootstrap-redis-go [2021-01-22T00:42:24.947Z] lxd 4.10 from Canonical* installed [2021-01-22T00:42:24.947Z] + sudo lxd init --auto [2021-01-22T00:42:33.593Z] + sudo snap install --classic snapcraft [2021-01-22T00:42:37.800Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T00:42:37.800Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T00:42:37.800Z] + patch --verbose -p1 [2021-01-22T00:42:37.800Z] Hmm... Looks like a unified diff to me... [2021-01-22T00:42:37.800Z] The text leading up to this was: [2021-01-22T00:42:37.800Z] -------------------------- [2021-01-22T00:42:37.800Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T00:42:37.800Z] |From: Tony Espy [2021-01-22T00:42:37.800Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T00:42:37.800Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T00:42:37.800Z] | [2021-01-22T00:42:37.800Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T00:42:37.800Z] |optimize the snap CI check run for pull requests. When [2021-01-22T00:42:37.800Z] |applied, it essentially strips out everything (apps and [2021-01-22T00:42:37.800Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T00:42:37.800Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T00:42:37.800Z] |catch changes to edgex-go that break the snap build. [2021-01-22T00:42:37.800Z] | [2021-01-22T00:42:37.800Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T00:42:37.800Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T00:42:37.800Z] |resulting in a failed snap build CI check in the associated [2021-01-22T00:42:37.800Z] |pull request. [2021-01-22T00:42:37.800Z] | [2021-01-22T00:42:37.800Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T00:42:37.800Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T00:42:37.800Z] |need to build the finally binary .snap file (and it won't [2021-01-22T00:42:37.800Z] |work with the patch applied). This further reduces the build [2021-01-22T00:42:37.800Z] |time. [2021-01-22T00:42:37.800Z] |--- [2021-01-22T00:42:37.800Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T00:42:37.800Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T00:42:37.800Z] | [2021-01-22T00:42:37.800Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T00:42:37.800Z] |index 1e537489..faf42425 100644 [2021-01-22T00:42:37.800Z] |--- a/snap/snapcraft.yaml [2021-01-22T00:42:37.800Z] |+++ b/snap/snapcraft.yaml [2021-01-22T00:42:37.800Z] -------------------------- [2021-01-22T00:42:37.800Z] patching file snap/snapcraft.yaml [2021-01-22T00:42:37.800Z] Using Plan A... [2021-01-22T00:42:37.800Z] Hunk #1 succeeded at 73. [2021-01-22T00:42:37.800Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T00:42:37.800Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T00:42:37.800Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T00:42:37.800Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T00:42:37.800Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T00:42:37.800Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T00:42:37.800Z] Hunk #8 succeeded at 342. [2021-01-22T00:42:37.800Z] Hmm... Ignoring the trailing garbage. [2021-01-22T00:42:37.800Z] done [2021-01-22T00:42:37.800Z] + sudo snapcraft prime --use-lxd [2021-01-22T00:42:38.370Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T00:42:38.370Z] 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-22T00:42:38.370Z] - README.md [2021-01-22T00:42:38.370Z] - snapcraft.yaml.orig [2021-01-22T00:42:38.370Z] [2021-01-22T00:42:38.370Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T00:42:38.941Z] Launching a container. [2021-01-22T00:42:51.179Z] Waiting for container to be ready [2021-01-22T00:42:51.440Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T00:42:51.440Z] [2021-01-22T00:42:54.777Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T00:42:54.777Z] Waiting for network to be ready... [2021-01-22T00:42:55.350Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T00:42:55.350Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T00:42:55.350Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T00:42:55.350Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T00:42:55.350Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T00:42:55.350Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T00:42:55.350Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T00:42:55.610Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T00:42:55.610Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T00:42:55.610Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T00:42:55.871Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T00:42:55.871Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T00:42:56.131Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T00:42:56.131Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T00:42:56.392Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T00:42:56.392Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T00:42:56.392Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T00:42:56.392Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T00:42:56.964Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T00:42:56.964Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T00:42:56.964Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T00:42:56.964Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T00:42:56.964Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T00:42:56.964Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T00:42:56.964Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T00:42:56.964Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T00:42:57.232Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T00:42:59.168Z] Fetched 23.8 MB in 4s (5787 kB/s) [2021-01-22T00:43:00.142Z] Reading package lists... [2021-01-22T00:43:00.142Z] Reading package lists... [2021-01-22T00:43:00.413Z] Building dependency tree... [2021-01-22T00:43:00.413Z] Reading state information... [2021-01-22T00:43:00.413Z] The following additional packages will be installed: [2021-01-22T00:43:00.413Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T00:43:00.413Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T00:43:00.413Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T00:43:00.413Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T00:43:00.413Z] Suggested packages: [2021-01-22T00:43:00.413Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T00:43:00.413Z] Recommended packages: [2021-01-22T00:43:00.413Z] gnupg libsasl2-modules [2021-01-22T00:43:00.413Z] The following NEW packages will be installed: [2021-01-22T00:43:00.413Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T00:43:00.413Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T00:43:00.413Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T00:43:00.413Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T00:43:00.413Z] The following packages will be upgraded: [2021-01-22T00:43:00.413Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T00:43:00.683Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T00:43:00.683Z] Need to get 3533 kB of archives. [2021-01-22T00:43:00.683Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T00:43:00.683Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T00:43:00.683Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T00:43:00.683Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T00:43:00.683Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T00:43:00.683Z] Get:5 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-22T00:43:00.683Z] Get:6 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-22T00:43:00.683Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-22T00:43:00.683Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-22T00:43:00.683Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T00:43:00.956Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T00:43:01.532Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T00:43:01.532Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T00:43:01.532Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T00:43:01.532Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T00:43:01.532Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T00:43:01.532Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T00:43:01.532Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T00:43:01.532Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T00:43:01.532Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T00:43:01.532Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T00:43:01.532Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T00:43:01.532Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T00:43:01.794Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:43:01.794Z] Fetched 3533 kB in 1s (3225 kB/s) [2021-01-22T00:43:01.794Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T00:43:01.794Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:01.794Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:01.794Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T00:43:02.060Z] Selecting previously unselected package udev. [2021-01-22T00:43:02.060Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T00:43:02.060Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:02.060Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T00:43:02.322Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T00:43:02.322Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T00:43:02.322Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T00:43:02.585Z] Selecting previously unselected package fuse. [2021-01-22T00:43:02.585Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T00:43:02.585Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T00:43:02.585Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:02.585Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:02.849Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:02.849Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:02.849Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:02.849Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:03.116Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T00:43:03.116Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T00:43:03.116Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T00:43:03.116Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T00:43:03.116Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.116Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.377Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T00:43:03.377Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.377Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.377Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T00:43:03.377Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.377Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.377Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T00:43:03.377Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.377Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.638Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T00:43:03.638Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.638Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.638Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T00:43:03.638Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.638Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.638Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T00:43:03.638Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.638Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.901Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T00:43:03.901Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.901Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:03.901Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T00:43:03.901Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:03.901Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:04.164Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T00:43:04.164Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T00:43:04.164Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:04.164Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T00:43:04.164Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T00:43:04.164Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:04.164Z] Selecting previously unselected package libldap-common. [2021-01-22T00:43:04.164Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T00:43:04.164Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:04.433Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T00:43:04.434Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T00:43:04.434Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:04.434Z] Selecting previously unselected package dirmngr. [2021-01-22T00:43:04.434Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:04.434Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:04.434Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:04.699Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:04.699Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T00:43:04.699Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:04.699Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:04.699Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:04.699Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:04.699Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T00:43:04.699Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:04.699Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T00:43:05.276Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T00:43:05.276Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.276Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T00:43:05.276Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T00:43:05.276Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:05.537Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.537Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.537Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.537Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.537Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.537Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.537Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:05.537Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:05.537Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:05.801Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:06.061Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T00:43:06.061Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T00:43:06.061Z] This means they are not meant to be enabled using systemctl. [2021-01-22T00:43:06.061Z] Possible reasons for having this kind of units are: [2021-01-22T00:43:06.061Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T00:43:06.061Z] .wants/ or .requires/ directory. [2021-01-22T00:43:06.061Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T00:43:06.061Z] a requirement dependency on it. [2021-01-22T00:43:06.061Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T00:43:06.061Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T00:43:06.061Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T00:43:06.061Z] instance name specified. [2021-01-22T00:43:06.323Z] Reading package lists... [2021-01-22T00:43:06.588Z] Building dependency tree... [2021-01-22T00:43:06.588Z] Reading state information... [2021-01-22T00:43:06.588Z] The following additional packages will be installed: [2021-01-22T00:43:06.588Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T00:43:06.588Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T00:43:06.588Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T00:43:06.588Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T00:43:06.588Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T00:43:06.588Z] Suggested packages: [2021-01-22T00:43:06.588Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T00:43:06.588Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T00:43:06.588Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T00:43:06.588Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T00:43:06.588Z] systemd-container policykit-1 [2021-01-22T00:43:06.588Z] Recommended packages: [2021-01-22T00:43:06.588Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T00:43:06.849Z] The following NEW packages will be installed: [2021-01-22T00:43:06.849Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T00:43:06.849Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T00:43:06.849Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T00:43:06.849Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T00:43:06.849Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T00:43:06.849Z] The following packages will be upgraded: [2021-01-22T00:43:06.849Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T00:43:06.849Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T00:43:06.849Z] Need to get 35.2 MB of archives. [2021-01-22T00:43:06.849Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T00:43:06.849Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T00:43:06.849Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T00:43:06.849Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-22T00:43:06.849Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T00:43:06.849Z] 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-22T00:43:06.849Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T00:43:06.849Z] 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-22T00:43:07.111Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T00:43:07.111Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T00:43:07.111Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T00:43:07.111Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T00:43:07.111Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T00:43:07.111Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T00:43:07.111Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T00:43:07.111Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T00:43:07.111Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T00:43:07.111Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T00:43:07.682Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T00:43:07.682Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T00:43:07.682Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T00:43:07.682Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T00:43:07.682Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T00:43:07.682Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T00:43:07.682Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T00:43:07.682Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T00:43:07.682Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T00:43:07.682Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T00:43:07.943Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T00:43:07.943Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T00:43:07.943Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T00:43:09.325Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:43:09.325Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-01-22T00:43:09.325Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:43:09.325Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:09.325Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:09.895Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:09.895Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:10.156Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T00:43:10.157Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:43:10.157Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T00:43:10.157Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T00:43:10.157Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T00:43:10.422Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:43:10.422Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T00:43:10.422Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T00:43:10.683Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T00:43:10.683Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T00:43:11.262Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T00:43:11.262Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T00:43:11.262Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T00:43:11.262Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T00:43:11.526Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T00:43:11.526Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:11.526Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:11.790Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T00:43:11.790Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T00:43:11.790Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T00:43:11.790Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T00:43:11.790Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:11.790Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:12.054Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T00:43:12.315Z] Checking for services that may need to be restarted...done. [2021-01-22T00:43:12.315Z] Checking for services that may need to be restarted...done. [2021-01-22T00:43:12.315Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:12.315Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T00:43:12.315Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:12.890Z] Selecting previously unselected package python3-minimal. [2021-01-22T00:43:12.890Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T00:43:12.890Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:43:12.890Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T00:43:12.890Z] Selecting previously unselected package mime-support. [2021-01-22T00:43:12.890Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T00:43:12.890Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T00:43:12.890Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T00:43:12.890Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T00:43:12.890Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T00:43:13.154Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T00:43:13.154Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:13.154Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:13.423Z] Selecting previously unselected package python3.6. [2021-01-22T00:43:13.423Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:13.423Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:13.423Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T00:43:13.423Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:43:13.423Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T00:43:13.423Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T00:43:13.683Z] Selecting previously unselected package python3. [2021-01-22T00:43:13.683Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T00:43:13.683Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:43:13.683Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T00:43:13.944Z] Selecting previously unselected package multiarch-support. [2021-01-22T00:43:13.944Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:13.944Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T00:43:14.206Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T00:43:14.206Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T00:43:14.206Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T00:43:14.206Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T00:43:14.206Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T00:43:14.206Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T00:43:14.206Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T00:43:14.206Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T00:43:14.467Z] Selecting previously unselected package sudo. [2021-01-22T00:43:14.467Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T00:43:14.467Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T00:43:14.467Z] Selecting previously unselected package apparmor. [2021-01-22T00:43:14.467Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T00:43:14.467Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T00:43:14.760Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T00:43:14.760Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T00:43:14.760Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T00:43:14.760Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T00:43:14.760Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:14.760Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:15.022Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T00:43:15.022Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:15.023Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:15.023Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T00:43:15.023Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T00:43:15.023Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T00:43:15.023Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T00:43:15.023Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:15.023Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:15.283Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T00:43:15.283Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:15.283Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:15.283Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T00:43:15.283Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T00:43:15.283Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T00:43:15.544Z] Selecting previously unselected package openssh-client. [2021-01-22T00:43:15.544Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T00:43:15.544Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T00:43:15.803Z] Selecting previously unselected package squashfs-tools. [2021-01-22T00:43:15.803Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T00:43:15.803Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T00:43:15.803Z] Selecting previously unselected package snapd. [2021-01-22T00:43:15.803Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T00:43:15.803Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T00:43:17.735Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T00:43:17.735Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T00:43:18.014Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T00:43:18.014Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T00:43:18.014Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T00:43:18.014Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:18.014Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:18.282Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T00:43:18.282Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T00:43:18.872Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T00:43:18.872Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T00:43:19.139Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T00:43:19.139Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:19.139Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:19.139Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:20.098Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T00:43:20.359Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:20.359Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T00:43:20.359Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T00:43:20.359Z] running python rtupdate hooks for python3.6... [2021-01-22T00:43:20.359Z] running python post-rtupdate hooks for python3.6... [2021-01-22T00:43:20.359Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T00:43:20.982Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:43:20.982Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:43:20.982Z] ---> 4fec52a89cea [2021-01-22T00:43:20.982Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:43:20.982Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:43:20.982Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:43:20.982Z] ---> 4fec52a89cea [2021-01-22T00:43:20.982Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:43:20.982Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:43:20.982Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:43:20.982Z] ---> 4fec52a89cea [2021-01-22T00:43:20.982Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:43:20.982Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:43:20.982Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:43:20.982Z] ---> 4fec52a89cea [2021-01-22T00:43:20.982Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T00:43:20.982Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:43:20.982Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:43:20.982Z] ---> 4fec52a89cea [2021-01-22T00:43:20.982Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:43:22.271Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T00:43:22.271Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:22.271Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T00:43:22.271Z] Setting up snapd (2.48+18.04) ... [2021-01-22T00:43:22.530Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T00:43:22.789Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T00:43:23.048Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T00:43:23.048Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T00:43:23.308Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T00:43:23.308Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T00:43:23.567Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T00:43:23.568Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T00:43:23.827Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T00:43:24.088Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T00:43:24.088Z] /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-22T00:43:24.088Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:24.088Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T00:43:24.384Z] ---> Running in e829ca00fbd7 [2021-01-22T00:43:24.384Z] ---> Running in b76376dfbafa [2021-01-22T00:43:24.384Z] ---> Running in 46888812c472 [2021-01-22T00:43:24.384Z] ---> Running in 69c18b26869a [2021-01-22T00:43:24.384Z] ---> Running in 810523bfc7fc [2021-01-22T00:43:24.980Z] Removing intermediate container b76376dfbafa [2021-01-22T00:43:24.980Z] ---> 4d8632c9fb6c [2021-01-22T00:43:24.980Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:43:24.980Z] Removing intermediate container e829ca00fbd7 [2021-01-22T00:43:24.980Z] ---> 9d48d7b3b78c [2021-01-22T00:43:24.980Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:43:24.980Z] Removing intermediate container 46888812c472 [2021-01-22T00:43:24.980Z] ---> a1c5f2532c88 [2021-01-22T00:43:24.980Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:43:24.980Z] Removing intermediate container 69c18b26869a [2021-01-22T00:43:24.980Z] ---> 1e5411245c8a [2021-01-22T00:43:24.980Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:43:25.027Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:43:25.027Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:43:25.276Z] Removing intermediate container 810523bfc7fc [2021-01-22T00:43:25.276Z] ---> 7eb7ae553d12 [2021-01-22T00:43:25.276Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:43:25.276Z] ---> Running in ffa1d52922e4 [2021-01-22T00:43:25.276Z] ---> Running in 8e0958ea2549 [2021-01-22T00:43:25.276Z] ---> Running in 8e1cf9c124b8 [2021-01-22T00:43:25.276Z] ---> Running in 38e6d9d737b8 [2021-01-22T00:43:25.287Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:43:25.560Z] ---> Running in ecac5d991266 [2021-01-22T00:43:26.495Z] Reading package lists... [2021-01-22T00:43:26.495Z] Reading package lists... [2021-01-22T00:43:26.755Z] Building dependency tree... [2021-01-22T00:43:26.755Z] Reading state information... [2021-01-22T00:43:26.755Z] Calculating upgrade... [2021-01-22T00:43:27.016Z] The following packages will be upgraded: [2021-01-22T00:43:27.016Z] advancecomp base-files bash binutils binutils-common [2021-01-22T00:43:27.016Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T00:43:27.016Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T00:43:27.016Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T00:43:27.017Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T00:43:27.017Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T00:43:27.017Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T00:43:27.017Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T00:43:27.017Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T00:43:27.017Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T00:43:27.017Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T00:43:27.017Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T00:43:27.017Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T00:43:27.017Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T00:43:27.017Z] ubuntu-keyring util-linux [2021-01-22T00:43:27.017Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:43:27.017Z] Need to get 63.7 MB of archives. [2021-01-22T00:43:27.017Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T00:43:27.017Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T00:43:27.017Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T00:43:27.017Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T00:43:27.017Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T00:43:27.017Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T00:43:27.017Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T00:43:27.017Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T00:43:27.017Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T00:43:27.017Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T00:43:27.017Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T00:43:27.017Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T00:43:27.017Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T00:43:27.017Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T00:43:27.017Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T00:43:27.017Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T00:43:27.017Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T00:43:27.017Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T00:43:27.280Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T00:43:27.280Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T00:43:27.280Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T00:43:27.280Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T00:43:27.280Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T00:43:27.280Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T00:43:27.280Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T00:43:27.280Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T00:43:27.280Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T00:43:27.280Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T00:43:27.280Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T00:43:27.280Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T00:43:27.280Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T00:43:27.280Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T00:43:27.280Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T00:43:27.280Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T00:43:27.280Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T00:43:27.280Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T00:43:27.280Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T00:43:27.280Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T00:43:27.280Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T00:43:27.280Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T00:43:27.280Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T00:43:27.280Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T00:43:27.280Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T00:43:27.280Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T00:43:27.280Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T00:43:27.280Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T00:43:27.280Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T00:43:27.280Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T00:43:27.280Z] Get:48 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-22T00:43:27.542Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T00:43:27.542Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T00:43:27.542Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T00:43:27.542Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T00:43:27.542Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T00:43:27.542Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T00:43:27.542Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T00:43:27.802Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T00:43:27.802Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T00:43:27.802Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T00:43:28.062Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T00:43:28.062Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T00:43:28.062Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T00:43:28.062Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T00:43:28.062Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T00:43:28.063Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T00:43:28.323Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T00:43:28.323Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T00:43:28.323Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T00:43:28.323Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T00:43:28.323Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T00:43:28.323Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T00:43:28.323Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T00:43:28.323Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T00:43:28.584Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T00:43:28.584Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T00:43:28.584Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T00:43:28.584Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T00:43:28.584Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T00:43:28.584Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T00:43:28.584Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T00:43:28.584Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T00:43:28.584Z] Get:81 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-22T00:43:28.584Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T00:43:28.584Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T00:43:28.584Z] Get:84 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-22T00:43:28.584Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T00:43:28.584Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T00:43:28.584Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T00:43:28.844Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T00:43:28.844Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T00:43:28.844Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T00:43:28.844Z] Get:91 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-22T00:43:28.844Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T00:43:28.844Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T00:43:28.844Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T00:43:28.844Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T00:43:28.844Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T00:43:28.844Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T00:43:29.108Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:43:29.108Z] Fetched 63.7 MB in 2s (31.7 MB/s) [2021-01-22T00:43:29.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:29.108Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:29.108Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:29.677Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:29.938Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:29.938Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T00:43:29.938Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T00:43:29.942Z] Removing intermediate container 8e0958ea2549 [2021-01-22T00:43:29.942Z] ---> 2d900a83a5a4 [2021-01-22T00:43:29.942Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:43:29.942Z] ---> Running in 3821d46c3e4b [2021-01-22T00:43:29.942Z] Removing intermediate container ffa1d52922e4 [2021-01-22T00:43:29.942Z] ---> 4e680e154e9c [2021-01-22T00:43:29.942Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T00:43:30.223Z] Removing intermediate container ecac5d991266 [2021-01-22T00:43:30.223Z] ---> 4ff22f404347 [2021-01-22T00:43:30.223Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T00:43:30.223Z] ---> Running in d26bc45c3449 [2021-01-22T00:43:30.499Z] Removing intermediate container 8e1cf9c124b8 [2021-01-22T00:43:30.499Z] ---> 69a69cea98cc [2021-01-22T00:43:30.499Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:43:30.499Z] ---> Running in 0973a72eab94 [2021-01-22T00:43:30.499Z] Removing intermediate container 38e6d9d737b8 [2021-01-22T00:43:30.499Z] ---> 2e60349b2a81 [2021-01-22T00:43:30.499Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T00:43:30.771Z] ---> Running in bc82d993a7eb [2021-01-22T00:43:30.771Z] ---> Running in ceba5d8c6fc6 [2021-01-22T00:43:30.878Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:30.878Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:31.137Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:31.137Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:31.397Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:31.397Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:31.397Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:31.397Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:31.655Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:31.656Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:31.656Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:31.656Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:31.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:31.916Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:31.916Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:31.916Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:31.916Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:31.916Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:32.176Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T00:43:32.176Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:32.176Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:32.176Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:32.176Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:32.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:32.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:32.437Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:32.437Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:32.437Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:32.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:32.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:32.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:32.710Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:32.710Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:32.710Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:32.710Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:32.973Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:33.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:33.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:33.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:33.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:33.497Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:33.544Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T00:43:33.544Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:33.544Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T00:43:33.544Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T00:43:33.544Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T00:43:33.805Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T00:43:34.066Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T00:43:34.066Z] Installing new version of config file /etc/issue ... [2021-01-22T00:43:34.066Z] Installing new version of config file /etc/issue.net ... [2021-01-22T00:43:34.066Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T00:43:34.066Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T00:43:34.327Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T00:43:34.327Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T00:43:34.327Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T00:43:34.487Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:34.487Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:34.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:34.588Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T00:43:34.588Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T00:43:34.588Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T00:43:34.766Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:34.850Z] 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-22T00:43:34.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:34.850Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:34.850Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:35.049Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:35.110Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:35.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:35.110Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:35.110Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T00:43:35.110Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T00:43:35.329Z] Removing intermediate container 3821d46c3e4b [2021-01-22T00:43:35.329Z] ---> 5b033b9fb7c8 [2021-01-22T00:43:35.329Z] Step 6/22 : COPY go.mod . [2021-01-22T00:43:35.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:35.370Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T00:43:35.370Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:43:35.631Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T00:43:35.631Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:35.631Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:35.631Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:35.891Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:35.891Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:35.891Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:35.926Z] Removing intermediate container 0973a72eab94 [2021-01-22T00:43:35.926Z] ---> f8e3d3d046a2 [2021-01-22T00:43:35.926Z] Step 6/24 : COPY go.mod . [2021-01-22T00:43:36.152Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:36.152Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:36.412Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:36.412Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T00:43:36.413Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T00:43:36.413Z] Setting up grep (3.1-2build1) ... [2021-01-22T00:43:36.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:36.413Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T00:43:36.533Z] ---> 62310107d8d7 [2021-01-22T00:43:36.533Z] Step 7/22 : RUN go mod download [2021-01-22T00:43:36.533Z] Removing intermediate container ceba5d8c6fc6 [2021-01-22T00:43:36.533Z] ---> ad7555a54749 [2021-01-22T00:43:36.533Z] Step 6/22 : COPY go.mod . [2021-01-22T00:43:36.533Z] ---> Running in 4823674973c8 [2021-01-22T00:43:36.673Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T00:43:36.673Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T00:43:36.808Z] Removing intermediate container d26bc45c3449 [2021-01-22T00:43:36.809Z] ---> 7dd75ed3b65b [2021-01-22T00:43:36.809Z] Step 6/26 : COPY go.mod . [2021-01-22T00:43:36.809Z] Removing intermediate container bc82d993a7eb [2021-01-22T00:43:36.809Z] ---> 73a1219e023c [2021-01-22T00:43:36.809Z] Step 6/24 : COPY go.mod . [2021-01-22T00:43:36.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:36.934Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:36.934Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:36.934Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:37.087Z] ---> 076aacb47391 [2021-01-22T00:43:37.087Z] Step 7/24 : RUN go mod download [2021-01-22T00:43:37.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:37.196Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:43:37.196Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:37.364Z] ---> Running in 8c7027e8e70e [2021-01-22T00:43:37.635Z] ---> d5b5cafb2665 [2021-01-22T00:43:37.635Z] Step 7/22 : RUN go mod download [2021-01-22T00:43:37.767Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:43:37.768Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:37.768Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:43:37.768Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:37.909Z] ---> Running in e3d9b9ae66a6 [2021-01-22T00:43:38.183Z] ---> d68618c829af [2021-01-22T00:43:38.183Z] Step 7/26 : RUN go mod download [2021-01-22T00:43:38.183Z] ---> 44905d2691e3 [2021-01-22T00:43:38.183Z] Step 7/24 : RUN go mod download [2021-01-22T00:43:38.183Z] ---> Running in d66239762d33 [2021-01-22T00:43:38.339Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T00:43:38.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:38.339Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T00:43:38.339Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:38.470Z] ---> Running in 3fed6d77d0a7 [2021-01-22T00:43:39.730Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T00:43:39.730Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T00:43:39.730Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T00:43:39.730Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T00:43:39.730Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T00:43:39.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:39.730Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T00:43:39.730Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T00:43:39.990Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T00:43:40.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:40.249Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:40.249Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:40.249Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:40.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:40.249Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:40.510Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:40.510Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:40.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:40.510Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:40.782Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:40.782Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:41.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:41.044Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:41.044Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:41.044Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:41.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:41.044Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:41.122Z] Removing intermediate container 4823674973c8 [2021-01-22T00:43:41.122Z] ---> dd1fefb251e8 [2021-01-22T00:43:41.122Z] Step 8/22 : COPY . . [2021-01-22T00:43:41.305Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:41.305Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:41.305Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:41.566Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:41.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:41.566Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:41.566Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:41.724Z] Removing intermediate container 8c7027e8e70e [2021-01-22T00:43:41.724Z] ---> 99f2dac44ba1 [2021-01-22T00:43:41.724Z] Step 8/24 : COPY . . [2021-01-22T00:43:41.827Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:41.827Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:41.827Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:41.827Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:42.094Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:42.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:42.094Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:42.094Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:42.354Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:42.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:42.354Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:42.354Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:42.706Z] Removing intermediate container e3d9b9ae66a6 [2021-01-22T00:43:42.706Z] ---> 07989bb396cc [2021-01-22T00:43:42.706Z] Step 8/22 : COPY . . [2021-01-22T00:43:42.925Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:43.185Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T00:43:43.445Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T00:43:43.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:43.445Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:43.445Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:43.712Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:43:43.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:43.972Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T00:43:43.972Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:43.972Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:44.237Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:44.237Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T00:43:44.237Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T00:43:44.498Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T00:43:44.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:44.759Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:43:44.759Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:44.759Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:45.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:45.019Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:43:45.019Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:45.019Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:45.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:45.278Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:43:45.278Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:45.322Z] Removing intermediate container d66239762d33 [2021-01-22T00:43:45.322Z] ---> c4027aa0a860 [2021-01-22T00:43:45.322Z] Step 8/26 : COPY . . [2021-01-22T00:43:45.539Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:45.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:45.539Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:45.801Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:45.802Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:45.802Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:46.068Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:46.068Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:46.068Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:46.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:46.068Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T00:43:46.328Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T00:43:46.328Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T00:43:46.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:46.590Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T00:43:46.590Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:46.590Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:46.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:46.852Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:46.852Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:46.852Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:47.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:47.113Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T00:43:47.113Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T00:43:47.303Z] Removing intermediate container 3fed6d77d0a7 [2021-01-22T00:43:47.303Z] ---> ae0247589f27 [2021-01-22T00:43:47.303Z] Step 8/24 : COPY . . [2021-01-22T00:43:47.374Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T00:43:47.374Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:47.374Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T00:43:47.374Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T00:43:47.635Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T00:43:47.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:47.897Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:47.897Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:48.162Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:48.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:48.162Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T00:43:48.162Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T00:43:48.424Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T00:43:48.424Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:48.424Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T00:43:48.424Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T00:43:48.691Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T00:43:48.691Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:48.691Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T00:43:48.691Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T00:43:48.957Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T00:43:48.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:48.957Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T00:43:48.957Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T00:43:49.219Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T00:43:49.219Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:49.219Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T00:43:49.219Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T00:43:49.483Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T00:43:49.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:49.483Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T00:43:49.483Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T00:43:49.744Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T00:43:49.744Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T00:43:49.744Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T00:43:49.744Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T00:43:50.005Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T00:43:50.005Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T00:43:50.266Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T00:43:50.266Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T00:43:50.526Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T00:43:50.526Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T00:43:50.526Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T00:43:50.788Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T00:43:50.788Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T00:43:50.788Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T00:43:50.788Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T00:43:50.788Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T00:43:51.050Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T00:43:51.050Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T00:43:51.050Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T00:43:51.310Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T00:43:51.310Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T00:43:51.310Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T00:43:51.572Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T00:43:51.572Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T00:43:51.832Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T00:43:51.832Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T00:43:52.402Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T00:43:52.665Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T00:43:52.665Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T00:43:52.665Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T00:43:52.934Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:43:52.934Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:43:53.194Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:43:53.194Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:43:53.194Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:43:53.457Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:43:53.457Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:43:53.457Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:43:53.457Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:53.718Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:53.718Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:53.718Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:53.979Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:53.979Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:53.979Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:53.979Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:54.918Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:54.919Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:55.889Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:55.889Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:56.864Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:56.864Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:57.124Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:57.124Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:58.064Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:58.064Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:43:58.064Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:43:58.064Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:43:58.064Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T00:43:58.064Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:43:58.324Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T00:43:58.324Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:43:58.585Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T00:43:58.585Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T00:43:58.585Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:43:58.585Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:43:58.585Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:43:58.585Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:43:59.157Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T00:43:59.157Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T00:43:59.157Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:59.157Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:59.157Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:59.157Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:59.157Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:59.442Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T00:43:59.442Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T00:43:59.442Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T00:43:59.442Z] [2021-01-22T00:43:59.442Z] Current default time zone: 'Etc/UTC' [2021-01-22T00:43:59.442Z] Local time is now: Fri Jan 22 00:43:59 UTC 2021. [2021-01-22T00:43:59.442Z] Universal Time is now: Fri Jan 22 00:43:59 UTC 2021. [2021-01-22T00:43:59.442Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T00:43:59.442Z] [2021-01-22T00:43:59.442Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T00:43:59.442Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:59.713Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T00:43:59.713Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:59.713Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T00:43:59.713Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T00:43:59.713Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T00:43:59.713Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T00:43:59.713Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T00:43:59.713Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T00:43:59.976Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:59.976Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T00:44:00.236Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:00.236Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:00.236Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:00.236Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T00:44:00.236Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T00:44:00.236Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T00:44:00.236Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T00:44:00.236Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T00:44:00.236Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T00:44:00.236Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:44:00.236Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T00:44:02.159Z] Updating certificates in /etc/ssl/certs... [2021-01-22T00:44:03.103Z] 22 added, 17 removed; done. [2021-01-22T00:44:03.103Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T00:44:03.103Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:03.103Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T00:44:03.103Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T00:44:03.103Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T00:44:03.103Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.368Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:03.368Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.368Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.368Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.368Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.368Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.368Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T00:44:03.368Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:03.368Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:44:03.630Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T00:44:03.630Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:03.630Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.630Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:03.630Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:44:03.630Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T00:44:03.630Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:44:03.893Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:44:03.893Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T00:44:03.893Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T00:44:03.893Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T00:44:03.893Z] Updating certificates in /etc/ssl/certs... [2021-01-22T00:44:04.463Z] 0 added, 0 removed; done. [2021-01-22T00:44:04.463Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T00:44:04.463Z] done. [2021-01-22T00:44:05.044Z] Reading package lists... [2021-01-22T00:44:05.044Z] Building dependency tree... [2021-01-22T00:44:05.044Z] Reading state information... [2021-01-22T00:44:05.304Z] The following NEW packages will be installed: [2021-01-22T00:44:05.304Z] apt-transport-https [2021-01-22T00:44:05.304Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:44:05.304Z] Need to get 1696 B of archives. [2021-01-22T00:44:05.304Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T00:44:05.304Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T00:44:05.565Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:44:05.565Z] Fetched 1696 B in 0s (9328 B/s) [2021-01-22T00:44:05.565Z] Selecting previously unselected package apt-transport-https. [2021-01-22T00:44:05.565Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T00:44:05.565Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T00:44:05.565Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T00:44:05.565Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T00:44:05.833Z] Waiting for network to be ready... [2021-01-22T00:44:09.541Z] ---> 18ba7aca425f [2021-01-22T00:44:09.541Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T00:44:09.541Z] ---> 5a1f9117d31e [2021-01-22T00:44:09.541Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-22T00:44:09.541Z] ---> 972d020228f3 [2021-01-22T00:44:09.541Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T00:44:09.541Z] ---> c220147dcb07 [2021-01-22T00:44:09.541Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T00:44:09.541Z] ---> 40ba19b33dbe [2021-01-22T00:44:09.541Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-22T00:44:09.541Z] ---> Running in fc9329014091 [2021-01-22T00:44:09.541Z] ---> Running in c1129ba2b41c [2021-01-22T00:44:09.541Z] ---> Running in f8be1d0d8a08 [2021-01-22T00:44:09.541Z] ---> Running in 7f2457b69040 [2021-01-22T00:44:09.541Z] ---> Running in 8145532a3f92 [2021-01-22T00:44:10.145Z] 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-22T00:44:10.145Z] 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-22T00:44:10.418Z] 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-22T00:44:10.693Z] 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-22T00:44:10.693Z] 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-22T00:44:11.122Z] 2021-01-22T00:44:08Z INFO Waiting for automatic snapd restart... [2021-01-22T00:44:11.383Z] snapd 2.48.2 from Canonical* installed [2021-01-22T00:44:12.332Z] "snapd" switched to the "latest/stable" channel [2021-01-22T00:44:12.332Z] [2021-01-22T00:44:14.874Z] core18 20201210 from Canonical* installed [2021-01-22T00:44:14.874Z] "core18" switched to the "latest/stable" channel [2021-01-22T00:44:14.874Z] [2021-01-22T00:44:18.170Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T00:44:18.170Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T00:44:18.170Z] [2021-01-22T00:44:21.492Z] 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-22T00:44:21.492Z] - README.md [2021-01-22T00:44:21.492Z] - snapcraft.yaml.orig [2021-01-22T00:44:21.492Z] [2021-01-22T00:44:21.492Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T00:44:28.098Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:44:28.098Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:44:28.098Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:44:28.098Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:44:29.317Z] Reading package lists... [2021-01-22T00:44:29.591Z] 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-22T00:44:36.196Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:44:36.196Z] Reading package lists... [2021-01-22T00:44:36.196Z] Building dependency tree... [2021-01-22T00:44:36.196Z] Reading state information... [2021-01-22T00:44:36.196Z] Suggested packages: [2021-01-22T00:44:36.196Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T00:44:36.196Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T00:44:36.196Z] Recommended packages: [2021-01-22T00:44:36.196Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T00:44:36.196Z] The following NEW packages will be installed: [2021-01-22T00:44:36.196Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T00:44:36.196Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T00:44:36.196Z] pkg-config zip [2021-01-22T00:44:36.196Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:44:36.196Z] Need to get 7655 kB of archives. [2021-01-22T00:44:36.196Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T00:44:36.196Z] 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-22T00:44:36.196Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T00:44:36.196Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T00:44:36.196Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T00:44:36.196Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T00:44:36.196Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T00:44:36.196Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T00:44:36.196Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T00:44:36.196Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T00:44:38.017Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T00:44:38.017Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T00:44:38.017Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T00:44:38.017Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T00:44:38.017Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T00:44:38.017Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T00:44:38.017Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:44:38.017Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-22T00:44:38.017Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T00:44:38.017Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T00:44:38.017Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T00:44:38.017Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T00:44:38.017Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T00:44:38.017Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T00:44:38.017Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T00:44:38.017Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T00:44:38.017Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T00:44:38.017Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T00:44:38.017Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T00:44:38.017Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T00:44:38.017Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T00:44:38.017Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T00:44:38.017Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T00:44:38.017Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T00:44:38.017Z] Selecting previously unselected package liberror-perl. [2021-01-22T00:44:38.017Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T00:44:38.017Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T00:44:38.017Z] Selecting previously unselected package git-man. [2021-01-22T00:44:38.017Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T00:44:38.017Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:38.017Z] Selecting previously unselected package git. [2021-01-22T00:44:38.017Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T00:44:38.017Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:38.277Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T00:44:38.277Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T00:44:38.277Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T00:44:38.539Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T00:44:38.539Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T00:44:38.539Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T00:44:38.539Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T00:44:38.539Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T00:44:38.539Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T00:44:38.798Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T00:44:38.798Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T00:44:38.798Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:38.798Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T00:44:38.798Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T00:44:38.798Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:38.798Z] Selecting previously unselected package pkg-config. [2021-01-22T00:44:38.798Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T00:44:39.058Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T00:44:39.058Z] Selecting previously unselected package zip. [2021-01-22T00:44:39.058Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T00:44:39.058Z] Unpacking zip (3.0-11build1) ... [2021-01-22T00:44:39.058Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T00:44:39.059Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:39.059Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T00:44:39.059Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T00:44:39.319Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T00:44:39.319Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T00:44:39.319Z] No schema files found: doing nothing. [2021-01-22T00:44:39.319Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T00:44:39.319Z] Setting up zip (3.0-11build1) ... [2021-01-22T00:44:39.319Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T00:44:39.319Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T00:44:39.319Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T00:44:39.319Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:39.319Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T00:44:39.579Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:39.579Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:39.579Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:44:46.164Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:44:46.164Z] git set to automatically installed. [2021-01-22T00:44:46.164Z] git-man set to automatically installed. [2021-01-22T00:44:46.164Z] libcurl3-gnutls set to automatically installed. [2021-01-22T00:44:46.164Z] liberror-perl set to automatically installed. [2021-01-22T00:44:46.164Z] libglib2.0-0 set to automatically installed. [2021-01-22T00:44:46.164Z] libnghttp2-14 set to automatically installed. [2021-01-22T00:44:46.164Z] libnorm1 set to automatically installed. [2021-01-22T00:44:46.164Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T00:44:46.164Z] libpsl5 set to automatically installed. [2021-01-22T00:44:46.164Z] librtmp1 set to automatically installed. [2021-01-22T00:44:46.164Z] libsodium23 set to automatically installed. [2021-01-22T00:44:46.164Z] libzmq3-dev set to automatically installed. [2021-01-22T00:44:46.164Z] libzmq5 set to automatically installed. [2021-01-22T00:44:46.164Z] pkg-config set to automatically installed. [2021-01-22T00:44:46.164Z] zip set to automatically installed. [2021-01-22T00:44:48.090Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T00:44:54.754Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:44:54.754Z] snap "core18" has no updates available [2021-01-22T00:44:55.017Z] Pulling config-common [2021-01-22T00:44:55.959Z] Pulling go-build-helper [2021-01-22T00:45:17.953Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T00:45:17.953Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T00:45:17.953Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T00:45:17.953Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T00:45:17.953Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T00:45:17.953Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T00:45:17.953Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T00:45:17.953Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T00:45:17.953Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T00:45:17.953Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T00:45:17.953Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T00:45:17.953Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T00:45:17.953Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T00:45:17.953Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T00:45:17.953Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T00:45:17.953Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T00:45:17.953Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T00:45:17.953Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T00:45:17.953Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T00:45:17.953Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T00:45:17.953Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T00:45:17.953Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T00:45:17.953Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T00:45:17.953Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T00:45:17.953Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T00:45:17.953Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T00:45:17.953Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T00:45:17.953Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T00:45:17.953Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T00:45:17.953Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T00:45:17.953Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T00:45:17.953Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T00:45:17.953Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T00:45:17.953Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T00:45:17.953Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T00:45:17.953Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T00:45:17.953Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T00:45:17.953Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T00:45:17.953Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T00:45:17.953Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T00:45:17.953Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T00:45:17.953Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T00:45:17.953Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T00:45:17.953Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T00:45:17.953Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T00:45:17.954Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T00:45:17.954Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T00:45:17.954Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T00:45:17.954Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T00:45:17.954Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T00:45:17.954Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T00:45:17.954Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T00:45:17.954Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T00:45:17.954Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T00:45:17.954Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T00:45:17.954Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T00:45:17.954Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T00:45:17.954Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T00:45:17.954Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T00:45:17.954Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T00:45:17.954Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T00:45:17.954Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T00:45:17.954Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T00:45:17.954Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T00:45:17.954Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T00:45:20.494Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T00:45:20.494Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T00:45:20.494Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T00:45:20.494Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T00:45:20.494Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T00:45:20.494Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T00:45:20.494Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T00:45:20.494Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T00:45:20.494Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T00:45:20.494Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T00:45:20.494Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T00:45:20.494Z] Pulling static-packages [2021-01-22T00:45:21.438Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-22T00:45:21.438Z] Skipping pull go-build-helper (already ran) [2021-01-22T00:45:21.438Z] Skipping pull static-packages (already ran) [2021-01-22T00:45:21.438Z] Building go-build-helper [2021-01-22T00:45:24.741Z] Building static-packages [2021-01-22T00:45:26.654Z] Staging go-build-helper [2021-01-22T00:45:27.598Z] Staging static-packages [2021-01-22T00:45:28.549Z] Pulling go115 [2021-01-22T00:45:29.490Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T00:45:29.490Z] Skipping pull go115 (already ran) [2021-01-22T00:45:29.490Z] Building go115 [2021-01-22T00:45:29.490Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T00:45:29.490Z] Dload Upload Total Spent Left Speed [2021-01-22T00:45:32.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4527k 0 0 13.5M 0 0:00:08 --:--:-- 0:00:08 13.5M 40 115M 40 46.3M 0 0 34.2M 0 0:00:03 0:00:01 0:00:02 34.2M 81 115M 81 94.2M 0 0 40.5M 0 0:00:02 0:00:02 --:--:-- 40.5M 100 115M 100 115M 0 0 40.0M 0 0:00:02 0:00:02 --:--:-- 40.0M [2021-01-22T00:45:32.802Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T00:45:37.005Z] Staging go115 [2021-01-22T00:45:43.597Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:45:43.597Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:45:43.597Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:45:43.597Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T00:45:43.597Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T00:45:43.597Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T00:45:43.597Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T00:45:43.597Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T00:45:43.597Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T00:45:43.597Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T00:45:43.597Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T00:45:43.597Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T00:45:43.597Z] Pulling edgex-go [2021-01-22T00:45:43.856Z] Pulling version [2021-01-22T00:45:44.803Z] Building config-common [2021-01-22T00:45:46.723Z] Skipping build go-build-helper (already ran) [2021-01-22T00:45:46.723Z] Skipping build static-packages (already ran) [2021-01-22T00:45:46.723Z] Skipping build go115 (already ran) [2021-01-22T00:45:46.723Z] Building edgex-go [2021-01-22T00:45:46.988Z] 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-22T00:45:49.562Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T00:45:49.562Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T00:45:49.562Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.2 [2021-01-22T00:45:49.562Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T00:45:49.562Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T00:45:49.562Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T00:45:49.562Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T00:45:49.562Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T00:45:49.562Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T00:45:49.562Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T00:45:49.562Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T00:45:49.562Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T00:45:49.562Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T00:45:49.562Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T00:45:49.562Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T00:45:49.562Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T00:45:49.562Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T00:45:49.562Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T00:45:49.836Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T00:45:49.836Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T00:45:49.836Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T00:45:49.836Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T00:45:49.836Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T00:45:49.836Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T00:45:49.836Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T00:45:49.836Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T00:45:49.836Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T00:45:49.836Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T00:45:49.836Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T00:45:49.836Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T00:45:49.836Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T00:45:49.836Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T00:45:49.836Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T00:45:50.100Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T00:45:50.100Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T00:45:50.100Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T00:45:50.100Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T00:45:50.100Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T00:45:50.360Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T00:45:50.360Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T00:45:56.944Z] 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-22T00:46:00.240Z] 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-22T00:46:01.179Z] 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-22T00:46:02.121Z] 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-22T00:46:02.382Z] 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-22T00:46:02.382Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-22T00:46:02.643Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T00:46:02.643Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T00:46:02.643Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T00:46:02.858Z] 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-22T00:46:04.552Z] 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-22T00:46:04.552Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T00:46:04.552Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T00:46:05.500Z] 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-22T00:46:05.524Z] Removing intermediate container c1129ba2b41c [2021-01-22T00:46:05.524Z] ---> 5553a2c4c75a [2021-01-22T00:46:05.524Z] [2021-01-22T00:46:05.524Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:46:05.524Z] 3.12: Pulling from library/alpine [2021-01-22T00:46:06.074Z] 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-22T00:46:06.074Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T00:46:07.462Z] 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-22T00:46:08.401Z] 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-22T00:46:08.966Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:46:08.967Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:46:08.967Z] ---> afeebe901d6b [2021-01-22T00:46:08.967Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:46:08.967Z] ---> Running in 66d501de6bb0 [2021-01-22T00:46:08.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T00:46:09.233Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T00:46:09.577Z] Removing intermediate container f8be1d0d8a08 [2021-01-22T00:46:09.577Z] ---> 1235bcb3c15a [2021-01-22T00:46:09.577Z] [2021-01-22T00:46:09.577Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T00:46:09.577Z] ---> afeebe901d6b [2021-01-22T00:46:09.577Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:46:10.179Z] ---> Running in cab29108f60a [2021-01-22T00:46:11.140Z] Building version [2021-01-22T00:46:12.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:12.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:13.054Z] Staging config-common [2021-01-22T00:46:13.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:13.057Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:46:13.334Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:46:13.334Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:46:13.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:13.334Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:46:13.334Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:46:13.334Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:46:13.334Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:46:13.615Z] OK: 7 MiB in 19 packages [2021-01-22T00:46:14.019Z] Skipping stage go-build-helper (already ran) [2021-01-22T00:46:14.019Z] Skipping stage static-packages (already ran) [2021-01-22T00:46:14.019Z] Skipping stage go115 (already ran) [2021-01-22T00:46:14.019Z] Staging edgex-go [2021-01-22T00:46:14.241Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:46:14.241Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:46:14.241Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:46:14.241Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:46:14.241Z] Removing intermediate container 8145532a3f92 [2021-01-22T00:46:14.241Z] ---> 67bb9db6c14c [2021-01-22T00:46:14.241Z] [2021-01-22T00:46:14.241Z] Step 10/24 : FROM scratch [2021-01-22T00:46:14.241Z] ---> [2021-01-22T00:46:14.241Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-22T00:46:14.241Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:46:14.241Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:46:14.241Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:46:14.522Z] OK: 7 MiB in 19 packages [2021-01-22T00:46:14.961Z] Staging version [2021-01-22T00:46:15.132Z] ---> Running in 09d4dc1396b3 [2021-01-22T00:46:15.739Z] Removing intermediate container 7f2457b69040 [2021-01-22T00:46:15.739Z] ---> 65117c2fbf2c [2021-01-22T00:46:15.739Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T00:46:15.910Z] Priming config-common [2021-01-22T00:46:16.019Z] ---> Running in 9a0307a2e7e5 [2021-01-22T00:46:16.323Z] Removing intermediate container 09d4dc1396b3 [2021-01-22T00:46:16.323Z] ---> b618cbe0f500 [2021-01-22T00:46:16.323Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-22T00:46:16.599Z] ---> Running in f8397a0ccbdf [2021-01-22T00:46:16.853Z] Priming go-build-helper [2021-01-22T00:46:16.877Z] Removing intermediate container 66d501de6bb0 [2021-01-22T00:46:16.877Z] ---> a655150af46d [2021-01-22T00:46:16.877Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-22T00:46:17.479Z] ---> Running in 72692731c5a7 [2021-01-22T00:46:17.795Z] Priming static-packages [2021-01-22T00:46:18.089Z] Removing intermediate container cab29108f60a [2021-01-22T00:46:18.089Z] ---> ccf88c4363f6 [2021-01-22T00:46:18.089Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:46:18.089Z] Removing intermediate container f8397a0ccbdf [2021-01-22T00:46:18.089Z] ---> 9ef7ec497db0 [2021-01-22T00:46:18.089Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T00:46:18.369Z] ---> Running in 4dfe1df4d552 [2021-01-22T00:46:18.369Z] 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-22T00:46:18.369Z] ---> Running in 7d6a2cd08e52 [2021-01-22T00:46:18.651Z] Removing intermediate container 72692731c5a7 [2021-01-22T00:46:18.651Z] ---> 389f93357459 [2021-01-22T00:46:18.651Z] Step 13/22 : WORKDIR / [2021-01-22T00:46:18.940Z] ---> Running in d4f0c4509ce8 [2021-01-22T00:46:19.231Z] Removing intermediate container 4dfe1df4d552 [2021-01-22T00:46:19.231Z] ---> ce6a402c6d9c [2021-01-22T00:46:19.231Z] Step 13/24 : WORKDIR / [2021-01-22T00:46:19.507Z] Removing intermediate container 7d6a2cd08e52 [2021-01-22T00:46:19.507Z] ---> 9573b2d3f150 [2021-01-22T00:46:19.507Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-22T00:46:19.784Z] ---> Running in 81e9d9982257 [2021-01-22T00:46:20.060Z] Removing intermediate container d4f0c4509ce8 [2021-01-22T00:46:20.060Z] ---> f94e8adf1980 [2021-01-22T00:46:20.060Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:46:20.345Z] Priming go115 [2021-01-22T00:46:20.672Z] ---> f01ef2c47fdb [2021-01-22T00:46:20.672Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-22T00:46:20.919Z] Priming edgex-go [2021-01-22T00:46:20.978Z] Removing intermediate container 81e9d9982257 [2021-01-22T00:46:20.978Z] ---> 855b20f2063f [2021-01-22T00:46:20.978Z] 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-22T00:46:21.255Z] ---> ecbb484bd539 [2021-01-22T00:46:21.255Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-22T00:46:21.881Z] Priming version [2021-01-22T00:46:22.699Z] ---> e5d9952b9268 [2021-01-22T00:46:22.699Z] 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-22T00:46:22.699Z] ---> 255a4251b122 [2021-01-22T00:46:22.699Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-22T00:46:22.842Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-22T00:46:24.151Z] ---> 8152481b4221 [2021-01-22T00:46:24.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-22T00:46:24.151Z] Removing intermediate container 9a0307a2e7e5 [2021-01-22T00:46:24.151Z] ---> f0911828e5f3 [2021-01-22T00:46:24.151Z] [2021-01-22T00:46:24.151Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T00:46:24.151Z] 20.10.0: Pulling from library/docker [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-22T00:46:24.436Z] ---> 25045119a9a4 [2021-01-22T00:46:24.436Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T00:46:24.436Z] ---> cb4bc9b7362e [2021-01-22T00:46:24.436Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T00:46:25.642Z] ---> 22014047c08f [2021-01-22T00:46:25.642Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-22T00:46:26.635Z] ---> 30082054b11a [2021-01-22T00:46:26.635Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T00:46:27.345Z] ---> c8c7716eb1d6 [2021-01-22T00:46:27.345Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T00:46:27.958Z] ---> cdf28130b017 [2021-01-22T00:46:27.959Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-22T00:46:28.570Z] ---> Running in ee4a2479cea4 [2021-01-22T00:46:28.843Z] ---> 2f628674a106 [2021-01-22T00:46:28.843Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T00:46:29.842Z] ---> b346aadbc7d7 [2021-01-22T00:46:29.842Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T00:46:30.449Z] Removing intermediate container fc9329014091 [2021-01-22T00:46:30.449Z] ---> b26843efa8d1 [2021-01-22T00:46:30.449Z] [2021-01-22T00:46:30.449Z] Step 10/22 : FROM scratch [2021-01-22T00:46:30.449Z] ---> [2021-01-22T00:46:30.449Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:46:31.055Z] ---> Running in 0e4225b716e6 [2021-01-22T00:46:31.329Z] ---> 7e1da4899855 [2021-01-22T00:46:31.604Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-22T00:46:31.604Z] ---> fa9f91080601 [2021-01-22T00:46:31.604Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T00:46:31.879Z] ---> Running in 6f37e490c097 [2021-01-22T00:46:31.880Z] Removing intermediate container 0e4225b716e6 [2021-01-22T00:46:31.880Z] ---> adda756e3715 [2021-01-22T00:46:31.880Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-22T00:46:32.164Z] ---> Running in 5cab687b0204 [2021-01-22T00:46:32.767Z] Removing intermediate container ee4a2479cea4 [2021-01-22T00:46:32.767Z] ---> abe1fcae0898 [2021-01-22T00:46:32.767Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T00:46:32.767Z] Removing intermediate container 6f37e490c097 [2021-01-22T00:46:32.767Z] ---> 80bcf4b5e072 [2021-01-22T00:46:32.767Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:46:33.041Z] ---> Running in 5f977739017e [2021-01-22T00:46:33.317Z] Removing intermediate container 5cab687b0204 [2021-01-22T00:46:33.317Z] ---> 1880b0e7db8e [2021-01-22T00:46:33.317Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:46:33.593Z] ---> ba7e03a22e7e [2021-01-22T00:46:33.594Z] 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-22T00:46:33.594Z] ---> Running in dfd519ffd863 [2021-01-22T00:46:33.594Z] ---> Running in eeed4b88d731 [2021-01-22T00:46:33.869Z] ---> Running in 16e6aa4a61a1 [2021-01-22T00:46:33.869Z] Removing intermediate container 5f977739017e [2021-01-22T00:46:33.869Z] ---> 69d11efea1e6 [2021-01-22T00:46:33.869Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:46:34.472Z] ---> Running in b7713cb375e3 [2021-01-22T00:46:34.472Z] Removing intermediate container dfd519ffd863 [2021-01-22T00:46:34.472Z] ---> 9e41fcd7a062 [2021-01-22T00:46:34.472Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T00:46:34.755Z] Removing intermediate container eeed4b88d731 [2021-01-22T00:46:34.755Z] ---> 672b4eaa55fd [2021-01-22T00:46:34.755Z] Step 14/22 : WORKDIR / [2021-01-22T00:46:34.755Z] ---> Running in 1e80c2ddbf87 [2021-01-22T00:46:35.031Z] ---> Running in a824b71addbe [2021-01-22T00:46:35.305Z] Removing intermediate container b7713cb375e3 [2021-01-22T00:46:35.306Z] ---> 499eb710169f [2021-01-22T00:46:35.306Z] Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:46:35.578Z] ---> Running in 21918273d49b [2021-01-22T00:46:35.857Z] Removing intermediate container 1e80c2ddbf87 [2021-01-22T00:46:35.857Z] ---> f94b5df089f3 [2021-01-22T00:46:35.857Z] Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:46:36.143Z] Removing intermediate container a824b71addbe [2021-01-22T00:46:36.143Z] ---> e4883c38714c [2021-01-22T00:46:36.143Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:46:36.143Z] ---> Running in ce96368afdee [2021-01-22T00:46:36.756Z] Removing intermediate container 21918273d49b [2021-01-22T00:46:36.756Z] ---> 3afc246b799d [2021-01-22T00:46:36.756Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:46:37.066Z] ---> Running in 35ecc451a53f [2021-01-22T00:46:37.346Z] Removing intermediate container ce96368afdee [2021-01-22T00:46:37.346Z] ---> d95a64c44202 [2021-01-22T00:46:37.346Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:46:37.346Z] ---> 2362e81416e9 [2021-01-22T00:46:37.346Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T00:46:37.622Z] ---> Running in c96e5e9b40f3 [2021-01-22T00:46:37.900Z] Removing intermediate container 35ecc451a53f [2021-01-22T00:46:37.900Z] ---> 0df716434ca3 [2021-01-22T00:46:37.900Z] [2021-01-22T00:46:38.183Z] Removing intermediate container 16e6aa4a61a1 [2021-01-22T00:46:38.183Z] ---> b3a4c1183298 [2021-01-22T00:46:38.183Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T00:46:38.789Z] Successfully built 0df716434ca3 [2021-01-22T00:46:38.789Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-22T00:46:38.789Z] Building docker-core-command-go [2021-01-22T00:46:38.789Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c96e5e9b40f3 [2021-01-22T00:46:38.789Z] ---> cc93892e5467 [2021-01-22T00:46:38.789Z] [2021-01-22T00:46:38.789Z] ---> Running in e53d94ca125f [2021-01-22T00:46:39.787Z] Successfully built cc93892e5467 [2021-01-22T00:46:39.787Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T00:46:39.787Z] Building docker-core-data-go [2021-01-22T00:46:39.787Z]  Building docker-support-notifications-go ... done  ---> 9ba7f5e051af [2021-01-22T00:46:39.787Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T00:46:40.062Z] Removing intermediate container e53d94ca125f [2021-01-22T00:46:40.062Z] ---> 041379f1f22f [2021-01-22T00:46:40.062Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T00:46:40.337Z] ---> Running in 2f0f24ae6f7a [2021-01-22T00:46:40.942Z] ---> 6eeb98d9cb51 [2021-01-22T00:46:40.942Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-22T00:46:40.942Z] Removing intermediate container 2f0f24ae6f7a [2021-01-22T00:46:40.942Z] ---> 523e7a519514 [2021-01-22T00:46:40.942Z] Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:46:41.233Z] ---> Running in f87288abc042 [2021-01-22T00:46:41.233Z] ---> Running in f3837dfdbbb8 [2021-01-22T00:46:42.714Z] Removing intermediate container f87288abc042 [2021-01-22T00:46:42.714Z] ---> 5f48f715c30c [2021-01-22T00:46:42.714Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:46:42.714Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T00:46:43.322Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T00:46:43.322Z] ---> eeaf43b92773 [2021-01-22T00:46:43.322Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T00:46:43.918Z] Removing intermediate container f3837dfdbbb8 [2021-01-22T00:46:43.918Z] ---> 6a3fe2777fc4 [2021-01-22T00:46:43.918Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:46:44.900Z] ---> Running in 03cf7efd45b6 [2021-01-22T00:46:44.900Z] ---> Running in 4dcf3ba6add5 [2021-01-22T00:46:44.900Z] ---> Running in f6f363bd2eb7 [2021-01-22T00:46:45.182Z] Removing intermediate container 4dcf3ba6add5 [2021-01-22T00:46:45.182Z] ---> 7b77f76b62fe [2021-01-22T00:46:45.182Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:46:45.458Z] ---> Running in 0ae19a7ebc3f [2021-01-22T00:46:45.458Z] Removing intermediate container f6f363bd2eb7 [2021-01-22T00:46:45.458Z] ---> ca5a2e700d9b [2021-01-22T00:46:45.458Z] [2021-01-22T00:46:46.050Z] Successfully built ca5a2e700d9b [2021-01-22T00:46:46.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:46.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:46.923Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T00:46:46.923Z] Building docker-security-proxy-setup-go [2021-01-22T00:46:46.923Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0ae19a7ebc3f [2021-01-22T00:46:46.923Z] ---> 2ed725ba51c9 [2021-01-22T00:46:46.923Z] Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:46:47.195Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T00:46:47.195Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T00:46:47.195Z] Executing bash-5.0.17-r0.post-install [2021-01-22T00:46:47.195Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:46:47.195Z] OK: 12 MiB in 22 packages [2021-01-22T00:46:47.794Z] ---> Running in 7988fbfa6d18 [2021-01-22T00:46:48.434Z] Removing intermediate container 7988fbfa6d18 [2021-01-22T00:46:48.434Z] ---> 81db8cd6dfc8 [2021-01-22T00:46:48.434Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:46:49.065Z] ---> Running in 213748afe87d [2021-01-22T00:46:49.665Z] Removing intermediate container 03cf7efd45b6 [2021-01-22T00:46:49.665Z] ---> f441316a0630 [2021-01-22T00:46:49.665Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T00:46:49.955Z] Removing intermediate container 213748afe87d [2021-01-22T00:46:50.238Z] ---> 7e9b0a32aebb [2021-01-22T00:46:50.238Z] [2021-01-22T00:46:50.238Z] ---> Running in 0ae3099b2544 [2021-01-22T00:46:50.568Z] Successfully built 7e9b0a32aebb [2021-01-22T00:46:50.568Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T00:46:50.568Z] Building docker-support-scheduler-go [2021-01-22T00:46:50.879Z]  Building docker-core-metadata-go ... done Removing intermediate container 0ae3099b2544 [2021-01-22T00:46:50.879Z] ---> 2f97123cd9f1 [2021-01-22T00:46:50.880Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T00:46:51.186Z] ---> Running in 06ea85da431e [2021-01-22T00:46:51.833Z] Removing intermediate container 06ea85da431e [2021-01-22T00:46:51.833Z] ---> 708d952b621c [2021-01-22T00:46:51.833Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T00:46:52.110Z] ---> Running in 385940c52dab [2021-01-22T00:46:52.391Z] Removing intermediate container 385940c52dab [2021-01-22T00:46:52.391Z] ---> c86880304009 [2021-01-22T00:46:52.391Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T00:46:54.375Z] ---> b2b962d36613 [2021-01-22T00:46:54.375Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T00:46:55.354Z] ---> eb3a32c70a1f [2021-01-22T00:46:55.354Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T00:46:57.328Z] ---> 73640ca4d9f1 [2021-01-22T00:46:57.328Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T00:46:57.926Z] ---> Running in 0a021d375a58 [2021-01-22T00:46:59.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:59.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:00.228Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T00:47:00.228Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T00:47:00.228Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T00:47:00.228Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T00:47:00.228Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T00:47:00.228Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T00:47:00.228Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T00:47:02.202Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T00:47:02.202Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T00:47:02.476Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T00:47:02.476Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T00:47:02.476Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T00:47:02.476Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T00:47:02.476Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T00:47:02.476Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T00:47:02.752Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T00:47:02.752Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T00:47:02.752Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T00:47:02.752Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T00:47:02.752Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T00:47:02.752Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T00:47:02.752Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T00:47:02.752Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T00:47:02.752Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T00:47:03.027Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T00:47:03.027Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T00:47:03.027Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T00:47:03.027Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T00:47:03.027Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T00:47:03.027Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T00:47:03.027Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T00:47:03.027Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T00:47:03.027Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T00:47:03.300Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:47:03.300Z] OK: 71 MiB in 55 packages [2021-01-22T00:47:13.502Z] Removing intermediate container 0a021d375a58 [2021-01-22T00:47:13.502Z] ---> ba2307d98dfb [2021-01-22T00:47:13.502Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T00:47:14.480Z] ---> Running in 8d53b648bdb7 [2021-01-22T00:47:22.775Z] Collecting docker-compose==1.23.2 [2021-01-22T00:47:22.775Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T00:47:22.775Z] 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-22T00:47:22.775Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T00:47:22.775Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T00:47:24.210Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:47:24.210Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:47:24.210Z] ---> 4fec52a89cea [2021-01-22T00:47:24.210Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:47:24.210Z] ---> Using cache [2021-01-22T00:47:24.210Z] ---> 7eb7ae553d12 [2021-01-22T00:47:24.210Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:47:24.210Z] ---> Using cache [2021-01-22T00:47:24.210Z] ---> 4ff22f404347 [2021-01-22T00:47:24.210Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:47:24.210Z] ---> Using cache [2021-01-22T00:47:24.210Z] ---> f8e3d3d046a2 [2021-01-22T00:47:24.210Z] Step 6/22 : COPY go.mod . [2021-01-22T00:47:24.210Z] ---> Using cache [2021-01-22T00:47:24.210Z] ---> 076aacb47391 [2021-01-22T00:47:24.210Z] Step 7/22 : RUN go mod download [2021-01-22T00:47:24.210Z] ---> Using cache [2021-01-22T00:47:24.210Z] ---> 99f2dac44ba1 [2021-01-22T00:47:24.210Z] Step 8/22 : COPY . . [2021-01-22T00:47:24.210Z] ---> Using cache [2021-01-22T00:47:24.210Z] ---> 972d020228f3 [2021-01-22T00:47:24.210Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-22T00:47:24.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:47:24.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:47:24.812Z] ---> 4fec52a89cea [2021-01-22T00:47:24.812Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:47:24.812Z] ---> Using cache [2021-01-22T00:47:24.812Z] ---> 7eb7ae553d12 [2021-01-22T00:47:24.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:47:24.812Z] ---> Using cache [2021-01-22T00:47:24.812Z] ---> 4ff22f404347 [2021-01-22T00:47:24.812Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T00:47:26.834Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T00:47:26.834Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T00:47:28.299Z] ---> Running in c8635d1182b5 [2021-01-22T00:47:28.299Z] ---> Running in 1cc6de23fdb8 [2021-01-22T00:47:31.046Z] 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-22T00:47:31.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:31.046Z] Collecting PyYAML<4,>=3.10 [2021-01-22T00:47:31.325Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T00:47:31.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:32.588Z] OK: 217 MiB in 51 packages [2021-01-22T00:47:33.191Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:47:33.191Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:47:33.191Z] ---> 4fec52a89cea [2021-01-22T00:47:33.191Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:47:33.191Z] ---> Using cache [2021-01-22T00:47:33.191Z] ---> 7eb7ae553d12 [2021-01-22T00:47:33.191Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:47:33.191Z] ---> Using cache [2021-01-22T00:47:33.191Z] ---> 4ff22f404347 [2021-01-22T00:47:33.191Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:47:33.191Z] ---> Using cache [2021-01-22T00:47:33.191Z] ---> f8e3d3d046a2 [2021-01-22T00:47:33.191Z] Step 6/21 : COPY go.mod . [2021-01-22T00:47:33.191Z] ---> Using cache [2021-01-22T00:47:33.191Z] ---> 076aacb47391 [2021-01-22T00:47:33.191Z] Step 7/21 : RUN go mod download [2021-01-22T00:47:33.191Z] ---> Using cache [2021-01-22T00:47:33.191Z] ---> 99f2dac44ba1 [2021-01-22T00:47:33.191Z] Step 8/21 : COPY . . [2021-01-22T00:47:33.191Z] ---> Using cache [2021-01-22T00:47:33.191Z] ---> 972d020228f3 [2021-01-22T00:47:33.191Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T00:47:34.183Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:47:34.183Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:47:34.183Z] ---> 4fec52a89cea [2021-01-22T00:47:34.461Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:47:34.461Z] ---> Using cache [2021-01-22T00:47:34.461Z] ---> 7eb7ae553d12 [2021-01-22T00:47:34.461Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:47:34.461Z] ---> Using cache [2021-01-22T00:47:34.461Z] ---> 4ff22f404347 [2021-01-22T00:47:34.461Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:47:34.461Z] ---> Using cache [2021-01-22T00:47:34.461Z] ---> f8e3d3d046a2 [2021-01-22T00:47:34.461Z] Step 6/21 : COPY go.mod . [2021-01-22T00:47:34.461Z] ---> Using cache [2021-01-22T00:47:34.461Z] ---> 076aacb47391 [2021-01-22T00:47:34.461Z] Step 7/21 : RUN go mod download [2021-01-22T00:47:34.461Z] ---> Using cache [2021-01-22T00:47:34.461Z] ---> 99f2dac44ba1 [2021-01-22T00:47:34.461Z] Step 8/21 : COPY . . [2021-01-22T00:47:34.461Z] ---> Using cache [2021-01-22T00:47:34.461Z] ---> 972d020228f3 [2021-01-22T00:47:34.461Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T00:47:35.479Z] ---> Running in 56b69af44bf3 [2021-01-22T00:47:35.480Z] ---> Running in be023c3ae17b [2021-01-22T00:47:36.478Z] Removing intermediate container 1cc6de23fdb8 [2021-01-22T00:47:36.478Z] ---> 934bd8751cc8 [2021-01-22T00:47:36.478Z] Step 6/23 : COPY go.mod . [2021-01-22T00:47:36.759Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T00:47:36.759Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T00:47:37.755Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T00:47:37.755Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T00:47:37.756Z] 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-22T00:47:38.040Z] ---> b7c44e24e255 [2021-01-22T00:47:38.040Z] Step 7/23 : RUN go mod download [2021-01-22T00:47:38.040Z] 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-22T00:47:38.334Z] ---> Running in 7d878636116e [2021-01-22T00:47:38.944Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T00:47:38.944Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T00:47:39.957Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T00:47:39.957Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T00:47:42.619Z] Removing intermediate container 7d878636116e [2021-01-22T00:47:42.619Z] ---> 7c6ab6ee4a5f [2021-01-22T00:47:42.619Z] Step 8/23 : COPY . . [2021-01-22T00:47:46.059Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T00:47:46.059Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T00:47:47.050Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T00:47:47.050Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T00:47:47.653Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T00:47:47.653Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T00:47:48.262Z] Collecting idna<2.8,>=2.5 [2021-01-22T00:47:48.262Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T00:47:48.549Z] 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-22T00:47:50.003Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T00:47:50.003Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T00:47:50.280Z] 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-22T00:47:50.280Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T00:47:50.280Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T00:47:50.280Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T00:47:50.280Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T00:47:52.279Z] Installing collected packages: texttable, dockerpty, PyYAML, websocket-client, jsonschema, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, docker-compose [2021-01-22T00:47:52.279Z] Running setup.py install for texttable: started [2021-01-22T00:47:56.897Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T00:47:56.897Z] Running setup.py install for dockerpty: started [2021-01-22T00:48:00.304Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T00:48:00.304Z] Running setup.py install for PyYAML: started [2021-01-22T00:48:03.022Z] ---> db28754d7fcd [2021-01-22T00:48:03.022Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T00:48:03.022Z] ---> Running in 5f4e3b4d837f [2021-01-22T00:48:05.008Z] 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-22T00:48:05.008Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T00:48:05.995Z] Attempting uninstall: idna [2021-01-22T00:48:05.996Z] Found existing installation: idna 2.9 [2021-01-22T00:48:05.996Z] Uninstalling idna-2.9: [2021-01-22T00:48:06.270Z] Successfully uninstalled idna-2.9 [2021-01-22T00:48:07.250Z] Attempting uninstall: urllib3 [2021-01-22T00:48:07.250Z] Found existing installation: urllib3 1.25.9 [2021-01-22T00:48:07.250Z] Uninstalling urllib3-1.25.9: [2021-01-22T00:48:07.524Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T00:48:08.506Z] Attempting uninstall: requests [2021-01-22T00:48:08.506Z] Found existing installation: requests 2.23.0 [2021-01-22T00:48:08.506Z] Uninstalling requests-2.23.0: [2021-01-22T00:48:08.506Z] Successfully uninstalled requests-2.23.0 [2021-01-22T00:48:10.488Z] Running setup.py install for docopt: started [2021-01-22T00:48:13.919Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T00:48:15.362Z] 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-22T00:48:22.132Z] Removing intermediate container 8d53b648bdb7 [2021-01-22T00:48:22.132Z] ---> 2314897c306d [2021-01-22T00:48:22.132Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T00:48:22.132Z] ---> Running in 43b6c27531fb [2021-01-22T00:48:23.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:48:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:48:24.846Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:48:24.846Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T00:48:24.846Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T00:48:24.846Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:48:24.846Z] OK: 71 MiB in 58 packages [2021-01-22T00:48:26.839Z] Removing intermediate container 43b6c27531fb [2021-01-22T00:48:26.839Z] ---> 828c4b2c6c97 [2021-01-22T00:48:26.839Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T00:48:26.839Z] ---> Running in 95104f4df670 [2021-01-22T00:48:27.446Z] Removing intermediate container 95104f4df670 [2021-01-22T00:48:27.446Z] ---> d864f42cf925 [2021-01-22T00:48:27.446Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:48:27.724Z] ---> Running in ca357de82b28 [2021-01-22T00:48:28.330Z] Removing intermediate container ca357de82b28 [2021-01-22T00:48:28.330Z] ---> 79a558eb5fed [2021-01-22T00:48:28.330Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T00:48:28.609Z] ---> Running in 69d3a892b98a [2021-01-22T00:48:29.219Z] Removing intermediate container 69d3a892b98a [2021-01-22T00:48:29.219Z] ---> d0397d8ad91a [2021-01-22T00:48:29.219Z] Step 25/26 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:48:29.498Z] ---> Running in 24927f468f0b [2021-01-22T00:48:30.119Z] Removing intermediate container 24927f468f0b [2021-01-22T00:48:30.119Z] ---> 40321e5ba5e3 [2021-01-22T00:48:30.119Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T00:48:30.396Z] ---> Running in 8b89a7a35083 [2021-01-22T00:48:31.015Z] Removing intermediate container 8b89a7a35083 [2021-01-22T00:48:31.015Z] ---> 4f827a62a672 [2021-01-22T00:48:31.015Z] [2021-01-22T00:48:31.622Z] Successfully built 4f827a62a672 [2021-01-22T00:48:31.622Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T00:49:04.118Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T00:49:14.335Z] Removing intermediate container c8635d1182b5 [2021-01-22T00:49:14.335Z] ---> f545363dec5f [2021-01-22T00:49:14.335Z] [2021-01-22T00:49:14.335Z] Step 10/22 : FROM scratch [2021-01-22T00:49:14.335Z] ---> [2021-01-22T00:49:14.335Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:49:14.335Z] ---> Using cache [2021-01-22T00:49:14.335Z] ---> adda756e3715 [2021-01-22T00:49:14.335Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-22T00:49:14.335Z] ---> Running in c3d47f1e597e [2021-01-22T00:49:14.335Z] Removing intermediate container c3d47f1e597e [2021-01-22T00:49:14.335Z] ---> 92483a175923 [2021-01-22T00:49:14.335Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:49:14.335Z] ---> Running in b1d0c719390c [2021-01-22T00:49:14.614Z] Removing intermediate container b1d0c719390c [2021-01-22T00:49:14.614Z] ---> 3100452525da [2021-01-22T00:49:14.614Z] Step 14/22 : WORKDIR / [2021-01-22T00:49:14.614Z] ---> Running in 3c26be4e0e2a [2021-01-22T00:49:15.625Z] Removing intermediate container 3c26be4e0e2a [2021-01-22T00:49:15.625Z] ---> 8a89c6ccc933 [2021-01-22T00:49:15.625Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:49:16.634Z] ---> af4f1a0e1086 [2021-01-22T00:49:16.634Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T00:49:19.346Z] ---> bdee8457afa3 [2021-01-22T00:49:19.346Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T00:49:21.383Z] ---> 40f7da9f4585 [2021-01-22T00:49:21.383Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-22T00:49:21.383Z] ---> Running in 67114d1c8b71 [2021-01-22T00:49:22.828Z] Removing intermediate container 67114d1c8b71 [2021-01-22T00:49:22.828Z] ---> 8ec25f314db4 [2021-01-22T00:49:22.828Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:49:23.104Z] ---> Running in b50f375acfec [2021-01-22T00:49:24.122Z] Removing intermediate container 56b69af44bf3 [2021-01-22T00:49:24.122Z] ---> a9b7b2e370aa [2021-01-22T00:49:24.122Z] [2021-01-22T00:49:24.122Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T00:49:24.122Z] ---> afeebe901d6b [2021-01-22T00:49:24.122Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T00:49:24.409Z] ---> Running in 9ff61fcb51c4 [2021-01-22T00:49:24.723Z] Removing intermediate container b50f375acfec [2021-01-22T00:49:24.723Z] ---> 4022d2f727ff [2021-01-22T00:49:24.723Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:49:25.005Z] ---> Running in 0ca7928e901e [2021-01-22T00:49:26.532Z] Removing intermediate container 0ca7928e901e [2021-01-22T00:49:26.532Z] ---> 114b01f9f6ba [2021-01-22T00:49:26.532Z] Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:49:26.532Z] Removing intermediate container be023c3ae17b [2021-01-22T00:49:26.532Z] ---> f8bed86c18cd [2021-01-22T00:49:26.532Z] [2021-01-22T00:49:26.532Z] Step 10/21 : FROM scratch [2021-01-22T00:49:26.532Z] ---> [2021-01-22T00:49:26.532Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:49:26.818Z] ---> Running in 89e8802e5116 [2021-01-22T00:49:26.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:49:27.118Z] ---> Using cache [2021-01-22T00:49:27.119Z] ---> adda756e3715 [2021-01-22T00:49:27.119Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-22T00:49:27.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:49:27.413Z] ---> Running in 3b64942e3181 [2021-01-22T00:49:27.696Z] Removing intermediate container 89e8802e5116 [2021-01-22T00:49:27.696Z] ---> f9ed2a2f09d8 [2021-01-22T00:49:27.696Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:49:27.696Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T00:49:27.979Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:49:27.979Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T00:49:27.979Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T00:49:27.979Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:49:27.979Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:49:27.979Z] ---> Running in 32319e9c853f [2021-01-22T00:49:28.270Z] Removing intermediate container 3b64942e3181 [2021-01-22T00:49:28.270Z] ---> 3a2e2220af3f [2021-01-22T00:49:28.270Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-22T00:49:28.270Z] OK: 7 MiB in 18 packages [2021-01-22T00:49:28.559Z] ---> Running in 6edce4c45148 [2021-01-22T00:49:28.845Z] Removing intermediate container 32319e9c853f [2021-01-22T00:49:28.845Z] ---> c711a15ae19c [2021-01-22T00:49:28.845Z] [2021-01-22T00:49:29.866Z] Removing intermediate container 6edce4c45148 [2021-01-22T00:49:29.866Z] ---> 0ec739de652d [2021-01-22T00:49:29.866Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:49:30.150Z] Successfully built c711a15ae19c [2021-01-22T00:49:30.150Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T00:49:31.326Z]  Building docker-core-command-go ... done  ---> 1ef83c89067e [2021-01-22T00:49:31.326Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T00:49:31.326Z] Removing intermediate container 9ff61fcb51c4 [2021-01-22T00:49:31.326Z] ---> 1ef51cd4792f [2021-01-22T00:49:31.326Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:49:31.625Z] ---> Running in ee0286f21840 [2021-01-22T00:49:32.741Z] Removing intermediate container ee0286f21840 [2021-01-22T00:49:32.742Z] ---> 427d59429596 [2021-01-22T00:49:32.742Z] Step 13/21 : WORKDIR /edgex [2021-01-22T00:49:33.019Z] ---> Running in f1e2f4f8eddb [2021-01-22T00:49:34.019Z] ---> e0e0abb7f27f [2021-01-22T00:49:34.019Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T00:49:34.019Z] Removing intermediate container f1e2f4f8eddb [2021-01-22T00:49:34.019Z] ---> 3055d33bbeb0 [2021-01-22T00:49:34.019Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T00:49:35.499Z] ---> 16312661b6f3 [2021-01-22T00:49:35.499Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T00:49:35.499Z] ---> c6dec9cf9cc0 [2021-01-22T00:49:35.499Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T00:49:35.499Z] ---> Running in 1ea76a33af23 [2021-01-22T00:49:36.500Z] Removing intermediate container 1ea76a33af23 [2021-01-22T00:49:36.500Z] ---> d2e39278f68d [2021-01-22T00:49:36.500Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:49:36.782Z] ---> Running in 32c77791fd95 [2021-01-22T00:49:37.400Z] ---> 3ba936a5b553 [2021-01-22T00:49:37.400Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T00:49:37.400Z] Removing intermediate container 32c77791fd95 [2021-01-22T00:49:37.400Z] ---> 661bdd1bf424 [2021-01-22T00:49:37.400Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T00:49:37.678Z] ---> Running in 550d6d1d6695 [2021-01-22T00:49:38.677Z] Removing intermediate container 550d6d1d6695 [2021-01-22T00:49:38.677Z] ---> 817f226dead1 [2021-01-22T00:49:38.677Z] Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:49:38.677Z] ---> 433151f66275 [2021-01-22T00:49:38.677Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T00:49:38.952Z] ---> Running in 74ed2e038772 [2021-01-22T00:49:38.952Z] ---> Running in 215ad597b4c3 [2021-01-22T00:49:39.549Z] Removing intermediate container 74ed2e038772 [2021-01-22T00:49:39.549Z] ---> 3e4d953efd85 [2021-01-22T00:49:39.549Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:49:39.549Z] Removing intermediate container 215ad597b4c3 [2021-01-22T00:49:39.549Z] ---> 1e51ab411956 [2021-01-22T00:49:39.549Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T00:49:39.834Z] ---> Running in 662376ea37fe [2021-01-22T00:49:39.835Z] ---> Running in cacbc48f91c2 [2021-01-22T00:49:40.133Z] Removing intermediate container 662376ea37fe [2021-01-22T00:49:40.133Z] ---> 2ebc04e5fa88 [2021-01-22T00:49:40.133Z] [2021-01-22T00:49:40.421Z] Removing intermediate container cacbc48f91c2 [2021-01-22T00:49:40.421Z] ---> e79f2ec12423 [2021-01-22T00:49:40.421Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T00:49:40.703Z] Successfully built 2ebc04e5fa88 [2021-01-22T00:49:40.703Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T00:49:40.980Z]  Building docker-support-scheduler-go ... done  ---> Running in 56cb9f0ff477 [2021-01-22T00:49:41.271Z] Removing intermediate container 56cb9f0ff477 [2021-01-22T00:49:41.271Z] ---> 131f708eded9 [2021-01-22T00:49:41.271Z] Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:49:41.551Z] ---> Running in 9039988cd461 [2021-01-22T00:49:42.181Z] Removing intermediate container 9039988cd461 [2021-01-22T00:49:42.181Z] ---> c77710eed750 [2021-01-22T00:49:42.181Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:49:42.181Z] ---> Running in 05349d4502f0 [2021-01-22T00:49:43.173Z] Removing intermediate container 05349d4502f0 [2021-01-22T00:49:43.173Z] ---> b58bd0e9d537 [2021-01-22T00:49:43.173Z] [2021-01-22T00:49:43.455Z] Successfully built b58bd0e9d537 [2021-01-22T00:49:43.455Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T00:49:53.693Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5f4e3b4d837f [2021-01-22T00:49:53.693Z] ---> 7d35d517d45f [2021-01-22T00:49:53.693Z] [2021-01-22T00:49:53.693Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:49:53.693Z] ---> afeebe901d6b [2021-01-22T00:49:53.693Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:49:53.693Z] ---> Running in e15d5673d23a [2021-01-22T00:49:54.290Z] Removing intermediate container e15d5673d23a [2021-01-22T00:49:54.290Z] ---> 7e70a0ec2eca [2021-01-22T00:49:54.290Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T00:49:54.290Z] ---> Running in 96aae496d861 [2021-01-22T00:49:54.883Z] Removing intermediate container 96aae496d861 [2021-01-22T00:49:54.883Z] ---> baf6be69e0f9 [2021-01-22T00:49:54.883Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T00:49:55.157Z] ---> Running in d415ddad41c1 [2021-01-22T00:49:55.429Z] Removing intermediate container d415ddad41c1 [2021-01-22T00:49:55.429Z] ---> 3eb09f2d5703 [2021-01-22T00:49:55.429Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:49:55.707Z] ---> Running in f7f048fa9dc0 [2021-01-22T00:49:58.319Z] Removing intermediate container f7f048fa9dc0 [2021-01-22T00:49:58.319Z] ---> a2391fcc47c2 [2021-01-22T00:49:58.319Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-22T00:49:58.319Z] ---> Running in b3b7b82a8693 [2021-01-22T00:49:59.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:50:01.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:50:05.110Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-22T00:50:05.110Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-22T00:50:05.383Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-22T00:50:06.359Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-22T00:50:06.631Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-22T00:50:06.919Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:50:06.919Z] OK: 8 MiB in 19 packages [2021-01-22T00:50:08.358Z] Removing intermediate container b3b7b82a8693 [2021-01-22T00:50:08.358Z] ---> 512e68b637b6 [2021-01-22T00:50:08.358Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:50:09.337Z] ---> ce6b477a6b22 [2021-01-22T00:50:09.338Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T00:50:10.774Z] ---> 6d9e6be8082a [2021-01-22T00:50:10.774Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T00:50:11.370Z] ---> e29f8ba66abc [2021-01-22T00:50:11.370Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T00:50:11.642Z] ---> Running in 175418cbd266 [2021-01-22T00:50:12.247Z] Removing intermediate container 175418cbd266 [2021-01-22T00:50:12.247Z] ---> f411d31e0cf1 [2021-01-22T00:50:12.247Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:50:12.247Z] ---> Running in d57918fe3cc1 [2021-01-22T00:50:12.848Z] Removing intermediate container d57918fe3cc1 [2021-01-22T00:50:12.848Z] ---> 087942024c0b [2021-01-22T00:50:12.848Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T00:50:12.848Z] ---> Running in e773ee7f1d7e [2021-01-22T00:50:13.442Z] Removing intermediate container e773ee7f1d7e [2021-01-22T00:50:13.442Z] ---> a6593213a9d3 [2021-01-22T00:50:13.442Z] Step 22/23 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b [2021-01-22T00:50:13.718Z] ---> Running in 32f6a9b876ef [2021-01-22T00:50:13.992Z] Removing intermediate container 32f6a9b876ef [2021-01-22T00:50:13.992Z] ---> 026cb860ae90 [2021-01-22T00:50:13.992Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:50:14.266Z] ---> Running in dca4f97e5d3f [2021-01-22T00:50:14.539Z] Removing intermediate container dca4f97e5d3f [2021-01-22T00:50:14.539Z] ---> 9303251fa73b [2021-01-22T00:50:14.539Z] [2021-01-22T00:50:15.135Z] Successfully built 9303251fa73b [2021-01-22T00:50:15.135Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T00:50:15.746Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-22T00:50:15.747Z] $ docker stop --time=1 c11e2bc7ed416efe8035afe1b9eec12d05e1bd68054c8bcf35435f4e37177d26 [2021-01-22T00:50:17.743Z] $ docker rm -f c11e2bc7ed416efe8035afe1b9eec12d05e1bd68054c8bcf35435f4e37177d26 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:50:18.506Z] + docker images [2021-01-22T00:50:18.506Z] + grep docker [2021-01-22T00:50:18.781Z] docker-core-data-go-arm64 latest 9303251fa73b 4 seconds ago 21MB [2021-01-22T00:50:18.781Z] docker-security-proxy-setup-go-arm64 latest b58bd0e9d537 36 seconds ago 23.2MB [2021-01-22T00:50:18.781Z] docker-support-scheduler-go-arm64 latest 2ebc04e5fa88 39 seconds ago 10.1MB [2021-01-22T00:50:18.781Z] docker-core-command-go-arm64 latest c711a15ae19c 50 seconds ago 9.98MB [2021-01-22T00:50:18.781Z] docker-sys-mgmt-agent-go-arm64 latest 4f827a62a672 About a minute ago 300MB [2021-01-22T00:50:18.781Z] docker-core-metadata-go-arm64 latest 7e9b0a32aebb 3 minutes ago 12.3MB [2021-01-22T00:50:18.781Z] docker-security-secretstore-setup-go-arm64 latest ca5a2e700d9b 3 minutes ago 23.4MB [2021-01-22T00:50:18.781Z] docker-support-notifications-go-arm64 latest cc93892e5467 3 minutes ago 11.4MB [2021-01-22T00:50:18.781Z] docker-security-bootstrap-redis-go-arm64 latest 0df716434ca3 3 minutes ago 15.1MB [2021-01-22T00:50:18.781Z] docker 20.10.0 eeaf43b92773 5 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-22T00:50:20.605Z] provisioning config files... [2021-01-22T00:50:20.629Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2041130596435390865tmp [Pipeline] { [Pipeline] sh [2021-01-22T00:50:21.065Z] + set +x [2021-01-22T00:50:21.065Z] + curl -s https://codecov.io/bash [2021-01-22T00:50:21.065Z] + bash -s -- [2021-01-22T00:50:21.351Z] [2021-01-22T00:50:21.351Z] _____ _ [2021-01-22T00:50:21.351Z] / ____| | | [2021-01-22T00:50:21.351Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T00:50:21.351Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T00:50:21.351Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T00:50:21.351Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T00:50:21.351Z] Bash-20210115-cec3c92 [2021-01-22T00:50:21.351Z] [2021-01-22T00:50:21.351Z] [2021-01-22T00:50:21.351Z] ==> git version 2.24.3 found [2021-01-22T00:50:21.351Z] ==> 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-22T00:50:21.351Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T00:50:21.351Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T00:50:21.351Z] ==> Jenkins CI detected. [2021-01-22T00:50:21.351Z] project root: . [2021-01-22T00:50:21.351Z] --> token set from env [2021-01-22T00:50:21.642Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T00:50:21.642Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T00:50:21.642Z] ==> Python coveragepy not found [2021-01-22T00:50:21.642Z] ==> Searching for coverage reports in: [2021-01-22T00:50:21.642Z] + . [2021-01-22T00:50:21.642Z] -> Found 1 reports [2021-01-22T00:50:21.642Z] ==> Detecting git/mercurial file structure [2021-01-22T00:50:21.642Z] ==> Reading reports [2021-01-22T00:50:21.642Z] + ./coverage.out bytes=551534 [2021-01-22T00:50:21.642Z] ==> Appending adjustments [2021-01-22T00:50:21.642Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T00:50:25.938Z] + Found adjustments [2021-01-22T00:50:25.938Z] ==> Gzipping contents [2021-01-22T00:50:25.938Z] 84K /tmp/codecov.6bdwa7.gz [2021-01-22T00:50:25.938Z] ==> Uploading reports [2021-01-22T00:50:25.938Z] url: https://codecov.io [2021-01-22T00:50:25.938Z] query: branch=PR-3058&commit=c9f9212af227610a74980d4fe25fb22fe22bee1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3058%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3058&job=&cmd_args= [2021-01-22T00:50:25.938Z] -> Pinging Codecov [2021-01-22T00:50:25.938Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3058&commit=c9f9212af227610a74980d4fe25fb22fe22bee1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3058%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3058&job=&cmd_args= [2021-01-22T00:50:25.938Z] -> Uploading to [2021-01-22T00:50:25.938Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/c9f9212af227610a74980d4fe25fb22fe22bee1b/8ef8932e-9a84-4dc0-a2e5-f884bc8817f6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T005025Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=196ae24c963af49404e640877404742a6cb9713ac21c34f01313d232d4ffd971 [2021-01-22T00:50:25.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T00:50:25.938Z] Dload Upload Total Spent Left Speed [2021-01-22T00:50:26.207Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83380 0 0 100 83380 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-01-22T00:50:26.207Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c9f9212af227610a74980d4fe25fb22fe22bee1b [Pipeline] } [2021-01-22T00:50:26.218Z] 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-22T00:50:28.313Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:29.201Z] ---> package-listing.sh [2021-01-22T00:50:29.201Z] ++ facter osfamily [2021-01-22T00:50:29.201Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T00:50:29.201Z] + OS_FAMILY=redhat [2021-01-22T00:50:29.201Z] + workspace=/w/workspace/edgex-go/2 [2021-01-22T00:50:29.201Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T00:50:29.201Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T00:50:29.201Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T00:50:29.201Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T00:50:29.201Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-22T00:50:29.201Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T00:50:29.201Z] + case "${OS_FAMILY}" in [2021-01-22T00:50:29.201Z] + rpm -qa [2021-01-22T00:50:29.201Z] + sort [2021-01-22T00:50:34.534Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T00:50:34.534Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T00:50:34.534Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T00:50:34.534Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-22T00:50:34.534Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-22T00:50:34.534Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-22T00:50:34.554Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T00:50:34.857Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:50:35.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:50:35.698Z] [2021-01-22T00:50:35.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:50:36.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:50:36.131Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T00:50:36.131Z] df20fa9351a1: Pulling fs layer [2021-01-22T00:50:36.131Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T00:50:36.131Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T00:50:36.131Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T00:50:36.131Z] 93b61091891f: Pulling fs layer [2021-01-22T00:50:36.131Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T00:50:36.131Z] 5e14af77c1be: Pulling fs layer [2021-01-22T00:50:36.131Z] 01666e4c0597: Pulling fs layer [2021-01-22T00:50:36.131Z] aa168da1d23b: Pulling fs layer [2021-01-22T00:50:36.131Z] 93b9cdb0e59b: Waiting [2021-01-22T00:50:36.131Z] 5e14af77c1be: Waiting [2021-01-22T00:50:36.131Z] 01666e4c0597: Waiting [2021-01-22T00:50:36.131Z] aa168da1d23b: Waiting [2021-01-22T00:50:36.131Z] 46f8f816bc3b: Waiting [2021-01-22T00:50:36.131Z] 93b61091891f: Waiting [2021-01-22T00:50:36.131Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T00:50:36.131Z] 36b3adc4ff6f: Download complete [2021-01-22T00:50:36.131Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T00:50:36.131Z] 46f8f816bc3b: Download complete [2021-01-22T00:50:36.396Z] df20fa9351a1: Download complete [2021-01-22T00:50:36.396Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T00:50:36.396Z] 93b9cdb0e59b: Download complete [2021-01-22T00:50:36.396Z] 5e14af77c1be: Verifying Checksum [2021-01-22T00:50:36.396Z] 5e14af77c1be: Download complete [2021-01-22T00:50:36.396Z] 01666e4c0597: Verifying Checksum [2021-01-22T00:50:36.396Z] 01666e4c0597: Download complete [2021-01-22T00:50:36.396Z] 93b61091891f: Verifying Checksum [2021-01-22T00:50:36.396Z] 93b61091891f: Download complete [2021-01-22T00:50:36.656Z] df20fa9351a1: Pull complete [2021-01-22T00:50:36.921Z] 36b3adc4ff6f: Pull complete [2021-01-22T00:50:37.190Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T00:50:37.190Z] 8ad3a11d3b57: Download complete [2021-01-22T00:50:38.156Z] 8ad3a11d3b57: Pull complete [2021-01-22T00:50:38.156Z] 46f8f816bc3b: Pull complete [2021-01-22T00:50:38.749Z] 93b61091891f: Pull complete [2021-01-22T00:50:39.704Z] aa168da1d23b: Verifying Checksum [2021-01-22T00:50:39.704Z] aa168da1d23b: Download complete [2021-01-22T00:50:40.285Z] 93b9cdb0e59b: Pull complete [2021-01-22T00:50:40.546Z] 5e14af77c1be: Pull complete [2021-01-22T00:50:40.810Z] 01666e4c0597: Pull complete [2021-01-22T00:50:47.452Z] aa168da1d23b: Pull complete [2021-01-22T00:50:47.452Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T00:50:47.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:50:47.452Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T00:50:47.652Z] prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container [2021-01-22T00:50:47.731Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T00:50:56.922Z] $ docker top 9633d1fc89e49cf6d1d71b2fbabe0f95d639431e6c9dd7743b07efae3b0282e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:50:57.484Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T00:50:57.791Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T00:50:58.094Z] + ls /var/log/sa-host [2021-01-22T00:50:58.095Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T00:50:58.095Z] file_magic: OK [2021-01-22T00:50:58.095Z] HZ: Using current value: 100 [2021-01-22T00:50:58.095Z] file_header: OK [2021-01-22T00:50:58.095Z] 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-22T00:50:58.095Z] Statistics: [2021-01-22T00:50:58.095Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T00:50:58.095Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T00:50:58.095Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T00:50:58.095Z] file_magic: OK [2021-01-22T00:50:58.095Z] HZ: Using current value: 100 [2021-01-22T00:50:58.095Z] file_header: OK [2021-01-22T00:50:58.095Z] 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-22T00:50:58.095Z] Statistics: [2021-01-22T00:50:58.095Z] Hnuu...uuuununununu... [2021-01-22T00:50:58.095Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T00:50:58.317Z] provisioning config files... [2021-01-22T00:50:58.332Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1768274409763624122tmp [Pipeline] { [Pipeline] echo [2021-01-22T00:50:58.409Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:58.708Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T00:50:58.718Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T00:50:58.805Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:59.103Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T00:50:59.115Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:59.420Z] ---> sudo-logs.sh [2021-01-22T00:50:59.420Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T00:50:59.432Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:59.769Z] ---> job-cost.sh [2021-01-22T00:50:59.769Z] lf-activate-venv: SKIPPING [2021-01-22T00:50:59.769Z] INFO: No Stack... [2021-01-22T00:51:00.725Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T00:51:01.300Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T00:51:01.315Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:51:01.638Z] ---> logs-deploy.sh [2021-01-22T00:51:01.638Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3058/2 [2021-01-22T00:51:01.638Z] INFO: archiving workspace using pattern(s): [2021-01-22T00:51:03.049Z] Archives upload complete. [2021-01-22T00:51:03.311Z] INFO: archiving logs to Nexus